@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap);

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1,
.col-auto {
    -webkit-box-flex: 0
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-2,
.col-3 {
    -webkit-box-flex: 0
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-4,
.col-5 {
    -webkit-box-flex: 0
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-6,
.col-7 {
    -webkit-box-flex: 0
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-8,
.col-9 {
    -webkit-box-flex: 0
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-10,
.col-11 {
    -webkit-box-flex: 0
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    flex-direction: row !important
}

.flex-column,
.flex-row {
    -webkit-box-direction: normal !important
}

.flex-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse,
.flex-row-reverse {
    -webkit-box-direction: reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        flex-direction: row !important
    }

    .flex-sm-column,
    .flex-sm-row {
        -webkit-box-direction: normal !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        flex-direction: row !important
    }

    .flex-md-column,
    .flex-md-row {
        -webkit-box-direction: normal !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        flex-direction: row !important
    }

    .flex-lg-column,
    .flex-lg-row {
        -webkit-box-direction: normal !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        flex-direction: row !important
    }

    .flex-xl-column,
    .flex-xl-row {
        -webkit-box-direction: normal !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

#app {
    font-family: Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[data-v-2dcbdb2a] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-2dcbdb2a] {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #637381;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 0
}

.img-fluid[data-v-2dcbdb2a] {
    max-width: 100%;
    height: auto;
    display: block
}

ol[data-v-2dcbdb2a],
ul[data-v-2dcbdb2a] {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif
}

a[data-v-2dcbdb2a],
li[data-v-2dcbdb2a],
p[data-v-2dcbdb2a],
ul[data-v-2dcbdb2a] {
    font-family: Roboto, sans-serif;
    color: #637381;
    margin-bottom: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(max-width:767px) {

    a[data-v-2dcbdb2a],
    li[data-v-2dcbdb2a],
    p[data-v-2dcbdb2a],
    ul[data-v-2dcbdb2a] {
        font-size: 15px
    }
}

.title-color[data-v-2dcbdb2a] {
    color: #0b121c
}

h1[data-v-2dcbdb2a],
h2[data-v-2dcbdb2a],
h3[data-v-2dcbdb2a],
h4[data-v-2dcbdb2a],
h5[data-v-2dcbdb2a],
h6[data-v-2dcbdb2a] {
    font-family: arial;
    font-weight: 700;
    color: #212b36;
    margin: 0;
    text-transform: capitalize
}

h1[data-v-2dcbdb2a] {
    font-size: calc(52px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h1[data-v-2dcbdb2a] {
        font-size: calc(42px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    h1[data-v-2dcbdb2a] {
        font-size: calc(36px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575px) {
    h1[data-v-2dcbdb2a] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h2[data-v-2dcbdb2a] {
    font-size: calc(48px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    h2[data-v-2dcbdb2a] {
        font-size: calc(38px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    h2[data-v-2dcbdb2a] {
        font-size: calc(34px + .25vw);
        line-height: 1.3
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    h2[data-v-2dcbdb2a] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575.98px) {
    h2[data-v-2dcbdb2a] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h3[data-v-2dcbdb2a] {
    font-size: calc(34px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h3[data-v-2dcbdb2a] {
        font-size: calc(28px + .25vw);
        letter-spacing: 1px
    }
}

@media(max-width:1024px) {
    h3[data-v-2dcbdb2a] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

@media(max-width:575px) {
    h3[data-v-2dcbdb2a] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

h4[data-v-2dcbdb2a] {
    font-size: 28px
}

@media(max-width:1024px) {
    h4[data-v-2dcbdb2a] {
        font-size: 20px
    }
}

@media(max-width:575px) {
    h4[data-v-2dcbdb2a] {
        font-size: 18px
    }
}

h5[data-v-2dcbdb2a] {
    font-size: 20px
}

@media(max-width:1024px) {
    h5[data-v-2dcbdb2a] {
        font-size: 18px
    }
}

@media(max-width:575px) {
    h5[data-v-2dcbdb2a] {
        font-size: 15px
    }
}

h6[data-v-2dcbdb2a] {
    font-size: 16px
}

@media(max-width:1024px) {
    h6[data-v-2dcbdb2a] {
        font-size: 15px
    }
}

@media(max-width:575px) {
    h6[data-v-2dcbdb2a] {
        font-size: 14px
    }
}

.pd-5[data-v-2dcbdb2a] {
    padding: 0 5% !important
}

.mask[data-v-2dcbdb2a] {
    height: 100vh !important;
    width: 100% !important
}

.vue-flux .flux-caption[data-v-2dcbdb2a] {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70% !important;
    text-align: center !important;
    font-family: arial;
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .vue-flux .flux-caption[data-v-2dcbdb2a] {
        font-size: calc(52px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-caption[data-v-2dcbdb2a] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .vue-flux .flux-caption[data-v-2dcbdb2a] {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px;
        line-height: 1.25
    }
}

.vue-flux .flux-pagination[data-v-2dcbdb2a] {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
    bottom: unset !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination[data-v-2dcbdb2a] {
        top: unset !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        bottom: 0 !important;
        left: 50% !important;
        right: 0 !important
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination ul[data-v-2dcbdb2a] {
        display: block
    }
}

.vue-flux .flux-pagination li span.pagination-item[data-v-2dcbdb2a] {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-transition: background-color .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, border .2s ease-in
}

.vue-flux .flux-pagination li.active span.pagination-item[data-v-2dcbdb2a] {
    background-color: #0b121c !important
}

@media(min-width:992px)and (max-width:1024.98px) {
    .col-lg-10[data-v-2dcbdb2a] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .offset-lg-2[data-v-2dcbdb2a] {
        margin-left: 0 !important
    }

    .col-lg-3[data-v-2dcbdb2a],
    .col-lg-4[data-v-2dcbdb2a],
    .col-lg-6[data-v-2dcbdb2a] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .flex-lg-row[data-v-2dcbdb2a] {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
}

@media(min-width:1025px) {
    .col-lg-6[data-v-2dcbdb2a] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-lg-4[data-v-2dcbdb2a] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }

    .col-lg-10[data-v-2dcbdb2a] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important
    }

    .offset-lg-2[data-v-2dcbdb2a] {
        margin-left: 16.666667% !important
    }
}

@media(min-width:1200px) {
    .col-xl-6[data-v-2dcbdb2a] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-xl-4[data-v-2dcbdb2a] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.button-mirror[data-v-2dcbdb2a],
.button[data-v-2dcbdb2a] {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    text-align: center
}

@media(max-width:1024px) {

    .button-mirror[data-v-2dcbdb2a],
    .button[data-v-2dcbdb2a] {
        width: 150px
    }
}

.button-mirror[data-v-2dcbdb2a]:before,
.button[data-v-2dcbdb2a]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b121c;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width:1024px) {

    .button-mirror[data-v-2dcbdb2a]:before,
    .button[data-v-2dcbdb2a]:before {
        display: none
    }
}

.button-mirror[data-v-2dcbdb2a]:hover:before,
.button[data-v-2dcbdb2a]:hover:before {
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.button-mirror[data-v-2dcbdb2a]:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.plyr__control--overlaid[data-v-2dcbdb2a] {
    background: #0b121c !important;
    top: 60% !important;
    z-index: 200 !important
}

.vue-flux[data-v-2dcbdb2a] {
    position: relative
}

.vue-flux[data-v-2dcbdb2a]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0;
    content: ""
}

.maprichtext p[data-v-2dcbdb2a] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .maprichtext p[data-v-2dcbdb2a] {
        font-size: calc(22px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .maprichtext p[data-v-2dcbdb2a] {
        font-size: calc(18px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .maprichtext p[data-v-2dcbdb2a] {
        font-size: calc(16px + .25vw);
        line-height: 1.6
    }
}

@media(max-width:575.98px) {
    .maprichtext p[data-v-2dcbdb2a] {
        font-size: calc(15px + .25vw);
        line-height: 1.6
    }
}

.industrytext-details[data-v-2dcbdb2a] {
    overflow: hidden;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media(max-width:767.98px) {
    .industrytext-details[data-v-2dcbdb2a] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        overflow: hidden
    }
}

.industrytext-details img.richtext-image[data-v-2dcbdb2a] {
    display: block;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin: 0;
    width: 50%;
    float: right
}

@media(min-width:768px)and (max-width:1024px) {
    .industrytext-details img.richtext-image[data-v-2dcbdb2a] {
        height: 60vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .industrytext-details img.richtext-image[data-v-2dcbdb2a] {
        height: 45vh;
        min-height: 350px;
        width: 100%;
        margin: 20px 0;
        float: unset
    }
}

.industrytext-details p[data-v-2dcbdb2a] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5% 0 0
}

@media(max-width:767.98px) {
    .industrytext-details p[data-v-2dcbdb2a] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        background: #f1f1f1;
        width: 90%;
        margin: -60px auto 0 auto !important;
        position: relative;
        z-index: 22
    }
}

.industrytext-details p[data-v-2dcbdb2a]:first-child {
    margin: 0
}

@media(max-width:1024px) {
    .career-richtext[data-v-2dcbdb2a] {
        text-align: center
    }
}

.career-richtext h3[data-v-2dcbdb2a] {
    color: #0b121c;
    margin: 20px 0
}

.career-richtext h3[data-v-2dcbdb2a]:first-child {
    margin: 0 0 20px 0
}

.career-richtext p[data-v-2dcbdb2a] {
    margin: 0 0 40px 0;
    padding: 0
}

@media(max-width:1024px) {
    .career-richtext p[data-v-2dcbdb2a] {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .career-richtext p[data-v-2dcbdb2a] {
        margin-bottom: 20px
    }
}

.career-richtext p[data-v-2dcbdb2a]:last-child {
    margin: 0
}

.career-richtext ul[data-v-2dcbdb2a] {
    padding-left: 30px;
    margin: 0 0 40px 0
}

@media(max-width:1024px) {
    .career-richtext ul[data-v-2dcbdb2a] {
        margin-bottom: 0
    }
}

.career-richtext ul li[data-v-2dcbdb2a] {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    text-align: justify;
    text-indent: unset;
    list-style: none
}

.career-richtext ul li[data-v-2dcbdb2a]:before {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
    font-family: FontAwesome;
    color: #1c1b1b;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.address-data[data-v-2dcbdb2a] {
    margin: 20px 0 0 0
}

.address-data div p[data-v-2dcbdb2a] {
    color: #fff;
    font-size: 15px
}

@media(max-width:576px) {
    .col-mbx-6[data-v-2dcbdb2a] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.news-richtext[data-v-2dcbdb2a] {
    overflow-x: hidden;
    background: #fff;
    padding: 40px;
    overflow: auto
}

@media(max-width:767.98px) {
    .news-richtext[data-v-2dcbdb2a] {
        text-align: center
    }
}

.news-richtext p[data-v-2dcbdb2a] {
    padding: 0;
    margin: 0
}

.news-richtext p[data-v-2dcbdb2a]:last-child {
    margin: 0
}

.news-richtext img.richtext-image.full-width[data-v-2dcbdb2a] {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.full-width[data-v-2dcbdb2a] {
        height: 50vh;
        min-height: 380px
    }
}

.news-richtext img.richtext-image.right[data-v-2dcbdb2a] {
    height: 70vh;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: right;
    padding-left: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .news-richtext img.richtext-image.right[data-v-2dcbdb2a] {
        width: 100%;
        height: 60vh;
        min-height: 450px;
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.right[data-v-2dcbdb2a] {
        width: 100%;
        height: 50vh;
        min-height: 380px;
        padding-left: 0
    }
}

.colortext-block[data-v-2dcbdb2a] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: -150px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .colortext-block[data-v-2dcbdb2a] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.colortext-block p[data-v-2dcbdb2a] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .colortext-block p[data-v-2dcbdb2a] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .colortext-block p[data-v-2dcbdb2a] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .colortext-block p[data-v-2dcbdb2a] {
        font-size: 15px;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .colortext-block p[data-v-2dcbdb2a] {
        font-size: 15px;
        line-height: 1.5;
        color: #637381
    }
}

.gncolortext-block[data-v-2dcbdb2a] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .gncolortext-block[data-v-2dcbdb2a] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.gncolortext-block p[data-v-2dcbdb2a] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .gncolortext-block p[data-v-2dcbdb2a] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .gncolortext-block p[data-v-2dcbdb2a] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .gncolortext-block p[data-v-2dcbdb2a] {
        font-size: calc(16px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .gncolortext-block p[data-v-2dcbdb2a] {
        font-size: calc(15px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:1024px) {
    .lrtcardtext-block div p[data-v-2dcbdb2a] {
        color: #fff
    }
}

.lrtcardtext-block div ul[data-v-2dcbdb2a] {
    padding-left: 20px
}

.lrtcardtext-block div ul li[data-v-2dcbdb2a] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .lrtcardtext-block div ul li[data-v-2dcbdb2a] {
        text-align: left;
        padding: 0
    }
}

[data-aos=new-animation][data-v-2dcbdb2a] {
    opacity: 0;
    -webkit-transition-property: width;
    transition-property: width
}

[data-aos=new-animation].aos-animate[data-v-2dcbdb2a] {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=new-animation][data-v-2dcbdb2a] {
        width: 100%
    }

    [data-aos=new-animation].aos-animate[data-v-2dcbdb2a] {
        width: 0
    }
}

.fake3d-image-effect__image[data-v-2dcbdb2a] {
    height: 100%
}

.fake3d-image-effect__image canvas[data-v-2dcbdb2a] {
    height: 100% !important
}

[data-v-2dcbdb2a]::-webkit-scrollbar {
    width: 8px
}

[data-v-2dcbdb2a]::-webkit-scrollbar-track {
    background: #212b36
}

[data-v-2dcbdb2a]::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.ftext p[data-v-2dcbdb2a] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px
}

.swiper-pagination-bullet-active[data-v-2dcbdb2a] {
    opacity: 1;
    background: #0b121c !important
}

ul.counter-row li.count-col[data-v-2dcbdb2a] {
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

@media(max-width:1024px) {
    ul.counter-row li.count-col[data-v-2dcbdb2a] {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-2dcbdb2a] {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        background: #f6f7f9;
        margin-bottom: 20px
    }

    .abtext-2 {
        padding: 0px 18px;
        margin-top: 25px;
    }
}

ul.counter-row li.count-col .counter-mainwrap[data-v-2dcbdb2a] {
    border-right: 1px solid #0b121c;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap[data-v-2dcbdb2a] {
        border-right: none;
        min-height: 180px
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text[data-v-2dcbdb2a] {
    text-align: center
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup[data-v-2dcbdb2a] {
        padding: 0 0 20px 0
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-2dcbdb2a] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-2dcbdb2a] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-2dcbdb2a] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-2dcbdb2a] {
        font-size: calc(30px + .25vw)
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext[data-v-2dcbdb2a] {
    margin-right: auto;
    text-align: center
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext p[data-v-2dcbdb2a] {
    font-size: 15px
}

ul.counter-row li.count-col[data-v-2dcbdb2a]:hover {
    background: #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap[data-v-2dcbdb2a] {
    border-right: 1px solid #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .ctext p[data-v-2dcbdb2a],
ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .icountup span[data-v-2dcbdb2a] {
    color: #fff
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-2dcbdb2a]:last-child {
        margin-bottom: 0
    }
}

ul.counter-row li.count-col:last-child .counter-mainwrap[data-v-2dcbdb2a] {
    border-right: none
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text[data-v-2dcbdb2a] {
    text-align: center;
    margin-right: 0
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text .ctext[data-v-2dcbdb2a] {
    text-align: center
}

.ctext-block[data-v-2dcbdb2a] {
    position: relative;
    z-index: 2
}

.ctext-block .ctitle-block[data-v-2dcbdb2a] {
    margin-bottom: 45px
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block[data-v-2dcbdb2a] {
        text-align: center
    }
}

.ctext-block .ctitle-block h2[data-v-2dcbdb2a] {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: calc(24px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block h2[data-v-2dcbdb2a] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block h2[data-v-2dcbdb2a] {
        font-size: calc(30px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block h2[data-v-2dcbdb2a] {
        font-size: calc(24px + .25vw);
        margin-bottom: 20px
    }
}

.ctext-block .ctitle-block div p[data-v-2dcbdb2a] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block div p[data-v-2dcbdb2a] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block div p[data-v-2dcbdb2a] {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block div p[data-v-2dcbdb2a] {
        font-size: 14px;
        line-height: 1.5
    }
}

.history-desc div p[data-v-2dcbdb2a] {
    font-size: calc(42px + .25vw);
    color: #212b36;
    font-weight: 700;
    line-height: 1.3;
    font-family: arial
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-desc div p[data-v-2dcbdb2a] {
        font-size: calc(32px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .history-desc div p[data-v-2dcbdb2a] {
        font-size: calc(24px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .history-desc div p[data-v-2dcbdb2a] {
        font-size: calc(16px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

.his-text p[data-v-2dcbdb2a] {
    font-size: calc(16px + .25vw);
    color: #fff
}

.history-details2 h2[data-v-2dcbdb2a] {
    margin-bottom: 10px;
    font-size: calc(48px + .25vw);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-details2 h2[data-v-2dcbdb2a] {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .history-details2 h2[data-v-2dcbdb2a] {
        font-size: calc(32px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:575px) {
    .history-details2 h2[data-v-2dcbdb2a] {
        font-size: calc(20px + .25vw)
    }
}

.history-details2 .his-text2 p[data-v-2dcbdb2a] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.news-text[data-v-2dcbdb2a] {
    padding: 20px 0 0 0
}

@media(max-width:767px) {
    .news-text[data-v-2dcbdb2a] {
        padding: 10px 0 0 0
    }
}

.news-text h4[data-v-2dcbdb2a] {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:1025px)and (max-width:1600px) {
    .news-text h4[data-v-2dcbdb2a] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .news-text h4[data-v-2dcbdb2a] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .news-text h4[data-v-2dcbdb2a] {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3
    }
}

.news-text div p[data-v-2dcbdb2a] {
    padding: 0;
    font-size: calc(13px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(min-width:768px)and (max-width:1440px) {
    .news-text div p[data-v-2dcbdb2a] {
        font-size: 15px;
        line-height: 1.6
    }
}

@media(max-width:767px) {
    .news-text div p[data-v-2dcbdb2a] {
        font-size: 14px
    }
}

.text-cont p[data-v-2dcbdb2a] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont p[data-v-2dcbdb2a] {
        text-align: center
    }
}

@media(max-width:1024px) {
    .text-cont ul[data-v-2dcbdb2a] {
        padding-left: 20px
    }
}

.text-cont ul li[data-v-2dcbdb2a] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont ul li[data-v-2dcbdb2a] {
        text-align: left;
        padding: 0
    }
}

.pdtext-cont p[data-v-2dcbdb2a] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont p[data-v-2dcbdb2a] {
        text-align: center
    }
}

.pdtext-cont ul[data-v-2dcbdb2a] {
    padding-left: 20px
}

.pdtext-cont ul li[data-v-2dcbdb2a] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont ul li[data-v-2dcbdb2a] {
        text-align: left;
        padding: 0
    }
}

.tab-desc div div p[data-v-2dcbdb2a] {
    color: #fff
}

.colortext-wrap[data-v-2dcbdb2a] {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #0b121c;
    padding: 0 10%;
    position: relative
}

@media(max-width:1024px) {
    .colortext-wrap[data-v-2dcbdb2a] {
        height: auto;
        padding: 40px;
        width: 90%;
        margin: -60px auto 0 auto;
        position: relative;
        z-index: 1
    }
}

.colortext-wrap img[data-v-2dcbdb2a] {
    height: 100%;
    width: 100%;
    position: absolute;
    left: -50%;
    top: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 0
}

@media(max-width:1024px) {
    .colortext-wrap img[data-v-2dcbdb2a] {
        display: none
    }
}

.colorimg-block[data-v-2dcbdb2a] {
    height: 100vh;
    display: block;
    width: 100%
}

@media(min-width:768px)and (max-width:1024px) {
    .colorimg-block[data-v-2dcbdb2a] {
        height: 70vh;
        min-height: 550px
    }
}

@media(max-width:767.98px) {
    .colorimg-block[data-v-2dcbdb2a] {
        height: 50vh;
        min-height: 380px
    }
}

.colorimg-block img[data-v-2dcbdb2a] {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%
}

.btn-link .button-mirror[data-v-2dcbdb2a] {
    color: #637381;
    text-transform: uppercase
}

@media(max-width:1024px) {
    .btn-link .button-mirror[data-v-2dcbdb2a] {
        width: 100%;
        background: #fff
    }
}

.btn-link .button-mirror[data-v-2dcbdb2a]:before {
    background: #fff !important
}

[data-v-687372af] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-687372af] {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #637381;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 0
}

.img-fluid[data-v-687372af] {
    max-width: 100%;
    height: auto;
    display: block
}

ol[data-v-687372af],
ul[data-v-687372af] {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif
}

a[data-v-687372af],
li[data-v-687372af],
p[data-v-687372af],
ul[data-v-687372af] {
    font-family: Roboto, sans-serif;
    color: #637381;
    margin-bottom: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(max-width:767px) {

    a[data-v-687372af],
    li[data-v-687372af],
    p[data-v-687372af],
    ul[data-v-687372af] {
        font-size: 15px
    }
}

.title-color[data-v-687372af] {
    color: #0b121c
}

h1[data-v-687372af],
h2[data-v-687372af],
h3[data-v-687372af],
h4[data-v-687372af],
h5[data-v-687372af],
h6[data-v-687372af] {
    font-family: arial;
    font-weight: 700;
    color: #212b36;
    margin: 0;
    text-transform: capitalize
}

h1[data-v-687372af] {
    font-size: calc(52px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h1[data-v-687372af] {
        font-size: calc(42px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    h1[data-v-687372af] {
        font-size: calc(36px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575px) {
    h1[data-v-687372af] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h2[data-v-687372af] {
    font-size: calc(48px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    h2[data-v-687372af] {
        font-size: calc(38px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    h2[data-v-687372af] {
        font-size: calc(34px + .25vw);
        line-height: 1.3
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    h2[data-v-687372af] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575.98px) {
    h2[data-v-687372af] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h3[data-v-687372af] {
    font-size: calc(20px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h3[data-v-687372af] {
        font-size: calc(28px + .25vw);
        letter-spacing: 1px
    }
}

@media(max-width:1024px) {
    h3[data-v-687372af] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

@media(max-width:575px) {
    h3[data-v-687372af] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

h4[data-v-687372af] {
    font-size: 28px
}

@media(max-width:1024px) {
    h4[data-v-687372af] {
        font-size: 20px
    }
}

@media(max-width:575px) {
    h4[data-v-687372af] {
        font-size: 18px
    }
}

h5[data-v-687372af] {
    font-size: 20px
}

@media(max-width:1024px) {
    h5[data-v-687372af] {
        font-size: 18px
    }
}

@media(max-width:575px) {
    h5[data-v-687372af] {
        font-size: 15px
    }
}

h6[data-v-687372af] {
    font-size: 16px
}

@media(max-width:1024px) {
    h6[data-v-687372af] {
        font-size: 15px
    }
}

@media(max-width:575px) {
    h6[data-v-687372af] {
        font-size: 14px
    }
}

.pd-5[data-v-687372af] {
    padding: 0 5% !important
}

.mask[data-v-687372af] {
    height: 100vh !important;
    width: 100% !important
}

.vue-flux .flux-caption[data-v-687372af] {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70% !important;
    text-align: center !important;
    font-family: arial;
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .vue-flux .flux-caption[data-v-687372af] {
        font-size: calc(52px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-caption[data-v-687372af] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .vue-flux .flux-caption[data-v-687372af] {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px;
        line-height: 1.25
    }
}

.vue-flux .flux-pagination[data-v-687372af] {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
    bottom: unset !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination[data-v-687372af] {
        top: unset !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        bottom: 0 !important;
        left: 50% !important;
        right: 0 !important
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination ul[data-v-687372af] {
        display: block
    }
}

.vue-flux .flux-pagination li span.pagination-item[data-v-687372af] {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-transition: background-color .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, border .2s ease-in
}

.vue-flux .flux-pagination li.active span.pagination-item[data-v-687372af] {
    background-color: #0b121c !important
}

@media(min-width:992px)and (max-width:1024.98px) {
    .col-lg-10[data-v-687372af] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .offset-lg-2[data-v-687372af] {
        margin-left: 0 !important
    }

    .col-lg-3[data-v-687372af],
    .col-lg-4[data-v-687372af],
    .col-lg-6[data-v-687372af] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .flex-lg-row[data-v-687372af] {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
}

@media(min-width:1025px) {
    .col-lg-6[data-v-687372af] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-lg-4[data-v-687372af] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }

    .col-lg-10[data-v-687372af] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important
    }

    .offset-lg-2[data-v-687372af] {
        margin-left: 16.666667% !important
    }
}

@media(min-width:1200px) {
    .col-xl-6[data-v-687372af] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-xl-4[data-v-687372af] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.button-mirror[data-v-687372af],
.button[data-v-687372af] {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    text-align: center
}

@media(max-width:1024px) {

    .button-mirror[data-v-687372af],
    .button[data-v-687372af] {
        width: 150px
    }
}

.button-mirror[data-v-687372af]:before,
.button[data-v-687372af]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b121c;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width:1024px) {

    .button-mirror[data-v-687372af]:before,
    .button[data-v-687372af]:before {
        display: none
    }
}

.button-mirror[data-v-687372af]:hover:before,
.button[data-v-687372af]:hover:before {
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.button-mirror[data-v-687372af]:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.plyr__control--overlaid[data-v-687372af] {
    background: #0b121c !important;
    top: 60% !important;
    z-index: 200 !important
}

.vue-flux[data-v-687372af] {
    position: relative
}

.vue-flux[data-v-687372af]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0;
    content: ""
}

.maprichtext p[data-v-687372af] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .maprichtext p[data-v-687372af] {
        font-size: calc(22px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .maprichtext p[data-v-687372af] {
        font-size: calc(18px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .maprichtext p[data-v-687372af] {
        font-size: calc(16px + .25vw);
        line-height: 1.6
    }
}

@media(max-width:575.98px) {
    .maprichtext p[data-v-687372af] {
        font-size: calc(15px + .25vw);
        line-height: 1.6
    }
}

.industrytext-details[data-v-687372af] {
    overflow: hidden;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media(max-width:767.98px) {
    .industrytext-details[data-v-687372af] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        overflow: hidden
    }
}

.industrytext-details img.richtext-image[data-v-687372af] {
    display: block;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin: 0;
    width: 50%;
    float: right
}

@media(min-width:768px)and (max-width:1024px) {
    .industrytext-details img.richtext-image[data-v-687372af] {
        height: 60vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .industrytext-details img.richtext-image[data-v-687372af] {
        height: 45vh;
        min-height: 350px;
        width: 100%;
        margin: 20px 0;
        float: unset
    }
}

.industrytext-details p[data-v-687372af] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5% 0 0
}

@media(max-width:767.98px) {
    .industrytext-details p[data-v-687372af] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        background: #f1f1f1;
        width: 90%;
        margin: -60px auto 0 auto !important;
        position: relative;
        z-index: 22
    }
}

.industrytext-details p[data-v-687372af]:first-child {
    margin: 0
}

@media(max-width:1024px) {
    .career-richtext[data-v-687372af] {
        text-align: center
    }
}

.career-richtext h3[data-v-687372af] {
    color: #0b121c;
    margin: 20px 0
}

.career-richtext h3[data-v-687372af]:first-child {
    margin: 0 0 20px 0
}

.career-richtext p[data-v-687372af] {
    margin: 0 0 40px 0;
    padding: 0
}

@media(max-width:1024px) {
    .career-richtext p[data-v-687372af] {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .career-richtext p[data-v-687372af] {
        margin-bottom: 20px
    }
}

.career-richtext p[data-v-687372af]:last-child {
    margin: 0
}

.career-richtext ul[data-v-687372af] {
    padding-left: 30px;
    margin: 0 0 40px 0
}

@media(max-width:1024px) {
    .career-richtext ul[data-v-687372af] {
        margin-bottom: 0
    }
}

.career-richtext ul li[data-v-687372af] {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    text-align: justify;
    text-indent: unset;
    list-style: none
}

.career-richtext ul li[data-v-687372af]:before {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
    font-family: FontAwesome;
    color: #1c1b1b;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.address-data[data-v-687372af] {
    margin: 20px 0 0 0
}

.address-data div p[data-v-687372af] {
    color: #fff;
    font-size: 15px
}

@media(max-width:576px) {
    .col-mbx-6[data-v-687372af] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.news-richtext[data-v-687372af] {
    overflow-x: hidden;
    background: #fff;
    padding: 40px;
    overflow: auto
}

@media(max-width:767.98px) {
    .news-richtext[data-v-687372af] {
        text-align: center
    }
}

.news-richtext p[data-v-687372af] {
    padding: 0;
    margin: 0
}

.news-richtext p[data-v-687372af]:last-child {
    margin: 0
}

.news-richtext img.richtext-image.full-width[data-v-687372af] {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.full-width[data-v-687372af] {
        height: 50vh;
        min-height: 380px
    }
}

.news-richtext img.richtext-image.right[data-v-687372af] {
    height: 70vh;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: right;
    padding-left: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .news-richtext img.richtext-image.right[data-v-687372af] {
        width: 100%;
        height: 60vh;
        min-height: 450px;
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.right[data-v-687372af] {
        width: 100%;
        height: 50vh;
        min-height: 380px;
        padding-left: 0
    }
}

.colortext-block[data-v-687372af] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: -150px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .colortext-block[data-v-687372af] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.colortext-block p[data-v-687372af] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .colortext-block p[data-v-687372af] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .colortext-block p[data-v-687372af] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .colortext-block p[data-v-687372af] {
        font-size: 15px;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .colortext-block p[data-v-687372af] {
        font-size: 15px;
        line-height: 1.5;
        color: #637381
    }
}

.gncolortext-block[data-v-687372af] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .gncolortext-block[data-v-687372af] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.gncolortext-block p[data-v-687372af] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .gncolortext-block p[data-v-687372af] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .gncolortext-block p[data-v-687372af] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .gncolortext-block p[data-v-687372af] {
        font-size: calc(16px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .gncolortext-block p[data-v-687372af] {
        font-size: calc(15px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:1024px) {
    .lrtcardtext-block div p[data-v-687372af] {
        color: #fff
    }
}

.lrtcardtext-block div ul[data-v-687372af] {
    padding-left: 20px
}

.lrtcardtext-block div ul li[data-v-687372af] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .lrtcardtext-block div ul li[data-v-687372af] {
        text-align: left;
        padding: 0
    }
}

[data-aos=new-animation][data-v-687372af] {
    opacity: 0;
    -webkit-transition-property: width;
    transition-property: width
}

[data-aos=new-animation].aos-animate[data-v-687372af] {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=new-animation][data-v-687372af] {
        width: 100%
    }

    [data-aos=new-animation].aos-animate[data-v-687372af] {
        width: 0
    }
}

.fake3d-image-effect__image[data-v-687372af] {
    height: 100%
}

.fake3d-image-effect__image canvas[data-v-687372af] {
    height: 100% !important
}

[data-v-687372af]::-webkit-scrollbar {
    width: 8px
}

[data-v-687372af]::-webkit-scrollbar-track {
    background: #212b36
}

[data-v-687372af]::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.ftext p[data-v-687372af] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px
}

.swiper-pagination-bullet-active[data-v-687372af] {
    opacity: 1;
    background: #0b121c !important
}

ul.counter-row li.count-col[data-v-687372af] {
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

@media(max-width:1024px) {
    ul.counter-row li.count-col[data-v-687372af] {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-687372af] {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        background: #f6f7f9;
        margin-bottom: 20px
    }
}

ul.counter-row li.count-col .counter-mainwrap[data-v-687372af] {
    border-right: 1px solid #0b121c;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap[data-v-687372af] {
        border-right: none;
        min-height: 180px
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text[data-v-687372af] {
    text-align: center
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup[data-v-687372af] {
        padding: 0 0 20px 0
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-687372af] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-687372af] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-687372af] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-687372af] {
        font-size: calc(30px + .25vw)
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext[data-v-687372af] {
    margin-right: auto;
    text-align: center
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext p[data-v-687372af] {
    font-size: 15px
}

ul.counter-row li.count-col[data-v-687372af]:hover {
    background: #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap[data-v-687372af] {
    border-right: 1px solid #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .ctext p[data-v-687372af],
ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .icountup span[data-v-687372af] {
    color: #fff
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-687372af]:last-child {
        margin-bottom: 0
    }
}

ul.counter-row li.count-col:last-child .counter-mainwrap[data-v-687372af] {
    border-right: none
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text[data-v-687372af] {
    text-align: center;
    margin-right: 0
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text .ctext[data-v-687372af] {
    text-align: center
}

.ctext-block[data-v-687372af] {
    position: relative;
    z-index: 2
}

.ctext-block .ctitle-block[data-v-687372af] {
    margin-bottom: 45px
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block[data-v-687372af] {
        text-align: center
    }
}

.ctext-block .ctitle-block h2[data-v-687372af] {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: calc(48px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block h2[data-v-687372af] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block h2[data-v-687372af] {
        font-size: calc(30px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block h2[data-v-687372af] {
        font-size: calc(24px + .25vw);
        margin-bottom: 20px
    }
}

.ctext-block .ctitle-block div p[data-v-687372af] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block div p[data-v-687372af] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block div p[data-v-687372af] {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block div p[data-v-687372af] {
        font-size: 14px;
        line-height: 1.5
    }
}

.history-desc div p[data-v-687372af] {
    font-size: calc(42px + .25vw);
    color: #212b36;
    font-weight: 700;
    line-height: 1.3;
    font-family: arial
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-desc div p[data-v-687372af] {
        font-size: calc(32px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .history-desc div p[data-v-687372af] {
        font-size: calc(24px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .history-desc div p[data-v-687372af] {
        font-size: calc(16px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

.his-text p[data-v-687372af] {
    font-size: calc(16px + .25vw);
    color: #fff
}

.history-details2 h2[data-v-687372af] {
    margin-bottom: 10px;
    font-size: calc(48px + .25vw);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-details2 h2[data-v-687372af] {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .history-details2 h2[data-v-687372af] {
        font-size: calc(32px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:575px) {
    .history-details2 h2[data-v-687372af] {
        font-size: calc(20px + .25vw)
    }
}

.history-details2 .his-text2 p[data-v-687372af] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.news-text[data-v-687372af] {
    padding: 20px 0 0 0
}

@media(max-width:767px) {
    .news-text[data-v-687372af] {
        padding: 10px 0 0 0
    }
}

.news-text h4[data-v-687372af] {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:1025px)and (max-width:1600px) {
    .news-text h4[data-v-687372af] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .news-text h4[data-v-687372af] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .news-text h4[data-v-687372af] {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3
    }
}

.news-text div p[data-v-687372af] {
    padding: 0;
    font-size: calc(13px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(min-width:768px)and (max-width:1440px) {
    .news-text div p[data-v-687372af] {
        font-size: 15px;
        line-height: 1.6
    }
}

@media(max-width:767px) {
    .news-text div p[data-v-687372af] {
        font-size: 14px
    }
}

.text-cont p[data-v-687372af] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont p[data-v-687372af] {
        text-align: center
    }
}

@media(max-width:1024px) {
    .text-cont ul[data-v-687372af] {
        padding-left: 20px
    }
}

.text-cont ul li[data-v-687372af] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont ul li[data-v-687372af] {
        text-align: left;
        padding: 0
    }
}

.pdtext-cont p[data-v-687372af] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont p[data-v-687372af] {
        text-align: center
    }
}

.pdtext-cont ul[data-v-687372af] {
    padding-left: 20px
}

.pdtext-cont ul li[data-v-687372af] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont ul li[data-v-687372af] {
        text-align: left;
        padding: 0
    }
}

.tab-desc div div p[data-v-687372af] {
    color: #fff
}

.titletext-container[data-v-687372af] {
    padding: 80px 0;
    position: relative;
    z-index: 9
}

@media(min-width:768px)and (max-width:1024px) {
    .titletext-container[data-v-687372af] {
        padding: 60px 0
    }
}

@media(max-width:767.98px) {
    .titletext-container[data-v-687372af] {
        padding: 40px 0
    }
}

.titletext-container img[data-v-687372af] {
    height: calc(100% - 90px);
    width: 100%;
    position: absolute;
    left: -53%;
    top: 90px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: -1;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: .3
}

@media(min-width:1025px)and (max-width:1540px) {
    .titletext-container img[data-v-687372af] {
        left: -56%
    }
}

@media(max-width:1024px) {
    .titletext-container img[data-v-687372af] {
        display: none
    }
}

.header-title[data-v-687372af] {
    position: relative;
    margin-bottom: 60px
}

@media(max-width:1024px) {
    .header-title[data-v-687372af] {
        text-align: center;
        margin-bottom: 30px
    }
}

.header-title h2[data-v-687372af] {
    font-weight: 700;
    font-size: calc(24px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0
}

@media(max-width:1440px) {
    .header-title h2[data-v-687372af] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .header-title h2[data-v-687372af] {
        font-size: calc(30px + .25vw)
    }
}

@media(max-width:767px) {
    .header-title h2[data-v-687372af] {
        font-size: calc(24px + .25vw)
    }
}

.header-title[data-v-687372af]:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    bottom: -20px;
    left: 0;
    background: #0b121c
}

@media(max-width:1024px) {
    .header-title[data-v-687372af]:after {
        display: none
    }
}

.misson-block[data-v-687372af] {
    margin-bottom: 30px
}

@media(min-width:768px)and (max-width:1024px) {
    .misson-block[data-v-687372af] {
        padding: 0;
        text-align: center;
        margin-bottom: 60px
    }
}

@media(max-width:767.98px) {
    .misson-block[data-v-687372af] {
        padding: 0;
        text-align: center;
        margin-bottom: 40px
    }
}

.misson-block h3[data-v-687372af] {
    color: #0b121c;
    margin-bottom: 10px;
    padding: 0;
    font-weight: 700
}

.vision-block[data-v-687372af] {
    padding-left: 5%
}

@media(min-width:768px)and (max-width:1024px) {
    .vision-block[data-v-687372af] {
        padding: 0;
        text-align: center;
        margin-bottom: 60px
    }
}

@media(max-width:767.98px) {
    .vision-block[data-v-687372af] {
        padding: 0;
        text-align: center;
        margin-bottom: 40px
    }
}

.vision-block h3[data-v-687372af] {
    color: #0b121c;
    margin-bottom: 20px;
    padding: 0;
    font-weight: 700
}

ul.row li.col-xl-4[data-v-687372af] {
    margin: 40px 0 0 0;
    border-right: 1px solid hsla(0, 0%, 43.9%, .6);
    height: 100%
}

@media(max-width:1024px) {
    ul.row li.col-xl-4[data-v-687372af] {
        border-right: none
    }
}

ul.row li.col-xl-4[data-v-687372af]:last-child {
    border-right: none
}

ul.row li.col-xl-4[data-v-687372af]:last-child,
ul.row li.col-xl-4[data-v-687372af]:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

ul.row li.col-xl-4 .count[data-v-687372af] {
    text-align: center
}

@media(max-width:1024px) {
    ul.row li.col-xl-4 .count[data-v-687372af] {
        width: 50%;
        margin: 0 auto;
        background: #f6f7f9;
        padding: 30px;
        min-height: 280px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 330px;
        border-right: 2px solid #0b121c;
        border-radius: 2px;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .08);
        box-shadow: 0 1px 3px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .08)
    }
}

ul.row li.col-xl-4 .count .icountup[data-v-687372af] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 5px
}

@media(max-width:1440px) {
    ul.row li.col-xl-4 .count .icountup[data-v-687372af] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.row li.col-xl-4 .count .icountup[data-v-687372af] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.row li.col-xl-4 .count .icountup[data-v-687372af] {
        font-size: calc(30px + .25vw)
    }
}

ul.row li.col-xl-4 .count .count-title[data-v-687372af] {
    font-size: 15px
}

.fade-enter-active[data-v-687372af],
.fade-leave-active[data-v-687372af] {
    -webkit-transition: all 1s;
    transition: all 1s
}

.fade-enter[data-v-687372af],
.fade-leave-to[data-v-687372af] {
    opacity: 0
}

[data-v-9bf72a46] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-9bf72a46] {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #637381;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 0
}

.img-fluid[data-v-9bf72a46] {
    max-width: 100%;
    height: auto;
    display: block
}

ol[data-v-9bf72a46],
ul[data-v-9bf72a46] {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif
}

a[data-v-9bf72a46],
li[data-v-9bf72a46],
p[data-v-9bf72a46],
ul[data-v-9bf72a46] {
    font-family: Roboto, sans-serif;
    color: #637381;
    margin-bottom: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(max-width:767px) {

    a[data-v-9bf72a46],
    li[data-v-9bf72a46],
    p[data-v-9bf72a46],
    ul[data-v-9bf72a46] {
        font-size: 15px
    }
}

.title-color[data-v-9bf72a46] {
    color: #0b121c
}

h1[data-v-9bf72a46],
h2[data-v-9bf72a46],
h3[data-v-9bf72a46],
h4[data-v-9bf72a46],
h5[data-v-9bf72a46],
h6[data-v-9bf72a46] {
    font-family: arial;
    font-weight: 700;
    color: #212b36;
    margin: 0;
    text-transform: capitalize
}

h1[data-v-9bf72a46] {
    font-size: calc(52px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h1[data-v-9bf72a46] {
        font-size: calc(42px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    h1[data-v-9bf72a46] {
        font-size: calc(36px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575px) {
    h1[data-v-9bf72a46] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h2[data-v-9bf72a46] {
    font-size: calc(24px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    h2[data-v-9bf72a46] {
        font-size: calc(38px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    h2[data-v-9bf72a46] {
        font-size: calc(34px + .25vw);
        line-height: 1.3
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    h2[data-v-9bf72a46] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575.98px) {
    h2[data-v-9bf72a46] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h3[data-v-9bf72a46] {
    font-size: calc(34px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h3[data-v-9bf72a46] {
        font-size: calc(28px + .25vw);
        letter-spacing: 1px
    }
}

@media(max-width:1024px) {
    h3[data-v-9bf72a46] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

@media(max-width:575px) {
    h3[data-v-9bf72a46] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

h4[data-v-9bf72a46] {
    font-size: 28px
}

@media(max-width:1024px) {
    h4[data-v-9bf72a46] {
        font-size: 20px
    }
}

@media(max-width:575px) {
    h4[data-v-9bf72a46] {
        font-size: 18px
    }
}

h5[data-v-9bf72a46] {
    font-size: 20px
}

@media(max-width:1024px) {
    h5[data-v-9bf72a46] {
        font-size: 18px
    }
}

@media(max-width:575px) {
    h5[data-v-9bf72a46] {
        font-size: 15px
    }
}

h6[data-v-9bf72a46] {
    font-size: 16px
}

@media(max-width:1024px) {
    h6[data-v-9bf72a46] {
        font-size: 15px
    }
}

@media(max-width:575px) {
    h6[data-v-9bf72a46] {
        font-size: 14px
    }
}

.pd-5[data-v-9bf72a46] {
    padding: 0 5% !important
}

.mask[data-v-9bf72a46] {
    height: 100vh !important;
    width: 100% !important
}

.vue-flux .flux-caption[data-v-9bf72a46] {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70% !important;
    text-align: center !important;
    font-family: arial;
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .vue-flux .flux-caption[data-v-9bf72a46] {
        font-size: calc(52px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-caption[data-v-9bf72a46] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .vue-flux .flux-caption[data-v-9bf72a46] {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px;
        line-height: 1.25
    }
}

.vue-flux .flux-pagination[data-v-9bf72a46] {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
    bottom: unset !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination[data-v-9bf72a46] {
        top: unset !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        bottom: 0 !important;
        left: 50% !important;
        right: 0 !important
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination ul[data-v-9bf72a46] {
        display: block
    }
}

.vue-flux .flux-pagination li span.pagination-item[data-v-9bf72a46] {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-transition: background-color .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, border .2s ease-in
}

.vue-flux .flux-pagination li.active span.pagination-item[data-v-9bf72a46] {
    background-color: #0b121c !important
}

@media(min-width:992px)and (max-width:1024.98px) {
    .col-lg-10[data-v-9bf72a46] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .offset-lg-2[data-v-9bf72a46] {
        margin-left: 0 !important
    }

    .col-lg-3[data-v-9bf72a46],
    .col-lg-4[data-v-9bf72a46],
    .col-lg-6[data-v-9bf72a46] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .flex-lg-row[data-v-9bf72a46] {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
}

@media(min-width:1025px) {
    .col-lg-6[data-v-9bf72a46] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-lg-4[data-v-9bf72a46] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }

    .col-lg-10[data-v-9bf72a46] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important
    }

    .offset-lg-2[data-v-9bf72a46] {
        margin-left: 16.666667% !important
    }
}

@media(min-width:1200px) {
    .col-xl-6[data-v-9bf72a46] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-xl-4[data-v-9bf72a46] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.button-mirror[data-v-9bf72a46],
.button[data-v-9bf72a46] {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    text-align: center
}

@media(max-width:1024px) {

    .button-mirror[data-v-9bf72a46],
    .button[data-v-9bf72a46] {
        width: 150px
    }
}

.button-mirror[data-v-9bf72a46]:before,
.button[data-v-9bf72a46]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b121c;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width:1024px) {

    .button-mirror[data-v-9bf72a46]:before,
    .button[data-v-9bf72a46]:before {
        display: none
    }
}

.button-mirror[data-v-9bf72a46]:hover:before,
.button[data-v-9bf72a46]:hover:before {
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.button-mirror[data-v-9bf72a46]:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.plyr__control--overlaid[data-v-9bf72a46] {
    background: #0b121c !important;
    top: 60% !important;
    z-index: 200 !important
}

.vue-flux[data-v-9bf72a46] {
    position: relative
}

.vue-flux[data-v-9bf72a46]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0;
    content: ""
}

.maprichtext p[data-v-9bf72a46] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .maprichtext p[data-v-9bf72a46] {
        font-size: calc(22px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .maprichtext p[data-v-9bf72a46] {
        font-size: calc(18px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .maprichtext p[data-v-9bf72a46] {
        font-size: calc(16px + .25vw);
        line-height: 1.6
    }
}

@media(max-width:575.98px) {
    .maprichtext p[data-v-9bf72a46] {
        font-size: calc(15px + .25vw);
        line-height: 1.6
    }
}

.industrytext-details[data-v-9bf72a46] {
    overflow: hidden;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media(max-width:767.98px) {
    .industrytext-details[data-v-9bf72a46] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        overflow: hidden
    }
}

.industrytext-details img.richtext-image[data-v-9bf72a46] {
    display: block;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin: 0;
    width: 50%;
    float: right
}

@media(min-width:768px)and (max-width:1024px) {
    .industrytext-details img.richtext-image[data-v-9bf72a46] {
        height: 60vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .industrytext-details img.richtext-image[data-v-9bf72a46] {
        height: 45vh;
        min-height: 350px;
        width: 100%;
        margin: 20px 0;
        float: unset
    }
}

.industrytext-details p[data-v-9bf72a46] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5% 0 0
}

@media(max-width:767.98px) {
    .industrytext-details p[data-v-9bf72a46] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        background: #f1f1f1;
        width: 90%;
        margin: -60px auto 0 auto !important;
        position: relative;
        z-index: 22
    }
}

.industrytext-details p[data-v-9bf72a46]:first-child {
    margin: 0
}

@media(max-width:1024px) {
    .career-richtext[data-v-9bf72a46] {
        text-align: center
    }
}

.career-richtext h3[data-v-9bf72a46] {
    color: #0b121c;
    margin: 20px 0
}

.career-richtext h3[data-v-9bf72a46]:first-child {
    margin: 0 0 20px 0
}

.career-richtext p[data-v-9bf72a46] {
    margin: 0 0 40px 0;
    padding: 0
}

@media(max-width:1024px) {
    .career-richtext p[data-v-9bf72a46] {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .career-richtext p[data-v-9bf72a46] {
        margin-bottom: 20px
    }
}

.career-richtext p[data-v-9bf72a46]:last-child {
    margin: 0
}

.career-richtext ul[data-v-9bf72a46] {
    padding-left: 30px;
    margin: 0 0 40px 0
}

@media(max-width:1024px) {
    .career-richtext ul[data-v-9bf72a46] {
        margin-bottom: 0
    }
}

.career-richtext ul li[data-v-9bf72a46] {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    text-align: justify;
    text-indent: unset;
    list-style: none
}

.career-richtext ul li[data-v-9bf72a46]:before {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
    font-family: FontAwesome;
    color: #1c1b1b;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.address-data[data-v-9bf72a46] {
    margin: 20px 0 0 0
}

.address-data div p[data-v-9bf72a46] {
    color: #fff;
    font-size: 15px
}

@media(max-width:576px) {
    .col-mbx-6[data-v-9bf72a46] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.news-richtext[data-v-9bf72a46] {
    overflow-x: hidden;
    background: #fff;
    padding: 40px;
    overflow: auto
}

@media(max-width:767.98px) {
    .news-richtext[data-v-9bf72a46] {
        text-align: center
    }
}

.news-richtext p[data-v-9bf72a46] {
    padding: 0;
    margin: 0
}

.news-richtext p[data-v-9bf72a46]:last-child {
    margin: 0
}

.news-richtext img.richtext-image.full-width[data-v-9bf72a46] {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.full-width[data-v-9bf72a46] {
        height: 50vh;
        min-height: 380px
    }
}

.news-richtext img.richtext-image.right[data-v-9bf72a46] {
    height: 70vh;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: right;
    padding-left: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .news-richtext img.richtext-image.right[data-v-9bf72a46] {
        width: 100%;
        height: 60vh;
        min-height: 450px;
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.right[data-v-9bf72a46] {
        width: 100%;
        height: 50vh;
        min-height: 380px;
        padding-left: 0
    }
}

.colortext-block[data-v-9bf72a46] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: -150px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .colortext-block[data-v-9bf72a46] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.colortext-block p[data-v-9bf72a46] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .colortext-block p[data-v-9bf72a46] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .colortext-block p[data-v-9bf72a46] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .colortext-block p[data-v-9bf72a46] {
        font-size: 15px;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .colortext-block p[data-v-9bf72a46] {
        font-size: 15px;
        line-height: 1.5;
        color: #637381
    }
}

.gncolortext-block[data-v-9bf72a46] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .gncolortext-block[data-v-9bf72a46] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.gncolortext-block p[data-v-9bf72a46] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .gncolortext-block p[data-v-9bf72a46] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .gncolortext-block p[data-v-9bf72a46] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .gncolortext-block p[data-v-9bf72a46] {
        font-size: calc(16px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .gncolortext-block p[data-v-9bf72a46] {
        font-size: calc(15px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:1024px) {
    .lrtcardtext-block div p[data-v-9bf72a46] {
        color: #fff
    }
}

.lrtcardtext-block div ul[data-v-9bf72a46] {
    padding-left: 20px
}

.lrtcardtext-block div ul li[data-v-9bf72a46] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .lrtcardtext-block div ul li[data-v-9bf72a46] {
        text-align: left;
        padding: 0
    }
}

[data-aos=new-animation][data-v-9bf72a46] {
    opacity: 0;
    -webkit-transition-property: width;
    transition-property: width
}

[data-aos=new-animation].aos-animate[data-v-9bf72a46] {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=new-animation][data-v-9bf72a46] {
        width: 100%
    }

    [data-aos=new-animation].aos-animate[data-v-9bf72a46] {
        width: 0
    }
}

.fake3d-image-effect__image[data-v-9bf72a46] {
    height: 100%
}

.fake3d-image-effect__image canvas[data-v-9bf72a46] {
    height: 100% !important
}

[data-v-9bf72a46]::-webkit-scrollbar {
    width: 8px
}

[data-v-9bf72a46]::-webkit-scrollbar-track {
    background: #212b36
}

[data-v-9bf72a46]::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.ftext p[data-v-9bf72a46] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px
}

.swiper-pagination-bullet-active[data-v-9bf72a46] {
    opacity: 1;
    background: #0b121c !important
}

ul.counter-row li.count-col[data-v-9bf72a46] {
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

@media(max-width:1024px) {
    ul.counter-row li.count-col[data-v-9bf72a46] {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-9bf72a46] {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        background: #f6f7f9;
        margin-bottom: 20px
    }
}

ul.counter-row li.count-col .counter-mainwrap[data-v-9bf72a46] {
    border-right: 1px solid #0b121c;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap[data-v-9bf72a46] {
        border-right: none;
        min-height: 180px
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text[data-v-9bf72a46] {
    text-align: center
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup[data-v-9bf72a46] {
        padding: 0 0 20px 0
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-9bf72a46] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-9bf72a46] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-9bf72a46] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-9bf72a46] {
        font-size: calc(30px + .25vw)
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext[data-v-9bf72a46] {
    margin-right: auto;
    text-align: center
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext p[data-v-9bf72a46] {
    font-size: 15px
}

ul.counter-row li.count-col[data-v-9bf72a46]:hover {
    background: #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap[data-v-9bf72a46] {
    border-right: 1px solid #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .ctext p[data-v-9bf72a46],
ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .icountup span[data-v-9bf72a46] {
    color: #fff
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-9bf72a46]:last-child {
        margin-bottom: 0
    }
}

ul.counter-row li.count-col:last-child .counter-mainwrap[data-v-9bf72a46] {
    border-right: none
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text[data-v-9bf72a46] {
    text-align: center;
    margin-right: 0
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text .ctext[data-v-9bf72a46] {
    text-align: center
}

.ctext-block[data-v-9bf72a46] {
    position: relative;
    z-index: 2
}

.ctext-block .ctitle-block[data-v-9bf72a46] {
    margin-bottom: 45px
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block[data-v-9bf72a46] {
        text-align: center
    }
}

.ctext-block .ctitle-block h2[data-v-9bf72a46] {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: calc(48px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block h2[data-v-9bf72a46] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block h2[data-v-9bf72a46] {
        font-size: calc(30px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block h2[data-v-9bf72a46] {
        font-size: calc(24px + .25vw);
        margin-bottom: 20px
    }
}

.ctext-block .ctitle-block div p[data-v-9bf72a46] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block div p[data-v-9bf72a46] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block div p[data-v-9bf72a46] {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block div p[data-v-9bf72a46] {
        font-size: 14px;
        line-height: 1.5
    }
}

.history-desc div p[data-v-9bf72a46] {
    font-size: calc(42px + .25vw);
    color: #212b36;
    font-weight: 700;
    line-height: 1.3;
    font-family: arial
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-desc div p[data-v-9bf72a46] {
        font-size: calc(32px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .history-desc div p[data-v-9bf72a46] {
        font-size: calc(24px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .history-desc div p[data-v-9bf72a46] {
        font-size: calc(16px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

.his-text p[data-v-9bf72a46] {
    font-size: calc(16px + .25vw);
    color: #fff
}

.history-details2 h2[data-v-9bf72a46] {
    margin-bottom: 10px;
    font-size: calc(48px + .25vw);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-details2 h2[data-v-9bf72a46] {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .history-details2 h2[data-v-9bf72a46] {
        font-size: calc(32px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:575px) {
    .history-details2 h2[data-v-9bf72a46] {
        font-size: calc(20px + .25vw)
    }
}

.history-details2 .his-text2 p[data-v-9bf72a46] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.news-text[data-v-9bf72a46] {
    padding: 20px 0 0 0
}

@media(max-width:767px) {
    .news-text[data-v-9bf72a46] {
        padding: 10px 0 0 0
    }
}

.news-text h4[data-v-9bf72a46] {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:1025px)and (max-width:1600px) {
    .news-text h4[data-v-9bf72a46] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .news-text h4[data-v-9bf72a46] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .news-text h4[data-v-9bf72a46] {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3
    }
}

.news-text div p[data-v-9bf72a46] {
    padding: 0;
    font-size: calc(13px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(min-width:768px)and (max-width:1440px) {
    .news-text div p[data-v-9bf72a46] {
        font-size: 15px;
        line-height: 1.6
    }
}

@media(max-width:767px) {
    .news-text div p[data-v-9bf72a46] {
        font-size: 14px
    }
}

.text-cont p[data-v-9bf72a46] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont p[data-v-9bf72a46] {
        text-align: center
    }
}

@media(max-width:1024px) {
    .text-cont ul[data-v-9bf72a46] {
        padding-left: 20px
    }
}

.text-cont ul li[data-v-9bf72a46] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont ul li[data-v-9bf72a46] {
        text-align: left;
        padding: 0
    }
}

.pdtext-cont p[data-v-9bf72a46] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont p[data-v-9bf72a46] {
        text-align: center
    }
}

.pdtext-cont ul[data-v-9bf72a46] {
    padding-left: 20px
}

.pdtext-cont ul li[data-v-9bf72a46] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont ul li[data-v-9bf72a46] {
        text-align: left;
        padding: 0
    }
}

.tab-desc div div p[data-v-9bf72a46] {
    color: #fff
}

@media(min-width:768px)and (max-width:1024px) {
    .tab-container[data-v-9bf72a46] {
        margin-bottom: 60px
    }
}

@media(max-width:767.98px) {
    .tab-container[data-v-9bf72a46] {
        margin-bottom: 40px
    }
}

.tab-wrap[data-v-9bf72a46] {
    /* height: calc(100vh - 97px); */
    position: relative;
    /* min-height: 610px; */
    height: 800px;
}

@media(min-width:768px)and (max-width:1024px) {
    .tab-wrap[data-v-9bf72a46] {
        height: 75vh;
        min-height: 550px
    }
}

@media(max-width:767.98px) {
    .tab-wrap[data-v-9bf72a46] {
        height: 60vh;
        min-height: 420px
    }
}

.tab-wrap .tab-imgblock[data-v-9bf72a46],
.tab-wrap .tab-imgblock div[data-v-9bf72a46] {
    height: 100%;
    display: block
}

.tab-wrap .tab-imgblock div img[data-v-9bf72a46] {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center
}

.tab-wrap .nav-wrap[data-v-9bf72a46] {
    position: absolute;
    background: hsla(0, 0%, 100%, .8392156863);
    top: 0;
    left: 15%;
    -webkit-transform: translate(-15%);
    transform: translate(-15%);
    height: 100%;
    width: 25%;
    min-width: 410px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}
.tab-wrap .nav-wrap li a {
    text-decoration: none;
    color: inherit;
}
.tab-wrap .nav-wrap li.ui-state-active:after{
    content: "";
    position: absolute;
    left: -2px;
    top: 0;
    border-left: 2px solid #0b121c;
    z-index: 20;
    width: auto;
    height: 100%;
}
@media(max-width:1024px) {
    .tab-wrap .nav-wrap[data-v-9bf72a46] {
        width: calc(100% - 350px);
        min-width: 300px;
        -webkit-transform: translate(-100%);
        transform: translate(-100%);
        left: 0;
        z-index: 99
    }
}

.tab-wrap .nav-wrap .tab-navs[data-v-9bf72a46] {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    margin: 0 auto;
    position: relative
}

@media(max-width:1024px) {
    .tab-wrap .nav-wrap .tab-navs[data-v-9bf72a46] {
        width: 100%
    }
}

.tab-wrap .nav-wrap .tab-navs .tabs-title[data-v-9bf72a46] {
    padding-bottom: 40px
}

@media(max-width:1024px) {
    .tab-wrap .nav-wrap .tab-navs .tabs-title[data-v-9bf72a46] {
        width: 50%;
        margin: 0 auto
    }
}

.tab-wrap .nav-wrap .tab-navs ul.tab-item[data-v-9bf72a46] {
    position: relative;
    border-left: 2px solid #d8d8d8
}

@media(max-width:1024px) {
    .tab-wrap .nav-wrap .tab-navs ul.tab-item[data-v-9bf72a46] {
        width: 50%;
        margin: 0 auto
    }
}

.tab-wrap .nav-wrap .tab-navs ul.tab-item li[data-v-9bf72a46] {
    cursor: pointer;
    position: relative;
    font-weight: 500;
    display: block;
    padding: 15px 0 15px 35px
}

@media(max-width:1024px) {
    .tab-wrap .nav-wrap .tab-navs ul.tab-item li[data-v-9bf72a46] {
        padding: 10px 0 10px 10px
    }
}

.tab-wrap .nav-wrap .tab-navs ul.tab-item li.active[data-v-9bf72a46]:after,
.tab-wrap .nav-wrap .tab-navs ul.tab-item li[data-v-9bf72a46]:hover:after {
    content: "";
    position: absolute;
    left: -2px;
    top: 0;
    border-left: 2px solid #0b121c;
    z-index: 20;
    width: auto;
    height: 100%
}

@media(max-width:1024px) {
    .add-transition[data-v-9bf72a46] {
        -webkit-transform: translate(-15%) !important;
        transform: translate(-15%) !important
    }
}

.tab-desc[data-v-9bf72a46] {
    background: #0b121c;
    position: absolute;
    bottom: 0;
    right: 5%;
    width: 50%;
    min-width: 350px;
    padding: 40px
}

@media(max-width:1024px) {
    .tab-desc[data-v-9bf72a46] {
        right: 0
    }
}

.tab-desc p[data-v-9bf72a46] {
    color: #fff
}

.fade-enter[data-v-9bf72a46],
.fade-leave-to[data-v-9bf72a46] {
    opacity: 0
}

.fade-enter-active[data-v-9bf72a46],
.fade-leave-active[data-v-9bf72a46] {
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

@media(min-width:1025px) {
    .mb-tab[data-v-9bf72a46] {
        display: none
    }
}

@media(max-width:1024px) {
    .mb-tab[data-v-9bf72a46] {
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 50px;
        overflow: hidden;
        position: absolute;
        left: 100%;
        right: unset;
        width: 50px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #ccc;
        border-radius: 50%;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    .mb-tab .fa-chevron-left[data-v-9bf72a46] {
        display: none
    }

    .mb-tab .fa-chevron-right[data-v-9bf72a46] {
        color: #0b121c;
        display: block
    }
}

@media(max-width:1024px) {
    .active[data-v-9bf72a46] {
        left: unset !important;
        right: 0 !important
    }

    .active .fa-chevron-left[data-v-9bf72a46] {
        color: #0b121c;
        display: block
    }

    .active .fa-chevron-right[data-v-9bf72a46] {
        display: none
    }
}

[data-v-9b628506] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-9b628506] {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #637381;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 0
}

.img-fluid[data-v-9b628506] {
    max-width: 100%;
    height: auto;
    display: block
}

ol[data-v-9b628506],
ul[data-v-9b628506] {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif
}

a[data-v-9b628506],
li[data-v-9b628506],
p[data-v-9b628506],
ul[data-v-9b628506] {
    font-family: Roboto, sans-serif;
    color: #637381;
    margin-bottom: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(max-width:767px) {

    a[data-v-9b628506],
    li[data-v-9b628506],
    p[data-v-9b628506],
    ul[data-v-9b628506] {
        font-size: 15px
    }
}

.title-color[data-v-9b628506] {
    color: #0b121c
}

h1[data-v-9b628506],
h2[data-v-9b628506],
h3[data-v-9b628506],
h4[data-v-9b628506],
h5[data-v-9b628506],
h6[data-v-9b628506] {
    font-family: arial;
    font-weight: 700;
    color: #212b36;
    margin: 0;
    text-transform: capitalize
}

h1[data-v-9b628506] {
    font-size: calc(52px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h1[data-v-9b628506] {
        font-size: calc(42px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    h1[data-v-9b628506] {
        font-size: calc(36px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575px) {
    h1[data-v-9b628506] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h2[data-v-9b628506] {
    font-size: calc(48px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    h2[data-v-9b628506] {
        font-size: calc(38px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    h2[data-v-9b628506] {
        font-size: calc(34px + .25vw);
        line-height: 1.3
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    h2[data-v-9b628506] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575.98px) {
    h2[data-v-9b628506] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h3[data-v-9b628506] {
    font-size: calc(34px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h3[data-v-9b628506] {
        font-size: calc(28px + .25vw);
        letter-spacing: 1px
    }
}

@media(max-width:1024px) {
    h3[data-v-9b628506] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

@media(max-width:575px) {
    h3[data-v-9b628506] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

h4[data-v-9b628506] {
    font-size: 28px
}

@media(max-width:1024px) {
    h4[data-v-9b628506] {
        font-size: 20px
    }
}

@media(max-width:575px) {
    h4[data-v-9b628506] {
        font-size: 18px
    }
}

h5[data-v-9b628506] {
    font-size: 20px
}

@media(max-width:1024px) {
    h5[data-v-9b628506] {
        font-size: 18px
    }
}

@media(max-width:575px) {
    h5[data-v-9b628506] {
        font-size: 15px
    }
}

h6[data-v-9b628506] {
    font-size: 16px
}

@media(max-width:1024px) {
    h6[data-v-9b628506] {
        font-size: 15px
    }
}

@media(max-width:575px) {
    h6[data-v-9b628506] {
        font-size: 14px
    }
}

.pd-5[data-v-9b628506] {
    padding: 0 5% !important
}

.mask[data-v-9b628506] {
    height: 100vh !important;
    width: 100% !important
}

.vue-flux .flux-caption[data-v-9b628506] {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70% !important;
    text-align: center !important;
    font-family: arial;
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .vue-flux .flux-caption[data-v-9b628506] {
        font-size: calc(52px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-caption[data-v-9b628506] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .vue-flux .flux-caption[data-v-9b628506] {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px;
        line-height: 1.25
    }
}

.vue-flux .flux-pagination[data-v-9b628506] {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
    bottom: unset !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination[data-v-9b628506] {
        top: unset !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        bottom: 0 !important;
        left: 50% !important;
        right: 0 !important
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination ul[data-v-9b628506] {
        display: block
    }
}

.vue-flux .flux-pagination li span.pagination-item[data-v-9b628506] {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-transition: background-color .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, border .2s ease-in
}

.vue-flux .flux-pagination li.active span.pagination-item[data-v-9b628506] {
    background-color: #0b121c !important
}

@media(min-width:992px)and (max-width:1024.98px) {
    .col-lg-10[data-v-9b628506] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .offset-lg-2[data-v-9b628506] {
        margin-left: 0 !important
    }

    .col-lg-3[data-v-9b628506],
    .col-lg-4[data-v-9b628506],
    .col-lg-6[data-v-9b628506] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .flex-lg-row[data-v-9b628506] {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
}

@media(min-width:1025px) {
    .col-lg-6[data-v-9b628506] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-lg-4[data-v-9b628506] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }

    .col-lg-10[data-v-9b628506] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important
    }

    .offset-lg-2[data-v-9b628506] {
        margin-left: 16.666667% !important
    }
}

@media(min-width:1200px) {
    .col-xl-6[data-v-9b628506] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-xl-4[data-v-9b628506] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.button-mirror[data-v-9b628506],
.button[data-v-9b628506] {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    text-align: center
}

@media(max-width:1024px) {

    .button-mirror[data-v-9b628506],
    .button[data-v-9b628506] {
        width: 150px
    }
}

.button-mirror[data-v-9b628506]:before,
.button[data-v-9b628506]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b121c;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width:1024px) {

    .button-mirror[data-v-9b628506]:before,
    .button[data-v-9b628506]:before {
        display: none
    }
}

.button-mirror[data-v-9b628506]:hover:before,
.button[data-v-9b628506]:hover:before {
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.button-mirror[data-v-9b628506]:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.plyr__control--overlaid[data-v-9b628506] {
    background: #0b121c !important;
    top: 60% !important;
    z-index: 200 !important
}

.vue-flux[data-v-9b628506] {
    position: relative
}

.vue-flux[data-v-9b628506]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0;
    content: ""
}

.maprichtext p[data-v-9b628506] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .maprichtext p[data-v-9b628506] {
        font-size: calc(22px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .maprichtext p[data-v-9b628506] {
        font-size: calc(18px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .maprichtext p[data-v-9b628506] {
        font-size: calc(16px + .25vw);
        line-height: 1.6
    }
}

@media(max-width:575.98px) {
    .maprichtext p[data-v-9b628506] {
        font-size: calc(15px + .25vw);
        line-height: 1.6
    }
}

.industrytext-details[data-v-9b628506] {
    overflow: hidden;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media(max-width:767.98px) {
    .industrytext-details[data-v-9b628506] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        overflow: hidden
    }
}

.industrytext-details img.richtext-image[data-v-9b628506] {
    display: block;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin: 0;
    width: 50%;
    float: right
}

@media(min-width:768px)and (max-width:1024px) {
    .industrytext-details img.richtext-image[data-v-9b628506] {
        height: 60vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .industrytext-details img.richtext-image[data-v-9b628506] {
        height: 45vh;
        min-height: 350px;
        width: 100%;
        margin: 20px 0;
        float: unset
    }
}

.industrytext-details p[data-v-9b628506] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5% 0 0
}

@media(max-width:767.98px) {
    .industrytext-details p[data-v-9b628506] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        background: #f1f1f1;
        width: 90%;
        margin: -60px auto 0 auto !important;
        position: relative;
        z-index: 22
    }
}

.industrytext-details p[data-v-9b628506]:first-child {
    margin: 0
}

@media(max-width:1024px) {
    .career-richtext[data-v-9b628506] {
        text-align: center
    }
}

.career-richtext h3[data-v-9b628506] {
    color: #0b121c;
    margin: 20px 0
}

.career-richtext h3[data-v-9b628506]:first-child {
    margin: 0 0 20px 0
}

.career-richtext p[data-v-9b628506] {
    margin: 0 0 40px 0;
    padding: 0
}

@media(max-width:1024px) {
    .career-richtext p[data-v-9b628506] {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .career-richtext p[data-v-9b628506] {
        margin-bottom: 20px
    }
}

.career-richtext p[data-v-9b628506]:last-child {
    margin: 0
}

.career-richtext ul[data-v-9b628506] {
    padding-left: 30px;
    margin: 0 0 40px 0
}

@media(max-width:1024px) {
    .career-richtext ul[data-v-9b628506] {
        margin-bottom: 0
    }
}

.career-richtext ul li[data-v-9b628506] {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    text-align: justify;
    text-indent: unset;
    list-style: none
}

.career-richtext ul li[data-v-9b628506]:before {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
    font-family: FontAwesome;
    color: #1c1b1b;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.address-data[data-v-9b628506] {
    margin: 20px 0 0 0
}

.address-data div p[data-v-9b628506] {
    color: #fff;
    font-size: 15px
}

@media(max-width:576px) {
    .col-mbx-6[data-v-9b628506] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.news-richtext[data-v-9b628506] {
    overflow-x: hidden;
    background: #fff;
    padding: 40px;
    overflow: auto
}

@media(max-width:767.98px) {
    .news-richtext[data-v-9b628506] {
        text-align: center
    }
}

.news-richtext p[data-v-9b628506] {
    padding: 0;
    margin: 0
}

.news-richtext p[data-v-9b628506]:last-child {
    margin: 0
}

.news-richtext img.richtext-image.full-width[data-v-9b628506] {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.full-width[data-v-9b628506] {
        height: 50vh;
        min-height: 380px
    }
}

.news-richtext img.richtext-image.right[data-v-9b628506] {
    height: 70vh;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: right;
    padding-left: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .news-richtext img.richtext-image.right[data-v-9b628506] {
        width: 100%;
        height: 60vh;
        min-height: 450px;
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.right[data-v-9b628506] {
        width: 100%;
        height: 50vh;
        min-height: 380px;
        padding-left: 0
    }
}

.colortext-block[data-v-9b628506] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: -150px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .colortext-block[data-v-9b628506] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.colortext-block p[data-v-9b628506] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .colortext-block p[data-v-9b628506] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .colortext-block p[data-v-9b628506] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .colortext-block p[data-v-9b628506] {
        font-size: 15px;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .colortext-block p[data-v-9b628506] {
        font-size: 15px;
        line-height: 1.5;
        color: #637381
    }
}

.gncolortext-block[data-v-9b628506] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .gncolortext-block[data-v-9b628506] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.gncolortext-block p[data-v-9b628506] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .gncolortext-block p[data-v-9b628506] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .gncolortext-block p[data-v-9b628506] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .gncolortext-block p[data-v-9b628506] {
        font-size: calc(16px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .gncolortext-block p[data-v-9b628506] {
        font-size: calc(15px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:1024px) {
    .lrtcardtext-block div p[data-v-9b628506] {
        color: #fff
    }
}

.lrtcardtext-block div ul[data-v-9b628506] {
    padding-left: 20px
}

.lrtcardtext-block div ul li[data-v-9b628506] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .lrtcardtext-block div ul li[data-v-9b628506] {
        text-align: left;
        padding: 0
    }
}

[data-aos=new-animation][data-v-9b628506] {
    opacity: 0;
    -webkit-transition-property: width;
    transition-property: width
}

[data-aos=new-animation].aos-animate[data-v-9b628506] {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=new-animation][data-v-9b628506] {
        width: 100%
    }

    [data-aos=new-animation].aos-animate[data-v-9b628506] {
        width: 0
    }
}

.fake3d-image-effect__image[data-v-9b628506] {
    height: 100%
}

.fake3d-image-effect__image canvas[data-v-9b628506] {
    height: 100% !important
}

[data-v-9b628506]::-webkit-scrollbar {
    width: 8px
}

[data-v-9b628506]::-webkit-scrollbar-track {
    background: #212b36
}

[data-v-9b628506]::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.ftext p[data-v-9b628506] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px
}

.swiper-pagination-bullet-active[data-v-9b628506] {
    opacity: 1;
    background: #0b121c !important
}

ul.counter-row li.count-col[data-v-9b628506] {
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

@media(max-width:1024px) {
    ul.counter-row li.count-col[data-v-9b628506] {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-9b628506] {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        background: #f6f7f9;
        margin-bottom: 20px
    }
}

ul.counter-row li.count-col .counter-mainwrap[data-v-9b628506] {
    border-right: 1px solid #0b121c;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap[data-v-9b628506] {
        border-right: none;
        min-height: 180px
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text[data-v-9b628506] {
    text-align: center
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup[data-v-9b628506] {
        padding: 0 0 20px 0
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-9b628506] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-9b628506] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-9b628506] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-9b628506] {
        font-size: calc(30px + .25vw)
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext[data-v-9b628506] {
    margin-right: auto;
    text-align: center
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext p[data-v-9b628506] {
    font-size: 15px
}

ul.counter-row li.count-col[data-v-9b628506]:hover {
    background: #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap[data-v-9b628506] {
    border-right: 1px solid #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .ctext p[data-v-9b628506],
ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .icountup span[data-v-9b628506] {
    color: #fff
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-9b628506]:last-child {
        margin-bottom: 0
    }
}

ul.counter-row li.count-col:last-child .counter-mainwrap[data-v-9b628506] {
    border-right: none
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text[data-v-9b628506] {
    text-align: center;
    margin-right: 0
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text .ctext[data-v-9b628506] {
    text-align: center
}

.ctext-block[data-v-9b628506] {
    position: relative;
    z-index: 2
}

.ctext-block .ctitle-block[data-v-9b628506] {
    margin-bottom: 45px
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block[data-v-9b628506] {
        text-align: center
    }
}

.ctext-block .ctitle-block h2[data-v-9b628506] {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: calc(48px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block h2[data-v-9b628506] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block h2[data-v-9b628506] {
        font-size: calc(30px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block h2[data-v-9b628506] {
        font-size: calc(24px + .25vw);
        margin-bottom: 20px
    }
}

.ctext-block .ctitle-block div p[data-v-9b628506] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block div p[data-v-9b628506] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block div p[data-v-9b628506] {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block div p[data-v-9b628506] {
        font-size: 14px;
        line-height: 1.5
    }
}

.history-desc div p[data-v-9b628506] {
    font-size: calc(42px + .25vw);
    color: #212b36;
    font-weight: 700;
    line-height: 1.3;
    font-family: arial
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-desc div p[data-v-9b628506] {
        font-size: calc(32px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .history-desc div p[data-v-9b628506] {
        font-size: calc(24px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .history-desc div p[data-v-9b628506] {
        font-size: calc(16px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

.his-text p[data-v-9b628506] {
    font-size: calc(16px + .25vw);
    color: #fff
}

.history-details2 h2[data-v-9b628506] {
    margin-bottom: 10px;
    font-size: calc(48px + .25vw);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-details2 h2[data-v-9b628506] {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .history-details2 h2[data-v-9b628506] {
        font-size: calc(32px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:575px) {
    .history-details2 h2[data-v-9b628506] {
        font-size: calc(20px + .25vw)
    }
}

.history-details2 .his-text2 p[data-v-9b628506] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.news-text[data-v-9b628506] {
    padding: 20px 0 0 0
}

@media(max-width:767px) {
    .news-text[data-v-9b628506] {
        padding: 10px 0 0 0
    }
}

.news-text h4[data-v-9b628506] {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:1025px)and (max-width:1600px) {
    .news-text h4[data-v-9b628506] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .news-text h4[data-v-9b628506] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .news-text h4[data-v-9b628506] {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3
    }
}

.news-text div p[data-v-9b628506] {
    padding: 0;
    font-size: calc(13px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(min-width:768px)and (max-width:1440px) {
    .news-text div p[data-v-9b628506] {
        font-size: 15px;
        line-height: 1.6
    }
}

@media(max-width:767px) {
    .news-text div p[data-v-9b628506] {
        font-size: 14px
    }
}

.text-cont p[data-v-9b628506] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont p[data-v-9b628506] {
        text-align: center
    }
}

@media(max-width:1024px) {
    .text-cont ul[data-v-9b628506] {
        padding-left: 20px
    }
}

.text-cont ul li[data-v-9b628506] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont ul li[data-v-9b628506] {
        text-align: left;
        padding: 0
    }
}

.pdtext-cont p[data-v-9b628506] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont p[data-v-9b628506] {
        text-align: center
    }
}

.pdtext-cont ul[data-v-9b628506] {
    padding-left: 20px
}

.pdtext-cont ul li[data-v-9b628506] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont ul li[data-v-9b628506] {
        text-align: left;
        padding: 0
    }
}

.tab-desc div div p[data-v-9b628506] {
    color: #fff
}

.ceotext-cont[data-v-9b628506] {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px 10%;
    position: relative
}

@media(max-width:1024px) {
    .ceotext-cont[data-v-9b628506] {
        padding: 40px 30px;
        text-align: center;
        background: #f6f7f9;
        width: 90%;
        margin: 0 auto;
        margin-top: -60px;
        position: relative;
        z-index: 9;
        margin-bottom: 40px;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .08);
        box-shadow: 0 1px 3px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .08)
    }
}

.ceotext-cont .ceotext-block[data-v-9b628506] {
    position: relative;
    z-index: 2
}

.ceotext-cont .ceotext-block .ceotitle-block h3[data-v-9b628506] {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: calc(32px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ceotext-cont .ceotext-block .ceotitle-block h3[data-v-9b628506] {
        font-size: calc(28px + .25vw)
    }
}

@media(max-width:1024px) {
    .ceotext-cont .ceotext-block .ceotitle-block h3[data-v-9b628506] {
        font-size: calc(22px + .25vw)
    }
}

@media(max-width:767px) {
    .ceotext-cont .ceotext-block .ceotitle-block h3[data-v-9b628506] {
        font-size: calc(16px + .25vw)
    }
}

.ceotext-cont .ceotext-block .ceotitle-block h2[data-v-9b628506] {
    margin-bottom: 30px;
    font-size: calc(30px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ceotext-cont .ceotext-block .ceotitle-block h2[data-v-9b628506] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ceotext-cont .ceotext-block .ceotitle-block h2[data-v-9b628506] {
        font-size: calc(30px + .25vw)
    }
}

@media(max-width:767px) {
    .ceotext-cont .ceotext-block .ceotitle-block h2[data-v-9b628506] {
        font-size: calc(24px + .25vw)
    }
}

.ceotext-cont .ceotext-block .ceotitle-block p[data-v-9b628506] {
    margin: 0;
    padding: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-align: justify;
    font-weight: 400
}

@media(max-width:1440px) {
    .ceotext-cont .ceotext-block .ceotitle-block p[data-v-9b628506] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ceotext-cont .ceotext-block .ceotitle-block p[data-v-9b628506] {
        font-size: calc(12px + .25vw);
        line-height: 1.5;
        text-align: center
    }
}

@media(max-width:767px) {
    .ceotext-cont .ceotext-block .ceotitle-block p[data-v-9b628506] {
        font-size: 14px;
        line-height: 1.5;
        text-align: center
    }
}

.ceo-img[data-v-9b628506] {
    height: 100vh;
    display: block;
    width: 100%
}

@media(min-width:768px)and (max-width:1024px) {
    .ceo-img[data-v-9b628506] {
        height: 70vh;
        min-height: 460px
    }
}

@media(max-width:767.98px) {
    .ceo-img[data-v-9b628506] {
        height: 55vh;
        min-height: 450px
    }
}

.ceo-img img[data-v-9b628506] {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%
}

[data-v-72f9be7c] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-72f9be7c] {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #637381;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 0
}

.img-fluid[data-v-72f9be7c] {
    max-width: 100%;
    height: auto;
    display: block
}

ol[data-v-72f9be7c],
ul[data-v-72f9be7c] {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif
}

a[data-v-72f9be7c],
li[data-v-72f9be7c],
p[data-v-72f9be7c],
ul[data-v-72f9be7c] {
    font-family: Roboto, sans-serif;
    color: #637381;
    margin-bottom: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(max-width:767px) {

    a[data-v-72f9be7c],
    li[data-v-72f9be7c],
    p[data-v-72f9be7c],
    ul[data-v-72f9be7c] {
        font-size: 15px
    }
}

.title-color[data-v-72f9be7c] {
    color: #0b121c
}

h1[data-v-72f9be7c],
h2[data-v-72f9be7c],
h3[data-v-72f9be7c],
h4[data-v-72f9be7c],
h5[data-v-72f9be7c],
h6[data-v-72f9be7c] {
    font-family: arial;
    font-weight: 700;
    color: #212b36;
    margin: 0;
    text-transform: capitalize
}

h1[data-v-72f9be7c] {
    font-size: calc(52px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h1[data-v-72f9be7c] {
        font-size: calc(42px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    h1[data-v-72f9be7c] {
        font-size: calc(36px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575px) {
    h1[data-v-72f9be7c] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h2[data-v-72f9be7c] {
    font-size: calc(48px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    h2[data-v-72f9be7c] {
        font-size: calc(38px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    h2[data-v-72f9be7c] {
        font-size: calc(34px + .25vw);
        line-height: 1.3
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    h2[data-v-72f9be7c] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575.98px) {
    h2[data-v-72f9be7c] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h3[data-v-72f9be7c] {
    font-size: calc(34px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h3[data-v-72f9be7c] {
        font-size: calc(28px + .25vw);
        letter-spacing: 1px
    }
}

@media(max-width:1024px) {
    h3[data-v-72f9be7c] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

@media(max-width:575px) {
    h3[data-v-72f9be7c] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

h4[data-v-72f9be7c] {
    font-size: 28px
}

@media(max-width:1024px) {
    h4[data-v-72f9be7c] {
        font-size: 20px
    }
}

@media(max-width:575px) {
    h4[data-v-72f9be7c] {
        font-size: 18px
    }
}

h5[data-v-72f9be7c] {
    font-size: 20px
}

@media(max-width:1024px) {
    h5[data-v-72f9be7c] {
        font-size: 18px
    }
}

@media(max-width:575px) {
    h5[data-v-72f9be7c] {
        font-size: 15px
    }
}

h6[data-v-72f9be7c] {
    font-size: 16px
}

@media(max-width:1024px) {
    h6[data-v-72f9be7c] {
        font-size: 15px
    }
}

@media(max-width:575px) {
    h6[data-v-72f9be7c] {
        font-size: 14px
    }
}

.pd-5[data-v-72f9be7c] {
    padding: 0 5% !important
}

.mask[data-v-72f9be7c] {
    height: 100vh !important;
    width: 100% !important
}

.vue-flux .flux-caption[data-v-72f9be7c] {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70% !important;
    text-align: center !important;
    font-family: arial;
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .vue-flux .flux-caption[data-v-72f9be7c] {
        font-size: calc(52px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-caption[data-v-72f9be7c] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .vue-flux .flux-caption[data-v-72f9be7c] {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px;
        line-height: 1.25
    }
}

.vue-flux .flux-pagination[data-v-72f9be7c] {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
    bottom: unset !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination[data-v-72f9be7c] {
        top: unset !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        bottom: 0 !important;
        left: 50% !important;
        right: 0 !important
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination ul[data-v-72f9be7c] {
        display: block
    }
}

.vue-flux .flux-pagination li span.pagination-item[data-v-72f9be7c] {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-transition: background-color .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, border .2s ease-in
}

.vue-flux .flux-pagination li.active span.pagination-item[data-v-72f9be7c] {
    background-color: #0b121c !important
}

@media(min-width:992px)and (max-width:1024.98px) {
    .col-lg-10[data-v-72f9be7c] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .offset-lg-2[data-v-72f9be7c] {
        margin-left: 0 !important
    }

    .col-lg-3[data-v-72f9be7c],
    .col-lg-4[data-v-72f9be7c],
    .col-lg-6[data-v-72f9be7c] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .flex-lg-row[data-v-72f9be7c] {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
}

@media(min-width:1025px) {
    .col-lg-6[data-v-72f9be7c] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-lg-4[data-v-72f9be7c] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }

    .col-lg-10[data-v-72f9be7c] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important
    }

    .offset-lg-2[data-v-72f9be7c] {
        margin-left: 16.666667% !important
    }
}

@media(min-width:1200px) {
    .col-xl-6[data-v-72f9be7c] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-xl-4[data-v-72f9be7c] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.awdtext-cont .awdtext-block .button-mirror[data-v-72f9be7c],
.button-mirror[data-v-72f9be7c],
.button[data-v-72f9be7c] {
    padding: 15px 30px;
    text-transform: uppercase;
    width: 180px;
    text-align: center
}

@media(max-width:1024px) {

    .awdtext-cont .awdtext-block .button-mirror[data-v-72f9be7c],
    .button-mirror[data-v-72f9be7c],
    .button[data-v-72f9be7c] {
        width: 150px
    }
}

.awdtext-cont .awdtext-block .button-mirror[data-v-72f9be7c]:before,
.button-mirror[data-v-72f9be7c]:before,
.button[data-v-72f9be7c]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b121c;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width:1024px) {

    .awdtext-cont .awdtext-block .button-mirror[data-v-72f9be7c]:before,
    .button-mirror[data-v-72f9be7c]:before,
    .button[data-v-72f9be7c]:before {
        display: none
    }
}

.awdtext-cont .awdtext-block .button-mirror[data-v-72f9be7c]:hover:before,
.button-mirror[data-v-72f9be7c]:hover:before,
.button[data-v-72f9be7c]:hover:before {
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.button-mirror[data-v-72f9be7c]:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.plyr__control--overlaid[data-v-72f9be7c] {
    background: #0b121c !important;
    top: 60% !important;
    z-index: 200 !important
}

.vue-flux[data-v-72f9be7c] {
    position: relative
}

.vue-flux[data-v-72f9be7c]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0;
    content: ""
}

.maprichtext p[data-v-72f9be7c] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .maprichtext p[data-v-72f9be7c] {
        font-size: calc(22px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .maprichtext p[data-v-72f9be7c] {
        font-size: calc(18px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .maprichtext p[data-v-72f9be7c] {
        font-size: calc(16px + .25vw);
        line-height: 1.6
    }
}

@media(max-width:575.98px) {
    .maprichtext p[data-v-72f9be7c] {
        font-size: calc(15px + .25vw);
        line-height: 1.6
    }
}

.industrytext-details[data-v-72f9be7c] {
    overflow: hidden;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media(max-width:767.98px) {
    .industrytext-details[data-v-72f9be7c] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        overflow: hidden
    }
}

.industrytext-details img.richtext-image[data-v-72f9be7c] {
    display: block;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin: 0;
    width: 50%;
    float: right
}

@media(min-width:768px)and (max-width:1024px) {
    .industrytext-details img.richtext-image[data-v-72f9be7c] {
        height: 60vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .industrytext-details img.richtext-image[data-v-72f9be7c] {
        height: 45vh;
        min-height: 350px;
        width: 100%;
        margin: 20px 0;
        float: unset
    }
}

.industrytext-details p[data-v-72f9be7c] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5% 0 0
}

@media(max-width:767.98px) {
    .industrytext-details p[data-v-72f9be7c] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        background: #f1f1f1;
        width: 90%;
        margin: -60px auto 0 auto !important;
        position: relative;
        z-index: 22
    }
}

.industrytext-details p[data-v-72f9be7c]:first-child {
    margin: 0
}

@media(max-width:1024px) {
    .career-richtext[data-v-72f9be7c] {
        text-align: center
    }
}

.career-richtext h3[data-v-72f9be7c] {
    color: #0b121c;
    margin: 20px 0
}

.career-richtext h3[data-v-72f9be7c]:first-child {
    margin: 0 0 20px 0
}

.career-richtext p[data-v-72f9be7c] {
    margin: 0 0 40px 0;
    padding: 0
}

@media(max-width:1024px) {
    .career-richtext p[data-v-72f9be7c] {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .career-richtext p[data-v-72f9be7c] {
        margin-bottom: 20px
    }
}

.career-richtext p[data-v-72f9be7c]:last-child {
    margin: 0
}

.career-richtext ul[data-v-72f9be7c] {
    padding-left: 30px;
    margin: 0 0 40px 0
}

@media(max-width:1024px) {
    .career-richtext ul[data-v-72f9be7c] {
        margin-bottom: 0
    }
}

.career-richtext ul li[data-v-72f9be7c] {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    text-align: justify;
    text-indent: unset;
    list-style: none
}

.career-richtext ul li[data-v-72f9be7c]:before {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
    font-family: FontAwesome;
    color: #1c1b1b;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.address-data[data-v-72f9be7c] {
    margin: 20px 0 0 0
}

.address-data div p[data-v-72f9be7c] {
    color: #fff;
    font-size: 15px
}

@media(max-width:576px) {
    .col-mbx-6[data-v-72f9be7c] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.news-richtext[data-v-72f9be7c] {
    overflow-x: hidden;
    background: #fff;
    padding: 40px;
    overflow: auto
}

@media(max-width:767.98px) {
    .news-richtext[data-v-72f9be7c] {
        text-align: center
    }
}

.news-richtext p[data-v-72f9be7c] {
    padding: 0;
    margin: 0
}

.news-richtext p[data-v-72f9be7c]:last-child {
    margin: 0
}

.news-richtext img.richtext-image.full-width[data-v-72f9be7c] {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.full-width[data-v-72f9be7c] {
        height: 50vh;
        min-height: 380px
    }
}

.news-richtext img.richtext-image.right[data-v-72f9be7c] {
    height: 70vh;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: right;
    padding-left: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .news-richtext img.richtext-image.right[data-v-72f9be7c] {
        width: 100%;
        height: 60vh;
        min-height: 450px;
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.right[data-v-72f9be7c] {
        width: 100%;
        height: 50vh;
        min-height: 380px;
        padding-left: 0
    }
}

.colortext-block[data-v-72f9be7c] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: -150px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .colortext-block[data-v-72f9be7c] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.colortext-block p[data-v-72f9be7c] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .colortext-block p[data-v-72f9be7c] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .colortext-block p[data-v-72f9be7c] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .colortext-block p[data-v-72f9be7c] {
        font-size: 15px;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .colortext-block p[data-v-72f9be7c] {
        font-size: 15px;
        line-height: 1.5;
        color: #637381
    }
}

.gncolortext-block[data-v-72f9be7c] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .gncolortext-block[data-v-72f9be7c] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.gncolortext-block p[data-v-72f9be7c] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .gncolortext-block p[data-v-72f9be7c] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .gncolortext-block p[data-v-72f9be7c] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .gncolortext-block p[data-v-72f9be7c] {
        font-size: calc(16px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .gncolortext-block p[data-v-72f9be7c] {
        font-size: calc(15px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:1024px) {
    .lrtcardtext-block div p[data-v-72f9be7c] {
        color: #fff
    }
}

.lrtcardtext-block div ul[data-v-72f9be7c] {
    padding-left: 20px
}

.lrtcardtext-block div ul li[data-v-72f9be7c] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .lrtcardtext-block div ul li[data-v-72f9be7c] {
        text-align: left;
        padding: 0
    }
}

[data-aos=new-animation][data-v-72f9be7c] {
    opacity: 0;
    -webkit-transition-property: width;
    transition-property: width
}

[data-aos=new-animation].aos-animate[data-v-72f9be7c] {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=new-animation][data-v-72f9be7c] {
        width: 100%
    }

    [data-aos=new-animation].aos-animate[data-v-72f9be7c] {
        width: 0
    }
}

.fake3d-image-effect__image[data-v-72f9be7c] {
    height: 100%
}

.fake3d-image-effect__image canvas[data-v-72f9be7c] {
    height: 100% !important
}

[data-v-72f9be7c]::-webkit-scrollbar {
    width: 8px
}

[data-v-72f9be7c]::-webkit-scrollbar-track {
    background: #212b36
}

[data-v-72f9be7c]::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.ftext p[data-v-72f9be7c] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px
}

.swiper-pagination-bullet-active[data-v-72f9be7c] {
    opacity: 1;
    background: #0b121c !important
}

ul.counter-row li.count-col[data-v-72f9be7c] {
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

@media(max-width:1024px) {
    ul.counter-row li.count-col[data-v-72f9be7c] {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-72f9be7c] {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        background: #f6f7f9;
        margin-bottom: 20px
    }
}

ul.counter-row li.count-col .counter-mainwrap[data-v-72f9be7c] {
    border-right: 1px solid #0b121c;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap[data-v-72f9be7c] {
        border-right: none;
        min-height: 180px
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text[data-v-72f9be7c] {
    text-align: center
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup[data-v-72f9be7c] {
        padding: 0 0 20px 0
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-72f9be7c] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-72f9be7c] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-72f9be7c] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-72f9be7c] {
        font-size: calc(30px + .25vw)
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext[data-v-72f9be7c] {
    margin-right: auto;
    text-align: center
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext p[data-v-72f9be7c] {
    font-size: 15px
}

ul.counter-row li.count-col[data-v-72f9be7c]:hover {
    background: #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap[data-v-72f9be7c] {
    border-right: 1px solid #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .ctext p[data-v-72f9be7c],
ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .icountup span[data-v-72f9be7c] {
    color: #fff
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-72f9be7c]:last-child {
        margin-bottom: 0
    }
}

ul.counter-row li.count-col:last-child .counter-mainwrap[data-v-72f9be7c] {
    border-right: none
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text[data-v-72f9be7c] {
    text-align: center;
    margin-right: 0
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text .ctext[data-v-72f9be7c] {
    text-align: center
}

.ctext-block[data-v-72f9be7c] {
    position: relative;
    z-index: 2
}

.ctext-block .ctitle-block[data-v-72f9be7c] {
    margin-bottom: 45px
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block[data-v-72f9be7c] {
        text-align: center
    }
}

.ctext-block .ctitle-block h2[data-v-72f9be7c] {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: calc(48px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block h2[data-v-72f9be7c] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block h2[data-v-72f9be7c] {
        font-size: calc(30px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block h2[data-v-72f9be7c] {
        font-size: calc(24px + .25vw);
        margin-bottom: 20px
    }
}

.ctext-block .ctitle-block div p[data-v-72f9be7c] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block div p[data-v-72f9be7c] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block div p[data-v-72f9be7c] {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block div p[data-v-72f9be7c] {
        font-size: 14px;
        line-height: 1.5
    }
}

.history-desc div p[data-v-72f9be7c] {
    font-size: calc(42px + .25vw);
    color: #212b36;
    font-weight: 700;
    line-height: 1.3;
    font-family: arial
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-desc div p[data-v-72f9be7c] {
        font-size: calc(32px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .history-desc div p[data-v-72f9be7c] {
        font-size: calc(24px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .history-desc div p[data-v-72f9be7c] {
        font-size: calc(16px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

.his-text p[data-v-72f9be7c] {
    font-size: calc(16px + .25vw);
    color: #fff
}

.history-details2 h2[data-v-72f9be7c] {
    margin-bottom: 10px;
    font-size: calc(48px + .25vw);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-details2 h2[data-v-72f9be7c] {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .history-details2 h2[data-v-72f9be7c] {
        font-size: calc(32px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:575px) {
    .history-details2 h2[data-v-72f9be7c] {
        font-size: calc(20px + .25vw)
    }
}

.history-details2 .his-text2 p[data-v-72f9be7c] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.news-text[data-v-72f9be7c] {
    padding: 20px 0 0 0
}

@media(max-width:767px) {
    .news-text[data-v-72f9be7c] {
        padding: 10px 0 0 0
    }
}

.news-text h4[data-v-72f9be7c] {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:1025px)and (max-width:1600px) {
    .news-text h4[data-v-72f9be7c] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .news-text h4[data-v-72f9be7c] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .news-text h4[data-v-72f9be7c] {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3
    }
}

.news-text div p[data-v-72f9be7c] {
    padding: 0;
    font-size: calc(13px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(min-width:768px)and (max-width:1440px) {
    .news-text div p[data-v-72f9be7c] {
        font-size: 15px;
        line-height: 1.6
    }
}

@media(max-width:767px) {
    .news-text div p[data-v-72f9be7c] {
        font-size: 14px
    }
}

.text-cont p[data-v-72f9be7c] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont p[data-v-72f9be7c] {
        text-align: center
    }
}

@media(max-width:1024px) {
    .text-cont ul[data-v-72f9be7c] {
        padding-left: 20px
    }
}

.text-cont ul li[data-v-72f9be7c] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont ul li[data-v-72f9be7c] {
        text-align: left;
        padding: 0
    }
}

.pdtext-cont p[data-v-72f9be7c] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont p[data-v-72f9be7c] {
        text-align: center
    }
}

.pdtext-cont ul[data-v-72f9be7c] {
    padding-left: 20px
}

.pdtext-cont ul li[data-v-72f9be7c] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont ul li[data-v-72f9be7c] {
        text-align: left;
        padding: 0
    }
}

.tab-desc div div p[data-v-72f9be7c] {
    color: #fff
}

.awdtitle-block[data-v-72f9be7c] {
    padding-bottom: 40px
}

.awdtext-cont[data-v-72f9be7c] {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10%;
    position: relative
}

@media(max-width:1024px) {
    .awdtext-cont[data-v-72f9be7c] {
        padding: 40px 30px;
        text-align: center !important;
        background: #f6f7f9;
        width: 90%;
        margin: 0 auto;
        margin-top: -60px;
        position: relative;
        z-index: 9;
        margin-bottom: 40px;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .08);
        box-shadow: 0 1px 3px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .08)
    }
}

.awdtext-cont .awdtext-block[data-v-72f9be7c] {
    position: relative;
    z-index: 2
}

.awdtext-cont .awdtext-block .awdtitle-block h3[data-v-72f9be7c] {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: calc(32px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .awdtext-cont .awdtext-block .awdtitle-block h3[data-v-72f9be7c] {
        font-size: calc(28px + .25vw)
    }
}

@media(max-width:1024px) {
    .awdtext-cont .awdtext-block .awdtitle-block h3[data-v-72f9be7c] {
        font-size: calc(22px + .25vw)
    }
}

@media(max-width:767px) {
    .awdtext-cont .awdtext-block .awdtitle-block h3[data-v-72f9be7c] {
        font-size: calc(16px + .25vw)
    }
}

.awdtext-cont .awdtext-block .awdtitle-block h2[data-v-72f9be7c] {
    margin-bottom: 30px;
    font-size: calc(48px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .awdtext-cont .awdtext-block .awdtitle-block h2[data-v-72f9be7c] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .awdtext-cont .awdtext-block .awdtitle-block h2[data-v-72f9be7c] {
        font-size: calc(30px + .25vw)
    }
}

@media(max-width:767px) {
    .awdtext-cont .awdtext-block .awdtitle-block h2[data-v-72f9be7c] {
        font-size: calc(24px + .25vw)
    }
}

.awdtext-cont .awdtext-block .awdtitle-block p[data-v-72f9be7c] {
    margin: 0;
    padding: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-align: justify;
    font-weight: 300
}

@media(max-width:1440px) {
    .awdtext-cont .awdtext-block .awdtitle-block p[data-v-72f9be7c] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .awdtext-cont .awdtext-block .awdtitle-block p[data-v-72f9be7c] {
        font-size: calc(12px + .25vw);
        line-height: 1.5;
        text-align: center
    }
}

@media(max-width:767px) {
    .awdtext-cont .awdtext-block .awdtitle-block p[data-v-72f9be7c] {
        font-size: 14px;
        line-height: 1.5;
        text-align: center
    }
}

.awdtext-cont .awdtext-block .button-mirror[data-v-72f9be7c]:before {
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg)
}

.awd-img[data-v-72f9be7c] {
    height: 100vh;
    display: block;
    width: 100%
}

@media(min-width:768px)and (max-width:1024px) {
    .awd-img[data-v-72f9be7c] {
        height: 70vh;
        min-height: 640px
    }
}

@media(max-width:767.98px) {
    .awd-img[data-v-72f9be7c] {
        height: 50vh;
        min-height: 380px
    }
}

.awd-img img[data-v-72f9be7c] {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%
}

.awdtext-cont .awdtext-block .button-mirror[data-v-72f9be7c],
.button-mirror[data-v-72f9be7c],
.button[data-v-72f9be7c] {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 1em 2em;
    color: #fff;
    cursor: pointer;
    font-size: 16px
}

@media(max-width:1024px) {
    .button-mirror[data-v-72f9be7c] {
        display: inline-block;
        position: relative;
        z-index: 1;
        padding: 1em 2em;
        color: #fff;
        cursor: pointer;
        font-size: 15px;
        background: red;
        min-width: 200px
    }
}

[data-v-7facbb50] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-7facbb50] {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #637381;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 0
}

.img-fluid[data-v-7facbb50] {
    max-width: 100%;
    height: auto;
    display: block
}

ol[data-v-7facbb50],
ul[data-v-7facbb50] {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif
}

a[data-v-7facbb50],
li[data-v-7facbb50],
p[data-v-7facbb50],
ul[data-v-7facbb50] {
    font-family: Roboto, sans-serif;
    color: #637381;
    margin-bottom: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(max-width:767px) {

    a[data-v-7facbb50],
    li[data-v-7facbb50],
    p[data-v-7facbb50],
    ul[data-v-7facbb50] {
        font-size: 15px
    }
}

.title-color[data-v-7facbb50] {
    color: #0b121c
}

h1[data-v-7facbb50],
h2[data-v-7facbb50],
h3[data-v-7facbb50],
h4[data-v-7facbb50],
h5[data-v-7facbb50],
h6[data-v-7facbb50] {
    font-family: arial;
    font-weight: 700;
    color: #212b36;
    margin: 0;
    text-transform: capitalize
}

h1[data-v-7facbb50] {
    font-size: calc(52px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h1[data-v-7facbb50] {
        font-size: calc(42px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    h1[data-v-7facbb50] {
        font-size: calc(36px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575px) {
    h1[data-v-7facbb50] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h2[data-v-7facbb50] {
    font-size: calc(48px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    h2[data-v-7facbb50] {
        font-size: calc(38px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    h2[data-v-7facbb50] {
        font-size: calc(34px + .25vw);
        line-height: 1.3
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    h2[data-v-7facbb50] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575.98px) {
    h2[data-v-7facbb50] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h3[data-v-7facbb50] {
    font-size: calc(34px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h3[data-v-7facbb50] {
        font-size: calc(28px + .25vw);
        letter-spacing: 1px
    }
}

@media(max-width:1024px) {
    h3[data-v-7facbb50] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

@media(max-width:575px) {
    h3[data-v-7facbb50] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

h4[data-v-7facbb50] {
    font-size: 28px
}

@media(max-width:1024px) {
    h4[data-v-7facbb50] {
        font-size: 20px
    }
}

@media(max-width:575px) {
    h4[data-v-7facbb50] {
        font-size: 18px
    }
}

h5[data-v-7facbb50] {
    font-size: 20px
}

@media(max-width:1024px) {
    h5[data-v-7facbb50] {
        font-size: 18px
    }
}

@media(max-width:575px) {
    h5[data-v-7facbb50] {
        font-size: 15px
    }
}

h6[data-v-7facbb50] {
    font-size: 16px
}

@media(max-width:1024px) {
    h6[data-v-7facbb50] {
        font-size: 15px
    }
}

@media(max-width:575px) {
    h6[data-v-7facbb50] {
        font-size: 14px
    }
}

.pd-5[data-v-7facbb50] {
    padding: 0 5% !important
}

.mask[data-v-7facbb50] {
    height: 100vh !important;
    width: 100% !important
}

.vue-flux .flux-caption[data-v-7facbb50] {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70% !important;
    text-align: center !important;
    font-family: arial;
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .vue-flux .flux-caption[data-v-7facbb50] {
        font-size: calc(52px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-caption[data-v-7facbb50] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .vue-flux .flux-caption[data-v-7facbb50] {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px;
        line-height: 1.25
    }
}

.vue-flux .flux-pagination[data-v-7facbb50] {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
    bottom: unset !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination[data-v-7facbb50] {
        top: unset !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        bottom: 0 !important;
        left: 50% !important;
        right: 0 !important
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination ul[data-v-7facbb50] {
        display: block
    }
}

.vue-flux .flux-pagination li span.pagination-item[data-v-7facbb50] {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-transition: background-color .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, border .2s ease-in
}

.vue-flux .flux-pagination li.active span.pagination-item[data-v-7facbb50] {
    background-color: #0b121c !important
}

@media(min-width:992px)and (max-width:1024.98px) {
    .col-lg-10[data-v-7facbb50] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .offset-lg-2[data-v-7facbb50] {
        margin-left: 0 !important
    }

    .col-lg-3[data-v-7facbb50],
    .col-lg-4[data-v-7facbb50],
    .col-lg-6[data-v-7facbb50] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .flex-lg-row[data-v-7facbb50] {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
}

@media(min-width:1025px) {
    .col-lg-6[data-v-7facbb50] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-lg-4[data-v-7facbb50] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }

    .col-lg-10[data-v-7facbb50] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important
    }

    .offset-lg-2[data-v-7facbb50] {
        margin-left: 16.666667% !important
    }
}

@media(min-width:1200px) {
    .col-xl-6[data-v-7facbb50] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-xl-4[data-v-7facbb50] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.button-mirror[data-v-7facbb50],
.button[data-v-7facbb50] {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    text-align: center
}

@media(max-width:1024px) {

    .button-mirror[data-v-7facbb50],
    .button[data-v-7facbb50] {
        width: 150px
    }
}

.button-mirror[data-v-7facbb50]:before,
.button[data-v-7facbb50]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b121c;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width:1024px) {

    .button-mirror[data-v-7facbb50]:before,
    .button[data-v-7facbb50]:before {
        display: none
    }
}

.button-mirror[data-v-7facbb50]:hover:before,
.button[data-v-7facbb50]:hover:before {
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.button-mirror[data-v-7facbb50]:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.plyr__control--overlaid[data-v-7facbb50] {
    background: #0b121c !important;
    top: 60% !important;
    z-index: 200 !important
}

.vue-flux[data-v-7facbb50] {
    position: relative
}

.vue-flux[data-v-7facbb50]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0;
    content: ""
}

.maprichtext p[data-v-7facbb50] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .maprichtext p[data-v-7facbb50] {
        font-size: calc(22px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .maprichtext p[data-v-7facbb50] {
        font-size: calc(18px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .maprichtext p[data-v-7facbb50] {
        font-size: calc(16px + .25vw);
        line-height: 1.6
    }
}

@media(max-width:575.98px) {
    .maprichtext p[data-v-7facbb50] {
        font-size: calc(15px + .25vw);
        line-height: 1.6
    }
}

.industrytext-details[data-v-7facbb50] {
    overflow: hidden;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media(max-width:767.98px) {
    .industrytext-details[data-v-7facbb50] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        overflow: hidden
    }
}

.industrytext-details img.richtext-image[data-v-7facbb50] {
    display: block;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin: 0;
    width: 50%;
    float: right
}

@media(min-width:768px)and (max-width:1024px) {
    .industrytext-details img.richtext-image[data-v-7facbb50] {
        height: 60vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .industrytext-details img.richtext-image[data-v-7facbb50] {
        height: 45vh;
        min-height: 350px;
        width: 100%;
        margin: 20px 0;
        float: unset
    }
}

.industrytext-details p[data-v-7facbb50] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5% 0 0
}

@media(max-width:767.98px) {
    .industrytext-details p[data-v-7facbb50] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        background: #f1f1f1;
        width: 90%;
        margin: -60px auto 0 auto !important;
        position: relative;
        z-index: 22
    }
}

.industrytext-details p[data-v-7facbb50]:first-child {
    margin: 0
}

@media(max-width:1024px) {
    .career-richtext[data-v-7facbb50] {
        text-align: center
    }
}

.career-richtext h3[data-v-7facbb50] {
    color: #0b121c;
    margin: 20px 0
}

.career-richtext h3[data-v-7facbb50]:first-child {
    margin: 0 0 20px 0
}

.career-richtext p[data-v-7facbb50] {
    margin: 0 0 40px 0;
    padding: 0
}

@media(max-width:1024px) {
    .career-richtext p[data-v-7facbb50] {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .career-richtext p[data-v-7facbb50] {
        margin-bottom: 20px
    }
}

.career-richtext p[data-v-7facbb50]:last-child {
    margin: 0
}

.career-richtext ul[data-v-7facbb50] {
    padding-left: 30px;
    margin: 0 0 40px 0
}

@media(max-width:1024px) {
    .career-richtext ul[data-v-7facbb50] {
        margin-bottom: 0
    }
}

.career-richtext ul li[data-v-7facbb50] {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    text-align: justify;
    text-indent: unset;
    list-style: none
}

.career-richtext ul li[data-v-7facbb50]:before {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
    font-family: FontAwesome;
    color: #1c1b1b;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.address-data[data-v-7facbb50] {
    margin: 20px 0 0 0
}

.address-data div p[data-v-7facbb50] {
    color: #fff;
    font-size: 15px
}

@media(max-width:576px) {
    .col-mbx-6[data-v-7facbb50] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.news-richtext[data-v-7facbb50] {
    overflow-x: hidden;
    background: #fff;
    padding: 40px;
    overflow: auto
}

@media(max-width:767.98px) {
    .news-richtext[data-v-7facbb50] {
        text-align: center
    }
}

.news-richtext p[data-v-7facbb50] {
    padding: 0;
    margin: 0
}

.news-richtext p[data-v-7facbb50]:last-child {
    margin: 0
}

.news-richtext img.richtext-image.full-width[data-v-7facbb50] {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.full-width[data-v-7facbb50] {
        height: 50vh;
        min-height: 380px
    }
}

.news-richtext img.richtext-image.right[data-v-7facbb50] {
    height: 70vh;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: right;
    padding-left: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .news-richtext img.richtext-image.right[data-v-7facbb50] {
        width: 100%;
        height: 60vh;
        min-height: 450px;
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.right[data-v-7facbb50] {
        width: 100%;
        height: 50vh;
        min-height: 380px;
        padding-left: 0
    }
}

.colortext-block[data-v-7facbb50] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: -150px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .colortext-block[data-v-7facbb50] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.colortext-block p[data-v-7facbb50] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .colortext-block p[data-v-7facbb50] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .colortext-block p[data-v-7facbb50] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .colortext-block p[data-v-7facbb50] {
        font-size: 15px;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .colortext-block p[data-v-7facbb50] {
        font-size: 15px;
        line-height: 1.5;
        color: #637381
    }
}

.gncolortext-block[data-v-7facbb50] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .gncolortext-block[data-v-7facbb50] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.gncolortext-block p[data-v-7facbb50] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .gncolortext-block p[data-v-7facbb50] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .gncolortext-block p[data-v-7facbb50] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .gncolortext-block p[data-v-7facbb50] {
        font-size: calc(16px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .gncolortext-block p[data-v-7facbb50] {
        font-size: calc(15px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:1024px) {
    .lrtcardtext-block div p[data-v-7facbb50] {
        color: #fff
    }
}

.lrtcardtext-block div ul[data-v-7facbb50] {
    padding-left: 20px
}

.lrtcardtext-block div ul li[data-v-7facbb50] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .lrtcardtext-block div ul li[data-v-7facbb50] {
        text-align: left;
        padding: 0
    }
}

[data-aos=new-animation][data-v-7facbb50] {
    opacity: 0;
    -webkit-transition-property: width;
    transition-property: width
}

[data-aos=new-animation].aos-animate[data-v-7facbb50] {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=new-animation][data-v-7facbb50] {
        width: 100%
    }

    [data-aos=new-animation].aos-animate[data-v-7facbb50] {
        width: 0
    }
}

.fake3d-image-effect__image[data-v-7facbb50] {
    height: 100%
}

.fake3d-image-effect__image canvas[data-v-7facbb50] {
    height: 100% !important
}

[data-v-7facbb50]::-webkit-scrollbar {
    width: 8px
}

[data-v-7facbb50]::-webkit-scrollbar-track {
    background: #212b36
}

[data-v-7facbb50]::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.ftext p[data-v-7facbb50] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px
}

.swiper-pagination-bullet-active[data-v-7facbb50] {
    opacity: 1;
    background: #0b121c !important
}

ul.counter-row li.count-col[data-v-7facbb50] {
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

@media(max-width:1024px) {
    ul.counter-row li.count-col[data-v-7facbb50] {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-7facbb50] {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        background: #f6f7f9;
        margin-bottom: 20px
    }
}

ul.counter-row li.count-col .counter-mainwrap[data-v-7facbb50] {
    border-right: 1px solid #0b121c;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap[data-v-7facbb50] {
        border-right: none;
        min-height: 180px
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text[data-v-7facbb50] {
    text-align: center
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup[data-v-7facbb50] {
        padding: 0 0 20px 0
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-7facbb50] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-7facbb50] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-7facbb50] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-7facbb50] {
        font-size: calc(30px + .25vw)
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext[data-v-7facbb50] {
    margin-right: auto;
    text-align: center
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext p[data-v-7facbb50] {
    font-size: 15px
}

ul.counter-row li.count-col[data-v-7facbb50]:hover {
    background: #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap[data-v-7facbb50] {
    border-right: 1px solid #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .ctext p[data-v-7facbb50],
ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .icountup span[data-v-7facbb50] {
    color: #fff
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-7facbb50]:last-child {
        margin-bottom: 0
    }
}

ul.counter-row li.count-col:last-child .counter-mainwrap[data-v-7facbb50] {
    border-right: none
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text[data-v-7facbb50] {
    text-align: center;
    margin-right: 0
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text .ctext[data-v-7facbb50] {
    text-align: center
}

.ctext-block[data-v-7facbb50] {
    position: relative;
    z-index: 2
}

.ctext-block .ctitle-block[data-v-7facbb50] {
    margin-bottom: 45px
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block[data-v-7facbb50] {
        text-align: center
    }
}

.ctext-block .ctitle-block h2[data-v-7facbb50] {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: calc(48px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block h2[data-v-7facbb50] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block h2[data-v-7facbb50] {
        font-size: calc(30px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block h2[data-v-7facbb50] {
        font-size: calc(24px + .25vw);
        margin-bottom: 20px
    }
}

.ctext-block .ctitle-block div p[data-v-7facbb50] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block div p[data-v-7facbb50] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block div p[data-v-7facbb50] {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block div p[data-v-7facbb50] {
        font-size: 14px;
        line-height: 1.5
    }
}

.history-desc div p[data-v-7facbb50] {
    font-size: calc(42px + .25vw);
    color: #212b36;
    font-weight: 700;
    line-height: 1.3;
    font-family: arial
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-desc div p[data-v-7facbb50] {
        font-size: calc(32px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .history-desc div p[data-v-7facbb50] {
        font-size: calc(24px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .history-desc div p[data-v-7facbb50] {
        font-size: calc(16px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

.his-text p[data-v-7facbb50] {
    font-size: calc(16px + .25vw);
    color: #fff
}

.history-details2 h2[data-v-7facbb50] {
    margin-bottom: 10px;
    font-size: calc(48px + .25vw);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-details2 h2[data-v-7facbb50] {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .history-details2 h2[data-v-7facbb50] {
        font-size: calc(32px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:575px) {
    .history-details2 h2[data-v-7facbb50] {
        font-size: calc(20px + .25vw)
    }
}

.history-details2 .his-text2 p[data-v-7facbb50] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.news-text[data-v-7facbb50] {
    padding: 20px 0 0 0
}

@media(max-width:767px) {
    .news-text[data-v-7facbb50] {
        padding: 10px 0 0 0
    }
}

.news-text h4[data-v-7facbb50] {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:1025px)and (max-width:1600px) {
    .news-text h4[data-v-7facbb50] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .news-text h4[data-v-7facbb50] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .news-text h4[data-v-7facbb50] {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3
    }
}

.news-text div p[data-v-7facbb50] {
    padding: 0;
    font-size: calc(13px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(min-width:768px)and (max-width:1440px) {
    .news-text div p[data-v-7facbb50] {
        font-size: 15px;
        line-height: 1.6
    }
}

@media(max-width:767px) {
    .news-text div p[data-v-7facbb50] {
        font-size: 14px
    }
}

.text-cont p[data-v-7facbb50] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont p[data-v-7facbb50] {
        text-align: center
    }
}

@media(max-width:1024px) {
    .text-cont ul[data-v-7facbb50] {
        padding-left: 20px
    }
}

.text-cont ul li[data-v-7facbb50] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont ul li[data-v-7facbb50] {
        text-align: left;
        padding: 0
    }
}

.pdtext-cont p[data-v-7facbb50] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont p[data-v-7facbb50] {
        text-align: center
    }
}

.pdtext-cont ul[data-v-7facbb50] {
    padding-left: 20px
}

.pdtext-cont ul li[data-v-7facbb50] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont ul li[data-v-7facbb50] {
        text-align: left;
        padding: 0
    }
}

.tab-desc div div p[data-v-7facbb50] {
    color: #fff
}

.videobanner-wrap[data-v-7facbb50] {
    position: relative
}

.img-overlay[data-v-7facbb50] {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0
}

.banner-text[data-v-7facbb50] {
    position: absolute;
    width: 55%;
    top: 50%;
    left: 50%;
    z-index: 22;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

@media(min-width:1025px)and (max-width:1440px) {
    .banner-text[data-v-7facbb50] {
        width: 60%
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .banner-text[data-v-7facbb50] {
        width: 70%
    }
}

@media(max-width:767.98px) {
    .banner-text[data-v-7facbb50] {
        width: 90%
    }
}

.banner-text h1[data-v-7facbb50] {
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0
}

@media(max-width:1440px) {
    .banner-text h1[data-v-7facbb50] {
        font-size: calc(52px + .25vw)
    }
}

@media(max-width:1024px) {
    .banner-text h1[data-v-7facbb50] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    .banner-text h1[data-v-7facbb50] {
        font-size: calc(30px + .25vw)
    }
}

[data-v-4ad88e1f] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-4ad88e1f] {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #637381;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 0
}

.img-fluid[data-v-4ad88e1f] {
    max-width: 100%;
    height: auto;
    display: block
}

ol[data-v-4ad88e1f],
ul[data-v-4ad88e1f] {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif
}

a[data-v-4ad88e1f],
li[data-v-4ad88e1f],
p[data-v-4ad88e1f],
ul[data-v-4ad88e1f] {
    font-family: Roboto, sans-serif;
    color: #637381;
    margin-bottom: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(max-width:767px) {

    a[data-v-4ad88e1f],
    li[data-v-4ad88e1f],
    p[data-v-4ad88e1f],
    ul[data-v-4ad88e1f] {
        font-size: 15px
    }
}

.title-color[data-v-4ad88e1f] {
    color: #0b121c
}

h1[data-v-4ad88e1f],
h2[data-v-4ad88e1f],
h3[data-v-4ad88e1f],
h4[data-v-4ad88e1f],
h5[data-v-4ad88e1f],
h6[data-v-4ad88e1f] {
    font-family: arial;
    font-weight: 700;
    color: #212b36;
    margin: 0;
    text-transform: capitalize
}

h1[data-v-4ad88e1f] {
    font-size: calc(52px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h1[data-v-4ad88e1f] {
        font-size: calc(42px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    h1[data-v-4ad88e1f] {
        font-size: calc(36px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575px) {
    h1[data-v-4ad88e1f] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h2[data-v-4ad88e1f] {
    font-size: calc(24px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    h2[data-v-4ad88e1f] {
        font-size: calc(38px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    h2[data-v-4ad88e1f] {
        font-size: calc(34px + .25vw);
        line-height: 1.3
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    h2[data-v-4ad88e1f] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575.98px) {
    h2[data-v-4ad88e1f] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h3[data-v-4ad88e1f] {
    font-size: calc(34px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h3[data-v-4ad88e1f] {
        font-size: calc(28px + .25vw);
        letter-spacing: 1px
    }
}

@media(max-width:1024px) {
    h3[data-v-4ad88e1f] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

@media(max-width:575px) {
    h3[data-v-4ad88e1f] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

h4[data-v-4ad88e1f] {
    font-size: 28px
}

@media(max-width:1024px) {
    h4[data-v-4ad88e1f] {
        font-size: 20px
    }
}

@media(max-width:575px) {
    h4[data-v-4ad88e1f] {
        font-size: 18px
    }
}

h5[data-v-4ad88e1f] {
    font-size: 20px
}

@media(max-width:1024px) {
    h5[data-v-4ad88e1f] {
        font-size: 18px
    }
}

@media(max-width:575px) {
    h5[data-v-4ad88e1f] {
        font-size: 15px
    }
}

h6[data-v-4ad88e1f] {
    font-size: 16px
}

@media(max-width:1024px) {
    h6[data-v-4ad88e1f] {
        font-size: 15px
    }
}

@media(max-width:575px) {
    h6[data-v-4ad88e1f] {
        font-size: 14px
    }
}

.pd-5[data-v-4ad88e1f] {
    padding: 0 5% !important
}

.mask[data-v-4ad88e1f] {
    height: 100vh !important;
    width: 100% !important
}

.vue-flux .flux-caption[data-v-4ad88e1f] {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70% !important;
    text-align: center !important;
    font-family: arial;
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .vue-flux .flux-caption[data-v-4ad88e1f] {
        font-size: calc(52px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-caption[data-v-4ad88e1f] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .vue-flux .flux-caption[data-v-4ad88e1f] {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px;
        line-height: 1.25
    }
}

.vue-flux .flux-pagination[data-v-4ad88e1f] {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
    bottom: unset !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination[data-v-4ad88e1f] {
        top: unset !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        bottom: 0 !important;
        left: 50% !important;
        right: 0 !important
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination ul[data-v-4ad88e1f] {
        display: block
    }
}

.vue-flux .flux-pagination li span.pagination-item[data-v-4ad88e1f] {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-transition: background-color .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, border .2s ease-in
}

.vue-flux .flux-pagination li.active span.pagination-item[data-v-4ad88e1f] {
    background-color: #0b121c !important
}

@media(min-width:992px)and (max-width:1024.98px) {
    .col-lg-10[data-v-4ad88e1f] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .offset-lg-2[data-v-4ad88e1f] {
        margin-left: 0 !important
    }

    .col-lg-3[data-v-4ad88e1f],
    .col-lg-4[data-v-4ad88e1f],
    .col-lg-6[data-v-4ad88e1f] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .flex-lg-row[data-v-4ad88e1f] {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
}

@media(min-width:1025px) {
    .col-lg-6[data-v-4ad88e1f] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-lg-4[data-v-4ad88e1f] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }

    .col-lg-10[data-v-4ad88e1f] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important
    }

    .offset-lg-2[data-v-4ad88e1f] {
        margin-left: 16.666667% !important
    }
}

@media(min-width:1200px) {
    .col-xl-6[data-v-4ad88e1f] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-xl-4[data-v-4ad88e1f] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.button-mirror[data-v-4ad88e1f],
.button[data-v-4ad88e1f] {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    text-align: center
}

@media(max-width:1024px) {

    .button-mirror[data-v-4ad88e1f],
    .button[data-v-4ad88e1f] {
        width: 150px
    }
}

.button-mirror[data-v-4ad88e1f]:before,
.button[data-v-4ad88e1f]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b121c;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width:1024px) {

    .button-mirror[data-v-4ad88e1f]:before,
    .button[data-v-4ad88e1f]:before {
        display: none
    }
}

.button-mirror[data-v-4ad88e1f]:hover:before,
.button[data-v-4ad88e1f]:hover:before {
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.button-mirror[data-v-4ad88e1f]:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.plyr__control--overlaid[data-v-4ad88e1f] {
    background: #0b121c !important;
    top: 60% !important;
    z-index: 200 !important
}

.vue-flux[data-v-4ad88e1f] {
    position: relative
}

.vue-flux[data-v-4ad88e1f]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0;
    content: ""
}

.maprichtext p[data-v-4ad88e1f] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .maprichtext p[data-v-4ad88e1f] {
        font-size: calc(22px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .maprichtext p[data-v-4ad88e1f] {
        font-size: calc(18px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .maprichtext p[data-v-4ad88e1f] {
        font-size: calc(16px + .25vw);
        line-height: 1.6
    }
}

@media(max-width:575.98px) {
    .maprichtext p[data-v-4ad88e1f] {
        font-size: calc(15px + .25vw);
        line-height: 1.6
    }
}

.industrytext-details[data-v-4ad88e1f] {
    overflow: hidden;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media(max-width:767.98px) {
    .industrytext-details[data-v-4ad88e1f] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        overflow: hidden
    }
}

.industrytext-details img.richtext-image[data-v-4ad88e1f] {
    display: block;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin: 0;
    width: 50%;
    float: right
}

@media(min-width:768px)and (max-width:1024px) {
    .industrytext-details img.richtext-image[data-v-4ad88e1f] {
        height: 60vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .industrytext-details img.richtext-image[data-v-4ad88e1f] {
        height: 45vh;
        min-height: 350px;
        width: 100%;
        margin: 20px 0;
        float: unset
    }
}

.industrytext-details p[data-v-4ad88e1f] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5% 0 0
}

@media(max-width:767.98px) {
    .industrytext-details p[data-v-4ad88e1f] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        background: #f1f1f1;
        width: 90%;
        margin: -60px auto 0 auto !important;
        position: relative;
        z-index: 22
    }
}

.industrytext-details p[data-v-4ad88e1f]:first-child {
    margin: 0
}

@media(max-width:1024px) {
    .career-richtext[data-v-4ad88e1f] {
        text-align: center
    }
}

.career-richtext h3[data-v-4ad88e1f] {
    color: #0b121c;
    margin: 20px 0
}

.career-richtext h3[data-v-4ad88e1f]:first-child {
    margin: 0 0 20px 0
}

.career-richtext p[data-v-4ad88e1f] {
    margin: 0 0 40px 0;
    padding: 0
}

@media(max-width:1024px) {
    .career-richtext p[data-v-4ad88e1f] {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .career-richtext p[data-v-4ad88e1f] {
        margin-bottom: 20px
    }
}

.career-richtext p[data-v-4ad88e1f]:last-child {
    margin: 0
}

.career-richtext ul[data-v-4ad88e1f] {
    padding-left: 30px;
    margin: 0 0 40px 0
}

@media(max-width:1024px) {
    .career-richtext ul[data-v-4ad88e1f] {
        margin-bottom: 0
    }
}

.career-richtext ul li[data-v-4ad88e1f] {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    text-align: justify;
    text-indent: unset;
    list-style: none
}

.career-richtext ul li[data-v-4ad88e1f]:before {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
    font-family: FontAwesome;
    color: #1c1b1b;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.address-data[data-v-4ad88e1f] {
    margin: 20px 0 0 0
}

.address-data div p[data-v-4ad88e1f] {
    color: #fff;
    font-size: 15px
}

@media(max-width:576px) {
    .col-mbx-6[data-v-4ad88e1f] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.news-richtext[data-v-4ad88e1f] {
    overflow-x: hidden;
    background: #fff;
    padding: 40px;
    overflow: auto
}

@media(max-width:767.98px) {
    .news-richtext[data-v-4ad88e1f] {
        text-align: center
    }
}

.news-richtext p[data-v-4ad88e1f] {
    padding: 0;
    margin: 0
}

.news-richtext p[data-v-4ad88e1f]:last-child {
    margin: 0
}

.news-richtext img.richtext-image.full-width[data-v-4ad88e1f] {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.full-width[data-v-4ad88e1f] {
        height: 50vh;
        min-height: 380px
    }
}

.news-richtext img.richtext-image.right[data-v-4ad88e1f] {
    height: 70vh;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: right;
    padding-left: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .news-richtext img.richtext-image.right[data-v-4ad88e1f] {
        width: 100%;
        height: 60vh;
        min-height: 450px;
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.right[data-v-4ad88e1f] {
        width: 100%;
        height: 50vh;
        min-height: 380px;
        padding-left: 0
    }
}

.colortext-block[data-v-4ad88e1f] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: -150px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .colortext-block[data-v-4ad88e1f] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.colortext-block p[data-v-4ad88e1f] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .colortext-block p[data-v-4ad88e1f] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .colortext-block p[data-v-4ad88e1f] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .colortext-block p[data-v-4ad88e1f] {
        font-size: 15px;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .colortext-block p[data-v-4ad88e1f] {
        font-size: 15px;
        line-height: 1.5;
        color: #637381
    }
}

.gncolortext-block[data-v-4ad88e1f] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .gncolortext-block[data-v-4ad88e1f] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.gncolortext-block p[data-v-4ad88e1f] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .gncolortext-block p[data-v-4ad88e1f] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .gncolortext-block p[data-v-4ad88e1f] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .gncolortext-block p[data-v-4ad88e1f] {
        font-size: calc(16px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .gncolortext-block p[data-v-4ad88e1f] {
        font-size: calc(15px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:1024px) {
    .lrtcardtext-block div p[data-v-4ad88e1f] {
        color: #fff
    }
}

.lrtcardtext-block div ul[data-v-4ad88e1f] {
    padding-left: 20px
}

.lrtcardtext-block div ul li[data-v-4ad88e1f] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .lrtcardtext-block div ul li[data-v-4ad88e1f] {
        text-align: left;
        padding: 0
    }
}

[data-aos=new-animation][data-v-4ad88e1f] {
    opacity: 0;
    -webkit-transition-property: width;
    transition-property: width
}

[data-aos=new-animation].aos-animate[data-v-4ad88e1f] {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=new-animation][data-v-4ad88e1f] {
        width: 100%
    }

    [data-aos=new-animation].aos-animate[data-v-4ad88e1f] {
        width: 0
    }
}

.fake3d-image-effect__image[data-v-4ad88e1f] {
    height: 100%
}

.fake3d-image-effect__image canvas[data-v-4ad88e1f] {
    height: 100% !important
}

[data-v-4ad88e1f]::-webkit-scrollbar {
    width: 8px
}

[data-v-4ad88e1f]::-webkit-scrollbar-track {
    background: #212b36
}

[data-v-4ad88e1f]::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.ftext p[data-v-4ad88e1f] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px
}

.swiper-pagination-bullet-active[data-v-4ad88e1f] {
    opacity: 1;
    background: #0b121c !important
}

ul.counter-row li.count-col[data-v-4ad88e1f] {
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

@media(max-width:1024px) {
    ul.counter-row li.count-col[data-v-4ad88e1f] {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-4ad88e1f] {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        background: #f6f7f9;
        margin-bottom: 20px
    }
}

ul.counter-row li.count-col .counter-mainwrap[data-v-4ad88e1f] {
    border-right: 1px solid #0b121c;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap[data-v-4ad88e1f] {
        border-right: none;
        min-height: 180px
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text[data-v-4ad88e1f] {
    text-align: center
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup[data-v-4ad88e1f] {
        padding: 0 0 20px 0
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-4ad88e1f] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-4ad88e1f] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-4ad88e1f] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-4ad88e1f] {
        font-size: calc(30px + .25vw)
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext[data-v-4ad88e1f] {
    margin-right: auto;
    text-align: center
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext p[data-v-4ad88e1f] {
    font-size: 15px
}

ul.counter-row li.count-col[data-v-4ad88e1f]:hover {
    background: #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap[data-v-4ad88e1f] {
    border-right: 1px solid #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .ctext p[data-v-4ad88e1f],
ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .icountup span[data-v-4ad88e1f] {
    color: #fff
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-4ad88e1f]:last-child {
        margin-bottom: 0
    }
}

ul.counter-row li.count-col:last-child .counter-mainwrap[data-v-4ad88e1f] {
    border-right: none
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text[data-v-4ad88e1f] {
    text-align: center;
    margin-right: 0
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text .ctext[data-v-4ad88e1f] {
    text-align: center
}

.ctext-block[data-v-4ad88e1f] {
    position: relative;
    z-index: 2
}

.ctext-block .ctitle-block[data-v-4ad88e1f] {
    margin-bottom: 45px
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block[data-v-4ad88e1f] {
        text-align: center
    }
}

.ctext-block .ctitle-block h2[data-v-4ad88e1f] {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: calc(48px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block h2[data-v-4ad88e1f] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block h2[data-v-4ad88e1f] {
        font-size: calc(30px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block h2[data-v-4ad88e1f] {
        font-size: calc(24px + .25vw);
        margin-bottom: 20px
    }
}

.ctext-block .ctitle-block div p[data-v-4ad88e1f] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block div p[data-v-4ad88e1f] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block div p[data-v-4ad88e1f] {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block div p[data-v-4ad88e1f] {
        font-size: 14px;
        line-height: 1.5
    }
}

.history-desc div p[data-v-4ad88e1f] {
    font-size: calc(42px + .25vw);
    color: #212b36;
    font-weight: 700;
    line-height: 1.3;
    font-family: arial
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-desc div p[data-v-4ad88e1f] {
        font-size: calc(32px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .history-desc div p[data-v-4ad88e1f] {
        font-size: calc(24px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .history-desc div p[data-v-4ad88e1f] {
        font-size: calc(16px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

.his-text p[data-v-4ad88e1f] {
    font-size: calc(16px + .25vw);
    color: #fff
}

.history-details2 h2[data-v-4ad88e1f] {
    margin-bottom: 10px;
    font-size: calc(48px + .25vw);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-details2 h2[data-v-4ad88e1f] {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .history-details2 h2[data-v-4ad88e1f] {
        font-size: calc(32px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:575px) {
    .history-details2 h2[data-v-4ad88e1f] {
        font-size: calc(20px + .25vw)
    }
}

.history-details2 .his-text2 p[data-v-4ad88e1f] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.news-text[data-v-4ad88e1f] {
    padding: 20px 0 0 0
}

@media(max-width:767px) {
    .news-text[data-v-4ad88e1f] {
        padding: 10px 0 0 0
    }
}

.news-text h4[data-v-4ad88e1f] {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:1025px)and (max-width:1600px) {
    .news-text h4[data-v-4ad88e1f] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .news-text h4[data-v-4ad88e1f] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .news-text h4[data-v-4ad88e1f] {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3
    }
}

.news-text div p[data-v-4ad88e1f] {
    padding: 0;
    font-size: calc(13px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(min-width:768px)and (max-width:1440px) {
    .news-text div p[data-v-4ad88e1f] {
        font-size: 15px;
        line-height: 1.6
    }
}

@media(max-width:767px) {
    .news-text div p[data-v-4ad88e1f] {
        font-size: 14px
    }
}

.text-cont p[data-v-4ad88e1f] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont p[data-v-4ad88e1f] {
        text-align: center
    }
}

@media(max-width:1024px) {
    .text-cont ul[data-v-4ad88e1f] {
        padding-left: 20px
    }
}

.text-cont ul li[data-v-4ad88e1f] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont ul li[data-v-4ad88e1f] {
        text-align: left;
        padding: 0
    }
}

.pdtext-cont p[data-v-4ad88e1f] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont p[data-v-4ad88e1f] {
        text-align: center
    }
}

.pdtext-cont ul[data-v-4ad88e1f] {
    padding-left: 20px
}

.pdtext-cont ul li[data-v-4ad88e1f] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont ul li[data-v-4ad88e1f] {
        text-align: left;
        padding: 0
    }
}

.tab-desc div div p[data-v-4ad88e1f] {
    color: #fff
}

.ab-wrap[data-v-4ad88e1f] {
    background: #19232f;
    padding: 52px 0;
    text-align: center;
    padding-top:70px;
}

@media(max-width:767.98px) {
    .ab-wrap[data-v-4ad88e1f] {
        padding: 40px 0
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .ab-wrap[data-v-4ad88e1f] {
        padding: 60px 0
    }
}

.ab-wrap .abtext-Jumbotron[data-v-4ad88e1f] {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    position: relative
}

@media(max-width:575.98px) {
    .ab-wrap .abtext-Jumbotron[data-v-4ad88e1f] {
        width: 90%
    }
}

.ab-wrap .abtext-Jumbotron h2[data-v-4ad88e1f] {
    margin-bottom: 30px;
    padding: 0;
    color: #fff
}

.abtext-block[data-v-4ad88e1f] {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 10% 0px 10%
}

@media(max-width:1024px) {
    .abtext-block[data-v-4ad88e1f] {
        padding: 40px 30px;
        text-align: center !important;
        background: #f6f7f9;
        width: 90%;
        margin: 0 auto;
        margin-top: -60px;
        position: relative;
        z-index: 9;
        margin-bottom: 40px;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .08);
        box-shadow: 0 1px 3px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .08)
    }
}

.abtext-block h2[data-v-4ad88e1f] {
    position: relative;
    padding: 0;
    margin-bottom: 60px
}

@media(min-width:768px)and (max-width:1024px) {
    .abtext-block h2[data-v-4ad88e1f] {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .abtext-block h2[data-v-4ad88e1f] {
        margin-bottom: 20px
    }
}

.abtext-block h2[data-v-4ad88e1f]:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    bottom: -20px;
    left: 0;
    background: #0b121c
}

@media(max-width:1024px) {
    .abtext-block h2[data-v-4ad88e1f]:after {
        display: none
    }
}

.abimg-block[data-v-4ad88e1f] {
    height: 100vh;
    position: relative
}

@media(min-width:768px)and (max-width:1024px) {
    .abimg-block[data-v-4ad88e1f] {
        height: 80vh;
        min-height: 550px
    }
}

@media(max-width:767.98px) {
    .abimg-block[data-v-4ad88e1f] {
        height: 60vh;
        min-height: 420px
    }
}

.abimg-block img[data-v-4ad88e1f] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.line[data-v-4ad88e1f] {
    position: absolute;
    height: 100%;
    width: 2px;
    background: #bebebe;
    top: 0;
    left: 0
}

[data-v-0e3787c4] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-0e3787c4] {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #637381;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 0
}

.img-fluid[data-v-0e3787c4] {
    max-width: 100%;
    height: auto;
    display: block
}

ol[data-v-0e3787c4],
ul[data-v-0e3787c4] {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif
}

a[data-v-0e3787c4],
li[data-v-0e3787c4],
p[data-v-0e3787c4],
ul[data-v-0e3787c4] {
    font-family: Roboto, sans-serif;
    color: #637381;
    margin-bottom: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(max-width:767px) {

    a[data-v-0e3787c4],
    li[data-v-0e3787c4],
    p[data-v-0e3787c4],
    ul[data-v-0e3787c4] {
        font-size: 15px
    }
}

.title-color[data-v-0e3787c4] {
    color: #0b121c
}

h1[data-v-0e3787c4],
h2[data-v-0e3787c4],
h3[data-v-0e3787c4],
h4[data-v-0e3787c4],
h5[data-v-0e3787c4],
h6[data-v-0e3787c4] {
    font-family: arial;
    font-weight: 700;
    color: #212b36;
    margin: 0;
    text-transform: capitalize
}

h1[data-v-0e3787c4] {
    font-size: calc(52px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h1[data-v-0e3787c4] {
        font-size: calc(42px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    h1[data-v-0e3787c4] {
        font-size: calc(36px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575px) {
    h1[data-v-0e3787c4] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h2[data-v-0e3787c4] {
    font-size: calc(48px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    h2[data-v-0e3787c4] {
        font-size: calc(38px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    h2[data-v-0e3787c4] {
        font-size: calc(34px + .25vw);
        line-height: 1.3
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    h2[data-v-0e3787c4] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575.98px) {
    h2[data-v-0e3787c4] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h3[data-v-0e3787c4] {
    font-size: calc(34px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h3[data-v-0e3787c4] {
        font-size: calc(28px + .25vw);
        letter-spacing: 1px
    }
}

@media(max-width:1024px) {
    h3[data-v-0e3787c4] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

@media(max-width:575px) {
    h3[data-v-0e3787c4] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

h4[data-v-0e3787c4] {
    font-size: 24px
}

@media(max-width:1024px) {
    h4[data-v-0e3787c4] {
        font-size: 20px
    }
}

@media(max-width:575px) {
    h4[data-v-0e3787c4] {
        font-size: 18px
    }
}

h5[data-v-0e3787c4] {
    font-size: 20px
}

@media(max-width:1024px) {
    h5[data-v-0e3787c4] {
        font-size: 18px
    }
}

@media(max-width:575px) {
    h5[data-v-0e3787c4] {
        font-size: 15px
    }
}

h6[data-v-0e3787c4] {
    font-size: 16px
}

@media(max-width:1024px) {
    h6[data-v-0e3787c4] {
        font-size: 15px
    }
}

@media(max-width:575px) {
    h6[data-v-0e3787c4] {
        font-size: 14px
    }
}

.pd-5[data-v-0e3787c4] {
    padding: 0 5% !important
}

.mask[data-v-0e3787c4] {
    height: 100vh !important;
    width: 100% !important
}

.vue-flux .flux-caption[data-v-0e3787c4] {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70% !important;
    text-align: center !important;
    font-family: arial;
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .vue-flux .flux-caption[data-v-0e3787c4] {
        font-size: calc(52px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-caption[data-v-0e3787c4] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .vue-flux .flux-caption[data-v-0e3787c4] {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px;
        line-height: 1.25
    }
}

.vue-flux .flux-pagination[data-v-0e3787c4] {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
    bottom: unset !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination[data-v-0e3787c4] {
        top: unset !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        bottom: 0 !important;
        left: 50% !important;
        right: 0 !important
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination ul[data-v-0e3787c4] {
        display: block
    }
}

.vue-flux .flux-pagination li span.pagination-item[data-v-0e3787c4] {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-transition: background-color .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, border .2s ease-in
}

.vue-flux .flux-pagination li.active span.pagination-item[data-v-0e3787c4] {
    background-color: #0b121c !important
}

@media(min-width:992px)and (max-width:1024.98px) {
    .col-lg-10[data-v-0e3787c4] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .offset-lg-2[data-v-0e3787c4] {
        margin-left: 0 !important
    }

    .col-lg-3[data-v-0e3787c4],
    .col-lg-4[data-v-0e3787c4],
    .col-lg-6[data-v-0e3787c4] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .flex-lg-row[data-v-0e3787c4] {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
}

@media(min-width:1025px) {
    .col-lg-6[data-v-0e3787c4] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-lg-4[data-v-0e3787c4] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }

    .col-lg-10[data-v-0e3787c4] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important
    }

    .offset-lg-2[data-v-0e3787c4] {
        margin-left: 16.666667% !important
    }
}

@media(min-width:1200px) {
    .col-xl-6[data-v-0e3787c4] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-xl-4[data-v-0e3787c4] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.button-mirror[data-v-0e3787c4],
.button[data-v-0e3787c4] {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    text-align: center
}

@media(max-width:1024px) {

    .button-mirror[data-v-0e3787c4],
    .button[data-v-0e3787c4] {
        width: 150px
    }
}

.button-mirror[data-v-0e3787c4]:before,
.button[data-v-0e3787c4]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b121c;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width:1024px) {

    .button-mirror[data-v-0e3787c4]:before,
    .button[data-v-0e3787c4]:before {
        display: none
    }
}

.button-mirror[data-v-0e3787c4]:hover:before,
.button[data-v-0e3787c4]:hover:before {
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.button-mirror[data-v-0e3787c4]:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.plyr__control--overlaid[data-v-0e3787c4] {
    background: #0b121c !important;
    top: 60% !important;
    z-index: 200 !important
}

.vue-flux[data-v-0e3787c4] {
    position: relative
}

.vue-flux[data-v-0e3787c4]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0;
    content: ""
}

.maprichtext p[data-v-0e3787c4] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .maprichtext p[data-v-0e3787c4] {
        font-size: calc(22px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .maprichtext p[data-v-0e3787c4] {
        font-size: calc(18px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .maprichtext p[data-v-0e3787c4] {
        font-size: calc(16px + .25vw);
        line-height: 1.6
    }
}

@media(max-width:575.98px) {
    .maprichtext p[data-v-0e3787c4] {
        font-size: calc(15px + .25vw);
        line-height: 1.6
    }
}

.industrytext-details[data-v-0e3787c4] {
    overflow: hidden;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media(max-width:767.98px) {
    .industrytext-details[data-v-0e3787c4] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        overflow: hidden
    }
}

.industrytext-details img.richtext-image[data-v-0e3787c4] {
    display: block;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin: 0;
    width: 50%;
    float: right
}

@media(min-width:768px)and (max-width:1024px) {
    .industrytext-details img.richtext-image[data-v-0e3787c4] {
        height: 60vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .industrytext-details img.richtext-image[data-v-0e3787c4] {
        height: 45vh;
        min-height: 350px;
        width: 100%;
        margin: 20px 0;
        float: unset
    }
}

.industrytext-details p[data-v-0e3787c4] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5% 0 0
}

@media(max-width:767.98px) {
    .industrytext-details p[data-v-0e3787c4] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        background: #f1f1f1;
        width: 90%;
        margin: -60px auto 0 auto !important;
        position: relative;
        z-index: 22
    }
}

.industrytext-details p[data-v-0e3787c4]:first-child {
    margin: 0
}

@media(max-width:1024px) {
    .career-richtext[data-v-0e3787c4] {
        text-align: center
    }
}

.career-richtext h3[data-v-0e3787c4] {
    color: #0b121c;
    margin: 20px 0
}

.career-richtext h3[data-v-0e3787c4]:first-child {
    margin: 0 0 20px 0
}

.career-richtext p[data-v-0e3787c4] {
    margin: 0 0 40px 0;
    padding: 0
}

@media(max-width:1024px) {
    .career-richtext p[data-v-0e3787c4] {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .career-richtext p[data-v-0e3787c4] {
        margin-bottom: 20px
    }
}

.career-richtext p[data-v-0e3787c4]:last-child {
    margin: 0
}

.career-richtext ul[data-v-0e3787c4] {
    padding-left: 30px;
    margin: 0 0 40px 0
}

@media(max-width:1024px) {
    .career-richtext ul[data-v-0e3787c4] {
        margin-bottom: 0
    }
}

.career-richtext ul li[data-v-0e3787c4] {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    text-align: justify;
    text-indent: unset;
    list-style: none
}

.career-richtext ul li[data-v-0e3787c4]:before {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
    font-family: FontAwesome;
    color: #1c1b1b;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.address-data[data-v-0e3787c4] {
    margin: 20px 0 0 0
}

.address-data div p[data-v-0e3787c4] {
    color: #fff;
    font-size: 15px
}

@media(max-width:576px) {
    .col-mbx-6[data-v-0e3787c4] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.news-richtext[data-v-0e3787c4] {
    overflow-x: hidden;
    background: #fff;
    padding: 40px;
    overflow: auto
}

@media(max-width:767.98px) {
    .news-richtext[data-v-0e3787c4] {
        text-align: center
    }
}

.news-richtext p[data-v-0e3787c4] {
    padding: 0;
    margin: 0
}

.news-richtext p[data-v-0e3787c4]:last-child {
    margin: 0
}

.news-richtext img.richtext-image.full-width[data-v-0e3787c4] {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.full-width[data-v-0e3787c4] {
        height: 50vh;
        min-height: 380px
    }
}

.news-richtext img.richtext-image.right[data-v-0e3787c4] {
    height: 70vh;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: right;
    padding-left: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .news-richtext img.richtext-image.right[data-v-0e3787c4] {
        width: 100%;
        height: 60vh;
        min-height: 450px;
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.right[data-v-0e3787c4] {
        width: 100%;
        height: 50vh;
        min-height: 380px;
        padding-left: 0
    }
}

.colortext-block[data-v-0e3787c4] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: -150px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .colortext-block[data-v-0e3787c4] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.colortext-block p[data-v-0e3787c4] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .colortext-block p[data-v-0e3787c4] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .colortext-block p[data-v-0e3787c4] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .colortext-block p[data-v-0e3787c4] {
        font-size: 15px;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .colortext-block p[data-v-0e3787c4] {
        font-size: 15px;
        line-height: 1.5;
        color: #637381
    }
}

.gncolortext-block[data-v-0e3787c4] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .gncolortext-block[data-v-0e3787c4] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.gncolortext-block p[data-v-0e3787c4] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .gncolortext-block p[data-v-0e3787c4] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .gncolortext-block p[data-v-0e3787c4] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .gncolortext-block p[data-v-0e3787c4] {
        font-size: calc(16px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .gncolortext-block p[data-v-0e3787c4] {
        font-size: calc(15px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:1024px) {
    .lrtcardtext-block div p[data-v-0e3787c4] {
        color: #fff
    }
}

.lrtcardtext-block div ul[data-v-0e3787c4] {
    padding-left: 20px
}

.lrtcardtext-block div ul li[data-v-0e3787c4] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .lrtcardtext-block div ul li[data-v-0e3787c4] {
        text-align: left;
        padding: 0
    }
}

[data-aos=new-animation][data-v-0e3787c4] {
    opacity: 0;
    -webkit-transition-property: width;
    transition-property: width
}

[data-aos=new-animation].aos-animate[data-v-0e3787c4] {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=new-animation][data-v-0e3787c4] {
        width: 100%
    }

    [data-aos=new-animation].aos-animate[data-v-0e3787c4] {
        width: 0
    }
}

.fake3d-image-effect__image[data-v-0e3787c4] {
    height: 100%
}

.fake3d-image-effect__image canvas[data-v-0e3787c4] {
    height: 100% !important
}

[data-v-0e3787c4]::-webkit-scrollbar {
    width: 8px
}

[data-v-0e3787c4]::-webkit-scrollbar-track {
    background: #212b36
}

[data-v-0e3787c4]::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.ftext p[data-v-0e3787c4] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px
}

.swiper-pagination-bullet-active[data-v-0e3787c4] {
    opacity: 1;
    background: #0b121c !important
}

ul.counter-row li.count-col[data-v-0e3787c4] {
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

@media(max-width:1024px) {
    ul.counter-row li.count-col[data-v-0e3787c4] {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-0e3787c4] {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        background: #f6f7f9;
        margin-bottom: 20px
    }
}

ul.counter-row li.count-col .counter-mainwrap[data-v-0e3787c4] {
    border-right: 1px solid #0b121c;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap[data-v-0e3787c4] {
        border-right: none;
        min-height: 180px
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text[data-v-0e3787c4] {
    text-align: center
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup[data-v-0e3787c4] {
        padding: 0 0 20px 0
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-0e3787c4] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-0e3787c4] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-0e3787c4] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-0e3787c4] {
        font-size: calc(30px + .25vw)
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext[data-v-0e3787c4] {
    margin-right: auto;
    text-align: center
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext p[data-v-0e3787c4] {
    font-size: 15px
}

ul.counter-row li.count-col[data-v-0e3787c4]:hover {
    background: #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap[data-v-0e3787c4] {
    border-right: 1px solid #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .ctext p[data-v-0e3787c4],
ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .icountup span[data-v-0e3787c4] {
    color: #fff
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-0e3787c4]:last-child {
        margin-bottom: 0
    }
}

ul.counter-row li.count-col:last-child .counter-mainwrap[data-v-0e3787c4] {
    border-right: none
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text[data-v-0e3787c4] {
    text-align: center;
    margin-right: 0
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text .ctext[data-v-0e3787c4] {
    text-align: center
}

.ctext-block[data-v-0e3787c4] {
    position: relative;
    z-index: 2
}

.ctext-block .ctitle-block[data-v-0e3787c4] {
    margin-bottom: 45px
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block[data-v-0e3787c4] {
        text-align: center
    }
}

.ctext-block .ctitle-block h2[data-v-0e3787c4] {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: calc(48px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block h2[data-v-0e3787c4] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block h2[data-v-0e3787c4] {
        font-size: calc(30px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block h2[data-v-0e3787c4] {
        font-size: calc(24px + .25vw);
        margin-bottom: 20px
    }
}

.ctext-block .ctitle-block div p[data-v-0e3787c4] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block div p[data-v-0e3787c4] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block div p[data-v-0e3787c4] {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block div p[data-v-0e3787c4] {
        font-size: 14px;
        line-height: 1.5
    }
}

.history-desc div p[data-v-0e3787c4] {
    font-size: calc(42px + .25vw);
    color: #212b36;
    font-weight: 700;
    line-height: 1.3;
    font-family: arial
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-desc div p[data-v-0e3787c4] {
        font-size: calc(32px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .history-desc div p[data-v-0e3787c4] {
        font-size: calc(24px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .history-desc div p[data-v-0e3787c4] {
        font-size: calc(16px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

.his-text p[data-v-0e3787c4] {
    font-size: calc(16px + .25vw);
    color: #fff
}

.history-details2 h2[data-v-0e3787c4] {
    margin-bottom: 10px;
    font-size: calc(48px + .25vw);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-details2 h2[data-v-0e3787c4] {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .history-details2 h2[data-v-0e3787c4] {
        font-size: calc(32px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:575px) {
    .history-details2 h2[data-v-0e3787c4] {
        font-size: calc(20px + .25vw)
    }
}

.history-details2 .his-text2 p[data-v-0e3787c4] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.news-text[data-v-0e3787c4] {
    padding: 20px 0 0 0
}

@media(max-width:767px) {
    .news-text[data-v-0e3787c4] {
        padding: 10px 0 0 0
    }
}

.news-text h4[data-v-0e3787c4] {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:1025px)and (max-width:1600px) {
    .news-text h4[data-v-0e3787c4] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .news-text h4[data-v-0e3787c4] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .news-text h4[data-v-0e3787c4] {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3
    }
}

.news-text div p[data-v-0e3787c4] {
    padding: 0;
    font-size: calc(13px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(min-width:768px)and (max-width:1440px) {
    .news-text div p[data-v-0e3787c4] {
        font-size: 15px;
        line-height: 1.6
    }
}

@media(max-width:767px) {
    .news-text div p[data-v-0e3787c4] {
        font-size: 14px
    }
}

.text-cont p[data-v-0e3787c4] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont p[data-v-0e3787c4] {
        text-align: center
    }
}

@media(max-width:1024px) {
    .text-cont ul[data-v-0e3787c4] {
        padding-left: 20px
    }
}

.text-cont ul li[data-v-0e3787c4] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont ul li[data-v-0e3787c4] {
        text-align: left;
        padding: 0
    }
}

.pdtext-cont p[data-v-0e3787c4] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont p[data-v-0e3787c4] {
        text-align: center
    }
}

.pdtext-cont ul[data-v-0e3787c4] {
    padding-left: 20px
}

.pdtext-cont ul li[data-v-0e3787c4] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont ul li[data-v-0e3787c4] {
        text-align: left;
        padding: 0
    }
}

.tab-desc div div p[data-v-0e3787c4] {
    color: #fff
}

.fullimg-wrap[data-v-0e3787c4] {
    position: relative;
    height: 100vh;
    width: 100%
}

@media(max-width:1024px) {
    .fullimg-wrap[data-v-0e3787c4] {
        height: auto
    }
}

.fullimg-wrap img[data-v-0e3787c4] {
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    display: block;
    height: 100%
}

@media(min-width:768px)and (max-width:1024px) {
    .fullimg-wrap img[data-v-0e3787c4] {
        height: 70vh;
        min-height: 420px
    }
}

@media(max-width:767.98px) {
    .fullimg-wrap img[data-v-0e3787c4] {
        height: 50vh;
        min-height: 380px
    }
}

.fullimg-wrap .text-block[data-v-0e3787c4] {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    width: 60%;
    padding: 3%
}

@media(max-width:1024px) {
    .fullimg-wrap .text-block[data-v-0e3787c4] {
        padding: 40px 30px;
        text-align: center !important;
        background: #f6f7f9;
        width: 90%;
        margin: 0 auto;
        margin-top: -60px;
        position: relative;
        z-index: 9;
        margin-bottom: 40px;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .08);
        box-shadow: 0 1px 3px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .08)
    }
}

.fullimg-wrap .text-block h2[data-v-0e3787c4] {
    margin-bottom: 30px;
    margin-top: 0
}

.fullimg-wrap .text-block p[data-v-0e3787c4] {
    margin: 0
}

.titletext-container[data-v-0e3787c4] {
    padding: 80px 0
}

@media(max-width:1024px) {
    .titletext-container[data-v-0e3787c4] {
        padding: 60px 0;
        background: #f6f7f9
    }
}

@media(max-width:767px) {
    .titletext-container[data-v-0e3787c4] {
        padding: 40px 0;
        background: #f6f7f9
    }
}

.title-cont[data-v-0e3787c4] {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:1024px) {
    .title-cont[data-v-0e3787c4] {
        text-align: center;
        margin-bottom: 40px;
        display: block;
        height: auto
    }
}

@media(max-width:767px) {
    .title-cont[data-v-0e3787c4] {
        margin-bottom: 20px;
        display: block;
        height: auto
    }
}

.title-cont h2[data-v-0e3787c4] {
    margin: 0;
    padding: 0
}

.count[data-v-0e3787c4] {
    border-right: 1px solid hsla(0, 0%, 43.9%, .6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

@media(max-width:1024px) {
    .count[data-v-0e3787c4] {
        width: 50%;
        margin: 0 auto;
        background: #fff;
        margin-bottom: 30px;
        padding: 30px;
        min-height: 280px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 330px;
        border-right: 2px solid #0b121c;
        border-radius: 2px;
        text-align: center
    }
}

.count .main-count .icountup[data-v-0e3787c4] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    .count .main-count .icountup[data-v-0e3787c4] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    .count .main-count .icountup[data-v-0e3787c4] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    .count .main-count .icountup[data-v-0e3787c4] {
        font-size: calc(30px + .25vw)
    }
}

.count .main-count .count-title[data-v-0e3787c4] {
    font-size: 15px
}

.active .count[data-v-0e3787c4] {
    border-right: 0
}

@media(max-width:1024px) {
    .active .count[data-v-0e3787c4] {
        border-right: 2px solid #0b121c;
        border-radius: 2px
    }
}

.fade-enter-active[data-v-0e3787c4] {
    -webkit-transition: all 1s;
    transition: all 1s
}

.fade-leave-active[data-v-0e3787c4] {
    -webkit-transition: all 2s;
    transition: all 2s
}

.fade-enter[data-v-0e3787c4],
.fade-leave-to[data-v-0e3787c4] {
    opacity: 0
}

[data-v-d414d654] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-d414d654] {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #637381;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 0
}

.img-fluid[data-v-d414d654] {
    max-width: 100%;
    height: auto;
    display: block
}

ol[data-v-d414d654],
ul[data-v-d414d654] {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif
}

a[data-v-d414d654],
li[data-v-d414d654],
p[data-v-d414d654],
ul[data-v-d414d654] {
    font-family: Roboto, sans-serif;
    color: #637381;
    margin-bottom: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(max-width:767px) {

    a[data-v-d414d654],
    li[data-v-d414d654],
    p[data-v-d414d654],
    ul[data-v-d414d654] {
        font-size: 15px
    }
}

.title-color[data-v-d414d654] {
    color: #0b121c
}

h1[data-v-d414d654],
h2[data-v-d414d654],
h3[data-v-d414d654],
h4[data-v-d414d654],
h5[data-v-d414d654],
h6[data-v-d414d654] {
    font-family: arial;
    font-weight: 700;
    color: #212b36;
    margin: 0;
    text-transform: capitalize
}

h1[data-v-d414d654] {
    font-size: calc(52px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h1[data-v-d414d654] {
        font-size: calc(42px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    h1[data-v-d414d654] {
        font-size: calc(36px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575px) {
    h1[data-v-d414d654] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h2[data-v-d414d654] {
    font-size: calc(48px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    h2[data-v-d414d654] {
        font-size: calc(38px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    h2[data-v-d414d654] {
        font-size: calc(34px + .25vw);
        line-height: 1.3
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    h2[data-v-d414d654] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575.98px) {
    h2[data-v-d414d654] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h3[data-v-d414d654] {
    font-size: calc(34px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h3[data-v-d414d654] {
        font-size: calc(28px + .25vw);
        letter-spacing: 1px
    }
}

@media(max-width:1024px) {
    h3[data-v-d414d654] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

@media(max-width:575px) {
    h3[data-v-d414d654] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

h4[data-v-d414d654] {
    font-size: 28px
}

@media(max-width:1024px) {
    h4[data-v-d414d654] {
        font-size: 20px
    }
}

@media(max-width:575px) {
    h4[data-v-d414d654] {
        font-size: 18px
    }
}

h5[data-v-d414d654] {
    font-size: 20px
}

@media(max-width:1024px) {
    h5[data-v-d414d654] {
        font-size: 18px
    }
}

@media(max-width:575px) {
    h5[data-v-d414d654] {
        font-size: 15px
    }
}

h6[data-v-d414d654] {
    font-size: 16px
}

@media(max-width:1024px) {
    h6[data-v-d414d654] {
        font-size: 15px
    }
}

@media(max-width:575px) {
    h6[data-v-d414d654] {
        font-size: 14px
    }
}

.pd-5[data-v-d414d654] {
    padding: 0 5% !important
}

.mask[data-v-d414d654] {
    height: 100vh !important;
    width: 100% !important
}

.vue-flux .flux-caption[data-v-d414d654] {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70% !important;
    text-align: center !important;
    font-family: arial;
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .vue-flux .flux-caption[data-v-d414d654] {
        font-size: calc(52px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-caption[data-v-d414d654] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .vue-flux .flux-caption[data-v-d414d654] {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px;
        line-height: 1.25
    }
}

.vue-flux .flux-pagination[data-v-d414d654] {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
    bottom: unset !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination[data-v-d414d654] {
        top: unset !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        bottom: 0 !important;
        left: 50% !important;
        right: 0 !important
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination ul[data-v-d414d654] {
        display: block
    }
}

.vue-flux .flux-pagination li span.pagination-item[data-v-d414d654] {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-transition: background-color .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, border .2s ease-in
}

.vue-flux .flux-pagination li.active span.pagination-item[data-v-d414d654] {
    background-color: #0b121c !important
}

@media(min-width:992px)and (max-width:1024.98px) {
    .col-lg-10[data-v-d414d654] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .offset-lg-2[data-v-d414d654] {
        margin-left: 0 !important
    }

    .col-lg-3[data-v-d414d654],
    .col-lg-4[data-v-d414d654],
    .col-lg-6[data-v-d414d654] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .flex-lg-row[data-v-d414d654] {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
}

@media(min-width:1025px) {
    .col-lg-6[data-v-d414d654] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-lg-4[data-v-d414d654] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }

    .col-lg-10[data-v-d414d654] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important
    }

    .offset-lg-2[data-v-d414d654] {
        margin-left: 16.666667% !important
    }
}

@media(min-width:1200px) {
    .col-xl-6[data-v-d414d654] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-xl-4[data-v-d414d654] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.button-mirror[data-v-d414d654],
.button[data-v-d414d654] {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    text-align: center
}

@media(max-width:1024px) {

    .button-mirror[data-v-d414d654],
    .button[data-v-d414d654] {
        width: 150px
    }
}

.button-mirror[data-v-d414d654]:before,
.button[data-v-d414d654]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b121c;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width:1024px) {

    .button-mirror[data-v-d414d654]:before,
    .button[data-v-d414d654]:before {
        display: none
    }
}

.button-mirror[data-v-d414d654]:hover:before,
.button[data-v-d414d654]:hover:before {
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.button-mirror[data-v-d414d654]:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.plyr__control--overlaid[data-v-d414d654] {
    background: #0b121c !important;
    top: 60% !important;
    z-index: 200 !important
}

.vue-flux[data-v-d414d654] {
    position: relative
}

.vue-flux[data-v-d414d654]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0;
    content: ""
}

.maprichtext p[data-v-d414d654] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .maprichtext p[data-v-d414d654] {
        font-size: calc(22px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .maprichtext p[data-v-d414d654] {
        font-size: calc(18px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .maprichtext p[data-v-d414d654] {
        font-size: calc(16px + .25vw);
        line-height: 1.6
    }
}

@media(max-width:575.98px) {
    .maprichtext p[data-v-d414d654] {
        font-size: calc(15px + .25vw);
        line-height: 1.6
    }
}

.industrytext-details[data-v-d414d654] {
    overflow: hidden;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media(max-width:767.98px) {
    .industrytext-details[data-v-d414d654] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        overflow: hidden
    }
}

.industrytext-details img.richtext-image[data-v-d414d654] {
    display: block;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin: 0;
    width: 50%;
    float: right
}

@media(min-width:768px)and (max-width:1024px) {
    .industrytext-details img.richtext-image[data-v-d414d654] {
        height: 60vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .industrytext-details img.richtext-image[data-v-d414d654] {
        height: 45vh;
        min-height: 350px;
        width: 100%;
        margin: 20px 0;
        float: unset
    }
}

.industrytext-details p[data-v-d414d654] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5% 0 0
}

@media(max-width:767.98px) {
    .industrytext-details p[data-v-d414d654] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        background: #f1f1f1;
        width: 90%;
        margin: -60px auto 0 auto !important;
        position: relative;
        z-index: 22
    }
}

.industrytext-details p[data-v-d414d654]:first-child {
    margin: 0
}

@media(max-width:1024px) {
    .career-richtext[data-v-d414d654] {
        text-align: center
    }
}

.career-richtext h3[data-v-d414d654] {
    color: #0b121c;
    margin: 20px 0
}

.career-richtext h3[data-v-d414d654]:first-child {
    margin: 0 0 20px 0
}

.career-richtext p[data-v-d414d654] {
    margin: 0 0 40px 0;
    padding: 0
}

@media(max-width:1024px) {
    .career-richtext p[data-v-d414d654] {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .career-richtext p[data-v-d414d654] {
        margin-bottom: 20px
    }
}

.career-richtext p[data-v-d414d654]:last-child {
    margin: 0
}

.career-richtext ul[data-v-d414d654] {
    padding-left: 30px;
    margin: 0 0 40px 0
}

@media(max-width:1024px) {
    .career-richtext ul[data-v-d414d654] {
        margin-bottom: 0
    }
}

.career-richtext ul li[data-v-d414d654] {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    text-align: justify;
    text-indent: unset;
    list-style: none
}

.career-richtext ul li[data-v-d414d654]:before {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
    font-family: FontAwesome;
    color: #1c1b1b;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.address-data[data-v-d414d654] {
    margin: 20px 0 0 0
}

.address-data div p[data-v-d414d654] {
    color: #fff;
    font-size: 15px
}

@media(max-width:576px) {
    .col-mbx-6[data-v-d414d654] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.news-richtext[data-v-d414d654] {
    overflow-x: hidden;
    background: #fff;
    padding: 40px;
    overflow: auto
}

@media(max-width:767.98px) {
    .news-richtext[data-v-d414d654] {
        text-align: center
    }
}

.news-richtext p[data-v-d414d654] {
    padding: 0;
    margin: 0
}

.news-richtext p[data-v-d414d654]:last-child {
    margin: 0
}

.news-richtext img.richtext-image.full-width[data-v-d414d654] {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.full-width[data-v-d414d654] {
        height: 50vh;
        min-height: 380px
    }
}

.news-richtext img.richtext-image.right[data-v-d414d654] {
    height: 70vh;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: right;
    padding-left: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .news-richtext img.richtext-image.right[data-v-d414d654] {
        width: 100%;
        height: 60vh;
        min-height: 450px;
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.right[data-v-d414d654] {
        width: 100%;
        height: 50vh;
        min-height: 380px;
        padding-left: 0
    }
}

.colortext-block[data-v-d414d654] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: -150px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .colortext-block[data-v-d414d654] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.colortext-block p[data-v-d414d654] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .colortext-block p[data-v-d414d654] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .colortext-block p[data-v-d414d654] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .colortext-block p[data-v-d414d654] {
        font-size: 15px;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .colortext-block p[data-v-d414d654] {
        font-size: 15px;
        line-height: 1.5;
        color: #637381
    }
}

.gncolortext-block[data-v-d414d654] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .gncolortext-block[data-v-d414d654] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.gncolortext-block p[data-v-d414d654] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .gncolortext-block p[data-v-d414d654] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .gncolortext-block p[data-v-d414d654] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .gncolortext-block p[data-v-d414d654] {
        font-size: calc(16px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .gncolortext-block p[data-v-d414d654] {
        font-size: calc(15px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:1024px) {
    .lrtcardtext-block div p[data-v-d414d654] {
        color: #fff
    }
}

.lrtcardtext-block div ul[data-v-d414d654] {
    padding-left: 20px
}

.lrtcardtext-block div ul li[data-v-d414d654] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .lrtcardtext-block div ul li[data-v-d414d654] {
        text-align: left;
        padding: 0
    }
}

[data-aos=new-animation][data-v-d414d654] {
    opacity: 0;
    -webkit-transition-property: width;
    transition-property: width
}

[data-aos=new-animation].aos-animate[data-v-d414d654] {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=new-animation][data-v-d414d654] {
        width: 100%
    }

    [data-aos=new-animation].aos-animate[data-v-d414d654] {
        width: 0
    }
}

.fake3d-image-effect__image[data-v-d414d654] {
    height: 100%
}

.fake3d-image-effect__image canvas[data-v-d414d654] {
    height: 100% !important
}

[data-v-d414d654]::-webkit-scrollbar {
    width: 8px
}

[data-v-d414d654]::-webkit-scrollbar-track {
    background: #212b36
}

[data-v-d414d654]::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.ftext p[data-v-d414d654] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px
}

.swiper-pagination-bullet-active[data-v-d414d654] {
    opacity: 1;
    background: #0b121c !important
}

ul.counter-row li.count-col[data-v-d414d654] {
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

@media(max-width:1024px) {
    ul.counter-row li.count-col[data-v-d414d654] {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-d414d654] {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        background: #f6f7f9;
        margin-bottom: 20px
    }
}

ul.counter-row li.count-col .counter-mainwrap[data-v-d414d654] {
    border-right: 1px solid #0b121c;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap[data-v-d414d654] {
        border-right: none;
        min-height: 180px
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text[data-v-d414d654] {
    text-align: center
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup[data-v-d414d654] {
        padding: 0 0 20px 0
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-d414d654] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-d414d654] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-d414d654] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-d414d654] {
        font-size: calc(30px + .25vw)
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext[data-v-d414d654] {
    margin-right: auto;
    text-align: center
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext p[data-v-d414d654] {
    font-size: 15px
}

ul.counter-row li.count-col[data-v-d414d654]:hover {
    background: #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap[data-v-d414d654] {
    border-right: 1px solid #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .ctext p[data-v-d414d654],
ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .icountup span[data-v-d414d654] {
    color: #fff
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-d414d654]:last-child {
        margin-bottom: 0
    }
}

ul.counter-row li.count-col:last-child .counter-mainwrap[data-v-d414d654] {
    border-right: none
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text[data-v-d414d654] {
    text-align: center;
    margin-right: 0
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text .ctext[data-v-d414d654] {
    text-align: center
}

.ctext-block[data-v-d414d654] {
    position: relative;
    z-index: 2
}

.ctext-block .ctitle-block[data-v-d414d654] {
    margin-bottom: 45px
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block[data-v-d414d654] {
        text-align: center
    }
}

.ctext-block .ctitle-block h2[data-v-d414d654] {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: calc(48px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block h2[data-v-d414d654] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block h2[data-v-d414d654] {
        font-size: calc(30px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block h2[data-v-d414d654] {
        font-size: calc(24px + .25vw);
        margin-bottom: 20px
    }
}

.ctext-block .ctitle-block div p[data-v-d414d654] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block div p[data-v-d414d654] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block div p[data-v-d414d654] {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block div p[data-v-d414d654] {
        font-size: 14px;
        line-height: 1.5
    }
}

.history-desc div p[data-v-d414d654] {
    font-size: calc(42px + .25vw);
    color: #212b36;
    font-weight: 700;
    line-height: 1.3;
    font-family: arial
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-desc div p[data-v-d414d654] {
        font-size: calc(32px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .history-desc div p[data-v-d414d654] {
        font-size: calc(24px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .history-desc div p[data-v-d414d654] {
        font-size: calc(16px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

.his-text p[data-v-d414d654] {
    font-size: calc(16px + .25vw);
    color: #fff
}

.history-details2 h2[data-v-d414d654] {
    margin-bottom: 10px;
    font-size: calc(48px + .25vw);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-details2 h2[data-v-d414d654] {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .history-details2 h2[data-v-d414d654] {
        font-size: calc(32px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:575px) {
    .history-details2 h2[data-v-d414d654] {
        font-size: calc(20px + .25vw)
    }
}

.history-details2 .his-text2 p[data-v-d414d654] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.news-text[data-v-d414d654] {
    padding: 20px 0 0 0
}

@media(max-width:767px) {
    .news-text[data-v-d414d654] {
        padding: 10px 0 0 0
    }
}

.news-text h4[data-v-d414d654] {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:1025px)and (max-width:1600px) {
    .news-text h4[data-v-d414d654] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .news-text h4[data-v-d414d654] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .news-text h4[data-v-d414d654] {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3
    }
}

.news-text div p[data-v-d414d654] {
    padding: 0;
    font-size: calc(13px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(min-width:768px)and (max-width:1440px) {
    .news-text div p[data-v-d414d654] {
        font-size: 15px;
        line-height: 1.6
    }
}

@media(max-width:767px) {
    .news-text div p[data-v-d414d654] {
        font-size: 14px
    }
}

.text-cont p[data-v-d414d654] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont p[data-v-d414d654] {
        text-align: center
    }
}

@media(max-width:1024px) {
    .text-cont ul[data-v-d414d654] {
        padding-left: 20px
    }
}

.text-cont ul li[data-v-d414d654] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont ul li[data-v-d414d654] {
        text-align: left;
        padding: 0
    }
}

.pdtext-cont p[data-v-d414d654] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont p[data-v-d414d654] {
        text-align: center
    }
}

.pdtext-cont ul[data-v-d414d654] {
    padding-left: 20px
}

.pdtext-cont ul li[data-v-d414d654] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont ul li[data-v-d414d654] {
        text-align: left;
        padding: 0
    }
}

.tab-desc div div p[data-v-d414d654] {
    color: #fff
}

.profile-cont[data-v-d414d654] {
    padding: 80px 0 50px 0
}

@media(min-width:768px)and (max-width:1024px) {
    .profile-cont[data-v-d414d654] {
        padding: 60px 0 30px 0
    }
}

@media(max-width:767.98px) {
    .profile-cont[data-v-d414d654] {
        padding: 40px 0 20px 0
    }
}

.teamblock[data-v-d414d654] {
    position: relative;
    margin-bottom: 30px
}

@media(min-width:768px)and (max-width:1024px) {
    .teamblock[data-v-d414d654] {
        width: 70%;
        margin: 0 auto 30px auto
    }
}

@media(min-width:575px)and (max-width:767.98px) {
    .teamblock[data-v-d414d654] {
        width: 70%;
        margin: 0 auto 30px auto
    }
}

.teamblock:hover .hover-block[data-v-d414d654] {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.teamblock img[data-v-d414d654] {
    display: block;
    width: 100%;
    height: 60vh;
    min-height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0
}

@media(min-width:575px)and (max-width:1024px) {
    .teamblock img[data-v-d414d654] {
        max-height: auto;
        min-height: 450px
    }
}

.teamblock .hover-block[data-v-d414d654] {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 205, 3, 0)), to(#19232f));
    background: linear-gradient(180deg, rgba(244, 205, 3, 0), #19232f);
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.teamblock .hover-block .profile-header[data-v-d414d654] {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.teamblock .hover-block .profile-header h4[data-v-d414d654] {
    color: #fff;
    font-size: calc(17px + .25vw);
    letter-spacing: 1px
}

.teamblock .hover-block .profile-header p[data-v-d414d654] {
    color: #fff;
    margin: 0;
    padding: 0 0 20px 0;
    font-size: calc(13px + .25vw)
}

[data-v-683ae3be] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-683ae3be] {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #637381;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 0
}

.img-fluid[data-v-683ae3be] {
    max-width: 100%;
    height: auto;
    display: block
}

ol[data-v-683ae3be],
ul[data-v-683ae3be] {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif
}

a[data-v-683ae3be],
li[data-v-683ae3be],
p[data-v-683ae3be],
ul[data-v-683ae3be] {
    font-family: Roboto, sans-serif;
    color: #637381;
    margin-bottom: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(max-width:767px) {

    a[data-v-683ae3be],
    li[data-v-683ae3be],
    p[data-v-683ae3be],
    ul[data-v-683ae3be] {
        font-size: 15px
    }
}

.title-color[data-v-683ae3be] {
    color: #0b121c
}

h1[data-v-683ae3be],
h2[data-v-683ae3be],
h3[data-v-683ae3be],
h4[data-v-683ae3be],
h5[data-v-683ae3be],
h6[data-v-683ae3be] {
    font-family: arial;
    font-weight: 700;
    color: #212b36;
    margin: 0;
    text-transform: capitalize
}

h1[data-v-683ae3be] {
    font-size: calc(52px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h1[data-v-683ae3be] {
        font-size: calc(42px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    h1[data-v-683ae3be] {
        font-size: calc(36px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575px) {
    h1[data-v-683ae3be] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h2[data-v-683ae3be] {
    font-size: calc(48px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    h2[data-v-683ae3be] {
        font-size: calc(38px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    h2[data-v-683ae3be] {
        font-size: calc(34px + .25vw);
        line-height: 1.3
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    h2[data-v-683ae3be] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575.98px) {
    h2[data-v-683ae3be] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h3[data-v-683ae3be] {
    font-size: calc(34px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h3[data-v-683ae3be] {
        font-size: calc(28px + .25vw);
        letter-spacing: 1px
    }
}

@media(max-width:1024px) {
    h3[data-v-683ae3be] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

@media(max-width:575px) {
    h3[data-v-683ae3be] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

h4[data-v-683ae3be] {
    font-size: 28px
}

@media(max-width:1024px) {
    h4[data-v-683ae3be] {
        font-size: 20px
    }
}

@media(max-width:575px) {
    h4[data-v-683ae3be] {
        font-size: 18px
    }
}

h5[data-v-683ae3be] {
    font-size: 20px
}

@media(max-width:1024px) {
    h5[data-v-683ae3be] {
        font-size: 18px
    }
}

@media(max-width:575px) {
    h5[data-v-683ae3be] {
        font-size: 15px
    }
}

h6[data-v-683ae3be] {
    font-size: 16px
}

@media(max-width:1024px) {
    h6[data-v-683ae3be] {
        font-size: 15px
    }
}

@media(max-width:575px) {
    h6[data-v-683ae3be] {
        font-size: 14px
    }
}

.pd-5[data-v-683ae3be] {
    padding: 0 5% !important
}

.mask[data-v-683ae3be] {
    height: 100vh !important;
    width: 100% !important
}

.vue-flux .flux-caption[data-v-683ae3be] {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70% !important;
    text-align: center !important;
    font-family: arial;
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .vue-flux .flux-caption[data-v-683ae3be] {
        font-size: calc(52px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-caption[data-v-683ae3be] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .vue-flux .flux-caption[data-v-683ae3be] {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px;
        line-height: 1.25
    }
}

.vue-flux .flux-pagination[data-v-683ae3be] {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
    bottom: unset !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination[data-v-683ae3be] {
        top: unset !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        bottom: 0 !important;
        left: 50% !important;
        right: 0 !important
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination ul[data-v-683ae3be] {
        display: block
    }
}

.vue-flux .flux-pagination li span.pagination-item[data-v-683ae3be] {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-transition: background-color .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, border .2s ease-in
}

.vue-flux .flux-pagination li.active span.pagination-item[data-v-683ae3be] {
    background-color: #0b121c !important
}

@media(min-width:992px)and (max-width:1024.98px) {
    .col-lg-10[data-v-683ae3be] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .offset-lg-2[data-v-683ae3be] {
        margin-left: 0 !important
    }

    .col-lg-3[data-v-683ae3be],
    .col-lg-4[data-v-683ae3be],
    .col-lg-6[data-v-683ae3be] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .flex-lg-row[data-v-683ae3be] {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
}

@media(min-width:1025px) {
    .col-lg-6[data-v-683ae3be] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-lg-4[data-v-683ae3be] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }

    .col-lg-10[data-v-683ae3be] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important
    }

    .offset-lg-2[data-v-683ae3be] {
        margin-left: 16.666667% !important
    }
}

@media(min-width:1200px) {
    .col-xl-6[data-v-683ae3be] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-xl-4[data-v-683ae3be] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.button-mirror[data-v-683ae3be],
.button[data-v-683ae3be] {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    text-align: center
}

@media(max-width:1024px) {

    .button-mirror[data-v-683ae3be],
    .button[data-v-683ae3be] {
        width: 150px
    }
}

.button-mirror[data-v-683ae3be]:before,
.button[data-v-683ae3be]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b121c;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width:1024px) {

    .button-mirror[data-v-683ae3be]:before,
    .button[data-v-683ae3be]:before {
        display: none
    }
}

.button-mirror[data-v-683ae3be]:hover:before,
.button[data-v-683ae3be]:hover:before {
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.button-mirror[data-v-683ae3be]:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.plyr__control--overlaid[data-v-683ae3be] {
    background: #0b121c !important;
    top: 60% !important;
    z-index: 200 !important
}

.vue-flux[data-v-683ae3be] {
    position: relative
}

.vue-flux[data-v-683ae3be]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0;
    content: ""
}

.maprichtext p[data-v-683ae3be] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .maprichtext p[data-v-683ae3be] {
        font-size: calc(22px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .maprichtext p[data-v-683ae3be] {
        font-size: calc(18px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .maprichtext p[data-v-683ae3be] {
        font-size: calc(16px + .25vw);
        line-height: 1.6
    }
}

@media(max-width:575.98px) {
    .maprichtext p[data-v-683ae3be] {
        font-size: calc(15px + .25vw);
        line-height: 1.6
    }
}

.industrytext-details[data-v-683ae3be] {
    overflow: hidden;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media(max-width:767.98px) {
    .industrytext-details[data-v-683ae3be] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        overflow: hidden
    }
}

.industrytext-details img.richtext-image[data-v-683ae3be] {
    display: block;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin: 0;
    width: 50%;
    float: right
}

@media(min-width:768px)and (max-width:1024px) {
    .industrytext-details img.richtext-image[data-v-683ae3be] {
        height: 60vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .industrytext-details img.richtext-image[data-v-683ae3be] {
        height: 45vh;
        min-height: 350px;
        width: 100%;
        margin: 20px 0;
        float: unset
    }
}

.industrytext-details p[data-v-683ae3be] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5% 0 0
}

@media(max-width:767.98px) {
    .industrytext-details p[data-v-683ae3be] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        background: #f1f1f1;
        width: 90%;
        margin: -60px auto 0 auto !important;
        position: relative;
        z-index: 22
    }
}

.industrytext-details p[data-v-683ae3be]:first-child {
    margin: 0
}

@media(max-width:1024px) {
    .career-richtext[data-v-683ae3be] {
        text-align: center
    }
}

.career-richtext h3[data-v-683ae3be] {
    color: #0b121c;
    margin: 20px 0
}

.career-richtext h3[data-v-683ae3be]:first-child {
    margin: 0 0 20px 0
}

.career-richtext p[data-v-683ae3be] {
    margin: 0 0 40px 0;
    padding: 0
}

@media(max-width:1024px) {
    .career-richtext p[data-v-683ae3be] {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .career-richtext p[data-v-683ae3be] {
        margin-bottom: 20px
    }
}

.career-richtext p[data-v-683ae3be]:last-child {
    margin: 0
}

.career-richtext ul[data-v-683ae3be] {
    padding-left: 30px;
    margin: 0 0 40px 0
}

@media(max-width:1024px) {
    .career-richtext ul[data-v-683ae3be] {
        margin-bottom: 0
    }
}

.career-richtext ul li[data-v-683ae3be] {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    text-align: justify;
    text-indent: unset;
    list-style: none
}

.career-richtext ul li[data-v-683ae3be]:before {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
    font-family: FontAwesome;
    color: #1c1b1b;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.address-data[data-v-683ae3be] {
    margin: 20px 0 0 0
}

.address-data div p[data-v-683ae3be] {
    color: #fff;
    font-size: 15px
}

@media(max-width:576px) {
    .col-mbx-6[data-v-683ae3be] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.news-richtext[data-v-683ae3be] {
    overflow-x: hidden;
    background: #fff;
    padding: 40px;
    overflow: auto
}

@media(max-width:767.98px) {
    .news-richtext[data-v-683ae3be] {
        text-align: center
    }
}

.news-richtext p[data-v-683ae3be] {
    padding: 0;
    margin: 0
}

.news-richtext p[data-v-683ae3be]:last-child {
    margin: 0
}

.news-richtext img.richtext-image.full-width[data-v-683ae3be] {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.full-width[data-v-683ae3be] {
        height: 50vh;
        min-height: 380px
    }
}

.news-richtext img.richtext-image.right[data-v-683ae3be] {
    height: 70vh;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: right;
    padding-left: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .news-richtext img.richtext-image.right[data-v-683ae3be] {
        width: 100%;
        height: 60vh;
        min-height: 450px;
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.right[data-v-683ae3be] {
        width: 100%;
        height: 50vh;
        min-height: 380px;
        padding-left: 0
    }
}

.colortext-block[data-v-683ae3be] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: -150px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .colortext-block[data-v-683ae3be] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.colortext-block p[data-v-683ae3be] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .colortext-block p[data-v-683ae3be] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .colortext-block p[data-v-683ae3be] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .colortext-block p[data-v-683ae3be] {
        font-size: 15px;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .colortext-block p[data-v-683ae3be] {
        font-size: 15px;
        line-height: 1.5;
        color: #637381
    }
}

.gncolortext-block[data-v-683ae3be] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .gncolortext-block[data-v-683ae3be] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.gncolortext-block p[data-v-683ae3be] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .gncolortext-block p[data-v-683ae3be] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .gncolortext-block p[data-v-683ae3be] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .gncolortext-block p[data-v-683ae3be] {
        font-size: calc(16px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .gncolortext-block p[data-v-683ae3be] {
        font-size: calc(15px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:1024px) {
    .lrtcardtext-block div p[data-v-683ae3be] {
        color: #fff
    }
}

.lrtcardtext-block div ul[data-v-683ae3be] {
    padding-left: 20px
}

.lrtcardtext-block div ul li[data-v-683ae3be] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .lrtcardtext-block div ul li[data-v-683ae3be] {
        text-align: left;
        padding: 0
    }
}

[data-aos=new-animation][data-v-683ae3be] {
    opacity: 0;
    -webkit-transition-property: width;
    transition-property: width
}

[data-aos=new-animation].aos-animate[data-v-683ae3be] {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=new-animation][data-v-683ae3be] {
        width: 100%
    }

    [data-aos=new-animation].aos-animate[data-v-683ae3be] {
        width: 0
    }
}

.fake3d-image-effect__image[data-v-683ae3be] {
    height: 100%
}

.fake3d-image-effect__image canvas[data-v-683ae3be] {
    height: 100% !important
}

[data-v-683ae3be]::-webkit-scrollbar {
    width: 8px
}

[data-v-683ae3be]::-webkit-scrollbar-track {
    background: #212b36
}

[data-v-683ae3be]::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.ftext p[data-v-683ae3be] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px
}

.swiper-pagination-bullet-active[data-v-683ae3be] {
    opacity: 1;
    background: #0b121c !important
}

ul.counter-row li.count-col[data-v-683ae3be] {
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

@media(max-width:1024px) {
    ul.counter-row li.count-col[data-v-683ae3be] {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-683ae3be] {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        background: #f6f7f9;
        margin-bottom: 20px
    }
}

ul.counter-row li.count-col .counter-mainwrap[data-v-683ae3be] {
    border-right: 1px solid #0b121c;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap[data-v-683ae3be] {
        border-right: none;
        min-height: 180px
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text[data-v-683ae3be] {
    text-align: center
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup[data-v-683ae3be] {
        padding: 0 0 20px 0
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-683ae3be] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-683ae3be] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-683ae3be] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-683ae3be] {
        font-size: calc(30px + .25vw)
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext[data-v-683ae3be] {
    margin-right: auto;
    text-align: center
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext p[data-v-683ae3be] {
    font-size: 15px
}

ul.counter-row li.count-col[data-v-683ae3be]:hover {
    background: #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap[data-v-683ae3be] {
    border-right: 1px solid #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .ctext p[data-v-683ae3be],
ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .icountup span[data-v-683ae3be] {
    color: #fff
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-683ae3be]:last-child {
        margin-bottom: 0
    }
}

ul.counter-row li.count-col:last-child .counter-mainwrap[data-v-683ae3be] {
    border-right: none
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text[data-v-683ae3be] {
    text-align: center;
    margin-right: 0
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text .ctext[data-v-683ae3be] {
    text-align: center
}

.ctext-block[data-v-683ae3be] {
    position: relative;
    z-index: 2
}

.ctext-block .ctitle-block[data-v-683ae3be] {
    margin-bottom: 45px
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block[data-v-683ae3be] {
        text-align: center
    }
}

.ctext-block .ctitle-block h2[data-v-683ae3be] {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: calc(48px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block h2[data-v-683ae3be] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block h2[data-v-683ae3be] {
        font-size: calc(30px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block h2[data-v-683ae3be] {
        font-size: calc(24px + .25vw);
        margin-bottom: 20px
    }
}

.ctext-block .ctitle-block div p[data-v-683ae3be] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block div p[data-v-683ae3be] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block div p[data-v-683ae3be] {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block div p[data-v-683ae3be] {
        font-size: 14px;
        line-height: 1.5
    }
}

.history-desc div p[data-v-683ae3be] {
    font-size: calc(42px + .25vw);
    color: #212b36;
    font-weight: 700;
    line-height: 1.3;
    font-family: arial
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-desc div p[data-v-683ae3be] {
        font-size: calc(32px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .history-desc div p[data-v-683ae3be] {
        font-size: calc(24px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .history-desc div p[data-v-683ae3be] {
        font-size: calc(16px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

.his-text p[data-v-683ae3be] {
    font-size: calc(16px + .25vw);
    color: #fff
}

.history-details2 h2[data-v-683ae3be] {
    margin-bottom: 10px;
    font-size: calc(24px + .25vw);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: center;
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-details2 h2[data-v-683ae3be] {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .history-details2 h2[data-v-683ae3be] {
        font-size: calc(32px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:575px) {
    .history-details2 h2[data-v-683ae3be] {
        font-size: calc(20px + .25vw)
    }
}

.history-details2 .his-text2 p[data-v-683ae3be] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.news-text[data-v-683ae3be] {
    padding: 20px 0 0 0
}

@media(max-width:767px) {
    .news-text[data-v-683ae3be] {
        padding: 10px 0 0 0
    }
}

.news-text h4[data-v-683ae3be] {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:1025px)and (max-width:1600px) {
    .news-text h4[data-v-683ae3be] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .news-text h4[data-v-683ae3be] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .news-text h4[data-v-683ae3be] {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3
    }
}

.news-text div p[data-v-683ae3be] {
    padding: 0;
    font-size: calc(13px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(min-width:768px)and (max-width:1440px) {
    .news-text div p[data-v-683ae3be] {
        font-size: 15px;
        line-height: 1.6
    }
}

@media(max-width:767px) {
    .news-text div p[data-v-683ae3be] {
        font-size: 14px
    }
}

.text-cont p[data-v-683ae3be] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont p[data-v-683ae3be] {
        text-align: center
    }
}

@media(max-width:1024px) {
    .text-cont ul[data-v-683ae3be] {
        padding-left: 20px
    }
}

.text-cont ul li[data-v-683ae3be] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont ul li[data-v-683ae3be] {
        text-align: left;
        padding: 0
    }
}

.pdtext-cont p[data-v-683ae3be] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont p[data-v-683ae3be] {
        text-align: center
    }
}

.pdtext-cont ul[data-v-683ae3be] {
    padding-left: 20px
}

.pdtext-cont ul li[data-v-683ae3be] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont ul li[data-v-683ae3be] {
        text-align: left;
        padding: 0
    }
}

.tab-desc div div p[data-v-683ae3be] {
    color: #fff
}

.history-tab[data-v-683ae3be] {
    background: #1c1b1b;
    padding: 30px 0;
    margin-bottom: 80px
}

@media(max-width:1024px) {
    .history-tab[data-v-683ae3be] {
        margin-bottom: 40px
    }
}

.year-left[data-v-683ae3be] {
    text-align: center;
    padding-right: 30px;
    cursor: pointer
}

@media(max-width:1024px) {
    .year-left[data-v-683ae3be] {
        float: unset !important;
        text-align: center;
        padding-right: 0
    }
}

.year-left p[data-v-683ae3be] {
    font-size: calc(20px + .25vw);
    color: #fff
}

.year-left p[data-v-683ae3be]:hover {
    color: #0b121c
}

.year-right[data-v-683ae3be] {
    float: unset !important;
    cursor: pointer
}

@media(max-width:1024px) {
    .year-right[data-v-683ae3be] {
        text-align: center
    }
}

.active .year-left p[data-v-683ae3be] {
    color: #0b121c
}

.htcard-left[data-v-683ae3be] {
    position: relative
}

.htcard-left .img-sec img[data-v-683ae3be] {
    display: block;
    width: 100%;
    height: 90vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    min-height: 760px
}

@media(min-width:768px)and (max-width:991.98px) {
    .htcard-left .img-sec img[data-v-683ae3be] {
        height: 65vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .htcard-left .img-sec img[data-v-683ae3be] {
        height: 50vh;
        min-height: 350px
    }
}

.htcard-left .history-content[data-v-683ae3be] {
    position: absolute;
    left: -285px;
    bottom: 50px;
    min-width: 430px;
    background: #0b121c;
    width: 30vw;
    height: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5%
}

@media(min-width:1025px)and (max-width:1440px) {
    .htcard-left .history-content[data-v-683ae3be] {
        left: calc(-25% + 50px)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .htcard-left .history-content[data-v-683ae3be] {
       /* width: 80%;*/
        margin: 0 auto;
        margin-top: -100px;
        position: relative;
        -webkit-transform: unset;
        transform: unset;
        min-width: 230px;
        padding: 60px;
        right: unset;
        left: unset;
        top: unset;
        transform: unset !important;
        background: #0b121c;
        max-width: none;
        text-align: center;
        height: auto
    }
}

@media(max-width:767.98px) {
    .htcard-left .history-content[data-v-683ae3be] {
        width: 90%;
        margin: 0 auto;
        margin-top: -40px;
        position: relative;
        -webkit-transform: unset;
        transform: unset;
        min-width: 230px;
        padding: 30px;
        right: unset;
        left: unset;
        top: unset;
        transform: unset !important;
        background: #0b121c;
        text-align: center;
        height: auto
    }
}

.htcard-left .history-content .history-details h2[data-v-683ae3be] {
    margin-bottom: 10px;
    font-size: calc(24px + .25vw);
    color: #fff;
    line-height: 1.28;
    letter-spacing: 1px;
    text-align: center;

}

@media(min-width:1024px)and (max-width:1440px) {
    .htcard-left .history-content .history-details h2[data-v-683ae3be] {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .htcard-left .history-content .history-details h2[data-v-683ae3be] {
        font-size: calc(32px + .25vw);
        line-height: 1.28
    }
}

@media(max-width:575px) {
    .htcard-left .history-content .history-details h2[data-v-683ae3be] {
        font-size: calc(20px + .25vw)
    }
}

.htcard-left .history-content .history-details p[data-v-683ae3be] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.htcard-left .year[data-v-683ae3be] {
    position: absolute;
    left: -285px;
    top: 36%
}

@media(min-width:1025px)and (max-width:1440px) {
    .htcard-left .year[data-v-683ae3be] {
        left: calc(-25% + 50px);
        top: 36%
    }
}

@media(max-width:1024px) {
    .htcard-left .year[data-v-683ae3be] {
        display: none
    }
}

.htcard-left .year h1[data-v-683ae3be] {
    color: #d3d3d3;
    font-size: calc(100px + .25vw)
}

@media(min-width:1024px)and (max-width:1440px) {
    .htcard-left .year h1[data-v-683ae3be] {
        font-size: calc(90px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .htcard-left .year h1[data-v-683ae3be] {
        font-size: calc(72px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .htcard-left .year h1[data-v-683ae3be] {
        font-size: calc(36px + .25vw);
        line-height: 1.25
    }
}

.htcard-left .mblyear[data-v-683ae3be] {
    text-align: center
}

@media(min-width:1025px) {
    .htcard-left .mblyear[data-v-683ae3be] {
        display: none
    }
}

.htcard-left .mblyear h1[data-v-683ae3be] {
    color: #0b121c;
    font-size: calc(100px + .25vw)
}

@media(min-width:1024px)and (max-width:1440px) {
    .htcard-left .mblyear h1[data-v-683ae3be] {
        font-size: calc(90px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .htcard-left .mblyear h1[data-v-683ae3be] {
        font-size: calc(80px + .25vw);
        line-height: 1.2
    }
}

@media(max-width:575px) {
    .htcard-left .mblyear h1[data-v-683ae3be] {
        font-size: calc(60px + .25vw);
        line-height: 1.2
    }
}

.htcard-right[data-v-683ae3be] {
    position: relative
}

.htcard-right .img-sec2 img[data-v-683ae3be] {
    display: block;
    width: 100%;
    height: 90vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    min-height: 760px
}

@media(min-width:768px)and (max-width:991.98px) {
    .htcard-right .img-sec2 img[data-v-683ae3be] {
        height: 65vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .htcard-right .img-sec2 img[data-v-683ae3be] {
        height: 50vh;
        min-height: 350px
    }
}

.htcard-right .history-content2[data-v-683ae3be] {
    position: absolute;
    right: -285px;
    bottom: 50px;
    min-width: 430px;
    background: #0b121c;
    width: 30vw;
    height: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5%
}

@media(min-width:1025px)and (max-width:1440px) {
    .htcard-right .history-content2[data-v-683ae3be] {
        right: calc(-25% + 50px)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .htcard-right .history-content2[data-v-683ae3be] {
        width: 80%;
        margin: 0 auto;
        margin-top: -100px;
        position: relative;
        -webkit-transform: unset;
        transform: unset;
        min-width: 230px;
        padding: 60px;
        right: unset;
        left: unset;
        top: unset;
        transform: unset !important;
        background: #0b121c;
        max-width: none;
        text-align: center
    }
}

@media(max-width:767.98px) {
    .htcard-right .history-content2[data-v-683ae3be] {
        width: 90%;
        margin: 0 auto;
        margin-top: -40px;
        position: relative;
        -webkit-transform: unset;
        transform: unset;
        min-width: 230px;
        padding: 30px;
        right: unset;
        left: unset;
        top: unset;
        transform: unset !important;
        background: #0b121c;
        text-align: center;
        height: auto;
    }
}

.htcard-right .year2[data-v-683ae3be] {
    position: absolute;
    right: -285px;
    top: 36%
}

@media(max-width:1024px) {
    .htcard-right .year2[data-v-683ae3be] {
        display: none
    }
}

@media(min-width:1025px)and (max-width:1440px) {
    .htcard-right .year2[data-v-683ae3be] {
        right: calc(-25% + 50px)
    }
}

.htcard-right .year2 h1[data-v-683ae3be] {
    color: #d3d3d3;
    font-size: calc(100px + .25vw)
}

@media(min-width:1024px)and (max-width:1440px) {
    .htcard-right .year2 h1[data-v-683ae3be] {
        font-size: calc(90px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .htcard-right .year2 h1[data-v-683ae3be] {
        font-size: calc(80px + .25vw);
        line-height: 1.2
    }
}

@media(max-width:575px) {
    .htcard-right .year2 h1[data-v-683ae3be] {
        font-size: calc(60px + .25vw);
        line-height: 1.2
    }
}

.htcard-right .mblyear[data-v-683ae3be] {
    text-align: center
}

@media(min-width:1025px) {
    .htcard-right .mblyear[data-v-683ae3be] {
        display: none
    }
}

.htcard-right .mblyear h1[data-v-683ae3be] {
    color: #0b121c;
    font-size: calc(100px + .25vw)
}

@media(min-width:1024px)and (max-width:1440px) {
    .htcard-right .mblyear h1[data-v-683ae3be] {
        font-size: calc(90px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .htcard-right .mblyear h1[data-v-683ae3be] {
        font-size: calc(80px + .25vw);
        line-height: 1.2
    }
}

@media(max-width:575px) {
    .htcard-right .mblyear h1[data-v-683ae3be] {
        font-size: calc(60px + .25vw);
        line-height: 1.2
    }
}

.mb-100[data-v-683ae3be] {
    margin-bottom: 100px
}

@media(min-width:1025px)and (max-width:1440px) {
    .mb-100[data-v-683ae3be] {
        margin-bottom: 80px
    }
}

@media(max-width:1024.98px) {
    .mb-100[data-v-683ae3be] {
        margin-bottom: 20px
    }
}

@media(max-width:575px) {
    .mb-100[data-v-683ae3be] {
        margin-bottom: 20px
    }
}

@media(max-width:1024px) {
    .col-mbl-6[data-v-683ae3be] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }
}

.fade-enter-active[data-v-683ae3be],
.fade-leave-active[data-v-683ae3be] {
    -webkit-transition: all .5ms;
    transition: all .5ms
}

.fade-enter[data-v-683ae3be],
.fade-leave-to[data-v-683ae3be] {
    opacity: 0
}

[data-v-2334f67c] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-2334f67c] {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #637381;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 0
}

.img-fluid[data-v-2334f67c] {
    max-width: 100%;
    height: auto;
    display: block
}

ol[data-v-2334f67c],
ul[data-v-2334f67c] {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif
}

a[data-v-2334f67c],
li[data-v-2334f67c],
p[data-v-2334f67c],
ul[data-v-2334f67c] {
    font-family: Roboto, sans-serif;
    color: #637381;
    margin-bottom: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(max-width:767px) {

    a[data-v-2334f67c],
    li[data-v-2334f67c],
    p[data-v-2334f67c],
    ul[data-v-2334f67c] {
        font-size: 15px
    }
}

.title-color[data-v-2334f67c] {
    color: #0b121c
}

h1[data-v-2334f67c],
h2[data-v-2334f67c],
h3[data-v-2334f67c],
h4[data-v-2334f67c],
h5[data-v-2334f67c],
h6[data-v-2334f67c] {
    font-family: arial;
    font-weight: 700;
    color: #212b36;
    margin: 0;
    text-transform: capitalize
}

h1[data-v-2334f67c] {
    font-size: calc(52px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h1[data-v-2334f67c] {
        font-size: calc(42px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    h1[data-v-2334f67c] {
        font-size: calc(36px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575px) {
    h1[data-v-2334f67c] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h2[data-v-2334f67c] {
    font-size: calc(48px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    h2[data-v-2334f67c] {
        font-size: calc(38px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    h2[data-v-2334f67c] {
        font-size: calc(34px + .25vw);
        line-height: 1.3
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    h2[data-v-2334f67c] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575.98px) {
    h2[data-v-2334f67c] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h3[data-v-2334f67c] {
    font-size: calc(34px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h3[data-v-2334f67c] {
        font-size: calc(28px + .25vw);
        letter-spacing: 1px
    }
}

@media(max-width:1024px) {
    h3[data-v-2334f67c] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

@media(max-width:575px) {
    h3[data-v-2334f67c] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

h4[data-v-2334f67c] {
    font-size: 28px
}

@media(max-width:1024px) {
    h4[data-v-2334f67c] {
        font-size: 20px
    }
}

@media(max-width:575px) {
    h4[data-v-2334f67c] {
        font-size: 18px
    }
}

h5[data-v-2334f67c] {
    font-size: 20px
}

@media(max-width:1024px) {
    h5[data-v-2334f67c] {
        font-size: 18px
    }
}

@media(max-width:575px) {
    h5[data-v-2334f67c] {
        font-size: 15px
    }
}

h6[data-v-2334f67c] {
    font-size: 16px
}

@media(max-width:1024px) {
    h6[data-v-2334f67c] {
        font-size: 15px
    }
}

@media(max-width:575px) {
    h6[data-v-2334f67c] {
        font-size: 14px
    }
}

.pd-5[data-v-2334f67c] {
    padding: 0 5% !important
}

.mask[data-v-2334f67c] {
    height: 100vh !important;
    width: 100% !important
}

.vue-flux .flux-caption[data-v-2334f67c] {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70% !important;
    text-align: center !important;
    font-family: arial;
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .vue-flux .flux-caption[data-v-2334f67c] {
        font-size: calc(52px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-caption[data-v-2334f67c] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .vue-flux .flux-caption[data-v-2334f67c] {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px;
        line-height: 1.25
    }
}

.vue-flux .flux-pagination[data-v-2334f67c] {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
    bottom: unset !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination[data-v-2334f67c] {
        top: unset !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        bottom: 0 !important;
        left: 50% !important;
        right: 0 !important
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination ul[data-v-2334f67c] {
        display: block
    }
}

.vue-flux .flux-pagination li span.pagination-item[data-v-2334f67c] {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-transition: background-color .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, border .2s ease-in
}

.vue-flux .flux-pagination li.active span.pagination-item[data-v-2334f67c] {
    background-color: #0b121c !important
}

@media(min-width:992px)and (max-width:1024.98px) {
    .col-lg-10[data-v-2334f67c] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .offset-lg-2[data-v-2334f67c] {
        margin-left: 0 !important
    }

    .col-lg-3[data-v-2334f67c],
    .col-lg-4[data-v-2334f67c],
    .col-lg-6[data-v-2334f67c] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .flex-lg-row[data-v-2334f67c] {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
}

@media(min-width:1025px) {
    .col-lg-6[data-v-2334f67c] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-lg-4[data-v-2334f67c] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }

    .col-lg-10[data-v-2334f67c] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important
    }

    .offset-lg-2[data-v-2334f67c] {
        margin-left: 16.666667% !important
    }
}

@media(min-width:1200px) {
    .col-xl-6[data-v-2334f67c] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-xl-4[data-v-2334f67c] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.button-mirror[data-v-2334f67c],
.button[data-v-2334f67c] {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    text-align: center
}

@media(max-width:1024px) {

    .button-mirror[data-v-2334f67c],
    .button[data-v-2334f67c] {
        width: 150px
    }
}

.button-mirror[data-v-2334f67c]:before,
.button[data-v-2334f67c]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b121c;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width:1024px) {

    .button-mirror[data-v-2334f67c]:before,
    .button[data-v-2334f67c]:before {
        display: none
    }
}

.button-mirror[data-v-2334f67c]:hover:before,
.button[data-v-2334f67c]:hover:before {
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.button-mirror[data-v-2334f67c]:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.plyr__control--overlaid[data-v-2334f67c] {
    background: #0b121c !important;
    top: 60% !important;
    z-index: 200 !important
}

.vue-flux[data-v-2334f67c] {
    position: relative
}

.vue-flux[data-v-2334f67c]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0;
    content: ""
}

.maprichtext p[data-v-2334f67c] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .maprichtext p[data-v-2334f67c] {
        font-size: calc(22px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .maprichtext p[data-v-2334f67c] {
        font-size: calc(18px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .maprichtext p[data-v-2334f67c] {
        font-size: calc(16px + .25vw);
        line-height: 1.6
    }
}

@media(max-width:575.98px) {
    .maprichtext p[data-v-2334f67c] {
        font-size: calc(15px + .25vw);
        line-height: 1.6
    }
}

.industrytext-details[data-v-2334f67c] {
    overflow: hidden;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media(max-width:767.98px) {
    .industrytext-details[data-v-2334f67c] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        overflow: hidden
    }
}

.industrytext-details img.richtext-image[data-v-2334f67c] {
    display: block;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin: 0;
    width: 50%;
    float: right
}

@media(min-width:768px)and (max-width:1024px) {
    .industrytext-details img.richtext-image[data-v-2334f67c] {
        height: 60vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .industrytext-details img.richtext-image[data-v-2334f67c] {
        height: 45vh;
        min-height: 350px;
        width: 100%;
        margin: 20px 0;
        float: unset
    }
}

.industrytext-details p[data-v-2334f67c] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5% 0 0
}

@media(max-width:767.98px) {
    .industrytext-details p[data-v-2334f67c] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        background: #f1f1f1;
        width: 90%;
        margin: -60px auto 0 auto !important;
        position: relative;
        z-index: 22
    }
}

.industrytext-details p[data-v-2334f67c]:first-child {
    margin: 0
}

@media(max-width:1024px) {
    .career-richtext[data-v-2334f67c] {
        text-align: center
    }
}

.career-richtext h3[data-v-2334f67c] {
    color: #0b121c;
    margin: 20px 0
}

.career-richtext h3[data-v-2334f67c]:first-child {
    margin: 0 0 20px 0
}

.career-richtext p[data-v-2334f67c] {
    margin: 0 0 40px 0;
    padding: 0
}

@media(max-width:1024px) {
    .career-richtext p[data-v-2334f67c] {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .career-richtext p[data-v-2334f67c] {
        margin-bottom: 20px
    }
}

.career-richtext p[data-v-2334f67c]:last-child {
    margin: 0
}

.career-richtext ul[data-v-2334f67c] {
    padding-left: 30px;
    margin: 0 0 40px 0
}

@media(max-width:1024px) {
    .career-richtext ul[data-v-2334f67c] {
        margin-bottom: 0
    }
}

.career-richtext ul li[data-v-2334f67c] {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    text-align: justify;
    text-indent: unset;
    list-style: none
}

.career-richtext ul li[data-v-2334f67c]:before {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
    font-family: FontAwesome;
    color: #1c1b1b;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.address-data[data-v-2334f67c] {
    margin: 20px 0 0 0
}

.address-data div p[data-v-2334f67c] {
    color: #fff;
    font-size: 15px
}

@media(max-width:576px) {
    .col-mbx-6[data-v-2334f67c] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.news-richtext[data-v-2334f67c] {
    overflow-x: hidden;
    background: #fff;
    padding: 40px;
    overflow: auto
}

@media(max-width:767.98px) {
    .news-richtext[data-v-2334f67c] {
        text-align: center
    }
}

.news-richtext p[data-v-2334f67c] {
    padding: 0;
    margin: 0
}

.news-richtext p[data-v-2334f67c]:last-child {
    margin: 0
}

.news-richtext img.richtext-image.full-width[data-v-2334f67c] {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.full-width[data-v-2334f67c] {
        height: 50vh;
        min-height: 380px
    }
}

.news-richtext img.richtext-image.right[data-v-2334f67c] {
    height: 70vh;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: right;
    padding-left: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .news-richtext img.richtext-image.right[data-v-2334f67c] {
        width: 100%;
        height: 60vh;
        min-height: 450px;
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.right[data-v-2334f67c] {
        width: 100%;
        height: 50vh;
        min-height: 380px;
        padding-left: 0
    }
}

.colortext-block[data-v-2334f67c] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: -150px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .colortext-block[data-v-2334f67c] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.colortext-block p[data-v-2334f67c] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .colortext-block p[data-v-2334f67c] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .colortext-block p[data-v-2334f67c] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .colortext-block p[data-v-2334f67c] {
        font-size: 15px;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .colortext-block p[data-v-2334f67c] {
        font-size: 15px;
        line-height: 1.5;
        color: #637381
    }
}

.gncolortext-block[data-v-2334f67c] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .gncolortext-block[data-v-2334f67c] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.gncolortext-block p[data-v-2334f67c] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .gncolortext-block p[data-v-2334f67c] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .gncolortext-block p[data-v-2334f67c] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .gncolortext-block p[data-v-2334f67c] {
        font-size: calc(16px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .gncolortext-block p[data-v-2334f67c] {
        font-size: calc(15px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:1024px) {
    .lrtcardtext-block div p[data-v-2334f67c] {
        color: #fff
    }
}

.lrtcardtext-block div ul[data-v-2334f67c] {
    padding-left: 20px
}

.lrtcardtext-block div ul li[data-v-2334f67c] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .lrtcardtext-block div ul li[data-v-2334f67c] {
        text-align: left;
        padding: 0
    }
}

[data-aos=new-animation][data-v-2334f67c] {
    opacity: 0;
    -webkit-transition-property: width;
    transition-property: width
}

[data-aos=new-animation].aos-animate[data-v-2334f67c] {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=new-animation][data-v-2334f67c] {
        width: 100%
    }

    [data-aos=new-animation].aos-animate[data-v-2334f67c] {
        width: 0
    }
}

.fake3d-image-effect__image[data-v-2334f67c] {
    height: 100%
}

.fake3d-image-effect__image canvas[data-v-2334f67c] {
    height: 100% !important
}

[data-v-2334f67c]::-webkit-scrollbar {
    width: 8px
}

[data-v-2334f67c]::-webkit-scrollbar-track {
    background: #212b36
}

[data-v-2334f67c]::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.ftext p[data-v-2334f67c] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px
}

.swiper-pagination-bullet-active[data-v-2334f67c] {
    opacity: 1;
    background: #0b121c !important
}

ul.counter-row li.count-col[data-v-2334f67c] {
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

@media(max-width:1024px) {
    ul.counter-row li.count-col[data-v-2334f67c] {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-2334f67c] {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        background: #f6f7f9;
        margin-bottom: 20px
    }
}

ul.counter-row li.count-col .counter-mainwrap[data-v-2334f67c] {
    border-right: 1px solid #0b121c;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap[data-v-2334f67c] {
        border-right: none;
        min-height: 180px
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text[data-v-2334f67c] {
    text-align: center
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup[data-v-2334f67c] {
        padding: 0 0 20px 0
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-2334f67c] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-2334f67c] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-2334f67c] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-2334f67c] {
        font-size: calc(30px + .25vw)
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext[data-v-2334f67c] {
    margin-right: auto;
    text-align: center
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext p[data-v-2334f67c] {
    font-size: 15px
}

ul.counter-row li.count-col[data-v-2334f67c]:hover {
    background: #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap[data-v-2334f67c] {
    border-right: 1px solid #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .ctext p[data-v-2334f67c],
ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .icountup span[data-v-2334f67c] {
    color: #fff
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-2334f67c]:last-child {
        margin-bottom: 0
    }
}

ul.counter-row li.count-col:last-child .counter-mainwrap[data-v-2334f67c] {
    border-right: none
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text[data-v-2334f67c] {
    text-align: center;
    margin-right: 0
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text .ctext[data-v-2334f67c] {
    text-align: center
}

.ctext-block[data-v-2334f67c] {
    position: relative;
    z-index: 2
}

.ctext-block .ctitle-block[data-v-2334f67c] {
    margin-bottom: 45px
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block[data-v-2334f67c] {
        text-align: center
    }
}

.ctext-block .ctitle-block h2[data-v-2334f67c] {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: calc(48px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block h2[data-v-2334f67c] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block h2[data-v-2334f67c] {
        font-size: calc(30px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block h2[data-v-2334f67c] {
        font-size: calc(24px + .25vw);
        margin-bottom: 20px
    }
}

.ctext-block .ctitle-block div p[data-v-2334f67c] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block div p[data-v-2334f67c] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block div p[data-v-2334f67c] {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block div p[data-v-2334f67c] {
        font-size: 14px;
        line-height: 1.5
    }
}

.history-desc div p[data-v-2334f67c] {
    font-size: calc(42px + .25vw);
    color: #212b36;
    font-weight: 700;
    line-height: 1.3;
    font-family: arial
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-desc div p[data-v-2334f67c] {
        font-size: calc(32px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .history-desc div p[data-v-2334f67c] {
        font-size: calc(24px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .history-desc div p[data-v-2334f67c] {
        font-size: calc(16px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

.his-text p[data-v-2334f67c] {
    font-size: calc(16px + .25vw);
    color: #fff
}

.history-details2 h2[data-v-2334f67c] {
    margin-bottom: 10px;
    font-size: calc(48px + .25vw);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-details2 h2[data-v-2334f67c] {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .history-details2 h2[data-v-2334f67c] {
        font-size: calc(32px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:575px) {
    .history-details2 h2[data-v-2334f67c] {
        font-size: calc(20px + .25vw)
    }
}

.history-details2 .his-text2 p[data-v-2334f67c] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.news-text[data-v-2334f67c] {
    padding: 20px 0 0 0
}

@media(max-width:767px) {
    .news-text[data-v-2334f67c] {
        padding: 10px 0 0 0
    }
}

.news-text h4[data-v-2334f67c] {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:1025px)and (max-width:1600px) {
    .news-text h4[data-v-2334f67c] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .news-text h4[data-v-2334f67c] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .news-text h4[data-v-2334f67c] {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3
    }
}

.news-text div p[data-v-2334f67c] {
    padding: 0;
    font-size: calc(13px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(min-width:768px)and (max-width:1440px) {
    .news-text div p[data-v-2334f67c] {
        font-size: 15px;
        line-height: 1.6
    }
}

@media(max-width:767px) {
    .news-text div p[data-v-2334f67c] {
        font-size: 14px
    }
}

.text-cont p[data-v-2334f67c] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont p[data-v-2334f67c] {
        text-align: center
    }
}

@media(max-width:1024px) {
    .text-cont ul[data-v-2334f67c] {
        padding-left: 20px
    }
}

.text-cont ul li[data-v-2334f67c] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont ul li[data-v-2334f67c] {
        text-align: left;
        padding: 0
    }
}

.pdtext-cont p[data-v-2334f67c] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont p[data-v-2334f67c] {
        text-align: center
    }
}

.pdtext-cont ul[data-v-2334f67c] {
    padding-left: 20px
}

.pdtext-cont ul li[data-v-2334f67c] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont ul li[data-v-2334f67c] {
        text-align: left;
        padding: 0
    }
}

.tab-desc div div p[data-v-2334f67c] {
    color: #fff
}

.awardtext-block[data-v-2334f67c] {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 10% 0 10%
}

@media(max-width:1024px) {
    .awardtext-block[data-v-2334f67c] {
        padding: 40px 30px;
        text-align: center !important;
        background: #f6f7f9;
        width: 90%;
        margin: 0 auto;
        position: relative;
        z-index: 9;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .08);
        box-shadow: 0 1px 3px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .08)
    }
}

.awardtext-block h1[data-v-2334f67c] {
    position: relative;
    font-size: calc(80px + .25vw);
    line-height: 1.25;
    letter-spacing: -.5px;
    text-transform: capitalize;
    margin-bottom: 40px
}

@media(max-width:1440px) {
    .awardtext-block h1[data-v-2334f67c] {
        font-size: calc(72px + .25vw)
    }
}

@media(max-width:1024px) {
    .awardtext-block h1[data-v-2334f67c] {
        font-size: calc(52px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .awardtext-block h1[data-v-2334f67c] {
        font-size: calc(36px + .25vw);
        margin-bottom: 20px
    }
}

.awardtext-block h1[data-v-2334f67c]:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background: #0b121c;
    margin-bottom: 30px;
    bottom: -40px;
    left: 0;
    right: unset
}

@media(max-width:1024px) {
    .awardtext-block h1[data-v-2334f67c]:after {
        display: none
    }
}

.awardtext-block h2[data-v-2334f67c] {
    padding: 0;
    margin-bottom: 20px
}

.right-text[data-v-2334f67c] {
    text-align: right
}

.right-text h1[data-v-2334f67c] {
    position: relative
}

.right-text h1[data-v-2334f67c]:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background: #0b121c;
    margin-bottom: 30px;
    bottom: -40px;
    right: 0;
    left: unset
}

@media(max-width:1024px) {
    .right-text h1[data-v-2334f67c]:after {
        display: none
    }
}

.awardimg-block[data-v-2334f67c] {
    height: 100vh;
    display: block;
    width: 100%
}

@media(min-width:768px)and (max-width:1024px) {
    .awardimg-block[data-v-2334f67c] {
        height: 70vh;
        min-height: 640px
    }
}

@media(max-width:767.98px) {
    .awardimg-block[data-v-2334f67c] {
        height: 50vh;
        min-height: 380px
    }
}

.awardimg-block img[data-v-2334f67c] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block
}

@media(max-width:1024px) {
    .mr-card[data-v-2334f67c] {
        margin-top: -60px;
        margin-bottom: 40px
    }
}

.fade-enter-active[data-v-2334f67c],
.fade-leave-active[data-v-2334f67c] {
    -webkit-transition: all .5ms;
    transition: all .5ms
}

.fade-enter[data-v-2334f67c],
.fade-leave-to[data-v-2334f67c] {
    opacity: 0
}

[data-v-60753aab] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-60753aab] {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #637381;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 0
}

.img-fluid[data-v-60753aab] {
    max-width: 100%;
    height: auto;
    display: block
}

ol[data-v-60753aab],
ul[data-v-60753aab] {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif
}

a[data-v-60753aab],
li[data-v-60753aab],
p[data-v-60753aab],
ul[data-v-60753aab] {
    font-family: Roboto, sans-serif;
    color: #637381;
    margin-bottom: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(max-width:767px) {

    a[data-v-60753aab],
    li[data-v-60753aab],
    p[data-v-60753aab],
    ul[data-v-60753aab] {
        font-size: 15px
    }
}

.title-color[data-v-60753aab] {
    color: #0b121c
}

h1[data-v-60753aab],
h2[data-v-60753aab],
h3[data-v-60753aab],
h4[data-v-60753aab],
h5[data-v-60753aab],
h6[data-v-60753aab] {
    font-family: arial;
    font-weight: 700;
    color: #212b36;
    margin: 0;
    text-transform: capitalize
}

h1[data-v-60753aab] {
    font-size: calc(52px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h1[data-v-60753aab] {
        font-size: calc(42px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    h1[data-v-60753aab] {
        font-size: calc(36px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575px) {
    h1[data-v-60753aab] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h2[data-v-60753aab] {
    font-size: calc(48px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    h2[data-v-60753aab] {
        font-size: calc(38px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    h2[data-v-60753aab] {
        font-size: calc(34px + .25vw);
        line-height: 1.3
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    h2[data-v-60753aab] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575.98px) {
    h2[data-v-60753aab] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h3[data-v-60753aab] {
    font-size: calc(34px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h3[data-v-60753aab] {
        font-size: calc(28px + .25vw);
        letter-spacing: 1px
    }
}

@media(max-width:1024px) {
    h3[data-v-60753aab] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

@media(max-width:575px) {
    h3[data-v-60753aab] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

h4[data-v-60753aab] {
    font-size: 28px
}

@media(max-width:1024px) {
    h4[data-v-60753aab] {
        font-size: 20px
    }
}

@media(max-width:575px) {
    h4[data-v-60753aab] {
        font-size: 18px
    }
}

h5[data-v-60753aab] {
    font-size: 20px
}

@media(max-width:1024px) {
    h5[data-v-60753aab] {
        font-size: 18px
    }
}

@media(max-width:575px) {
    h5[data-v-60753aab] {
        font-size: 15px
    }
}

h6[data-v-60753aab] {
    font-size: 16px
}

@media(max-width:1024px) {
    h6[data-v-60753aab] {
        font-size: 15px
    }
}

@media(max-width:575px) {
    h6[data-v-60753aab] {
        font-size: 14px
    }
}

.pd-5[data-v-60753aab] {
    padding: 0 5% !important
}

.mask[data-v-60753aab] {
    height: 100vh !important;
    width: 100% !important
}

.vue-flux .flux-caption[data-v-60753aab] {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70% !important;
    text-align: center !important;
    font-family: arial;
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .vue-flux .flux-caption[data-v-60753aab] {
        font-size: calc(52px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-caption[data-v-60753aab] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .vue-flux .flux-caption[data-v-60753aab] {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px;
        line-height: 1.25
    }
}

.vue-flux .flux-pagination[data-v-60753aab] {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
    bottom: unset !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination[data-v-60753aab] {
        top: unset !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        bottom: 0 !important;
        left: 50% !important;
        right: 0 !important
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination ul[data-v-60753aab] {
        display: block
    }
}

.vue-flux .flux-pagination li span.pagination-item[data-v-60753aab] {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-transition: background-color .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, border .2s ease-in
}

.vue-flux .flux-pagination li.active span.pagination-item[data-v-60753aab] {
    background-color: #0b121c !important
}

@media(min-width:992px)and (max-width:1024.98px) {
    .col-lg-10[data-v-60753aab] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .offset-lg-2[data-v-60753aab] {
        margin-left: 0 !important
    }

    .col-lg-3[data-v-60753aab],
    .col-lg-4[data-v-60753aab],
    .col-lg-6[data-v-60753aab] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .flex-lg-row[data-v-60753aab] {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
}

@media(min-width:1025px) {
    .col-lg-6[data-v-60753aab] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-lg-4[data-v-60753aab] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }

    .col-lg-10[data-v-60753aab] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important
    }

    .offset-lg-2[data-v-60753aab] {
        margin-left: 16.666667% !important
    }
}

@media(min-width:1200px) {
    .col-xl-6[data-v-60753aab] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-xl-4[data-v-60753aab] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.button-mirror[data-v-60753aab],
.button[data-v-60753aab] {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    text-align: center
}

@media(max-width:1024px) {

    .button-mirror[data-v-60753aab],
    .button[data-v-60753aab] {
        width: 150px
    }
}

.button-mirror[data-v-60753aab]:before,
.button[data-v-60753aab]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b121c;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width:1024px) {

    .button-mirror[data-v-60753aab]:before,
    .button[data-v-60753aab]:before {
        display: none
    }
}

.button-mirror[data-v-60753aab]:hover:before,
.button[data-v-60753aab]:hover:before {
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.button-mirror[data-v-60753aab]:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.plyr__control--overlaid[data-v-60753aab] {
    background: #0b121c !important;
    top: 60% !important;
    z-index: 200 !important
}

.vue-flux[data-v-60753aab] {
    position: relative
}

.vue-flux[data-v-60753aab]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0;
    content: ""
}

.maprichtext p[data-v-60753aab] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .maprichtext p[data-v-60753aab] {
        font-size: calc(22px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .maprichtext p[data-v-60753aab] {
        font-size: calc(18px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .maprichtext p[data-v-60753aab] {
        font-size: calc(16px + .25vw);
        line-height: 1.6
    }
}

@media(max-width:575.98px) {
    .maprichtext p[data-v-60753aab] {
        font-size: calc(15px + .25vw);
        line-height: 1.6
    }
}

.industrytext-details[data-v-60753aab] {
    overflow: hidden;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media(max-width:767.98px) {
    .industrytext-details[data-v-60753aab] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        overflow: hidden
    }
}

.industrytext-details img.richtext-image[data-v-60753aab] {
    display: block;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin: 0;
    width: 50%;
    float: right
}

@media(min-width:768px)and (max-width:1024px) {
    .industrytext-details img.richtext-image[data-v-60753aab] {
        height: 60vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .industrytext-details img.richtext-image[data-v-60753aab] {
        height: 45vh;
        min-height: 350px;
        width: 100%;
        margin: 20px 0;
        float: unset
    }
}

.industrytext-details p[data-v-60753aab] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5% 0 0
}

@media(max-width:767.98px) {
    .industrytext-details p[data-v-60753aab] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        background: #f1f1f1;
        width: 90%;
        margin: -60px auto 0 auto !important;
        position: relative;
        z-index: 22
    }
}

.industrytext-details p[data-v-60753aab]:first-child {
    margin: 0
}

@media(max-width:1024px) {
    .career-richtext[data-v-60753aab] {
        text-align: center
    }
}

.career-richtext h3[data-v-60753aab] {
    color: #0b121c;
    margin: 20px 0
}

.career-richtext h3[data-v-60753aab]:first-child {
    margin: 0 0 20px 0
}

.career-richtext p[data-v-60753aab] {
    margin: 0 0 40px 0;
    padding: 0
}

@media(max-width:1024px) {
    .career-richtext p[data-v-60753aab] {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .career-richtext p[data-v-60753aab] {
        margin-bottom: 20px
    }
}

.career-richtext p[data-v-60753aab]:last-child {
    margin: 0
}

.career-richtext ul[data-v-60753aab] {
    padding-left: 30px;
    margin: 0 0 40px 0
}

@media(max-width:1024px) {
    .career-richtext ul[data-v-60753aab] {
        margin-bottom: 0
    }
}

.career-richtext ul li[data-v-60753aab] {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    text-align: justify;
    text-indent: unset;
    list-style: none
}

.career-richtext ul li[data-v-60753aab]:before {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
    font-family: FontAwesome;
    color: #1c1b1b;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.address-data[data-v-60753aab] {
    margin: 20px 0 0 0
}

.address-data div p[data-v-60753aab] {
    color: #fff;
    font-size: 15px
}

@media(max-width:576px) {
    .col-mbx-6[data-v-60753aab] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.news-richtext[data-v-60753aab] {
    overflow-x: hidden;
    background: #fff;
    padding: 40px;
    overflow: auto
}

@media(max-width:767.98px) {
    .news-richtext[data-v-60753aab] {
        text-align: center
    }
}

.news-richtext p[data-v-60753aab] {
    padding: 0;
    margin: 0
}

.news-richtext p[data-v-60753aab]:last-child {
    margin: 0
}

.news-richtext img.richtext-image.full-width[data-v-60753aab] {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.full-width[data-v-60753aab] {
        height: 50vh;
        min-height: 380px
    }
}

.news-richtext img.richtext-image.right[data-v-60753aab] {
    height: 70vh;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: right;
    padding-left: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .news-richtext img.richtext-image.right[data-v-60753aab] {
        width: 100%;
        height: 60vh;
        min-height: 450px;
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.right[data-v-60753aab] {
        width: 100%;
        height: 50vh;
        min-height: 380px;
        padding-left: 0
    }
}

.colortext-block[data-v-60753aab] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: -150px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .colortext-block[data-v-60753aab] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.colortext-block p[data-v-60753aab] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .colortext-block p[data-v-60753aab] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .colortext-block p[data-v-60753aab] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .colortext-block p[data-v-60753aab] {
        font-size: 15px;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .colortext-block p[data-v-60753aab] {
        font-size: 15px;
        line-height: 1.5;
        color: #637381
    }
}

.gncolortext-block[data-v-60753aab] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .gncolortext-block[data-v-60753aab] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.gncolortext-block p[data-v-60753aab] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .gncolortext-block p[data-v-60753aab] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .gncolortext-block p[data-v-60753aab] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .gncolortext-block p[data-v-60753aab] {
        font-size: calc(16px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .gncolortext-block p[data-v-60753aab] {
        font-size: calc(15px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:1024px) {
    .lrtcardtext-block div p[data-v-60753aab] {
        color: #fff
    }
}

.lrtcardtext-block div ul[data-v-60753aab] {
    padding-left: 20px
}

.lrtcardtext-block div ul li[data-v-60753aab] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .lrtcardtext-block div ul li[data-v-60753aab] {
        text-align: left;
        padding: 0
    }
}

[data-aos=new-animation][data-v-60753aab] {
    opacity: 0;
    -webkit-transition-property: width;
    transition-property: width
}

[data-aos=new-animation].aos-animate[data-v-60753aab] {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=new-animation][data-v-60753aab] {
        width: 100%
    }

    [data-aos=new-animation].aos-animate[data-v-60753aab] {
        width: 0
    }
}

.fake3d-image-effect__image[data-v-60753aab] {
    height: 100%
}

.fake3d-image-effect__image canvas[data-v-60753aab] {
    height: 100% !important
}

[data-v-60753aab]::-webkit-scrollbar {
    width: 8px
}

[data-v-60753aab]::-webkit-scrollbar-track {
    background: #212b36
}

[data-v-60753aab]::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.ftext p[data-v-60753aab] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px
}

.swiper-pagination-bullet-active[data-v-60753aab] {
    opacity: 1;
    background: #0b121c !important
}

ul.counter-row li.count-col[data-v-60753aab] {
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

@media(max-width:1024px) {
    ul.counter-row li.count-col[data-v-60753aab] {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-60753aab] {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        background: #f6f7f9;
        margin-bottom: 20px
    }
}

ul.counter-row li.count-col .counter-mainwrap[data-v-60753aab] {
    border-right: 1px solid #0b121c;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap[data-v-60753aab] {
        border-right: none;
        min-height: 180px
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text[data-v-60753aab] {
    text-align: center
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup[data-v-60753aab] {
        padding: 0 0 20px 0
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-60753aab] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-60753aab] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-60753aab] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-60753aab] {
        font-size: calc(30px + .25vw)
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext[data-v-60753aab] {
    margin-right: auto;
    text-align: center
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext p[data-v-60753aab] {
    font-size: 15px
}

ul.counter-row li.count-col[data-v-60753aab]:hover {
    background: #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap[data-v-60753aab] {
    border-right: 1px solid #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .ctext p[data-v-60753aab],
ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .icountup span[data-v-60753aab] {
    color: #fff
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-60753aab]:last-child {
        margin-bottom: 0
    }
}

ul.counter-row li.count-col:last-child .counter-mainwrap[data-v-60753aab] {
    border-right: none
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text[data-v-60753aab] {
    text-align: center;
    margin-right: 0
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text .ctext[data-v-60753aab] {
    text-align: center
}

.ctext-block[data-v-60753aab] {
    position: relative;
    z-index: 2
}

.ctext-block .ctitle-block[data-v-60753aab] {
    margin-bottom: 45px
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block[data-v-60753aab] {
        text-align: center
    }
}

.ctext-block .ctitle-block h2[data-v-60753aab] {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: calc(48px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block h2[data-v-60753aab] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block h2[data-v-60753aab] {
        font-size: calc(30px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block h2[data-v-60753aab] {
        font-size: calc(24px + .25vw);
        margin-bottom: 20px
    }
}

.ctext-block .ctitle-block div p[data-v-60753aab] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block div p[data-v-60753aab] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block div p[data-v-60753aab] {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block div p[data-v-60753aab] {
        font-size: 14px;
        line-height: 1.5
    }
}

.history-desc div p[data-v-60753aab] {
    font-size: calc(42px + .25vw);
    color: #212b36;
    font-weight: 700;
    line-height: 1.3;
    font-family: arial
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-desc div p[data-v-60753aab] {
        font-size: calc(32px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .history-desc div p[data-v-60753aab] {
        font-size: calc(24px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .history-desc div p[data-v-60753aab] {
        font-size: calc(16px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

.his-text p[data-v-60753aab] {
    font-size: calc(16px + .25vw);
    color: #fff
}

.history-details2 h2[data-v-60753aab] {
    margin-bottom: 10px;
    font-size: calc(48px + .25vw);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-details2 h2[data-v-60753aab] {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .history-details2 h2[data-v-60753aab] {
        font-size: calc(32px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:575px) {
    .history-details2 h2[data-v-60753aab] {
        font-size: calc(20px + .25vw)
    }
}

.history-details2 .his-text2 p[data-v-60753aab] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.news-text[data-v-60753aab] {
    padding: 20px 0 0 0
}

@media(max-width:767px) {
    .news-text[data-v-60753aab] {
        padding: 10px 0 0 0
    }
}

.news-text h4[data-v-60753aab] {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:1025px)and (max-width:1600px) {
    .news-text h4[data-v-60753aab] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .news-text h4[data-v-60753aab] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .news-text h4[data-v-60753aab] {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3
    }
}

.news-text div p[data-v-60753aab] {
    padding: 0;
    font-size: calc(13px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(min-width:768px)and (max-width:1440px) {
    .news-text div p[data-v-60753aab] {
        font-size: 15px;
        line-height: 1.6
    }
}

@media(max-width:767px) {
    .news-text div p[data-v-60753aab] {
        font-size: 14px
    }
}

.text-cont p[data-v-60753aab] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont p[data-v-60753aab] {
        text-align: center
    }
}

@media(max-width:1024px) {
    .text-cont ul[data-v-60753aab] {
        padding-left: 20px
    }
}

.text-cont ul li[data-v-60753aab] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont ul li[data-v-60753aab] {
        text-align: left;
        padding: 0
    }
}

.pdtext-cont p[data-v-60753aab] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont p[data-v-60753aab] {
        text-align: center
    }
}

.pdtext-cont ul[data-v-60753aab] {
    padding-left: 20px
}

.pdtext-cont ul li[data-v-60753aab] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont ul li[data-v-60753aab] {
        text-align: left;
        padding: 0
    }
}

.tab-desc div div p[data-v-60753aab] {
    color: #fff
}

.dbtitletext-container[data-v-60753aab] {
    padding: 80px 0
}

@media(max-width:1024px) {
    .dbtitletext-container[data-v-60753aab] {
        padding: 60px 0
    }
}

@media(max-width:767px) {
    .dbtitletext-container[data-v-60753aab] {
        padding: 40px 0
    }
}

.dbtitle-cont[data-v-60753aab] {
    position: relative;
    padding: 0;
    margin-bottom: 60px
}

@media(max-width:1024px) {
    .dbtitle-cont[data-v-60753aab] {
        margin-bottom: 20px;
        text-align: center
    }
}

.dbtitle-cont[data-v-60753aab]:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    bottom: -20px;
    left: 0;
    background: #0b121c
}

@media(max-width:1024px) {
    .dbtitle-cont[data-v-60753aab]:after {
        display: none
    }
}

@media(max-width:767px) {
    .twocol-text[data-v-60753aab] {
        text-align: center
    }
}

[data-v-46fa3142] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-46fa3142] {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #637381;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 0
}

.img-fluid[data-v-46fa3142] {
    max-width: 100%;
    height: auto;
    display: block
}

ol[data-v-46fa3142],
ul[data-v-46fa3142] {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif
}

a[data-v-46fa3142],
li[data-v-46fa3142],
p[data-v-46fa3142],
ul[data-v-46fa3142] {
    font-family: Roboto, sans-serif;
    color: #637381;
    margin-bottom: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(max-width:767px) {

    a[data-v-46fa3142],
    li[data-v-46fa3142],
    p[data-v-46fa3142],
    ul[data-v-46fa3142] {
        font-size: 15px
    }
}

.title-color[data-v-46fa3142] {
    color: #0b121c
}

h1[data-v-46fa3142],
h2[data-v-46fa3142],
h3[data-v-46fa3142],
h4[data-v-46fa3142],
h5[data-v-46fa3142],
h6[data-v-46fa3142] {
    font-family: arial;
    font-weight: 700;
    color: #212b36;
    margin: 0;
    text-transform: capitalize
}

h1[data-v-46fa3142] {
    font-size: calc(52px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h1[data-v-46fa3142] {
        font-size: calc(42px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    h1[data-v-46fa3142] {
        font-size: calc(36px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575px) {
    h1[data-v-46fa3142] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h2[data-v-46fa3142] {
    font-size: calc(48px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    h2[data-v-46fa3142] {
        font-size: calc(38px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    h2[data-v-46fa3142] {
        font-size: calc(34px + .25vw);
        line-height: 1.3
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    h2[data-v-46fa3142] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575.98px) {
    h2[data-v-46fa3142] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h3[data-v-46fa3142] {
    font-size: calc(34px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h3[data-v-46fa3142] {
        font-size: calc(28px + .25vw);
        letter-spacing: 1px
    }
}

@media(max-width:1024px) {
    h3[data-v-46fa3142] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

@media(max-width:575px) {
    h3[data-v-46fa3142] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

h4[data-v-46fa3142] {
    font-size: 28px
}

@media(max-width:1024px) {
    h4[data-v-46fa3142] {
        font-size: 20px
    }
}

@media(max-width:575px) {
    h4[data-v-46fa3142] {
        font-size: 18px
    }
}

h5[data-v-46fa3142] {
    font-size: 20px
}

@media(max-width:1024px) {
    h5[data-v-46fa3142] {
        font-size: 18px
    }
}

@media(max-width:575px) {
    h5[data-v-46fa3142] {
        font-size: 15px
    }
}

h6[data-v-46fa3142] {
    font-size: 16px
}

@media(max-width:1024px) {
    h6[data-v-46fa3142] {
        font-size: 15px
    }
}

@media(max-width:575px) {
    h6[data-v-46fa3142] {
        font-size: 14px
    }
}

.pd-5[data-v-46fa3142] {
    padding: 0 5% !important
}

.mask[data-v-46fa3142] {
    height: 100vh !important;
    width: 100% !important
}

.vue-flux .flux-caption[data-v-46fa3142] {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70% !important;
    text-align: center !important;
    font-family: arial;
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .vue-flux .flux-caption[data-v-46fa3142] {
        font-size: calc(52px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-caption[data-v-46fa3142] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .vue-flux .flux-caption[data-v-46fa3142] {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px;
        line-height: 1.25
    }
}

.vue-flux .flux-pagination[data-v-46fa3142] {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
    bottom: unset !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination[data-v-46fa3142] {
        top: unset !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        bottom: 0 !important;
        left: 50% !important;
        right: 0 !important
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination ul[data-v-46fa3142] {
        display: block
    }
}

.vue-flux .flux-pagination li span.pagination-item[data-v-46fa3142] {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-transition: background-color .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, border .2s ease-in
}

.vue-flux .flux-pagination li.active span.pagination-item[data-v-46fa3142] {
    background-color: #0b121c !important
}

@media(min-width:992px)and (max-width:1024.98px) {
    .col-lg-10[data-v-46fa3142] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .offset-lg-2[data-v-46fa3142] {
        margin-left: 0 !important
    }

    .col-lg-3[data-v-46fa3142],
    .col-lg-4[data-v-46fa3142],
    .col-lg-6[data-v-46fa3142] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .flex-lg-row[data-v-46fa3142] {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
}

@media(min-width:1025px) {
    .col-lg-6[data-v-46fa3142] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-lg-4[data-v-46fa3142] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }

    .col-lg-10[data-v-46fa3142] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important
    }

    .offset-lg-2[data-v-46fa3142] {
        margin-left: 16.666667% !important
    }
}

@media(min-width:1200px) {
    .col-xl-6[data-v-46fa3142] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-xl-4[data-v-46fa3142] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.button-mirror[data-v-46fa3142],
.button[data-v-46fa3142] {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    text-align: center
}

@media(max-width:1024px) {

    .button-mirror[data-v-46fa3142],
    .button[data-v-46fa3142] {
        width: 150px
    }
}

.button-mirror[data-v-46fa3142]:before,
.button[data-v-46fa3142]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b121c;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width:1024px) {

    .button-mirror[data-v-46fa3142]:before,
    .button[data-v-46fa3142]:before {
        display: none
    }
}

.button-mirror[data-v-46fa3142]:hover:before,
.button[data-v-46fa3142]:hover:before {
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.button-mirror[data-v-46fa3142]:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.plyr__control--overlaid[data-v-46fa3142] {
    background: #0b121c !important;
    top: 60% !important;
    z-index: 200 !important
}

.vue-flux[data-v-46fa3142] {
    position: relative
}

.vue-flux[data-v-46fa3142]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0;
    content: ""
}

.maprichtext p[data-v-46fa3142] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .maprichtext p[data-v-46fa3142] {
        font-size: calc(22px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .maprichtext p[data-v-46fa3142] {
        font-size: calc(18px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .maprichtext p[data-v-46fa3142] {
        font-size: calc(16px + .25vw);
        line-height: 1.6
    }
}

@media(max-width:575.98px) {
    .maprichtext p[data-v-46fa3142] {
        font-size: calc(15px + .25vw);
        line-height: 1.6
    }
}

.industrytext-details[data-v-46fa3142] {
    overflow: hidden;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media(max-width:767.98px) {
    .industrytext-details[data-v-46fa3142] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        overflow: hidden
    }
}

.industrytext-details img.richtext-image[data-v-46fa3142] {
    display: block;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin: 0;
    width: 50%;
    float: right
}

@media(min-width:768px)and (max-width:1024px) {
    .industrytext-details img.richtext-image[data-v-46fa3142] {
        height: 60vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .industrytext-details img.richtext-image[data-v-46fa3142] {
        height: 45vh;
        min-height: 350px;
        width: 100%;
        margin: 20px 0;
        float: unset
    }
}

.industrytext-details p[data-v-46fa3142] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5% 0 0
}

@media(max-width:767.98px) {
    .industrytext-details p[data-v-46fa3142] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        background: #f1f1f1;
        width: 90%;
        margin: -60px auto 0 auto !important;
        position: relative;
        z-index: 22
    }
}

.industrytext-details p[data-v-46fa3142]:first-child {
    margin: 0
}

@media(max-width:1024px) {
    .career-richtext[data-v-46fa3142] {
        text-align: center
    }
}

.career-richtext h3[data-v-46fa3142] {
    color: #0b121c;
    margin: 20px 0
}

.career-richtext h3[data-v-46fa3142]:first-child {
    margin: 0 0 20px 0
}

.career-richtext p[data-v-46fa3142] {
    margin: 0 0 40px 0;
    padding: 0
}

@media(max-width:1024px) {
    .career-richtext p[data-v-46fa3142] {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .career-richtext p[data-v-46fa3142] {
        margin-bottom: 20px
    }
}

.career-richtext p[data-v-46fa3142]:last-child {
    margin: 0
}

.career-richtext ul[data-v-46fa3142] {
    padding-left: 30px;
    margin: 0 0 40px 0
}

@media(max-width:1024px) {
    .career-richtext ul[data-v-46fa3142] {
        margin-bottom: 0
    }
}

.career-richtext ul li[data-v-46fa3142] {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    text-align: justify;
    text-indent: unset;
    list-style: none
}

.career-richtext ul li[data-v-46fa3142]:before {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
    font-family: FontAwesome;
    color: #1c1b1b;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.address-data[data-v-46fa3142] {
    margin: 20px 0 0 0
}

.address-data div p[data-v-46fa3142] {
    color: #fff;
    font-size: 15px
}

@media(max-width:576px) {
    .col-mbx-6[data-v-46fa3142] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.news-richtext[data-v-46fa3142] {
    overflow-x: hidden;
    background: #fff;
    padding: 40px;
    overflow: auto
}

@media(max-width:767.98px) {
    .news-richtext[data-v-46fa3142] {
        text-align: center
    }
}

.news-richtext p[data-v-46fa3142] {
    padding: 0;
    margin: 0
}

.news-richtext p[data-v-46fa3142]:last-child {
    margin: 0
}

.news-richtext img.richtext-image.full-width[data-v-46fa3142] {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.full-width[data-v-46fa3142] {
        height: 50vh;
        min-height: 380px
    }
}

.news-richtext img.richtext-image.right[data-v-46fa3142] {
    height: 70vh;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: right;
    padding-left: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .news-richtext img.richtext-image.right[data-v-46fa3142] {
        width: 100%;
        height: 60vh;
        min-height: 450px;
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.right[data-v-46fa3142] {
        width: 100%;
        height: 50vh;
        min-height: 380px;
        padding-left: 0
    }
}

.colortext-block[data-v-46fa3142] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: -150px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .colortext-block[data-v-46fa3142] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.colortext-block p[data-v-46fa3142] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .colortext-block p[data-v-46fa3142] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .colortext-block p[data-v-46fa3142] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .colortext-block p[data-v-46fa3142] {
        font-size: 15px;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .colortext-block p[data-v-46fa3142] {
        font-size: 15px;
        line-height: 1.5;
        color: #637381
    }
}

.gncolortext-block[data-v-46fa3142] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .gncolortext-block[data-v-46fa3142] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.gncolortext-block p[data-v-46fa3142] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .gncolortext-block p[data-v-46fa3142] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .gncolortext-block p[data-v-46fa3142] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .gncolortext-block p[data-v-46fa3142] {
        font-size: calc(16px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .gncolortext-block p[data-v-46fa3142] {
        font-size: calc(15px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:1024px) {
    .lrtcardtext-block div p[data-v-46fa3142] {
        color: #fff
    }
}

.lrtcardtext-block div ul[data-v-46fa3142] {
    padding-left: 20px
}

.lrtcardtext-block div ul li[data-v-46fa3142] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .lrtcardtext-block div ul li[data-v-46fa3142] {
        text-align: left;
        padding: 0
    }
}

[data-aos=new-animation][data-v-46fa3142] {
    opacity: 0;
    -webkit-transition-property: width;
    transition-property: width
}

[data-aos=new-animation].aos-animate[data-v-46fa3142] {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=new-animation][data-v-46fa3142] {
        width: 100%
    }

    [data-aos=new-animation].aos-animate[data-v-46fa3142] {
        width: 0
    }
}

.fake3d-image-effect__image[data-v-46fa3142] {
    height: 100%
}

.fake3d-image-effect__image canvas[data-v-46fa3142] {
    height: 100% !important
}

[data-v-46fa3142]::-webkit-scrollbar {
    width: 8px
}

[data-v-46fa3142]::-webkit-scrollbar-track {
    background: #212b36
}

[data-v-46fa3142]::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.ftext p[data-v-46fa3142] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px
}

.swiper-pagination-bullet-active[data-v-46fa3142] {
    opacity: 1;
    background: #0b121c !important
}

ul.counter-row li.count-col[data-v-46fa3142] {
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

@media(max-width:1024px) {
    ul.counter-row li.count-col[data-v-46fa3142] {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-46fa3142] {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        background: #f6f7f9;
        margin-bottom: 20px
    }
}

ul.counter-row li.count-col .counter-mainwrap[data-v-46fa3142] {
    border-right: 1px solid #0b121c;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap[data-v-46fa3142] {
        border-right: none;
        min-height: 180px
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text[data-v-46fa3142] {
    text-align: center
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup[data-v-46fa3142] {
        padding: 0 0 20px 0
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-46fa3142] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-46fa3142] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-46fa3142] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-46fa3142] {
        font-size: calc(30px + .25vw)
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext[data-v-46fa3142] {
    margin-right: auto;
    text-align: center
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext p[data-v-46fa3142] {
    font-size: 15px
}

ul.counter-row li.count-col[data-v-46fa3142]:hover {
    background: #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap[data-v-46fa3142] {
    border-right: 1px solid #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .ctext p[data-v-46fa3142],
ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .icountup span[data-v-46fa3142] {
    color: #fff
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-46fa3142]:last-child {
        margin-bottom: 0
    }
}

ul.counter-row li.count-col:last-child .counter-mainwrap[data-v-46fa3142] {
    border-right: none
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text[data-v-46fa3142] {
    text-align: center;
    margin-right: 0
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text .ctext[data-v-46fa3142] {
    text-align: center
}

.ctext-block[data-v-46fa3142] {
    position: relative;
    z-index: 2
}

.ctext-block .ctitle-block[data-v-46fa3142] {
    margin-bottom: 45px
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block[data-v-46fa3142] {
        text-align: center
    }
}

.ctext-block .ctitle-block h2[data-v-46fa3142] {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: calc(48px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block h2[data-v-46fa3142] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block h2[data-v-46fa3142] {
        font-size: calc(30px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block h2[data-v-46fa3142] {
        font-size: calc(24px + .25vw);
        margin-bottom: 20px
    }
}

.ctext-block .ctitle-block div p[data-v-46fa3142] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block div p[data-v-46fa3142] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block div p[data-v-46fa3142] {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block div p[data-v-46fa3142] {
        font-size: 14px;
        line-height: 1.5
    }
}

.history-desc div p[data-v-46fa3142] {
    font-size: calc(42px + .25vw);
    color: #212b36;
    font-weight: 700;
    line-height: 1.3;
    font-family: arial
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-desc div p[data-v-46fa3142] {
        font-size: calc(32px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .history-desc div p[data-v-46fa3142] {
        font-size: calc(24px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .history-desc div p[data-v-46fa3142] {
        font-size: calc(16px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

.his-text p[data-v-46fa3142] {
    font-size: calc(16px + .25vw);
    color: #fff
}

.history-details2 h2[data-v-46fa3142] {
    margin-bottom: 10px;
    font-size: calc(48px + .25vw);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-details2 h2[data-v-46fa3142] {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .history-details2 h2[data-v-46fa3142] {
        font-size: calc(32px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:575px) {
    .history-details2 h2[data-v-46fa3142] {
        font-size: calc(20px + .25vw)
    }
}

.history-details2 .his-text2 p[data-v-46fa3142] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.news-text[data-v-46fa3142] {
    padding: 20px 0 0 0
}

@media(max-width:767px) {
    .news-text[data-v-46fa3142] {
        padding: 10px 0 0 0
    }
}

.news-text h4[data-v-46fa3142] {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:1025px)and (max-width:1600px) {
    .news-text h4[data-v-46fa3142] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .news-text h4[data-v-46fa3142] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .news-text h4[data-v-46fa3142] {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3
    }
}

.news-text div p[data-v-46fa3142] {
    padding: 0;
    font-size: calc(13px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(min-width:768px)and (max-width:1440px) {
    .news-text div p[data-v-46fa3142] {
        font-size: 15px;
        line-height: 1.6
    }
}

@media(max-width:767px) {
    .news-text div p[data-v-46fa3142] {
        font-size: 14px
    }
}

.text-cont p[data-v-46fa3142] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont p[data-v-46fa3142] {
        text-align: center
    }
}

@media(max-width:1024px) {
    .text-cont ul[data-v-46fa3142] {
        padding-left: 20px
    }
}

.text-cont ul li[data-v-46fa3142] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont ul li[data-v-46fa3142] {
        text-align: left;
        padding: 0
    }
}

.pdtext-cont p[data-v-46fa3142] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont p[data-v-46fa3142] {
        text-align: center
    }
}

.pdtext-cont ul[data-v-46fa3142] {
    padding-left: 20px
}

.pdtext-cont ul li[data-v-46fa3142] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont ul li[data-v-46fa3142] {
        text-align: left;
        padding: 0
    }
}

.tab-desc div div p[data-v-46fa3142] {
    color: #fff
}

.singleimg-container .singleimg-wrap[data-v-46fa3142] {
    width: 100%;
    height: 90vh
}

@media(max-width:1024px) {
    .singleimg-container .singleimg-wrap[data-v-46fa3142] {
        height: 70vh;
        min-height: 550px
    }
}

@media(max-width:767px) {
    .singleimg-container .singleimg-wrap[data-v-46fa3142] {
        height: 30vh;
        min-height: 180px;
    }
    .singleimg-container .singleimg-wrap img[data-v-46fa3142] {
        margin:0 !important;
    }
}

.singleimg-container .singleimg-wrap img[data-v-46fa3142] {
    width: 100%;
    /* height: 63%; */
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    margin: 20px;
}

.imgblock[data-v-46fa3142] {
    width: 100%;
    height: 90vh
}

.imgblock img[data-v-46fa3142] {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

[data-v-55e20e5c] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-55e20e5c] {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #637381;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 0
}

.img-fluid[data-v-55e20e5c] {
    max-width: 100%;
    height: auto;
    display: block
}

ol[data-v-55e20e5c],
ul[data-v-55e20e5c] {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif
}

a[data-v-55e20e5c],
li[data-v-55e20e5c],
p[data-v-55e20e5c],
ul[data-v-55e20e5c] {
    font-family: Roboto, sans-serif;
    color: #637381;
    margin-bottom: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(max-width:767px) {

    a[data-v-55e20e5c],
    li[data-v-55e20e5c],
    p[data-v-55e20e5c],
    ul[data-v-55e20e5c] {
        font-size: 15px
    }
}

.title-color[data-v-55e20e5c] {
    color: #0b121c
}

h1[data-v-55e20e5c],
h2[data-v-55e20e5c],
h3[data-v-55e20e5c],
h4[data-v-55e20e5c],
h5[data-v-55e20e5c],
h6[data-v-55e20e5c] {
    font-family: arial;
    font-weight: 700;
    color: #212b36;
    margin: 0;
    text-transform: capitalize
}

h1[data-v-55e20e5c] {
    font-size: calc(52px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h1[data-v-55e20e5c] {
        font-size: calc(42px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    h1[data-v-55e20e5c] {
        font-size: calc(36px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575px) {
    h1[data-v-55e20e5c] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h2[data-v-55e20e5c] {
    font-size: calc(48px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    h2[data-v-55e20e5c] {
        font-size: calc(38px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    h2[data-v-55e20e5c] {
        font-size: calc(34px + .25vw);
        line-height: 1.3
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    h2[data-v-55e20e5c] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575.98px) {
    h2[data-v-55e20e5c] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h3[data-v-55e20e5c] {
    font-size: calc(34px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h3[data-v-55e20e5c] {
        font-size: calc(28px + .25vw);
        letter-spacing: 1px
    }
}

@media(max-width:1024px) {
    h3[data-v-55e20e5c] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

@media(max-width:575px) {
    h3[data-v-55e20e5c] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

h4[data-v-55e20e5c] {
    font-size: 28px
}

@media(max-width:1024px) {
    h4[data-v-55e20e5c] {
        font-size: 20px
    }
}

@media(max-width:575px) {
    h4[data-v-55e20e5c] {
        font-size: 18px
    }
}

h5[data-v-55e20e5c] {
    font-size: 20px
}

@media(max-width:1024px) {
    h5[data-v-55e20e5c] {
        font-size: 18px
    }
}

@media(max-width:575px) {
    h5[data-v-55e20e5c] {
        font-size: 15px
    }
}

h6[data-v-55e20e5c] {
    font-size: 16px
}

@media(max-width:1024px) {
    h6[data-v-55e20e5c] {
        font-size: 15px
    }
}

@media(max-width:575px) {
    h6[data-v-55e20e5c] {
        font-size: 14px
    }
}

.pd-5[data-v-55e20e5c] {
    padding: 0 5% !important
}

.mask[data-v-55e20e5c] {
    height: 100vh !important;
    width: 100% !important
}

.vue-flux .flux-caption[data-v-55e20e5c] {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70% !important;
    text-align: center !important;
    font-family: arial;
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .vue-flux .flux-caption[data-v-55e20e5c] {
        font-size: calc(52px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-caption[data-v-55e20e5c] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .vue-flux .flux-caption[data-v-55e20e5c] {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px;
        line-height: 1.25
    }
}

.vue-flux .flux-pagination[data-v-55e20e5c] {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
    bottom: unset !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination[data-v-55e20e5c] {
        top: unset !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        bottom: 0 !important;
        left: 50% !important;
        right: 0 !important
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination ul[data-v-55e20e5c] {
        display: block
    }
}

.vue-flux .flux-pagination li span.pagination-item[data-v-55e20e5c] {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-transition: background-color .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, border .2s ease-in
}

.vue-flux .flux-pagination li.active span.pagination-item[data-v-55e20e5c] {
    background-color: #0b121c !important
}

@media(min-width:992px)and (max-width:1024.98px) {
    .col-lg-10[data-v-55e20e5c] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .offset-lg-2[data-v-55e20e5c] {
        margin-left: 0 !important
    }

    .col-lg-3[data-v-55e20e5c],
    .col-lg-4[data-v-55e20e5c],
    .col-lg-6[data-v-55e20e5c] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .flex-lg-row[data-v-55e20e5c] {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
}

@media(min-width:1025px) {
    .col-lg-6[data-v-55e20e5c] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-lg-4[data-v-55e20e5c] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }

    .col-lg-10[data-v-55e20e5c] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important
    }

    .offset-lg-2[data-v-55e20e5c] {
        margin-left: 16.666667% !important
    }
}

@media(min-width:1200px) {
    .col-xl-6[data-v-55e20e5c] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-xl-4[data-v-55e20e5c] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.button-mirror[data-v-55e20e5c],
.button[data-v-55e20e5c] {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    text-align: center
}

@media(max-width:1024px) {

    .button-mirror[data-v-55e20e5c],
    .button[data-v-55e20e5c] {
        width: 150px
    }
}

.button-mirror[data-v-55e20e5c]:before,
.button[data-v-55e20e5c]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b121c;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width:1024px) {

    .button-mirror[data-v-55e20e5c]:before,
    .button[data-v-55e20e5c]:before {
        display: none
    }
}

.button-mirror[data-v-55e20e5c]:hover:before,
.button[data-v-55e20e5c]:hover:before {
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.button-mirror[data-v-55e20e5c]:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.plyr__control--overlaid[data-v-55e20e5c] {
    background: #0b121c !important;
    top: 60% !important;
    z-index: 200 !important
}

.vue-flux[data-v-55e20e5c] {
    position: relative
}

.vue-flux[data-v-55e20e5c]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0;
    content: ""
}

.maprichtext p[data-v-55e20e5c] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .maprichtext p[data-v-55e20e5c] {
        font-size: calc(22px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .maprichtext p[data-v-55e20e5c] {
        font-size: calc(18px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .maprichtext p[data-v-55e20e5c] {
        font-size: calc(16px + .25vw);
        line-height: 1.6
    }
}

@media(max-width:575.98px) {
    .maprichtext p[data-v-55e20e5c] {
        font-size: calc(15px + .25vw);
        line-height: 1.6
    }
}

.industrytext-details[data-v-55e20e5c] {
    overflow: hidden;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media(max-width:767.98px) {
    .industrytext-details[data-v-55e20e5c] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        overflow: hidden
    }
}

.industrytext-details img.richtext-image[data-v-55e20e5c] {
    display: block;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin: 0;
    width: 50%;
    float: right
}

@media(min-width:768px)and (max-width:1024px) {
    .industrytext-details img.richtext-image[data-v-55e20e5c] {
        height: 60vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .industrytext-details img.richtext-image[data-v-55e20e5c] {
        height: 45vh;
        min-height: 350px;
        width: 100%;
        margin: 20px 0;
        float: unset
    }
}

.industrytext-details p[data-v-55e20e5c] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5% 0 0
}

@media(max-width:767.98px) {
    .industrytext-details p[data-v-55e20e5c] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        background: #f1f1f1;
        width: 90%;
        margin: -60px auto 0 auto !important;
        position: relative;
        z-index: 22
    }
}

.industrytext-details p[data-v-55e20e5c]:first-child {
    margin: 0
}

@media(max-width:1024px) {
    .career-richtext[data-v-55e20e5c] {
        text-align: center
    }
}

.career-richtext h3[data-v-55e20e5c] {
    color: #0b121c;
    margin: 20px 0
}

.career-richtext h3[data-v-55e20e5c]:first-child {
    margin: 0 0 20px 0
}

.career-richtext p[data-v-55e20e5c] {
    margin: 0 0 40px 0;
    padding: 0
}

@media(max-width:1024px) {
    .career-richtext p[data-v-55e20e5c] {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .career-richtext p[data-v-55e20e5c] {
        margin-bottom: 20px
    }
}

.career-richtext p[data-v-55e20e5c]:last-child {
    margin: 0
}

.career-richtext ul[data-v-55e20e5c] {
    padding-left: 30px;
    margin: 0 0 40px 0
}

@media(max-width:1024px) {
    .career-richtext ul[data-v-55e20e5c] {
        margin-bottom: 0
    }
}

.career-richtext ul li[data-v-55e20e5c] {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    text-align: justify;
    text-indent: unset;
    list-style: none
}

.career-richtext ul li[data-v-55e20e5c]:before {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
    font-family: FontAwesome;
    color: #1c1b1b;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.address-data[data-v-55e20e5c] {
    margin: 20px 0 0 0
}

.address-data div p[data-v-55e20e5c] {
    color: #fff;
    font-size: 15px
}

@media(max-width:576px) {
    .col-mbx-6[data-v-55e20e5c] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.news-richtext[data-v-55e20e5c] {
    overflow-x: hidden;
    background: #fff;
    padding: 40px;
    overflow: auto
}

@media(max-width:767.98px) {
    .news-richtext[data-v-55e20e5c] {
        text-align: center
    }
}

.news-richtext p[data-v-55e20e5c] {
    padding: 0;
    margin: 0
}

.news-richtext p[data-v-55e20e5c]:last-child {
    margin: 0
}

.news-richtext img.richtext-image.full-width[data-v-55e20e5c] {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.full-width[data-v-55e20e5c] {
        height: 50vh;
        min-height: 380px
    }
}

.news-richtext img.richtext-image.right[data-v-55e20e5c] {
    height: 70vh;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: right;
    padding-left: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .news-richtext img.richtext-image.right[data-v-55e20e5c] {
        width: 100%;
        height: 60vh;
        min-height: 450px;
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.right[data-v-55e20e5c] {
        width: 100%;
        height: 50vh;
        min-height: 380px;
        padding-left: 0
    }
}

.colortext-block[data-v-55e20e5c] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: -150px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .colortext-block[data-v-55e20e5c] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.colortext-block p[data-v-55e20e5c] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .colortext-block p[data-v-55e20e5c] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .colortext-block p[data-v-55e20e5c] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .colortext-block p[data-v-55e20e5c] {
        font-size: 15px;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .colortext-block p[data-v-55e20e5c] {
        font-size: 15px;
        line-height: 1.5;
        color: #637381
    }
}

.gncolortext-block[data-v-55e20e5c] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .gncolortext-block[data-v-55e20e5c] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.gncolortext-block p[data-v-55e20e5c] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .gncolortext-block p[data-v-55e20e5c] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .gncolortext-block p[data-v-55e20e5c] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .gncolortext-block p[data-v-55e20e5c] {
        font-size: calc(16px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .gncolortext-block p[data-v-55e20e5c] {
        font-size: calc(15px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:1024px) {
    .lrtcardtext-block div p[data-v-55e20e5c] {
        color: #fff
    }
}

.lrtcardtext-block div ul[data-v-55e20e5c] {
    padding-left: 20px
}

.lrtcardtext-block div ul li[data-v-55e20e5c] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .lrtcardtext-block div ul li[data-v-55e20e5c] {
        text-align: left;
        padding: 0
    }
}

[data-aos=new-animation][data-v-55e20e5c] {
    opacity: 0;
    -webkit-transition-property: width;
    transition-property: width
}

[data-aos=new-animation].aos-animate[data-v-55e20e5c] {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=new-animation][data-v-55e20e5c] {
        width: 100%
    }

    [data-aos=new-animation].aos-animate[data-v-55e20e5c] {
        width: 0
    }
}

.fake3d-image-effect__image[data-v-55e20e5c] {
    height: 100%
}

.fake3d-image-effect__image canvas[data-v-55e20e5c] {
    height: 100% !important
}

[data-v-55e20e5c]::-webkit-scrollbar {
    width: 8px
}

[data-v-55e20e5c]::-webkit-scrollbar-track {
    background: #212b36
}

[data-v-55e20e5c]::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.ftext p[data-v-55e20e5c] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px
}

.swiper-pagination-bullet-active[data-v-55e20e5c] {
    opacity: 1;
    background: #0b121c !important
}

ul.counter-row li.count-col[data-v-55e20e5c] {
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

@media(max-width:1024px) {
    ul.counter-row li.count-col[data-v-55e20e5c] {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-55e20e5c] {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        background: #f6f7f9;
        margin-bottom: 20px
    }
}

ul.counter-row li.count-col .counter-mainwrap[data-v-55e20e5c] {
    border-right: 1px solid #0b121c;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap[data-v-55e20e5c] {
        border-right: none;
        min-height: 180px
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text[data-v-55e20e5c] {
    text-align: center
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup[data-v-55e20e5c] {
        padding: 0 0 20px 0
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-55e20e5c] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-55e20e5c] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-55e20e5c] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-55e20e5c] {
        font-size: calc(30px + .25vw)
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext[data-v-55e20e5c] {
    margin-right: auto;
    text-align: center
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext p[data-v-55e20e5c] {
    font-size: 15px
}

ul.counter-row li.count-col[data-v-55e20e5c]:hover {
    background: #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap[data-v-55e20e5c] {
    border-right: 1px solid #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .ctext p[data-v-55e20e5c],
ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .icountup span[data-v-55e20e5c] {
    color: #fff
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-55e20e5c]:last-child {
        margin-bottom: 0
    }
}

ul.counter-row li.count-col:last-child .counter-mainwrap[data-v-55e20e5c] {
    border-right: none
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text[data-v-55e20e5c] {
    text-align: center;
    margin-right: 0
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text .ctext[data-v-55e20e5c] {
    text-align: center
}

.ctext-block[data-v-55e20e5c] {
    position: relative;
    z-index: 2
}

.ctext-block .ctitle-block[data-v-55e20e5c] {
    margin-bottom: 45px
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block[data-v-55e20e5c] {
        text-align: center
    }
}

.ctext-block .ctitle-block h2[data-v-55e20e5c] {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: calc(48px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block h2[data-v-55e20e5c] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block h2[data-v-55e20e5c] {
        font-size: calc(30px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block h2[data-v-55e20e5c] {
        font-size: calc(24px + .25vw);
        margin-bottom: 20px
    }
}

.ctext-block .ctitle-block div p[data-v-55e20e5c] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block div p[data-v-55e20e5c] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block div p[data-v-55e20e5c] {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block div p[data-v-55e20e5c] {
        font-size: 14px;
        line-height: 1.5
    }
}

.history-desc div p[data-v-55e20e5c] {
    font-size: calc(42px + .25vw);
    color: #212b36;
    font-weight: 700;
    line-height: 1.3;
    font-family: arial
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-desc div p[data-v-55e20e5c] {
        font-size: calc(32px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .history-desc div p[data-v-55e20e5c] {
        font-size: calc(24px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .history-desc div p[data-v-55e20e5c] {
        font-size: calc(16px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

.his-text p[data-v-55e20e5c] {
    font-size: calc(16px + .25vw);
    color: #fff
}

.history-details2 h2[data-v-55e20e5c] {
    margin-bottom: 10px;
    font-size: calc(48px + .25vw);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-details2 h2[data-v-55e20e5c] {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .history-details2 h2[data-v-55e20e5c] {
        font-size: calc(32px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:575px) {
    .history-details2 h2[data-v-55e20e5c] {
        font-size: calc(20px + .25vw)
    }
}

.history-details2 .his-text2 p[data-v-55e20e5c] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.news-text[data-v-55e20e5c] {
    padding: 20px 0 0 0
}

@media(max-width:767px) {
    .news-text[data-v-55e20e5c] {
        padding: 10px 0 0 0
    }
}

.news-text h4[data-v-55e20e5c] {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:1025px)and (max-width:1600px) {
    .news-text h4[data-v-55e20e5c] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .news-text h4[data-v-55e20e5c] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .news-text h4[data-v-55e20e5c] {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3
    }
}

.news-text div p[data-v-55e20e5c] {
    padding: 0;
    font-size: calc(13px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(min-width:768px)and (max-width:1440px) {
    .news-text div p[data-v-55e20e5c] {
        font-size: 15px;
        line-height: 1.6
    }
}

@media(max-width:767px) {
    .news-text div p[data-v-55e20e5c] {
        font-size: 14px
    }
}

.text-cont p[data-v-55e20e5c] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont p[data-v-55e20e5c] {
        text-align: center
    }
}

@media(max-width:1024px) {
    .text-cont ul[data-v-55e20e5c] {
        padding-left: 20px
    }
}

.text-cont ul li[data-v-55e20e5c] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont ul li[data-v-55e20e5c] {
        text-align: left;
        padding: 0
    }
}

.pdtext-cont p[data-v-55e20e5c] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont p[data-v-55e20e5c] {
        text-align: center
    }
}

.pdtext-cont ul[data-v-55e20e5c] {
    padding-left: 20px
}

.pdtext-cont ul li[data-v-55e20e5c] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont ul li[data-v-55e20e5c] {
        text-align: left;
        padding: 0
    }
}

.tab-desc div div p[data-v-55e20e5c] {
    color: #fff
}

.singletitle-container[data-v-55e20e5c] {
    padding: 80px 0
}

@media(min-width:768px)and (max-width:1024px) {
    .singletitle-container[data-v-55e20e5c] {
        padding: 60px 0
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .singletitle-container[data-v-55e20e5c] {
        padding: 40px 0
    }
}

@media(max-width:575.98px) {
    .singletitle-container[data-v-55e20e5c] {
        padding: 40px 0
    }
}

.singletitle-container .singletitle-wrap[data-v-55e20e5c] {
    width: 50%;
    margin: 0 auto;
    text-align: center
}

@media(max-width:1024px) {
    .singletitle-container .singletitle-wrap[data-v-55e20e5c] {
        width: 70%;
        text-align: center
    }
}

.singletitle-container .singletitle-wrap h1[data-v-55e20e5c] {
    margin: 0;
    padding: 0
}

[data-v-c982b514] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-c982b514] {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #637381;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 0
}

.img-fluid[data-v-c982b514] {
    max-width: 100%;
    height: auto;
    display: block
}

ol[data-v-c982b514],
ul[data-v-c982b514] {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif
}

a[data-v-c982b514],
li[data-v-c982b514],
p[data-v-c982b514],
ul[data-v-c982b514] {
    font-family: Roboto, sans-serif;
    color: #637381;
    margin-bottom: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(max-width:767px) {

    a[data-v-c982b514],
    li[data-v-c982b514],
    p[data-v-c982b514],
    ul[data-v-c982b514] {
        font-size: 15px
    }
}

.title-color[data-v-c982b514] {
    color: #0b121c
}

h1[data-v-c982b514],
h2[data-v-c982b514],
h3[data-v-c982b514],
h4[data-v-c982b514],
h5[data-v-c982b514],
h6[data-v-c982b514] {
    font-family: arial;
    font-weight: 700;
    color: #212b36;
    margin: 0;
    text-transform: capitalize
}

h1[data-v-c982b514] {
    font-size: calc(52px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h1[data-v-c982b514] {
        font-size: calc(42px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    h1[data-v-c982b514] {
        font-size: calc(36px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575px) {
    h1[data-v-c982b514] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h2[data-v-c982b514] {
    font-size: calc(48px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    h2[data-v-c982b514] {
        font-size: calc(38px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    h2[data-v-c982b514] {
        font-size: calc(34px + .25vw);
        line-height: 1.3
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    h2[data-v-c982b514] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575.98px) {
    h2[data-v-c982b514] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h3[data-v-c982b514] {
    font-size: calc(34px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h3[data-v-c982b514] {
        font-size: calc(28px + .25vw);
        letter-spacing: 1px
    }
}

@media(max-width:1024px) {
    h3[data-v-c982b514] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

@media(max-width:575px) {
    h3[data-v-c982b514] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

h4[data-v-c982b514] {
    font-size: 28px
}

@media(max-width:1024px) {
    h4[data-v-c982b514] {
        font-size: 20px
    }
}

@media(max-width:575px) {
    h4[data-v-c982b514] {
        font-size: 18px
    }
}

h5[data-v-c982b514] {
    font-size: 20px
}

@media(max-width:1024px) {
    h5[data-v-c982b514] {
        font-size: 18px
    }
}

@media(max-width:575px) {
    h5[data-v-c982b514] {
        font-size: 15px
    }
}

h6[data-v-c982b514] {
    font-size: 16px
}

@media(max-width:1024px) {
    h6[data-v-c982b514] {
        font-size: 15px
    }
}

@media(max-width:575px) {
    h6[data-v-c982b514] {
        font-size: 14px
    }
}

.pd-5[data-v-c982b514] {
    padding: 0 5% !important
}

.mask[data-v-c982b514] {
    height: 100vh !important;
    width: 100% !important
}

.vue-flux .flux-caption[data-v-c982b514] {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70% !important;
    text-align: center !important;
    font-family: arial;
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .vue-flux .flux-caption[data-v-c982b514] {
        font-size: calc(52px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-caption[data-v-c982b514] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .vue-flux .flux-caption[data-v-c982b514] {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px;
        line-height: 1.25
    }
}

.vue-flux .flux-pagination[data-v-c982b514] {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
    bottom: unset !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination[data-v-c982b514] {
        top: unset !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        bottom: 0 !important;
        left: 50% !important;
        right: 0 !important
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination ul[data-v-c982b514] {
        display: block
    }
}

.vue-flux .flux-pagination li span.pagination-item[data-v-c982b514] {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-transition: background-color .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, border .2s ease-in
}

.vue-flux .flux-pagination li.active span.pagination-item[data-v-c982b514] {
    background-color: #0b121c !important
}

@media(min-width:992px)and (max-width:1024.98px) {
    .col-lg-10[data-v-c982b514] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .offset-lg-2[data-v-c982b514] {
        margin-left: 0 !important
    }

    .col-lg-3[data-v-c982b514],
    .col-lg-4[data-v-c982b514],
    .col-lg-6[data-v-c982b514] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .flex-lg-row[data-v-c982b514] {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
}

@media(min-width:1025px) {
    .col-lg-6[data-v-c982b514] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-lg-4[data-v-c982b514] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }

    .col-lg-10[data-v-c982b514] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important
    }

    .offset-lg-2[data-v-c982b514] {
        margin-left: 16.666667% !important
    }
}

@media(min-width:1200px) {
    .col-xl-6[data-v-c982b514] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-xl-4[data-v-c982b514] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.button-mirror[data-v-c982b514],
.button[data-v-c982b514] {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    text-align: center
}

@media(max-width:1024px) {

    .button-mirror[data-v-c982b514],
    .button[data-v-c982b514] {
        width: 150px
    }
}

.button-mirror[data-v-c982b514]:before,
.button[data-v-c982b514]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b121c;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width:1024px) {

    .button-mirror[data-v-c982b514]:before,
    .button[data-v-c982b514]:before {
        display: none
    }
}

.button-mirror[data-v-c982b514]:hover:before,
.button[data-v-c982b514]:hover:before {
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.button-mirror[data-v-c982b514]:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.plyr__control--overlaid[data-v-c982b514] {
    background: #0b121c !important;
    top: 60% !important;
    z-index: 200 !important
}

.vue-flux[data-v-c982b514] {
    position: relative
}

.vue-flux[data-v-c982b514]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0;
    content: ""
}

.maprichtext p[data-v-c982b514] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .maprichtext p[data-v-c982b514] {
        font-size: calc(22px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .maprichtext p[data-v-c982b514] {
        font-size: calc(18px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .maprichtext p[data-v-c982b514] {
        font-size: calc(16px + .25vw);
        line-height: 1.6
    }
}

@media(max-width:575.98px) {
    .maprichtext p[data-v-c982b514] {
        font-size: calc(15px + .25vw);
        line-height: 1.6
    }
}

.industrytext-details[data-v-c982b514] {
    overflow: hidden;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media(max-width:767.98px) {
    .industrytext-details[data-v-c982b514] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        overflow: hidden
    }
}

.industrytext-details img.richtext-image[data-v-c982b514] {
    display: block;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin: 0;
    width: 50%;
    float: right
}

@media(min-width:768px)and (max-width:1024px) {
    .industrytext-details img.richtext-image[data-v-c982b514] {
        height: 60vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .industrytext-details img.richtext-image[data-v-c982b514] {
        height: 45vh;
        min-height: 350px;
        width: 100%;
        margin: 20px 0;
        float: unset
    }
}

.industrytext-details p[data-v-c982b514] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5% 0 0
}

@media(max-width:767.98px) {
    .industrytext-details p[data-v-c982b514] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        background: #f1f1f1;
        width: 90%;
        margin: -60px auto 0 auto !important;
        position: relative;
        z-index: 22
    }
}

.industrytext-details p[data-v-c982b514]:first-child {
    margin: 0
}

@media(max-width:1024px) {
    .career-richtext[data-v-c982b514] {
        text-align: center
    }
}

.career-richtext h3[data-v-c982b514] {
    color: #0b121c;
    margin: 20px 0
}

.career-richtext h3[data-v-c982b514]:first-child {
    margin: 0 0 20px 0
}

.career-richtext p[data-v-c982b514] {
    margin: 0 0 40px 0;
    padding: 0
}

@media(max-width:1024px) {
    .career-richtext p[data-v-c982b514] {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .career-richtext p[data-v-c982b514] {
        margin-bottom: 20px
    }
}

.career-richtext p[data-v-c982b514]:last-child {
    margin: 0
}

.career-richtext ul[data-v-c982b514] {
    padding-left: 30px;
    margin: 0 0 40px 0
}

@media(max-width:1024px) {
    .career-richtext ul[data-v-c982b514] {
        margin-bottom: 0
    }
}

.career-richtext ul li[data-v-c982b514] {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    text-align: justify;
    text-indent: unset;
    list-style: none
}

.career-richtext ul li[data-v-c982b514]:before {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
    font-family: FontAwesome;
    color: #1c1b1b;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.address-data[data-v-c982b514] {
    margin: 20px 0 0 0
}

.address-data div p[data-v-c982b514] {
    color: #fff;
    font-size: 15px
}

@media(max-width:576px) {
    .col-mbx-6[data-v-c982b514] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.news-richtext[data-v-c982b514] {
    overflow-x: hidden;
    background: #fff;
    padding: 40px;
    overflow: auto
}

@media(max-width:767.98px) {
    .news-richtext[data-v-c982b514] {
        text-align: center
    }
}

.news-richtext p[data-v-c982b514] {
    padding: 0;
    margin: 0
}

.news-richtext p[data-v-c982b514]:last-child {
    margin: 0
}

.news-richtext img.richtext-image.full-width[data-v-c982b514] {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.full-width[data-v-c982b514] {
        height: 50vh;
        min-height: 380px
    }
}

.news-richtext img.richtext-image.right[data-v-c982b514] {
    height: 70vh;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: right;
    padding-left: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .news-richtext img.richtext-image.right[data-v-c982b514] {
        width: 100%;
        height: 60vh;
        min-height: 450px;
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.right[data-v-c982b514] {
        width: 100%;
        height: 50vh;
        min-height: 380px;
        padding-left: 0
    }
}

.colortext-block[data-v-c982b514] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: -150px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .colortext-block[data-v-c982b514] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.colortext-block p[data-v-c982b514] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .colortext-block p[data-v-c982b514] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .colortext-block p[data-v-c982b514] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .colortext-block p[data-v-c982b514] {
        font-size: 15px;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .colortext-block p[data-v-c982b514] {
        font-size: 15px;
        line-height: 1.5;
        color: #637381
    }
}

.gncolortext-block[data-v-c982b514] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .gncolortext-block[data-v-c982b514] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.gncolortext-block p[data-v-c982b514] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .gncolortext-block p[data-v-c982b514] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .gncolortext-block p[data-v-c982b514] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .gncolortext-block p[data-v-c982b514] {
        font-size: calc(16px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .gncolortext-block p[data-v-c982b514] {
        font-size: calc(15px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:1024px) {
    .lrtcardtext-block div p[data-v-c982b514] {
        color: #fff
    }
}

.lrtcardtext-block div ul[data-v-c982b514] {
    padding-left: 20px
}

.lrtcardtext-block div ul li[data-v-c982b514] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .lrtcardtext-block div ul li[data-v-c982b514] {
        text-align: left;
        padding: 0
    }
}

[data-aos=new-animation][data-v-c982b514] {
    opacity: 0;
    -webkit-transition-property: width;
    transition-property: width
}

[data-aos=new-animation].aos-animate[data-v-c982b514] {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=new-animation][data-v-c982b514] {
        width: 100%
    }

    [data-aos=new-animation].aos-animate[data-v-c982b514] {
        width: 0
    }
}

.fake3d-image-effect__image[data-v-c982b514] {
    height: 100%
}

.fake3d-image-effect__image canvas[data-v-c982b514] {
    height: 100% !important
}

[data-v-c982b514]::-webkit-scrollbar {
    width: 8px
}

[data-v-c982b514]::-webkit-scrollbar-track {
    background: #212b36
}

[data-v-c982b514]::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.ftext p[data-v-c982b514] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px
}

.swiper-pagination-bullet-active[data-v-c982b514] {
    opacity: 1;
    background: #0b121c !important
}

ul.counter-row li.count-col[data-v-c982b514] {
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

@media(max-width:1024px) {
    ul.counter-row li.count-col[data-v-c982b514] {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-c982b514] {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        background: #f6f7f9;
        margin-bottom: 20px
    }
}

ul.counter-row li.count-col .counter-mainwrap[data-v-c982b514] {
    border-right: 1px solid #0b121c;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap[data-v-c982b514] {
        border-right: none;
        min-height: 180px
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text[data-v-c982b514] {
    text-align: center
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup[data-v-c982b514] {
        padding: 0 0 20px 0
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-c982b514] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-c982b514] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-c982b514] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-c982b514] {
        font-size: calc(30px + .25vw)
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext[data-v-c982b514] {
    margin-right: auto;
    text-align: center
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext p[data-v-c982b514] {
    font-size: 15px
}

ul.counter-row li.count-col[data-v-c982b514]:hover {
    background: #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap[data-v-c982b514] {
    border-right: 1px solid #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .ctext p[data-v-c982b514],
ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .icountup span[data-v-c982b514] {
    color: #fff
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-c982b514]:last-child {
        margin-bottom: 0
    }
}

ul.counter-row li.count-col:last-child .counter-mainwrap[data-v-c982b514] {
    border-right: none
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text[data-v-c982b514] {
    text-align: center;
    margin-right: 0
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text .ctext[data-v-c982b514] {
    text-align: center
}

.ctext-block[data-v-c982b514] {
    position: relative;
    z-index: 2
}

.ctext-block .ctitle-block[data-v-c982b514] {
    margin-bottom: 45px
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block[data-v-c982b514] {
        text-align: center
    }
}

.ctext-block .ctitle-block h2[data-v-c982b514] {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: calc(48px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block h2[data-v-c982b514] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block h2[data-v-c982b514] {
        font-size: calc(30px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block h2[data-v-c982b514] {
        font-size: calc(24px + .25vw);
        margin-bottom: 20px
    }
}

.ctext-block .ctitle-block div p[data-v-c982b514] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block div p[data-v-c982b514] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block div p[data-v-c982b514] {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block div p[data-v-c982b514] {
        font-size: 14px;
        line-height: 1.5
    }
}

.history-desc div p[data-v-c982b514] {
    font-size: calc(42px + .25vw);
    color: #212b36;
    font-weight: 700;
    line-height: 1.3;
    font-family: arial
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-desc div p[data-v-c982b514] {
        font-size: calc(32px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .history-desc div p[data-v-c982b514] {
        font-size: calc(24px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .history-desc div p[data-v-c982b514] {
        font-size: calc(16px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

.his-text p[data-v-c982b514] {
    font-size: calc(16px + .25vw);
    color: #fff
}

.history-details2 h2[data-v-c982b514] {
    margin-bottom: 10px;
    font-size: calc(48px + .25vw);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-details2 h2[data-v-c982b514] {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .history-details2 h2[data-v-c982b514] {
        font-size: calc(32px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:575px) {
    .history-details2 h2[data-v-c982b514] {
        font-size: calc(20px + .25vw)
    }
}

.history-details2 .his-text2 p[data-v-c982b514] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.news-text[data-v-c982b514] {
    padding: 20px 0 0 0
}

@media(max-width:767px) {
    .news-text[data-v-c982b514] {
        padding: 10px 0 0 0
    }
}

.news-text h4[data-v-c982b514] {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:1025px)and (max-width:1600px) {
    .news-text h4[data-v-c982b514] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .news-text h4[data-v-c982b514] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .news-text h4[data-v-c982b514] {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3
    }
}

.news-text div p[data-v-c982b514] {
    padding: 0;
    font-size: calc(13px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(min-width:768px)and (max-width:1440px) {
    .news-text div p[data-v-c982b514] {
        font-size: 15px;
        line-height: 1.6
    }
}

@media(max-width:767px) {
    .news-text div p[data-v-c982b514] {
        font-size: 14px
    }
}

.text-cont p[data-v-c982b514] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont p[data-v-c982b514] {
        text-align: center
    }
}

@media(max-width:1024px) {
    .text-cont ul[data-v-c982b514] {
        padding-left: 20px
    }
}

.text-cont ul li[data-v-c982b514] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont ul li[data-v-c982b514] {
        text-align: left;
        padding: 0
    }
}

.pdtext-cont p[data-v-c982b514] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont p[data-v-c982b514] {
        text-align: center
    }
}

.pdtext-cont ul[data-v-c982b514] {
    padding-left: 20px
}

.pdtext-cont ul li[data-v-c982b514] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont ul li[data-v-c982b514] {
        text-align: left;
        padding: 0
    }
}

.tab-desc div div p[data-v-c982b514] {
    color: #fff
}

.text-details[data-v-c982b514] {
    margin: 0;
    padding: 0;
    padding-right: 5%;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .text-details[data-v-c982b514] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .text-details[data-v-c982b514] {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .text-details[data-v-c982b514] {
        font-size: 14px;
        line-height: 1.5
    }
}

.imgblock img[data-v-c982b514] {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
    width: 100%;
    height: 75vh;
    min-height: 420px
}

[data-v-6ed9304a] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-6ed9304a] {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #637381;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 0
}

.img-fluid[data-v-6ed9304a] {
    max-width: 100%;
    height: auto;
    display: block
}

ol[data-v-6ed9304a],
ul[data-v-6ed9304a] {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif
}

a[data-v-6ed9304a],
li[data-v-6ed9304a],
p[data-v-6ed9304a],
ul[data-v-6ed9304a] {
    font-family: Roboto, sans-serif;
    color: #637381;
    margin-bottom: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(max-width:767px) {

    a[data-v-6ed9304a],
    li[data-v-6ed9304a],
    p[data-v-6ed9304a],
    ul[data-v-6ed9304a] {
        font-size: 15px
    }
}

.title-color[data-v-6ed9304a] {
    color: #0b121c
}

h1[data-v-6ed9304a],
h2[data-v-6ed9304a],
h3[data-v-6ed9304a],
h4[data-v-6ed9304a],
h5[data-v-6ed9304a],
h6[data-v-6ed9304a] {
    font-family: arial;
    font-weight: 700;
    color: #212b36;
    margin: 0;
    text-transform: capitalize
}

h1[data-v-6ed9304a] {
    font-size: calc(52px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h1[data-v-6ed9304a] {
        font-size: calc(42px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    h1[data-v-6ed9304a] {
        font-size: calc(36px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575px) {
    h1[data-v-6ed9304a] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h2[data-v-6ed9304a] {
    font-size: calc(48px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    h2[data-v-6ed9304a] {
        font-size: calc(38px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    h2[data-v-6ed9304a] {
        font-size: calc(34px + .25vw);
        line-height: 1.3
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    h2[data-v-6ed9304a] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575.98px) {
    h2[data-v-6ed9304a] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h3[data-v-6ed9304a] {
    font-size: calc(34px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h3[data-v-6ed9304a] {
        font-size: calc(28px + .25vw);
        letter-spacing: 1px
    }
}

@media(max-width:1024px) {
    h3[data-v-6ed9304a] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

@media(max-width:575px) {
    h3[data-v-6ed9304a] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

h4[data-v-6ed9304a] {
    font-size: 28px
}

@media(max-width:1024px) {
    h4[data-v-6ed9304a] {
        font-size: 20px
    }
}

@media(max-width:575px) {
    h4[data-v-6ed9304a] {
        font-size: 18px
    }
}

h5[data-v-6ed9304a] {
    font-size: 20px
}

@media(max-width:1024px) {
    h5[data-v-6ed9304a] {
        font-size: 18px
    }
}

@media(max-width:575px) {
    h5[data-v-6ed9304a] {
        font-size: 15px
    }
}

h6[data-v-6ed9304a] {
    font-size: 16px
}

@media(max-width:1024px) {
    h6[data-v-6ed9304a] {
        font-size: 15px
    }
}

@media(max-width:575px) {
    h6[data-v-6ed9304a] {
        font-size: 14px
    }
}

.pd-5[data-v-6ed9304a] {
    padding: 0 5% !important
}

.mask[data-v-6ed9304a] {
    height: 100vh !important;
    width: 100% !important
}

.vue-flux .flux-caption[data-v-6ed9304a] {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70% !important;
    text-align: center !important;
    font-family: arial;
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .vue-flux .flux-caption[data-v-6ed9304a] {
        font-size: calc(52px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-caption[data-v-6ed9304a] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .vue-flux .flux-caption[data-v-6ed9304a] {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px;
        line-height: 1.25
    }
}

.vue-flux .flux-pagination[data-v-6ed9304a] {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
    bottom: unset !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination[data-v-6ed9304a] {
        top: unset !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        bottom: 0 !important;
        left: 50% !important;
        right: 0 !important
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination ul[data-v-6ed9304a] {
        display: block
    }
}

.vue-flux .flux-pagination li span.pagination-item[data-v-6ed9304a] {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-transition: background-color .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, border .2s ease-in
}

.vue-flux .flux-pagination li.active span.pagination-item[data-v-6ed9304a] {
    background-color: #0b121c !important
}

@media(min-width:992px)and (max-width:1024.98px) {
    .col-lg-10[data-v-6ed9304a] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .offset-lg-2[data-v-6ed9304a] {
        margin-left: 0 !important
    }

    .col-lg-3[data-v-6ed9304a],
    .col-lg-4[data-v-6ed9304a],
    .col-lg-6[data-v-6ed9304a] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .flex-lg-row[data-v-6ed9304a] {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
}

@media(min-width:1025px) {
    .col-lg-6[data-v-6ed9304a] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-lg-4[data-v-6ed9304a] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }

    .col-lg-10[data-v-6ed9304a] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important
    }

    .offset-lg-2[data-v-6ed9304a] {
        margin-left: 16.666667% !important
    }
}

@media(min-width:1200px) {
    .col-xl-6[data-v-6ed9304a] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-xl-4[data-v-6ed9304a] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.button-mirror[data-v-6ed9304a],
.button[data-v-6ed9304a] {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    text-align: center
}

@media(max-width:1024px) {

    .button-mirror[data-v-6ed9304a],
    .button[data-v-6ed9304a] {
        width: 150px
    }
}

.button-mirror[data-v-6ed9304a]:before,
.button[data-v-6ed9304a]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b121c;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width:1024px) {

    .button-mirror[data-v-6ed9304a]:before,
    .button[data-v-6ed9304a]:before {
        display: none
    }
}

.button-mirror[data-v-6ed9304a]:hover:before,
.button[data-v-6ed9304a]:hover:before {
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.button-mirror[data-v-6ed9304a]:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.plyr__control--overlaid[data-v-6ed9304a] {
    background: #0b121c !important;
    top: 60% !important;
    z-index: 200 !important
}

.vue-flux[data-v-6ed9304a] {
    position: relative
}

.vue-flux[data-v-6ed9304a]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0;
    content: ""
}

.maprichtext p[data-v-6ed9304a] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .maprichtext p[data-v-6ed9304a] {
        font-size: calc(22px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .maprichtext p[data-v-6ed9304a] {
        font-size: calc(18px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .maprichtext p[data-v-6ed9304a] {
        font-size: calc(16px + .25vw);
        line-height: 1.6
    }
}

@media(max-width:575.98px) {
    .maprichtext p[data-v-6ed9304a] {
        font-size: calc(15px + .25vw);
        line-height: 1.6
    }
}

.industrytext-details[data-v-6ed9304a] {
    overflow: hidden;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media(max-width:767.98px) {
    .industrytext-details[data-v-6ed9304a] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        overflow: hidden
    }
}

.industrytext-details img.richtext-image[data-v-6ed9304a] {
    display: block;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin: 0;
    width: 50%;
    float: right
}

@media(min-width:768px)and (max-width:1024px) {
    .industrytext-details img.richtext-image[data-v-6ed9304a] {
        height: 60vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .industrytext-details img.richtext-image[data-v-6ed9304a] {
        height: 45vh;
        min-height: 350px;
        width: 100%;
        margin: 20px 0;
        float: unset
    }
}

.industrytext-details p[data-v-6ed9304a] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5% 0 0
}

@media(max-width:767.98px) {
    .industrytext-details p[data-v-6ed9304a] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        background: #f1f1f1;
        width: 90%;
        margin: -60px auto 0 auto !important;
        position: relative;
        z-index: 22
    }
}

.industrytext-details p[data-v-6ed9304a]:first-child {
    margin: 0
}

@media(max-width:1024px) {
    .career-richtext[data-v-6ed9304a] {
        text-align: center
    }
}

.career-richtext h3[data-v-6ed9304a] {
    color: #0b121c;
    margin: 20px 0
}

.career-richtext h3[data-v-6ed9304a]:first-child {
    margin: 0 0 20px 0
}

.career-richtext p[data-v-6ed9304a] {
    margin: 0 0 40px 0;
    padding: 0
}

@media(max-width:1024px) {
    .career-richtext p[data-v-6ed9304a] {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .career-richtext p[data-v-6ed9304a] {
        margin-bottom: 20px
    }
}

.career-richtext p[data-v-6ed9304a]:last-child {
    margin: 0
}

.career-richtext ul[data-v-6ed9304a] {
    padding-left: 30px;
    margin: 0 0 40px 0
}

@media(max-width:1024px) {
    .career-richtext ul[data-v-6ed9304a] {
        margin-bottom: 0
    }
}

.career-richtext ul li[data-v-6ed9304a] {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    text-align: justify;
    text-indent: unset;
    list-style: none
}

.career-richtext ul li[data-v-6ed9304a]:before {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
    font-family: FontAwesome;
    color: #1c1b1b;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.address-data[data-v-6ed9304a] {
    margin: 20px 0 0 0
}

.address-data div p[data-v-6ed9304a] {
    color: #fff;
    font-size: 15px
}

@media(max-width:576px) {
    .col-mbx-6[data-v-6ed9304a] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.news-richtext[data-v-6ed9304a] {
    overflow-x: hidden;
    background: #fff;
    padding: 40px;
    overflow: auto
}

@media(max-width:767.98px) {
    .news-richtext[data-v-6ed9304a] {
        text-align: center
    }
}

.news-richtext p[data-v-6ed9304a] {
    padding: 0;
    margin: 0
}

.news-richtext p[data-v-6ed9304a]:last-child {
    margin: 0
}

.news-richtext img.richtext-image.full-width[data-v-6ed9304a] {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.full-width[data-v-6ed9304a] {
        height: 50vh;
        min-height: 380px
    }
}

.news-richtext img.richtext-image.right[data-v-6ed9304a] {
    height: 70vh;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: right;
    padding-left: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .news-richtext img.richtext-image.right[data-v-6ed9304a] {
        width: 100%;
        height: 60vh;
        min-height: 450px;
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.right[data-v-6ed9304a] {
        width: 100%;
        height: 50vh;
        min-height: 380px;
        padding-left: 0
    }
}

.colortext-block[data-v-6ed9304a] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: -150px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .colortext-block[data-v-6ed9304a] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.colortext-block p[data-v-6ed9304a] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .colortext-block p[data-v-6ed9304a] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .colortext-block p[data-v-6ed9304a] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .colortext-block p[data-v-6ed9304a] {
        font-size: 15px;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .colortext-block p[data-v-6ed9304a] {
        font-size: 15px;
        line-height: 1.5;
        color: #637381
    }
}

.gncolortext-block[data-v-6ed9304a] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .gncolortext-block[data-v-6ed9304a] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.gncolortext-block p[data-v-6ed9304a] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .gncolortext-block p[data-v-6ed9304a] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .gncolortext-block p[data-v-6ed9304a] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .gncolortext-block p[data-v-6ed9304a] {
        font-size: calc(16px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .gncolortext-block p[data-v-6ed9304a] {
        font-size: calc(15px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:1024px) {
    .lrtcardtext-block div p[data-v-6ed9304a] {
        color: #fff
    }
}

.lrtcardtext-block div ul[data-v-6ed9304a] {
    padding-left: 20px
}

.lrtcardtext-block div ul li[data-v-6ed9304a] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .lrtcardtext-block div ul li[data-v-6ed9304a] {
        text-align: left;
        padding: 0
    }
}

[data-aos=new-animation][data-v-6ed9304a] {
    opacity: 0;
    -webkit-transition-property: width;
    transition-property: width
}

[data-aos=new-animation].aos-animate[data-v-6ed9304a] {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=new-animation][data-v-6ed9304a] {
        width: 100%
    }

    [data-aos=new-animation].aos-animate[data-v-6ed9304a] {
        width: 0
    }
}

.fake3d-image-effect__image[data-v-6ed9304a] {
    height: 100%
}

.fake3d-image-effect__image canvas[data-v-6ed9304a] {
    height: 100% !important
}

[data-v-6ed9304a]::-webkit-scrollbar {
    width: 8px
}

[data-v-6ed9304a]::-webkit-scrollbar-track {
    background: #212b36
}

[data-v-6ed9304a]::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.ftext p[data-v-6ed9304a] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px
}

.swiper-pagination-bullet-active[data-v-6ed9304a] {
    opacity: 1;
    background: #0b121c !important
}

ul.counter-row li.count-col[data-v-6ed9304a] {
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

@media(max-width:1024px) {
    ul.counter-row li.count-col[data-v-6ed9304a] {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-6ed9304a] {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        background: #f6f7f9;
        margin-bottom: 20px
    }
}

ul.counter-row li.count-col .counter-mainwrap[data-v-6ed9304a] {
    border-right: 1px solid #0b121c;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap[data-v-6ed9304a] {
        border-right: none;
        min-height: 180px
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text[data-v-6ed9304a] {
    text-align: center
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup[data-v-6ed9304a] {
        padding: 0 0 20px 0
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-6ed9304a] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-6ed9304a] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-6ed9304a] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-6ed9304a] {
        font-size: calc(30px + .25vw)
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext[data-v-6ed9304a] {
    margin-right: auto;
    text-align: center
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext p[data-v-6ed9304a] {
    font-size: 15px
}

ul.counter-row li.count-col[data-v-6ed9304a]:hover {
    background: #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap[data-v-6ed9304a] {
    border-right: 1px solid #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .ctext p[data-v-6ed9304a],
ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .icountup span[data-v-6ed9304a] {
    color: #fff
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-6ed9304a]:last-child {
        margin-bottom: 0
    }
}

ul.counter-row li.count-col:last-child .counter-mainwrap[data-v-6ed9304a] {
    border-right: none
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text[data-v-6ed9304a] {
    text-align: center;
    margin-right: 0
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text .ctext[data-v-6ed9304a] {
    text-align: center
}

.ctext-block[data-v-6ed9304a] {
    position: relative;
    z-index: 2
}

.ctext-block .ctitle-block[data-v-6ed9304a] {
    margin-bottom: 45px
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block[data-v-6ed9304a] {
        text-align: center
    }
}

.ctext-block .ctitle-block h2[data-v-6ed9304a] {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: calc(48px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block h2[data-v-6ed9304a] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block h2[data-v-6ed9304a] {
        font-size: calc(30px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block h2[data-v-6ed9304a] {
        font-size: calc(24px + .25vw);
        margin-bottom: 20px
    }
}

.ctext-block .ctitle-block div p[data-v-6ed9304a] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block div p[data-v-6ed9304a] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block div p[data-v-6ed9304a] {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block div p[data-v-6ed9304a] {
        font-size: 14px;
        line-height: 1.5
    }
}

.history-desc div p[data-v-6ed9304a] {
    font-size: calc(42px + .25vw);
    color: #212b36;
    font-weight: 700;
    line-height: 1.3;
    font-family: arial
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-desc div p[data-v-6ed9304a] {
        font-size: calc(32px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .history-desc div p[data-v-6ed9304a] {
        font-size: calc(24px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .history-desc div p[data-v-6ed9304a] {
        font-size: calc(16px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

.his-text p[data-v-6ed9304a] {
    font-size: calc(16px + .25vw);
    color: #fff
}

.history-details2 h2[data-v-6ed9304a] {
    margin-bottom: 10px;
    font-size: calc(48px + .25vw);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-details2 h2[data-v-6ed9304a] {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .history-details2 h2[data-v-6ed9304a] {
        font-size: calc(32px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:575px) {
    .history-details2 h2[data-v-6ed9304a] {
        font-size: calc(20px + .25vw)
    }
}

.history-details2 .his-text2 p[data-v-6ed9304a] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.news-text[data-v-6ed9304a] {
    padding: 20px 0 0 0
}

@media(max-width:767px) {
    .news-text[data-v-6ed9304a] {
        padding: 10px 0 0 0
    }
}

.news-text h4[data-v-6ed9304a] {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:1025px)and (max-width:1600px) {
    .news-text h4[data-v-6ed9304a] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .news-text h4[data-v-6ed9304a] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .news-text h4[data-v-6ed9304a] {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3
    }
}

.news-text div p[data-v-6ed9304a] {
    padding: 0;
    font-size: calc(13px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(min-width:768px)and (max-width:1440px) {
    .news-text div p[data-v-6ed9304a] {
        font-size: 15px;
        line-height: 1.6
    }
}

@media(max-width:767px) {
    .news-text div p[data-v-6ed9304a] {
        font-size: 14px
    }
}

.text-cont p[data-v-6ed9304a] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont p[data-v-6ed9304a] {
        text-align: center
    }
}

@media(max-width:1024px) {
    .text-cont ul[data-v-6ed9304a] {
        padding-left: 20px
    }
}

.text-cont ul li[data-v-6ed9304a] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont ul li[data-v-6ed9304a] {
        text-align: left;
        padding: 0
    }
}

.pdtext-cont p[data-v-6ed9304a] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont p[data-v-6ed9304a] {
        text-align: center
    }
}

.pdtext-cont ul[data-v-6ed9304a] {
    padding-left: 20px
}

.pdtext-cont ul li[data-v-6ed9304a] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont ul li[data-v-6ed9304a] {
        text-align: left;
        padding: 0
    }
}

.tab-desc div div p[data-v-6ed9304a] {
    color: #fff
}

.counter-fullblock[data-v-6ed9304a] {
    background: #f6f7f9
}

@media(max-width:767px) {
    .counter-fullblock[data-v-6ed9304a] {
        background: #fff;
        margin: 40px 0
    }
}

.fade-enter-active[data-v-6ed9304a],
.fade-leave-active[data-v-6ed9304a] {
    -webkit-transition: all .5ms;
    transition: all .5ms
}

.fade-enter[data-v-6ed9304a],
.fade-leave-to[data-v-6ed9304a] {
    opacity: 0
}

[data-v-b7362a10] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-b7362a10] {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #637381;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 0
}

.img-fluid[data-v-b7362a10] {
    max-width: 100%;
    height: auto;
    display: block
}

ol[data-v-b7362a10],
ul[data-v-b7362a10] {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif
}

a[data-v-b7362a10],
li[data-v-b7362a10],
p[data-v-b7362a10],
ul[data-v-b7362a10] {
    font-family: Roboto, sans-serif;
    color: #637381;
    margin-bottom: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(max-width:767px) {

    a[data-v-b7362a10],
    li[data-v-b7362a10],
    p[data-v-b7362a10],
    ul[data-v-b7362a10] {
        font-size: 15px
    }
}

.title-color[data-v-b7362a10] {
    color: #0b121c
}

h1[data-v-b7362a10],
h2[data-v-b7362a10],
h3[data-v-b7362a10],
h4[data-v-b7362a10],
h5[data-v-b7362a10],
h6[data-v-b7362a10] {
    font-family: arial;
    font-weight: 700;
    color: #212b36;
    margin: 0;
    text-transform: capitalize
}

h1[data-v-b7362a10] {
    font-size: calc(52px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h1[data-v-b7362a10] {
        font-size: calc(42px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    h1[data-v-b7362a10] {
        font-size: calc(36px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575px) {
    h1[data-v-b7362a10] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h2[data-v-b7362a10] {
    font-size: calc(48px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    h2[data-v-b7362a10] {
        font-size: calc(38px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    h2[data-v-b7362a10] {
        font-size: calc(34px + .25vw);
        line-height: 1.3
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    h2[data-v-b7362a10] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575.98px) {
    h2[data-v-b7362a10] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h3[data-v-b7362a10] {
    font-size: calc(34px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h3[data-v-b7362a10] {
        font-size: calc(28px + .25vw);
        letter-spacing: 1px
    }
}

@media(max-width:1024px) {
    h3[data-v-b7362a10] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

@media(max-width:575px) {
    h3[data-v-b7362a10] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

h4[data-v-b7362a10] {
    font-size: 28px
}

@media(max-width:1024px) {
    h4[data-v-b7362a10] {
        font-size: 20px
    }
}

@media(max-width:575px) {
    h4[data-v-b7362a10] {
        font-size: 18px
    }
}

h5[data-v-b7362a10] {
    font-size: 20px
}

@media(max-width:1024px) {
    h5[data-v-b7362a10] {
        font-size: 18px
    }
}

@media(max-width:575px) {
    h5[data-v-b7362a10] {
        font-size: 15px
    }
}

h6[data-v-b7362a10] {
    font-size: 16px
}

@media(max-width:1024px) {
    h6[data-v-b7362a10] {
        font-size: 15px
    }
}

@media(max-width:575px) {
    h6[data-v-b7362a10] {
        font-size: 14px
    }
}

.pd-5[data-v-b7362a10] {
    padding: 0 5% !important
}

.mask[data-v-b7362a10] {
    height: 100vh !important;
    width: 100% !important
}

.vue-flux .flux-caption[data-v-b7362a10] {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70% !important;
    text-align: center !important;
    font-family: arial;
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .vue-flux .flux-caption[data-v-b7362a10] {
        font-size: calc(52px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-caption[data-v-b7362a10] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .vue-flux .flux-caption[data-v-b7362a10] {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px;
        line-height: 1.25
    }
}

.vue-flux .flux-pagination[data-v-b7362a10] {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
    bottom: unset !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination[data-v-b7362a10] {
        top: unset !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        bottom: 0 !important;
        left: 50% !important;
        right: 0 !important
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination ul[data-v-b7362a10] {
        display: block
    }
}

.vue-flux .flux-pagination li span.pagination-item[data-v-b7362a10] {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-transition: background-color .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, border .2s ease-in
}

.vue-flux .flux-pagination li.active span.pagination-item[data-v-b7362a10] {
    background-color: #0b121c !important
}

@media(min-width:992px)and (max-width:1024.98px) {
    .col-lg-10[data-v-b7362a10] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .offset-lg-2[data-v-b7362a10] {
        margin-left: 0 !important
    }

    .col-lg-3[data-v-b7362a10],
    .col-lg-4[data-v-b7362a10],
    .col-lg-6[data-v-b7362a10] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .flex-lg-row[data-v-b7362a10] {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
}

@media(min-width:1025px) {
    .col-lg-6[data-v-b7362a10] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-lg-4[data-v-b7362a10] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }

    .col-lg-10[data-v-b7362a10] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important
    }

    .offset-lg-2[data-v-b7362a10] {
        margin-left: 16.666667% !important
    }
}

@media(min-width:1200px) {
    .col-xl-6[data-v-b7362a10] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-xl-4[data-v-b7362a10] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.button-mirror[data-v-b7362a10],
.button[data-v-b7362a10] {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    text-align: center
}

@media(max-width:1024px) {

    .button-mirror[data-v-b7362a10],
    .button[data-v-b7362a10] {
        width: 150px
    }
}

.button-mirror[data-v-b7362a10]:before,
.button[data-v-b7362a10]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b121c;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width:1024px) {

    .button-mirror[data-v-b7362a10]:before,
    .button[data-v-b7362a10]:before {
        display: none
    }
}

.button-mirror[data-v-b7362a10]:hover:before,
.button[data-v-b7362a10]:hover:before {
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.button-mirror[data-v-b7362a10]:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.plyr__control--overlaid[data-v-b7362a10] {
    background: #0b121c !important;
    top: 60% !important;
    z-index: 200 !important
}

.vue-flux[data-v-b7362a10] {
    position: relative
}

.vue-flux[data-v-b7362a10]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0;
    content: ""
}

.maprichtext p[data-v-b7362a10] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .maprichtext p[data-v-b7362a10] {
        font-size: calc(22px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .maprichtext p[data-v-b7362a10] {
        font-size: calc(18px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .maprichtext p[data-v-b7362a10] {
        font-size: calc(16px + .25vw);
        line-height: 1.6
    }
}

@media(max-width:575.98px) {
    .maprichtext p[data-v-b7362a10] {
        font-size: calc(15px + .25vw);
        line-height: 1.6
    }
}

.industrytext-details[data-v-b7362a10] {
    overflow: hidden;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media(max-width:767.98px) {
    .industrytext-details[data-v-b7362a10] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        overflow: hidden
    }
}

.industrytext-details img.richtext-image[data-v-b7362a10] {
    display: block;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin: 0;
    width: 50%;
    float: right
}

@media(min-width:768px)and (max-width:1024px) {
    .industrytext-details img.richtext-image[data-v-b7362a10] {
        height: 60vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .industrytext-details img.richtext-image[data-v-b7362a10] {
        height: 45vh;
        min-height: 350px;
        width: 100%;
        margin: 20px 0;
        float: unset
    }
}

.industrytext-details p[data-v-b7362a10] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5% 0 0
}

@media(max-width:767.98px) {
    .industrytext-details p[data-v-b7362a10] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        background: #f1f1f1;
        width: 90%;
        margin: -60px auto 0 auto !important;
        position: relative;
        z-index: 22
    }
}

.industrytext-details p[data-v-b7362a10]:first-child {
    margin: 0
}

@media(max-width:1024px) {
    .career-richtext[data-v-b7362a10] {
        text-align: center
    }
}

.career-richtext h3[data-v-b7362a10] {
    color: #0b121c;
    margin: 20px 0
}

.career-richtext h3[data-v-b7362a10]:first-child {
    margin: 0 0 20px 0
}

.career-richtext p[data-v-b7362a10] {
    margin: 0 0 40px 0;
    padding: 0
}

@media(max-width:1024px) {
    .career-richtext p[data-v-b7362a10] {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .career-richtext p[data-v-b7362a10] {
        margin-bottom: 20px
    }
}

.career-richtext p[data-v-b7362a10]:last-child {
    margin: 0
}

.career-richtext ul[data-v-b7362a10] {
    padding-left: 30px;
    margin: 0 0 40px 0
}

@media(max-width:1024px) {
    .career-richtext ul[data-v-b7362a10] {
        margin-bottom: 0
    }
}

.career-richtext ul li[data-v-b7362a10] {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    text-align: justify;
    text-indent: unset;
    list-style: none
}

.career-richtext ul li[data-v-b7362a10]:before {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
    font-family: FontAwesome;
    color: #1c1b1b;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.address-data[data-v-b7362a10] {
    margin: 20px 0 0 0
}

.address-data div p[data-v-b7362a10] {
    color: #fff;
    font-size: 15px
}

@media(max-width:576px) {
    .col-mbx-6[data-v-b7362a10] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.news-richtext[data-v-b7362a10] {
    overflow-x: hidden;
    background: #fff;
    padding: 40px;
    overflow: auto
}

@media(max-width:767.98px) {
    .news-richtext[data-v-b7362a10] {
        text-align: center
    }
}

.news-richtext p[data-v-b7362a10] {
    padding: 0;
    margin: 0
}

.news-richtext p[data-v-b7362a10]:last-child {
    margin: 0
}

.news-richtext img.richtext-image.full-width[data-v-b7362a10] {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.full-width[data-v-b7362a10] {
        height: 50vh;
        min-height: 380px
    }
}

.news-richtext img.richtext-image.right[data-v-b7362a10] {
    height: 70vh;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: right;
    padding-left: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .news-richtext img.richtext-image.right[data-v-b7362a10] {
        width: 100%;
        height: 60vh;
        min-height: 450px;
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.right[data-v-b7362a10] {
        width: 100%;
        height: 50vh;
        min-height: 380px;
        padding-left: 0
    }
}

.colortext-block[data-v-b7362a10] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: -150px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .colortext-block[data-v-b7362a10] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.colortext-block p[data-v-b7362a10] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .colortext-block p[data-v-b7362a10] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .colortext-block p[data-v-b7362a10] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .colortext-block p[data-v-b7362a10] {
        font-size: 15px;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .colortext-block p[data-v-b7362a10] {
        font-size: 15px;
        line-height: 1.5;
        color: #637381
    }
}

.gncolortext-block[data-v-b7362a10] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .gncolortext-block[data-v-b7362a10] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.gncolortext-block p[data-v-b7362a10] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .gncolortext-block p[data-v-b7362a10] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .gncolortext-block p[data-v-b7362a10] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .gncolortext-block p[data-v-b7362a10] {
        font-size: calc(16px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .gncolortext-block p[data-v-b7362a10] {
        font-size: calc(15px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:1024px) {
    .lrtcardtext-block div p[data-v-b7362a10] {
        color: #fff
    }
}

.lrtcardtext-block div ul[data-v-b7362a10] {
    padding-left: 20px
}

.lrtcardtext-block div ul li[data-v-b7362a10] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .lrtcardtext-block div ul li[data-v-b7362a10] {
        text-align: left;
        padding: 0
    }
}

[data-aos=new-animation][data-v-b7362a10] {
    opacity: 0;
    -webkit-transition-property: width;
    transition-property: width
}

[data-aos=new-animation].aos-animate[data-v-b7362a10] {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=new-animation][data-v-b7362a10] {
        width: 100%
    }

    [data-aos=new-animation].aos-animate[data-v-b7362a10] {
        width: 0
    }
}

.fake3d-image-effect__image[data-v-b7362a10] {
    height: 100%
}

.fake3d-image-effect__image canvas[data-v-b7362a10] {
    height: 100% !important
}

[data-v-b7362a10]::-webkit-scrollbar {
    width: 8px
}

[data-v-b7362a10]::-webkit-scrollbar-track {
    background: #212b36
}

[data-v-b7362a10]::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.ftext p[data-v-b7362a10] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px
}

.swiper-pagination-bullet-active[data-v-b7362a10] {
    opacity: 1;
    background: #0b121c !important
}

ul.counter-row li.count-col[data-v-b7362a10] {
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

@media(max-width:1024px) {
    ul.counter-row li.count-col[data-v-b7362a10] {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-b7362a10] {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        background: #f6f7f9;
        margin-bottom: 20px
    }
}

ul.counter-row li.count-col .counter-mainwrap[data-v-b7362a10] {
    border-right: 1px solid #0b121c;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap[data-v-b7362a10] {
        border-right: none;
        min-height: 180px
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text[data-v-b7362a10] {
    text-align: center
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup[data-v-b7362a10] {
        padding: 0 0 20px 0
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-b7362a10] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-b7362a10] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-b7362a10] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-b7362a10] {
        font-size: calc(30px + .25vw)
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext[data-v-b7362a10] {
    margin-right: auto;
    text-align: center
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext p[data-v-b7362a10] {
    font-size: 15px
}

ul.counter-row li.count-col[data-v-b7362a10]:hover {
    background: #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap[data-v-b7362a10] {
    border-right: 1px solid #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .ctext p[data-v-b7362a10],
ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .icountup span[data-v-b7362a10] {
    color: #fff
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-b7362a10]:last-child {
        margin-bottom: 0
    }
}

ul.counter-row li.count-col:last-child .counter-mainwrap[data-v-b7362a10] {
    border-right: none
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text[data-v-b7362a10] {
    text-align: center;
    margin-right: 0
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text .ctext[data-v-b7362a10] {
    text-align: center
}

.ctext-block[data-v-b7362a10] {
    position: relative;
    z-index: 2
}

.ctext-block .ctitle-block[data-v-b7362a10] {
    margin-bottom: 45px
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block[data-v-b7362a10] {
        text-align: center
    }
}

.ctext-block .ctitle-block h2[data-v-b7362a10] {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: calc(48px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block h2[data-v-b7362a10] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block h2[data-v-b7362a10] {
        font-size: calc(30px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block h2[data-v-b7362a10] {
        font-size: calc(24px + .25vw);
        margin-bottom: 20px
    }
}

.ctext-block .ctitle-block div p[data-v-b7362a10] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block div p[data-v-b7362a10] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block div p[data-v-b7362a10] {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block div p[data-v-b7362a10] {
        font-size: 14px;
        line-height: 1.5
    }
}

.history-desc div p[data-v-b7362a10] {
    font-size: calc(42px + .25vw);
    color: #212b36;
    font-weight: 700;
    line-height: 1.3;
    font-family: arial
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-desc div p[data-v-b7362a10] {
        font-size: calc(32px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .history-desc div p[data-v-b7362a10] {
        font-size: calc(24px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .history-desc div p[data-v-b7362a10] {
        font-size: calc(16px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

.his-text p[data-v-b7362a10] {
    font-size: calc(16px + .25vw);
    color: #fff
}

.history-details2 h2[data-v-b7362a10] {
    margin-bottom: 10px;
    font-size: calc(48px + .25vw);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-details2 h2[data-v-b7362a10] {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .history-details2 h2[data-v-b7362a10] {
        font-size: calc(32px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:575px) {
    .history-details2 h2[data-v-b7362a10] {
        font-size: calc(20px + .25vw)
    }
}

.history-details2 .his-text2 p[data-v-b7362a10] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.news-text[data-v-b7362a10] {
    padding: 20px 0 0 0
}

@media(max-width:767px) {
    .news-text[data-v-b7362a10] {
        padding: 10px 0 0 0
    }
}

.news-text h4[data-v-b7362a10] {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:1025px)and (max-width:1600px) {
    .news-text h4[data-v-b7362a10] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .news-text h4[data-v-b7362a10] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .news-text h4[data-v-b7362a10] {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3
    }
}

.news-text div p[data-v-b7362a10] {
    padding: 0;
    font-size: calc(13px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(min-width:768px)and (max-width:1440px) {
    .news-text div p[data-v-b7362a10] {
        font-size: 15px;
        line-height: 1.6
    }
}

@media(max-width:767px) {
    .news-text div p[data-v-b7362a10] {
        font-size: 14px
    }
}

.text-cont p[data-v-b7362a10] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont p[data-v-b7362a10] {
        text-align: center
    }
}

@media(max-width:1024px) {
    .text-cont ul[data-v-b7362a10] {
        padding-left: 20px
    }
}

.text-cont ul li[data-v-b7362a10] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont ul li[data-v-b7362a10] {
        text-align: left;
        padding: 0
    }
}

.pdtext-cont p[data-v-b7362a10] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont p[data-v-b7362a10] {
        text-align: center
    }
}

.pdtext-cont ul[data-v-b7362a10] {
    padding-left: 20px
}

.pdtext-cont ul li[data-v-b7362a10] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont ul li[data-v-b7362a10] {
        text-align: left;
        padding: 0
    }
}

.tab-desc div div p[data-v-b7362a10] {
    color: #fff
}

.certification-fullblock[data-v-b7362a10] {
    padding: 80px 0
}

@media(max-width:1024px) {
    .certification-fullblock[data-v-b7362a10] {
        padding: 60px 0
    }
}

@media(max-width:767px) {
    .certification-fullblock[data-v-b7362a10] {
        padding: 40px 0
    }
}

.ctitle[data-v-b7362a10] {
    text-align: center
}

.logo-row[data-v-b7362a10] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 40px;
    margin: 0
}

.logo-row .logoimg-col[data-v-b7362a10] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 30px
}

@media(min-width:1200px)and (max-width:1440px) {
    .logo-row .logoimg-col[data-v-b7362a10] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media(min-width:1025px)and (max-width:1199.98px) {
    .logo-row .logoimg-col[data-v-b7362a10] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media(min-width:576px)and (max-width:1024px) {
    .logo-row .logoimg-col[data-v-b7362a10] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media(max-width:575.98px) {
    .logo-row .logoimg-col[data-v-b7362a10] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        min-height: 300px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .03), 0 1px 2px rgba(0, 0, 0, .05);
        box-shadow: 0 1px 3px rgba(0, 0, 0, .03), 0 1px 2px rgba(0, 0, 0, .05)
    }
}

.logo-row .logoimg-col[data-v-b7362a10]:last-child {
    margin-bottom: 0
}

.logo-row .logoimg-col .logo-wrap[data-v-b7362a10] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.logo-row .logoimg-col .logo-wrap img[data-v-b7362a10] {
    width: 18vw;
    height: auto;
    display: block;
    min-width: 180px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    max-width: 320px
}

@media(max-width:575.98px) {
    .logo-row .logoimg-col .logo-wrap img[data-v-b7362a10] {
        min-width: 320px;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content
    }
}

[data-v-96a06384] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-96a06384] {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #637381;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 0
}

.img-fluid[data-v-96a06384] {
    max-width: 100%;
    height: auto;
    display: block
}

ol[data-v-96a06384],
ul[data-v-96a06384] {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif
}

a[data-v-96a06384],
li[data-v-96a06384],
p[data-v-96a06384],
ul[data-v-96a06384] {
    font-family: Roboto, sans-serif;
    color: #637381;
    margin-bottom: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(max-width:767px) {

    a[data-v-96a06384],
    li[data-v-96a06384],
    p[data-v-96a06384],
    ul[data-v-96a06384] {
        font-size: 15px
    }
}

.title-color[data-v-96a06384] {
    color: #0b121c
}

h1[data-v-96a06384],
h2[data-v-96a06384],
h3[data-v-96a06384],
h4[data-v-96a06384],
h5[data-v-96a06384],
h6[data-v-96a06384] {
    font-family: arial;
    font-weight: 700;
    color: #212b36;
    margin: 0;
    text-transform: capitalize
}

h1[data-v-96a06384] {
    font-size: calc(52px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h1[data-v-96a06384] {
        font-size: calc(42px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    h1[data-v-96a06384] {
        font-size: calc(36px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575px) {
    h1[data-v-96a06384] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h2[data-v-96a06384] {
    font-size: calc(48px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    h2[data-v-96a06384] {
        font-size: calc(38px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    h2[data-v-96a06384] {
        font-size: calc(34px + .25vw);
        line-height: 1.3
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    h2[data-v-96a06384] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575.98px) {
    h2[data-v-96a06384] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h3[data-v-96a06384] {
    font-size: calc(34px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h3[data-v-96a06384] {
        font-size: calc(28px + .25vw);
        letter-spacing: 1px
    }
}

@media(max-width:1024px) {
    h3[data-v-96a06384] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

@media(max-width:575px) {
    h3[data-v-96a06384] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

h4[data-v-96a06384] {
    font-size: 28px
}

@media(max-width:1024px) {
    h4[data-v-96a06384] {
        font-size: 20px
    }
}

@media(max-width:575px) {
    h4[data-v-96a06384] {
        font-size: 18px
    }
}

h5[data-v-96a06384] {
    font-size: 20px
}

@media(max-width:1024px) {
    h5[data-v-96a06384] {
        font-size: 18px
    }
}

@media(max-width:575px) {
    h5[data-v-96a06384] {
        font-size: 15px
    }
}

h6[data-v-96a06384] {
    font-size: 16px
}

@media(max-width:1024px) {
    h6[data-v-96a06384] {
        font-size: 15px
    }
}

@media(max-width:575px) {
    h6[data-v-96a06384] {
        font-size: 14px
    }
}

.pd-5[data-v-96a06384] {
    padding: 0 5% !important
}

.mask[data-v-96a06384] {
    height: 100vh !important;
    width: 100% !important
}

.vue-flux .flux-caption[data-v-96a06384] {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70% !important;
    text-align: center !important;
    font-family: arial;
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .vue-flux .flux-caption[data-v-96a06384] {
        font-size: calc(52px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-caption[data-v-96a06384] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .vue-flux .flux-caption[data-v-96a06384] {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px;
        line-height: 1.25
    }
}

.vue-flux .flux-pagination[data-v-96a06384] {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
    bottom: unset !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination[data-v-96a06384] {
        top: unset !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        bottom: 0 !important;
        left: 50% !important;
        right: 0 !important
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination ul[data-v-96a06384] {
        display: block
    }
}

.vue-flux .flux-pagination li span.pagination-item[data-v-96a06384] {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-transition: background-color .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, border .2s ease-in
}

.vue-flux .flux-pagination li.active span.pagination-item[data-v-96a06384] {
    background-color: #0b121c !important
}

@media(min-width:992px)and (max-width:1024.98px) {
    .col-lg-10[data-v-96a06384] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .offset-lg-2[data-v-96a06384] {
        margin-left: 0 !important
    }

    .col-lg-3[data-v-96a06384],
    .col-lg-4[data-v-96a06384],
    .col-lg-6[data-v-96a06384] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .flex-lg-row[data-v-96a06384] {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
}

@media(min-width:1025px) {
    .col-lg-6[data-v-96a06384] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-lg-4[data-v-96a06384] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }

    .col-lg-10[data-v-96a06384] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important
    }

    .offset-lg-2[data-v-96a06384] {
        margin-left: 16.666667% !important
    }
}

@media(min-width:1200px) {
    .col-xl-6[data-v-96a06384] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-xl-4[data-v-96a06384] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.button-mirror[data-v-96a06384],
.button[data-v-96a06384] {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    text-align: center
}

@media(max-width:1024px) {

    .button-mirror[data-v-96a06384],
    .button[data-v-96a06384] {
        width: 150px
    }
}

.button-mirror[data-v-96a06384]:before,
.button[data-v-96a06384]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b121c;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width:1024px) {

    .button-mirror[data-v-96a06384]:before,
    .button[data-v-96a06384]:before {
        display: none
    }
}

.button-mirror[data-v-96a06384]:hover:before,
.button[data-v-96a06384]:hover:before {
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.button-mirror[data-v-96a06384]:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.plyr__control--overlaid[data-v-96a06384] {
    background: #0b121c !important;
    top: 60% !important;
    z-index: 200 !important
}

.vue-flux[data-v-96a06384] {
    position: relative
}

.vue-flux[data-v-96a06384]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0;
    content: ""
}

.maprichtext p[data-v-96a06384] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .maprichtext p[data-v-96a06384] {
        font-size: calc(22px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .maprichtext p[data-v-96a06384] {
        font-size: calc(18px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .maprichtext p[data-v-96a06384] {
        font-size: calc(16px + .25vw);
        line-height: 1.6
    }
}

@media(max-width:575.98px) {
    .maprichtext p[data-v-96a06384] {
        font-size: calc(15px + .25vw);
        line-height: 1.6
    }
}

.industrytext-details[data-v-96a06384] {
    overflow: hidden;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media(max-width:767.98px) {
    .industrytext-details[data-v-96a06384] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        overflow: hidden
    }
}

.industrytext-details img.richtext-image[data-v-96a06384] {
    display: block;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin: 0;
    width: 50%;
    float: right
}

@media(min-width:768px)and (max-width:1024px) {
    .industrytext-details img.richtext-image[data-v-96a06384] {
        height: 60vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .industrytext-details img.richtext-image[data-v-96a06384] {
        height: 45vh;
        min-height: 350px;
        width: 100%;
        margin: 20px 0;
        float: unset
    }
}

.industrytext-details p[data-v-96a06384] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5% 0 0
}

@media(max-width:767.98px) {
    .industrytext-details p[data-v-96a06384] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        background: #f1f1f1;
        width: 90%;
        margin: -60px auto 0 auto !important;
        position: relative;
        z-index: 22
    }
}

.industrytext-details p[data-v-96a06384]:first-child {
    margin: 0
}

@media(max-width:1024px) {
    .career-richtext[data-v-96a06384] {
        text-align: center
    }
}

.career-richtext h3[data-v-96a06384] {
    color: #0b121c;
    margin: 20px 0
}

.career-richtext h3[data-v-96a06384]:first-child {
    margin: 0 0 20px 0
}

.career-richtext p[data-v-96a06384] {
    margin: 0 0 40px 0;
    padding: 0
}

@media(max-width:1024px) {
    .career-richtext p[data-v-96a06384] {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .career-richtext p[data-v-96a06384] {
        margin-bottom: 20px
    }
}

.career-richtext p[data-v-96a06384]:last-child {
    margin: 0
}

.career-richtext ul[data-v-96a06384] {
    padding-left: 30px;
    margin: 0 0 40px 0
}

@media(max-width:1024px) {
    .career-richtext ul[data-v-96a06384] {
        margin-bottom: 0
    }
}

.career-richtext ul li[data-v-96a06384] {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    text-align: justify;
    text-indent: unset;
    list-style: none
}

.career-richtext ul li[data-v-96a06384]:before {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
    font-family: FontAwesome;
    color: #1c1b1b;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.address-data[data-v-96a06384] {
    margin: 20px 0 0 0
}

.address-data div p[data-v-96a06384] {
    color: #fff;
    font-size: 15px
}

@media(max-width:576px) {
    .col-mbx-6[data-v-96a06384] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.news-richtext[data-v-96a06384] {
    overflow-x: hidden;
    background: #fff;
    padding: 40px;
    overflow: auto
}

@media(max-width:767.98px) {
    .news-richtext[data-v-96a06384] {
        text-align: center
    }
}

.news-richtext p[data-v-96a06384] {
    padding: 0;
    margin: 0
}

.news-richtext p[data-v-96a06384]:last-child {
    margin: 0
}

.news-richtext img.richtext-image.full-width[data-v-96a06384] {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.full-width[data-v-96a06384] {
        height: 50vh;
        min-height: 380px
    }
}

.news-richtext img.richtext-image.right[data-v-96a06384] {
    height: 70vh;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: right;
    padding-left: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .news-richtext img.richtext-image.right[data-v-96a06384] {
        width: 100%;
        height: 60vh;
        min-height: 450px;
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.right[data-v-96a06384] {
        width: 100%;
        height: 50vh;
        min-height: 380px;
        padding-left: 0
    }
}

.colortext-block[data-v-96a06384] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: -150px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .colortext-block[data-v-96a06384] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.colortext-block p[data-v-96a06384] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .colortext-block p[data-v-96a06384] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .colortext-block p[data-v-96a06384] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .colortext-block p[data-v-96a06384] {
        font-size: 15px;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .colortext-block p[data-v-96a06384] {
        font-size: 15px;
        line-height: 1.5;
        color: #637381
    }
}

.gncolortext-block[data-v-96a06384] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .gncolortext-block[data-v-96a06384] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.gncolortext-block p[data-v-96a06384] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .gncolortext-block p[data-v-96a06384] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .gncolortext-block p[data-v-96a06384] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .gncolortext-block p[data-v-96a06384] {
        font-size: calc(16px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .gncolortext-block p[data-v-96a06384] {
        font-size: calc(15px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:1024px) {
    .lrtcardtext-block div p[data-v-96a06384] {
        color: #fff
    }
}

.lrtcardtext-block div ul[data-v-96a06384] {
    padding-left: 20px
}

.lrtcardtext-block div ul li[data-v-96a06384] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .lrtcardtext-block div ul li[data-v-96a06384] {
        text-align: left;
        padding: 0
    }
}

[data-aos=new-animation][data-v-96a06384] {
    opacity: 0;
    -webkit-transition-property: width;
    transition-property: width
}

[data-aos=new-animation].aos-animate[data-v-96a06384] {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=new-animation][data-v-96a06384] {
        width: 100%
    }

    [data-aos=new-animation].aos-animate[data-v-96a06384] {
        width: 0
    }
}

.fake3d-image-effect__image[data-v-96a06384] {
    height: 100%
}

.fake3d-image-effect__image canvas[data-v-96a06384] {
    height: 100% !important
}

[data-v-96a06384]::-webkit-scrollbar {
    width: 8px
}

[data-v-96a06384]::-webkit-scrollbar-track {
    background: #212b36
}

[data-v-96a06384]::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.ftext p[data-v-96a06384] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px
}

.swiper-pagination-bullet-active[data-v-96a06384] {
    opacity: 1;
    background: #0b121c !important
}

ul.counter-row li.count-col[data-v-96a06384] {
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

@media(max-width:1024px) {
    ul.counter-row li.count-col[data-v-96a06384] {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-96a06384] {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        background: #f6f7f9;
        margin-bottom: 20px
    }
}

ul.counter-row li.count-col .counter-mainwrap[data-v-96a06384] {
    border-right: 1px solid #0b121c;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap[data-v-96a06384] {
        border-right: none;
        min-height: 180px
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text[data-v-96a06384] {
    text-align: center
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup[data-v-96a06384] {
        padding: 0 0 20px 0
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-96a06384] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-96a06384] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-96a06384] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-96a06384] {
        font-size: calc(30px + .25vw)
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext[data-v-96a06384] {
    margin-right: auto;
    text-align: center
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext p[data-v-96a06384] {
    font-size: 15px
}

ul.counter-row li.count-col[data-v-96a06384]:hover {
    background: #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap[data-v-96a06384] {
    border-right: 1px solid #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .ctext p[data-v-96a06384],
ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .icountup span[data-v-96a06384] {
    color: #fff
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-96a06384]:last-child {
        margin-bottom: 0
    }
}

ul.counter-row li.count-col:last-child .counter-mainwrap[data-v-96a06384] {
    border-right: none
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text[data-v-96a06384] {
    text-align: center;
    margin-right: 0
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text .ctext[data-v-96a06384] {
    text-align: center
}

.ctext-block[data-v-96a06384] {
    position: relative;
    z-index: 2
}

.ctext-block .ctitle-block[data-v-96a06384] {
    margin-bottom: 45px
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block[data-v-96a06384] {
        text-align: center
    }
}

.ctext-block .ctitle-block h2[data-v-96a06384] {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: calc(48px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block h2[data-v-96a06384] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block h2[data-v-96a06384] {
        font-size: calc(30px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block h2[data-v-96a06384] {
        font-size: calc(24px + .25vw);
        margin-bottom: 20px
    }
}

.ctext-block .ctitle-block div p[data-v-96a06384] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block div p[data-v-96a06384] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block div p[data-v-96a06384] {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block div p[data-v-96a06384] {
        font-size: 14px;
        line-height: 1.5
    }
}

.history-desc div p[data-v-96a06384] {
    font-size: calc(42px + .25vw);
    color: #212b36;
    font-weight: 700;
    line-height: 1.3;
    font-family: arial
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-desc div p[data-v-96a06384] {
        font-size: calc(32px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .history-desc div p[data-v-96a06384] {
        font-size: calc(24px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .history-desc div p[data-v-96a06384] {
        font-size: calc(16px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

.his-text p[data-v-96a06384] {
    font-size: calc(16px + .25vw);
    color: #fff
}

.history-details2 h2[data-v-96a06384] {
    margin-bottom: 10px;
    font-size: calc(48px + .25vw);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-details2 h2[data-v-96a06384] {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .history-details2 h2[data-v-96a06384] {
        font-size: calc(32px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:575px) {
    .history-details2 h2[data-v-96a06384] {
        font-size: calc(20px + .25vw)
    }
}

.history-details2 .his-text2 p[data-v-96a06384] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.news-text[data-v-96a06384] {
    padding: 20px 0 0 0
}

@media(max-width:767px) {
    .news-text[data-v-96a06384] {
        padding: 10px 0 0 0
    }
}

.news-text h4[data-v-96a06384] {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:1025px)and (max-width:1600px) {
    .news-text h4[data-v-96a06384] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .news-text h4[data-v-96a06384] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .news-text h4[data-v-96a06384] {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3
    }
}

.news-text div p[data-v-96a06384] {
    padding: 0;
    font-size: calc(13px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(min-width:768px)and (max-width:1440px) {
    .news-text div p[data-v-96a06384] {
        font-size: 15px;
        line-height: 1.6
    }
}

@media(max-width:767px) {
    .news-text div p[data-v-96a06384] {
        font-size: 14px
    }
}

.text-cont p[data-v-96a06384] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont p[data-v-96a06384] {
        text-align: center
    }
}

@media(max-width:1024px) {
    .text-cont ul[data-v-96a06384] {
        padding-left: 20px
    }
}

.text-cont ul li[data-v-96a06384] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont ul li[data-v-96a06384] {
        text-align: left;
        padding: 0
    }
}

.pdtext-cont p[data-v-96a06384] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont p[data-v-96a06384] {
        text-align: center
    }
}

.pdtext-cont ul[data-v-96a06384] {
    padding-left: 20px
}

.pdtext-cont ul li[data-v-96a06384] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont ul li[data-v-96a06384] {
        text-align: left;
        padding: 0
    }
}

.tab-desc div div p[data-v-96a06384] {
    color: #fff
}

.textcolor-block[data-v-96a06384] {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(min-width:768px)and (max-width:1024px) {
    .textcolor-block[data-v-96a06384] {
        padding: 60px 0 30px 0;
        text-align: center
    }
}

@media(max-width:767.98px) {
    .textcolor-block[data-v-96a06384] {
        padding: 40px 0 20px 0;
        text-align: center
    }
}

.textcolor-block h2[data-v-96a06384] {
    margin: 0
}

@media(min-width:1024.1px) {
    .colortext-container[data-v-96a06384] {
        background: none
    }
}

@media(max-width:1024px) {
    .colortext-container[data-v-96a06384] {
        background: #f6f7f9
    }
}

.bg-col[data-v-96a06384] {
    background: #f6f7f9
}

[data-v-5584000c] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-5584000c] {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #637381;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 0
}

.img-fluid[data-v-5584000c] {
    max-width: 100%;
    height: auto;
    display: block
}

ol[data-v-5584000c],
ul[data-v-5584000c] {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif
}

a[data-v-5584000c],
li[data-v-5584000c],
p[data-v-5584000c],
ul[data-v-5584000c] {
    font-family: Roboto, sans-serif;
    color: #637381;
    margin-bottom: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(max-width:767px) {

    a[data-v-5584000c],
    li[data-v-5584000c],
    p[data-v-5584000c],
    ul[data-v-5584000c] {
        font-size: 15px
    }
}

.title-color[data-v-5584000c] {
    color: #0b121c
}

h1[data-v-5584000c],
h2[data-v-5584000c],
h3[data-v-5584000c],
h4[data-v-5584000c],
h5[data-v-5584000c],
h6[data-v-5584000c] {
    font-family: arial;
    font-weight: 700;
    color: #212b36;
    margin: 0;
    text-transform: capitalize
}

h1[data-v-5584000c] {
    font-size: calc(52px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h1[data-v-5584000c] {
        font-size: calc(42px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    h1[data-v-5584000c] {
        font-size: calc(36px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575px) {
    h1[data-v-5584000c] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h2[data-v-5584000c] {
    font-size: calc(48px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    h2[data-v-5584000c] {
        font-size: calc(38px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    h2[data-v-5584000c] {
        font-size: calc(34px + .25vw);
        line-height: 1.3
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    h2[data-v-5584000c] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575.98px) {
    h2[data-v-5584000c] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h3[data-v-5584000c] {
    font-size: calc(34px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h3[data-v-5584000c] {
        font-size: calc(28px + .25vw);
        letter-spacing: 1px
    }
}

@media(max-width:1024px) {
    h3[data-v-5584000c] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

@media(max-width:575px) {
    h3[data-v-5584000c] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

h4[data-v-5584000c] {
    font-size: 28px
}

@media(max-width:1024px) {
    h4[data-v-5584000c] {
        font-size: 20px
    }
}

@media(max-width:575px) {
    h4[data-v-5584000c] {
        font-size: 18px
    }
}

h5[data-v-5584000c] {
    font-size: 20px
}

@media(max-width:1024px) {
    h5[data-v-5584000c] {
        font-size: 18px
    }
}

@media(max-width:575px) {
    h5[data-v-5584000c] {
        font-size: 15px
    }
}

h6[data-v-5584000c] {
    font-size: 16px
}

@media(max-width:1024px) {
    h6[data-v-5584000c] {
        font-size: 15px
    }
}

@media(max-width:575px) {
    h6[data-v-5584000c] {
        font-size: 14px
    }
}

.pd-5[data-v-5584000c] {
    padding: 0 5% !important
}

.mask[data-v-5584000c] {
    height: 100vh !important;
    width: 100% !important
}

.vue-flux .flux-caption[data-v-5584000c] {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70% !important;
    text-align: center !important;
    font-family: arial;
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .vue-flux .flux-caption[data-v-5584000c] {
        font-size: calc(52px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-caption[data-v-5584000c] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .vue-flux .flux-caption[data-v-5584000c] {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px;
        line-height: 1.25
    }
}

.vue-flux .flux-pagination[data-v-5584000c] {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
    bottom: unset !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination[data-v-5584000c] {
        top: unset !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        bottom: 0 !important;
        left: 50% !important;
        right: 0 !important
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination ul[data-v-5584000c] {
        display: block
    }
}

.vue-flux .flux-pagination li span.pagination-item[data-v-5584000c] {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-transition: background-color .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, border .2s ease-in
}

.vue-flux .flux-pagination li.active span.pagination-item[data-v-5584000c] {
    background-color: #0b121c !important
}

@media(min-width:992px)and (max-width:1024.98px) {
    .col-lg-10[data-v-5584000c] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .offset-lg-2[data-v-5584000c] {
        margin-left: 0 !important
    }

    .col-lg-3[data-v-5584000c],
    .col-lg-4[data-v-5584000c],
    .col-lg-6[data-v-5584000c] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .flex-lg-row[data-v-5584000c] {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
}

@media(min-width:1025px) {
    .col-lg-6[data-v-5584000c] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-lg-4[data-v-5584000c] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }

    .col-lg-10[data-v-5584000c] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important
    }

    .offset-lg-2[data-v-5584000c] {
        margin-left: 16.666667% !important
    }
}

@media(min-width:1200px) {
    .col-xl-6[data-v-5584000c] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-xl-4[data-v-5584000c] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.button-mirror[data-v-5584000c],
.button[data-v-5584000c] {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    text-align: center
}

@media(max-width:1024px) {

    .button-mirror[data-v-5584000c],
    .button[data-v-5584000c] {
        width: 150px
    }
}

.button-mirror[data-v-5584000c]:before,
.button[data-v-5584000c]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b121c;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width:1024px) {

    .button-mirror[data-v-5584000c]:before,
    .button[data-v-5584000c]:before {
        display: none
    }
}

.button-mirror[data-v-5584000c]:hover:before,
.button[data-v-5584000c]:hover:before {
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.button-mirror[data-v-5584000c]:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.plyr__control--overlaid[data-v-5584000c] {
    background: #0b121c !important;
    top: 60% !important;
    z-index: 200 !important
}

.vue-flux[data-v-5584000c] {
    position: relative
}

.vue-flux[data-v-5584000c]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0;
    content: ""
}

.maprichtext p[data-v-5584000c] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .maprichtext p[data-v-5584000c] {
        font-size: calc(22px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .maprichtext p[data-v-5584000c] {
        font-size: calc(18px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .maprichtext p[data-v-5584000c] {
        font-size: calc(16px + .25vw);
        line-height: 1.6
    }
}

@media(max-width:575.98px) {
    .maprichtext p[data-v-5584000c] {
        font-size: calc(15px + .25vw);
        line-height: 1.6
    }
}

.industrytext-details[data-v-5584000c] {
    overflow: hidden;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media(max-width:767.98px) {
    .industrytext-details[data-v-5584000c] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        overflow: hidden
    }
}

.industrytext-details img.richtext-image[data-v-5584000c] {
    display: block;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin: 0;
    width: 50%;
    float: right
}

@media(min-width:768px)and (max-width:1024px) {
    .industrytext-details img.richtext-image[data-v-5584000c] {
        height: 60vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .industrytext-details img.richtext-image[data-v-5584000c] {
        height: 45vh;
        min-height: 350px;
        width: 100%;
        margin: 20px 0;
        float: unset
    }
}

.industrytext-details p[data-v-5584000c] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5% 0 0
}

@media(max-width:767.98px) {
    .industrytext-details p[data-v-5584000c] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        background: #f1f1f1;
        width: 90%;
        margin: -60px auto 0 auto !important;
        position: relative;
        z-index: 22
    }
}

.industrytext-details p[data-v-5584000c]:first-child {
    margin: 0
}

@media(max-width:1024px) {
    .career-richtext[data-v-5584000c] {
        text-align: center
    }
}

.career-richtext h3[data-v-5584000c] {
    color: #0b121c;
    margin: 20px 0
}

.career-richtext h3[data-v-5584000c]:first-child {
    margin: 0 0 20px 0
}

.career-richtext p[data-v-5584000c] {
    margin: 0 0 40px 0;
    padding: 0
}

@media(max-width:1024px) {
    .career-richtext p[data-v-5584000c] {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .career-richtext p[data-v-5584000c] {
        margin-bottom: 20px
    }
}

.career-richtext p[data-v-5584000c]:last-child {
    margin: 0
}

.career-richtext ul[data-v-5584000c] {
    padding-left: 30px;
    margin: 0 0 40px 0
}

@media(max-width:1024px) {
    .career-richtext ul[data-v-5584000c] {
        margin-bottom: 0
    }
}

.career-richtext ul li[data-v-5584000c] {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    text-align: justify;
    text-indent: unset;
    list-style: none
}

.career-richtext ul li[data-v-5584000c]:before {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
    font-family: FontAwesome;
    color: #1c1b1b;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.address-data[data-v-5584000c] {
    margin: 20px 0 0 0
}

.address-data div p[data-v-5584000c] {
    color: #fff;
    font-size: 15px
}

@media(max-width:576px) {
    .col-mbx-6[data-v-5584000c] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.news-richtext[data-v-5584000c] {
    overflow-x: hidden;
    background: #fff;
    padding: 40px;
    overflow: auto
}

@media(max-width:767.98px) {
    .news-richtext[data-v-5584000c] {
        text-align: center
    }
}

.news-richtext p[data-v-5584000c] {
    padding: 0;
    margin: 0
}

.news-richtext p[data-v-5584000c]:last-child {
    margin: 0
}

.news-richtext img.richtext-image.full-width[data-v-5584000c] {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.full-width[data-v-5584000c] {
        height: 50vh;
        min-height: 380px
    }
}

.news-richtext img.richtext-image.right[data-v-5584000c] {
    height: 70vh;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: right;
    padding-left: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .news-richtext img.richtext-image.right[data-v-5584000c] {
        width: 100%;
        height: 60vh;
        min-height: 450px;
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.right[data-v-5584000c] {
        width: 100%;
        height: 50vh;
        min-height: 380px;
        padding-left: 0
    }
}

.colortext-block[data-v-5584000c] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: -150px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .colortext-block[data-v-5584000c] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.colortext-block p[data-v-5584000c] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .colortext-block p[data-v-5584000c] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .colortext-block p[data-v-5584000c] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .colortext-block p[data-v-5584000c] {
        font-size: 15px;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .colortext-block p[data-v-5584000c] {
        font-size: 15px;
        line-height: 1.5;
        color: #637381
    }
}

.gncolortext-block[data-v-5584000c] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .gncolortext-block[data-v-5584000c] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.gncolortext-block p[data-v-5584000c] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .gncolortext-block p[data-v-5584000c] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .gncolortext-block p[data-v-5584000c] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .gncolortext-block p[data-v-5584000c] {
        font-size: calc(16px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .gncolortext-block p[data-v-5584000c] {
        font-size: calc(15px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:1024px) {
    .lrtcardtext-block div p[data-v-5584000c] {
        color: #fff
    }
}

.lrtcardtext-block div ul[data-v-5584000c] {
    padding-left: 20px
}

.lrtcardtext-block div ul li[data-v-5584000c] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .lrtcardtext-block div ul li[data-v-5584000c] {
        text-align: left;
        padding: 0
    }
}

[data-aos=new-animation][data-v-5584000c] {
    opacity: 0;
    -webkit-transition-property: width;
    transition-property: width
}

[data-aos=new-animation].aos-animate[data-v-5584000c] {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=new-animation][data-v-5584000c] {
        width: 100%
    }

    [data-aos=new-animation].aos-animate[data-v-5584000c] {
        width: 0
    }
}

.fake3d-image-effect__image[data-v-5584000c] {
    height: 100%
}

.fake3d-image-effect__image canvas[data-v-5584000c] {
    height: 100% !important
}

[data-v-5584000c]::-webkit-scrollbar {
    width: 8px
}

[data-v-5584000c]::-webkit-scrollbar-track {
    background: #212b36
}

[data-v-5584000c]::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.ftext p[data-v-5584000c] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px
}

.swiper-pagination-bullet-active[data-v-5584000c] {
    opacity: 1;
    background: #0b121c !important
}

ul.counter-row li.count-col[data-v-5584000c] {
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

@media(max-width:1024px) {
    ul.counter-row li.count-col[data-v-5584000c] {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-5584000c] {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        background: #f6f7f9;
        margin-bottom: 20px
    }
}

ul.counter-row li.count-col .counter-mainwrap[data-v-5584000c] {
    border-right: 1px solid #0b121c;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap[data-v-5584000c] {
        border-right: none;
        min-height: 180px
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text[data-v-5584000c] {
    text-align: center
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup[data-v-5584000c] {
        padding: 0 0 20px 0
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-5584000c] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-5584000c] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-5584000c] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-5584000c] {
        font-size: calc(30px + .25vw)
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext[data-v-5584000c] {
    margin-right: auto;
    text-align: center
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext p[data-v-5584000c] {
    font-size: 15px
}

ul.counter-row li.count-col[data-v-5584000c]:hover {
    background: #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap[data-v-5584000c] {
    border-right: 1px solid #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .ctext p[data-v-5584000c],
ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .icountup span[data-v-5584000c] {
    color: #fff
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-5584000c]:last-child {
        margin-bottom: 0
    }
}

ul.counter-row li.count-col:last-child .counter-mainwrap[data-v-5584000c] {
    border-right: none
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text[data-v-5584000c] {
    text-align: center;
    margin-right: 0
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text .ctext[data-v-5584000c] {
    text-align: center
}

.ctext-block[data-v-5584000c] {
    position: relative;
    z-index: 2
}

.ctext-block .ctitle-block[data-v-5584000c] {
    margin-bottom: 45px
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block[data-v-5584000c] {
        text-align: center
    }
}

.ctext-block .ctitle-block h2[data-v-5584000c] {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: calc(48px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block h2[data-v-5584000c] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block h2[data-v-5584000c] {
        font-size: calc(30px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block h2[data-v-5584000c] {
        font-size: calc(24px + .25vw);
        margin-bottom: 20px
    }
}

.ctext-block .ctitle-block div p[data-v-5584000c] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block div p[data-v-5584000c] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block div p[data-v-5584000c] {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block div p[data-v-5584000c] {
        font-size: 14px;
        line-height: 1.5
    }
}

.history-desc div p[data-v-5584000c] {
    font-size: calc(42px + .25vw);
    color: #212b36;
    font-weight: 700;
    line-height: 1.3;
    font-family: arial
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-desc div p[data-v-5584000c] {
        font-size: calc(32px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .history-desc div p[data-v-5584000c] {
        font-size: calc(24px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .history-desc div p[data-v-5584000c] {
        font-size: calc(16px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

.his-text p[data-v-5584000c] {
    font-size: calc(16px + .25vw);
    color: #fff
}

.history-details2 h2[data-v-5584000c] {
    margin-bottom: 10px;
    font-size: calc(48px + .25vw);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-details2 h2[data-v-5584000c] {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .history-details2 h2[data-v-5584000c] {
        font-size: calc(32px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:575px) {
    .history-details2 h2[data-v-5584000c] {
        font-size: calc(20px + .25vw)
    }
}

.history-details2 .his-text2 p[data-v-5584000c] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.news-text[data-v-5584000c] {
    padding: 20px 0 0 0
}

@media(max-width:767px) {
    .news-text[data-v-5584000c] {
        padding: 10px 0 0 0
    }
}

.news-text h4[data-v-5584000c] {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:1025px)and (max-width:1600px) {
    .news-text h4[data-v-5584000c] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .news-text h4[data-v-5584000c] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .news-text h4[data-v-5584000c] {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3
    }
}

.news-text div p[data-v-5584000c] {
    padding: 0;
    font-size: calc(13px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(min-width:768px)and (max-width:1440px) {
    .news-text div p[data-v-5584000c] {
        font-size: 15px;
        line-height: 1.6
    }
}

@media(max-width:767px) {
    .news-text div p[data-v-5584000c] {
        font-size: 14px
    }
}

.text-cont p[data-v-5584000c] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont p[data-v-5584000c] {
        text-align: center
    }
}

@media(max-width:1024px) {
    .text-cont ul[data-v-5584000c] {
        padding-left: 20px
    }
}

.text-cont ul li[data-v-5584000c] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont ul li[data-v-5584000c] {
        text-align: left;
        padding: 0
    }
}

.pdtext-cont p[data-v-5584000c] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont p[data-v-5584000c] {
        text-align: center
    }
}

.pdtext-cont ul[data-v-5584000c] {
    padding-left: 20px
}

.pdtext-cont ul li[data-v-5584000c] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont ul li[data-v-5584000c] {
        text-align: left;
        padding: 0
    }
}

.tab-desc div div p[data-v-5584000c] {
    color: #fff
}

.fullimg-wrap[data-v-5584000c] {
    position: relative;
    height: 100%;
    width: 100%;
    margin-top: 200px
}

@media(min-width:768px)and (max-width:1024px) {
    .fullimg-wrap[data-v-5584000c] {
        margin-bottom: 60px;
        margin-top: 0
    }
}

@media(max-width:767.98px) {
    .fullimg-wrap[data-v-5584000c] {
        margin-bottom: 40px;
        margin-top: 0
    }
}

.fullimg-wrap img[data-v-5584000c] {
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    display: block;
    height: 90vh
}

@media(min-width:768px)and (max-width:1024px) {
    .fullimg-wrap img[data-v-5584000c] {
        height: 70vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .fullimg-wrap img[data-v-5584000c] {
        height: 50vh;
        min-height: 380px
    }
}

.fullimg-wrap .text-block[data-v-5584000c] {
    position: absolute;
    top: -200px;
    left: 50%;
    background: #f6f7f9;
    width: 90%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

@media(min-width:768px)and (max-width:1024px) {
    .fullimg-wrap .text-block[data-v-5584000c] {
        background: #f6f7f9;
        width: 90%;
        left: unset;
        top: unset;
        -webkit-transform: unset;
        transform: unset;
        margin: 0 auto;
        margin-top: -100px;
        position: relative;
        z-index: 999
    }
}

@media(max-width:767.98px) {
    .fullimg-wrap .text-block[data-v-5584000c] {
        background: #f6f7f9;
        width: 90%;
        left: unset;
        top: unset;
        -webkit-transform: unset;
        transform: unset;
        margin: 0 auto;
        margin-top: -80px;
        position: relative;
        z-index: 999
    }
}

.fullimg-wrap .text-block .text-wrap[data-v-5584000c] {
    text-align: center;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 5%;
    margin: 0 auto
}

@media(min-width:768px)and (max-width:1024px) {
    .fullimg-wrap .text-block .text-wrap[data-v-5584000c] {
        margin: 0 auto;
        height: auto;
        padding: 40px
    }
}

@media(max-width:767.98px) {
    .fullimg-wrap .text-block .text-wrap[data-v-5584000c] {
        margin: 0 auto;
        height: auto;
        padding: 30px
    }
}

.fullimg-wrap .text-block .text-wrap h2[data-v-5584000c] {
    margin-bottom: 30px;
    margin-top: 0
}

@media(min-width:768px)and (max-width:1024px) {
    .fullimg-wrap .text-block .text-wrap h2[data-v-5584000c] {
        margin-bottom: 25px
    }
}

@media(max-width:767.98px) {
    .fullimg-wrap .text-block .text-wrap h2[data-v-5584000c] {
        margin-bottom: 20px
    }
}

.fullimg-wrap .text-block .text-wrap p[data-v-5584000c] {
    margin: 0
}

[data-v-2401494c] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-2401494c] {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #637381;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 0
}

.img-fluid[data-v-2401494c] {
    max-width: 100%;
    height: auto;
    display: block
}

ol[data-v-2401494c],
ul[data-v-2401494c] {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif
}

a[data-v-2401494c],
li[data-v-2401494c],
p[data-v-2401494c],
ul[data-v-2401494c] {
    font-family: Roboto, sans-serif;
    color: #637381;
    margin-bottom: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(max-width:767px) {

    a[data-v-2401494c],
    li[data-v-2401494c],
    p[data-v-2401494c],
    ul[data-v-2401494c] {
        font-size: 15px
    }
}

.title-color[data-v-2401494c] {
    color: #0b121c
}

h1[data-v-2401494c],
h2[data-v-2401494c],
h3[data-v-2401494c],
h4[data-v-2401494c],
h5[data-v-2401494c],
h6[data-v-2401494c] {
    font-family: arial;
    font-weight: 700;
    color: #212b36;
    margin: 0;
    text-transform: capitalize
}

h1[data-v-2401494c] {
    font-size: calc(52px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h1[data-v-2401494c] {
        font-size: calc(42px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    h1[data-v-2401494c] {
        font-size: calc(36px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575px) {
    h1[data-v-2401494c] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h2[data-v-2401494c] {
    font-size: calc(48px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    h2[data-v-2401494c] {
        font-size: calc(38px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    h2[data-v-2401494c] {
        font-size: calc(34px + .25vw);
        line-height: 1.3
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    h2[data-v-2401494c] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575.98px) {
    h2[data-v-2401494c] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h3[data-v-2401494c] {
    font-size: calc(34px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h3[data-v-2401494c] {
        font-size: calc(28px + .25vw);
        letter-spacing: 1px
    }
}

@media(max-width:1024px) {
    h3[data-v-2401494c] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

@media(max-width:575px) {
    h3[data-v-2401494c] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

h4[data-v-2401494c] {
    font-size: 28px
}

@media(max-width:1024px) {
    h4[data-v-2401494c] {
        font-size: 20px
    }
}

@media(max-width:575px) {
    h4[data-v-2401494c] {
        font-size: 18px
    }
}

h5[data-v-2401494c] {
    font-size: 20px
}

@media(max-width:1024px) {
    h5[data-v-2401494c] {
        font-size: 18px
    }
}

@media(max-width:575px) {
    h5[data-v-2401494c] {
        font-size: 15px
    }
}

h6[data-v-2401494c] {
    font-size: 16px
}

@media(max-width:1024px) {
    h6[data-v-2401494c] {
        font-size: 15px
    }
}

@media(max-width:575px) {
    h6[data-v-2401494c] {
        font-size: 14px
    }
}

.pd-5[data-v-2401494c] {
    padding: 0 5% !important
}

.mask[data-v-2401494c] {
    height: 100vh !important;
    width: 100% !important
}

.vue-flux .flux-caption[data-v-2401494c] {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70% !important;
    text-align: center !important;
    font-family: arial;
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .vue-flux .flux-caption[data-v-2401494c] {
        font-size: calc(52px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-caption[data-v-2401494c] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .vue-flux .flux-caption[data-v-2401494c] {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px;
        line-height: 1.25
    }
}

.vue-flux .flux-pagination[data-v-2401494c] {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
    bottom: unset !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination[data-v-2401494c] {
        top: unset !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        bottom: 0 !important;
        left: 50% !important;
        right: 0 !important
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination ul[data-v-2401494c] {
        display: block
    }
}

.vue-flux .flux-pagination li span.pagination-item[data-v-2401494c] {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-transition: background-color .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, border .2s ease-in
}

.vue-flux .flux-pagination li.active span.pagination-item[data-v-2401494c] {
    background-color: #0b121c !important
}

@media(min-width:992px)and (max-width:1024.98px) {
    .col-lg-10[data-v-2401494c] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .offset-lg-2[data-v-2401494c] {
        margin-left: 0 !important
    }

    .col-lg-3[data-v-2401494c],
    .col-lg-4[data-v-2401494c],
    .col-lg-6[data-v-2401494c] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .flex-lg-row[data-v-2401494c] {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
}

@media(min-width:1025px) {
    .col-lg-6[data-v-2401494c] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-lg-4[data-v-2401494c] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }

    .col-lg-10[data-v-2401494c] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important
    }

    .offset-lg-2[data-v-2401494c] {
        margin-left: 16.666667% !important
    }
}

@media(min-width:1200px) {
    .col-xl-6[data-v-2401494c] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-xl-4[data-v-2401494c] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.button-mirror[data-v-2401494c],
.button[data-v-2401494c] {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    text-align: center
}

@media(max-width:1024px) {

    .button-mirror[data-v-2401494c],
    .button[data-v-2401494c] {
        width: 150px
    }
}

.button-mirror[data-v-2401494c]:before,
.button[data-v-2401494c]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b121c;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width:1024px) {

    .button-mirror[data-v-2401494c]:before,
    .button[data-v-2401494c]:before {
        display: none
    }
}

.button-mirror[data-v-2401494c]:hover:before,
.button[data-v-2401494c]:hover:before {
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.button-mirror[data-v-2401494c]:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.plyr__control--overlaid[data-v-2401494c] {
    background: #0b121c !important;
    top: 60% !important;
    z-index: 200 !important
}

.vue-flux[data-v-2401494c] {
    position: relative
}

.vue-flux[data-v-2401494c]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0;
    content: ""
}

.maprichtext p[data-v-2401494c] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .maprichtext p[data-v-2401494c] {
        font-size: calc(22px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .maprichtext p[data-v-2401494c] {
        font-size: calc(18px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .maprichtext p[data-v-2401494c] {
        font-size: calc(16px + .25vw);
        line-height: 1.6
    }
}

@media(max-width:575.98px) {
    .maprichtext p[data-v-2401494c] {
        font-size: calc(15px + .25vw);
        line-height: 1.6
    }
}

.industrytext-details[data-v-2401494c] {
    overflow: hidden;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media(max-width:767.98px) {
    .industrytext-details[data-v-2401494c] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        overflow: hidden
    }
}

.industrytext-details img.richtext-image[data-v-2401494c] {
    display: block;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin: 0;
    width: 50%;
    float: right
}

@media(min-width:768px)and (max-width:1024px) {
    .industrytext-details img.richtext-image[data-v-2401494c] {
        height: 60vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .industrytext-details img.richtext-image[data-v-2401494c] {
        height: 45vh;
        min-height: 350px;
        width: 100%;
        margin: 20px 0;
        float: unset
    }
}

.industrytext-details p[data-v-2401494c] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5% 0 0
}

@media(max-width:767.98px) {
    .industrytext-details p[data-v-2401494c] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        background: #f1f1f1;
        width: 90%;
        margin: -60px auto 0 auto !important;
        position: relative;
        z-index: 22
    }
}

.industrytext-details p[data-v-2401494c]:first-child {
    margin: 0
}

@media(max-width:1024px) {
    .career-richtext[data-v-2401494c] {
        text-align: center
    }
}

.career-richtext h3[data-v-2401494c] {
    color: #0b121c;
    margin: 20px 0
}

.career-richtext h3[data-v-2401494c]:first-child {
    margin: 0 0 20px 0
}

.career-richtext p[data-v-2401494c] {
    margin: 0 0 40px 0;
    padding: 0
}

@media(max-width:1024px) {
    .career-richtext p[data-v-2401494c] {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .career-richtext p[data-v-2401494c] {
        margin-bottom: 20px
    }
}

.career-richtext p[data-v-2401494c]:last-child {
    margin: 0
}

.career-richtext ul[data-v-2401494c] {
    padding-left: 30px;
    margin: 0 0 40px 0
}

@media(max-width:1024px) {
    .career-richtext ul[data-v-2401494c] {
        margin-bottom: 0
    }
}

.career-richtext ul li[data-v-2401494c] {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    text-align: justify;
    text-indent: unset;
    list-style: none
}

.career-richtext ul li[data-v-2401494c]:before {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
    font-family: FontAwesome;
    color: #1c1b1b;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.address-data[data-v-2401494c] {
    margin: 20px 0 0 0
}

.address-data div p[data-v-2401494c] {
    color: #fff;
    font-size: 15px
}

@media(max-width:576px) {
    .col-mbx-6[data-v-2401494c] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.news-richtext[data-v-2401494c] {
    overflow-x: hidden;
    background: #fff;
    padding: 40px;
    overflow: auto
}

@media(max-width:767.98px) {
    .news-richtext[data-v-2401494c] {
        text-align: center
    }
}

.news-richtext p[data-v-2401494c] {
    padding: 0;
    margin: 0
}

.news-richtext p[data-v-2401494c]:last-child {
    margin: 0
}

.news-richtext img.richtext-image.full-width[data-v-2401494c] {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.full-width[data-v-2401494c] {
        height: 50vh;
        min-height: 380px
    }
}

.news-richtext img.richtext-image.right[data-v-2401494c] {
    height: 70vh;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: right;
    padding-left: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .news-richtext img.richtext-image.right[data-v-2401494c] {
        width: 100%;
        height: 60vh;
        min-height: 450px;
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.right[data-v-2401494c] {
        width: 100%;
        height: 50vh;
        min-height: 380px;
        padding-left: 0
    }
}

.colortext-block[data-v-2401494c] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: -150px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .colortext-block[data-v-2401494c] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.colortext-block p[data-v-2401494c] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .colortext-block p[data-v-2401494c] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .colortext-block p[data-v-2401494c] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .colortext-block p[data-v-2401494c] {
        font-size: 15px;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .colortext-block p[data-v-2401494c] {
        font-size: 15px;
        line-height: 1.5;
        color: #637381
    }
}

.gncolortext-block[data-v-2401494c] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .gncolortext-block[data-v-2401494c] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.gncolortext-block p[data-v-2401494c] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .gncolortext-block p[data-v-2401494c] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .gncolortext-block p[data-v-2401494c] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .gncolortext-block p[data-v-2401494c] {
        font-size: calc(16px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .gncolortext-block p[data-v-2401494c] {
        font-size: calc(15px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

.lrtcardtext-block div ul[data-v-2401494c] {
    padding-left: 20px
}

.lrtcardtext-block div ul li[data-v-2401494c] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .lrtcardtext-block div ul li[data-v-2401494c] {
        text-align: left;
        padding: 0
    }
}

[data-aos=new-animation][data-v-2401494c] {
    opacity: 0;
    -webkit-transition-property: width;
    transition-property: width
}

[data-aos=new-animation].aos-animate[data-v-2401494c] {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=new-animation][data-v-2401494c] {
        width: 100%
    }

    [data-aos=new-animation].aos-animate[data-v-2401494c] {
        width: 0
    }
}

.fake3d-image-effect__image[data-v-2401494c] {
    height: 100%
}

.fake3d-image-effect__image canvas[data-v-2401494c] {
    height: 100% !important
}

[data-v-2401494c]::-webkit-scrollbar {
    width: 8px
}

[data-v-2401494c]::-webkit-scrollbar-track {
    background: #212b36
}

[data-v-2401494c]::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.ftext p[data-v-2401494c] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px
}

.swiper-pagination-bullet-active[data-v-2401494c] {
    opacity: 1;
    background: #0b121c !important
}

ul.counter-row li.count-col[data-v-2401494c] {
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

@media(max-width:1024px) {
    ul.counter-row li.count-col[data-v-2401494c] {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-2401494c] {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        background: #f6f7f9;
        margin-bottom: 20px
    }
}

ul.counter-row li.count-col .counter-mainwrap[data-v-2401494c] {
    border-right: 1px solid #0b121c;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap[data-v-2401494c] {
        border-right: none;
        min-height: 180px
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text[data-v-2401494c] {
    text-align: center
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup[data-v-2401494c] {
        padding: 0 0 20px 0
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-2401494c] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-2401494c] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-2401494c] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-2401494c] {
        font-size: calc(30px + .25vw)
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext[data-v-2401494c] {
    margin-right: auto;
    text-align: center
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext p[data-v-2401494c] {
    font-size: 15px
}

ul.counter-row li.count-col[data-v-2401494c]:hover {
    background: #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap[data-v-2401494c] {
    border-right: 1px solid #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .ctext p[data-v-2401494c],
ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .icountup span[data-v-2401494c] {
    color: #fff
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-2401494c]:last-child {
        margin-bottom: 0
    }
}

ul.counter-row li.count-col:last-child .counter-mainwrap[data-v-2401494c] {
    border-right: none
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text[data-v-2401494c] {
    text-align: center;
    margin-right: 0
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text .ctext[data-v-2401494c] {
    text-align: center
}

.ctext-block[data-v-2401494c] {
    position: relative;
    z-index: 2
}

.ctext-block .ctitle-block[data-v-2401494c] {
    margin-bottom: 45px
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block[data-v-2401494c] {
        text-align: center
    }
}

.ctext-block .ctitle-block h2[data-v-2401494c] {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: calc(48px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block h2[data-v-2401494c] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block h2[data-v-2401494c] {
        font-size: calc(30px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block h2[data-v-2401494c] {
        font-size: calc(24px + .25vw);
        margin-bottom: 20px
    }
}

.ctext-block .ctitle-block div p[data-v-2401494c] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block div p[data-v-2401494c] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block div p[data-v-2401494c] {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block div p[data-v-2401494c] {
        font-size: 14px;
        line-height: 1.5
    }
}

.history-desc div p[data-v-2401494c] {
    font-size: calc(42px + .25vw);
    color: #212b36;
    font-weight: 700;
    line-height: 1.3;
    font-family: arial
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-desc div p[data-v-2401494c] {
        font-size: calc(32px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .history-desc div p[data-v-2401494c] {
        font-size: calc(24px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .history-desc div p[data-v-2401494c] {
        font-size: calc(16px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

.his-text p[data-v-2401494c] {
    font-size: calc(16px + .25vw);
    color: #fff
}

.history-details2 h2[data-v-2401494c] {
    margin-bottom: 10px;
    font-size: calc(48px + .25vw);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-details2 h2[data-v-2401494c] {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .history-details2 h2[data-v-2401494c] {
        font-size: calc(32px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:575px) {
    .history-details2 h2[data-v-2401494c] {
        font-size: calc(20px + .25vw)
    }
}

.history-details2 .his-text2 p[data-v-2401494c] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.news-text[data-v-2401494c] {
    padding: 20px 0 0 0
}

@media(max-width:767px) {
    .news-text[data-v-2401494c] {
        padding: 10px 0 0 0
    }
}

.news-text h4[data-v-2401494c] {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:1025px)and (max-width:1600px) {
    .news-text h4[data-v-2401494c] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .news-text h4[data-v-2401494c] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .news-text h4[data-v-2401494c] {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3
    }
}

.news-text div p[data-v-2401494c] {
    padding: 0;
    font-size: calc(13px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(min-width:768px)and (max-width:1440px) {
    .news-text div p[data-v-2401494c] {
        font-size: 15px;
        line-height: 1.6
    }
}

@media(max-width:767px) {
    .news-text div p[data-v-2401494c] {
        font-size: 14px
    }
}

.text-cont p[data-v-2401494c] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont p[data-v-2401494c] {
        text-align: center
    }
}

@media(max-width:1024px) {
    .text-cont ul[data-v-2401494c] {
        padding-left: 20px
    }
}

.text-cont ul li[data-v-2401494c] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont ul li[data-v-2401494c] {
        text-align: left;
        padding: 0
    }
}

.pdtext-cont p[data-v-2401494c] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont p[data-v-2401494c] {
        text-align: center
    }
}

.pdtext-cont ul[data-v-2401494c] {
    padding-left: 20px
}

.pdtext-cont ul li[data-v-2401494c] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont ul li[data-v-2401494c] {
        text-align: left;
        padding: 0
    }
}

.tab-desc div div p[data-v-2401494c] {
    color: #fff
}

@media(max-width:1024px) {
    .lrtcard-container[data-v-2401494c] {
        margin-top: 40px
    }
}

.lrtcardtext-block[data-v-2401494c] {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 10% 40px 10%
}

@media(min-width:576px)and (max-width:1024px) {
    .lrtcardtext-block[data-v-2401494c] {
        background: #0b121c;
        text-align: center;
        padding: 40px;
        width: 80%;
        margin: 0 auto;
        position: relative;
        z-index: 9
    }
}

@media(max-width:575.98px) {
    .lrtcardtext-block[data-v-2401494c] {
        background: #0b121c;
        text-align: center;
        padding: 30px;
        width: 90%;
        margin: 0 auto;
        position: relative;
        z-index: 9
    }
}

.lrtcardtext-block .line[data-v-2401494c] {
    width: 80px;
    height: 3px;
    background: #0b121c;
    margin-bottom: 30px
}

@media(max-width:1024px) {
    .lrtcardtext-block .line[data-v-2401494c] {
        display: none
    }
}

.lrtcardtext-block h2[data-v-2401494c] {
    padding: 0;
    margin-bottom: 20px
}

@media(max-width:1024px) {

    .lrtcardtext-block div p[data-v-2401494c],
    .lrtcardtext-block h2[data-v-2401494c] {
        color: #fff
    }
}

.lrtcardimg-block[data-v-2401494c] {
    height: 100vh;
    display: block;
    width: 100%
}

@media(min-width:1025px)and (max-width:1440px) {
    .lrtcardimg-block[data-v-2401494c] {
        height: 80vh;
        min-height: 640px
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .lrtcardimg-block[data-v-2401494c] {
        height: 60vh;
        min-height: 480px
    }
}

@media(max-width:575.98px) {
    .lrtcardimg-block[data-v-2401494c] {
        height: 45vh;
        min-height: 380px
    }
}

.lrtcardimg-block img[data-v-2401494c] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block
}

@media(max-width:1024px) {
    .card-pd[data-v-2401494c] {
        margin-top: -80px;
        padding-bottom: 40px !important
    }
}

[data-v-679af2ed] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-679af2ed] {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #637381;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 0
}

.img-fluid[data-v-679af2ed] {
    max-width: 100%;
    height: auto;
    display: block
}

ol[data-v-679af2ed],
ul[data-v-679af2ed] {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif
}

a[data-v-679af2ed],
li[data-v-679af2ed],
p[data-v-679af2ed],
ul[data-v-679af2ed] {
    font-family: Roboto, sans-serif;
    color: #637381;
    margin-bottom: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(max-width:767px) {

    a[data-v-679af2ed],
    li[data-v-679af2ed],
    p[data-v-679af2ed],
    ul[data-v-679af2ed] {
        font-size: 15px
    }
}

.title-color[data-v-679af2ed] {
    color: #0b121c
}

h1[data-v-679af2ed],
h2[data-v-679af2ed],
h3[data-v-679af2ed],
h4[data-v-679af2ed],
h5[data-v-679af2ed],
h6[data-v-679af2ed] {
    font-family: arial;
    font-weight: 700;
    color: #212b36;
    margin: 0;
    text-transform: capitalize
}

h1[data-v-679af2ed] {
    font-size: calc(52px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h1[data-v-679af2ed] {
        font-size: calc(42px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    h1[data-v-679af2ed] {
        font-size: calc(36px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575px) {
    h1[data-v-679af2ed] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h2[data-v-679af2ed] {
    font-size: calc(48px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    h2[data-v-679af2ed] {
        font-size: calc(38px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    h2[data-v-679af2ed] {
        font-size: calc(34px + .25vw);
        line-height: 1.3
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    h2[data-v-679af2ed] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575.98px) {
    h2[data-v-679af2ed] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h3[data-v-679af2ed] {
    font-size: calc(34px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h3[data-v-679af2ed] {
        font-size: calc(28px + .25vw);
        letter-spacing: 1px
    }
}

@media(max-width:1024px) {
    h3[data-v-679af2ed] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

@media(max-width:575px) {
    h3[data-v-679af2ed] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

h4[data-v-679af2ed] {
    font-size: 28px
}

@media(max-width:1024px) {
    h4[data-v-679af2ed] {
        font-size: 20px
    }
}

@media(max-width:575px) {
    h4[data-v-679af2ed] {
        font-size: 18px
    }
}

h5[data-v-679af2ed] {
    font-size: 20px
}

@media(max-width:1024px) {
    h5[data-v-679af2ed] {
        font-size: 18px
    }
}

@media(max-width:575px) {
    h5[data-v-679af2ed] {
        font-size: 15px
    }
}

h6[data-v-679af2ed] {
    font-size: 16px
}

@media(max-width:1024px) {
    h6[data-v-679af2ed] {
        font-size: 15px
    }
}

@media(max-width:575px) {
    h6[data-v-679af2ed] {
        font-size: 14px
    }
}

.pd-5[data-v-679af2ed] {
    padding: 0 5% !important
}

.mask[data-v-679af2ed] {
    height: 100vh !important;
    width: 100% !important
}

.vue-flux .flux-caption[data-v-679af2ed] {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70% !important;
    text-align: center !important;
    font-family: arial;
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .vue-flux .flux-caption[data-v-679af2ed] {
        font-size: calc(52px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-caption[data-v-679af2ed] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .vue-flux .flux-caption[data-v-679af2ed] {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px;
        line-height: 1.25
    }
}

.vue-flux .flux-pagination[data-v-679af2ed] {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
    bottom: unset !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination[data-v-679af2ed] {
        top: unset !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        bottom: 0 !important;
        left: 50% !important;
        right: 0 !important
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination ul[data-v-679af2ed] {
        display: block
    }
}

.vue-flux .flux-pagination li span.pagination-item[data-v-679af2ed] {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-transition: background-color .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, border .2s ease-in
}

.vue-flux .flux-pagination li.active span.pagination-item[data-v-679af2ed] {
    background-color: #0b121c !important
}

@media(min-width:992px)and (max-width:1024.98px) {
    .col-lg-10[data-v-679af2ed] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .offset-lg-2[data-v-679af2ed] {
        margin-left: 0 !important
    }

    .col-lg-3[data-v-679af2ed],
    .col-lg-4[data-v-679af2ed],
    .col-lg-6[data-v-679af2ed] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .flex-lg-row[data-v-679af2ed] {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
}

@media(min-width:1025px) {
    .col-lg-6[data-v-679af2ed] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-lg-4[data-v-679af2ed] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }

    .col-lg-10[data-v-679af2ed] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important
    }

    .offset-lg-2[data-v-679af2ed] {
        margin-left: 16.666667% !important
    }
}

@media(min-width:1200px) {
    .col-xl-6[data-v-679af2ed] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-xl-4[data-v-679af2ed] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.button-mirror[data-v-679af2ed],
.button[data-v-679af2ed] {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    text-align: center
}

@media(max-width:1024px) {

    .button-mirror[data-v-679af2ed],
    .button[data-v-679af2ed] {
        width: 150px
    }
}

.button-mirror[data-v-679af2ed]:before,
.button[data-v-679af2ed]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b121c;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width:1024px) {

    .button-mirror[data-v-679af2ed]:before,
    .button[data-v-679af2ed]:before {
        display: none
    }
}

.button-mirror[data-v-679af2ed]:hover:before,
.button[data-v-679af2ed]:hover:before {
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.button-mirror[data-v-679af2ed]:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.plyr__control--overlaid[data-v-679af2ed] {
    background: #0b121c !important;
    top: 60% !important;
    z-index: 200 !important
}

.vue-flux[data-v-679af2ed] {
    position: relative
}

.vue-flux[data-v-679af2ed]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0;
    content: ""
}

.maprichtext p[data-v-679af2ed] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .maprichtext p[data-v-679af2ed] {
        font-size: calc(22px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .maprichtext p[data-v-679af2ed] {
        font-size: calc(18px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .maprichtext p[data-v-679af2ed] {
        font-size: calc(16px + .25vw);
        line-height: 1.6
    }
}

@media(max-width:575.98px) {
    .maprichtext p[data-v-679af2ed] {
        font-size: calc(15px + .25vw);
        line-height: 1.6
    }
}

.industrytext-details[data-v-679af2ed] {
    overflow: hidden;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media(max-width:767.98px) {
    .industrytext-details[data-v-679af2ed] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        overflow: hidden
    }
}

.industrytext-details img.richtext-image[data-v-679af2ed] {
    display: block;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin: 0;
    width: 50%;
    float: right
}

@media(min-width:768px)and (max-width:1024px) {
    .industrytext-details img.richtext-image[data-v-679af2ed] {
        height: 60vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .industrytext-details img.richtext-image[data-v-679af2ed] {
        height: 45vh;
        min-height: 350px;
        width: 100%;
        margin: 20px 0;
        float: unset
    }
}

.industrytext-details p[data-v-679af2ed] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5% 0 0
}

@media(max-width:767.98px) {
    .industrytext-details p[data-v-679af2ed] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        background: #f1f1f1;
        width: 90%;
        margin: -60px auto 0 auto !important;
        position: relative;
        z-index: 22
    }
}

.industrytext-details p[data-v-679af2ed]:first-child {
    margin: 0
}

@media(max-width:1024px) {
    .career-richtext[data-v-679af2ed] {
        text-align: center
    }
}

.career-richtext h3[data-v-679af2ed] {
    color: #0b121c;
    margin: 20px 0
}

.career-richtext h3[data-v-679af2ed]:first-child {
    margin: 0 0 20px 0
}

.career-richtext p[data-v-679af2ed] {
    margin: 0 0 40px 0;
    padding: 0
}

@media(max-width:1024px) {
    .career-richtext p[data-v-679af2ed] {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .career-richtext p[data-v-679af2ed] {
        margin-bottom: 20px
    }
}

.career-richtext p[data-v-679af2ed]:last-child {
    margin: 0
}

.career-richtext ul[data-v-679af2ed] {
    padding-left: 30px;
    margin: 0 0 40px 0
}

@media(max-width:1024px) {
    .career-richtext ul[data-v-679af2ed] {
        margin-bottom: 0
    }
}

.career-richtext ul li[data-v-679af2ed] {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    text-align: justify;
    text-indent: unset;
    list-style: none
}

.career-richtext ul li[data-v-679af2ed]:before {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
    font-family: FontAwesome;
    color: #1c1b1b;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.address-data[data-v-679af2ed] {
    margin: 20px 0 0 0
}

.address-data div p[data-v-679af2ed] {
    color: #fff;
    font-size: 15px
}

@media(max-width:576px) {
    .col-mbx-6[data-v-679af2ed] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.news-richtext[data-v-679af2ed] {
    overflow-x: hidden;
    background: #fff;
    padding: 40px;
    overflow: auto
}

@media(max-width:767.98px) {
    .news-richtext[data-v-679af2ed] {
        text-align: center
    }
}

.news-richtext p[data-v-679af2ed] {
    padding: 0;
    margin: 0
}

.news-richtext p[data-v-679af2ed]:last-child {
    margin: 0
}

.news-richtext img.richtext-image.full-width[data-v-679af2ed] {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.full-width[data-v-679af2ed] {
        height: 50vh;
        min-height: 380px
    }
}

.news-richtext img.richtext-image.right[data-v-679af2ed] {
    height: 70vh;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: right;
    padding-left: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .news-richtext img.richtext-image.right[data-v-679af2ed] {
        width: 100%;
        height: 60vh;
        min-height: 450px;
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.right[data-v-679af2ed] {
        width: 100%;
        height: 50vh;
        min-height: 380px;
        padding-left: 0
    }
}

.colortext-block[data-v-679af2ed] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: -150px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .colortext-block[data-v-679af2ed] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.colortext-block p[data-v-679af2ed] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .colortext-block p[data-v-679af2ed] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .colortext-block p[data-v-679af2ed] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .colortext-block p[data-v-679af2ed] {
        font-size: 15px;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .colortext-block p[data-v-679af2ed] {
        font-size: 15px;
        line-height: 1.5;
        color: #637381
    }
}

.gncolortext-block[data-v-679af2ed] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .gncolortext-block[data-v-679af2ed] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.gncolortext-block p[data-v-679af2ed] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .gncolortext-block p[data-v-679af2ed] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .gncolortext-block p[data-v-679af2ed] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .gncolortext-block p[data-v-679af2ed] {
        font-size: calc(16px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .gncolortext-block p[data-v-679af2ed] {
        font-size: calc(15px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:1024px) {
    .lrtcardtext-block div p[data-v-679af2ed] {
        color: #fff
    }
}

.lrtcardtext-block div ul[data-v-679af2ed] {
    padding-left: 20px
}

.lrtcardtext-block div ul li[data-v-679af2ed] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .lrtcardtext-block div ul li[data-v-679af2ed] {
        text-align: left;
        padding: 0
    }
}

[data-aos=new-animation][data-v-679af2ed] {
    opacity: 0;
    -webkit-transition-property: width;
    transition-property: width
}

[data-aos=new-animation].aos-animate[data-v-679af2ed] {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=new-animation][data-v-679af2ed] {
        width: 100%
    }

    [data-aos=new-animation].aos-animate[data-v-679af2ed] {
        width: 0
    }
}

.fake3d-image-effect__image[data-v-679af2ed] {
    height: 100%
}

.fake3d-image-effect__image canvas[data-v-679af2ed] {
    height: 100% !important
}

[data-v-679af2ed]::-webkit-scrollbar {
    width: 8px
}

[data-v-679af2ed]::-webkit-scrollbar-track {
    background: #212b36
}

[data-v-679af2ed]::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.ftext p[data-v-679af2ed] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px
}

.swiper-pagination-bullet-active[data-v-679af2ed] {
    opacity: 1;
    background: #0b121c !important
}

ul.counter-row li.count-col[data-v-679af2ed] {
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

@media(max-width:1024px) {
    ul.counter-row li.count-col[data-v-679af2ed] {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-679af2ed] {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        background: #f6f7f9;
        margin-bottom: 20px
    }
}

ul.counter-row li.count-col .counter-mainwrap[data-v-679af2ed] {
    border-right: 1px solid #0b121c;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap[data-v-679af2ed] {
        border-right: none;
        min-height: 180px
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text[data-v-679af2ed] {
    text-align: center
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup[data-v-679af2ed] {
        padding: 0 0 20px 0
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-679af2ed] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-679af2ed] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-679af2ed] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-679af2ed] {
        font-size: calc(30px + .25vw)
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext[data-v-679af2ed] {
    margin-right: auto;
    text-align: center
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext p[data-v-679af2ed] {
    font-size: 15px
}

ul.counter-row li.count-col[data-v-679af2ed]:hover {
    background: #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap[data-v-679af2ed] {
    border-right: 1px solid #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .ctext p[data-v-679af2ed],
ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .icountup span[data-v-679af2ed] {
    color: #fff
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-679af2ed]:last-child {
        margin-bottom: 0
    }
}

ul.counter-row li.count-col:last-child .counter-mainwrap[data-v-679af2ed] {
    border-right: none
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text[data-v-679af2ed] {
    text-align: center;
    margin-right: 0
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text .ctext[data-v-679af2ed] {
    text-align: center
}

.ctext-block[data-v-679af2ed] {
    position: relative;
    z-index: 2
}

.ctext-block .ctitle-block[data-v-679af2ed] {
    margin-bottom: 45px
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block[data-v-679af2ed] {
        text-align: center
    }
}

.ctext-block .ctitle-block h2[data-v-679af2ed] {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: calc(48px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block h2[data-v-679af2ed] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block h2[data-v-679af2ed] {
        font-size: calc(30px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block h2[data-v-679af2ed] {
        font-size: calc(24px + .25vw);
        margin-bottom: 20px
    }
}

.ctext-block .ctitle-block div p[data-v-679af2ed] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block div p[data-v-679af2ed] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block div p[data-v-679af2ed] {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block div p[data-v-679af2ed] {
        font-size: 14px;
        line-height: 1.5
    }
}

.history-desc div p[data-v-679af2ed] {
    font-size: calc(42px + .25vw);
    color: #212b36;
    font-weight: 700;
    line-height: 1.3;
    font-family: arial
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-desc div p[data-v-679af2ed] {
        font-size: calc(32px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .history-desc div p[data-v-679af2ed] {
        font-size: calc(24px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .history-desc div p[data-v-679af2ed] {
        font-size: calc(16px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

.his-text p[data-v-679af2ed] {
    font-size: calc(16px + .25vw);
    color: #fff
}

.history-details2 h2[data-v-679af2ed] {
    margin-bottom: 10px;
    font-size: calc(48px + .25vw);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-details2 h2[data-v-679af2ed] {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .history-details2 h2[data-v-679af2ed] {
        font-size: calc(32px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:575px) {
    .history-details2 h2[data-v-679af2ed] {
        font-size: calc(20px + .25vw)
    }
}

.history-details2 .his-text2 p[data-v-679af2ed] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.news-text[data-v-679af2ed] {
    padding: 20px 0 0 0
}

@media(max-width:767px) {
    .news-text[data-v-679af2ed] {
        padding: 10px 0 0 0
    }
}

.news-text h4[data-v-679af2ed] {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:1025px)and (max-width:1600px) {
    .news-text h4[data-v-679af2ed] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .news-text h4[data-v-679af2ed] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .news-text h4[data-v-679af2ed] {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3
    }
}

.news-text div p[data-v-679af2ed] {
    padding: 0;
    font-size: calc(13px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(min-width:768px)and (max-width:1440px) {
    .news-text div p[data-v-679af2ed] {
        font-size: 15px;
        line-height: 1.6
    }
}

@media(max-width:767px) {
    .news-text div p[data-v-679af2ed] {
        font-size: 14px
    }
}

.text-cont p[data-v-679af2ed] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont p[data-v-679af2ed] {
        text-align: center
    }
}

@media(max-width:1024px) {
    .text-cont ul[data-v-679af2ed] {
        padding-left: 20px
    }
}

.text-cont ul li[data-v-679af2ed] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont ul li[data-v-679af2ed] {
        text-align: left;
        padding: 0
    }
}

.pdtext-cont p[data-v-679af2ed] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont p[data-v-679af2ed] {
        text-align: center
    }
}

.pdtext-cont ul[data-v-679af2ed] {
    padding-left: 20px
}

.pdtext-cont ul li[data-v-679af2ed] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont ul li[data-v-679af2ed] {
        text-align: left;
        padding: 0
    }
}

.tab-desc div div p[data-v-679af2ed] {
    color: #fff
}

.imgblock[data-v-679af2ed] {
    width: 100%;
    height: 100%
}

.imgblock img[data-v-679af2ed] {
    width: 100%;
    height: 90vh;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:1440px) {
    .imgblock img[data-v-679af2ed] {
        height: 70vh;
        min-height: 620px
    }
}

@media(max-width:1024px) {
    .imgblock img[data-v-679af2ed] {
        height: 60vh;
        min-height: 550px
    }
}

@media(max-width:767px) {
    .imgblock img[data-v-679af2ed] {
        height: 50vh;
        min-height: 450px
    }
}

[data-v-c126bac4] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-c126bac4] {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #637381;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 0
}

.img-fluid[data-v-c126bac4] {
    max-width: 100%;
    height: auto;
    display: block
}

ol[data-v-c126bac4],
ul[data-v-c126bac4] {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif
}

a[data-v-c126bac4],
li[data-v-c126bac4],
p[data-v-c126bac4],
ul[data-v-c126bac4] {
    font-family: Roboto, sans-serif;
    color: #637381;
    margin-bottom: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(max-width:767px) {

    a[data-v-c126bac4],
    li[data-v-c126bac4],
    p[data-v-c126bac4],
    ul[data-v-c126bac4] {
        font-size: 15px
    }
}

.title-color[data-v-c126bac4] {
    color: #0b121c
}

h1[data-v-c126bac4],
h2[data-v-c126bac4],
h3[data-v-c126bac4],
h4[data-v-c126bac4],
h5[data-v-c126bac4],
h6[data-v-c126bac4] {
    font-family: arial;
    font-weight: 700;
    color: #212b36;
    margin: 0;
    text-transform: capitalize
}

h1[data-v-c126bac4] {
    font-size: calc(52px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h1[data-v-c126bac4] {
        font-size: calc(42px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    h1[data-v-c126bac4] {
        font-size: calc(36px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575px) {
    h1[data-v-c126bac4] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h2[data-v-c126bac4] {
    font-size: calc(48px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    h2[data-v-c126bac4] {
        font-size: calc(38px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    h2[data-v-c126bac4] {
        font-size: calc(34px + .25vw);
        line-height: 1.3
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    h2[data-v-c126bac4] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575.98px) {
    h2[data-v-c126bac4] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h3[data-v-c126bac4] {
    font-size: calc(34px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h3[data-v-c126bac4] {
        font-size: calc(28px + .25vw);
        letter-spacing: 1px
    }
}

@media(max-width:1024px) {
    h3[data-v-c126bac4] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

@media(max-width:575px) {
    h3[data-v-c126bac4] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

h4[data-v-c126bac4] {
    font-size: 28px
}

@media(max-width:1024px) {
    h4[data-v-c126bac4] {
        font-size: 20px
    }
}

@media(max-width:575px) {
    h4[data-v-c126bac4] {
        font-size: 18px
    }
}

h5[data-v-c126bac4] {
    font-size: 20px
}

@media(max-width:1024px) {
    h5[data-v-c126bac4] {
        font-size: 18px
    }
}

@media(max-width:575px) {
    h5[data-v-c126bac4] {
        font-size: 15px
    }
}

h6[data-v-c126bac4] {
    font-size: 16px
}

@media(max-width:1024px) {
    h6[data-v-c126bac4] {
        font-size: 15px
    }
}

@media(max-width:575px) {
    h6[data-v-c126bac4] {
        font-size: 14px
    }
}

.pd-5[data-v-c126bac4] {
    padding: 0 5% !important
}

.mask[data-v-c126bac4] {
    height: 100vh !important;
    width: 100% !important
}

.vue-flux .flux-caption[data-v-c126bac4] {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70% !important;
    text-align: center !important;
    font-family: arial;
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .vue-flux .flux-caption[data-v-c126bac4] {
        font-size: calc(52px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-caption[data-v-c126bac4] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .vue-flux .flux-caption[data-v-c126bac4] {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px;
        line-height: 1.25
    }
}

.vue-flux .flux-pagination[data-v-c126bac4] {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
    bottom: unset !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination[data-v-c126bac4] {
        top: unset !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        bottom: 0 !important;
        left: 50% !important;
        right: 0 !important
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination ul[data-v-c126bac4] {
        display: block
    }
}

.vue-flux .flux-pagination li span.pagination-item[data-v-c126bac4] {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-transition: background-color .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, border .2s ease-in
}

.vue-flux .flux-pagination li.active span.pagination-item[data-v-c126bac4] {
    background-color: #0b121c !important
}

@media(min-width:992px)and (max-width:1024.98px) {
    .col-lg-10[data-v-c126bac4] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .offset-lg-2[data-v-c126bac4] {
        margin-left: 0 !important
    }

    .col-lg-3[data-v-c126bac4],
    .col-lg-4[data-v-c126bac4],
    .col-lg-6[data-v-c126bac4] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .flex-lg-row[data-v-c126bac4] {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
}

@media(min-width:1025px) {
    .col-lg-6[data-v-c126bac4] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-lg-4[data-v-c126bac4] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }

    .col-lg-10[data-v-c126bac4] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important
    }

    .offset-lg-2[data-v-c126bac4] {
        margin-left: 16.666667% !important
    }
}

@media(min-width:1200px) {
    .col-xl-6[data-v-c126bac4] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-xl-4[data-v-c126bac4] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.button-mirror[data-v-c126bac4],
.button[data-v-c126bac4] {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    text-align: center
}

@media(max-width:1024px) {

    .button-mirror[data-v-c126bac4],
    .button[data-v-c126bac4] {
        width: 150px
    }
}

.button-mirror[data-v-c126bac4]:before,
.button[data-v-c126bac4]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b121c;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width:1024px) {

    .button-mirror[data-v-c126bac4]:before,
    .button[data-v-c126bac4]:before {
        display: none
    }
}

.button-mirror[data-v-c126bac4]:hover:before,
.button[data-v-c126bac4]:hover:before {
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.button-mirror[data-v-c126bac4]:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.plyr__control--overlaid[data-v-c126bac4] {
    background: #0b121c !important;
    top: 60% !important;
    z-index: 200 !important
}

.vue-flux[data-v-c126bac4] {
    position: relative
}

.vue-flux[data-v-c126bac4]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0;
    content: ""
}

.maprichtext p[data-v-c126bac4] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .maprichtext p[data-v-c126bac4] {
        font-size: calc(22px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .maprichtext p[data-v-c126bac4] {
        font-size: calc(18px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .maprichtext p[data-v-c126bac4] {
        font-size: calc(16px + .25vw);
        line-height: 1.6
    }
}

@media(max-width:575.98px) {
    .maprichtext p[data-v-c126bac4] {
        font-size: calc(15px + .25vw);
        line-height: 1.6
    }
}

.industrytext-details[data-v-c126bac4] {
    overflow: hidden;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media(max-width:767.98px) {
    .industrytext-details[data-v-c126bac4] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        overflow: hidden
    }
}

.industrytext-details img.richtext-image[data-v-c126bac4] {
    display: block;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin: 0;
    width: 50%;
    float: right
}

@media(min-width:768px)and (max-width:1024px) {
    .industrytext-details img.richtext-image[data-v-c126bac4] {
        height: 60vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .industrytext-details img.richtext-image[data-v-c126bac4] {
        height: 45vh;
        min-height: 350px;
        width: 100%;
        margin: 20px 0;
        float: unset
    }
}

.industrytext-details p[data-v-c126bac4] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5% 0 0
}

@media(max-width:767.98px) {
    .industrytext-details p[data-v-c126bac4] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        background: #f1f1f1;
        width: 90%;
        margin: -60px auto 0 auto !important;
        position: relative;
        z-index: 22
    }
}

.industrytext-details p[data-v-c126bac4]:first-child {
    margin: 0
}

@media(max-width:1024px) {
    .career-richtext[data-v-c126bac4] {
        text-align: center
    }
}

.career-richtext h3[data-v-c126bac4] {
    color: #0b121c;
    margin: 20px 0
}

.career-richtext h3[data-v-c126bac4]:first-child {
    margin: 0 0 20px 0
}

.career-richtext p[data-v-c126bac4] {
    margin: 0 0 40px 0;
    padding: 0
}

@media(max-width:1024px) {
    .career-richtext p[data-v-c126bac4] {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .career-richtext p[data-v-c126bac4] {
        margin-bottom: 20px
    }
}

.career-richtext p[data-v-c126bac4]:last-child {
    margin: 0
}

.career-richtext ul[data-v-c126bac4] {
    padding-left: 30px;
    margin: 0 0 40px 0
}

@media(max-width:1024px) {
    .career-richtext ul[data-v-c126bac4] {
        margin-bottom: 0
    }
}

.career-richtext ul li[data-v-c126bac4] {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    text-align: justify;
    text-indent: unset;
    list-style: none
}

.career-richtext ul li[data-v-c126bac4]:before {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
    font-family: FontAwesome;
    color: #1c1b1b;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.address-data[data-v-c126bac4] {
    margin: 20px 0 0 0
}

.address-data div p[data-v-c126bac4] {
    color: #fff;
    font-size: 15px
}

@media(max-width:576px) {
    .col-mbx-6[data-v-c126bac4] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.news-richtext[data-v-c126bac4] {
    overflow-x: hidden;
    background: #fff;
    padding: 40px;
    overflow: auto
}

@media(max-width:767.98px) {
    .news-richtext[data-v-c126bac4] {
        text-align: center
    }
}

.news-richtext p[data-v-c126bac4] {
    padding: 0;
    margin: 0
}

.news-richtext p[data-v-c126bac4]:last-child {
    margin: 0
}

.news-richtext img.richtext-image.full-width[data-v-c126bac4] {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.full-width[data-v-c126bac4] {
        height: 50vh;
        min-height: 380px
    }
}

.news-richtext img.richtext-image.right[data-v-c126bac4] {
    height: 70vh;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: right;
    padding-left: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .news-richtext img.richtext-image.right[data-v-c126bac4] {
        width: 100%;
        height: 60vh;
        min-height: 450px;
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.right[data-v-c126bac4] {
        width: 100%;
        height: 50vh;
        min-height: 380px;
        padding-left: 0
    }
}

.colortext-block[data-v-c126bac4] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: -150px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .colortext-block[data-v-c126bac4] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.colortext-block p[data-v-c126bac4] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .colortext-block p[data-v-c126bac4] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .colortext-block p[data-v-c126bac4] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .colortext-block p[data-v-c126bac4] {
        font-size: 15px;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .colortext-block p[data-v-c126bac4] {
        font-size: 15px;
        line-height: 1.5;
        color: #637381
    }
}

.gncolortext-block[data-v-c126bac4] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .gncolortext-block[data-v-c126bac4] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.gncolortext-block p[data-v-c126bac4] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .gncolortext-block p[data-v-c126bac4] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .gncolortext-block p[data-v-c126bac4] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .gncolortext-block p[data-v-c126bac4] {
        font-size: calc(16px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .gncolortext-block p[data-v-c126bac4] {
        font-size: calc(15px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:1024px) {
    .lrtcardtext-block div p[data-v-c126bac4] {
        color: #fff
    }
}

.lrtcardtext-block div ul[data-v-c126bac4] {
    padding-left: 20px
}

.lrtcardtext-block div ul li[data-v-c126bac4] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .lrtcardtext-block div ul li[data-v-c126bac4] {
        text-align: left;
        padding: 0
    }
}

[data-aos=new-animation][data-v-c126bac4] {
    opacity: 0;
    -webkit-transition-property: width;
    transition-property: width
}

[data-aos=new-animation].aos-animate[data-v-c126bac4] {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=new-animation][data-v-c126bac4] {
        width: 100%
    }

    [data-aos=new-animation].aos-animate[data-v-c126bac4] {
        width: 0
    }
}

.fake3d-image-effect__image[data-v-c126bac4] {
    height: 100%
}

.fake3d-image-effect__image canvas[data-v-c126bac4] {
    height: 100% !important
}

[data-v-c126bac4]::-webkit-scrollbar {
    width: 8px
}

[data-v-c126bac4]::-webkit-scrollbar-track {
    background: #212b36
}

[data-v-c126bac4]::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.ftext p[data-v-c126bac4] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px
}

.swiper-pagination-bullet-active[data-v-c126bac4] {
    opacity: 1;
    background: #0b121c !important
}

ul.counter-row li.count-col[data-v-c126bac4] {
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

@media(max-width:1024px) {
    ul.counter-row li.count-col[data-v-c126bac4] {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-c126bac4] {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        background: #f6f7f9;
        margin-bottom: 20px
    }
}

ul.counter-row li.count-col .counter-mainwrap[data-v-c126bac4] {
    border-right: 1px solid #0b121c;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap[data-v-c126bac4] {
        border-right: none;
        min-height: 180px
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text[data-v-c126bac4] {
    text-align: center
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup[data-v-c126bac4] {
        padding: 0 0 20px 0
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-c126bac4] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-c126bac4] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-c126bac4] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-c126bac4] {
        font-size: calc(30px + .25vw)
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext[data-v-c126bac4] {
    margin-right: auto;
    text-align: center
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext p[data-v-c126bac4] {
    font-size: 15px
}

ul.counter-row li.count-col[data-v-c126bac4]:hover {
    background: #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap[data-v-c126bac4] {
    border-right: 1px solid #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .ctext p[data-v-c126bac4],
ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .icountup span[data-v-c126bac4] {
    color: #fff
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-c126bac4]:last-child {
        margin-bottom: 0
    }
}

ul.counter-row li.count-col:last-child .counter-mainwrap[data-v-c126bac4] {
    border-right: none
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text[data-v-c126bac4] {
    text-align: center;
    margin-right: 0
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text .ctext[data-v-c126bac4] {
    text-align: center
}

.ctext-block[data-v-c126bac4] {
    position: relative;
    z-index: 2
}

.ctext-block .ctitle-block[data-v-c126bac4] {
    margin-bottom: 45px
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block[data-v-c126bac4] {
        text-align: center
    }
}

.ctext-block .ctitle-block h2[data-v-c126bac4] {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: calc(48px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block h2[data-v-c126bac4] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block h2[data-v-c126bac4] {
        font-size: calc(30px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block h2[data-v-c126bac4] {
        font-size: calc(24px + .25vw);
        margin-bottom: 20px
    }
}

.ctext-block .ctitle-block div p[data-v-c126bac4] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block div p[data-v-c126bac4] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block div p[data-v-c126bac4] {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block div p[data-v-c126bac4] {
        font-size: 14px;
        line-height: 1.5
    }
}

.history-desc div p[data-v-c126bac4] {
    font-size: calc(42px + .25vw);
    color: #212b36;
    font-weight: 700;
    line-height: 1.3;
    font-family: arial
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-desc div p[data-v-c126bac4] {
        font-size: calc(32px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .history-desc div p[data-v-c126bac4] {
        font-size: calc(24px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .history-desc div p[data-v-c126bac4] {
        font-size: calc(16px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

.his-text p[data-v-c126bac4] {
    font-size: calc(16px + .25vw);
    color: #fff
}

.history-details2 h2[data-v-c126bac4] {
    margin-bottom: 10px;
    font-size: calc(48px + .25vw);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-details2 h2[data-v-c126bac4] {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .history-details2 h2[data-v-c126bac4] {
        font-size: calc(32px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:575px) {
    .history-details2 h2[data-v-c126bac4] {
        font-size: calc(20px + .25vw)
    }
}

.history-details2 .his-text2 p[data-v-c126bac4] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.news-text[data-v-c126bac4] {
    padding: 20px 0 0 0
}

@media(max-width:767px) {
    .news-text[data-v-c126bac4] {
        padding: 10px 0 0 0
    }
}

.news-text h4[data-v-c126bac4] {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:1025px)and (max-width:1600px) {
    .news-text h4[data-v-c126bac4] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .news-text h4[data-v-c126bac4] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .news-text h4[data-v-c126bac4] {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3
    }
}

.news-text div p[data-v-c126bac4] {
    padding: 0;
    font-size: calc(13px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(min-width:768px)and (max-width:1440px) {
    .news-text div p[data-v-c126bac4] {
        font-size: 15px;
        line-height: 1.6
    }
}

@media(max-width:767px) {
    .news-text div p[data-v-c126bac4] {
        font-size: 14px
    }
}

.text-cont p[data-v-c126bac4] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont p[data-v-c126bac4] {
        text-align: center
    }
}

@media(max-width:1024px) {
    .text-cont ul[data-v-c126bac4] {
        padding-left: 20px
    }
}

.text-cont ul li[data-v-c126bac4] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont ul li[data-v-c126bac4] {
        text-align: left;
        padding: 0
    }
}

.pdtext-cont p[data-v-c126bac4] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont p[data-v-c126bac4] {
        text-align: center
    }
}

.pdtext-cont ul[data-v-c126bac4] {
    padding-left: 20px
}

.pdtext-cont ul li[data-v-c126bac4] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont ul li[data-v-c126bac4] {
        text-align: left;
        padding: 0
    }
}

.tab-desc div div p[data-v-c126bac4] {
    color: #fff
}

.signletitletext-container[data-v-c126bac4] {
    padding: 80px 0
}

@media(max-width:1024px) {
    .signletitletext-container[data-v-c126bac4] {
        padding: 60px 0
    }
}

@media(max-width:767px) {
    .signletitletext-container[data-v-c126bac4] {
        padding: 40px 0
    }
}

.signletitle[data-v-c126bac4] {
    position: relative;
    padding: 0;
    margin-bottom: 60px
}

@media(max-width:1024px) {
    .signletitle[data-v-c126bac4] {
        margin-bottom: 20px;
        text-align: center
    }
}

.signletitle[data-v-c126bac4]:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    bottom: -20px;
    left: 0;
    background: #0b121c
}

@media(max-width:1024px) {
    .signletitle[data-v-c126bac4]:after {
        display: none
    }
}

.signletitle h2[data-v-c126bac4] {
    margin: 0;
    padding: 0
}

.signletext-cont[data-v-c126bac4] {
    border-left: 1px solid #707070;
    padding-left: 40px
}

@media(max-width:1024px) {
    .signletext-cont[data-v-c126bac4] {
        border-left: none;
        padding: 0;
        text-align: center
    }
}

.signletext-cont p[data-v-c126bac4] {
    margin: 0;
    padding: 0
}

[data-v-1334df63] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-1334df63] {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #637381;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 0
}

.img-fluid[data-v-1334df63] {
    max-width: 100%;
    height: auto;
    display: block
}

ol[data-v-1334df63],
ul[data-v-1334df63] {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif
}

a[data-v-1334df63],
li[data-v-1334df63],
p[data-v-1334df63],
ul[data-v-1334df63] {
    font-family: Roboto, sans-serif;
    color: #637381;
    margin-bottom: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(max-width:767px) {

    a[data-v-1334df63],
    li[data-v-1334df63],
    p[data-v-1334df63],
    ul[data-v-1334df63] {
        font-size: 15px
    }
}

.title-color[data-v-1334df63] {
    color: #0b121c
}

h1[data-v-1334df63],
h2[data-v-1334df63],
h3[data-v-1334df63],
h4[data-v-1334df63],
h5[data-v-1334df63],
h6[data-v-1334df63] {
    font-family: arial;
    font-weight: 700;
    color: #212b36;
    margin: 0;
    text-transform: capitalize
}

h1[data-v-1334df63] {
    font-size: calc(52px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h1[data-v-1334df63] {
        font-size: calc(42px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    h1[data-v-1334df63] {
        font-size: calc(36px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575px) {
    h1[data-v-1334df63] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h2[data-v-1334df63] {
    font-size: calc(24px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    h2[data-v-1334df63] {
        font-size: calc(38px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    h2[data-v-1334df63] {
        font-size: calc(34px + .25vw);
        line-height: 1.3
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    h2[data-v-1334df63] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575.98px) {
    h2[data-v-1334df63] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h3[data-v-1334df63] {
    font-size: calc(34px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h3[data-v-1334df63] {
        font-size: calc(28px + .25vw);
        letter-spacing: 1px
    }
}

@media(max-width:1024px) {
    h3[data-v-1334df63] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

@media(max-width:575px) {
    h3[data-v-1334df63] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

h4[data-v-1334df63] {
    font-size: 28px
}

@media(max-width:1024px) {
    h4[data-v-1334df63] {
        font-size: 20px
    }
}

@media(max-width:575px) {
    h4[data-v-1334df63] {
        font-size: 18px
    }
}

h5[data-v-1334df63] {
    font-size: 20px
}

@media(max-width:1024px) {
    h5[data-v-1334df63] {
        font-size: 18px
    }
}

@media(max-width:575px) {
    h5[data-v-1334df63] {
        font-size: 15px
    }
}

h6[data-v-1334df63] {
    font-size: 16px
}

@media(max-width:1024px) {
    h6[data-v-1334df63] {
        font-size: 15px
    }
}

@media(max-width:575px) {
    h6[data-v-1334df63] {
        font-size: 14px
    }
}

.pd-5[data-v-1334df63] {
    padding: 0 5% !important
}

.mask[data-v-1334df63] {
    height: 100vh !important;
    width: 100% !important
}

.vue-flux .flux-caption[data-v-1334df63] {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70% !important;
    text-align: center !important;
    font-family: arial;
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .vue-flux .flux-caption[data-v-1334df63] {
        font-size: calc(52px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-caption[data-v-1334df63] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .vue-flux .flux-caption[data-v-1334df63] {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px;
        line-height: 1.25
    }
}

.vue-flux .flux-pagination[data-v-1334df63] {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
    bottom: unset !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination[data-v-1334df63] {
        top: unset !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        bottom: 0 !important;
        left: 50% !important;
        right: 0 !important
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination ul[data-v-1334df63] {
        display: block
    }
}

.vue-flux .flux-pagination li span.pagination-item[data-v-1334df63] {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-transition: background-color .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, border .2s ease-in
}

.vue-flux .flux-pagination li.active span.pagination-item[data-v-1334df63] {
    background-color: #0b121c !important
}

@media(min-width:992px)and (max-width:1024.98px) {
    .col-lg-10[data-v-1334df63] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .offset-lg-2[data-v-1334df63] {
        margin-left: 0 !important
    }

    .col-lg-3[data-v-1334df63],
    .col-lg-4[data-v-1334df63],
    .col-lg-6[data-v-1334df63] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .flex-lg-row[data-v-1334df63] {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
}

@media(min-width:1025px) {
    .col-lg-6[data-v-1334df63] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-lg-4[data-v-1334df63] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }

    .col-lg-10[data-v-1334df63] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important
    }

    .offset-lg-2[data-v-1334df63] {
        margin-left: 16.666667% !important
    }
}

@media(min-width:1200px) {
    .col-xl-6[data-v-1334df63] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-xl-4[data-v-1334df63] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.button-mirror[data-v-1334df63],
.button[data-v-1334df63] {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    text-align: center
}

@media(max-width:1024px) {

    .button-mirror[data-v-1334df63],
    .button[data-v-1334df63] {
        width: 150px
    }
}

.button-mirror[data-v-1334df63]:before,
.button[data-v-1334df63]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b121c;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width:1024px) {

    .button-mirror[data-v-1334df63]:before,
    .button[data-v-1334df63]:before {
        display: none
    }
}

.button-mirror[data-v-1334df63]:hover:before,
.button[data-v-1334df63]:hover:before {
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.button-mirror[data-v-1334df63]:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.plyr__control--overlaid[data-v-1334df63] {
    background: #0b121c !important;
    top: 60% !important;
    z-index: 200 !important
}

.vue-flux[data-v-1334df63] {
    position: relative
}

.vue-flux[data-v-1334df63]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0;
    content: ""
}

.maprichtext p[data-v-1334df63] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .maprichtext p[data-v-1334df63] {
        font-size: calc(22px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .maprichtext p[data-v-1334df63] {
        font-size: calc(18px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .maprichtext p[data-v-1334df63] {
        font-size: calc(16px + .25vw);
        line-height: 1.6
    }
}

@media(max-width:575.98px) {
    .maprichtext p[data-v-1334df63] {
        font-size: calc(15px + .25vw);
        line-height: 1.6
    }
}

.industrytext-details[data-v-1334df63] {
    overflow: hidden;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media(max-width:767.98px) {
    .industrytext-details[data-v-1334df63] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        overflow: hidden
    }
}

.industrytext-details img.richtext-image[data-v-1334df63] {
    display: block;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin: 0;
    width: 50%;
    float: right
}

@media(min-width:768px)and (max-width:1024px) {
    .industrytext-details img.richtext-image[data-v-1334df63] {
        height: 60vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .industrytext-details img.richtext-image[data-v-1334df63] {
        height: 45vh;
        min-height: 350px;
        width: 100%;
        margin: 20px 0;
        float: unset
    }
}

.industrytext-details p[data-v-1334df63] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5% 0 0
}

@media(max-width:767.98px) {
    .industrytext-details p[data-v-1334df63] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        background: #f1f1f1;
        width: 90%;
        margin: -60px auto 0 auto !important;
        position: relative;
        z-index: 22
    }
}

.industrytext-details p[data-v-1334df63]:first-child {
    margin: 0
}

@media(max-width:1024px) {
    .career-richtext[data-v-1334df63] {
        text-align: center
    }
}

.career-richtext h3[data-v-1334df63] {
    color: #0b121c;
    margin: 20px 0
}

.career-richtext h3[data-v-1334df63]:first-child {
    margin: 0 0 20px 0
}

.career-richtext p[data-v-1334df63] {
    margin: 0 0 40px 0;
    padding: 0
}

@media(max-width:1024px) {
    .career-richtext p[data-v-1334df63] {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .career-richtext p[data-v-1334df63] {
        margin-bottom: 20px
    }
}

.career-richtext p[data-v-1334df63]:last-child {
    margin: 0
}

.career-richtext ul[data-v-1334df63] {
    padding-left: 30px;
    margin: 0 0 40px 0
}

@media(max-width:1024px) {
    .career-richtext ul[data-v-1334df63] {
        margin-bottom: 0
    }
}

.career-richtext ul li[data-v-1334df63] {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    text-align: justify;
    text-indent: unset;
    list-style: none
}

.career-richtext ul li[data-v-1334df63]:before {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
    font-family: FontAwesome;
    color: #1c1b1b;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.address-data[data-v-1334df63] {
    margin: 20px 0 0 0
}

.address-data div p[data-v-1334df63] {
    color: #fff;
    font-size: 15px
}

@media(max-width:576px) {
    .col-mbx-6[data-v-1334df63] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.news-richtext[data-v-1334df63] {
    overflow-x: hidden;
    background: #fff;
    padding: 40px;
    overflow: auto
}

@media(max-width:767.98px) {
    .news-richtext[data-v-1334df63] {
        text-align: center
    }
}

.news-richtext p[data-v-1334df63] {
    padding: 0;
    margin: 0
}

.news-richtext p[data-v-1334df63]:last-child {
    margin: 0
}

.news-richtext img.richtext-image.full-width[data-v-1334df63] {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.full-width[data-v-1334df63] {
        height: 50vh;
        min-height: 380px
    }
}

.news-richtext img.richtext-image.right[data-v-1334df63] {
    height: 70vh;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: right;
    padding-left: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .news-richtext img.richtext-image.right[data-v-1334df63] {
        width: 100%;
        height: 60vh;
        min-height: 450px;
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.right[data-v-1334df63] {
        width: 100%;
        height: 50vh;
        min-height: 380px;
        padding-left: 0
    }
}

.colortext-block[data-v-1334df63] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: -150px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .colortext-block[data-v-1334df63] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.colortext-block p[data-v-1334df63] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .colortext-block p[data-v-1334df63] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .colortext-block p[data-v-1334df63] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .colortext-block p[data-v-1334df63] {
        font-size: 15px;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .colortext-block p[data-v-1334df63] {
        font-size: 15px;
        line-height: 1.5;
        color: #637381
    }
}

.gncolortext-block[data-v-1334df63] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .gncolortext-block[data-v-1334df63] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.gncolortext-block p[data-v-1334df63] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .gncolortext-block p[data-v-1334df63] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .gncolortext-block p[data-v-1334df63] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .gncolortext-block p[data-v-1334df63] {
        font-size: calc(16px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .gncolortext-block p[data-v-1334df63] {
        font-size: calc(15px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:1024px) {
    .lrtcardtext-block div p[data-v-1334df63] {
        color: #fff
    }
}

.lrtcardtext-block div ul[data-v-1334df63] {
    padding-left: 20px
}

.lrtcardtext-block div ul li[data-v-1334df63] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .lrtcardtext-block div ul li[data-v-1334df63] {
        text-align: left;
        padding: 0
    }
}

[data-aos=new-animation][data-v-1334df63] {
    opacity: 0;
    -webkit-transition-property: width;
    transition-property: width
}

[data-aos=new-animation].aos-animate[data-v-1334df63] {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=new-animation][data-v-1334df63] {
        width: 100%
    }

    [data-aos=new-animation].aos-animate[data-v-1334df63] {
        width: 0
    }
}

.fake3d-image-effect__image[data-v-1334df63] {
    height: 100%
}

.fake3d-image-effect__image canvas[data-v-1334df63] {
    height: 100% !important
}

[data-v-1334df63]::-webkit-scrollbar {
    width: 8px
}

[data-v-1334df63]::-webkit-scrollbar-track {
    background: #212b36
}

[data-v-1334df63]::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.ftext p[data-v-1334df63] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px
}

.swiper-pagination-bullet-active[data-v-1334df63] {
    opacity: 1;
    background: #0b121c !important
}

ul.counter-row li.count-col[data-v-1334df63] {
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

@media(max-width:1024px) {
    ul.counter-row li.count-col[data-v-1334df63] {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-1334df63] {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        background: #f6f7f9;
        margin-bottom: 20px
    }
}

ul.counter-row li.count-col .counter-mainwrap[data-v-1334df63] {
    border-right: 1px solid #0b121c;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap[data-v-1334df63] {
        border-right: none;
        min-height: 180px
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text[data-v-1334df63] {
    text-align: center
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup[data-v-1334df63] {
        padding: 0 0 20px 0
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-1334df63] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-1334df63] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-1334df63] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-1334df63] {
        font-size: calc(30px + .25vw)
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext[data-v-1334df63] {
    margin-right: auto;
    text-align: center
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext p[data-v-1334df63] {
    font-size: 15px
}

ul.counter-row li.count-col[data-v-1334df63]:hover {
    background: #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap[data-v-1334df63] {
    border-right: 1px solid #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .ctext p[data-v-1334df63],
ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .icountup span[data-v-1334df63] {
    color: #fff
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-1334df63]:last-child {
        margin-bottom: 0
    }
}

ul.counter-row li.count-col:last-child .counter-mainwrap[data-v-1334df63] {
    border-right: none
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text[data-v-1334df63] {
    text-align: center;
    margin-right: 0
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text .ctext[data-v-1334df63] {
    text-align: center
}

.ctext-block[data-v-1334df63] {
    position: relative;
    z-index: 2
}

.ctext-block .ctitle-block[data-v-1334df63] {
    margin-bottom: 45px
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block[data-v-1334df63] {
        text-align: center
    }
}

.ctext-block .ctitle-block h2[data-v-1334df63] {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: calc(48px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block h2[data-v-1334df63] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block h2[data-v-1334df63] {
        font-size: calc(30px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block h2[data-v-1334df63] {
        font-size: calc(24px + .25vw);
        margin-bottom: 20px
    }
}

.ctext-block .ctitle-block div p[data-v-1334df63] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block div p[data-v-1334df63] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block div p[data-v-1334df63] {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block div p[data-v-1334df63] {
        font-size: 14px;
        line-height: 1.5
    }
}

.history-desc div p[data-v-1334df63] {
    font-size: calc(42px + .25vw);
    color: #212b36;
    font-weight: 700;
    line-height: 1.3;
    font-family: arial
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-desc div p[data-v-1334df63] {
        font-size: calc(32px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .history-desc div p[data-v-1334df63] {
        font-size: calc(24px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .history-desc div p[data-v-1334df63] {
        font-size: calc(16px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

.his-text p[data-v-1334df63] {
    font-size: calc(16px + .25vw);
    color: #fff
}

.history-details2 h2[data-v-1334df63] {
    margin-bottom: 10px;
    font-size: calc(48px + .25vw);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-details2 h2[data-v-1334df63] {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .history-details2 h2[data-v-1334df63] {
        font-size: calc(32px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:575px) {
    .history-details2 h2[data-v-1334df63] {
        font-size: calc(20px + .25vw)
    }
}

.history-details2 .his-text2 p[data-v-1334df63] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.news-text[data-v-1334df63] {
    padding: 20px 0 0 0
}

@media(max-width:767px) {
    .news-text[data-v-1334df63] {
        padding: 10px 0 0 0
    }
}

.news-text h4[data-v-1334df63] {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:1025px)and (max-width:1600px) {
    .news-text h4[data-v-1334df63] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .news-text h4[data-v-1334df63] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .news-text h4[data-v-1334df63] {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3
    }
}

.news-text div p[data-v-1334df63] {
    padding: 0;
    font-size: calc(13px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(min-width:768px)and (max-width:1440px) {
    .news-text div p[data-v-1334df63] {
        font-size: 15px;
        line-height: 1.6
    }
}

@media(max-width:767px) {
    .news-text div p[data-v-1334df63] {
        font-size: 14px
    }
}

.text-cont p[data-v-1334df63] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont p[data-v-1334df63] {
        text-align: center
    }
}

@media(max-width:1024px) {
    .text-cont ul[data-v-1334df63] {
        padding-left: 20px
    }
}

.text-cont ul li[data-v-1334df63] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont ul li[data-v-1334df63] {
        text-align: left;
        padding: 0
    }
}

.pdtext-cont p[data-v-1334df63] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont p[data-v-1334df63] {
        text-align: center
    }
}

.pdtext-cont ul[data-v-1334df63] {
    padding-left: 20px
}

.pdtext-cont ul li[data-v-1334df63] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont ul li[data-v-1334df63] {
        text-align: left;
        padding: 0
    }
}

.tab-desc div div p[data-v-1334df63] {
    color: #fff
}

.main-titletext[data-v-1334df63] {
    padding: 80px 0
}

@media(max-width:1024px) {
    .main-titletext[data-v-1334df63] {
        padding: 60px 0
    }
}

@media(max-width:767px) {
    .main-titletext[data-v-1334df63] {
        padding: 40px 0
    }
}

.smtitle-text[data-v-1334df63] {
    height: 100%;
    padding-right: 20px
}

@media(max-width:1024px) {
    .smtitle-text[data-v-1334df63] {
        text-align: center;
        margin-bottom: 20px
    }
}

.smtitle-text h2[data-v-1334df63] {
    margin-bottom: 20px
}

@media(max-width:1024px) {
    .smtitle-text h2[data-v-1334df63] {
        margin-bottom: 0
    }
}

.smtitle-text .line[data-v-1334df63] {
    width: 80px;
    height: 3px;
    background: #0b121c
}

@media(max-width:1024px) {
    .smtitle-text .line[data-v-1334df63] {
        display: none
    }
}

.pdsmtitle-text[data-v-1334df63] {
    height: 100%;
    margin-bottom: 20px
}

@media(max-width:1024px) {
    .pdsmtitle-text[data-v-1334df63] {
        text-align: center;
        margin-bottom: 20px
    }
}

.pdsmtitle-text h2[data-v-1334df63] {
    margin-bottom: 20px
}

@media(max-width:1024px) {
    .pdsmtitle-text h2[data-v-1334df63] {
        margin-bottom: 0
    }
}

.pdsmtitle-text .line[data-v-1334df63] {
    width: 80px;
    height: 3px;
    background: #0b121c
}

@media(max-width:1024px) {
    .pdsmtitle-text .line[data-v-1334df63] {
        display: none
    }
}

.text-cont[data-v-1334df63] {
    font-family: Roboto, sans-serif;
    margin-bottom: 0;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(max-width:1024px) {
    .text-cont[data-v-1334df63] {
        text-align: center
    }
}

[data-v-10002b5f] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-10002b5f] {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #637381;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 0
}

.img-fluid[data-v-10002b5f] {
    max-width: 100%;
    height: auto;
    display: block
}

ol[data-v-10002b5f],
ul[data-v-10002b5f] {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif
}

a[data-v-10002b5f],
li[data-v-10002b5f],
p[data-v-10002b5f],
ul[data-v-10002b5f] {
    font-family: Roboto, sans-serif;
    color: #637381;
    margin-bottom: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(max-width:767px) {

    a[data-v-10002b5f],
    li[data-v-10002b5f],
    p[data-v-10002b5f],
    ul[data-v-10002b5f] {
        font-size: 15px
    }
}

.title-color[data-v-10002b5f] {
    color: #0b121c
}

h1[data-v-10002b5f],
h2[data-v-10002b5f],
h3[data-v-10002b5f],
h4[data-v-10002b5f],
h5[data-v-10002b5f],
h6[data-v-10002b5f] {
    font-family: arial;
    font-weight: 700;
    color: #212b36;
    margin: 0;
    text-transform: capitalize
}

h1[data-v-10002b5f] {
    font-size: calc(52px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h1[data-v-10002b5f] {
        font-size: calc(42px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    h1[data-v-10002b5f] {
        font-size: calc(36px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575px) {
    h1[data-v-10002b5f] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h2[data-v-10002b5f] {
    font-size: calc(24px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    h2[data-v-10002b5f] {
        font-size: calc(38px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    h2[data-v-10002b5f] {
        font-size: calc(34px + .25vw);
        line-height: 1.3
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    h2[data-v-10002b5f] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575.98px) {
    h2[data-v-10002b5f] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h3[data-v-10002b5f] {
    font-size: calc(34px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h3[data-v-10002b5f] {
        font-size: calc(28px + .25vw);
        letter-spacing: 1px
    }
}

@media(max-width:1024px) {
    h3[data-v-10002b5f] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

@media(max-width:575px) {
    h3[data-v-10002b5f] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

h4[data-v-10002b5f] {
    font-size: 28px
}

@media(max-width:1024px) {
    h4[data-v-10002b5f] {
        font-size: 20px
    }
}

@media(max-width:575px) {
    h4[data-v-10002b5f] {
        font-size: 18px
    }
}

h5[data-v-10002b5f] {
    font-size: 20px
}

@media(max-width:1024px) {
    h5[data-v-10002b5f] {
        font-size: 18px
    }
}

@media(max-width:575px) {
    h5[data-v-10002b5f] {
        font-size: 15px
    }
}

h6[data-v-10002b5f] {
    font-size: 16px
}

@media(max-width:1024px) {
    h6[data-v-10002b5f] {
        font-size: 15px
    }
}

@media(max-width:575px) {
    h6[data-v-10002b5f] {
        font-size: 14px
    }
}

.pd-5[data-v-10002b5f] {
    padding: 0 5% !important
}

.mask[data-v-10002b5f] {
    height: 100vh !important;
    width: 100% !important
}

.vue-flux .flux-caption[data-v-10002b5f] {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70% !important;
    text-align: center !important;
    font-family: arial;
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .vue-flux .flux-caption[data-v-10002b5f] {
        font-size: calc(52px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-caption[data-v-10002b5f] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .vue-flux .flux-caption[data-v-10002b5f] {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px;
        line-height: 1.25
    }
}

.vue-flux .flux-pagination[data-v-10002b5f] {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
    bottom: unset !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination[data-v-10002b5f] {
        top: unset !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        bottom: 0 !important;
        left: 50% !important;
        right: 0 !important
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination ul[data-v-10002b5f] {
        display: block
    }
}

.vue-flux .flux-pagination li span.pagination-item[data-v-10002b5f] {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-transition: background-color .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, border .2s ease-in
}

.vue-flux .flux-pagination li.active span.pagination-item[data-v-10002b5f] {
    background-color: #0b121c !important
}

@media(min-width:992px)and (max-width:1024.98px) {
    .col-lg-10[data-v-10002b5f] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .offset-lg-2[data-v-10002b5f] {
        margin-left: 0 !important
    }

    .col-lg-3[data-v-10002b5f],
    .col-lg-4[data-v-10002b5f],
    .col-lg-6[data-v-10002b5f] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .flex-lg-row[data-v-10002b5f] {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
}

@media(min-width:1025px) {
    .col-lg-6[data-v-10002b5f] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-lg-4[data-v-10002b5f] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }

    .col-lg-10[data-v-10002b5f] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important
    }

    .offset-lg-2[data-v-10002b5f] {
        margin-left: 16.666667% !important
    }
}

@media(min-width:1200px) {
    .col-xl-6[data-v-10002b5f] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-xl-4[data-v-10002b5f] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.button-mirror[data-v-10002b5f],
.button[data-v-10002b5f] {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    text-align: center
}

@media(max-width:1024px) {

    .button-mirror[data-v-10002b5f],
    .button[data-v-10002b5f] {
        width: 150px
    }
}

.button-mirror[data-v-10002b5f]:before,
.button[data-v-10002b5f]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b121c;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width:1024px) {

    .button-mirror[data-v-10002b5f]:before,
    .button[data-v-10002b5f]:before {
        display: none
    }
}

.button-mirror[data-v-10002b5f]:hover:before,
.button[data-v-10002b5f]:hover:before {
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.button-mirror[data-v-10002b5f]:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.plyr__control--overlaid[data-v-10002b5f] {
    background: #0b121c !important;
    top: 60% !important;
    z-index: 200 !important
}

.vue-flux[data-v-10002b5f] {
    position: relative
}

.vue-flux[data-v-10002b5f]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0;
    content: ""
}

.maprichtext p[data-v-10002b5f] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .maprichtext p[data-v-10002b5f] {
        font-size: calc(22px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .maprichtext p[data-v-10002b5f] {
        font-size: calc(18px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .maprichtext p[data-v-10002b5f] {
        font-size: calc(16px + .25vw);
        line-height: 1.6
    }
}

@media(max-width:575.98px) {
    .maprichtext p[data-v-10002b5f] {
        font-size: calc(15px + .25vw);
        line-height: 1.6
    }
}

.industrytext-details[data-v-10002b5f] {
    overflow: hidden;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media(max-width:767.98px) {
    .industrytext-details[data-v-10002b5f] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        overflow: hidden
    }
}

.industrytext-details img.richtext-image[data-v-10002b5f] {
    display: block;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin: 0;
    width: 50%;
    float: right
}

@media(min-width:768px)and (max-width:1024px) {
    .industrytext-details img.richtext-image[data-v-10002b5f] {
        height: 60vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .industrytext-details img.richtext-image[data-v-10002b5f] {
        height: 45vh;
        min-height: 350px;
        width: 100%;
        margin: 20px 0;
        float: unset
    }
}

.industrytext-details p[data-v-10002b5f] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5% 0 0
}

@media(max-width:767.98px) {
    .industrytext-details p[data-v-10002b5f] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        background: #f1f1f1;
        width: 90%;
        margin: -60px auto 0 auto !important;
        position: relative;
        z-index: 22
    }
}

.industrytext-details p[data-v-10002b5f]:first-child {
    margin: 0
}

@media(max-width:1024px) {
    .career-richtext[data-v-10002b5f] {
        text-align: center
    }
}

.career-richtext h3[data-v-10002b5f] {
    color: #0b121c;
    margin: 20px 0
}

.career-richtext h3[data-v-10002b5f]:first-child {
    margin: 0 0 20px 0
}

.career-richtext p[data-v-10002b5f] {
    margin: 0 0 40px 0;
    padding: 0
}

@media(max-width:1024px) {
    .career-richtext p[data-v-10002b5f] {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .career-richtext p[data-v-10002b5f] {
        margin-bottom: 20px
    }
}

.career-richtext p[data-v-10002b5f]:last-child {
    margin: 0
}

.career-richtext ul[data-v-10002b5f] {
    padding-left: 30px;
    margin: 0 0 40px 0
}

@media(max-width:1024px) {
    .career-richtext ul[data-v-10002b5f] {
        margin-bottom: 0
    }
}

.career-richtext ul li[data-v-10002b5f] {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    text-align: justify;
    text-indent: unset;
    list-style: none
}

.career-richtext ul li[data-v-10002b5f]:before {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
    font-family: FontAwesome;
    color: #1c1b1b;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.address-data[data-v-10002b5f] {
    margin: 20px 0 0 0
}

.address-data div p[data-v-10002b5f] {
    color: #fff;
    font-size: 15px
}

@media(max-width:576px) {
    .col-mbx-6[data-v-10002b5f] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.news-richtext[data-v-10002b5f] {
    overflow-x: hidden;
    background: #fff;
    padding: 40px;
    overflow: auto
}

@media(max-width:767.98px) {
    .news-richtext[data-v-10002b5f] {
        text-align: center
    }
}

.news-richtext p[data-v-10002b5f] {
    padding: 0;
    margin: 0
}

.news-richtext p[data-v-10002b5f]:last-child {
    margin: 0
}

.news-richtext img.richtext-image.full-width[data-v-10002b5f] {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.full-width[data-v-10002b5f] {
        height: 50vh;
        min-height: 380px
    }
}

.news-richtext img.richtext-image.right[data-v-10002b5f] {
    height: 70vh;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: right;
    padding-left: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .news-richtext img.richtext-image.right[data-v-10002b5f] {
        width: 100%;
        height: 60vh;
        min-height: 450px;
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.right[data-v-10002b5f] {
        width: 100%;
        height: 50vh;
        min-height: 380px;
        padding-left: 0
    }
}

.colortext-block[data-v-10002b5f] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: -150px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .colortext-block[data-v-10002b5f] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.colortext-block p[data-v-10002b5f] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .colortext-block p[data-v-10002b5f] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .colortext-block p[data-v-10002b5f] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .colortext-block p[data-v-10002b5f] {
        font-size: 15px;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .colortext-block p[data-v-10002b5f] {
        font-size: 15px;
        line-height: 1.5;
        color: #637381
    }
}

.gncolortext-block[data-v-10002b5f] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .gncolortext-block[data-v-10002b5f] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.gncolortext-block p[data-v-10002b5f] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .gncolortext-block p[data-v-10002b5f] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .gncolortext-block p[data-v-10002b5f] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .gncolortext-block p[data-v-10002b5f] {
        font-size: calc(16px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .gncolortext-block p[data-v-10002b5f] {
        font-size: calc(15px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:1024px) {
    .lrtcardtext-block div p[data-v-10002b5f] {
        color: #fff
    }
}

.lrtcardtext-block div ul[data-v-10002b5f] {
    padding-left: 20px
}

.lrtcardtext-block div ul li[data-v-10002b5f] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .lrtcardtext-block div ul li[data-v-10002b5f] {
        text-align: left;
        padding: 0
    }
}

[data-aos=new-animation][data-v-10002b5f] {
    opacity: 0;
    -webkit-transition-property: width;
    transition-property: width
}

[data-aos=new-animation].aos-animate[data-v-10002b5f] {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=new-animation][data-v-10002b5f] {
        width: 100%
    }

    [data-aos=new-animation].aos-animate[data-v-10002b5f] {
        width: 0
    }
}

.fake3d-image-effect__image[data-v-10002b5f] {
    height: 100%
}

.fake3d-image-effect__image canvas[data-v-10002b5f] {
    height: 100% !important
}

[data-v-10002b5f]::-webkit-scrollbar {
    width: 8px
}

[data-v-10002b5f]::-webkit-scrollbar-track {
    background: #212b36
}

[data-v-10002b5f]::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.ftext p[data-v-10002b5f] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px
}

.swiper-pagination-bullet-active[data-v-10002b5f] {
    opacity: 1;
    background: #0b121c !important
}

ul.counter-row li.count-col[data-v-10002b5f] {
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

@media(max-width:1024px) {
    ul.counter-row li.count-col[data-v-10002b5f] {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-10002b5f] {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        background: #f6f7f9;
        margin-bottom: 20px
    }
}

ul.counter-row li.count-col .counter-mainwrap[data-v-10002b5f] {
    border-right: 1px solid #0b121c;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap[data-v-10002b5f] {
        border-right: none;
        min-height: 180px
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text[data-v-10002b5f] {
    text-align: center
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup[data-v-10002b5f] {
        padding: 0 0 20px 0
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-10002b5f] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-10002b5f] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-10002b5f] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-10002b5f] {
        font-size: calc(30px + .25vw)
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext[data-v-10002b5f] {
    margin-right: auto;
    text-align: center
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext p[data-v-10002b5f] {
    font-size: 15px
}

ul.counter-row li.count-col[data-v-10002b5f]:hover {
    background: #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap[data-v-10002b5f] {
    border-right: 1px solid #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .ctext p[data-v-10002b5f],
ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .icountup span[data-v-10002b5f] {
    color: #fff
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-10002b5f]:last-child {
        margin-bottom: 0
    }
}

ul.counter-row li.count-col:last-child .counter-mainwrap[data-v-10002b5f] {
    border-right: none
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text[data-v-10002b5f] {
    text-align: center;
    margin-right: 0
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text .ctext[data-v-10002b5f] {
    text-align: center
}

.ctext-block[data-v-10002b5f] {
    position: relative;
    z-index: 2
}

.ctext-block .ctitle-block[data-v-10002b5f] {
    margin-bottom: 45px
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block[data-v-10002b5f] {
        text-align: center
    }
}

.ctext-block .ctitle-block h2[data-v-10002b5f] {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: calc(48px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block h2[data-v-10002b5f] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block h2[data-v-10002b5f] {
        font-size: calc(30px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block h2[data-v-10002b5f] {
        font-size: calc(24px + .25vw);
        margin-bottom: 20px
    }
}

.ctext-block .ctitle-block div p[data-v-10002b5f] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block div p[data-v-10002b5f] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block div p[data-v-10002b5f] {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block div p[data-v-10002b5f] {
        font-size: 14px;
        line-height: 1.5
    }
}

.history-desc div p[data-v-10002b5f] {
    font-size: calc(42px + .25vw);
    color: #212b36;
    font-weight: 700;
    line-height: 1.3;
    font-family: arial
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-desc div p[data-v-10002b5f] {
        font-size: calc(32px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .history-desc div p[data-v-10002b5f] {
        font-size: calc(24px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .history-desc div p[data-v-10002b5f] {
        font-size: calc(16px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

.his-text p[data-v-10002b5f] {
    font-size: calc(16px + .25vw);
    color: #fff
}

.history-details2 h2[data-v-10002b5f] {
    margin-bottom: 10px;
    font-size: calc(48px + .25vw);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-details2 h2[data-v-10002b5f] {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .history-details2 h2[data-v-10002b5f] {
        font-size: calc(32px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:575px) {
    .history-details2 h2[data-v-10002b5f] {
        font-size: calc(20px + .25vw)
    }
}

.history-details2 .his-text2 p[data-v-10002b5f] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.news-text[data-v-10002b5f] {
    padding: 20px 0 0 0
}

@media(max-width:767px) {
    .news-text[data-v-10002b5f] {
        padding: 10px 0 0 0
    }
}

.news-text h4[data-v-10002b5f] {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:1025px)and (max-width:1600px) {
    .news-text h4[data-v-10002b5f] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .news-text h4[data-v-10002b5f] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .news-text h4[data-v-10002b5f] {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3
    }
}

.news-text div p[data-v-10002b5f] {
    padding: 0;
    font-size: calc(13px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(min-width:768px)and (max-width:1440px) {
    .news-text div p[data-v-10002b5f] {
        font-size: 15px;
        line-height: 1.6
    }
}

@media(max-width:767px) {
    .news-text div p[data-v-10002b5f] {
        font-size: 14px
    }
}

.text-cont p[data-v-10002b5f] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont p[data-v-10002b5f] {
        text-align: center
    }
}

@media(max-width:1024px) {
    .text-cont ul[data-v-10002b5f] {
        padding-left: 20px
    }
}

.text-cont ul li[data-v-10002b5f] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont ul li[data-v-10002b5f] {
        text-align: left;
        padding: 0
    }
}

.pdtext-cont p[data-v-10002b5f] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont p[data-v-10002b5f] {
        text-align: center
    }
}

.pdtext-cont ul[data-v-10002b5f] {
    padding-left: 20px
}

.pdtext-cont ul li[data-v-10002b5f] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont ul li[data-v-10002b5f] {
        text-align: left;
        padding: 0
    }
}

.tab-desc div div p[data-v-10002b5f] {
    color: #fff
}

.dbtitletext-container[data-v-10002b5f] {
    padding: 80px 0
}

@media(max-width:1024px) {
    .dbtitletext-container[data-v-10002b5f] {
        padding: 60px 0
    }
}

@media(max-width:767px) {
    .dbtitletext-container[data-v-10002b5f] {
        padding: 10px 0;
    }
}

.dbtitle-cont[data-v-10002b5f] {
    position: relative;
    padding: 0;
    margin-bottom: 60px
}

@media(max-width:1024px) {
    .dbtitle-cont[data-v-10002b5f] {
        margin-bottom: 20px;
        text-align: center
    }
}

.dbtitle-cont[data-v-10002b5f]:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    bottom: -20px;
    left: 0;
    background: #0b121c
}

@media(max-width:1024px) {
    .dbtitle-cont[data-v-10002b5f]:after {
        display: none
    }
}

@media(max-width:767px) {
    .twocol-text[data-v-10002b5f] {
        text-align: center
    }
}

.btn-link[data-v-10002b5f] {
    margin-top: 40px
}

@media(max-width:767px) {
    .btn-link[data-v-10002b5f] {
        margin-top: 30px;
        text-align: center
    }
}

.btn-link .button-mirror[data-v-10002b5f] {
    min-width: 220px
}

@media(max-width:1024px) {
    .btn-link .button-mirror[data-v-10002b5f] {
        font-size: 14px;
        background: #0b121c
    }
}

[data-v-7e2aef05] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-7e2aef05] {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #637381;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 0
}

.img-fluid[data-v-7e2aef05] {
    max-width: 100%;
    height: auto;
    display: block
}

ol[data-v-7e2aef05],
ul[data-v-7e2aef05] {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif
}

a[data-v-7e2aef05],
li[data-v-7e2aef05],
p[data-v-7e2aef05],
ul[data-v-7e2aef05] {
    font-family: Roboto, sans-serif;
    color: #637381;
    margin-bottom: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(max-width:767px) {

    a[data-v-7e2aef05],
    li[data-v-7e2aef05],
    p[data-v-7e2aef05],
    ul[data-v-7e2aef05] {
        font-size: 15px
    }
}

.title-color[data-v-7e2aef05] {
    color: #0b121c
}

h1[data-v-7e2aef05],
h2[data-v-7e2aef05],
h3[data-v-7e2aef05],
h4[data-v-7e2aef05],
h5[data-v-7e2aef05],
h6[data-v-7e2aef05] {
    font-family: arial;
    font-weight: 700;
    color: #212b36;
    margin: 0;
    text-transform: capitalize
}

h1[data-v-7e2aef05] {
    font-size: calc(52px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h1[data-v-7e2aef05] {
        font-size: calc(42px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    h1[data-v-7e2aef05] {
        font-size: calc(36px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575px) {
    h1[data-v-7e2aef05] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h2[data-v-7e2aef05] {
    font-size: calc(48px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    h2[data-v-7e2aef05] {
        font-size: calc(38px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    h2[data-v-7e2aef05] {
        font-size: calc(34px + .25vw);
        line-height: 1.3
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    h2[data-v-7e2aef05] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575.98px) {
    h2[data-v-7e2aef05] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h3[data-v-7e2aef05] {
    font-size: calc(34px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h3[data-v-7e2aef05] {
        font-size: calc(28px + .25vw);
        letter-spacing: 1px
    }
}

@media(max-width:1024px) {
    h3[data-v-7e2aef05] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

@media(max-width:575px) {
    h3[data-v-7e2aef05] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

h4[data-v-7e2aef05] {
    font-size: 28px
}

@media(max-width:1024px) {
    h4[data-v-7e2aef05] {
        font-size: 20px
    }
}

@media(max-width:575px) {
    h4[data-v-7e2aef05] {
        font-size: 18px
    }
}

h5[data-v-7e2aef05] {
    font-size: 20px
}

@media(max-width:1024px) {
    h5[data-v-7e2aef05] {
        font-size: 18px
    }
}

@media(max-width:575px) {
    h5[data-v-7e2aef05] {
        font-size: 15px
    }
}

h6[data-v-7e2aef05] {
    font-size: 16px
}

@media(max-width:1024px) {
    h6[data-v-7e2aef05] {
        font-size: 15px
    }
}

@media(max-width:575px) {
    h6[data-v-7e2aef05] {
        font-size: 14px
    }
}

.pd-5[data-v-7e2aef05] {
    padding: 0 5% !important
}

.mask[data-v-7e2aef05] {
    height: 100vh !important;
    width: 100% !important
}

.vue-flux .flux-caption[data-v-7e2aef05] {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70% !important;
    text-align: center !important;
    font-family: arial;
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .vue-flux .flux-caption[data-v-7e2aef05] {
        font-size: calc(52px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-caption[data-v-7e2aef05] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .vue-flux .flux-caption[data-v-7e2aef05] {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px;
        line-height: 1.25
    }
}

.vue-flux .flux-pagination[data-v-7e2aef05] {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
    bottom: unset !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination[data-v-7e2aef05] {
        top: unset !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        bottom: 0 !important;
        left: 50% !important;
        right: 0 !important
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination ul[data-v-7e2aef05] {
        display: block
    }
}

.vue-flux .flux-pagination li span.pagination-item[data-v-7e2aef05] {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-transition: background-color .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, border .2s ease-in
}

.vue-flux .flux-pagination li.active span.pagination-item[data-v-7e2aef05] {
    background-color: #0b121c !important
}

@media(min-width:992px)and (max-width:1024.98px) {
    .col-lg-10[data-v-7e2aef05] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .offset-lg-2[data-v-7e2aef05] {
        margin-left: 0 !important
    }

    .col-lg-3[data-v-7e2aef05],
    .col-lg-4[data-v-7e2aef05],
    .col-lg-6[data-v-7e2aef05] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .flex-lg-row[data-v-7e2aef05] {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
}

@media(min-width:1025px) {
    .col-lg-6[data-v-7e2aef05] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-lg-4[data-v-7e2aef05] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }

    .col-lg-10[data-v-7e2aef05] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important
    }

    .offset-lg-2[data-v-7e2aef05] {
        margin-left: 16.666667% !important
    }
}

@media(min-width:1200px) {
    .col-xl-6[data-v-7e2aef05] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-xl-4[data-v-7e2aef05] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.button-mirror[data-v-7e2aef05],
.button[data-v-7e2aef05] {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    text-align: center
}

@media(max-width:1024px) {

    .button-mirror[data-v-7e2aef05],
    .button[data-v-7e2aef05] {
        width: 150px
    }
}

.button-mirror[data-v-7e2aef05]:before,
.button[data-v-7e2aef05]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b121c;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width:1024px) {

    .button-mirror[data-v-7e2aef05]:before,
    .button[data-v-7e2aef05]:before {
        display: none
    }
}

.button-mirror[data-v-7e2aef05]:hover:before,
.button[data-v-7e2aef05]:hover:before {
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.button-mirror[data-v-7e2aef05]:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.plyr__control--overlaid[data-v-7e2aef05] {
    background: #0b121c !important;
    top: 60% !important;
    z-index: 200 !important
}

.vue-flux[data-v-7e2aef05] {
    position: relative
}

.vue-flux[data-v-7e2aef05]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0;
    content: ""
}

.maprichtext p[data-v-7e2aef05] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .maprichtext p[data-v-7e2aef05] {
        font-size: calc(22px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .maprichtext p[data-v-7e2aef05] {
        font-size: calc(18px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .maprichtext p[data-v-7e2aef05] {
        font-size: calc(16px + .25vw);
        line-height: 1.6
    }
}

@media(max-width:575.98px) {
    .maprichtext p[data-v-7e2aef05] {
        font-size: calc(15px + .25vw);
        line-height: 1.6
    }
}

.industrytext-details[data-v-7e2aef05] {
    overflow: hidden;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media(max-width:767.98px) {
    .industrytext-details[data-v-7e2aef05] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        overflow: hidden
    }
}

.industrytext-details img.richtext-image[data-v-7e2aef05] {
    display: block;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin: 0;
    width: 50%;
    float: right
}

@media(min-width:768px)and (max-width:1024px) {
    .industrytext-details img.richtext-image[data-v-7e2aef05] {
        height: 60vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .industrytext-details img.richtext-image[data-v-7e2aef05] {
        height: 45vh;
        min-height: 350px;
        width: 100%;
        margin: 20px 0;
        float: unset
    }
}

.industrytext-details p[data-v-7e2aef05] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5% 0 0
}

@media(max-width:767.98px) {
    .industrytext-details p[data-v-7e2aef05] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        background: #f1f1f1;
        width: 90%;
        margin: -60px auto 0 auto !important;
        position: relative;
        z-index: 22
    }
}

.industrytext-details p[data-v-7e2aef05]:first-child {
    margin: 0
}

@media(max-width:1024px) {
    .career-richtext[data-v-7e2aef05] {
        text-align: center
    }
}

.career-richtext h3[data-v-7e2aef05] {
    color: #0b121c;
    margin: 20px 0
}

.career-richtext h3[data-v-7e2aef05]:first-child {
    margin: 0 0 20px 0
}

.career-richtext p[data-v-7e2aef05] {
    margin: 0 0 40px 0;
    padding: 0
}

@media(max-width:1024px) {
    .career-richtext p[data-v-7e2aef05] {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .career-richtext p[data-v-7e2aef05] {
        margin-bottom: 20px
    }
}

.career-richtext p[data-v-7e2aef05]:last-child {
    margin: 0
}

.career-richtext ul[data-v-7e2aef05] {
    padding-left: 30px;
    margin: 0 0 40px 0
}

@media(max-width:1024px) {
    .career-richtext ul[data-v-7e2aef05] {
        margin-bottom: 0
    }
}

.career-richtext ul li[data-v-7e2aef05] {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    text-align: justify;
    text-indent: unset;
    list-style: none
}

.career-richtext ul li[data-v-7e2aef05]:before {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
    font-family: FontAwesome;
    color: #1c1b1b;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.address-data[data-v-7e2aef05] {
    margin: 20px 0 0 0
}

.address-data div p[data-v-7e2aef05] {
    color: #fff;
    font-size: 15px
}

@media(max-width:576px) {
    .col-mbx-6[data-v-7e2aef05] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.news-richtext[data-v-7e2aef05] {
    overflow-x: hidden;
    background: #fff;
    padding: 40px;
    overflow: auto
}

@media(max-width:767.98px) {
    .news-richtext[data-v-7e2aef05] {
        text-align: center
    }
}

.news-richtext p[data-v-7e2aef05] {
    padding: 0;
    margin: 0
}

.news-richtext p[data-v-7e2aef05]:last-child {
    margin: 0
}

.news-richtext img.richtext-image.full-width[data-v-7e2aef05] {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.full-width[data-v-7e2aef05] {
        height: 50vh;
        min-height: 380px
    }
}

.news-richtext img.richtext-image.right[data-v-7e2aef05] {
    height: 70vh;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: right;
    padding-left: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .news-richtext img.richtext-image.right[data-v-7e2aef05] {
        width: 100%;
        height: 60vh;
        min-height: 450px;
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.right[data-v-7e2aef05] {
        width: 100%;
        height: 50vh;
        min-height: 380px;
        padding-left: 0
    }
}

.colortext-block[data-v-7e2aef05] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: -150px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .colortext-block[data-v-7e2aef05] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.colortext-block p[data-v-7e2aef05] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .colortext-block p[data-v-7e2aef05] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .colortext-block p[data-v-7e2aef05] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .colortext-block p[data-v-7e2aef05] {
        font-size: 15px;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .colortext-block p[data-v-7e2aef05] {
        font-size: 15px;
        line-height: 1.5;
        color: #637381
    }
}

.gncolortext-block[data-v-7e2aef05] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .gncolortext-block[data-v-7e2aef05] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.gncolortext-block p[data-v-7e2aef05] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .gncolortext-block p[data-v-7e2aef05] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .gncolortext-block p[data-v-7e2aef05] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .gncolortext-block p[data-v-7e2aef05] {
        font-size: calc(16px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .gncolortext-block p[data-v-7e2aef05] {
        font-size: calc(15px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:1024px) {
    .lrtcardtext-block div p[data-v-7e2aef05] {
        color: #fff
    }
}

.lrtcardtext-block div ul[data-v-7e2aef05] {
    padding-left: 20px
}

.lrtcardtext-block div ul li[data-v-7e2aef05] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .lrtcardtext-block div ul li[data-v-7e2aef05] {
        text-align: left;
        padding: 0
    }
}

[data-aos=new-animation][data-v-7e2aef05] {
    opacity: 0;
    -webkit-transition-property: width;
    transition-property: width
}

[data-aos=new-animation].aos-animate[data-v-7e2aef05] {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=new-animation][data-v-7e2aef05] {
        width: 100%
    }

    [data-aos=new-animation].aos-animate[data-v-7e2aef05] {
        width: 0
    }
}

.fake3d-image-effect__image[data-v-7e2aef05] {
    height: 100%
}

.fake3d-image-effect__image canvas[data-v-7e2aef05] {
    height: 100% !important
}

[data-v-7e2aef05]::-webkit-scrollbar {
    width: 8px
}

[data-v-7e2aef05]::-webkit-scrollbar-track {
    background: #212b36
}

[data-v-7e2aef05]::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.ftext p[data-v-7e2aef05] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px
}

.swiper-pagination-bullet-active[data-v-7e2aef05] {
    opacity: 1;
    background: #0b121c !important
}

ul.counter-row li.count-col[data-v-7e2aef05] {
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

@media(max-width:1024px) {
    ul.counter-row li.count-col[data-v-7e2aef05] {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-7e2aef05] {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        background: #f6f7f9;
        margin-bottom: 20px
    }
}

ul.counter-row li.count-col .counter-mainwrap[data-v-7e2aef05] {
    border-right: 1px solid #0b121c;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap[data-v-7e2aef05] {
        border-right: none;
        min-height: 180px
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text[data-v-7e2aef05] {
    text-align: center
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup[data-v-7e2aef05] {
        padding: 0 0 20px 0
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-7e2aef05] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-7e2aef05] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-7e2aef05] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-7e2aef05] {
        font-size: calc(30px + .25vw)
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext[data-v-7e2aef05] {
    margin-right: auto;
    text-align: center
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext p[data-v-7e2aef05] {
    font-size: 15px
}

ul.counter-row li.count-col[data-v-7e2aef05]:hover {
    background: #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap[data-v-7e2aef05] {
    border-right: 1px solid #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .ctext p[data-v-7e2aef05],
ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .icountup span[data-v-7e2aef05] {
    color: #fff
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-7e2aef05]:last-child {
        margin-bottom: 0
    }
}

ul.counter-row li.count-col:last-child .counter-mainwrap[data-v-7e2aef05] {
    border-right: none
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text[data-v-7e2aef05] {
    text-align: center;
    margin-right: 0
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text .ctext[data-v-7e2aef05] {
    text-align: center
}

.ctext-block[data-v-7e2aef05] {
    position: relative;
    z-index: 2
}

.ctext-block .ctitle-block[data-v-7e2aef05] {
    margin-bottom: 45px
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block[data-v-7e2aef05] {
        text-align: center
    }
}

.ctext-block .ctitle-block h2[data-v-7e2aef05] {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: calc(48px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block h2[data-v-7e2aef05] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block h2[data-v-7e2aef05] {
        font-size: calc(30px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block h2[data-v-7e2aef05] {
        font-size: calc(24px + .25vw);
        margin-bottom: 20px
    }
}

.ctext-block .ctitle-block div p[data-v-7e2aef05] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block div p[data-v-7e2aef05] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block div p[data-v-7e2aef05] {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block div p[data-v-7e2aef05] {
        font-size: 14px;
        line-height: 1.5
    }
}

.history-desc div p[data-v-7e2aef05] {
    font-size: calc(42px + .25vw);
    color: #212b36;
    font-weight: 700;
    line-height: 1.3;
    font-family: arial
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-desc div p[data-v-7e2aef05] {
        font-size: calc(32px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .history-desc div p[data-v-7e2aef05] {
        font-size: calc(24px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .history-desc div p[data-v-7e2aef05] {
        font-size: calc(16px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

.his-text p[data-v-7e2aef05] {
    font-size: calc(16px + .25vw);
    color: #fff
}

.history-details2 h2[data-v-7e2aef05] {
    margin-bottom: 10px;
    font-size: calc(48px + .25vw);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-details2 h2[data-v-7e2aef05] {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .history-details2 h2[data-v-7e2aef05] {
        font-size: calc(32px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:575px) {
    .history-details2 h2[data-v-7e2aef05] {
        font-size: calc(20px + .25vw)
    }
}

.history-details2 .his-text2 p[data-v-7e2aef05] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.news-text[data-v-7e2aef05] {
    padding: 20px 0 0 0
}

@media(max-width:767px) {
    .news-text[data-v-7e2aef05] {
        padding: 10px 0 0 0
    }
}

.news-text h4[data-v-7e2aef05] {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:1025px)and (max-width:1600px) {
    .news-text h4[data-v-7e2aef05] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .news-text h4[data-v-7e2aef05] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .news-text h4[data-v-7e2aef05] {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3
    }
}

.news-text div p[data-v-7e2aef05] {
    padding: 0;
    font-size: calc(13px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(min-width:768px)and (max-width:1440px) {
    .news-text div p[data-v-7e2aef05] {
        font-size: 15px;
        line-height: 1.6
    }
}

@media(max-width:767px) {
    .news-text div p[data-v-7e2aef05] {
        font-size: 14px
    }
}

.text-cont p[data-v-7e2aef05] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont p[data-v-7e2aef05] {
        text-align: center
    }
}

@media(max-width:1024px) {
    .text-cont ul[data-v-7e2aef05] {
        padding-left: 20px
    }
}

.text-cont ul li[data-v-7e2aef05] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont ul li[data-v-7e2aef05] {
        text-align: left;
        padding: 0
    }
}

.pdtext-cont p[data-v-7e2aef05] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont p[data-v-7e2aef05] {
        text-align: center
    }
}

.pdtext-cont ul[data-v-7e2aef05] {
    padding-left: 20px
}

.pdtext-cont ul li[data-v-7e2aef05] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont ul li[data-v-7e2aef05] {
        text-align: left;
        padding: 0
    }
}

.tab-desc div div p[data-v-7e2aef05] {
    color: #fff
}

.swiper-slide[data-v-7e2aef05] {
    position: relative;
    z-index: 1
}

.swiper-slide img[data-v-7e2aef05] {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: 5s cubic-bezier(.165, .84, .44, 1);
    transition: 5s cubic-bezier(.165, .84, .44, 1);
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}

.swiper-container[data-v-7e2aef05] {
    width: 100%;
    height: 90vh
}

@media(max-width:1024px) {
    .swiper-container[data-v-7e2aef05] {
        height: 70vh;
        min-height: 550px
    }
}

@media(max-width:767px) {
    .swiper-container[data-v-7e2aef05] {
        height: 55vh;
        min-height: 400px
    }
}

.swiper-slide-active img[data-v-7e2aef05] {
    -webkit-transform: scale(1);
    transform: scale(1)
}

[data-v-0febdf8e] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-0febdf8e] {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #637381;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 0
}

.img-fluid[data-v-0febdf8e] {
    max-width: 100%;
    height: auto;
    display: block
}

ol[data-v-0febdf8e],
ul[data-v-0febdf8e] {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif
}

a[data-v-0febdf8e],
li[data-v-0febdf8e],
p[data-v-0febdf8e],
ul[data-v-0febdf8e] {
    font-family: Roboto, sans-serif;
    color: #637381;
    margin-bottom: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(max-width:767px) {

    a[data-v-0febdf8e],
    li[data-v-0febdf8e],
    p[data-v-0febdf8e],
    ul[data-v-0febdf8e] {
        font-size: 15px
    }
}

.title-color[data-v-0febdf8e] {
    color: #0b121c
}

h1[data-v-0febdf8e],
h2[data-v-0febdf8e],
h3[data-v-0febdf8e],
h4[data-v-0febdf8e],
h5[data-v-0febdf8e],
h6[data-v-0febdf8e] {
    font-family: arial;
    font-weight: 700;
    color: #212b36;
    margin: 0;
    text-transform: capitalize
}

h1[data-v-0febdf8e] {
    font-size: calc(52px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h1[data-v-0febdf8e] {
        font-size: calc(42px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    h1[data-v-0febdf8e] {
        font-size: calc(36px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575px) {
    h1[data-v-0febdf8e] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h2[data-v-0febdf8e] {
    font-size: calc(20px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    h2[data-v-0febdf8e] {
        font-size: calc(38px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    h2[data-v-0febdf8e] {
        font-size: calc(34px + .25vw);
        line-height: 1.3
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    h2[data-v-0febdf8e] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575.98px) {
    h2[data-v-0febdf8e] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h3[data-v-0febdf8e] {
    font-size: calc(34px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h3[data-v-0febdf8e] {
        font-size: calc(28px + .25vw);
        letter-spacing: 1px
    }
}

@media(max-width:1024px) {
    h3[data-v-0febdf8e] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

@media(max-width:575px) {
    h3[data-v-0febdf8e] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

h4[data-v-0febdf8e] {
    font-size: 28px
}

@media(max-width:1024px) {
    h4[data-v-0febdf8e] {
        font-size: 20px
    }
}

@media(max-width:575px) {
    h4[data-v-0febdf8e] {
        font-size: 18px
    }
}

h5[data-v-0febdf8e] {
    font-size: 20px
}

@media(max-width:1024px) {
    h5[data-v-0febdf8e] {
        font-size: 18px
    }
}

@media(max-width:575px) {
    h5[data-v-0febdf8e] {
        font-size: 15px
    }
}

h6[data-v-0febdf8e] {
    font-size: 16px
}

@media(max-width:1024px) {
    h6[data-v-0febdf8e] {
        font-size: 15px
    }
}

@media(max-width:575px) {
    h6[data-v-0febdf8e] {
        font-size: 14px
    }
}

.pd-5[data-v-0febdf8e] {
    padding: 0 5% !important
}

.mask[data-v-0febdf8e] {
    height: 100vh !important;
    width: 100% !important
}

.vue-flux .flux-caption[data-v-0febdf8e] {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70% !important;
    text-align: center !important;
    font-family: arial;
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .vue-flux .flux-caption[data-v-0febdf8e] {
        font-size: calc(52px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-caption[data-v-0febdf8e] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .vue-flux .flux-caption[data-v-0febdf8e] {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px;
        line-height: 1.25
    }
}

.vue-flux .flux-pagination[data-v-0febdf8e] {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
    bottom: unset !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination[data-v-0febdf8e] {
        top: unset !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        bottom: 0 !important;
        left: 50% !important;
        right: 0 !important
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination ul[data-v-0febdf8e] {
        display: block
    }
}

.vue-flux .flux-pagination li span.pagination-item[data-v-0febdf8e] {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-transition: background-color .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, border .2s ease-in
}

.vue-flux .flux-pagination li.active span.pagination-item[data-v-0febdf8e] {
    background-color: #0b121c !important
}

@media(min-width:992px)and (max-width:1024.98px) {
    .col-lg-10[data-v-0febdf8e] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .offset-lg-2[data-v-0febdf8e] {
        margin-left: 0 !important
    }

    .col-lg-3[data-v-0febdf8e],
    .col-lg-4[data-v-0febdf8e],
    .col-lg-6[data-v-0febdf8e] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .flex-lg-row[data-v-0febdf8e] {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
}

@media(min-width:1025px) {
    .col-lg-6[data-v-0febdf8e] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-lg-4[data-v-0febdf8e] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }

    .col-lg-10[data-v-0febdf8e] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important
    }

    .offset-lg-2[data-v-0febdf8e] {
        margin-left: 16.666667% !important
    }
}

@media(min-width:1200px) {
    .col-xl-6[data-v-0febdf8e] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-xl-4[data-v-0febdf8e] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.button-mirror[data-v-0febdf8e],
.button[data-v-0febdf8e] {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    text-align: center
}

@media(max-width:1024px) {

    .button-mirror[data-v-0febdf8e],
    .button[data-v-0febdf8e] {
        width: 150px
    }
}

.button-mirror[data-v-0febdf8e]:before,
.button[data-v-0febdf8e]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b121c;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width:1024px) {

    .button-mirror[data-v-0febdf8e]:before,
    .button[data-v-0febdf8e]:before {
        display: none
    }
}

.button-mirror[data-v-0febdf8e]:hover:before,
.button[data-v-0febdf8e]:hover:before {
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.button-mirror[data-v-0febdf8e]:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.plyr__control--overlaid[data-v-0febdf8e] {
    background: #0b121c !important;
    top: 60% !important;
    z-index: 200 !important
}

.vue-flux[data-v-0febdf8e] {
    position: relative
}

.vue-flux[data-v-0febdf8e]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0;
    content: ""
}

.maprichtext p[data-v-0febdf8e] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .maprichtext p[data-v-0febdf8e] {
        font-size: calc(22px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .maprichtext p[data-v-0febdf8e] {
        font-size: calc(18px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .maprichtext p[data-v-0febdf8e] {
        font-size: calc(16px + .25vw);
        line-height: 1.6
    }
}

@media(max-width:575.98px) {
    .maprichtext p[data-v-0febdf8e] {
        font-size: calc(15px + .25vw);
        line-height: 1.6
    }
}

.industrytext-details[data-v-0febdf8e] {
    overflow: hidden;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media(max-width:767.98px) {
    .industrytext-details[data-v-0febdf8e] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        overflow: hidden
    }
}

.industrytext-details img.richtext-image[data-v-0febdf8e] {
    display: block;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin: 0;
    width: 50%;
    float: right
}

@media(min-width:768px)and (max-width:1024px) {
    .industrytext-details img.richtext-image[data-v-0febdf8e] {
        height: 60vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .industrytext-details img.richtext-image[data-v-0febdf8e] {
        height: 45vh;
        min-height: 350px;
        width: 100%;
        margin: 20px 0;
        float: unset
    }
}

.industrytext-details p[data-v-0febdf8e] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5% 0 0
}

@media(max-width:767.98px) {
    .industrytext-details p[data-v-0febdf8e] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        background: #f1f1f1;
        width: 90%;
        margin: -60px auto 0 auto !important;
        position: relative;
        z-index: 22
    }
}

.industrytext-details p[data-v-0febdf8e]:first-child {
    margin: 0
}

@media(max-width:1024px) {
    .career-richtext[data-v-0febdf8e] {
        text-align: center
    }
}

.career-richtext h3[data-v-0febdf8e] {
    color: #0b121c;
    margin: 20px 0
}

.career-richtext h3[data-v-0febdf8e]:first-child {
    margin: 0 0 20px 0
}

.career-richtext p[data-v-0febdf8e] {
    margin: 0 0 40px 0;
    padding: 0
}

@media(max-width:1024px) {
    .career-richtext p[data-v-0febdf8e] {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .career-richtext p[data-v-0febdf8e] {
        margin-bottom: 20px
    }
}

.career-richtext p[data-v-0febdf8e]:last-child {
    margin: 0
}

.career-richtext ul[data-v-0febdf8e] {
    padding-left: 30px;
    margin: 0 0 40px 0
}

@media(max-width:1024px) {
    .career-richtext ul[data-v-0febdf8e] {
        margin-bottom: 0
    }
}

.career-richtext ul li[data-v-0febdf8e] {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    text-align: justify;
    text-indent: unset;
    list-style: none
}

.career-richtext ul li[data-v-0febdf8e]:before {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
    font-family: FontAwesome;
    color: #1c1b1b;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.address-data[data-v-0febdf8e] {
    margin: 20px 0 0 0
}

.address-data div p[data-v-0febdf8e] {
    color: #fff;
    font-size: 15px
}

@media(max-width:576px) {
    .col-mbx-6[data-v-0febdf8e] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.news-richtext[data-v-0febdf8e] {
    overflow-x: hidden;
    background: #fff;
    padding: 40px;
    overflow: auto
}

@media(max-width:767.98px) {
    .news-richtext[data-v-0febdf8e] {
        text-align: center
    }
}

.news-richtext p[data-v-0febdf8e] {
    padding: 0;
    margin: 0
}

.news-richtext p[data-v-0febdf8e]:last-child {
    margin: 0
}

.news-richtext img.richtext-image.full-width[data-v-0febdf8e] {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.full-width[data-v-0febdf8e] {
        height: 50vh;
        min-height: 380px
    }
}

.news-richtext img.richtext-image.right[data-v-0febdf8e] {
    height: 70vh;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: right;
    padding-left: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .news-richtext img.richtext-image.right[data-v-0febdf8e] {
        width: 100%;
        height: 60vh;
        min-height: 450px;
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.right[data-v-0febdf8e] {
        width: 100%;
        height: 50vh;
        min-height: 380px;
        padding-left: 0
    }
}

.colortext-block[data-v-0febdf8e] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: -150px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .colortext-block[data-v-0febdf8e] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.colortext-block p[data-v-0febdf8e] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .colortext-block p[data-v-0febdf8e] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .colortext-block p[data-v-0febdf8e] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .colortext-block p[data-v-0febdf8e] {
        font-size: 15px;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .colortext-block p[data-v-0febdf8e] {
        font-size: 15px;
        line-height: 1.5;
        color: #637381
    }
}

.gncolortext-block[data-v-0febdf8e] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .gncolortext-block[data-v-0febdf8e] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.gncolortext-block p[data-v-0febdf8e] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .gncolortext-block p[data-v-0febdf8e] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .gncolortext-block p[data-v-0febdf8e] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .gncolortext-block p[data-v-0febdf8e] {
        font-size: calc(16px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .gncolortext-block p[data-v-0febdf8e] {
        font-size: calc(15px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:1024px) {
    .lrtcardtext-block div p[data-v-0febdf8e] {
        color: #fff
    }
}

.lrtcardtext-block div ul[data-v-0febdf8e] {
    padding-left: 20px
}

.lrtcardtext-block div ul li[data-v-0febdf8e] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .lrtcardtext-block div ul li[data-v-0febdf8e] {
        text-align: left;
        padding: 0
    }
}

[data-aos=new-animation][data-v-0febdf8e] {
    opacity: 0;
    -webkit-transition-property: width;
    transition-property: width
}

[data-aos=new-animation].aos-animate[data-v-0febdf8e] {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=new-animation][data-v-0febdf8e] {
        width: 100%
    }

    [data-aos=new-animation].aos-animate[data-v-0febdf8e] {
        width: 0
    }
}

.fake3d-image-effect__image[data-v-0febdf8e] {
    height: 100%
}

.fake3d-image-effect__image canvas[data-v-0febdf8e] {
    height: 100% !important
}

[data-v-0febdf8e]::-webkit-scrollbar {
    width: 8px
}

[data-v-0febdf8e]::-webkit-scrollbar-track {
    background: #212b36
}

[data-v-0febdf8e]::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.ftext p[data-v-0febdf8e] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px
}

.swiper-pagination-bullet-active[data-v-0febdf8e] {
    opacity: 1;
    background: #0b121c !important
}

ul.counter-row li.count-col[data-v-0febdf8e] {
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

@media(max-width:1024px) {
    ul.counter-row li.count-col[data-v-0febdf8e] {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-0febdf8e] {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        background: #f6f7f9;
        margin-bottom: 20px
    }
}

ul.counter-row li.count-col .counter-mainwrap[data-v-0febdf8e] {
    border-right: 1px solid #0b121c;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap[data-v-0febdf8e] {
        border-right: none;
        min-height: 180px
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text[data-v-0febdf8e] {
    text-align: center
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup[data-v-0febdf8e] {
        padding: 0 0 20px 0
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-0febdf8e] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-0febdf8e] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-0febdf8e] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-0febdf8e] {
        font-size: calc(30px + .25vw)
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext[data-v-0febdf8e] {
    margin-right: auto;
    text-align: center
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext p[data-v-0febdf8e] {
    font-size: 15px
}

ul.counter-row li.count-col[data-v-0febdf8e]:hover {
    background: #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap[data-v-0febdf8e] {
    border-right: 1px solid #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .ctext p[data-v-0febdf8e],
ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .icountup span[data-v-0febdf8e] {
    color: #fff
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-0febdf8e]:last-child {
        margin-bottom: 0
    }
}

ul.counter-row li.count-col:last-child .counter-mainwrap[data-v-0febdf8e] {
    border-right: none
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text[data-v-0febdf8e] {
    text-align: center;
    margin-right: 0
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text .ctext[data-v-0febdf8e] {
    text-align: center
}

.ctext-block[data-v-0febdf8e] {
    position: relative;
    z-index: 2
}

.ctext-block .ctitle-block[data-v-0febdf8e] {
    margin-bottom: 45px
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block[data-v-0febdf8e] {
        text-align: center
    }
}

.ctext-block .ctitle-block h2[data-v-0febdf8e] {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: calc(48px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block h2[data-v-0febdf8e] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block h2[data-v-0febdf8e] {
        font-size: calc(30px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block h2[data-v-0febdf8e] {
        font-size: calc(24px + .25vw);
        margin-bottom: 20px
    }
}

.ctext-block .ctitle-block div p[data-v-0febdf8e] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block div p[data-v-0febdf8e] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block div p[data-v-0febdf8e] {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block div p[data-v-0febdf8e] {
        font-size: 14px;
        line-height: 1.5
    }
}

.history-desc div p[data-v-0febdf8e] {
    font-size: calc(42px + .25vw);
    color: #212b36;
    font-weight: 700;
    line-height: 1.3;
    font-family: arial
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-desc div p[data-v-0febdf8e] {
        font-size: calc(32px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .history-desc div p[data-v-0febdf8e] {
        font-size: calc(24px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .history-desc div p[data-v-0febdf8e] {
        font-size: calc(16px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

.his-text p[data-v-0febdf8e] {
    font-size: calc(16px + .25vw);
    color: #fff
}

.history-details2 h2[data-v-0febdf8e] {
    margin-bottom: 10px;
    font-size: calc(48px + .25vw);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-details2 h2[data-v-0febdf8e] {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .history-details2 h2[data-v-0febdf8e] {
        font-size: calc(32px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:575px) {
    .history-details2 h2[data-v-0febdf8e] {
        font-size: calc(20px + .25vw)
    }
}

.history-details2 .his-text2 p[data-v-0febdf8e] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.news-text[data-v-0febdf8e] {
    padding: 20px 0 0 0
}

@media(max-width:767px) {
    .news-text[data-v-0febdf8e] {
        padding: 10px 0 0 0
    }
}

.news-text h4[data-v-0febdf8e] {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:1025px)and (max-width:1600px) {
    .news-text h4[data-v-0febdf8e] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .news-text h4[data-v-0febdf8e] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .news-text h4[data-v-0febdf8e] {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3
    }
}

.news-text div p[data-v-0febdf8e] {
    padding: 0;
    font-size: calc(13px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(min-width:768px)and (max-width:1440px) {
    .news-text div p[data-v-0febdf8e] {
        font-size: 15px;
        line-height: 1.6
    }
}

@media(max-width:767px) {
    .news-text div p[data-v-0febdf8e] {
        font-size: 14px
    }
}

.text-cont p[data-v-0febdf8e] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont p[data-v-0febdf8e] {
        text-align: center
    }
}

@media(max-width:1024px) {
    .text-cont ul[data-v-0febdf8e] {
        padding-left: 20px
    }
}

.text-cont ul li[data-v-0febdf8e] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont ul li[data-v-0febdf8e] {
        text-align: left;
        padding: 0
    }
}

.pdtext-cont p[data-v-0febdf8e] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont p[data-v-0febdf8e] {
        text-align: center
    }
}

.pdtext-cont ul[data-v-0febdf8e] {
    padding-left: 20px
}

.pdtext-cont ul li[data-v-0febdf8e] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont ul li[data-v-0febdf8e] {
        text-align: left;
        padding: 0
    }
}

.tab-desc div div p[data-v-0febdf8e] {
    color: #fff
}

.colortitle-block[data-v-0febdf8e] {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(min-width:768px)and (max-width:1024px) {
    .colortitle-block[data-v-0febdf8e] {
        padding: 60px 0 30px 0;
        text-align: center
    }
}

@media(max-width:767.98px) {
    .colortitle-block[data-v-0febdf8e] {
        padding: 40px 0 20px 0;
        text-align: center
    }
}

.colortitle-block h2[data-v-0febdf8e] {
    margin: 0
}

@media(min-width:1024.1px) {
    .ctext-container[data-v-0febdf8e] {
        background: none
    }
}

@media(max-width:1024px) {
    .ctext-container[data-v-0febdf8e] {
        background: #f6f7f9
    }
}

.bg-col[data-v-0febdf8e] {
    background: #f6f7f9
}

.maptext-block[data-v-0febdf8e] {
    padding: 40px 60px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .maptext-block[data-v-0febdf8e] {
        text-align: center
    }
}

.maptext-block h2[data-v-0febdf8e] {
    color: #000;
    margin-bottom: 20px
}

.globalmap-wrapper[data-v-0febdf8e] {
    position: relative
}

.globalmap-wrapper .address-block[data-v-0febdf8e] {
    position: absolute;
    background: #0b121c;
    min-width: 350px;
    top: -40px;
    right: 5%;
    padding: 20px
}

.globalmap-wrapper .address-block .custom-select[data-v-0febdf8e] {
    display: block;
    background-size: 8px 10px;
    width: 100%;
    padding: 0 10px;
    font-size: 15px;
    line-height: 1.5;
    color: #000;
    border: none;
    outline: unset;
    cursor: pointer;
    position: relative;
    font-family: Roboto, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(https://img.icons8.com/material/24/000000/expand-arrow.png) no-repeat 100% #fff;
    background-position-x: 98%;
    margin: 0 auto;
    height: calc(3rem + 2px);
    outline: none
}

.globalmap-wrapper .address-block .custom-select[data-v-0febdf8e]:focus,
.globalmap-wrapper .address-block .custom-select[data-v-0febdf8e]:visited {
    border: none;
    outline: none
}

.globalmap-wrapper .address-block .custom-select[data-v-0febdf8e]:focus-within {
    border: none;
    outline: none
}

.globalmap-wrapper .address-block .custom-select[data-v-0febdf8e]:hover {
    border: none;
    outline: none
}

.globalmap-wrapper .address-block .custom-select option[data-v-0febdf8e] {
    font-family: Roboto, sans-serif;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0 2px 1px;
    background: #fff;
    font-size: 15px;
    font-weight: 500;
    color: #000
}

@media(max-width:1024px) {
    .vue-map-container[data-v-0febdf8e] {
        height: 50vh !important;
        min-height: 400px !important
    }
}

[data-v-1748270a] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-1748270a] {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #637381;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 0
}

.img-fluid[data-v-1748270a] {
    max-width: 100%;
    height: auto;
    display: block
}

ol[data-v-1748270a],
ul[data-v-1748270a] {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif
}

a[data-v-1748270a],
li[data-v-1748270a],
p[data-v-1748270a],
ul[data-v-1748270a] {
    font-family: Roboto, sans-serif;
    color: #637381;
    margin-bottom: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(max-width:767px) {

    a[data-v-1748270a],
    li[data-v-1748270a],
    p[data-v-1748270a],
    ul[data-v-1748270a] {
        font-size: 15px
    }
}

.title-color[data-v-1748270a] {
    color: #0b121c
}

h1[data-v-1748270a],
h2[data-v-1748270a],
h3[data-v-1748270a],
h4[data-v-1748270a],
h5[data-v-1748270a],
h6[data-v-1748270a] {
    font-family: arial;
    font-weight: 700;
    color: #212b36;
    margin: 0;
    text-transform: capitalize
}

h1[data-v-1748270a] {
    font-size: calc(52px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h1[data-v-1748270a] {
        font-size: calc(42px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    h1[data-v-1748270a] {
        font-size: calc(36px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575px) {
    h1[data-v-1748270a] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h2[data-v-1748270a] {
    font-size: calc(48px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    h2[data-v-1748270a] {
        font-size: calc(38px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    h2[data-v-1748270a] {
        font-size: calc(34px + .25vw);
        line-height: 1.3
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    h2[data-v-1748270a] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575.98px) {
    h2[data-v-1748270a] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h3[data-v-1748270a] {
    font-size: calc(34px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h3[data-v-1748270a] {
        font-size: calc(28px + .25vw);
        letter-spacing: 1px
    }
}

@media(max-width:1024px) {
    h3[data-v-1748270a] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

@media(max-width:575px) {
    h3[data-v-1748270a] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

h4[data-v-1748270a] {
    font-size: 28px
}

@media(max-width:1024px) {
    h4[data-v-1748270a] {
        font-size: 20px
    }
}

@media(max-width:575px) {
    h4[data-v-1748270a] {
        font-size: 18px
    }
}

h5[data-v-1748270a] {
    font-size: 20px
}

@media(max-width:1024px) {
    h5[data-v-1748270a] {
        font-size: 18px
    }
}

@media(max-width:575px) {
    h5[data-v-1748270a] {
        font-size: 15px
    }
}

h6[data-v-1748270a] {
    font-size: 16px
}

@media(max-width:1024px) {
    h6[data-v-1748270a] {
        font-size: 15px
    }
}

@media(max-width:575px) {
    h6[data-v-1748270a] {
        font-size: 14px
    }
}

.pd-5[data-v-1748270a] {
    padding: 0 5% !important
}

.mask[data-v-1748270a] {
    height: 100vh !important;
    width: 100% !important
}

.vue-flux .flux-caption[data-v-1748270a] {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70% !important;
    text-align: center !important;
    font-family: arial;
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .vue-flux .flux-caption[data-v-1748270a] {
        font-size: calc(52px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-caption[data-v-1748270a] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .vue-flux .flux-caption[data-v-1748270a] {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px;
        line-height: 1.25
    }
}

.vue-flux .flux-pagination[data-v-1748270a] {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
    bottom: unset !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination[data-v-1748270a] {
        top: unset !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        bottom: 0 !important;
        left: 50% !important;
        right: 0 !important
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination ul[data-v-1748270a] {
        display: block
    }
}

.vue-flux .flux-pagination li span.pagination-item[data-v-1748270a] {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-transition: background-color .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, border .2s ease-in
}

.vue-flux .flux-pagination li.active span.pagination-item[data-v-1748270a] {
    background-color: #0b121c !important
}

@media(min-width:992px)and (max-width:1024.98px) {
    .col-lg-10[data-v-1748270a] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .offset-lg-2[data-v-1748270a] {
        margin-left: 0 !important
    }

    .col-lg-3[data-v-1748270a],
    .col-lg-4[data-v-1748270a],
    .col-lg-6[data-v-1748270a] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .flex-lg-row[data-v-1748270a] {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
}

@media(min-width:1025px) {
    .col-lg-6[data-v-1748270a] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-lg-4[data-v-1748270a] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }

    .col-lg-10[data-v-1748270a] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important
    }

    .offset-lg-2[data-v-1748270a] {
        margin-left: 16.666667% !important
    }
}

@media(min-width:1200px) {
    .col-xl-6[data-v-1748270a] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-xl-4[data-v-1748270a] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.button-mirror[data-v-1748270a],
.button[data-v-1748270a] {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    text-align: center
}

@media(max-width:1024px) {

    .button-mirror[data-v-1748270a],
    .button[data-v-1748270a] {
        width: 150px
    }
}

.button-mirror[data-v-1748270a]:before,
.button[data-v-1748270a]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b121c;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width:1024px) {

    .button-mirror[data-v-1748270a]:before,
    .button[data-v-1748270a]:before {
        display: none
    }
}

.button-mirror[data-v-1748270a]:hover:before,
.button[data-v-1748270a]:hover:before {
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.button-mirror[data-v-1748270a]:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.plyr__control--overlaid[data-v-1748270a] {
    background: #0b121c !important;
    top: 60% !important;
    z-index: 200 !important
}

.vue-flux[data-v-1748270a] {
    position: relative
}

.vue-flux[data-v-1748270a]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0;
    content: ""
}

.maprichtext p[data-v-1748270a] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .maprichtext p[data-v-1748270a] {
        font-size: calc(22px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .maprichtext p[data-v-1748270a] {
        font-size: calc(18px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .maprichtext p[data-v-1748270a] {
        font-size: calc(16px + .25vw);
        line-height: 1.6
    }
}

@media(max-width:575.98px) {
    .maprichtext p[data-v-1748270a] {
        font-size: calc(15px + .25vw);
        line-height: 1.6
    }
}

.industrytext-details[data-v-1748270a] {
    overflow: hidden;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media(max-width:767.98px) {
    .industrytext-details[data-v-1748270a] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        overflow: hidden
    }
}

.industrytext-details img.richtext-image[data-v-1748270a] {
    display: block;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin: 0;
    width: 50%;
    float: right
}

@media(min-width:768px)and (max-width:1024px) {
    .industrytext-details img.richtext-image[data-v-1748270a] {
        height: 60vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .industrytext-details img.richtext-image[data-v-1748270a] {
        height: 45vh;
        min-height: 350px;
        width: 100%;
        margin: 20px 0;
        float: unset
    }
}

.industrytext-details p[data-v-1748270a] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5% 0 0
}

@media(max-width:767.98px) {
    .industrytext-details p[data-v-1748270a] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        background: #f1f1f1;
        width: 90%;
        margin: -60px auto 0 auto !important;
        position: relative;
        z-index: 22
    }
}

.industrytext-details p[data-v-1748270a]:first-child {
    margin: 0
}

@media(max-width:1024px) {
    .career-richtext[data-v-1748270a] {
        text-align: center
    }
}

.career-richtext h3[data-v-1748270a] {
    color: #0b121c;
    margin: 20px 0
}

.career-richtext h3[data-v-1748270a]:first-child {
    margin: 0 0 20px 0
}

.career-richtext p[data-v-1748270a] {
    margin: 0 0 40px 0;
    padding: 0
}

@media(max-width:1024px) {
    .career-richtext p[data-v-1748270a] {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .career-richtext p[data-v-1748270a] {
        margin-bottom: 20px
    }
}

.career-richtext p[data-v-1748270a]:last-child {
    margin: 0
}

.career-richtext ul[data-v-1748270a] {
    padding-left: 30px;
    margin: 0 0 40px 0
}

@media(max-width:1024px) {
    .career-richtext ul[data-v-1748270a] {
        margin-bottom: 0
    }
}

.career-richtext ul li[data-v-1748270a] {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    text-align: justify;
    text-indent: unset;
    list-style: none
}

.career-richtext ul li[data-v-1748270a]:before {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
    font-family: FontAwesome;
    color: #1c1b1b;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.address-data[data-v-1748270a] {
    margin: 20px 0 0 0
}

.address-data div p[data-v-1748270a] {
    color: #fff;
    font-size: 15px
}

@media(max-width:576px) {
    .col-mbx-6[data-v-1748270a] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.news-richtext[data-v-1748270a] {
    overflow-x: hidden;
    background: #fff;
    padding: 40px;
    overflow: auto
}

@media(max-width:767.98px) {
    .news-richtext[data-v-1748270a] {
        text-align: center
    }
}

.news-richtext p[data-v-1748270a] {
    padding: 0;
    margin: 0
}

.news-richtext p[data-v-1748270a]:last-child {
    margin: 0
}

.news-richtext img.richtext-image.full-width[data-v-1748270a] {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.full-width[data-v-1748270a] {
        height: 50vh;
        min-height: 380px
    }
}

.news-richtext img.richtext-image.right[data-v-1748270a] {
    height: 70vh;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: right;
    padding-left: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .news-richtext img.richtext-image.right[data-v-1748270a] {
        width: 100%;
        height: 60vh;
        min-height: 450px;
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.right[data-v-1748270a] {
        width: 100%;
        height: 50vh;
        min-height: 380px;
        padding-left: 0
    }
}

.colortext-block[data-v-1748270a] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: -150px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .colortext-block[data-v-1748270a] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.colortext-block p[data-v-1748270a] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .colortext-block p[data-v-1748270a] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .colortext-block p[data-v-1748270a] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .colortext-block p[data-v-1748270a] {
        font-size: 15px;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .colortext-block p[data-v-1748270a] {
        font-size: 15px;
        line-height: 1.5;
        color: #637381
    }
}

.gncolortext-block[data-v-1748270a] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .gncolortext-block[data-v-1748270a] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.gncolortext-block p[data-v-1748270a] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .gncolortext-block p[data-v-1748270a] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .gncolortext-block p[data-v-1748270a] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .gncolortext-block p[data-v-1748270a] {
        font-size: calc(16px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .gncolortext-block p[data-v-1748270a] {
        font-size: calc(15px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:1024px) {
    .lrtcardtext-block div p[data-v-1748270a] {
        color: #fff
    }
}

.lrtcardtext-block div ul[data-v-1748270a] {
    padding-left: 20px
}

.lrtcardtext-block div ul li[data-v-1748270a] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .lrtcardtext-block div ul li[data-v-1748270a] {
        text-align: left;
        padding: 0
    }
}

[data-aos=new-animation][data-v-1748270a] {
    opacity: 0;
    -webkit-transition-property: width;
    transition-property: width
}

[data-aos=new-animation].aos-animate[data-v-1748270a] {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=new-animation][data-v-1748270a] {
        width: 100%
    }

    [data-aos=new-animation].aos-animate[data-v-1748270a] {
        width: 0
    }
}

.fake3d-image-effect__image[data-v-1748270a] {
    height: 100%
}

.fake3d-image-effect__image canvas[data-v-1748270a] {
    height: 100% !important
}

[data-v-1748270a]::-webkit-scrollbar {
    width: 8px
}

[data-v-1748270a]::-webkit-scrollbar-track {
    background: #212b36
}

[data-v-1748270a]::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.ftext p[data-v-1748270a] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px
}

.swiper-pagination-bullet-active[data-v-1748270a] {
    opacity: 1;
    background: #0b121c !important
}

ul.counter-row li.count-col[data-v-1748270a] {
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

@media(max-width:1024px) {
    ul.counter-row li.count-col[data-v-1748270a] {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-1748270a] {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        background: #f6f7f9;
        margin-bottom: 20px
    }
}

ul.counter-row li.count-col .counter-mainwrap[data-v-1748270a] {
    border-right: 1px solid #0b121c;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap[data-v-1748270a] {
        border-right: none;
        min-height: 180px
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text[data-v-1748270a] {
    text-align: center
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup[data-v-1748270a] {
        padding: 0 0 20px 0
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-1748270a] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-1748270a] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-1748270a] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-1748270a] {
        font-size: calc(30px + .25vw)
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext[data-v-1748270a] {
    margin-right: auto;
    text-align: center
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext p[data-v-1748270a] {
    font-size: 15px
}

ul.counter-row li.count-col[data-v-1748270a]:hover {
    background: #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap[data-v-1748270a] {
    border-right: 1px solid #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .ctext p[data-v-1748270a],
ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .icountup span[data-v-1748270a] {
    color: #fff
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-1748270a]:last-child {
        margin-bottom: 0
    }
}

ul.counter-row li.count-col:last-child .counter-mainwrap[data-v-1748270a] {
    border-right: none
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text[data-v-1748270a] {
    text-align: center;
    margin-right: 0
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text .ctext[data-v-1748270a] {
    text-align: center
}

.ctext-block[data-v-1748270a] {
    position: relative;
    z-index: 2
}

.ctext-block .ctitle-block[data-v-1748270a] {
    margin-bottom: 45px
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block[data-v-1748270a] {
        text-align: center
    }
}

.ctext-block .ctitle-block h2[data-v-1748270a] {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: calc(48px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block h2[data-v-1748270a] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block h2[data-v-1748270a] {
        font-size: calc(30px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block h2[data-v-1748270a] {
        font-size: calc(24px + .25vw);
        margin-bottom: 20px
    }
}

.ctext-block .ctitle-block div p[data-v-1748270a] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block div p[data-v-1748270a] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block div p[data-v-1748270a] {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block div p[data-v-1748270a] {
        font-size: 14px;
        line-height: 1.5
    }
}

.history-desc div p[data-v-1748270a] {
    font-size: calc(42px + .25vw);
    color: #212b36;
    font-weight: 700;
    line-height: 1.3;
    font-family: arial
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-desc div p[data-v-1748270a] {
        font-size: calc(32px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .history-desc div p[data-v-1748270a] {
        font-size: calc(24px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .history-desc div p[data-v-1748270a] {
        font-size: calc(16px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

.his-text p[data-v-1748270a] {
    font-size: calc(16px + .25vw);
    color: #fff
}

.history-details2 h2[data-v-1748270a] {
    margin-bottom: 10px;
    font-size: calc(48px + .25vw);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-details2 h2[data-v-1748270a] {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .history-details2 h2[data-v-1748270a] {
        font-size: calc(32px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:575px) {
    .history-details2 h2[data-v-1748270a] {
        font-size: calc(20px + .25vw)
    }
}

.history-details2 .his-text2 p[data-v-1748270a] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.news-text[data-v-1748270a] {
    padding: 20px 0 0 0
}

@media(max-width:767px) {
    .news-text[data-v-1748270a] {
        padding: 10px 0 0 0
    }
}

.news-text h4[data-v-1748270a] {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:1025px)and (max-width:1600px) {
    .news-text h4[data-v-1748270a] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .news-text h4[data-v-1748270a] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .news-text h4[data-v-1748270a] {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3
    }
}

.news-text div p[data-v-1748270a] {
    padding: 0;
    font-size: calc(13px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(min-width:768px)and (max-width:1440px) {
    .news-text div p[data-v-1748270a] {
        font-size: 15px;
        line-height: 1.6
    }
}

@media(max-width:767px) {
    .news-text div p[data-v-1748270a] {
        font-size: 14px
    }
}

.text-cont p[data-v-1748270a] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont p[data-v-1748270a] {
        text-align: center
    }
}

@media(max-width:1024px) {
    .text-cont ul[data-v-1748270a] {
        padding-left: 20px
    }
}

.text-cont ul li[data-v-1748270a] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont ul li[data-v-1748270a] {
        text-align: left;
        padding: 0
    }
}

.pdtext-cont p[data-v-1748270a] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont p[data-v-1748270a] {
        text-align: center
    }
}

.pdtext-cont ul[data-v-1748270a] {
    padding-left: 20px
}

.pdtext-cont ul li[data-v-1748270a] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont ul li[data-v-1748270a] {
        text-align: left;
        padding: 0
    }
}

.tab-desc div div p[data-v-1748270a] {
    color: #fff
}

.page-container.basic-page[data-v-1748270a] {
    min-height: 100vh;
    overflow: hidden
}

.banner-container[data-v-1748270a] {
    width: 100%;
    height: 50vh;
}

@media(max-width:420px){
    .banner-container[data-v-1748270a] {
        height: 30vh !important;
    }
}

.banner-container .banner-wrap[data-v-1748270a] {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.banner-container .banner-wrap img[data-v-1748270a] {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.banner-container .banner-wrap .img-overlay[data-v-1748270a] {
    position: absolute;
    width: 100%;
    height: 100%;
  /*  background: #000;*/
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0
}

.banner-container .banner-wrap .banner-text[data-v-1748270a] {
    position: absolute;
    width: 55%;
    top: 63%;
    left: 50%;
    z-index: 22;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

@media(min-width:1025px)and (max-width:1440px) {
    .banner-container .banner-wrap .banner-text[data-v-1748270a] {
        width: 60%
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .banner-container .banner-wrap .banner-text[data-v-1748270a] {
        width: 70%
    }
}

@media(max-width:767.98px) {
    .banner-container .banner-wrap .banner-text[data-v-1748270a] {
        width: 90%
    }
}

.banner-container .banner-wrap .banner-text h1[data-v-1748270a] {
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #000;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .banner-container .banner-wrap .banner-text h1[data-v-1748270a] {
        font-size: calc(52px + .25vw)
    }
}

@media(max-width:1024px) {
    .banner-container .banner-wrap .banner-text h1[data-v-1748270a] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px
    }
}

@media(max-width:767px) {
    .banner-container .banner-wrap .banner-text h1[data-v-1748270a] {
        font-size: calc(36px + .25vw);
        margin-bottom: 10px;
        padding: 0;
        letter-spacing: 1.5px
    }
}

.banner-container .banner-wrap .banner-text p[data-v-1748270a] {
    font-size: calc(30px + .25vw);
    line-height: 1.5;
    letter-spacing: .01em;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
    margin: 0;
    font-weight: 400
}

@media(max-width:1440px) {
    .banner-container .banner-wrap .banner-text p[data-v-1748270a] {
        font-size: calc(24px + .25vw)
    }
}

@media(max-width:767px) {
    .banner-container .banner-wrap .banner-text p[data-v-1748270a] {
        font-size: calc(15px + .25vw);
        font-weight: 500;
        color: rgba(222, 229, 234, .8)
    }
}

.fade-enter-active[data-v-1748270a],
.fade-leave-active[data-v-1748270a] {
    -webkit-transition: all .3s;
    transition: all .3s
}

.fade-enter[data-v-1748270a],
.fade-leave-to[data-v-1748270a] {
    opacity: 0
}

[data-v-1f4cacf6] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-1f4cacf6] {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #637381;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 0
}

.img-fluid[data-v-1f4cacf6] {
    max-width: 100%;
    height: auto;
    display: block
}

ol[data-v-1f4cacf6],
ul[data-v-1f4cacf6] {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif
}

a[data-v-1f4cacf6],
li[data-v-1f4cacf6],
p[data-v-1f4cacf6],
ul[data-v-1f4cacf6] {
    font-family: Roboto, sans-serif;
    color: #637381;
    margin-bottom: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(max-width:767px) {

    a[data-v-1f4cacf6],
    li[data-v-1f4cacf6],
    p[data-v-1f4cacf6],
    ul[data-v-1f4cacf6] {
        font-size: 15px
    }
}

.title-color[data-v-1f4cacf6] {
    color: #0b121c
}

h1[data-v-1f4cacf6],
h2[data-v-1f4cacf6],
h3[data-v-1f4cacf6],
h4[data-v-1f4cacf6],
h5[data-v-1f4cacf6],
h6[data-v-1f4cacf6] {
    font-family: arial;
    font-weight: 700;
    color: #212b36;
    margin: 0;
    text-transform: capitalize
}

h1[data-v-1f4cacf6] {
    font-size: calc(52px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h1[data-v-1f4cacf6] {
        font-size: calc(42px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    h1[data-v-1f4cacf6] {
        font-size: calc(36px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575px) {
    h1[data-v-1f4cacf6] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h2[data-v-1f4cacf6] {
    font-size: calc(48px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    h2[data-v-1f4cacf6] {
        font-size: calc(38px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    h2[data-v-1f4cacf6] {
        font-size: calc(34px + .25vw);
        line-height: 1.3
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    h2[data-v-1f4cacf6] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575.98px) {
    h2[data-v-1f4cacf6] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h3[data-v-1f4cacf6] {
    font-size: calc(34px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h3[data-v-1f4cacf6] {
        font-size: calc(28px + .25vw);
        letter-spacing: 1px
    }
}

@media(max-width:1024px) {
    h3[data-v-1f4cacf6] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

@media(max-width:575px) {
    h3[data-v-1f4cacf6] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

h4[data-v-1f4cacf6] {
    font-size: 28px
}

@media(max-width:1024px) {
    h4[data-v-1f4cacf6] {
        font-size: 20px
    }
}

@media(max-width:575px) {
    h4[data-v-1f4cacf6] {
        font-size: 18px
    }
}

h5[data-v-1f4cacf6] {
    font-size: 20px
}

@media(max-width:1024px) {
    h5[data-v-1f4cacf6] {
        font-size: 18px
    }
}

@media(max-width:575px) {
    h5[data-v-1f4cacf6] {
        font-size: 15px
    }
}

h6[data-v-1f4cacf6] {
    font-size: 16px
}

@media(max-width:1024px) {
    h6[data-v-1f4cacf6] {
        font-size: 15px
    }
}

@media(max-width:575px) {
    h6[data-v-1f4cacf6] {
        font-size: 14px
    }
}

.pd-5[data-v-1f4cacf6] {
    padding: 0 5% !important
}

.mask[data-v-1f4cacf6] {
    height: 100vh !important;
    width: 100% !important
}

.vue-flux .flux-caption[data-v-1f4cacf6] {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70% !important;
    text-align: center !important;
    font-family: arial;
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .vue-flux .flux-caption[data-v-1f4cacf6] {
        font-size: calc(52px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-caption[data-v-1f4cacf6] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .vue-flux .flux-caption[data-v-1f4cacf6] {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px;
        line-height: 1.25
    }
}

.vue-flux .flux-pagination[data-v-1f4cacf6] {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
    bottom: unset !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination[data-v-1f4cacf6] {
        top: unset !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        bottom: 0 !important;
        left: 50% !important;
        right: 0 !important
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination ul[data-v-1f4cacf6] {
        display: block
    }
}

.vue-flux .flux-pagination li span.pagination-item[data-v-1f4cacf6] {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-transition: background-color .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, border .2s ease-in
}

.vue-flux .flux-pagination li.active span.pagination-item[data-v-1f4cacf6] {
    background-color: #0b121c !important
}

@media(min-width:992px)and (max-width:1024.98px) {
    .col-lg-10[data-v-1f4cacf6] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .offset-lg-2[data-v-1f4cacf6] {
        margin-left: 0 !important
    }

    .col-lg-3[data-v-1f4cacf6],
    .col-lg-4[data-v-1f4cacf6],
    .col-lg-6[data-v-1f4cacf6] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .flex-lg-row[data-v-1f4cacf6] {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
}

@media(min-width:1025px) {
    .col-lg-6[data-v-1f4cacf6] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-lg-4[data-v-1f4cacf6] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }

    .col-lg-10[data-v-1f4cacf6] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important
    }

    .offset-lg-2[data-v-1f4cacf6] {
        margin-left: 16.666667% !important
    }
}

@media(min-width:1200px) {
    .col-xl-6[data-v-1f4cacf6] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-xl-4[data-v-1f4cacf6] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.button-mirror[data-v-1f4cacf6],
.button[data-v-1f4cacf6] {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    text-align: center
}

@media(max-width:1024px) {

    .button-mirror[data-v-1f4cacf6],
    .button[data-v-1f4cacf6] {
        width: 150px
    }
}

.button-mirror[data-v-1f4cacf6]:before,
.button[data-v-1f4cacf6]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b121c;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width:1024px) {

    .button-mirror[data-v-1f4cacf6]:before,
    .button[data-v-1f4cacf6]:before {
        display: none
    }
}

.button-mirror[data-v-1f4cacf6]:hover:before,
.button[data-v-1f4cacf6]:hover:before {
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.button-mirror[data-v-1f4cacf6]:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.plyr__control--overlaid[data-v-1f4cacf6] {
    background: #0b121c !important;
    top: 60% !important;
    z-index: 200 !important
}

.vue-flux[data-v-1f4cacf6] {
    position: relative
}

.vue-flux[data-v-1f4cacf6]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0;
    content: ""
}

.maprichtext p[data-v-1f4cacf6] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .maprichtext p[data-v-1f4cacf6] {
        font-size: calc(22px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .maprichtext p[data-v-1f4cacf6] {
        font-size: calc(18px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .maprichtext p[data-v-1f4cacf6] {
        font-size: calc(16px + .25vw);
        line-height: 1.6
    }
}

@media(max-width:575.98px) {
    .maprichtext p[data-v-1f4cacf6] {
        font-size: calc(15px + .25vw);
        line-height: 1.6
    }
}

.industrytext-details[data-v-1f4cacf6] {
    overflow: hidden;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media(max-width:767.98px) {
    .industrytext-details[data-v-1f4cacf6] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        overflow: hidden
    }
}

.industrytext-details img.richtext-image[data-v-1f4cacf6] {
    display: block;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin: 0;
    width: 50%;
    float: right
}

@media(min-width:768px)and (max-width:1024px) {
    .industrytext-details img.richtext-image[data-v-1f4cacf6] {
        height: 60vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .industrytext-details img.richtext-image[data-v-1f4cacf6] {
        height: 45vh;
        min-height: 350px;
        width: 100%;
        margin: 20px 0;
        float: unset
    }
}

.industrytext-details p[data-v-1f4cacf6] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5% 0 0
}

@media(max-width:767.98px) {
    .industrytext-details p[data-v-1f4cacf6] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        background: #f1f1f1;
        width: 90%;
        margin: -60px auto 0 auto !important;
        position: relative;
        z-index: 22
    }
}

.industrytext-details p[data-v-1f4cacf6]:first-child {
    margin: 0
}

@media(max-width:1024px) {
    .career-richtext[data-v-1f4cacf6] {
        text-align: center
    }
}

.career-richtext h3[data-v-1f4cacf6] {
    color: #0b121c;
    margin: 20px 0
}

.career-richtext h3[data-v-1f4cacf6]:first-child {
    margin: 0 0 20px 0
}

.career-richtext p[data-v-1f4cacf6] {
    margin: 0 0 40px 0;
    padding: 0
}

@media(max-width:1024px) {
    .career-richtext p[data-v-1f4cacf6] {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .career-richtext p[data-v-1f4cacf6] {
        margin-bottom: 20px
    }
}

.career-richtext p[data-v-1f4cacf6]:last-child {
    margin: 0
}

.career-richtext ul[data-v-1f4cacf6] {
    padding-left: 30px;
    margin: 0 0 40px 0
}

@media(max-width:1024px) {
    .career-richtext ul[data-v-1f4cacf6] {
        margin-bottom: 0
    }
}

.career-richtext ul li[data-v-1f4cacf6] {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    text-align: justify;
    text-indent: unset;
    list-style: none
}

.career-richtext ul li[data-v-1f4cacf6]:before {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
    font-family: FontAwesome;
    color: #1c1b1b;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.address-data[data-v-1f4cacf6] {
    margin: 20px 0 0 0
}

.address-data div p[data-v-1f4cacf6] {
    color: #fff;
    font-size: 15px
}

@media(max-width:576px) {
    .col-mbx-6[data-v-1f4cacf6] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.news-richtext[data-v-1f4cacf6] {
    overflow-x: hidden;
    background: #fff;
    padding: 40px;
    overflow: auto
}

@media(max-width:767.98px) {
    .news-richtext[data-v-1f4cacf6] {
        text-align: center
    }
}

.news-richtext p[data-v-1f4cacf6] {
    padding: 0;
    margin: 0
}

.news-richtext p[data-v-1f4cacf6]:last-child {
    margin: 0
}

.news-richtext img.richtext-image.full-width[data-v-1f4cacf6] {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.full-width[data-v-1f4cacf6] {
        height: 50vh;
        min-height: 380px
    }
}

.news-richtext img.richtext-image.right[data-v-1f4cacf6] {
    height: 70vh;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: right;
    padding-left: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .news-richtext img.richtext-image.right[data-v-1f4cacf6] {
        width: 100%;
        height: 60vh;
        min-height: 450px;
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.right[data-v-1f4cacf6] {
        width: 100%;
        height: 50vh;
        min-height: 380px;
        padding-left: 0
    }
}

.colortext-block[data-v-1f4cacf6] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: -150px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .colortext-block[data-v-1f4cacf6] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.colortext-block p[data-v-1f4cacf6] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .colortext-block p[data-v-1f4cacf6] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .colortext-block p[data-v-1f4cacf6] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .colortext-block p[data-v-1f4cacf6] {
        font-size: 15px;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .colortext-block p[data-v-1f4cacf6] {
        font-size: 15px;
        line-height: 1.5;
        color: #637381
    }
}

.gncolortext-block[data-v-1f4cacf6] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .gncolortext-block[data-v-1f4cacf6] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.gncolortext-block p[data-v-1f4cacf6] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .gncolortext-block p[data-v-1f4cacf6] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .gncolortext-block p[data-v-1f4cacf6] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .gncolortext-block p[data-v-1f4cacf6] {
        font-size: calc(16px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .gncolortext-block p[data-v-1f4cacf6] {
        font-size: calc(15px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:1024px) {
    .lrtcardtext-block div p[data-v-1f4cacf6] {
        color: #fff
    }
}

.lrtcardtext-block div ul[data-v-1f4cacf6] {
    padding-left: 20px
}

.lrtcardtext-block div ul li[data-v-1f4cacf6] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .lrtcardtext-block div ul li[data-v-1f4cacf6] {
        text-align: left;
        padding: 0
    }
}

[data-aos=new-animation][data-v-1f4cacf6] {
    opacity: 0;
    -webkit-transition-property: width;
    transition-property: width
}

[data-aos=new-animation].aos-animate[data-v-1f4cacf6] {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=new-animation][data-v-1f4cacf6] {
        width: 100%
    }

    [data-aos=new-animation].aos-animate[data-v-1f4cacf6] {
        width: 0
    }
}

.fake3d-image-effect__image[data-v-1f4cacf6] {
    height: 100%
}

.fake3d-image-effect__image canvas[data-v-1f4cacf6] {
    height: 100% !important
}

[data-v-1f4cacf6]::-webkit-scrollbar {
    width: 8px
}

[data-v-1f4cacf6]::-webkit-scrollbar-track {
    background: #212b36
}

[data-v-1f4cacf6]::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.ftext p[data-v-1f4cacf6] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px
}

.swiper-pagination-bullet-active[data-v-1f4cacf6] {
    opacity: 1;
    background: #0b121c !important
}

ul.counter-row li.count-col[data-v-1f4cacf6] {
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

@media(max-width:1024px) {
    ul.counter-row li.count-col[data-v-1f4cacf6] {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-1f4cacf6] {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        background: #f6f7f9;
        margin-bottom: 20px
    }
}

ul.counter-row li.count-col .counter-mainwrap[data-v-1f4cacf6] {
    border-right: 1px solid #0b121c;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap[data-v-1f4cacf6] {
        border-right: none;
        min-height: 180px
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text[data-v-1f4cacf6] {
    text-align: center
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup[data-v-1f4cacf6] {
        padding: 0 0 20px 0
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-1f4cacf6] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-1f4cacf6] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-1f4cacf6] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-1f4cacf6] {
        font-size: calc(30px + .25vw)
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext[data-v-1f4cacf6] {
    margin-right: auto;
    text-align: center
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext p[data-v-1f4cacf6] {
    font-size: 15px
}

ul.counter-row li.count-col[data-v-1f4cacf6]:hover {
    background: #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap[data-v-1f4cacf6] {
    border-right: 1px solid #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .ctext p[data-v-1f4cacf6],
ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .icountup span[data-v-1f4cacf6] {
    color: #fff
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-1f4cacf6]:last-child {
        margin-bottom: 0
    }
}

ul.counter-row li.count-col:last-child .counter-mainwrap[data-v-1f4cacf6] {
    border-right: none
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text[data-v-1f4cacf6] {
    text-align: center;
    margin-right: 0
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text .ctext[data-v-1f4cacf6] {
    text-align: center
}

.ctext-block[data-v-1f4cacf6] {
    position: relative;
    z-index: 2
}

.ctext-block .ctitle-block[data-v-1f4cacf6] {
    margin-bottom: 45px
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block[data-v-1f4cacf6] {
        text-align: center
    }
}

.ctext-block .ctitle-block h2[data-v-1f4cacf6] {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: calc(48px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block h2[data-v-1f4cacf6] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block h2[data-v-1f4cacf6] {
        font-size: calc(30px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block h2[data-v-1f4cacf6] {
        font-size: calc(24px + .25vw);
        margin-bottom: 20px
    }
}

.ctext-block .ctitle-block div p[data-v-1f4cacf6] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block div p[data-v-1f4cacf6] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block div p[data-v-1f4cacf6] {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block div p[data-v-1f4cacf6] {
        font-size: 14px;
        line-height: 1.5
    }
}

.history-desc div p[data-v-1f4cacf6] {
    font-size: calc(42px + .25vw);
    color: #212b36;
    font-weight: 700;
    line-height: 1.3;
    font-family: arial
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-desc div p[data-v-1f4cacf6] {
        font-size: calc(32px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .history-desc div p[data-v-1f4cacf6] {
        font-size: calc(24px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .history-desc div p[data-v-1f4cacf6] {
        font-size: calc(16px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

.his-text p[data-v-1f4cacf6] {
    font-size: calc(16px + .25vw);
    color: #fff
}

.history-details2 h2[data-v-1f4cacf6] {
    margin-bottom: 10px;
    font-size: calc(48px + .25vw);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-details2 h2[data-v-1f4cacf6] {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .history-details2 h2[data-v-1f4cacf6] {
        font-size: calc(32px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:575px) {
    .history-details2 h2[data-v-1f4cacf6] {
        font-size: calc(20px + .25vw)
    }
}

.history-details2 .his-text2 p[data-v-1f4cacf6] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.news-text[data-v-1f4cacf6] {
    padding: 20px 0 0 0
}

@media(max-width:767px) {
    .news-text[data-v-1f4cacf6] {
        padding: 10px 0 0 0
    }
}

.news-text h4[data-v-1f4cacf6] {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:1025px)and (max-width:1600px) {
    .news-text h4[data-v-1f4cacf6] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .news-text h4[data-v-1f4cacf6] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .news-text h4[data-v-1f4cacf6] {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3
    }
}

.news-text div p[data-v-1f4cacf6] {
    padding: 0;
    font-size: calc(13px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(min-width:768px)and (max-width:1440px) {
    .news-text div p[data-v-1f4cacf6] {
        font-size: 15px;
        line-height: 1.6
    }
}

@media(max-width:767px) {
    .news-text div p[data-v-1f4cacf6] {
        font-size: 14px
    }
}

.text-cont p[data-v-1f4cacf6] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont p[data-v-1f4cacf6] {
        text-align: center
    }
}

@media(max-width:1024px) {
    .text-cont ul[data-v-1f4cacf6] {
        padding-left: 20px
    }
}

.text-cont ul li[data-v-1f4cacf6] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont ul li[data-v-1f4cacf6] {
        text-align: left;
        padding: 0
    }
}

.pdtext-cont p[data-v-1f4cacf6] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont p[data-v-1f4cacf6] {
        text-align: center
    }
}

.pdtext-cont ul[data-v-1f4cacf6] {
    padding-left: 20px
}

.pdtext-cont ul li[data-v-1f4cacf6] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont ul li[data-v-1f4cacf6] {
        text-align: left;
        padding: 0
    }
}

.tab-desc div div p[data-v-1f4cacf6] {
    color: #fff
}

.globalmap-wrapper[data-v-1f4cacf6] {
    position: relative
}

.globalmap-wrapper .address-block[data-v-1f4cacf6] {
    position: absolute;
    background: #0b121c;
    min-width: 350px;
    top: -40px;
    right: 5%;
    padding: 20px
}

.globalmap-wrapper .address-block .custom-select[data-v-1f4cacf6] {
    display: block;
    background-size: 8px 10px;
    width: 100%;
    padding: 0 10px;
    font-size: 15px;
    line-height: 1.5;
    color: #000;
    border: none;
    outline: unset;
    cursor: pointer;
    position: relative;
    font-family: Roboto, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(https://img.icons8.com/material/24/000000/expand-arrow.png) no-repeat 100% #fff;
    background-position-x: 98%;
    margin: 0 auto;
    height: calc(3rem + 2px);
    outline: none
}

.globalmap-wrapper .address-block .custom-select[data-v-1f4cacf6]:focus,
.globalmap-wrapper .address-block .custom-select[data-v-1f4cacf6]:visited {
    border: none;
    outline: none
}

.globalmap-wrapper .address-block .custom-select[data-v-1f4cacf6]:focus-within {
    border: none;
    outline: none
}

.globalmap-wrapper .address-block .custom-select[data-v-1f4cacf6]:hover {
    border: none;
    outline: none
}

.globalmap-wrapper .address-block .custom-select option[data-v-1f4cacf6] {
    font-family: Roboto, sans-serif;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0 2px 1px;
    background: #fff;
    font-size: 15px;
    font-weight: 500;
    color: #000
}

@media(max-width:1024px) {
    .vue-map-container[data-v-1f4cacf6] {
        height: 60vh !important;
        min-height: 450px !important
    }
}

[data-v-a38e0746] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-a38e0746] {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #637381;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 0
}

.img-fluid[data-v-a38e0746] {
    max-width: 100%;
    height: auto;
    display: block
}

ol[data-v-a38e0746],
ul[data-v-a38e0746] {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif
}

a[data-v-a38e0746],
li[data-v-a38e0746],
p[data-v-a38e0746],
ul[data-v-a38e0746] {
    font-family: Roboto, sans-serif;
    color: #637381;
    margin-bottom: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(max-width:767px) {

    a[data-v-a38e0746],
    li[data-v-a38e0746],
    p[data-v-a38e0746],
    ul[data-v-a38e0746] {
        font-size: 15px
    }
}

.title-color[data-v-a38e0746] {
    color: #0b121c
}

h1[data-v-a38e0746],
h2[data-v-a38e0746],
h3[data-v-a38e0746],
h4[data-v-a38e0746],
h5[data-v-a38e0746],
h6[data-v-a38e0746] {
    font-family: arial;
    font-weight: 700;
    color: #212b36;
    margin: 0;
    text-transform: capitalize
}

h1[data-v-a38e0746] {
    font-size: calc(52px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h1[data-v-a38e0746] {
        font-size: calc(42px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    h1[data-v-a38e0746] {
        font-size: calc(36px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575px) {
    h1[data-v-a38e0746] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h2[data-v-a38e0746] {
    font-size: calc(48px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    h2[data-v-a38e0746] {
        font-size: calc(38px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    h2[data-v-a38e0746] {
        font-size: calc(34px + .25vw);
        line-height: 1.3
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    h2[data-v-a38e0746] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575.98px) {
    h2[data-v-a38e0746] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h3[data-v-a38e0746] {
    font-size: calc(34px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h3[data-v-a38e0746] {
        font-size: calc(28px + .25vw);
        letter-spacing: 1px
    }
}

@media(max-width:1024px) {
    h3[data-v-a38e0746] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

@media(max-width:575px) {
    h3[data-v-a38e0746] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

h4[data-v-a38e0746] {
    font-size: 28px
}

@media(max-width:1024px) {
    h4[data-v-a38e0746] {
        font-size: 20px
    }
}

@media(max-width:575px) {
    h4[data-v-a38e0746] {
        font-size: 18px
    }
}

h5[data-v-a38e0746] {
    font-size: 20px
}

@media(max-width:1024px) {
    h5[data-v-a38e0746] {
        font-size: 18px
    }
}

@media(max-width:575px) {
    h5[data-v-a38e0746] {
        font-size: 15px
    }
}

h6[data-v-a38e0746] {
    font-size: 16px
}

@media(max-width:1024px) {
    h6[data-v-a38e0746] {
        font-size: 15px
    }
}

@media(max-width:575px) {
    h6[data-v-a38e0746] {
        font-size: 14px
    }
}

.pd-5[data-v-a38e0746] {
    padding: 0 5% !important
}

.mask[data-v-a38e0746] {
    height: 100vh !important;
    width: 100% !important
}

.vue-flux .flux-caption[data-v-a38e0746] {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70% !important;
    text-align: center !important;
    font-family: arial;
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .vue-flux .flux-caption[data-v-a38e0746] {
        font-size: calc(52px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-caption[data-v-a38e0746] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .vue-flux .flux-caption[data-v-a38e0746] {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px;
        line-height: 1.25
    }
}

.vue-flux .flux-pagination[data-v-a38e0746] {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
    bottom: unset !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination[data-v-a38e0746] {
        top: unset !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        bottom: 0 !important;
        left: 50% !important;
        right: 0 !important
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination ul[data-v-a38e0746] {
        display: block
    }
}

.vue-flux .flux-pagination li span.pagination-item[data-v-a38e0746] {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-transition: background-color .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, border .2s ease-in
}

.vue-flux .flux-pagination li.active span.pagination-item[data-v-a38e0746] {
    background-color: #0b121c !important
}

@media(min-width:992px)and (max-width:1024.98px) {
    .col-lg-10[data-v-a38e0746] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .offset-lg-2[data-v-a38e0746] {
        margin-left: 0 !important
    }

    .col-lg-3[data-v-a38e0746],
    .col-lg-4[data-v-a38e0746],
    .col-lg-6[data-v-a38e0746] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .flex-lg-row[data-v-a38e0746] {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
}

@media(min-width:1025px) {
    .col-lg-6[data-v-a38e0746] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-lg-4[data-v-a38e0746] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }

    .col-lg-10[data-v-a38e0746] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important
    }

    .offset-lg-2[data-v-a38e0746] {
        margin-left: 16.666667% !important
    }
}

@media(min-width:1200px) {
    .col-xl-6[data-v-a38e0746] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-xl-4[data-v-a38e0746] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.button-mirror[data-v-a38e0746],
.button[data-v-a38e0746] {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    text-align: center
}

@media(max-width:1024px) {

    .button-mirror[data-v-a38e0746],
    .button[data-v-a38e0746] {
        width: 150px
    }
}

.button-mirror[data-v-a38e0746]:before,
.button[data-v-a38e0746]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0c7309;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width:1024px) {

    .button-mirror[data-v-a38e0746]:before,
    .button[data-v-a38e0746]:before {
        display: none
    }
}

.button-mirror[data-v-a38e0746]:hover:before,
.button[data-v-a38e0746]:hover:before {
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.button-mirror[data-v-a38e0746]:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.plyr__control--overlaid[data-v-a38e0746] {
    background: #0b121c !important;
    top: 60% !important;
    z-index: 200 !important
}

.vue-flux[data-v-a38e0746] {
    position: relative
}

.vue-flux[data-v-a38e0746]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0;
    content: ""
}

.maprichtext p[data-v-a38e0746] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .maprichtext p[data-v-a38e0746] {
        font-size: calc(22px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .maprichtext p[data-v-a38e0746] {
        font-size: calc(18px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .maprichtext p[data-v-a38e0746] {
        font-size: calc(16px + .25vw);
        line-height: 1.6
    }
}

@media(max-width:575.98px) {
    .maprichtext p[data-v-a38e0746] {
        font-size: calc(15px + .25vw);
        line-height: 1.6
    }
}

.industrytext-details[data-v-a38e0746] {
    overflow: hidden;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media(max-width:767.98px) {
    .industrytext-details[data-v-a38e0746] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        overflow: hidden
    }
}

.industrytext-details img.richtext-image[data-v-a38e0746] {
    display: block;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin: 0;
    width: 50%;
    float: right
}

@media(min-width:768px)and (max-width:1024px) {
    .industrytext-details img.richtext-image[data-v-a38e0746] {
        height: 60vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .industrytext-details img.richtext-image[data-v-a38e0746] {
        height: 45vh;
        min-height: 350px;
        width: 100%;
        margin: 20px 0;
        float: unset
    }
}

.industrytext-details p[data-v-a38e0746] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5% 0 0
}

@media(max-width:767.98px) {
    .industrytext-details p[data-v-a38e0746] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        background: #f1f1f1;
        width: 90%;
        margin: -60px auto 0 auto !important;
        position: relative;
        z-index: 22
    }
}

.industrytext-details p[data-v-a38e0746]:first-child {
    margin: 0
}

@media(max-width:1024px) {
    .career-richtext[data-v-a38e0746] {
        text-align: center
    }
}

.career-richtext h3[data-v-a38e0746] {
    color: #0b121c;
    margin: 20px 0
}

.career-richtext h3[data-v-a38e0746]:first-child {
    margin: 0 0 20px 0
}

.career-richtext p[data-v-a38e0746] {
    margin: 0 0 40px 0;
    padding: 0
}

@media(max-width:1024px) {
    .career-richtext p[data-v-a38e0746] {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .career-richtext p[data-v-a38e0746] {
        margin-bottom: 20px
    }
}

.career-richtext p[data-v-a38e0746]:last-child {
    margin: 0
}

.career-richtext ul[data-v-a38e0746] {
    padding-left: 30px;
    margin: 0 0 40px 0
}

@media(max-width:1024px) {
    .career-richtext ul[data-v-a38e0746] {
        margin-bottom: 0
    }
}

.career-richtext ul li[data-v-a38e0746] {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    text-align: justify;
    text-indent: unset;
    list-style: none
}

.career-richtext ul li[data-v-a38e0746]:before {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
    font-family: FontAwesome;
    color: #1c1b1b;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.address-data[data-v-a38e0746] {
    margin: 20px 0 0 0
}

.address-data div p[data-v-a38e0746] {
    color: #fff;
    font-size: 15px
}

@media(max-width:576px) {
    .col-mbx-6[data-v-a38e0746] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.news-richtext[data-v-a38e0746] {
    overflow-x: hidden;
    background: #fff;
    padding: 40px;
    overflow: auto
}

@media(max-width:767.98px) {
    .news-richtext[data-v-a38e0746] {
        text-align: center
    }
}

.news-richtext p[data-v-a38e0746] {
    padding: 0;
    margin: 0
}

.news-richtext p[data-v-a38e0746]:last-child {
    margin: 0
}

.news-richtext img.richtext-image.full-width[data-v-a38e0746] {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.full-width[data-v-a38e0746] {
        height: 50vh;
        min-height: 380px
    }
}

.news-richtext img.richtext-image.right[data-v-a38e0746] {
    height: 70vh;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: right;
    padding-left: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .news-richtext img.richtext-image.right[data-v-a38e0746] {
        width: 100%;
        height: 60vh;
        min-height: 450px;
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.right[data-v-a38e0746] {
        width: 100%;
        height: 50vh;
        min-height: 380px;
        padding-left: 0
    }
}

.colortext-block[data-v-a38e0746] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: -150px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .colortext-block[data-v-a38e0746] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.colortext-block p[data-v-a38e0746] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .colortext-block p[data-v-a38e0746] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .colortext-block p[data-v-a38e0746] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .colortext-block p[data-v-a38e0746] {
        font-size: 15px;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .colortext-block p[data-v-a38e0746] {
        font-size: 15px;
        line-height: 1.5;
        color: #637381
    }
}

.gncolortext-block[data-v-a38e0746] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .gncolortext-block[data-v-a38e0746] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.gncolortext-block p[data-v-a38e0746] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .gncolortext-block p[data-v-a38e0746] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .gncolortext-block p[data-v-a38e0746] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .gncolortext-block p[data-v-a38e0746] {
        font-size: calc(16px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .gncolortext-block p[data-v-a38e0746] {
        font-size: calc(15px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:1024px) {
    .lrtcardtext-block div p[data-v-a38e0746] {
        color: #fff
    }
}

.lrtcardtext-block div ul[data-v-a38e0746] {
    padding-left: 20px
}

.lrtcardtext-block div ul li[data-v-a38e0746] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .lrtcardtext-block div ul li[data-v-a38e0746] {
        text-align: left;
        padding: 0
    }
}

[data-aos=new-animation][data-v-a38e0746] {
    opacity: 0;
    -webkit-transition-property: width;
    transition-property: width
}

[data-aos=new-animation].aos-animate[data-v-a38e0746] {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=new-animation][data-v-a38e0746] {
        width: 100%
    }

    [data-aos=new-animation].aos-animate[data-v-a38e0746] {
        width: 0
    }
}

.fake3d-image-effect__image[data-v-a38e0746] {
    height: 100%
}

.fake3d-image-effect__image canvas[data-v-a38e0746] {
    height: 100% !important
}

[data-v-a38e0746]::-webkit-scrollbar {
    width: 8px
}

[data-v-a38e0746]::-webkit-scrollbar-track {
    background: #212b36
}

[data-v-a38e0746]::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.ftext p[data-v-a38e0746] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px
}

.swiper-pagination-bullet-active[data-v-a38e0746] {
    opacity: 1;
    background: #0b121c !important
}

ul.counter-row li.count-col[data-v-a38e0746] {
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

@media(max-width:1024px) {
    ul.counter-row li.count-col[data-v-a38e0746] {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-a38e0746] {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        background: #f6f7f9;
        margin-bottom: 20px
    }
}

ul.counter-row li.count-col .counter-mainwrap[data-v-a38e0746] {
    border-right: 1px solid #0b121c;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap[data-v-a38e0746] {
        border-right: none;
        min-height: 180px
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text[data-v-a38e0746] {
    text-align: center
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup[data-v-a38e0746] {
        padding: 0 0 20px 0
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-a38e0746] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-a38e0746] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-a38e0746] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-a38e0746] {
        font-size: calc(30px + .25vw)
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext[data-v-a38e0746] {
    margin-right: auto;
    text-align: center
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext p[data-v-a38e0746] {
    font-size: 15px
}

ul.counter-row li.count-col[data-v-a38e0746]:hover {
    background: #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap[data-v-a38e0746] {
    border-right: 1px solid #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .ctext p[data-v-a38e0746],
ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .icountup span[data-v-a38e0746] {
    color: #fff
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-a38e0746]:last-child {
        margin-bottom: 0
    }
}

ul.counter-row li.count-col:last-child .counter-mainwrap[data-v-a38e0746] {
    border-right: none
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text[data-v-a38e0746] {
    text-align: center;
    margin-right: 0
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text .ctext[data-v-a38e0746] {
    text-align: center
}

.ctext-block[data-v-a38e0746] {
    position: relative;
    z-index: 2
}

.ctext-block .ctitle-block[data-v-a38e0746] {
    margin-bottom: 45px
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block[data-v-a38e0746] {
        text-align: center
    }
}

.ctext-block .ctitle-block h2[data-v-a38e0746] {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: calc(48px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block h2[data-v-a38e0746] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block h2[data-v-a38e0746] {
        font-size: calc(30px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block h2[data-v-a38e0746] {
        font-size: calc(24px + .25vw);
        margin-bottom: 20px
    }
}

.ctext-block .ctitle-block div p[data-v-a38e0746] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block div p[data-v-a38e0746] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block div p[data-v-a38e0746] {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block div p[data-v-a38e0746] {
        font-size: 14px;
        line-height: 1.5
    }
}

.history-desc div p[data-v-a38e0746] {
    font-size: calc(42px + .25vw);
    color: #212b36;
    font-weight: 700;
    line-height: 1.3;
    font-family: arial
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-desc div p[data-v-a38e0746] {
        font-size: calc(32px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .history-desc div p[data-v-a38e0746] {
        font-size: calc(24px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .history-desc div p[data-v-a38e0746] {
        font-size: calc(16px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

.his-text p[data-v-a38e0746] {
    font-size: calc(16px + .25vw);
    color: #fff
}

.history-details2 h2[data-v-a38e0746] {
    margin-bottom: 10px;
    font-size: calc(48px + .25vw);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-details2 h2[data-v-a38e0746] {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .history-details2 h2[data-v-a38e0746] {
        font-size: calc(32px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:575px) {
    .history-details2 h2[data-v-a38e0746] {
        font-size: calc(20px + .25vw)
    }
}

.history-details2 .his-text2 p[data-v-a38e0746] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.news-text[data-v-a38e0746] {
    padding: 20px 0 0 0
}

@media(max-width:767px) {
    .news-text[data-v-a38e0746] {
        padding: 10px 0 0 0
    }
}

.news-text h4[data-v-a38e0746] {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:1025px)and (max-width:1600px) {
    .news-text h4[data-v-a38e0746] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .news-text h4[data-v-a38e0746] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .news-text h4[data-v-a38e0746] {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3
    }
}

.news-text div p[data-v-a38e0746] {
    padding: 0;
    font-size: calc(13px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(min-width:768px)and (max-width:1440px) {
    .news-text div p[data-v-a38e0746] {
        font-size: 15px;
        line-height: 1.6
    }
}

@media(max-width:767px) {
    .news-text div p[data-v-a38e0746] {
        font-size: 14px
    }
}

.text-cont p[data-v-a38e0746] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont p[data-v-a38e0746] {
        text-align: center
    }
}

@media(max-width:1024px) {
    .text-cont ul[data-v-a38e0746] {
        padding-left: 20px
    }
}

.text-cont ul li[data-v-a38e0746] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont ul li[data-v-a38e0746] {
        text-align: left;
        padding: 0
    }
}

.pdtext-cont p[data-v-a38e0746] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont p[data-v-a38e0746] {
        text-align: center
    }
}

.pdtext-cont ul[data-v-a38e0746] {
    padding-left: 20px
}

.pdtext-cont ul li[data-v-a38e0746] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont ul li[data-v-a38e0746] {
        text-align: left;
        padding: 0
    }
}

.tab-desc div div p[data-v-a38e0746] {
    color: #fff
}

.contactform-section[data-v-a38e0746] {
    padding: 80px 0
}

@media(max-width:1024px) {
    .contactform-section[data-v-a38e0746] {
        padding: 60px 0 120px 0
    }
}

@media(max-width:767px) {
    .contactform-section[data-v-a38e0746] {
        padding: 40px 0 80px 0
    }
}

.form-field .form-control[data-v-a38e0746] {
    position: relative;
    margin-bottom: 30px;
    height: auto;
    padding: 0;
    border-radius: unset;
    border: none;
    font-size: calc(14px + .25vw)
}

@media(max-width:1024px) {
    .form-field .form-control[data-v-a38e0746] {
        margin-bottom: 20px
    }
}

.form-field .form-control input.form-input[data-v-a38e0746] {
    font-family: Roboto, sans-serif;
    color: #000000;
    border: 0;
    border-radius: 4px;
    font-size: calc(14px + .25vw);
    margin: 0;
    outline: 0;
    padding: 20px 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #0372031f;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .03) inset;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .03)
}

@media(max-width:1024px) {
    .form-field .form-control input.form-input[data-v-a38e0746] {
        padding: 20px 10px
    }
}

.form-field .form-control input.form-input[data-v-a38e0746]:focus {
    background: #d2d9dd;
    outline: none
}

.form-field .form-control span[data-v-a38e0746] {
    position: absolute;
    color: #0b121c;
    top: 30px;
    right: 5px;
    font-size: 14px
}

@media(max-width:1024px) {
    .form-field .form-control span[data-v-a38e0746] {
        top: 18px
    }
}

.form-field .form-control textarea.form-textarea[data-v-a38e0746] {
    font-family: Roboto, sans-serif;
    color: #000000;
    border: 0;
    border-radius: 4px;
    font-size: calc(14px + .25vw);
    margin: 0;
    outline: 0;
    padding: 30px 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #0372031f;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .03) inset;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .03)
}

@media(max-width:1024px) {
    .form-field .form-control textarea.form-textarea[data-v-a38e0746] {
        padding: 20px 10px
    }
}

.form-field .form-control textarea.form-textarea[data-v-a38e0746]:focus {
    background: #d2d9dd;
    outline: none
}

.submit-btn[data-v-a38e0746] {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width:1024px) {
    .submit-btn[data-v-a38e0746] {
        padding-top: 10px
    }
}

.submit-btn .button-mirror[data-v-a38e0746] {
    background: #fff;
    border: none;
    padding: 15px 50px;
    font-size: 16px;
    font-weight: 700;
    font-family: arial;
    letter-spacing: .5px;
    min-width: 150px
}

@media(max-width:1024px) {
    .submit-btn .button-mirror[data-v-a38e0746] {
        background: #0b121c;
        padding: 15px 30px;
        display: block
    }
}

.submit-btn .button-mirror[data-v-a38e0746]:focus {
    outline: none
}

.contactform-congr[data-v-a38e0746] {
    height: 40vh;
    min-height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

[data-v-e9e1d452] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-e9e1d452] {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #637381;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 0
}

.img-fluid[data-v-e9e1d452] {
    max-width: 100%;
    height: auto;
    display: block
}

ol[data-v-e9e1d452],
ul[data-v-e9e1d452] {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif
}

a[data-v-e9e1d452],
li[data-v-e9e1d452],
p[data-v-e9e1d452],
ul[data-v-e9e1d452] {
    font-family: Roboto, sans-serif;
    color: #637381;
    margin-bottom: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(max-width:767px) {

    a[data-v-e9e1d452],
    li[data-v-e9e1d452],
    p[data-v-e9e1d452],
    ul[data-v-e9e1d452] {
        font-size: 15px
    }
}

.title-color[data-v-e9e1d452] {
    color: #0b121c
}

h1[data-v-e9e1d452],
h2[data-v-e9e1d452],
h3[data-v-e9e1d452],
h4[data-v-e9e1d452],
h5[data-v-e9e1d452],
h6[data-v-e9e1d452] {
    font-family: arial;
    font-weight: 700;
    color: #212b36;
    margin: 0;
    text-transform: capitalize
}

h1[data-v-e9e1d452] {
    font-size: calc(52px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h1[data-v-e9e1d452] {
        font-size: calc(42px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    h1[data-v-e9e1d452] {
        font-size: calc(36px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575px) {
    h1[data-v-e9e1d452] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h2[data-v-e9e1d452] {
    font-size: calc(48px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    h2[data-v-e9e1d452] {
        font-size: calc(38px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    h2[data-v-e9e1d452] {
        font-size: calc(34px + .25vw);
        line-height: 1.3
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    h2[data-v-e9e1d452] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575.98px) {
    h2[data-v-e9e1d452] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h3[data-v-e9e1d452] {
    font-size: calc(34px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h3[data-v-e9e1d452] {
        font-size: calc(28px + .25vw);
        letter-spacing: 1px
    }
}

@media(max-width:1024px) {
    h3[data-v-e9e1d452] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

@media(max-width:575px) {
    h3[data-v-e9e1d452] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

h4[data-v-e9e1d452] {
    font-size: 28px
}

@media(max-width:1024px) {
    h4[data-v-e9e1d452] {
        font-size: 20px
    }
}

@media(max-width:575px) {
    h4[data-v-e9e1d452] {
        font-size: 18px
    }
}

h5[data-v-e9e1d452] {
    font-size: 20px
}

@media(max-width:1024px) {
    h5[data-v-e9e1d452] {
        font-size: 18px
    }
}

@media(max-width:575px) {
    h5[data-v-e9e1d452] {
        font-size: 15px
    }
}

h6[data-v-e9e1d452] {
    font-size: 16px
}

@media(max-width:1024px) {
    h6[data-v-e9e1d452] {
        font-size: 15px
    }
}

@media(max-width:575px) {
    h6[data-v-e9e1d452] {
        font-size: 14px
    }
}

.pd-5[data-v-e9e1d452] {
    padding: 0 5% !important
}

.mask[data-v-e9e1d452] {
    height: 100vh !important;
    width: 100% !important
}

.vue-flux .flux-caption[data-v-e9e1d452] {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70% !important;
    text-align: center !important;
    font-family: arial;
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .vue-flux .flux-caption[data-v-e9e1d452] {
        font-size: calc(52px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-caption[data-v-e9e1d452] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .vue-flux .flux-caption[data-v-e9e1d452] {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px;
        line-height: 1.25
    }
}

.vue-flux .flux-pagination[data-v-e9e1d452] {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
    bottom: unset !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination[data-v-e9e1d452] {
        top: unset !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        bottom: 0 !important;
        left: 50% !important;
        right: 0 !important
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination ul[data-v-e9e1d452] {
        display: block
    }
}

.vue-flux .flux-pagination li span.pagination-item[data-v-e9e1d452] {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-transition: background-color .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, border .2s ease-in
}

.vue-flux .flux-pagination li.active span.pagination-item[data-v-e9e1d452] {
    background-color: #0b121c !important
}

@media(min-width:992px)and (max-width:1024.98px) {
    .col-lg-10[data-v-e9e1d452] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .offset-lg-2[data-v-e9e1d452] {
        margin-left: 0 !important
    }

    .col-lg-3[data-v-e9e1d452],
    .col-lg-4[data-v-e9e1d452],
    .col-lg-6[data-v-e9e1d452] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .flex-lg-row[data-v-e9e1d452] {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
}

@media(min-width:1025px) {
    .col-lg-6[data-v-e9e1d452] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-lg-4[data-v-e9e1d452] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }

    .col-lg-10[data-v-e9e1d452] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important
    }

    .offset-lg-2[data-v-e9e1d452] {
        margin-left: 16.666667% !important
    }
}

@media(min-width:1200px) {
    .col-xl-6[data-v-e9e1d452] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-xl-4[data-v-e9e1d452] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.button-mirror[data-v-e9e1d452],
.button[data-v-e9e1d452] {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    text-align: center
}

@media(max-width:1024px) {

    .button-mirror[data-v-e9e1d452],
    .button[data-v-e9e1d452] {
        width: 150px
    }
}

.button-mirror[data-v-e9e1d452]:before,
.button[data-v-e9e1d452]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b121c;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width:1024px) {

    .button-mirror[data-v-e9e1d452]:before,
    .button[data-v-e9e1d452]:before {
        display: none
    }
}

.button-mirror[data-v-e9e1d452]:hover:before,
.button[data-v-e9e1d452]:hover:before {
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.button-mirror[data-v-e9e1d452]:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.plyr__control--overlaid[data-v-e9e1d452] {
    background: #0b121c !important;
    top: 60% !important;
    z-index: 200 !important
}

.vue-flux[data-v-e9e1d452] {
    position: relative
}

.vue-flux[data-v-e9e1d452]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0;
    content: ""
}

.maprichtext p[data-v-e9e1d452] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .maprichtext p[data-v-e9e1d452] {
        font-size: calc(22px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .maprichtext p[data-v-e9e1d452] {
        font-size: calc(18px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .maprichtext p[data-v-e9e1d452] {
        font-size: calc(16px + .25vw);
        line-height: 1.6
    }
}

@media(max-width:575.98px) {
    .maprichtext p[data-v-e9e1d452] {
        font-size: calc(15px + .25vw);
        line-height: 1.6
    }
}

.industrytext-details[data-v-e9e1d452] {
    overflow: hidden;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media(max-width:767.98px) {
    .industrytext-details[data-v-e9e1d452] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        overflow: hidden
    }
}

.industrytext-details img.richtext-image[data-v-e9e1d452] {
    display: block;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin: 0;
    width: 50%;
    float: right
}

@media(min-width:768px)and (max-width:1024px) {
    .industrytext-details img.richtext-image[data-v-e9e1d452] {
        height: 60vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .industrytext-details img.richtext-image[data-v-e9e1d452] {
        height: 45vh;
        min-height: 350px;
        width: 100%;
        margin: 20px 0;
        float: unset
    }
}

.industrytext-details p[data-v-e9e1d452] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5% 0 0
}

@media(max-width:767.98px) {
    .industrytext-details p[data-v-e9e1d452] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        background: #f1f1f1;
        width: 90%;
        margin: -60px auto 0 auto !important;
        position: relative;
        z-index: 22
    }
}

.industrytext-details p[data-v-e9e1d452]:first-child {
    margin: 0
}

@media(max-width:1024px) {
    .career-richtext[data-v-e9e1d452] {
        text-align: center
    }
}

.career-richtext h3[data-v-e9e1d452] {
    color: #0b121c;
    margin: 20px 0
}

.career-richtext h3[data-v-e9e1d452]:first-child {
    margin: 0 0 20px 0
}

.career-richtext p[data-v-e9e1d452] {
    margin: 0 0 40px 0;
    padding: 0
}

@media(max-width:1024px) {
    .career-richtext p[data-v-e9e1d452] {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .career-richtext p[data-v-e9e1d452] {
        margin-bottom: 20px
    }
}

.career-richtext p[data-v-e9e1d452]:last-child {
    margin: 0
}

.career-richtext ul[data-v-e9e1d452] {
    padding-left: 30px;
    margin: 0 0 40px 0
}

@media(max-width:1024px) {
    .career-richtext ul[data-v-e9e1d452] {
        margin-bottom: 0
    }
}

.career-richtext ul li[data-v-e9e1d452] {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    text-align: justify;
    text-indent: unset;
    list-style: none
}

.career-richtext ul li[data-v-e9e1d452]:before {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
    font-family: FontAwesome;
    color: #1c1b1b;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.address-data[data-v-e9e1d452] {
    margin: 20px 0 0 0
}

.address-data div p[data-v-e9e1d452] {
    color: #fff;
    font-size: 15px
}

@media(max-width:576px) {
    .col-mbx-6[data-v-e9e1d452] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.news-richtext[data-v-e9e1d452] {
    overflow-x: hidden;
    background: #fff;
    padding: 40px;
    overflow: auto
}

@media(max-width:767.98px) {
    .news-richtext[data-v-e9e1d452] {
        text-align: center
    }
}

.news-richtext p[data-v-e9e1d452] {
    padding: 0;
    margin: 0
}

.news-richtext p[data-v-e9e1d452]:last-child {
    margin: 0
}

.news-richtext img.richtext-image.full-width[data-v-e9e1d452] {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.full-width[data-v-e9e1d452] {
        height: 50vh;
        min-height: 380px
    }
}

.news-richtext img.richtext-image.right[data-v-e9e1d452] {
    height: 70vh;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: right;
    padding-left: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .news-richtext img.richtext-image.right[data-v-e9e1d452] {
        width: 100%;
        height: 60vh;
        min-height: 450px;
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.right[data-v-e9e1d452] {
        width: 100%;
        height: 50vh;
        min-height: 380px;
        padding-left: 0
    }
}

.colortext-block[data-v-e9e1d452] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: -150px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .colortext-block[data-v-e9e1d452] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.colortext-block p[data-v-e9e1d452] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .colortext-block p[data-v-e9e1d452] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .colortext-block p[data-v-e9e1d452] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .colortext-block p[data-v-e9e1d452] {
        font-size: 15px;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .colortext-block p[data-v-e9e1d452] {
        font-size: 15px;
        line-height: 1.5;
        color: #637381
    }
}

.gncolortext-block[data-v-e9e1d452] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .gncolortext-block[data-v-e9e1d452] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.gncolortext-block p[data-v-e9e1d452] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .gncolortext-block p[data-v-e9e1d452] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .gncolortext-block p[data-v-e9e1d452] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .gncolortext-block p[data-v-e9e1d452] {
        font-size: calc(16px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .gncolortext-block p[data-v-e9e1d452] {
        font-size: calc(15px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:1024px) {
    .lrtcardtext-block div p[data-v-e9e1d452] {
        color: #fff
    }
}

.lrtcardtext-block div ul[data-v-e9e1d452] {
    padding-left: 20px
}

.lrtcardtext-block div ul li[data-v-e9e1d452] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .lrtcardtext-block div ul li[data-v-e9e1d452] {
        text-align: left;
        padding: 0
    }
}

[data-aos=new-animation][data-v-e9e1d452] {
    opacity: 0;
    -webkit-transition-property: width;
    transition-property: width
}

[data-aos=new-animation].aos-animate[data-v-e9e1d452] {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=new-animation][data-v-e9e1d452] {
        width: 100%
    }

    [data-aos=new-animation].aos-animate[data-v-e9e1d452] {
        width: 0
    }
}

.fake3d-image-effect__image[data-v-e9e1d452] {
    height: 100%
}

.fake3d-image-effect__image canvas[data-v-e9e1d452] {
    height: 100% !important
}

[data-v-e9e1d452]::-webkit-scrollbar {
    width: 8px
}

[data-v-e9e1d452]::-webkit-scrollbar-track {
    background: #212b36
}

[data-v-e9e1d452]::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.ftext p[data-v-e9e1d452] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px
}

.swiper-pagination-bullet-active[data-v-e9e1d452] {
    opacity: 1;
    background: #0b121c !important
}

ul.counter-row li.count-col[data-v-e9e1d452] {
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

@media(max-width:1024px) {
    ul.counter-row li.count-col[data-v-e9e1d452] {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-e9e1d452] {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        background: #f6f7f9;
        margin-bottom: 20px
    }
}

ul.counter-row li.count-col .counter-mainwrap[data-v-e9e1d452] {
    border-right: 1px solid #0b121c;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap[data-v-e9e1d452] {
        border-right: none;
        min-height: 180px
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text[data-v-e9e1d452] {
    text-align: center
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup[data-v-e9e1d452] {
        padding: 0 0 20px 0
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-e9e1d452] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-e9e1d452] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-e9e1d452] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-e9e1d452] {
        font-size: calc(30px + .25vw)
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext[data-v-e9e1d452] {
    margin-right: auto;
    text-align: center
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext p[data-v-e9e1d452] {
    font-size: 15px
}

ul.counter-row li.count-col[data-v-e9e1d452]:hover {
    background: #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap[data-v-e9e1d452] {
    border-right: 1px solid #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .ctext p[data-v-e9e1d452],
ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .icountup span[data-v-e9e1d452] {
    color: #fff
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-e9e1d452]:last-child {
        margin-bottom: 0
    }
}

ul.counter-row li.count-col:last-child .counter-mainwrap[data-v-e9e1d452] {
    border-right: none
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text[data-v-e9e1d452] {
    text-align: center;
    margin-right: 0
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text .ctext[data-v-e9e1d452] {
    text-align: center
}

.ctext-block[data-v-e9e1d452] {
    position: relative;
    z-index: 2
}

.ctext-block .ctitle-block[data-v-e9e1d452] {
    margin-bottom: 45px
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block[data-v-e9e1d452] {
        text-align: center
    }
}

.ctext-block .ctitle-block h2[data-v-e9e1d452] {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: calc(48px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block h2[data-v-e9e1d452] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block h2[data-v-e9e1d452] {
        font-size: calc(30px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block h2[data-v-e9e1d452] {
        font-size: calc(24px + .25vw);
        margin-bottom: 20px
    }
}

.ctext-block .ctitle-block div p[data-v-e9e1d452] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block div p[data-v-e9e1d452] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block div p[data-v-e9e1d452] {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block div p[data-v-e9e1d452] {
        font-size: 14px;
        line-height: 1.5
    }
}

.history-desc div p[data-v-e9e1d452] {
    font-size: calc(42px + .25vw);
    color: #212b36;
    font-weight: 700;
    line-height: 1.3;
    font-family: arial
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-desc div p[data-v-e9e1d452] {
        font-size: calc(32px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .history-desc div p[data-v-e9e1d452] {
        font-size: calc(24px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .history-desc div p[data-v-e9e1d452] {
        font-size: calc(16px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

.his-text p[data-v-e9e1d452] {
    font-size: calc(16px + .25vw);
    color: #fff
}

.history-details2 h2[data-v-e9e1d452] {
    margin-bottom: 10px;
    font-size: calc(48px + .25vw);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-details2 h2[data-v-e9e1d452] {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .history-details2 h2[data-v-e9e1d452] {
        font-size: calc(32px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:575px) {
    .history-details2 h2[data-v-e9e1d452] {
        font-size: calc(20px + .25vw)
    }
}

.history-details2 .his-text2 p[data-v-e9e1d452] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.news-text[data-v-e9e1d452] {
    padding: 20px 0 0 0
}

@media(max-width:767px) {
    .news-text[data-v-e9e1d452] {
        padding: 10px 0 0 0
    }
}

.news-text h4[data-v-e9e1d452] {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:1025px)and (max-width:1600px) {
    .news-text h4[data-v-e9e1d452] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .news-text h4[data-v-e9e1d452] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .news-text h4[data-v-e9e1d452] {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3
    }
}

.news-text div p[data-v-e9e1d452] {
    padding: 0;
    font-size: calc(13px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(min-width:768px)and (max-width:1440px) {
    .news-text div p[data-v-e9e1d452] {
        font-size: 15px;
        line-height: 1.6
    }
}

@media(max-width:767px) {
    .news-text div p[data-v-e9e1d452] {
        font-size: 14px
    }
}

.text-cont p[data-v-e9e1d452] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont p[data-v-e9e1d452] {
        text-align: center
    }
}

@media(max-width:1024px) {
    .text-cont ul[data-v-e9e1d452] {
        padding-left: 20px
    }
}

.text-cont ul li[data-v-e9e1d452] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont ul li[data-v-e9e1d452] {
        text-align: left;
        padding: 0
    }
}

.pdtext-cont p[data-v-e9e1d452] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont p[data-v-e9e1d452] {
        text-align: center
    }
}

.pdtext-cont ul[data-v-e9e1d452] {
    padding-left: 20px
}

.pdtext-cont ul li[data-v-e9e1d452] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont ul li[data-v-e9e1d452] {
        text-align: left;
        padding: 0
    }
}

.tab-desc div div p[data-v-e9e1d452] {
    color: #fff
}

.contact-container[data-v-e9e1d452] {
    min-height: 100vh;
    overflow: hidden
}

.banner-container[data-v-e9e1d452] {
    width: 100%;
    height: 50vh;
}

.banner-container .banner-wrap[data-v-e9e1d452] {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.banner-container .banner-wrap img[data-v-e9e1d452] {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.banner-container .banner-wrap .img-overlay[data-v-e9e1d452] {
    position: absolute;
    width: 100%;
    height: 100%;
   /* background: #000;*/
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0
}

.banner-container .banner-wrap .banner-text[data-v-e9e1d452] {
    position: absolute;
    width: 55%;
    top: 62%;
    left: 50%;
    z-index: 22;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

@media(min-width:1025px)and (max-width:1440px) {
    .banner-container .banner-wrap .banner-text[data-v-e9e1d452] {
        width: 60%
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .banner-container .banner-wrap .banner-text[data-v-e9e1d452] {
        width: 70%
    }
}

@media(max-width:767.98px) {
    .banner-container .banner-wrap .banner-text[data-v-e9e1d452] {
        width: 90%
    }
}

.banner-container .banner-wrap .banner-text h1[data-v-e9e1d452] {
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #000;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .banner-container .banner-wrap .banner-text h1[data-v-e9e1d452] {
        font-size: calc(52px + .25vw)
    }
}

@media(max-width:1024px) {
    .banner-container .banner-wrap .banner-text h1[data-v-e9e1d452] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px
    }
}

@media(max-width:767px) {
    .banner-container .banner-wrap .banner-text h1[data-v-e9e1d452] {
        font-size: calc(36px + .25vw);
        margin-bottom: 10px;
        padding: 0;
        letter-spacing: 1.5px
    }
}

.banner-container .banner-wrap .banner-text p[data-v-e9e1d452] {
    font-size: calc(30px + .25vw);
    line-height: 1.5;
    letter-spacing: .01em;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
    margin: 0;
    font-weight: 400;
    font-family: arial
}

@media(max-width:1440px) {
    .banner-container .banner-wrap .banner-text p[data-v-e9e1d452] {
        font-size: calc(24px + .25vw)
    }
}

@media(max-width:767px) {
    .banner-container .banner-wrap .banner-text p[data-v-e9e1d452] {
        font-size: calc(15px + .25vw);
        font-weight: 500;
        color: rgba(222, 229, 234, .8)
    }
}

[data-v-0c52ef0e] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-0c52ef0e] {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #637381;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 0
}

.img-fluid[data-v-0c52ef0e] {
    max-width: 100%;
    height: auto;
    display: block
}

ol[data-v-0c52ef0e],
ul[data-v-0c52ef0e] {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif
}

a[data-v-0c52ef0e],
li[data-v-0c52ef0e],
p[data-v-0c52ef0e],
ul[data-v-0c52ef0e] {
    font-family: Roboto, sans-serif;
    color: #637381;
    margin-bottom: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(max-width:767px) {

    a[data-v-0c52ef0e],
    li[data-v-0c52ef0e],
    p[data-v-0c52ef0e],
    ul[data-v-0c52ef0e] {
        font-size: 15px
    }
}

.title-color[data-v-0c52ef0e] {
    color: #0b121c
}

h1[data-v-0c52ef0e],
h2[data-v-0c52ef0e],
h3[data-v-0c52ef0e],
h4[data-v-0c52ef0e],
h5[data-v-0c52ef0e],
h6[data-v-0c52ef0e] {
    font-family: arial;
    font-weight: 700;
    color: #212b36;
    margin: 0;
    text-transform: capitalize
}

h1[data-v-0c52ef0e] {
    font-size: calc(52px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h1[data-v-0c52ef0e] {
        font-size: calc(42px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    h1[data-v-0c52ef0e] {
        font-size: calc(36px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575px) {
    h1[data-v-0c52ef0e] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h2[data-v-0c52ef0e] {
    font-size: calc(48px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    h2[data-v-0c52ef0e] {
        font-size: calc(38px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    h2[data-v-0c52ef0e] {
        font-size: calc(34px + .25vw);
        line-height: 1.3
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    h2[data-v-0c52ef0e] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575.98px) {
    h2[data-v-0c52ef0e] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h3[data-v-0c52ef0e] {
    font-size: calc(34px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h3[data-v-0c52ef0e] {
        font-size: calc(28px + .25vw);
        letter-spacing: 1px
    }
}

@media(max-width:1024px) {
    h3[data-v-0c52ef0e] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

@media(max-width:575px) {
    h3[data-v-0c52ef0e] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

h4[data-v-0c52ef0e] {
    font-size: 28px
}

@media(max-width:1024px) {
    h4[data-v-0c52ef0e] {
        font-size: 20px
    }
}

@media(max-width:575px) {
    h4[data-v-0c52ef0e] {
        font-size: 18px
    }
}

h5[data-v-0c52ef0e] {
    font-size: 20px
}

@media(max-width:1024px) {
    h5[data-v-0c52ef0e] {
        font-size: 18px
    }
}

@media(max-width:575px) {
    h5[data-v-0c52ef0e] {
        font-size: 15px
    }
}

h6[data-v-0c52ef0e] {
    font-size: 16px
}

@media(max-width:1024px) {
    h6[data-v-0c52ef0e] {
        font-size: 15px
    }
}

@media(max-width:575px) {
    h6[data-v-0c52ef0e] {
        font-size: 14px
    }
}

.pd-5[data-v-0c52ef0e] {
    padding: 0 5% !important
}

.mask[data-v-0c52ef0e] {
    height: 100vh !important;
    width: 100% !important
}

.vue-flux .flux-caption[data-v-0c52ef0e] {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70% !important;
    text-align: center !important;
    font-family: arial;
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .vue-flux .flux-caption[data-v-0c52ef0e] {
        font-size: calc(52px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-caption[data-v-0c52ef0e] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .vue-flux .flux-caption[data-v-0c52ef0e] {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px;
        line-height: 1.25
    }
}

.vue-flux .flux-pagination[data-v-0c52ef0e] {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
    bottom: unset !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination[data-v-0c52ef0e] {
        top: unset !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        bottom: 0 !important;
        left: 50% !important;
        right: 0 !important
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination ul[data-v-0c52ef0e] {
        display: block
    }
}

.vue-flux .flux-pagination li span.pagination-item[data-v-0c52ef0e] {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-transition: background-color .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, border .2s ease-in
}

.vue-flux .flux-pagination li.active span.pagination-item[data-v-0c52ef0e] {
    background-color: #0b121c !important
}

@media(min-width:992px)and (max-width:1024.98px) {
    .col-lg-10[data-v-0c52ef0e] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .offset-lg-2[data-v-0c52ef0e] {
        margin-left: 0 !important
    }

    .col-lg-3[data-v-0c52ef0e],
    .col-lg-4[data-v-0c52ef0e],
    .col-lg-6[data-v-0c52ef0e] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .flex-lg-row[data-v-0c52ef0e] {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
}

@media(min-width:1025px) {
    .col-lg-6[data-v-0c52ef0e] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-lg-4[data-v-0c52ef0e] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }

    .col-lg-10[data-v-0c52ef0e] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important
    }

    .offset-lg-2[data-v-0c52ef0e] {
        margin-left: 16.666667% !important
    }
}

@media(min-width:1200px) {
    .col-xl-6[data-v-0c52ef0e] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-xl-4[data-v-0c52ef0e] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.button-mirror[data-v-0c52ef0e],
.button[data-v-0c52ef0e] {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    text-align: center
}

@media(max-width:1024px) {

    .button-mirror[data-v-0c52ef0e],
    .button[data-v-0c52ef0e] {
        width: 150px
    }
}

.button-mirror[data-v-0c52ef0e]:before,
.button[data-v-0c52ef0e]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b121c;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width:1024px) {

    .button-mirror[data-v-0c52ef0e]:before,
    .button[data-v-0c52ef0e]:before {
        display: none
    }
}

.button-mirror[data-v-0c52ef0e]:hover:before,
.button[data-v-0c52ef0e]:hover:before {
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.button-mirror[data-v-0c52ef0e]:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.plyr__control--overlaid[data-v-0c52ef0e] {
    background: #0b121c !important;
    top: 60% !important;
    z-index: 200 !important
}

.vue-flux[data-v-0c52ef0e] {
    position: relative
}

.vue-flux[data-v-0c52ef0e]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0;
    content: ""
}

.maprichtext p[data-v-0c52ef0e] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .maprichtext p[data-v-0c52ef0e] {
        font-size: calc(22px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .maprichtext p[data-v-0c52ef0e] {
        font-size: calc(18px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .maprichtext p[data-v-0c52ef0e] {
        font-size: calc(16px + .25vw);
        line-height: 1.6
    }
}

@media(max-width:575.98px) {
    .maprichtext p[data-v-0c52ef0e] {
        font-size: calc(15px + .25vw);
        line-height: 1.6
    }
}

.industrytext-details[data-v-0c52ef0e] {
    overflow: hidden;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media(max-width:767.98px) {
    .industrytext-details[data-v-0c52ef0e] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        overflow: hidden
    }
}

.industrytext-details img.richtext-image[data-v-0c52ef0e] {
    display: block;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin: 0;
    width: 50%;
    float: right
}

@media(min-width:768px)and (max-width:1024px) {
    .industrytext-details img.richtext-image[data-v-0c52ef0e] {
        height: 60vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .industrytext-details img.richtext-image[data-v-0c52ef0e] {
        height: 45vh;
        min-height: 350px;
        width: 100%;
        margin: 20px 0;
        float: unset
    }
}

.industrytext-details p[data-v-0c52ef0e] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5% 0 0
}

@media(max-width:767.98px) {
    .industrytext-details p[data-v-0c52ef0e] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        background: #f1f1f1;
        width: 90%;
        margin: -60px auto 0 auto !important;
        position: relative;
        z-index: 22
    }
}

.industrytext-details p[data-v-0c52ef0e]:first-child {
    margin: 0
}

@media(max-width:1024px) {
    .career-richtext[data-v-0c52ef0e] {
        text-align: center
    }
}

.career-richtext h3[data-v-0c52ef0e] {
    color: #0b121c;
    margin: 20px 0
}

.career-richtext h3[data-v-0c52ef0e]:first-child {
    margin: 0 0 20px 0
}

.career-richtext p[data-v-0c52ef0e] {
    margin: 0 0 40px 0;
    padding: 0
}

@media(max-width:1024px) {
    .career-richtext p[data-v-0c52ef0e] {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .career-richtext p[data-v-0c52ef0e] {
        margin-bottom: 20px
    }
}

.career-richtext p[data-v-0c52ef0e]:last-child {
    margin: 0
}

.career-richtext ul[data-v-0c52ef0e] {
    padding-left: 30px;
    margin: 0 0 40px 0
}

@media(max-width:1024px) {
    .career-richtext ul[data-v-0c52ef0e] {
        margin-bottom: 0
    }
}

.career-richtext ul li[data-v-0c52ef0e] {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    text-align: justify;
    text-indent: unset;
    list-style: none
}

.career-richtext ul li[data-v-0c52ef0e]:before {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
    font-family: FontAwesome;
    color: #1c1b1b;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.address-data[data-v-0c52ef0e] {
    margin: 20px 0 0 0
}

.address-data div p[data-v-0c52ef0e] {
    color: #fff;
    font-size: 15px
}

@media(max-width:576px) {
    .col-mbx-6[data-v-0c52ef0e] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.news-richtext[data-v-0c52ef0e] {
    overflow-x: hidden;
    background: #fff;
    padding: 40px;
    overflow: auto
}

@media(max-width:767.98px) {
    .news-richtext[data-v-0c52ef0e] {
        text-align: center
    }
}

.news-richtext p[data-v-0c52ef0e] {
    padding: 0;
    margin: 0
}

.news-richtext p[data-v-0c52ef0e]:last-child {
    margin: 0
}

.news-richtext img.richtext-image.full-width[data-v-0c52ef0e] {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.full-width[data-v-0c52ef0e] {
        height: 50vh;
        min-height: 380px
    }
}

.news-richtext img.richtext-image.right[data-v-0c52ef0e] {
    height: 70vh;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: right;
    padding-left: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .news-richtext img.richtext-image.right[data-v-0c52ef0e] {
        width: 100%;
        height: 60vh;
        min-height: 450px;
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.right[data-v-0c52ef0e] {
        width: 100%;
        height: 50vh;
        min-height: 380px;
        padding-left: 0
    }
}

.colortext-block[data-v-0c52ef0e] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: -150px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .colortext-block[data-v-0c52ef0e] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.colortext-block p[data-v-0c52ef0e] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .colortext-block p[data-v-0c52ef0e] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .colortext-block p[data-v-0c52ef0e] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .colortext-block p[data-v-0c52ef0e] {
        font-size: 15px;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .colortext-block p[data-v-0c52ef0e] {
        font-size: 15px;
        line-height: 1.5;
        color: #637381
    }
}

.gncolortext-block[data-v-0c52ef0e] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .gncolortext-block[data-v-0c52ef0e] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.gncolortext-block p[data-v-0c52ef0e] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .gncolortext-block p[data-v-0c52ef0e] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .gncolortext-block p[data-v-0c52ef0e] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .gncolortext-block p[data-v-0c52ef0e] {
        font-size: calc(16px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .gncolortext-block p[data-v-0c52ef0e] {
        font-size: calc(15px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:1024px) {
    .lrtcardtext-block div p[data-v-0c52ef0e] {
        color: #fff
    }
}

.lrtcardtext-block div ul[data-v-0c52ef0e] {
    padding-left: 20px
}

.lrtcardtext-block div ul li[data-v-0c52ef0e] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .lrtcardtext-block div ul li[data-v-0c52ef0e] {
        text-align: left;
        padding: 0
    }
}

[data-aos=new-animation][data-v-0c52ef0e] {
    opacity: 0;
    -webkit-transition-property: width;
    transition-property: width
}

[data-aos=new-animation].aos-animate[data-v-0c52ef0e] {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=new-animation][data-v-0c52ef0e] {
        width: 100%
    }

    [data-aos=new-animation].aos-animate[data-v-0c52ef0e] {
        width: 0
    }
}

.fake3d-image-effect__image[data-v-0c52ef0e] {
    height: 100%
}

.fake3d-image-effect__image canvas[data-v-0c52ef0e] {
    height: 100% !important
}

[data-v-0c52ef0e]::-webkit-scrollbar {
    width: 8px
}

[data-v-0c52ef0e]::-webkit-scrollbar-track {
    background: #212b36
}

[data-v-0c52ef0e]::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.ftext p[data-v-0c52ef0e] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px
}

.swiper-pagination-bullet-active[data-v-0c52ef0e] {
    opacity: 1;
    background: #0b121c !important
}

ul.counter-row li.count-col[data-v-0c52ef0e] {
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

@media(max-width:1024px) {
    ul.counter-row li.count-col[data-v-0c52ef0e] {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-0c52ef0e] {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        background: #f6f7f9;
        margin-bottom: 20px
    }
}

ul.counter-row li.count-col .counter-mainwrap[data-v-0c52ef0e] {
    border-right: 1px solid #0b121c;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap[data-v-0c52ef0e] {
        border-right: none;
        min-height: 180px
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text[data-v-0c52ef0e] {
    text-align: center
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup[data-v-0c52ef0e] {
        padding: 0 0 20px 0
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-0c52ef0e] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-0c52ef0e] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-0c52ef0e] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-0c52ef0e] {
        font-size: calc(30px + .25vw)
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext[data-v-0c52ef0e] {
    margin-right: auto;
    text-align: center
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext p[data-v-0c52ef0e] {
    font-size: 15px
}

ul.counter-row li.count-col[data-v-0c52ef0e]:hover {
    background: #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap[data-v-0c52ef0e] {
    border-right: 1px solid #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .ctext p[data-v-0c52ef0e],
ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .icountup span[data-v-0c52ef0e] {
    color: #fff
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-0c52ef0e]:last-child {
        margin-bottom: 0
    }
}

ul.counter-row li.count-col:last-child .counter-mainwrap[data-v-0c52ef0e] {
    border-right: none
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text[data-v-0c52ef0e] {
    text-align: center;
    margin-right: 0
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text .ctext[data-v-0c52ef0e] {
    text-align: center
}

.ctext-block[data-v-0c52ef0e] {
    position: relative;
    z-index: 2
}

.ctext-block .ctitle-block[data-v-0c52ef0e] {
    margin-bottom: 45px
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block[data-v-0c52ef0e] {
        text-align: center
    }
}

.ctext-block .ctitle-block h2[data-v-0c52ef0e] {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: calc(48px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block h2[data-v-0c52ef0e] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block h2[data-v-0c52ef0e] {
        font-size: calc(30px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block h2[data-v-0c52ef0e] {
        font-size: calc(24px + .25vw);
        margin-bottom: 20px
    }
}

.ctext-block .ctitle-block div p[data-v-0c52ef0e] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block div p[data-v-0c52ef0e] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block div p[data-v-0c52ef0e] {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block div p[data-v-0c52ef0e] {
        font-size: 14px;
        line-height: 1.5
    }
}

.history-desc div p[data-v-0c52ef0e] {
    font-size: calc(42px + .25vw);
    color: #212b36;
    font-weight: 700;
    line-height: 1.3;
    font-family: arial
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-desc div p[data-v-0c52ef0e] {
        font-size: calc(32px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .history-desc div p[data-v-0c52ef0e] {
        font-size: calc(24px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .history-desc div p[data-v-0c52ef0e] {
        font-size: calc(16px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

.his-text p[data-v-0c52ef0e] {
    font-size: calc(16px + .25vw);
    color: #fff
}

.history-details2 h2[data-v-0c52ef0e] {
    margin-bottom: 10px;
    font-size: calc(48px + .25vw);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-details2 h2[data-v-0c52ef0e] {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .history-details2 h2[data-v-0c52ef0e] {
        font-size: calc(32px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:575px) {
    .history-details2 h2[data-v-0c52ef0e] {
        font-size: calc(20px + .25vw)
    }
}

.history-details2 .his-text2 p[data-v-0c52ef0e] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.news-text[data-v-0c52ef0e] {
    padding: 20px 0 0 0
}

@media(max-width:767px) {
    .news-text[data-v-0c52ef0e] {
        padding: 10px 0 0 0
    }
}

.news-text h4[data-v-0c52ef0e] {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:1025px)and (max-width:1600px) {
    .news-text h4[data-v-0c52ef0e] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .news-text h4[data-v-0c52ef0e] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .news-text h4[data-v-0c52ef0e] {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3
    }
}

.news-text div p[data-v-0c52ef0e] {
    padding: 0;
    font-size: calc(13px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(min-width:768px)and (max-width:1440px) {
    .news-text div p[data-v-0c52ef0e] {
        font-size: 15px;
        line-height: 1.6
    }
}

@media(max-width:767px) {
    .news-text div p[data-v-0c52ef0e] {
        font-size: 14px
    }
}

.text-cont p[data-v-0c52ef0e] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont p[data-v-0c52ef0e] {
        text-align: center
    }
}

@media(max-width:1024px) {
    .text-cont ul[data-v-0c52ef0e] {
        padding-left: 20px
    }
}

.text-cont ul li[data-v-0c52ef0e] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont ul li[data-v-0c52ef0e] {
        text-align: left;
        padding: 0
    }
}

.pdtext-cont p[data-v-0c52ef0e] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont p[data-v-0c52ef0e] {
        text-align: center
    }
}

.pdtext-cont ul[data-v-0c52ef0e] {
    padding-left: 20px
}

.pdtext-cont ul li[data-v-0c52ef0e] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont ul li[data-v-0c52ef0e] {
        text-align: left;
        padding: 0
    }
}

.tab-desc div div p[data-v-0c52ef0e] {
    color: #fff
}

.jobdetails-container[data-v-0c52ef0e] {
    min-height: 100vh;
    overflow: hidden
}

.banner-container[data-v-0c52ef0e] {
    width: 100%;
    height: 100vh
}

.banner-container .banner-wrap[data-v-0c52ef0e] {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.banner-container .banner-wrap img[data-v-0c52ef0e] {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.banner-container .banner-wrap .img-overlay[data-v-0c52ef0e] {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0
}

.banner-container .banner-wrap .banner-text[data-v-0c52ef0e] {
    position: absolute;
    width: 55%;
    top: 50%;
    left: 50%;
    z-index: 22;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

@media(min-width:1025px)and (max-width:1440px) {
    .banner-container .banner-wrap .banner-text[data-v-0c52ef0e] {
        width: 60%
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .banner-container .banner-wrap .banner-text[data-v-0c52ef0e] {
        width: 70%
    }
}

@media(max-width:767.98px) {
    .banner-container .banner-wrap .banner-text[data-v-0c52ef0e] {
        width: 90%
    }
}

.banner-container .banner-wrap .banner-text h1[data-v-0c52ef0e] {
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .banner-container .banner-wrap .banner-text h1[data-v-0c52ef0e] {
        font-size: calc(52px + .25vw)
    }
}

@media(max-width:1024px) {
    .banner-container .banner-wrap .banner-text h1[data-v-0c52ef0e] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px
    }
}

@media(max-width:767px) {
    .banner-container .banner-wrap .banner-text h1[data-v-0c52ef0e] {
        font-size: calc(36px + .25vw);
        margin-bottom: 10px;
        padding: 0;
        letter-spacing: 1.5px
    }
}

.banner-container .banner-wrap .banner-text p[data-v-0c52ef0e] {
    font-size: calc(30px + .25vw);
    line-height: 1.5;
    letter-spacing: .01em;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
    margin: 0;
    font-weight: 400
}

@media(max-width:1440px) {
    .banner-container .banner-wrap .banner-text p[data-v-0c52ef0e] {
        font-size: calc(24px + .25vw)
    }
}

@media(max-width:767px) {
    .banner-container .banner-wrap .banner-text p[data-v-0c52ef0e] {
        font-size: calc(15px + .25vw);
        font-weight: 500;
        color: rgba(222, 229, 234, .8)
    }
}

.careertitle-block[data-v-0c52ef0e] {
    padding: 80px 0
}

@media(min-width:768px)and (max-width:1024px) {
    .careertitle-block[data-v-0c52ef0e] {
        padding: 60px 0
    }
}

@media(max-width:767.98px) {
    .careertitle-block[data-v-0c52ef0e] {
        padding: 40px 0
    }
}

.careertitle-block .careertitle-cont[data-v-0c52ef0e] {
    text-align: center
}

.careertitle-block .careertitle-cont h2[data-v-0c52ef0e] {
    margin-bottom: 20px
}

@media(min-width:768px)and (max-width:1024px) {
    .careertitle-block .careertitle-cont h2[data-v-0c52ef0e] {
        margin-bottom: 10px
    }
}

@media(max-width:767.98px) {
    .careertitle-block .careertitle-cont h2[data-v-0c52ef0e] {
        margin-bottom: 5px
    }
}

.careertitle-block .careertitle-cont p[data-v-0c52ef0e] {
    margin: 10px;
    font-size: calc(24px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    color: #212b36;
    font-weight: 700
}

@media(min-width:1024px)and (max-width:1440px) {
    .careertitle-block .careertitle-cont p[data-v-0c52ef0e] {
        font-size: calc(20px + .25vw)
    }
}

@media(max-width:1024px) {
    .careertitle-block .careertitle-cont p[data-v-0c52ef0e] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px
    }
}

@media(max-width:575px) {
    .careertitle-block .careertitle-cont p[data-v-0c52ef0e] {
        font-size: calc(15px + .25vw);
        letter-spacing: .5px
    }
}

.careertitle-block .careertitle-cont span[data-v-0c52ef0e] {
    margin: 0;
    font-size: calc(24px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    font-weight: 400
}

@media(min-width:1024px)and (max-width:1440px) {
    .careertitle-block .careertitle-cont span[data-v-0c52ef0e] {
        font-size: calc(20px + .25vw)
    }
}

@media(max-width:1024px) {
    .careertitle-block .careertitle-cont span[data-v-0c52ef0e] {
        font-size: calc(18px + .25vw)
    }
}

@media(max-width:575px) {
    .careertitle-block .careertitle-cont span[data-v-0c52ef0e] {
        font-size: calc(15px + .25vw)
    }
}

.careerform-section[data-v-0c52ef0e] {
    padding: 80px 0
}

@media(min-width:768px)and (max-width:1024px) {
    .careerform-section[data-v-0c52ef0e] {
        padding: 60px 0
    }
}

@media(max-width:767.98px) {
    .careerform-section[data-v-0c52ef0e] {
        padding: 40px 0
    }
}

.careerform-title[data-v-0c52ef0e] {
    text-align: center
}

.careerform-title h2[data-v-0c52ef0e] {
    margin: 0;
    padding: 0
}

.careerform-wrap[data-v-0c52ef0e] {
    padding: 40px 0 0 0
}

@media(min-width:768px)and (max-width:1024px) {
    .careerform-wrap[data-v-0c52ef0e] {
        padding: 30px 0 0 0
    }
}

@media(max-width:767.98px) {
    .careerform-wrap[data-v-0c52ef0e] {
        padding: 20px 0 0 0
    }
}

.form-field .form-control[data-v-0c52ef0e] {
    position: relative;
    margin-bottom: 30px;
    height: auto;
    padding: 0;
    border-radius: unset;
    border: none;
    font-size: calc(14px + .25vw)
}

@media(max-width:1024px) {
    .form-field .form-control[data-v-0c52ef0e] {
        margin-bottom: 20px
    }
}

.form-field .form-control input.form-input[data-v-0c52ef0e] {
    font-family: Roboto, sans-serif;
    color: #637381;
    border: 0;
    border-radius: 4px;
    font-size: calc(14px + .25vw);
    margin: 0;
    outline: 0;
    padding: 30px 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f6f7f9;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .03) inset;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .03)
}

@media(max-width:1024px) {
    .form-field .form-control input.form-input[data-v-0c52ef0e] {
        padding: 20px 10px
    }
}

.form-field .form-control input.form-input[data-v-0c52ef0e]:focus {
    background: #d2d9dd;
    outline: none
}

.form-field .form-control span[data-v-0c52ef0e] {
    position: absolute;
    color: #0b121c;
    top: 30px;
    right: 5px;
    font-size: 14px
}

@media(max-width:1024px) {
    .form-field .form-control span[data-v-0c52ef0e] {
        top: 18px
    }
}

.form-field .form-control textarea.form-textarea[data-v-0c52ef0e] {
    font-family: Roboto, sans-serif;
    color: #637381;
    border: 0;
    border-radius: 4px;
    font-size: calc(14px + .25vw);
    margin: 0;
    outline: 0;
    padding: 30px 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f6f7f9;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .03) inset;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .03)
}

@media(max-width:1024px) {
    .form-field .form-control textarea.form-textarea[data-v-0c52ef0e] {
        padding: 20px 10px
    }
}

.form-field .form-control textarea.form-textarea[data-v-0c52ef0e]:focus {
    background: #d2d9dd;
    outline: none
}

.submit-btn[data-v-0c52ef0e] {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width:1024px) {
    .submit-btn[data-v-0c52ef0e] {
        padding-top: 10px
    }
}

.submit-btn .button-mirror[data-v-0c52ef0e] {
    background: #fff;
    border: none;
    padding: 20px 40px;
    font-size: 16px;
    font-weight: 700;
    font-family: arial;
    letter-spacing: .5px;
    min-width: 200px
}

@media(max-width:1024px) {
    .submit-btn .button-mirror[data-v-0c52ef0e] {
        background: #0b121c;
        padding: 15px 30px;
        display: block;
        min-width: 180px;
        font-size: 15px
    }
}

.submit-btn .button-mirror[data-v-0c52ef0e]:focus {
    outline: none
}

.upload-btn-wrapper[data-v-0c52ef0e] {
    position: relative;
    overflow: hidden;
    display: block
}

@media(max-width:1024px) {
    .upload-btn-wrapper[data-v-0c52ef0e] {
        margin-bottom: 20px
    }
}

.upload-btn-wrapper .upbtn[data-v-0c52ef0e] {
    background-color: #f6f7f9;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .03) inset;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .03);
    padding: 15px 30px;
    font-family: Roboto, sans-serif;
    color: #637381;
    border: 0;
    border-radius: 4px;
    font-size: calc(14px + .25vw);
    margin: 0;
    outline: 0;
    padding: 30px 15px;
    cursor: pointer;
    width: 100%;
    position: relative;
    text-align: left
}

.upload-btn-wrapper .upbtn i.fa[data-v-0c52ef0e] {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 30px
}

@media(max-width:1024px) {
    .upload-btn-wrapper .upbtn i.fa[data-v-0c52ef0e] {
        font-size: 24px
    }
}

.upload-btn-wrapper input[type=file][data-v-0c52ef0e] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

[data-v-6c6d5f8b] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-6c6d5f8b] {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #637381;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 0
}

.img-fluid[data-v-6c6d5f8b] {
    max-width: 100%;
    height: auto;
    display: block
}

ol[data-v-6c6d5f8b],
ul[data-v-6c6d5f8b] {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif
}

a[data-v-6c6d5f8b],
li[data-v-6c6d5f8b],
p[data-v-6c6d5f8b],
ul[data-v-6c6d5f8b] {
    font-family: Roboto, sans-serif;
    color: #637381;
    margin-bottom: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(max-width:767px) {

    a[data-v-6c6d5f8b],
    li[data-v-6c6d5f8b],
    p[data-v-6c6d5f8b],
    ul[data-v-6c6d5f8b] {
        font-size: 15px
    }
}

.title-color[data-v-6c6d5f8b] {
    color: #0b121c
}

h1[data-v-6c6d5f8b],
h2[data-v-6c6d5f8b],
h3[data-v-6c6d5f8b],
h4[data-v-6c6d5f8b],
h5[data-v-6c6d5f8b],
h6[data-v-6c6d5f8b] {
    font-family: arial;
    font-weight: 700;
    color: #212b36;
    margin: 0;
    text-transform: capitalize
}

h1[data-v-6c6d5f8b] {
    font-size: calc(52px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h1[data-v-6c6d5f8b] {
        font-size: calc(42px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    h1[data-v-6c6d5f8b] {
        font-size: calc(36px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575px) {
    h1[data-v-6c6d5f8b] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h2[data-v-6c6d5f8b] {
    font-size: calc(48px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    h2[data-v-6c6d5f8b] {
        font-size: calc(38px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    h2[data-v-6c6d5f8b] {
        font-size: calc(34px + .25vw);
        line-height: 1.3
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    h2[data-v-6c6d5f8b] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575.98px) {
    h2[data-v-6c6d5f8b] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h3[data-v-6c6d5f8b] {
    font-size: calc(34px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h3[data-v-6c6d5f8b] {
        font-size: calc(28px + .25vw);
        letter-spacing: 1px
    }
}

@media(max-width:1024px) {
    h3[data-v-6c6d5f8b] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

@media(max-width:575px) {
    h3[data-v-6c6d5f8b] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

h4[data-v-6c6d5f8b] {
    font-size: 28px
}

@media(max-width:1024px) {
    h4[data-v-6c6d5f8b] {
        font-size: 20px
    }
}

@media(max-width:575px) {
    h4[data-v-6c6d5f8b] {
        font-size: 18px
    }
}

h5[data-v-6c6d5f8b] {
    font-size: 20px
}

@media(max-width:1024px) {
    h5[data-v-6c6d5f8b] {
        font-size: 18px
    }
}

@media(max-width:575px) {
    h5[data-v-6c6d5f8b] {
        font-size: 15px
    }
}

h6[data-v-6c6d5f8b] {
    font-size: 16px
}

@media(max-width:1024px) {
    h6[data-v-6c6d5f8b] {
        font-size: 15px
    }
}

@media(max-width:575px) {
    h6[data-v-6c6d5f8b] {
        font-size: 14px
    }
}

.pd-5[data-v-6c6d5f8b] {
    padding: 0 5% !important
}

.mask[data-v-6c6d5f8b] {
    height: 100vh !important;
    width: 100% !important
}

.vue-flux .flux-caption[data-v-6c6d5f8b] {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70% !important;
    text-align: center !important;
    font-family: arial;
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .vue-flux .flux-caption[data-v-6c6d5f8b] {
        font-size: calc(52px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-caption[data-v-6c6d5f8b] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .vue-flux .flux-caption[data-v-6c6d5f8b] {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px;
        line-height: 1.25
    }
}

.vue-flux .flux-pagination[data-v-6c6d5f8b] {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
    bottom: unset !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination[data-v-6c6d5f8b] {
        top: unset !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        bottom: 0 !important;
        left: 50% !important;
        right: 0 !important
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination ul[data-v-6c6d5f8b] {
        display: block
    }
}

.vue-flux .flux-pagination li span.pagination-item[data-v-6c6d5f8b] {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-transition: background-color .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, border .2s ease-in
}

.vue-flux .flux-pagination li.active span.pagination-item[data-v-6c6d5f8b] {
    background-color: #0b121c !important
}

@media(min-width:992px)and (max-width:1024.98px) {
    .col-lg-10[data-v-6c6d5f8b] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .offset-lg-2[data-v-6c6d5f8b] {
        margin-left: 0 !important
    }

    .col-lg-3[data-v-6c6d5f8b],
    .col-lg-4[data-v-6c6d5f8b],
    .col-lg-6[data-v-6c6d5f8b] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .flex-lg-row[data-v-6c6d5f8b] {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
}

@media(min-width:1025px) {
    .col-lg-6[data-v-6c6d5f8b] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-lg-4[data-v-6c6d5f8b] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }

    .col-lg-10[data-v-6c6d5f8b] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important
    }

    .offset-lg-2[data-v-6c6d5f8b] {
        margin-left: 16.666667% !important
    }
}

@media(min-width:1200px) {
    .col-xl-6[data-v-6c6d5f8b] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-xl-4[data-v-6c6d5f8b] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.button-mirror[data-v-6c6d5f8b],
.button[data-v-6c6d5f8b] {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    text-align: center
}

@media(max-width:1024px) {

    .button-mirror[data-v-6c6d5f8b],
    .button[data-v-6c6d5f8b] {
        width: 150px
    }
}

.button-mirror[data-v-6c6d5f8b]:before,
.button[data-v-6c6d5f8b]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b121c;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width:1024px) {

    .button-mirror[data-v-6c6d5f8b]:before,
    .button[data-v-6c6d5f8b]:before {
        display: none
    }
}

.button-mirror[data-v-6c6d5f8b]:hover:before,
.button[data-v-6c6d5f8b]:hover:before {
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.button-mirror[data-v-6c6d5f8b]:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.plyr__control--overlaid[data-v-6c6d5f8b] {
    background: #0b121c !important;
    top: 60% !important;
    z-index: 200 !important
}

.vue-flux[data-v-6c6d5f8b] {
    position: relative
}

.vue-flux[data-v-6c6d5f8b]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0;
    content: ""
}

.maprichtext p[data-v-6c6d5f8b] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .maprichtext p[data-v-6c6d5f8b] {
        font-size: calc(22px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .maprichtext p[data-v-6c6d5f8b] {
        font-size: calc(18px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .maprichtext p[data-v-6c6d5f8b] {
        font-size: calc(16px + .25vw);
        line-height: 1.6
    }
}

@media(max-width:575.98px) {
    .maprichtext p[data-v-6c6d5f8b] {
        font-size: calc(15px + .25vw);
        line-height: 1.6
    }
}

.industrytext-details[data-v-6c6d5f8b] {
    overflow: hidden;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media(max-width:767.98px) {
    .industrytext-details[data-v-6c6d5f8b] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        overflow: hidden
    }
}

.industrytext-details img.richtext-image[data-v-6c6d5f8b] {
    display: block;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin: 0;
    width: 50%;
    float: right
}

@media(min-width:768px)and (max-width:1024px) {
    .industrytext-details img.richtext-image[data-v-6c6d5f8b] {
        height: 60vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .industrytext-details img.richtext-image[data-v-6c6d5f8b] {
        height: 45vh;
        min-height: 350px;
        width: 100%;
        margin: 20px 0;
        float: unset
    }
}

.industrytext-details p[data-v-6c6d5f8b] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5% 0 0
}

@media(max-width:767.98px) {
    .industrytext-details p[data-v-6c6d5f8b] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        background: #f1f1f1;
        width: 90%;
        margin: -60px auto 0 auto !important;
        position: relative;
        z-index: 22
    }
}

.industrytext-details p[data-v-6c6d5f8b]:first-child {
    margin: 0
}

@media(max-width:1024px) {
    .career-richtext[data-v-6c6d5f8b] {
        text-align: center
    }
}

.career-richtext h3[data-v-6c6d5f8b] {
    color: #0b121c;
    margin: 20px 0
}

.career-richtext h3[data-v-6c6d5f8b]:first-child {
    margin: 0 0 20px 0
}

.career-richtext p[data-v-6c6d5f8b] {
    margin: 0 0 40px 0;
    padding: 0
}

@media(max-width:1024px) {
    .career-richtext p[data-v-6c6d5f8b] {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .career-richtext p[data-v-6c6d5f8b] {
        margin-bottom: 20px
    }
}

.career-richtext p[data-v-6c6d5f8b]:last-child {
    margin: 0
}

.career-richtext ul[data-v-6c6d5f8b] {
    padding-left: 30px;
    margin: 0 0 40px 0
}

@media(max-width:1024px) {
    .career-richtext ul[data-v-6c6d5f8b] {
        margin-bottom: 0
    }
}

.career-richtext ul li[data-v-6c6d5f8b] {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    text-align: justify;
    text-indent: unset;
    list-style: none
}

.career-richtext ul li[data-v-6c6d5f8b]:before {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
    font-family: FontAwesome;
    color: #1c1b1b;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.address-data[data-v-6c6d5f8b] {
    margin: 20px 0 0 0
}

.address-data div p[data-v-6c6d5f8b] {
    color: #fff;
    font-size: 15px
}

@media(max-width:576px) {
    .col-mbx-6[data-v-6c6d5f8b] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.news-richtext[data-v-6c6d5f8b] {
    overflow-x: hidden;
    background: #fff;
    padding: 40px;
    overflow: auto
}

@media(max-width:767.98px) {
    .news-richtext[data-v-6c6d5f8b] {
        text-align: center
    }
}

.news-richtext p[data-v-6c6d5f8b] {
    padding: 0;
    margin: 0
}

.news-richtext p[data-v-6c6d5f8b]:last-child {
    margin: 0
}

.news-richtext img.richtext-image.full-width[data-v-6c6d5f8b] {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.full-width[data-v-6c6d5f8b] {
        height: 50vh;
        min-height: 380px
    }
}

.news-richtext img.richtext-image.right[data-v-6c6d5f8b] {
    height: 70vh;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: right;
    padding-left: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .news-richtext img.richtext-image.right[data-v-6c6d5f8b] {
        width: 100%;
        height: 60vh;
        min-height: 450px;
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.right[data-v-6c6d5f8b] {
        width: 100%;
        height: 50vh;
        min-height: 380px;
        padding-left: 0
    }
}

.colortext-block[data-v-6c6d5f8b] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: -150px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .colortext-block[data-v-6c6d5f8b] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.colortext-block p[data-v-6c6d5f8b] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .colortext-block p[data-v-6c6d5f8b] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .colortext-block p[data-v-6c6d5f8b] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .colortext-block p[data-v-6c6d5f8b] {
        font-size: 15px;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .colortext-block p[data-v-6c6d5f8b] {
        font-size: 15px;
        line-height: 1.5;
        color: #637381
    }
}

.gncolortext-block[data-v-6c6d5f8b] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .gncolortext-block[data-v-6c6d5f8b] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.gncolortext-block p[data-v-6c6d5f8b] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .gncolortext-block p[data-v-6c6d5f8b] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .gncolortext-block p[data-v-6c6d5f8b] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .gncolortext-block p[data-v-6c6d5f8b] {
        font-size: calc(16px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .gncolortext-block p[data-v-6c6d5f8b] {
        font-size: calc(15px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:1024px) {
    .lrtcardtext-block div p[data-v-6c6d5f8b] {
        color: #fff
    }
}

.lrtcardtext-block div ul[data-v-6c6d5f8b] {
    padding-left: 20px
}

.lrtcardtext-block div ul li[data-v-6c6d5f8b] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .lrtcardtext-block div ul li[data-v-6c6d5f8b] {
        text-align: left;
        padding: 0
    }
}

[data-aos=new-animation][data-v-6c6d5f8b] {
    opacity: 0;
    -webkit-transition-property: width;
    transition-property: width
}

[data-aos=new-animation].aos-animate[data-v-6c6d5f8b] {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=new-animation][data-v-6c6d5f8b] {
        width: 100%
    }

    [data-aos=new-animation].aos-animate[data-v-6c6d5f8b] {
        width: 0
    }
}

.fake3d-image-effect__image[data-v-6c6d5f8b] {
    height: 100%
}

.fake3d-image-effect__image canvas[data-v-6c6d5f8b] {
    height: 100% !important
}

[data-v-6c6d5f8b]::-webkit-scrollbar {
    width: 8px
}

[data-v-6c6d5f8b]::-webkit-scrollbar-track {
    background: #212b36
}

[data-v-6c6d5f8b]::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.ftext p[data-v-6c6d5f8b] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px
}

.swiper-pagination-bullet-active[data-v-6c6d5f8b] {
    opacity: 1;
    background: #0b121c !important
}

ul.counter-row li.count-col[data-v-6c6d5f8b] {
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

@media(max-width:1024px) {
    ul.counter-row li.count-col[data-v-6c6d5f8b] {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-6c6d5f8b] {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        background: #f6f7f9;
        margin-bottom: 20px
    }
}

ul.counter-row li.count-col .counter-mainwrap[data-v-6c6d5f8b] {
    border-right: 1px solid #0b121c;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap[data-v-6c6d5f8b] {
        border-right: none;
        min-height: 180px
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text[data-v-6c6d5f8b] {
    text-align: center
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup[data-v-6c6d5f8b] {
        padding: 0 0 20px 0
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-6c6d5f8b] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-6c6d5f8b] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-6c6d5f8b] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-6c6d5f8b] {
        font-size: calc(30px + .25vw)
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext[data-v-6c6d5f8b] {
    margin-right: auto;
    text-align: center
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext p[data-v-6c6d5f8b] {
    font-size: 15px
}

ul.counter-row li.count-col[data-v-6c6d5f8b]:hover {
    background: #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap[data-v-6c6d5f8b] {
    border-right: 1px solid #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .ctext p[data-v-6c6d5f8b],
ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .icountup span[data-v-6c6d5f8b] {
    color: #fff
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-6c6d5f8b]:last-child {
        margin-bottom: 0
    }
}

ul.counter-row li.count-col:last-child .counter-mainwrap[data-v-6c6d5f8b] {
    border-right: none
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text[data-v-6c6d5f8b] {
    text-align: center;
    margin-right: 0
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text .ctext[data-v-6c6d5f8b] {
    text-align: center
}

.ctext-block[data-v-6c6d5f8b] {
    position: relative;
    z-index: 2
}

.ctext-block .ctitle-block[data-v-6c6d5f8b] {
    margin-bottom: 45px
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block[data-v-6c6d5f8b] {
        text-align: center
    }
}

.ctext-block .ctitle-block h2[data-v-6c6d5f8b] {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: calc(48px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block h2[data-v-6c6d5f8b] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block h2[data-v-6c6d5f8b] {
        font-size: calc(30px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block h2[data-v-6c6d5f8b] {
        font-size: calc(24px + .25vw);
        margin-bottom: 20px
    }
}

.ctext-block .ctitle-block div p[data-v-6c6d5f8b] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block div p[data-v-6c6d5f8b] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block div p[data-v-6c6d5f8b] {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block div p[data-v-6c6d5f8b] {
        font-size: 14px;
        line-height: 1.5
    }
}

.history-desc div p[data-v-6c6d5f8b] {
    font-size: calc(42px + .25vw);
    color: #212b36;
    font-weight: 700;
    line-height: 1.3;
    font-family: arial
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-desc div p[data-v-6c6d5f8b] {
        font-size: calc(32px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .history-desc div p[data-v-6c6d5f8b] {
        font-size: calc(24px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .history-desc div p[data-v-6c6d5f8b] {
        font-size: calc(16px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

.his-text p[data-v-6c6d5f8b] {
    font-size: calc(16px + .25vw);
    color: #fff
}

.history-details2 h2[data-v-6c6d5f8b] {
    margin-bottom: 10px;
    font-size: calc(48px + .25vw);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-details2 h2[data-v-6c6d5f8b] {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .history-details2 h2[data-v-6c6d5f8b] {
        font-size: calc(32px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:575px) {
    .history-details2 h2[data-v-6c6d5f8b] {
        font-size: calc(20px + .25vw)
    }
}

.history-details2 .his-text2 p[data-v-6c6d5f8b] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.news-text[data-v-6c6d5f8b] {
    padding: 20px 0 0 0
}

@media(max-width:767px) {
    .news-text[data-v-6c6d5f8b] {
        padding: 10px 0 0 0
    }
}

.news-text h4[data-v-6c6d5f8b] {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:1025px)and (max-width:1600px) {
    .news-text h4[data-v-6c6d5f8b] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .news-text h4[data-v-6c6d5f8b] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .news-text h4[data-v-6c6d5f8b] {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3
    }
}

.news-text div p[data-v-6c6d5f8b] {
    padding: 0;
    font-size: calc(13px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(min-width:768px)and (max-width:1440px) {
    .news-text div p[data-v-6c6d5f8b] {
        font-size: 15px;
        line-height: 1.6
    }
}

@media(max-width:767px) {
    .news-text div p[data-v-6c6d5f8b] {
        font-size: 14px
    }
}

.text-cont p[data-v-6c6d5f8b] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont p[data-v-6c6d5f8b] {
        text-align: center
    }
}

@media(max-width:1024px) {
    .text-cont ul[data-v-6c6d5f8b] {
        padding-left: 20px
    }
}

.text-cont ul li[data-v-6c6d5f8b] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont ul li[data-v-6c6d5f8b] {
        text-align: left;
        padding: 0
    }
}

.pdtext-cont p[data-v-6c6d5f8b] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont p[data-v-6c6d5f8b] {
        text-align: center
    }
}

.pdtext-cont ul[data-v-6c6d5f8b] {
    padding-left: 20px
}

.pdtext-cont ul li[data-v-6c6d5f8b] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont ul li[data-v-6c6d5f8b] {
        text-align: left;
        padding: 0
    }
}

.tab-desc div div p[data-v-6c6d5f8b] {
    color: #fff
}

.careertitle-block[data-v-6c6d5f8b] {
    padding: 80px 0
}

@media(min-width:768px)and (max-width:1024px) {
    .careertitle-block[data-v-6c6d5f8b] {
        padding: 60px 0
    }
}

@media(max-width:767.98px) {
    .careertitle-block[data-v-6c6d5f8b] {
        padding: 40px 0
    }
}

.careertitle-block .careertitle-cont[data-v-6c6d5f8b] {
    text-align: center
}

.careertitle-block .careertitle-cont h2[data-v-6c6d5f8b] {
    margin-bottom: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .careertitle-block .careertitle-cont h2[data-v-6c6d5f8b] {
        margin-bottom: 10px
    }
}

@media(max-width:767.98px) {
    .careertitle-block .careertitle-cont h2[data-v-6c6d5f8b] {
        margin-bottom: 5px
    }
}

.careertitle-block .careertitle-cont p[data-v-6c6d5f8b] {
    margin: 0;
    font-size: calc(24px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    color: #212b36;
    font-weight: 700
}

@media(min-width:1024px)and (max-width:1440px) {
    .careertitle-block .careertitle-cont p[data-v-6c6d5f8b] {
        font-size: calc(20px + .25vw);
        letter-spacing: .5px
    }
}

@media(max-width:1024px) {
    .careertitle-block .careertitle-cont p[data-v-6c6d5f8b] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px
    }
}

@media(max-width:575px) {
    .careertitle-block .careertitle-cont p[data-v-6c6d5f8b] {
        font-size: calc(16px + .25vw);
        letter-spacing: .5px
    }
}

[data-v-35d42a3e] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-35d42a3e] {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #637381;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 0
}

.img-fluid[data-v-35d42a3e] {
    max-width: 100%;
    height: auto;
    display: block
}

ol[data-v-35d42a3e],
ul[data-v-35d42a3e] {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif
}

a[data-v-35d42a3e],
li[data-v-35d42a3e],
p[data-v-35d42a3e],
ul[data-v-35d42a3e] {
    font-family: Roboto, sans-serif;
    color: #637381;
    margin-bottom: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(max-width:767px) {

    a[data-v-35d42a3e],
    li[data-v-35d42a3e],
    p[data-v-35d42a3e],
    ul[data-v-35d42a3e] {
        font-size: 15px
    }
}

.title-color[data-v-35d42a3e] {
    color: #0b121c
}

h1[data-v-35d42a3e],
h2[data-v-35d42a3e],
h3[data-v-35d42a3e],
h4[data-v-35d42a3e],
h5[data-v-35d42a3e],
h6[data-v-35d42a3e] {
    font-family: arial;
    font-weight: 700;
    color: #212b36;
    margin: 0;
    text-transform: capitalize
}

h1[data-v-35d42a3e] {
    font-size: calc(52px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h1[data-v-35d42a3e] {
        font-size: calc(42px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    h1[data-v-35d42a3e] {
        font-size: calc(36px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575px) {
    h1[data-v-35d42a3e] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h2[data-v-35d42a3e] {
    font-size: calc(48px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    h2[data-v-35d42a3e] {
        font-size: calc(38px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    h2[data-v-35d42a3e] {
        font-size: calc(34px + .25vw);
        line-height: 1.3
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    h2[data-v-35d42a3e] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575.98px) {
    h2[data-v-35d42a3e] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h3[data-v-35d42a3e] {
    font-size: calc(34px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h3[data-v-35d42a3e] {
        font-size: calc(28px + .25vw);
        letter-spacing: 1px
    }
}

@media(max-width:1024px) {
    h3[data-v-35d42a3e] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

@media(max-width:575px) {
    h3[data-v-35d42a3e] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

h4[data-v-35d42a3e] {
    font-size: 28px
}

@media(max-width:1024px) {
    h4[data-v-35d42a3e] {
        font-size: 20px
    }
}

@media(max-width:575px) {
    h4[data-v-35d42a3e] {
        font-size: 18px
    }
}

h5[data-v-35d42a3e] {
    font-size: 20px
}

@media(max-width:1024px) {
    h5[data-v-35d42a3e] {
        font-size: 18px
    }
}

@media(max-width:575px) {
    h5[data-v-35d42a3e] {
        font-size: 15px
    }
}

h6[data-v-35d42a3e] {
    font-size: 16px
}

@media(max-width:1024px) {
    h6[data-v-35d42a3e] {
        font-size: 15px
    }
}

@media(max-width:575px) {
    h6[data-v-35d42a3e] {
        font-size: 14px
    }
}

.pd-5[data-v-35d42a3e] {
    padding: 0 5% !important
}

.mask[data-v-35d42a3e] {
    height: 100vh !important;
    width: 100% !important
}

.vue-flux .flux-caption[data-v-35d42a3e] {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70% !important;
    text-align: center !important;
    font-family: arial;
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .vue-flux .flux-caption[data-v-35d42a3e] {
        font-size: calc(52px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-caption[data-v-35d42a3e] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .vue-flux .flux-caption[data-v-35d42a3e] {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px;
        line-height: 1.25
    }
}

.vue-flux .flux-pagination[data-v-35d42a3e] {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
    bottom: unset !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination[data-v-35d42a3e] {
        top: unset !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        bottom: 0 !important;
        left: 50% !important;
        right: 0 !important
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination ul[data-v-35d42a3e] {
        display: block
    }
}

.vue-flux .flux-pagination li span.pagination-item[data-v-35d42a3e] {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-transition: background-color .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, border .2s ease-in
}

.vue-flux .flux-pagination li.active span.pagination-item[data-v-35d42a3e] {
    background-color: #0b121c !important
}

@media(min-width:992px)and (max-width:1024.98px) {
    .col-lg-10[data-v-35d42a3e] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .offset-lg-2[data-v-35d42a3e] {
        margin-left: 0 !important
    }

    .col-lg-3[data-v-35d42a3e],
    .col-lg-4[data-v-35d42a3e],
    .col-lg-6[data-v-35d42a3e] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .flex-lg-row[data-v-35d42a3e] {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
}

@media(min-width:1025px) {
    .col-lg-6[data-v-35d42a3e] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-lg-4[data-v-35d42a3e] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }

    .col-lg-10[data-v-35d42a3e] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important
    }

    .offset-lg-2[data-v-35d42a3e] {
        margin-left: 16.666667% !important
    }
}

@media(min-width:1200px) {
    .col-xl-6[data-v-35d42a3e] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-xl-4[data-v-35d42a3e] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.button-mirror[data-v-35d42a3e],
.button[data-v-35d42a3e] {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    text-align: center
}

@media(max-width:1024px) {

    .button-mirror[data-v-35d42a3e],
    .button[data-v-35d42a3e] {
        width: 150px
    }
}

.button-mirror[data-v-35d42a3e]:before,
.button[data-v-35d42a3e]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b121c;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width:1024px) {

    .button-mirror[data-v-35d42a3e]:before,
    .button[data-v-35d42a3e]:before {
        display: none
    }
}

.button-mirror[data-v-35d42a3e]:hover:before,
.button[data-v-35d42a3e]:hover:before {
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.button-mirror[data-v-35d42a3e]:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.plyr__control--overlaid[data-v-35d42a3e] {
    background: #0b121c !important;
    top: 60% !important;
    z-index: 200 !important
}

.vue-flux[data-v-35d42a3e] {
    position: relative
}

.vue-flux[data-v-35d42a3e]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0;
    content: ""
}

.maprichtext p[data-v-35d42a3e] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .maprichtext p[data-v-35d42a3e] {
        font-size: calc(22px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .maprichtext p[data-v-35d42a3e] {
        font-size: calc(18px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .maprichtext p[data-v-35d42a3e] {
        font-size: calc(16px + .25vw);
        line-height: 1.6
    }
}

@media(max-width:575.98px) {
    .maprichtext p[data-v-35d42a3e] {
        font-size: calc(15px + .25vw);
        line-height: 1.6
    }
}

.industrytext-details[data-v-35d42a3e] {
    overflow: hidden;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media(max-width:767.98px) {
    .industrytext-details[data-v-35d42a3e] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        overflow: hidden
    }
}

.industrytext-details img.richtext-image[data-v-35d42a3e] {
    display: block;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin: 0;
    width: 50%;
    float: right
}

@media(min-width:768px)and (max-width:1024px) {
    .industrytext-details img.richtext-image[data-v-35d42a3e] {
        height: 60vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .industrytext-details img.richtext-image[data-v-35d42a3e] {
        height: 45vh;
        min-height: 350px;
        width: 100%;
        margin: 20px 0;
        float: unset
    }
}

.industrytext-details p[data-v-35d42a3e] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5% 0 0
}

@media(max-width:767.98px) {
    .industrytext-details p[data-v-35d42a3e] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        background: #f1f1f1;
        width: 90%;
        margin: -60px auto 0 auto !important;
        position: relative;
        z-index: 22
    }
}

.industrytext-details p[data-v-35d42a3e]:first-child {
    margin: 0
}

@media(max-width:1024px) {
    .career-richtext[data-v-35d42a3e] {
        text-align: center
    }
}

.career-richtext h3[data-v-35d42a3e] {
    color: #0b121c;
    margin: 20px 0
}

.career-richtext h3[data-v-35d42a3e]:first-child {
    margin: 0 0 20px 0
}

.career-richtext p[data-v-35d42a3e] {
    margin: 0 0 40px 0;
    padding: 0
}

@media(max-width:1024px) {
    .career-richtext p[data-v-35d42a3e] {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .career-richtext p[data-v-35d42a3e] {
        margin-bottom: 20px
    }
}

.career-richtext p[data-v-35d42a3e]:last-child {
    margin: 0
}

.career-richtext ul[data-v-35d42a3e] {
    padding-left: 30px;
    margin: 0 0 40px 0
}

@media(max-width:1024px) {
    .career-richtext ul[data-v-35d42a3e] {
        margin-bottom: 0
    }
}

.career-richtext ul li[data-v-35d42a3e] {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    text-align: justify;
    text-indent: unset;
    list-style: none
}

.career-richtext ul li[data-v-35d42a3e]:before {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
    font-family: FontAwesome;
    color: #1c1b1b;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.address-data[data-v-35d42a3e] {
    margin: 20px 0 0 0
}

.address-data div p[data-v-35d42a3e] {
    color: #fff;
    font-size: 15px
}

@media(max-width:576px) {
    .col-mbx-6[data-v-35d42a3e] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.news-richtext[data-v-35d42a3e] {
    overflow-x: hidden;
    background: #fff;
    padding: 40px;
    overflow: auto
}

@media(max-width:767.98px) {
    .news-richtext[data-v-35d42a3e] {
        text-align: center
    }
}

.news-richtext p[data-v-35d42a3e] {
    padding: 0;
    margin: 0
}

.news-richtext p[data-v-35d42a3e]:last-child {
    margin: 0
}

.news-richtext img.richtext-image.full-width[data-v-35d42a3e] {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.full-width[data-v-35d42a3e] {
        height: 50vh;
        min-height: 380px
    }
}

.news-richtext img.richtext-image.right[data-v-35d42a3e] {
    height: 70vh;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: right;
    padding-left: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .news-richtext img.richtext-image.right[data-v-35d42a3e] {
        width: 100%;
        height: 60vh;
        min-height: 450px;
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.right[data-v-35d42a3e] {
        width: 100%;
        height: 50vh;
        min-height: 380px;
        padding-left: 0
    }
}

.colortext-block[data-v-35d42a3e] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: -150px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .colortext-block[data-v-35d42a3e] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.colortext-block p[data-v-35d42a3e] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .colortext-block p[data-v-35d42a3e] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .colortext-block p[data-v-35d42a3e] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .colortext-block p[data-v-35d42a3e] {
        font-size: 15px;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .colortext-block p[data-v-35d42a3e] {
        font-size: 15px;
        line-height: 1.5;
        color: #637381
    }
}

.gncolortext-block[data-v-35d42a3e] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .gncolortext-block[data-v-35d42a3e] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.gncolortext-block p[data-v-35d42a3e] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .gncolortext-block p[data-v-35d42a3e] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .gncolortext-block p[data-v-35d42a3e] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .gncolortext-block p[data-v-35d42a3e] {
        font-size: calc(16px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .gncolortext-block p[data-v-35d42a3e] {
        font-size: calc(15px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:1024px) {
    .lrtcardtext-block div p[data-v-35d42a3e] {
        color: #fff
    }
}

.lrtcardtext-block div ul[data-v-35d42a3e] {
    padding-left: 20px
}

.lrtcardtext-block div ul li[data-v-35d42a3e] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .lrtcardtext-block div ul li[data-v-35d42a3e] {
        text-align: left;
        padding: 0
    }
}

[data-aos=new-animation][data-v-35d42a3e] {
    opacity: 0;
    -webkit-transition-property: width;
    transition-property: width
}

[data-aos=new-animation].aos-animate[data-v-35d42a3e] {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=new-animation][data-v-35d42a3e] {
        width: 100%
    }

    [data-aos=new-animation].aos-animate[data-v-35d42a3e] {
        width: 0
    }
}

.fake3d-image-effect__image[data-v-35d42a3e] {
    height: 100%
}

.fake3d-image-effect__image canvas[data-v-35d42a3e] {
    height: 100% !important
}

[data-v-35d42a3e]::-webkit-scrollbar {
    width: 8px
}

[data-v-35d42a3e]::-webkit-scrollbar-track {
    background: #212b36
}

[data-v-35d42a3e]::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.ftext p[data-v-35d42a3e] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px
}

.swiper-pagination-bullet-active[data-v-35d42a3e] {
    opacity: 1;
    background: #0b121c !important
}

ul.counter-row li.count-col[data-v-35d42a3e] {
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

@media(max-width:1024px) {
    ul.counter-row li.count-col[data-v-35d42a3e] {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-35d42a3e] {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        background: #f6f7f9;
        margin-bottom: 20px
    }
}

ul.counter-row li.count-col .counter-mainwrap[data-v-35d42a3e] {
    border-right: 1px solid #0b121c;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap[data-v-35d42a3e] {
        border-right: none;
        min-height: 180px
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text[data-v-35d42a3e] {
    text-align: center
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup[data-v-35d42a3e] {
        padding: 0 0 20px 0
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-35d42a3e] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-35d42a3e] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-35d42a3e] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-35d42a3e] {
        font-size: calc(30px + .25vw)
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext[data-v-35d42a3e] {
    margin-right: auto;
    text-align: center
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext p[data-v-35d42a3e] {
    font-size: 15px
}

ul.counter-row li.count-col[data-v-35d42a3e]:hover {
    background: #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap[data-v-35d42a3e] {
    border-right: 1px solid #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .ctext p[data-v-35d42a3e],
ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .icountup span[data-v-35d42a3e] {
    color: #fff
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-35d42a3e]:last-child {
        margin-bottom: 0
    }
}

ul.counter-row li.count-col:last-child .counter-mainwrap[data-v-35d42a3e] {
    border-right: none
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text[data-v-35d42a3e] {
    text-align: center;
    margin-right: 0
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text .ctext[data-v-35d42a3e] {
    text-align: center
}

.ctext-block[data-v-35d42a3e] {
    position: relative;
    z-index: 2
}

.ctext-block .ctitle-block[data-v-35d42a3e] {
    margin-bottom: 45px
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block[data-v-35d42a3e] {
        text-align: center
    }
}

.ctext-block .ctitle-block h2[data-v-35d42a3e] {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: calc(48px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block h2[data-v-35d42a3e] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block h2[data-v-35d42a3e] {
        font-size: calc(30px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block h2[data-v-35d42a3e] {
        font-size: calc(24px + .25vw);
        margin-bottom: 20px
    }
}

.ctext-block .ctitle-block div p[data-v-35d42a3e] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block div p[data-v-35d42a3e] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block div p[data-v-35d42a3e] {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block div p[data-v-35d42a3e] {
        font-size: 14px;
        line-height: 1.5
    }
}

.history-desc div p[data-v-35d42a3e] {
    font-size: calc(42px + .25vw);
    color: #212b36;
    font-weight: 700;
    line-height: 1.3;
    font-family: arial
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-desc div p[data-v-35d42a3e] {
        font-size: calc(32px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .history-desc div p[data-v-35d42a3e] {
        font-size: calc(24px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .history-desc div p[data-v-35d42a3e] {
        font-size: calc(16px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

.his-text p[data-v-35d42a3e] {
    font-size: calc(16px + .25vw);
    color: #fff
}

.history-details2 h2[data-v-35d42a3e] {
    margin-bottom: 10px;
    font-size: calc(48px + .25vw);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-details2 h2[data-v-35d42a3e] {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .history-details2 h2[data-v-35d42a3e] {
        font-size: calc(32px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:575px) {
    .history-details2 h2[data-v-35d42a3e] {
        font-size: calc(20px + .25vw)
    }
}

.history-details2 .his-text2 p[data-v-35d42a3e] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.news-text[data-v-35d42a3e] {
    padding: 20px 0 0 0
}

@media(max-width:767px) {
    .news-text[data-v-35d42a3e] {
        padding: 10px 0 0 0
    }
}

.news-text h4[data-v-35d42a3e] {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:1025px)and (max-width:1600px) {
    .news-text h4[data-v-35d42a3e] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .news-text h4[data-v-35d42a3e] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .news-text h4[data-v-35d42a3e] {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3
    }
}

.news-text div p[data-v-35d42a3e] {
    padding: 0;
    font-size: calc(13px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(min-width:768px)and (max-width:1440px) {
    .news-text div p[data-v-35d42a3e] {
        font-size: 15px;
        line-height: 1.6
    }
}

@media(max-width:767px) {
    .news-text div p[data-v-35d42a3e] {
        font-size: 14px
    }
}

.text-cont p[data-v-35d42a3e] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont p[data-v-35d42a3e] {
        text-align: center
    }
}

@media(max-width:1024px) {
    .text-cont ul[data-v-35d42a3e] {
        padding-left: 20px
    }
}

.text-cont ul li[data-v-35d42a3e] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont ul li[data-v-35d42a3e] {
        text-align: left;
        padding: 0
    }
}

.pdtext-cont p[data-v-35d42a3e] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont p[data-v-35d42a3e] {
        text-align: center
    }
}

.pdtext-cont ul[data-v-35d42a3e] {
    padding-left: 20px
}

.pdtext-cont ul li[data-v-35d42a3e] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont ul li[data-v-35d42a3e] {
        text-align: left;
        padding: 0
    }
}

.tab-desc div div p[data-v-35d42a3e] {
    color: #fff
}

.career-cardblock[data-v-35d42a3e] {
    padding-bottom: 40px
}

.career-cardblock .career-cat p[data-v-35d42a3e] {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: calc(32px + .25vw);
    line-height: 1.25;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #212b36;
    font-weight: 500
}

@media(min-width:1024px)and (max-width:1440px) {
    .career-cardblock .career-cat p[data-v-35d42a3e] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px
    }
}

@media(max-width:1024px) {
    .career-cardblock .career-cat p[data-v-35d42a3e] {
        font-size: calc(20px + .25vw);
        letter-spacing: .5px
    }
}

@media(max-width:575px) {
    .career-cardblock .career-cat p[data-v-35d42a3e] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        font-weight: 700
    }
}

.career-cardblock .career-list ul[data-v-35d42a3e] {
    padding: 0;
    margin: 0
}

.career-cardblock .career-list ul li[data-v-35d42a3e] {
    cursor: pointer;
    display: block;
    width: 100%;
    padding: 15px;
    background: #f6f7f9;
    margin-bottom: 20px
}

.career-cardblock .career-list ul li .row .ls .first-list[data-v-35d42a3e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.career-cardblock .career-list ul li .row .ls .first-list p[data-v-35d42a3e] {
    margin: 0
}

.career-cardblock .career-list ul li .row .ls .last-list[data-v-35d42a3e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.career-cardblock .career-list ul li .row .ls .last-list p[data-v-35d42a3e] {
    margin: 0
}

.career-cardblock .career-list ul li[data-v-35d42a3e]:hover {
    background: #0b121c
}

.career-cardblock .career-list ul li:hover .row .ls .first-list[data-v-35d42a3e] {
    color: #fff
}

.career-cardblock .career-list ul li:hover .row .ls .first-list p[data-v-35d42a3e] {
    margin: 0;
    color: #fff
}

.career-cardblock .career-list ul li:hover .row .ls .last-list[data-v-35d42a3e] {
    color: #fff
}

.career-cardblock .career-list ul li:hover .row .ls .last-list p[data-v-35d42a3e] {
    margin: 0;
    color: #fff
}

@media(max-width:575.98px) {
    .dsk-hide[data-v-35d42a3e] {
        display: none
    }
}

.joblink-wrap[data-v-35d42a3e] {
    position: relative
}

@media(min-width:576px) {
    .joblink-wrap[data-v-35d42a3e] {
        display: none
    }
}

.joblink-wrap h4[data-v-35d42a3e] {
    font-size: calc(18px + .25vw);
    margin-bottom: 10px
}

.joblink-wrap .location[data-v-35d42a3e] {
    font-weight: 700
}

.joblink-wrap .location[data-v-35d42a3e],
.joblink-wrap .subtitle[data-v-35d42a3e] {
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 14px;
    line-height: 1.25;
    text-transform: capitalize;
    color: #212b36
}

.joblink-wrap .subtitle[data-v-35d42a3e] {
    letter-spacing: .5px
}

.joblink-wrap .timing[data-v-35d42a3e] {
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    color: #212b36
}

.joblink-wrap a.link-btn[data-v-35d42a3e] {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .5px;
    cursor: pointer;
    color: #0b121c
}

[data-v-07f3153e] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-07f3153e] {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #637381;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 0
}

.img-fluid[data-v-07f3153e] {
    max-width: 100%;
    height: auto;
    display: block
}

ol[data-v-07f3153e],
ul[data-v-07f3153e] {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif
}

a[data-v-07f3153e],
li[data-v-07f3153e],
p[data-v-07f3153e],
ul[data-v-07f3153e] {
    font-family: Roboto, sans-serif;
    color: #637381;
    margin-bottom: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(max-width:767px) {

    a[data-v-07f3153e],
    li[data-v-07f3153e],
    p[data-v-07f3153e],
    ul[data-v-07f3153e] {
        font-size: 15px
    }
}

.title-color[data-v-07f3153e] {
    color: #0b121c
}

h1[data-v-07f3153e],
h2[data-v-07f3153e],
h3[data-v-07f3153e],
h4[data-v-07f3153e],
h5[data-v-07f3153e],
h6[data-v-07f3153e] {
    font-family: arial;
    font-weight: 700;
    color: #212b36;
    margin: 0;
    text-transform: capitalize
}

h1[data-v-07f3153e] {
    font-size: calc(52px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h1[data-v-07f3153e] {
        font-size: calc(42px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    h1[data-v-07f3153e] {
        font-size: calc(36px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575px) {
    h1[data-v-07f3153e] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h2[data-v-07f3153e] {
    font-size: calc(48px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    h2[data-v-07f3153e] {
        font-size: calc(38px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    h2[data-v-07f3153e] {
        font-size: calc(34px + .25vw);
        line-height: 1.3
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    h2[data-v-07f3153e] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575.98px) {
    h2[data-v-07f3153e] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h3[data-v-07f3153e] {
    font-size: calc(34px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h3[data-v-07f3153e] {
        font-size: calc(28px + .25vw);
        letter-spacing: 1px
    }
}

@media(max-width:1024px) {
    h3[data-v-07f3153e] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

@media(max-width:575px) {
    h3[data-v-07f3153e] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

h4[data-v-07f3153e] {
    font-size: 28px
}

@media(max-width:1024px) {
    h4[data-v-07f3153e] {
        font-size: 20px
    }
}

@media(max-width:575px) {
    h4[data-v-07f3153e] {
        font-size: 18px
    }
}

h5[data-v-07f3153e] {
    font-size: 20px
}

@media(max-width:1024px) {
    h5[data-v-07f3153e] {
        font-size: 18px
    }
}

@media(max-width:575px) {
    h5[data-v-07f3153e] {
        font-size: 15px
    }
}

h6[data-v-07f3153e] {
    font-size: 16px
}

@media(max-width:1024px) {
    h6[data-v-07f3153e] {
        font-size: 15px
    }
}

@media(max-width:575px) {
    h6[data-v-07f3153e] {
        font-size: 14px
    }
}

.pd-5[data-v-07f3153e] {
    padding: 0 5% !important
}

.mask[data-v-07f3153e] {
    height: 100vh !important;
    width: 100% !important
}

.vue-flux .flux-caption[data-v-07f3153e] {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70% !important;
    text-align: center !important;
    font-family: arial;
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .vue-flux .flux-caption[data-v-07f3153e] {
        font-size: calc(52px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-caption[data-v-07f3153e] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .vue-flux .flux-caption[data-v-07f3153e] {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px;
        line-height: 1.25
    }
}

.vue-flux .flux-pagination[data-v-07f3153e] {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
    bottom: unset !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination[data-v-07f3153e] {
        top: unset !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        bottom: 0 !important;
        left: 50% !important;
        right: 0 !important
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination ul[data-v-07f3153e] {
        display: block
    }
}

.vue-flux .flux-pagination li span.pagination-item[data-v-07f3153e] {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-transition: background-color .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, border .2s ease-in
}

.vue-flux .flux-pagination li.active span.pagination-item[data-v-07f3153e] {
    background-color: #0b121c !important
}

@media(min-width:992px)and (max-width:1024.98px) {
    .col-lg-10[data-v-07f3153e] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .offset-lg-2[data-v-07f3153e] {
        margin-left: 0 !important
    }

    .col-lg-3[data-v-07f3153e],
    .col-lg-4[data-v-07f3153e],
    .col-lg-6[data-v-07f3153e] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .flex-lg-row[data-v-07f3153e] {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
}

@media(min-width:1025px) {
    .col-lg-6[data-v-07f3153e] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-lg-4[data-v-07f3153e] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }

    .col-lg-10[data-v-07f3153e] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important
    }

    .offset-lg-2[data-v-07f3153e] {
        margin-left: 16.666667% !important
    }
}

@media(min-width:1200px) {
    .col-xl-6[data-v-07f3153e] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-xl-4[data-v-07f3153e] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.button-mirror[data-v-07f3153e],
.button[data-v-07f3153e] {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    text-align: center
}

@media(max-width:1024px) {

    .button-mirror[data-v-07f3153e],
    .button[data-v-07f3153e] {
        width: 150px
    }
}

.button-mirror[data-v-07f3153e]:before,
.button[data-v-07f3153e]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b121c;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width:1024px) {

    .button-mirror[data-v-07f3153e]:before,
    .button[data-v-07f3153e]:before {
        display: none
    }
}

.button-mirror[data-v-07f3153e]:hover:before,
.button[data-v-07f3153e]:hover:before {
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.button-mirror[data-v-07f3153e]:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.plyr__control--overlaid[data-v-07f3153e] {
    background: #0b121c !important;
    top: 60% !important;
    z-index: 200 !important
}

.vue-flux[data-v-07f3153e] {
    position: relative
}

.vue-flux[data-v-07f3153e]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0;
    content: ""
}

.maprichtext p[data-v-07f3153e] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .maprichtext p[data-v-07f3153e] {
        font-size: calc(22px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .maprichtext p[data-v-07f3153e] {
        font-size: calc(18px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .maprichtext p[data-v-07f3153e] {
        font-size: calc(16px + .25vw);
        line-height: 1.6
    }
}

@media(max-width:575.98px) {
    .maprichtext p[data-v-07f3153e] {
        font-size: calc(15px + .25vw);
        line-height: 1.6
    }
}

.industrytext-details[data-v-07f3153e] {
    overflow: hidden;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media(max-width:767.98px) {
    .industrytext-details[data-v-07f3153e] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        overflow: hidden
    }
}

.industrytext-details img.richtext-image[data-v-07f3153e] {
    display: block;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin: 0;
    width: 50%;
    float: right
}

@media(min-width:768px)and (max-width:1024px) {
    .industrytext-details img.richtext-image[data-v-07f3153e] {
        height: 60vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .industrytext-details img.richtext-image[data-v-07f3153e] {
        height: 45vh;
        min-height: 350px;
        width: 100%;
        margin: 20px 0;
        float: unset
    }
}

.industrytext-details p[data-v-07f3153e] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5% 0 0
}

@media(max-width:767.98px) {
    .industrytext-details p[data-v-07f3153e] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        background: #f1f1f1;
        width: 90%;
        margin: -60px auto 0 auto !important;
        position: relative;
        z-index: 22
    }
}

.industrytext-details p[data-v-07f3153e]:first-child {
    margin: 0
}

@media(max-width:1024px) {
    .career-richtext[data-v-07f3153e] {
        text-align: center
    }
}

.career-richtext h3[data-v-07f3153e] {
    color: #0b121c;
    margin: 20px 0
}

.career-richtext h3[data-v-07f3153e]:first-child {
    margin: 0 0 20px 0
}

.career-richtext p[data-v-07f3153e] {
    margin: 0 0 40px 0;
    padding: 0
}

@media(max-width:1024px) {
    .career-richtext p[data-v-07f3153e] {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .career-richtext p[data-v-07f3153e] {
        margin-bottom: 20px
    }
}

.career-richtext p[data-v-07f3153e]:last-child {
    margin: 0
}

.career-richtext ul[data-v-07f3153e] {
    padding-left: 30px;
    margin: 0 0 40px 0
}

@media(max-width:1024px) {
    .career-richtext ul[data-v-07f3153e] {
        margin-bottom: 0
    }
}

.career-richtext ul li[data-v-07f3153e] {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    text-align: justify;
    text-indent: unset;
    list-style: none
}

.career-richtext ul li[data-v-07f3153e]:before {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
    font-family: FontAwesome;
    color: #1c1b1b;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.address-data[data-v-07f3153e] {
    margin: 20px 0 0 0
}

.address-data div p[data-v-07f3153e] {
    color: #fff;
    font-size: 15px
}

@media(max-width:576px) {
    .col-mbx-6[data-v-07f3153e] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.news-richtext[data-v-07f3153e] {
    overflow-x: hidden;
    background: #fff;
    padding: 40px;
    overflow: auto
}

@media(max-width:767.98px) {
    .news-richtext[data-v-07f3153e] {
        text-align: center
    }
}

.news-richtext p[data-v-07f3153e] {
    padding: 0;
    margin: 0
}

.news-richtext p[data-v-07f3153e]:last-child {
    margin: 0
}

.news-richtext img.richtext-image.full-width[data-v-07f3153e] {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.full-width[data-v-07f3153e] {
        height: 50vh;
        min-height: 380px
    }
}

.news-richtext img.richtext-image.right[data-v-07f3153e] {
    height: 70vh;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: right;
    padding-left: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .news-richtext img.richtext-image.right[data-v-07f3153e] {
        width: 100%;
        height: 60vh;
        min-height: 450px;
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.right[data-v-07f3153e] {
        width: 100%;
        height: 50vh;
        min-height: 380px;
        padding-left: 0
    }
}

.colortext-block[data-v-07f3153e] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: -150px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .colortext-block[data-v-07f3153e] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.colortext-block p[data-v-07f3153e] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .colortext-block p[data-v-07f3153e] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .colortext-block p[data-v-07f3153e] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .colortext-block p[data-v-07f3153e] {
        font-size: 15px;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .colortext-block p[data-v-07f3153e] {
        font-size: 15px;
        line-height: 1.5;
        color: #637381
    }
}

.gncolortext-block[data-v-07f3153e] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .gncolortext-block[data-v-07f3153e] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.gncolortext-block p[data-v-07f3153e] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .gncolortext-block p[data-v-07f3153e] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .gncolortext-block p[data-v-07f3153e] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .gncolortext-block p[data-v-07f3153e] {
        font-size: calc(16px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .gncolortext-block p[data-v-07f3153e] {
        font-size: calc(15px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:1024px) {
    .lrtcardtext-block div p[data-v-07f3153e] {
        color: #fff
    }
}

.lrtcardtext-block div ul[data-v-07f3153e] {
    padding-left: 20px
}

.lrtcardtext-block div ul li[data-v-07f3153e] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .lrtcardtext-block div ul li[data-v-07f3153e] {
        text-align: left;
        padding: 0
    }
}

[data-aos=new-animation][data-v-07f3153e] {
    opacity: 0;
    -webkit-transition-property: width;
    transition-property: width
}

[data-aos=new-animation].aos-animate[data-v-07f3153e] {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=new-animation][data-v-07f3153e] {
        width: 100%
    }

    [data-aos=new-animation].aos-animate[data-v-07f3153e] {
        width: 0
    }
}

.fake3d-image-effect__image[data-v-07f3153e] {
    height: 100%
}

.fake3d-image-effect__image canvas[data-v-07f3153e] {
    height: 100% !important
}

[data-v-07f3153e]::-webkit-scrollbar {
    width: 8px
}

[data-v-07f3153e]::-webkit-scrollbar-track {
    background: #212b36
}

[data-v-07f3153e]::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.ftext p[data-v-07f3153e] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px
}

.swiper-pagination-bullet-active[data-v-07f3153e] {
    opacity: 1;
    background: #0b121c !important
}

ul.counter-row li.count-col[data-v-07f3153e] {
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

@media(max-width:1024px) {
    ul.counter-row li.count-col[data-v-07f3153e] {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-07f3153e] {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        background: #f6f7f9;
        margin-bottom: 20px
    }
}

ul.counter-row li.count-col .counter-mainwrap[data-v-07f3153e] {
    border-right: 1px solid #0b121c;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap[data-v-07f3153e] {
        border-right: none;
        min-height: 180px
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text[data-v-07f3153e] {
    text-align: center
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup[data-v-07f3153e] {
        padding: 0 0 20px 0
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-07f3153e] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-07f3153e] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-07f3153e] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-07f3153e] {
        font-size: calc(30px + .25vw)
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext[data-v-07f3153e] {
    margin-right: auto;
    text-align: center
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext p[data-v-07f3153e] {
    font-size: 15px
}

ul.counter-row li.count-col[data-v-07f3153e]:hover {
    background: #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap[data-v-07f3153e] {
    border-right: 1px solid #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .ctext p[data-v-07f3153e],
ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .icountup span[data-v-07f3153e] {
    color: #fff
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-07f3153e]:last-child {
        margin-bottom: 0
    }
}

ul.counter-row li.count-col:last-child .counter-mainwrap[data-v-07f3153e] {
    border-right: none
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text[data-v-07f3153e] {
    text-align: center;
    margin-right: 0
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text .ctext[data-v-07f3153e] {
    text-align: center
}

.ctext-block[data-v-07f3153e] {
    position: relative;
    z-index: 2
}

.ctext-block .ctitle-block[data-v-07f3153e] {
    margin-bottom: 45px
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block[data-v-07f3153e] {
        text-align: center
    }
}

.ctext-block .ctitle-block h2[data-v-07f3153e] {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: calc(48px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block h2[data-v-07f3153e] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block h2[data-v-07f3153e] {
        font-size: calc(30px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block h2[data-v-07f3153e] {
        font-size: calc(24px + .25vw);
        margin-bottom: 20px
    }
}

.ctext-block .ctitle-block div p[data-v-07f3153e] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block div p[data-v-07f3153e] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block div p[data-v-07f3153e] {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block div p[data-v-07f3153e] {
        font-size: 14px;
        line-height: 1.5
    }
}

.history-desc div p[data-v-07f3153e] {
    font-size: calc(42px + .25vw);
    color: #212b36;
    font-weight: 700;
    line-height: 1.3;
    font-family: arial
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-desc div p[data-v-07f3153e] {
        font-size: calc(32px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .history-desc div p[data-v-07f3153e] {
        font-size: calc(24px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .history-desc div p[data-v-07f3153e] {
        font-size: calc(16px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

.his-text p[data-v-07f3153e] {
    font-size: calc(16px + .25vw);
    color: #fff
}

.history-details2 h2[data-v-07f3153e] {
    margin-bottom: 10px;
    font-size: calc(48px + .25vw);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-details2 h2[data-v-07f3153e] {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .history-details2 h2[data-v-07f3153e] {
        font-size: calc(32px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:575px) {
    .history-details2 h2[data-v-07f3153e] {
        font-size: calc(20px + .25vw)
    }
}

.history-details2 .his-text2 p[data-v-07f3153e] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.news-text[data-v-07f3153e] {
    padding: 20px 0 0 0
}

@media(max-width:767px) {
    .news-text[data-v-07f3153e] {
        padding: 10px 0 0 0
    }
}

.news-text h4[data-v-07f3153e] {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:1025px)and (max-width:1600px) {
    .news-text h4[data-v-07f3153e] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .news-text h4[data-v-07f3153e] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .news-text h4[data-v-07f3153e] {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3
    }
}

.news-text div p[data-v-07f3153e] {
    padding: 0;
    font-size: calc(13px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(min-width:768px)and (max-width:1440px) {
    .news-text div p[data-v-07f3153e] {
        font-size: 15px;
        line-height: 1.6
    }
}

@media(max-width:767px) {
    .news-text div p[data-v-07f3153e] {
        font-size: 14px
    }
}

.text-cont p[data-v-07f3153e] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont p[data-v-07f3153e] {
        text-align: center
    }
}

@media(max-width:1024px) {
    .text-cont ul[data-v-07f3153e] {
        padding-left: 20px
    }
}

.text-cont ul li[data-v-07f3153e] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont ul li[data-v-07f3153e] {
        text-align: left;
        padding: 0
    }
}

.pdtext-cont p[data-v-07f3153e] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont p[data-v-07f3153e] {
        text-align: center
    }
}

.pdtext-cont ul[data-v-07f3153e] {
    padding-left: 20px
}

.pdtext-cont ul li[data-v-07f3153e] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont ul li[data-v-07f3153e] {
        text-align: left;
        padding: 0
    }
}

.tab-desc div div p[data-v-07f3153e] {
    color: #fff
}

.career-container[data-v-07f3153e] {
    min-height: 100vh;
    overflow: hidden
}

.banner-container[data-v-07f3153e] {
    width: 100%;
    height: 100vh
}

.banner-container .banner-wrap[data-v-07f3153e] {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.banner-container .banner-wrap img[data-v-07f3153e] {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.banner-container .banner-wrap .img-overlay[data-v-07f3153e] {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0
}

.banner-container .banner-wrap .banner-text[data-v-07f3153e] {
    position: absolute;
    width: 55%;
    top: 50%;
    left: 50%;
    z-index: 22;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

@media(min-width:1025px)and (max-width:1440px) {
    .banner-container .banner-wrap .banner-text[data-v-07f3153e] {
        width: 60%
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .banner-container .banner-wrap .banner-text[data-v-07f3153e] {
        width: 70%
    }
}

@media(max-width:767.98px) {
    .banner-container .banner-wrap .banner-text[data-v-07f3153e] {
        width: 90%
    }
}

.banner-container .banner-wrap .banner-text h1[data-v-07f3153e] {
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .banner-container .banner-wrap .banner-text h1[data-v-07f3153e] {
        font-size: calc(52px + .25vw)
    }
}

@media(max-width:1024px) {
    .banner-container .banner-wrap .banner-text h1[data-v-07f3153e] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px
    }
}

@media(max-width:767px) {
    .banner-container .banner-wrap .banner-text h1[data-v-07f3153e] {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px
    }
}

.banner-container .banner-wrap .banner-text p[data-v-07f3153e] {
    font-size: calc(30px + .25vw);
    line-height: 1.5;
    letter-spacing: .05px;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
    margin: 0;
    font-weight: 400
}

@media(max-width:1440px) {
    .banner-container .banner-wrap .banner-text p[data-v-07f3153e] {
        font-size: calc(24px + .25vw)
    }
}

@media(max-width:767px) {
    .banner-container .banner-wrap .banner-text p[data-v-07f3153e] {
        font-size: calc(18px + .25vw)
    }
}

[data-v-61949f51] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-61949f51] {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #637381;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 0
}

.img-fluid[data-v-61949f51] {
    max-width: 100%;
    height: auto;
    display: block
}

ol[data-v-61949f51],
ul[data-v-61949f51] {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif
}

a[data-v-61949f51],
li[data-v-61949f51],
p[data-v-61949f51],
ul[data-v-61949f51] {
    font-family: Roboto, sans-serif;
    color: #637381;
    margin-bottom: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(max-width:767px) {

    a[data-v-61949f51],
    li[data-v-61949f51],
    p[data-v-61949f51],
    ul[data-v-61949f51] {
        font-size: 15px
    }
}

.title-color[data-v-61949f51] {
    color: #0b121c
}

h1[data-v-61949f51],
h2[data-v-61949f51],
h3[data-v-61949f51],
h4[data-v-61949f51],
h5[data-v-61949f51],
h6[data-v-61949f51] {
    font-family: arial;
    font-weight: 700;
    color: #212b36;
    margin: 0;
    text-transform: capitalize
}

h1[data-v-61949f51] {
    font-size: calc(52px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h1[data-v-61949f51] {
        font-size: calc(42px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    h1[data-v-61949f51] {
        font-size: calc(36px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575px) {
    h1[data-v-61949f51] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h2[data-v-61949f51] {
    font-size: calc(48px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    h2[data-v-61949f51] {
        font-size: calc(38px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    h2[data-v-61949f51] {
        font-size: calc(34px + .25vw);
        line-height: 1.3
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    h2[data-v-61949f51] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575.98px) {
    h2[data-v-61949f51] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h3[data-v-61949f51] {
    font-size: calc(34px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h3[data-v-61949f51] {
        font-size: calc(28px + .25vw);
        letter-spacing: 1px
    }
}

@media(max-width:1024px) {
    h3[data-v-61949f51] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

@media(max-width:575px) {
    h3[data-v-61949f51] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

h4[data-v-61949f51] {
    font-size: 28px
}

@media(max-width:1024px) {
    h4[data-v-61949f51] {
        font-size: 20px
    }
}

@media(max-width:575px) {
    h4[data-v-61949f51] {
        font-size: 18px
    }
}

h5[data-v-61949f51] {
    font-size: 20px
}

@media(max-width:1024px) {
    h5[data-v-61949f51] {
        font-size: 18px
    }
}

@media(max-width:575px) {
    h5[data-v-61949f51] {
        font-size: 15px
    }
}

h6[data-v-61949f51] {
    font-size: 16px
}

@media(max-width:1024px) {
    h6[data-v-61949f51] {
        font-size: 15px
    }
}

@media(max-width:575px) {
    h6[data-v-61949f51] {
        font-size: 14px
    }
}

.pd-5[data-v-61949f51] {
    padding: 0 5% !important
}

.mask[data-v-61949f51] {
    height: 100vh !important;
    width: 100% !important
}

.vue-flux .flux-caption[data-v-61949f51] {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70% !important;
    text-align: center !important;
    font-family: arial;
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .vue-flux .flux-caption[data-v-61949f51] {
        font-size: calc(52px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-caption[data-v-61949f51] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .vue-flux .flux-caption[data-v-61949f51] {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px;
        line-height: 1.25
    }
}

.vue-flux .flux-pagination[data-v-61949f51] {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
    bottom: unset !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination[data-v-61949f51] {
        top: unset !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        bottom: 0 !important;
        left: 50% !important;
        right: 0 !important
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination ul[data-v-61949f51] {
        display: block
    }
}

.vue-flux .flux-pagination li span.pagination-item[data-v-61949f51] {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-transition: background-color .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, border .2s ease-in
}

.vue-flux .flux-pagination li.active span.pagination-item[data-v-61949f51] {
    background-color: #0b121c !important
}

@media(min-width:992px)and (max-width:1024.98px) {
    .col-lg-10[data-v-61949f51] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .offset-lg-2[data-v-61949f51] {
        margin-left: 0 !important
    }

    .col-lg-3[data-v-61949f51],
    .col-lg-4[data-v-61949f51],
    .col-lg-6[data-v-61949f51] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .flex-lg-row[data-v-61949f51] {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
}

@media(min-width:1025px) {
    .col-lg-6[data-v-61949f51] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-lg-4[data-v-61949f51] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }

    .col-lg-10[data-v-61949f51] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important
    }

    .offset-lg-2[data-v-61949f51] {
        margin-left: 16.666667% !important
    }
}

@media(min-width:1200px) {
    .col-xl-6[data-v-61949f51] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-xl-4[data-v-61949f51] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.button-mirror[data-v-61949f51],
.button[data-v-61949f51] {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    text-align: center
}

@media(max-width:1024px) {

    .button-mirror[data-v-61949f51],
    .button[data-v-61949f51] {
        width: 150px
    }
}

.button-mirror[data-v-61949f51]:before,
.button[data-v-61949f51]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b121c;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width:1024px) {

    .button-mirror[data-v-61949f51]:before,
    .button[data-v-61949f51]:before {
        display: none
    }
}

.button-mirror[data-v-61949f51]:hover:before,
.button[data-v-61949f51]:hover:before {
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.button-mirror[data-v-61949f51]:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.plyr__control--overlaid[data-v-61949f51] {
    background: #0b121c !important;
    top: 60% !important;
    z-index: 200 !important
}

.vue-flux[data-v-61949f51] {
    position: relative
}

.vue-flux[data-v-61949f51]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0;
    content: ""
}

.maprichtext p[data-v-61949f51] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .maprichtext p[data-v-61949f51] {
        font-size: calc(22px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .maprichtext p[data-v-61949f51] {
        font-size: calc(18px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .maprichtext p[data-v-61949f51] {
        font-size: calc(16px + .25vw);
        line-height: 1.6
    }
}

@media(max-width:575.98px) {
    .maprichtext p[data-v-61949f51] {
        font-size: calc(15px + .25vw);
        line-height: 1.6
    }
}

.industrytext-details[data-v-61949f51] {
    overflow: hidden;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media(max-width:767.98px) {
    .industrytext-details[data-v-61949f51] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        overflow: hidden
    }
}

.industrytext-details img.richtext-image[data-v-61949f51] {
    display: block;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin: 0;
    width: 50%;
    float: right
}

@media(min-width:768px)and (max-width:1024px) {
    .industrytext-details img.richtext-image[data-v-61949f51] {
        height: 60vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .industrytext-details img.richtext-image[data-v-61949f51] {
        height: 45vh;
        min-height: 350px;
        width: 100%;
        margin: 20px 0;
        float: unset
    }
}

.industrytext-details p[data-v-61949f51] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5% 0 0
}

@media(max-width:767.98px) {
    .industrytext-details p[data-v-61949f51] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        background: #f1f1f1;
        width: 90%;
        margin: -60px auto 0 auto !important;
        position: relative;
        z-index: 22
    }
}

.industrytext-details p[data-v-61949f51]:first-child {
    margin: 0
}

@media(max-width:1024px) {
    .career-richtext[data-v-61949f51] {
        text-align: center
    }
}

.career-richtext h3[data-v-61949f51] {
    color: #0b121c;
    margin: 20px 0
}

.career-richtext h3[data-v-61949f51]:first-child {
    margin: 0 0 20px 0
}

.career-richtext p[data-v-61949f51] {
    margin: 0 0 40px 0;
    padding: 0
}

@media(max-width:1024px) {
    .career-richtext p[data-v-61949f51] {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .career-richtext p[data-v-61949f51] {
        margin-bottom: 20px
    }
}

.career-richtext p[data-v-61949f51]:last-child {
    margin: 0
}

.career-richtext ul[data-v-61949f51] {
    padding-left: 30px;
    margin: 0 0 40px 0
}

@media(max-width:1024px) {
    .career-richtext ul[data-v-61949f51] {
        margin-bottom: 0
    }
}

.career-richtext ul li[data-v-61949f51] {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    text-align: justify;
    text-indent: unset;
    list-style: none
}

.career-richtext ul li[data-v-61949f51]:before {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
    font-family: FontAwesome;
    color: #1c1b1b;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.address-data[data-v-61949f51] {
    margin: 20px 0 0 0
}

.address-data div p[data-v-61949f51] {
    color: #fff;
    font-size: 15px
}

@media(max-width:576px) {
    .col-mbx-6[data-v-61949f51] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.news-richtext[data-v-61949f51] {
    overflow-x: hidden;
    background: #fff;
    padding: 40px;
    overflow: auto
}

@media(max-width:767.98px) {
    .news-richtext[data-v-61949f51] {
        text-align: center
    }
}

.news-richtext p[data-v-61949f51] {
    padding: 0;
    margin: 0
}

.news-richtext p[data-v-61949f51]:last-child {
    margin: 0
}

.news-richtext img.richtext-image.full-width[data-v-61949f51] {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.full-width[data-v-61949f51] {
        height: 50vh;
        min-height: 380px
    }
}

.news-richtext img.richtext-image.right[data-v-61949f51] {
    height: 70vh;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: right;
    padding-left: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .news-richtext img.richtext-image.right[data-v-61949f51] {
        width: 100%;
        height: 60vh;
        min-height: 450px;
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.right[data-v-61949f51] {
        width: 100%;
        height: 50vh;
        min-height: 380px;
        padding-left: 0
    }
}

.colortext-block[data-v-61949f51] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: -150px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .colortext-block[data-v-61949f51] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.colortext-block p[data-v-61949f51] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .colortext-block p[data-v-61949f51] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .colortext-block p[data-v-61949f51] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .colortext-block p[data-v-61949f51] {
        font-size: 15px;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .colortext-block p[data-v-61949f51] {
        font-size: 15px;
        line-height: 1.5;
        color: #637381
    }
}

.gncolortext-block[data-v-61949f51] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .gncolortext-block[data-v-61949f51] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.gncolortext-block p[data-v-61949f51] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .gncolortext-block p[data-v-61949f51] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .gncolortext-block p[data-v-61949f51] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .gncolortext-block p[data-v-61949f51] {
        font-size: calc(16px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .gncolortext-block p[data-v-61949f51] {
        font-size: calc(15px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:1024px) {
    .lrtcardtext-block div p[data-v-61949f51] {
        color: #fff
    }
}

.lrtcardtext-block div ul[data-v-61949f51] {
    padding-left: 20px
}

.lrtcardtext-block div ul li[data-v-61949f51] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .lrtcardtext-block div ul li[data-v-61949f51] {
        text-align: left;
        padding: 0
    }
}

[data-aos=new-animation][data-v-61949f51] {
    opacity: 0;
    -webkit-transition-property: width;
    transition-property: width
}

[data-aos=new-animation].aos-animate[data-v-61949f51] {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=new-animation][data-v-61949f51] {
        width: 100%
    }

    [data-aos=new-animation].aos-animate[data-v-61949f51] {
        width: 0
    }
}

.fake3d-image-effect__image[data-v-61949f51] {
    height: 100%
}

.fake3d-image-effect__image canvas[data-v-61949f51] {
    height: 100% !important
}

[data-v-61949f51]::-webkit-scrollbar {
    width: 8px
}

[data-v-61949f51]::-webkit-scrollbar-track {
    background: #212b36
}

[data-v-61949f51]::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.ftext p[data-v-61949f51] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px
}

.swiper-pagination-bullet-active[data-v-61949f51] {
    opacity: 1;
    background: #0b121c !important
}

ul.counter-row li.count-col[data-v-61949f51] {
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

@media(max-width:1024px) {
    ul.counter-row li.count-col[data-v-61949f51] {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-61949f51] {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        background: #f6f7f9;
        margin-bottom: 20px
    }
}

ul.counter-row li.count-col .counter-mainwrap[data-v-61949f51] {
    border-right: 1px solid #0b121c;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap[data-v-61949f51] {
        border-right: none;
        min-height: 180px
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text[data-v-61949f51] {
    text-align: center
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup[data-v-61949f51] {
        padding: 0 0 20px 0
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-61949f51] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-61949f51] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-61949f51] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-61949f51] {
        font-size: calc(30px + .25vw)
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext[data-v-61949f51] {
    margin-right: auto;
    text-align: center
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext p[data-v-61949f51] {
    font-size: 15px
}

ul.counter-row li.count-col[data-v-61949f51]:hover {
    background: #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap[data-v-61949f51] {
    border-right: 1px solid #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .ctext p[data-v-61949f51],
ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .icountup span[data-v-61949f51] {
    color: #fff
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-61949f51]:last-child {
        margin-bottom: 0
    }
}

ul.counter-row li.count-col:last-child .counter-mainwrap[data-v-61949f51] {
    border-right: none
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text[data-v-61949f51] {
    text-align: center;
    margin-right: 0
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text .ctext[data-v-61949f51] {
    text-align: center
}

.ctext-block[data-v-61949f51] {
    position: relative;
    z-index: 2
}

.ctext-block .ctitle-block[data-v-61949f51] {
    margin-bottom: 45px
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block[data-v-61949f51] {
        text-align: center
    }
}

.ctext-block .ctitle-block h2[data-v-61949f51] {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: calc(48px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block h2[data-v-61949f51] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block h2[data-v-61949f51] {
        font-size: calc(30px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block h2[data-v-61949f51] {
        font-size: calc(24px + .25vw);
        margin-bottom: 20px
    }
}

.ctext-block .ctitle-block div p[data-v-61949f51] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block div p[data-v-61949f51] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block div p[data-v-61949f51] {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block div p[data-v-61949f51] {
        font-size: 14px;
        line-height: 1.5
    }
}

.history-desc div p[data-v-61949f51] {
    font-size: calc(42px + .25vw);
    color: #212b36;
    font-weight: 700;
    line-height: 1.3;
    font-family: arial
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-desc div p[data-v-61949f51] {
        font-size: calc(32px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .history-desc div p[data-v-61949f51] {
        font-size: calc(24px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .history-desc div p[data-v-61949f51] {
        font-size: calc(16px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

.his-text p[data-v-61949f51] {
    font-size: calc(16px + .25vw);
    color: #fff
}

.history-details2 h2[data-v-61949f51] {
    margin-bottom: 10px;
    font-size: calc(48px + .25vw);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-details2 h2[data-v-61949f51] {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .history-details2 h2[data-v-61949f51] {
        font-size: calc(32px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:575px) {
    .history-details2 h2[data-v-61949f51] {
        font-size: calc(20px + .25vw)
    }
}

.history-details2 .his-text2 p[data-v-61949f51] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.news-text[data-v-61949f51] {
    padding: 20px 0 0 0
}

@media(max-width:767px) {
    .news-text[data-v-61949f51] {
        padding: 10px 0 0 0
    }
}

.news-text h4[data-v-61949f51] {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:1025px)and (max-width:1600px) {
    .news-text h4[data-v-61949f51] {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .news-text h4[data-v-61949f51] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .news-text h4[data-v-61949f51] {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3
    }
}

.news-text div p[data-v-61949f51] {
    padding: 0;
    font-size: calc(13px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(min-width:768px)and (max-width:1440px) {
    .news-text div p[data-v-61949f51] {
        font-size: 15px;
        line-height: 1.6
    }
}

@media(max-width:767px) {
    .news-text div p[data-v-61949f51] {
        font-size: 14px
    }
}

.text-cont p[data-v-61949f51] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont p[data-v-61949f51] {
        text-align: center
    }
}

@media(max-width:1024px) {
    .text-cont ul[data-v-61949f51] {
        padding-left: 20px
    }
}

.text-cont ul li[data-v-61949f51] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont ul li[data-v-61949f51] {
        text-align: left;
        padding: 0
    }
}

.pdtext-cont p[data-v-61949f51] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont p[data-v-61949f51] {
        text-align: center
    }
}

.pdtext-cont ul[data-v-61949f51] {
    padding-left: 20px
}

.pdtext-cont ul li[data-v-61949f51] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont ul li[data-v-61949f51] {
        text-align: left;
        padding: 0
    }
}

.tab-desc div div p[data-v-61949f51] {
    color: #fff
}

.newscard-container[data-v-61949f51] {
    padding: 80px 0
}

@media(max-width:1024px) {
    .newscard-container[data-v-61949f51] {
        padding: 60px 0
    }
}

@media(max-width:767px) {
    .newscard-container[data-v-61949f51] {
        padding: 40px 0
    }
}

.mtb-30[data-v-61949f51] {
    margin-bottom: 30px
}

.newscard-cont[data-v-61949f51] {
    height: 100% !important;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.25, .8, .25, 1);
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    min-height: 450px
}

.newscard-cont .news-img .nimg[data-v-61949f51] {
    width: 100%;
    max-width: 100%;
    height: auto;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover
}

.newscard-cont .news-desc[data-v-61949f51] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5rem
}

.newscard-cont .news-desc .newsdesc-header[data-v-61949f51] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    position: relative
}

.newscard-cont .news-desc .newsdesc-header .date p[data-v-61949f51] {
    margin: 0;
    padding: 0;
    font-size: 15px
}

.newscard-cont .news-desc .newsdesc-header .badge[data-v-61949f51] {
    background: #0b121c;
    padding: 5px 10px;
    position: absolute;
    top: -50px;
    right: 0
}

.newscard-cont .news-desc .newsdesc-header .badge p[data-v-61949f51] {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 15px
}

.newscard-cont[data-v-61949f51]:hover:hover {
    top: -2px;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .2)
}

.newscard-cont:hover .news-desc .news-text h4[data-v-61949f51] {
    color: #0b121c
}

[data-v-d49e9db8] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-d49e9db8] {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #637381;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 0
}

.img-fluid[data-v-d49e9db8] {
    max-width: 100%;
    height: auto;
    display: block
}

ol[data-v-d49e9db8],
ul[data-v-d49e9db8] {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif
}

a[data-v-d49e9db8],
li[data-v-d49e9db8],
p[data-v-d49e9db8],
ul[data-v-d49e9db8] {
    font-family: Roboto, sans-serif;
    color: #637381;
    margin-bottom: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(max-width:767px) {

    a[data-v-d49e9db8],
    li[data-v-d49e9db8],
    p[data-v-d49e9db8],
    ul[data-v-d49e9db8] {
        font-size: 15px
    }
}

.title-color[data-v-d49e9db8] {
    color: #0b121c
}

h1[data-v-d49e9db8],
h2[data-v-d49e9db8],
h3[data-v-d49e9db8],
h4[data-v-d49e9db8],
h5[data-v-d49e9db8],
h6[data-v-d49e9db8] {
    font-family: arial;
    font-weight: 700;
    color: #212b36;
    margin: 0;
    text-transform: capitalize
}

h1[data-v-d49e9db8] {
    font-size: calc(52px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h1[data-v-d49e9db8] {
        font-size: calc(42px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    h1[data-v-d49e9db8] {
        font-size: calc(36px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575px) {
    h1[data-v-d49e9db8] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h2[data-v-d49e9db8] {
    font-size: calc(48px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    h2[data-v-d49e9db8] {
        font-size: calc(38px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    h2[data-v-d49e9db8] {
        font-size: calc(34px + .25vw);
        line-height: 1.3
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    h2[data-v-d49e9db8] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575.98px) {
    h2[data-v-d49e9db8] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h3[data-v-d49e9db8] {
    font-size: calc(34px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h3[data-v-d49e9db8] {
        font-size: calc(28px + .25vw);
        letter-spacing: 1px
    }
}

@media(max-width:1024px) {
    h3[data-v-d49e9db8] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

@media(max-width:575px) {
    h3[data-v-d49e9db8] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

h4[data-v-d49e9db8] {
    font-size: 28px
}

@media(max-width:1024px) {
    h4[data-v-d49e9db8] {
        font-size: 20px
    }
}

@media(max-width:575px) {
    h4[data-v-d49e9db8] {
        font-size: 18px
    }
}

h5[data-v-d49e9db8] {
    font-size: 20px
}

@media(max-width:1024px) {
    h5[data-v-d49e9db8] {
        font-size: 18px
    }
}

@media(max-width:575px) {
    h5[data-v-d49e9db8] {
        font-size: 15px
    }
}

h6[data-v-d49e9db8] {
    font-size: 16px
}

@media(max-width:1024px) {
    h6[data-v-d49e9db8] {
        font-size: 15px
    }
}

@media(max-width:575px) {
    h6[data-v-d49e9db8] {
        font-size: 14px
    }
}

.pd-5[data-v-d49e9db8] {
    padding: 0 5% !important
}

.mask[data-v-d49e9db8] {
    height: 100vh !important;
    width: 100% !important
}

.vue-flux .flux-caption[data-v-d49e9db8] {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70% !important;
    text-align: center !important;
    font-family: arial;
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .vue-flux .flux-caption[data-v-d49e9db8] {
        font-size: calc(52px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-caption[data-v-d49e9db8] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .vue-flux .flux-caption[data-v-d49e9db8] {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px;
        line-height: 1.25
    }
}

.vue-flux .flux-pagination[data-v-d49e9db8] {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
    bottom: unset !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination[data-v-d49e9db8] {
        top: unset !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        bottom: 0 !important;
        left: 50% !important;
        right: 0 !important
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination ul[data-v-d49e9db8] {
        display: block
    }
}

.vue-flux .flux-pagination li span.pagination-item[data-v-d49e9db8] {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-transition: background-color .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, border .2s ease-in
}

.vue-flux .flux-pagination li.active span.pagination-item[data-v-d49e9db8] {
    background-color: #0b121c !important
}

@media(min-width:992px)and (max-width:1024.98px) {
    .col-lg-10[data-v-d49e9db8] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .offset-lg-2[data-v-d49e9db8] {
        margin-left: 0 !important
    }

    .col-lg-3[data-v-d49e9db8],
    .col-lg-4[data-v-d49e9db8],
    .col-lg-6[data-v-d49e9db8] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .flex-lg-row[data-v-d49e9db8] {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
}

@media(min-width:1025px) {
    .col-lg-6[data-v-d49e9db8] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-lg-4[data-v-d49e9db8] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }

    .col-lg-10[data-v-d49e9db8] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important
    }

    .offset-lg-2[data-v-d49e9db8] {
        margin-left: 16.666667% !important
    }
}

@media(min-width:1200px) {
    .col-xl-6[data-v-d49e9db8] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-xl-4[data-v-d49e9db8] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.button-mirror[data-v-d49e9db8],
.button[data-v-d49e9db8] {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    text-align: center
}

@media(max-width:1024px) {

    .button-mirror[data-v-d49e9db8],
    .button[data-v-d49e9db8] {
        width: 150px
    }
}

.button-mirror[data-v-d49e9db8]:before,
.button[data-v-d49e9db8]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b121c;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width:1024px) {

    .button-mirror[data-v-d49e9db8]:before,
    .button[data-v-d49e9db8]:before {
        display: none
    }
}

.button-mirror[data-v-d49e9db8]:hover:before,
.button[data-v-d49e9db8]:hover:before {
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.button-mirror[data-v-d49e9db8]:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.plyr__control--overlaid[data-v-d49e9db8] {
    background: #0b121c !important;
    top: 60% !important;
    z-index: 200 !important
}

.vue-flux[data-v-d49e9db8] {
    position: relative
}

.vue-flux[data-v-d49e9db8]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0;
    content: ""
}

.maprichtext p[data-v-d49e9db8] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .maprichtext p[data-v-d49e9db8] {
        font-size: calc(22px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .maprichtext p[data-v-d49e9db8] {
        font-size: calc(18px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .maprichtext p[data-v-d49e9db8] {
        font-size: calc(16px + .25vw);
        line-height: 1.6
    }
}

@media(max-width:575.98px) {
    .maprichtext p[data-v-d49e9db8] {
        font-size: calc(15px + .25vw);
        line-height: 1.6
    }
}

.industrytext-details[data-v-d49e9db8] {
    overflow: hidden;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media(max-width:767.98px) {
    .industrytext-details[data-v-d49e9db8] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        overflow: hidden
    }
}

.industrytext-details img.richtext-image[data-v-d49e9db8] {
    display: block;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin: 0;
    width: 50%;
    float: right
}

@media(min-width:768px)and (max-width:1024px) {
    .industrytext-details img.richtext-image[data-v-d49e9db8] {
        height: 60vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .industrytext-details img.richtext-image[data-v-d49e9db8] {
        height: 45vh;
        min-height: 350px;
        width: 100%;
        margin: 20px 0;
        float: unset
    }
}

.industrytext-details p[data-v-d49e9db8] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5% 0 0
}

@media(max-width:767.98px) {
    .industrytext-details p[data-v-d49e9db8] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        background: #f1f1f1;
        width: 90%;
        margin: -60px auto 0 auto !important;
        position: relative;
        z-index: 22
    }
}

.industrytext-details p[data-v-d49e9db8]:first-child {
    margin: 0
}

@media(max-width:1024px) {
    .career-richtext[data-v-d49e9db8] {
        text-align: center
    }
}

.career-richtext h3[data-v-d49e9db8] {
    color: #0b121c;
    margin: 20px 0
}

.career-richtext h3[data-v-d49e9db8]:first-child {
    margin: 0 0 20px 0
}

.career-richtext p[data-v-d49e9db8] {
    margin: 0 0 40px 0;
    padding: 0
}

@media(max-width:1024px) {
    .career-richtext p[data-v-d49e9db8] {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .career-richtext p[data-v-d49e9db8] {
        margin-bottom: 20px
    }
}

.career-richtext p[data-v-d49e9db8]:last-child {
    margin: 0
}

.career-richtext ul[data-v-d49e9db8] {
    padding-left: 30px;
    margin: 0 0 40px 0
}

@media(max-width:1024px) {
    .career-richtext ul[data-v-d49e9db8] {
        margin-bottom: 0
    }
}

.career-richtext ul li[data-v-d49e9db8] {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    text-align: justify;
    text-indent: unset;
    list-style: none
}

.career-richtext ul li[data-v-d49e9db8]:before {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
    font-family: FontAwesome;
    color: #1c1b1b;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.address-data[data-v-d49e9db8] {
    margin: 20px 0 0 0
}

.address-data div p[data-v-d49e9db8] {
    color: #fff;
    font-size: 15px
}

@media(max-width:576px) {
    .col-mbx-6[data-v-d49e9db8] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.news-richtext[data-v-d49e9db8] {
    overflow-x: hidden;
    background: #fff;
    padding: 40px;
    overflow: auto
}

@media(max-width:767.98px) {
    .news-richtext[data-v-d49e9db8] {
        text-align: center
    }
}

.news-richtext p[data-v-d49e9db8] {
    padding: 0;
    margin: 0
}

.news-richtext p[data-v-d49e9db8]:last-child {
    margin: 0
}

.news-richtext img.richtext-image.full-width[data-v-d49e9db8] {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.full-width[data-v-d49e9db8] {
        height: 50vh;
        min-height: 380px
    }
}

.news-richtext img.richtext-image.right[data-v-d49e9db8] {
    height: 70vh;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: right;
    padding-left: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .news-richtext img.richtext-image.right[data-v-d49e9db8] {
        width: 100%;
        height: 60vh;
        min-height: 450px;
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.right[data-v-d49e9db8] {
        width: 100%;
        height: 50vh;
        min-height: 380px;
        padding-left: 0
    }
}

.colortext-block[data-v-d49e9db8] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: -150px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .colortext-block[data-v-d49e9db8] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.colortext-block p[data-v-d49e9db8] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .colortext-block p[data-v-d49e9db8] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .colortext-block p[data-v-d49e9db8] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .colortext-block p[data-v-d49e9db8] {
        font-size: 15px;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .colortext-block p[data-v-d49e9db8] {
        font-size: 15px;
        line-height: 1.5;
        color: #637381
    }
}

.gncolortext-block[data-v-d49e9db8] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .gncolortext-block[data-v-d49e9db8] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.gncolortext-block p[data-v-d49e9db8] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .gncolortext-block p[data-v-d49e9db8] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .gncolortext-block p[data-v-d49e9db8] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .gncolortext-block p[data-v-d49e9db8] {
        font-size: calc(16px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .gncolortext-block p[data-v-d49e9db8] {
        font-size: calc(15px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:1024px) {
    .lrtcardtext-block div p[data-v-d49e9db8] {
        color: #fff
    }
}

.lrtcardtext-block div ul[data-v-d49e9db8] {
    padding-left: 20px
}

.lrtcardtext-block div ul li[data-v-d49e9db8] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .lrtcardtext-block div ul li[data-v-d49e9db8] {
        text-align: left;
        padding: 0
    }
}

[data-aos=new-animation][data-v-d49e9db8] {
    opacity: 0;
    -webkit-transition-property: width;
    transition-property: width
}

[data-aos=new-animation].aos-animate[data-v-d49e9db8] {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=new-animation][data-v-d49e9db8] {
        width: 100%
    }

    [data-aos=new-animation].aos-animate[data-v-d49e9db8] {
        width: 0
    }
}

.fake3d-image-effect__image[data-v-d49e9db8] {
    height: 100%
}

.fake3d-image-effect__image canvas[data-v-d49e9db8] {
    height: 100% !important
}

[data-v-d49e9db8]::-webkit-scrollbar {
    width: 8px
}

[data-v-d49e9db8]::-webkit-scrollbar-track {
    background: #212b36
}

[data-v-d49e9db8]::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.ftext p[data-v-d49e9db8] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px
}

.swiper-pagination-bullet-active[data-v-d49e9db8] {
    opacity: 1;
    background: #0b121c !important
}

ul.counter-row li.count-col[data-v-d49e9db8] {
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

@media(max-width:1024px) {
    ul.counter-row li.count-col[data-v-d49e9db8] {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-d49e9db8] {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        background: #f6f7f9;
        margin-bottom: 20px
    }
}

ul.counter-row li.count-col .counter-mainwrap[data-v-d49e9db8] {
    border-right: 1px solid #0b121c;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap[data-v-d49e9db8] {
        border-right: none;
        min-height: 180px
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text[data-v-d49e9db8] {
    text-align: center
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup[data-v-d49e9db8] {
        padding: 0 0 20px 0
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-d49e9db8] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-d49e9db8] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-d49e9db8] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-d49e9db8] {
        font-size: calc(30px + .25vw)
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext[data-v-d49e9db8] {
    margin-right: auto;
    text-align: center
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext p[data-v-d49e9db8] {
    font-size: 15px
}

ul.counter-row li.count-col[data-v-d49e9db8]:hover {
    background: #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap[data-v-d49e9db8] {
    border-right: 1px solid #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .ctext p[data-v-d49e9db8],
ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .icountup span[data-v-d49e9db8] {
    color: #fff
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-d49e9db8]:last-child {
        margin-bottom: 0
    }
}

ul.counter-row li.count-col:last-child .counter-mainwrap[data-v-d49e9db8] {
    border-right: none
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text[data-v-d49e9db8] {
    text-align: center;
    margin-right: 0
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text .ctext[data-v-d49e9db8] {
    text-align: center
}

.ctext-block[data-v-d49e9db8] {
    position: relative;
    z-index: 2
}

.ctext-block .ctitle-block[data-v-d49e9db8] {
    margin-bottom: 45px
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block[data-v-d49e9db8] {
        text-align: center
    }
}

.ctext-block .ctitle-block h2[data-v-d49e9db8] {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: calc(48px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block h2[data-v-d49e9db8] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block h2[data-v-d49e9db8] {
        font-size: calc(30px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block h2[data-v-d49e9db8] {
        font-size: calc(24px + .25vw);
        margin-bottom: 20px
    }
}

.ctext-block .ctitle-block div p[data-v-d49e9db8] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block div p[data-v-d49e9db8] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block div p[data-v-d49e9db8] {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block div p[data-v-d49e9db8] {
        font-size: 14px;
        line-height: 1.5
    }
}

.history-desc div p[data-v-d49e9db8] {
    font-size: calc(42px + .25vw);
    color: #212b36;
    font-weight: 700;
    line-height: 1.3;
    font-family: arial
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-desc div p[data-v-d49e9db8] {
        font-size: calc(32px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .history-desc div p[data-v-d49e9db8] {
        font-size: calc(24px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .history-desc div p[data-v-d49e9db8] {
        font-size: calc(16px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

.his-text p[data-v-d49e9db8] {
    font-size: calc(16px + .25vw);
    color: #fff
}

.history-details2 h2[data-v-d49e9db8] {
    margin-bottom: 10px;
    font-size: calc(48px + .25vw);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-details2 h2[data-v-d49e9db8] {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .history-details2 h2[data-v-d49e9db8] {
        font-size: calc(32px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:575px) {
    .history-details2 h2[data-v-d49e9db8] {
        font-size: calc(20px + .25vw)
    }
}

.history-details2 .his-text2 p[data-v-d49e9db8] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.news-text[data-v-d49e9db8] {
    padding: 20px 0 0 0
}

@media(max-width:767px) {
    .news-text[data-v-d49e9db8] {
        padding: 10px 0 0 0
    }
}

.news-text h4[data-v-d49e9db8] {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:1025px)and (max-width:1600px) {
    .news-text h4[data-v-d49e9db8] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .news-text h4[data-v-d49e9db8] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .news-text h4[data-v-d49e9db8] {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3
    }
}

.news-text div p[data-v-d49e9db8] {
    padding: 0;
    font-size: calc(13px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(min-width:768px)and (max-width:1440px) {
    .news-text div p[data-v-d49e9db8] {
        font-size: 15px;
        line-height: 1.6
    }
}

@media(max-width:767px) {
    .news-text div p[data-v-d49e9db8] {
        font-size: 14px
    }
}

.text-cont p[data-v-d49e9db8] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont p[data-v-d49e9db8] {
        text-align: center
    }
}

@media(max-width:1024px) {
    .text-cont ul[data-v-d49e9db8] {
        padding-left: 20px
    }
}

.text-cont ul li[data-v-d49e9db8] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont ul li[data-v-d49e9db8] {
        text-align: left;
        padding: 0
    }
}

.pdtext-cont p[data-v-d49e9db8] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont p[data-v-d49e9db8] {
        text-align: center
    }
}

.pdtext-cont ul[data-v-d49e9db8] {
    padding-left: 20px
}

.pdtext-cont ul li[data-v-d49e9db8] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont ul li[data-v-d49e9db8] {
        text-align: left;
        padding: 0
    }
}

.tab-desc div div p[data-v-d49e9db8] {
    color: #fff
}

.news-container[data-v-d49e9db8] {
    min-height: 100vh;
    overflow: hidden
}

.banner-container[data-v-d49e9db8] {
    width: 100%;
    height: 100vh
}

.banner-container .banner-wrap[data-v-d49e9db8] {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.banner-container .banner-wrap img[data-v-d49e9db8] {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.banner-container .banner-wrap .img-overlay[data-v-d49e9db8] {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0
}

.banner-container .banner-wrap .banner-text[data-v-d49e9db8] {
    position: absolute;
    width: 55%;
    top: 50%;
    left: 50%;
    z-index: 22;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

@media(min-width:1025px)and (max-width:1440px) {
    .banner-container .banner-wrap .banner-text[data-v-d49e9db8] {
        width: 60%
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .banner-container .banner-wrap .banner-text[data-v-d49e9db8] {
        width: 70%
    }
}

@media(max-width:767.98px) {
    .banner-container .banner-wrap .banner-text[data-v-d49e9db8] {
        width: 90%
    }
}

.banner-container .banner-wrap .banner-text h1[data-v-d49e9db8] {
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .banner-container .banner-wrap .banner-text h1[data-v-d49e9db8] {
        font-size: calc(52px + .25vw)
    }
}

@media(max-width:1024px) {
    .banner-container .banner-wrap .banner-text h1[data-v-d49e9db8] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px
    }
}

@media(max-width:767px) {
    .banner-container .banner-wrap .banner-text h1[data-v-d49e9db8] {
        font-size: calc(36px + .25vw);
        margin-bottom: 10px;
        padding: 0;
        letter-spacing: 1.5px
    }
}

.banner-container .banner-wrap .banner-text p[data-v-d49e9db8] {
    font-size: calc(30px + .25vw);
    line-height: 1.5;
    letter-spacing: .01em;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
    margin: 0;
    font-weight: 400
}

@media(max-width:1440px) {
    .banner-container .banner-wrap .banner-text p[data-v-d49e9db8] {
        font-size: calc(24px + .25vw)
    }
}

@media(max-width:767px) {
    .banner-container .banner-wrap .banner-text p[data-v-d49e9db8] {
        font-size: calc(15px + .25vw);
        font-weight: 500;
        color: rgba(222, 229, 234, .8)
    }
}

.pagination[data-v-d49e9db8] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 40px 0
}

.pagination ul li[data-v-d49e9db8] {
    display: inline-block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ddd;
    cursor: pointer
}

.pagination ul li.active[data-v-d49e9db8] {
    background-color: #0b121c;
    color: #fff;
    border: 1px solid #0b121c
}

.pagination li[data-v-d49e9db8]:hover:not(.active) {
    background-color: #ddd
}

.pagination li[data-v-d49e9db8]:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.pagination li[data-v-d49e9db8]:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

[data-v-3435dd3a] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-3435dd3a] {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #637381;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 0
}

.img-fluid[data-v-3435dd3a] {
    max-width: 100%;
    height: auto;
    display: block
}

ol[data-v-3435dd3a],
ul[data-v-3435dd3a] {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif
}

a[data-v-3435dd3a],
li[data-v-3435dd3a],
p[data-v-3435dd3a],
ul[data-v-3435dd3a] {
    font-family: Roboto, sans-serif;
    color: #637381;
    margin-bottom: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(max-width:767px) {

    a[data-v-3435dd3a],
    li[data-v-3435dd3a],
    p[data-v-3435dd3a],
    ul[data-v-3435dd3a] {
        font-size: 15px
    }
}

.title-color[data-v-3435dd3a] {
    color: #0b121c
}

h1[data-v-3435dd3a],
h2[data-v-3435dd3a],
h3[data-v-3435dd3a],
h4[data-v-3435dd3a],
h5[data-v-3435dd3a],
h6[data-v-3435dd3a] {
    font-family: arial;
    font-weight: 700;
    color: #212b36;
    margin: 0;
    text-transform: capitalize
}

h1[data-v-3435dd3a] {
    font-size: calc(52px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h1[data-v-3435dd3a] {
        font-size: calc(42px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    h1[data-v-3435dd3a] {
        font-size: calc(36px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575px) {
    h1[data-v-3435dd3a] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h2[data-v-3435dd3a] {
    font-size: calc(48px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    h2[data-v-3435dd3a] {
        font-size: calc(38px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    h2[data-v-3435dd3a] {
        font-size: calc(34px + .25vw);
        line-height: 1.3
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    h2[data-v-3435dd3a] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575.98px) {
    h2[data-v-3435dd3a] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h3[data-v-3435dd3a] {
    font-size: calc(34px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h3[data-v-3435dd3a] {
        font-size: calc(28px + .25vw);
        letter-spacing: 1px
    }
}

@media(max-width:1024px) {
    h3[data-v-3435dd3a] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

@media(max-width:575px) {
    h3[data-v-3435dd3a] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

h4[data-v-3435dd3a] {
    font-size: 28px
}

@media(max-width:1024px) {
    h4[data-v-3435dd3a] {
        font-size: 20px
    }
}

@media(max-width:575px) {
    h4[data-v-3435dd3a] {
        font-size: 18px
    }
}

h5[data-v-3435dd3a] {
    font-size: 20px
}

@media(max-width:1024px) {
    h5[data-v-3435dd3a] {
        font-size: 18px
    }
}

@media(max-width:575px) {
    h5[data-v-3435dd3a] {
        font-size: 15px
    }
}

h6[data-v-3435dd3a] {
    font-size: 16px
}

@media(max-width:1024px) {
    h6[data-v-3435dd3a] {
        font-size: 15px
    }
}

@media(max-width:575px) {
    h6[data-v-3435dd3a] {
        font-size: 14px
    }
}

.pd-5[data-v-3435dd3a] {
    padding: 0 5% !important
}

.mask[data-v-3435dd3a] {
    height: 100vh !important;
    width: 100% !important
}

.vue-flux .flux-caption[data-v-3435dd3a] {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70% !important;
    text-align: center !important;
    font-family: arial;
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .vue-flux .flux-caption[data-v-3435dd3a] {
        font-size: calc(52px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-caption[data-v-3435dd3a] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .vue-flux .flux-caption[data-v-3435dd3a] {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px;
        line-height: 1.25
    }
}

.vue-flux .flux-pagination[data-v-3435dd3a] {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
    bottom: unset !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination[data-v-3435dd3a] {
        top: unset !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        bottom: 0 !important;
        left: 50% !important;
        right: 0 !important
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination ul[data-v-3435dd3a] {
        display: block
    }
}

.vue-flux .flux-pagination li span.pagination-item[data-v-3435dd3a] {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-transition: background-color .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, border .2s ease-in
}

.vue-flux .flux-pagination li.active span.pagination-item[data-v-3435dd3a] {
    background-color: #0b121c !important
}

@media(min-width:992px)and (max-width:1024.98px) {
    .col-lg-10[data-v-3435dd3a] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .offset-lg-2[data-v-3435dd3a] {
        margin-left: 0 !important
    }

    .col-lg-3[data-v-3435dd3a],
    .col-lg-4[data-v-3435dd3a],
    .col-lg-6[data-v-3435dd3a] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .flex-lg-row[data-v-3435dd3a] {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
}

@media(min-width:1025px) {
    .col-lg-6[data-v-3435dd3a] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-lg-4[data-v-3435dd3a] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }

    .col-lg-10[data-v-3435dd3a] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important
    }

    .offset-lg-2[data-v-3435dd3a] {
        margin-left: 16.666667% !important
    }
}

@media(min-width:1200px) {
    .col-xl-6[data-v-3435dd3a] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-xl-4[data-v-3435dd3a] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.button-mirror[data-v-3435dd3a],
.button[data-v-3435dd3a] {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    text-align: center
}

@media(max-width:1024px) {

    .button-mirror[data-v-3435dd3a],
    .button[data-v-3435dd3a] {
        width: 150px
    }
}

.button-mirror[data-v-3435dd3a]:before,
.button[data-v-3435dd3a]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b121c;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width:1024px) {

    .button-mirror[data-v-3435dd3a]:before,
    .button[data-v-3435dd3a]:before {
        display: none
    }
}

.button-mirror[data-v-3435dd3a]:hover:before,
.button[data-v-3435dd3a]:hover:before {
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.button-mirror[data-v-3435dd3a]:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.plyr__control--overlaid[data-v-3435dd3a] {
    background: #0b121c !important;
    top: 60% !important;
    z-index: 200 !important
}

.vue-flux[data-v-3435dd3a] {
    position: relative
}

.vue-flux[data-v-3435dd3a]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0;
    content: ""
}

.maprichtext p[data-v-3435dd3a] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .maprichtext p[data-v-3435dd3a] {
        font-size: calc(22px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .maprichtext p[data-v-3435dd3a] {
        font-size: calc(18px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .maprichtext p[data-v-3435dd3a] {
        font-size: calc(16px + .25vw);
        line-height: 1.6
    }
}

@media(max-width:575.98px) {
    .maprichtext p[data-v-3435dd3a] {
        font-size: calc(15px + .25vw);
        line-height: 1.6
    }
}

.industrytext-details[data-v-3435dd3a] {
    overflow: hidden;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media(max-width:767.98px) {
    .industrytext-details[data-v-3435dd3a] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        overflow: hidden
    }
}

.industrytext-details img.richtext-image[data-v-3435dd3a] {
    display: block;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin: 0;
    width: 50%;
    float: right
}

@media(min-width:768px)and (max-width:1024px) {
    .industrytext-details img.richtext-image[data-v-3435dd3a] {
        height: 60vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .industrytext-details img.richtext-image[data-v-3435dd3a] {
        height: 45vh;
        min-height: 350px;
        width: 100%;
        margin: 20px 0;
        float: unset
    }
}

.industrytext-details p[data-v-3435dd3a] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5% 0 0
}

@media(max-width:767.98px) {
    .industrytext-details p[data-v-3435dd3a] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        background: #f1f1f1;
        width: 90%;
        margin: -60px auto 0 auto !important;
        position: relative;
        z-index: 22
    }
}

.industrytext-details p[data-v-3435dd3a]:first-child {
    margin: 0
}

@media(max-width:1024px) {
    .career-richtext[data-v-3435dd3a] {
        text-align: center
    }
}

.career-richtext h3[data-v-3435dd3a] {
    color: #0b121c;
    margin: 20px 0
}

.career-richtext h3[data-v-3435dd3a]:first-child {
    margin: 0 0 20px 0
}

.career-richtext p[data-v-3435dd3a] {
    margin: 0 0 40px 0;
    padding: 0
}

@media(max-width:1024px) {
    .career-richtext p[data-v-3435dd3a] {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .career-richtext p[data-v-3435dd3a] {
        margin-bottom: 20px
    }
}

.career-richtext p[data-v-3435dd3a]:last-child {
    margin: 0
}

.career-richtext ul[data-v-3435dd3a] {
    padding-left: 30px;
    margin: 0 0 40px 0
}

@media(max-width:1024px) {
    .career-richtext ul[data-v-3435dd3a] {
        margin-bottom: 0
    }
}

.career-richtext ul li[data-v-3435dd3a] {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    text-align: justify;
    text-indent: unset;
    list-style: none
}

.career-richtext ul li[data-v-3435dd3a]:before {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
    font-family: FontAwesome;
    color: #1c1b1b;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.address-data[data-v-3435dd3a] {
    margin: 20px 0 0 0
}

.address-data div p[data-v-3435dd3a] {
    color: #fff;
    font-size: 15px
}

@media(max-width:576px) {
    .col-mbx-6[data-v-3435dd3a] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.news-richtext[data-v-3435dd3a] {
    overflow-x: hidden;
    background: #fff;
    padding: 40px;
    overflow: auto
}

@media(max-width:767.98px) {
    .news-richtext[data-v-3435dd3a] {
        text-align: center
    }
}

.news-richtext p[data-v-3435dd3a] {
    padding: 0;
    margin: 0
}

.news-richtext p[data-v-3435dd3a]:last-child {
    margin: 0
}

.news-richtext img.richtext-image.full-width[data-v-3435dd3a] {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.full-width[data-v-3435dd3a] {
        height: 50vh;
        min-height: 380px
    }
}

.news-richtext img.richtext-image.right[data-v-3435dd3a] {
    height: 70vh;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: right;
    padding-left: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .news-richtext img.richtext-image.right[data-v-3435dd3a] {
        width: 100%;
        height: 60vh;
        min-height: 450px;
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.right[data-v-3435dd3a] {
        width: 100%;
        height: 50vh;
        min-height: 380px;
        padding-left: 0
    }
}

.colortext-block[data-v-3435dd3a] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: -150px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .colortext-block[data-v-3435dd3a] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.colortext-block p[data-v-3435dd3a] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .colortext-block p[data-v-3435dd3a] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .colortext-block p[data-v-3435dd3a] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .colortext-block p[data-v-3435dd3a] {
        font-size: 15px;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .colortext-block p[data-v-3435dd3a] {
        font-size: 15px;
        line-height: 1.5;
        color: #637381
    }
}

.gncolortext-block[data-v-3435dd3a] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .gncolortext-block[data-v-3435dd3a] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.gncolortext-block p[data-v-3435dd3a] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .gncolortext-block p[data-v-3435dd3a] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .gncolortext-block p[data-v-3435dd3a] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .gncolortext-block p[data-v-3435dd3a] {
        font-size: calc(16px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .gncolortext-block p[data-v-3435dd3a] {
        font-size: calc(15px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:1024px) {
    .lrtcardtext-block div p[data-v-3435dd3a] {
        color: #fff
    }
}

.lrtcardtext-block div ul[data-v-3435dd3a] {
    padding-left: 20px
}

.lrtcardtext-block div ul li[data-v-3435dd3a] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .lrtcardtext-block div ul li[data-v-3435dd3a] {
        text-align: left;
        padding: 0
    }
}

[data-aos=new-animation][data-v-3435dd3a] {
    opacity: 0;
    -webkit-transition-property: width;
    transition-property: width
}

[data-aos=new-animation].aos-animate[data-v-3435dd3a] {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=new-animation][data-v-3435dd3a] {
        width: 100%
    }

    [data-aos=new-animation].aos-animate[data-v-3435dd3a] {
        width: 0
    }
}

.fake3d-image-effect__image[data-v-3435dd3a] {
    height: 100%
}

.fake3d-image-effect__image canvas[data-v-3435dd3a] {
    height: 100% !important
}

[data-v-3435dd3a]::-webkit-scrollbar {
    width: 8px
}

[data-v-3435dd3a]::-webkit-scrollbar-track {
    background: #212b36
}

[data-v-3435dd3a]::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.ftext p[data-v-3435dd3a] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px
}

.swiper-pagination-bullet-active[data-v-3435dd3a] {
    opacity: 1;
    background: #0b121c !important
}

ul.counter-row li.count-col[data-v-3435dd3a] {
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

@media(max-width:1024px) {
    ul.counter-row li.count-col[data-v-3435dd3a] {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-3435dd3a] {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        background: #f6f7f9;
        margin-bottom: 20px
    }
}

ul.counter-row li.count-col .counter-mainwrap[data-v-3435dd3a] {
    border-right: 1px solid #0b121c;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap[data-v-3435dd3a] {
        border-right: none;
        min-height: 180px
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text[data-v-3435dd3a] {
    text-align: center
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup[data-v-3435dd3a] {
        padding: 0 0 20px 0
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-3435dd3a] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-3435dd3a] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-3435dd3a] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-3435dd3a] {
        font-size: calc(30px + .25vw)
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext[data-v-3435dd3a] {
    margin-right: auto;
    text-align: center
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext p[data-v-3435dd3a] {
    font-size: 15px
}

ul.counter-row li.count-col[data-v-3435dd3a]:hover {
    background: #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap[data-v-3435dd3a] {
    border-right: 1px solid #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .ctext p[data-v-3435dd3a],
ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .icountup span[data-v-3435dd3a] {
    color: #fff
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-3435dd3a]:last-child {
        margin-bottom: 0
    }
}

ul.counter-row li.count-col:last-child .counter-mainwrap[data-v-3435dd3a] {
    border-right: none
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text[data-v-3435dd3a] {
    text-align: center;
    margin-right: 0
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text .ctext[data-v-3435dd3a] {
    text-align: center
}

.ctext-block[data-v-3435dd3a] {
    position: relative;
    z-index: 2
}

.ctext-block .ctitle-block[data-v-3435dd3a] {
    margin-bottom: 45px
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block[data-v-3435dd3a] {
        text-align: center
    }
}

.ctext-block .ctitle-block h2[data-v-3435dd3a] {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: calc(48px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block h2[data-v-3435dd3a] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block h2[data-v-3435dd3a] {
        font-size: calc(30px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block h2[data-v-3435dd3a] {
        font-size: calc(24px + .25vw);
        margin-bottom: 20px
    }
}

.ctext-block .ctitle-block div p[data-v-3435dd3a] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block div p[data-v-3435dd3a] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block div p[data-v-3435dd3a] {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block div p[data-v-3435dd3a] {
        font-size: 14px;
        line-height: 1.5
    }
}

.history-desc div p[data-v-3435dd3a] {
    font-size: calc(42px + .25vw);
    color: #212b36;
    font-weight: 700;
    line-height: 1.3;
    font-family: arial
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-desc div p[data-v-3435dd3a] {
        font-size: calc(32px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .history-desc div p[data-v-3435dd3a] {
        font-size: calc(24px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .history-desc div p[data-v-3435dd3a] {
        font-size: calc(16px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

.his-text p[data-v-3435dd3a] {
    font-size: calc(16px + .25vw);
    color: #fff
}

.history-details2 h2[data-v-3435dd3a] {
    margin-bottom: 10px;
    font-size: calc(48px + .25vw);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-details2 h2[data-v-3435dd3a] {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .history-details2 h2[data-v-3435dd3a] {
        font-size: calc(32px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:575px) {
    .history-details2 h2[data-v-3435dd3a] {
        font-size: calc(20px + .25vw)
    }
}

.history-details2 .his-text2 p[data-v-3435dd3a] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.news-text[data-v-3435dd3a] {
    padding: 20px 0 0 0
}

@media(max-width:767px) {
    .news-text[data-v-3435dd3a] {
        padding: 10px 0 0 0
    }
}

.news-text h4[data-v-3435dd3a] {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:1025px)and (max-width:1600px) {
    .news-text h4[data-v-3435dd3a] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .news-text h4[data-v-3435dd3a] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .news-text h4[data-v-3435dd3a] {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3
    }
}

.news-text div p[data-v-3435dd3a] {
    padding: 0;
    font-size: calc(13px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(min-width:768px)and (max-width:1440px) {
    .news-text div p[data-v-3435dd3a] {
        font-size: 15px;
        line-height: 1.6
    }
}

@media(max-width:767px) {
    .news-text div p[data-v-3435dd3a] {
        font-size: 14px
    }
}

.text-cont p[data-v-3435dd3a] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont p[data-v-3435dd3a] {
        text-align: center
    }
}

@media(max-width:1024px) {
    .text-cont ul[data-v-3435dd3a] {
        padding-left: 20px
    }
}

.text-cont ul li[data-v-3435dd3a] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont ul li[data-v-3435dd3a] {
        text-align: left;
        padding: 0
    }
}

.pdtext-cont p[data-v-3435dd3a] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont p[data-v-3435dd3a] {
        text-align: center
    }
}

.pdtext-cont ul[data-v-3435dd3a] {
    padding-left: 20px
}

.pdtext-cont ul li[data-v-3435dd3a] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont ul li[data-v-3435dd3a] {
        text-align: left;
        padding: 0
    }
}

.tab-desc div div p[data-v-3435dd3a] {
    color: #fff
}

.newsdetails-container[data-v-3435dd3a] {
    min-height: 100vh;
    overflow: hidden
}

.banner-container[data-v-3435dd3a] {
    width: 100%;
    height: 100vh
}

.banner-container .banner-wrap[data-v-3435dd3a] {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.banner-container .banner-wrap img[data-v-3435dd3a] {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.banner-container .banner-wrap .img-overlay[data-v-3435dd3a] {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0
}

.banner-container .banner-wrap .banner-text[data-v-3435dd3a] {
    position: absolute;
    width: 55%;
    top: 50%;
    left: 50%;
    z-index: 22;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

@media(min-width:1025px)and (max-width:1440px) {
    .banner-container .banner-wrap .banner-text[data-v-3435dd3a] {
        width: 60%
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .banner-container .banner-wrap .banner-text[data-v-3435dd3a] {
        width: 70%
    }
}

@media(max-width:767.98px) {
    .banner-container .banner-wrap .banner-text[data-v-3435dd3a] {
        width: 90%
    }
}

.banner-container .banner-wrap .banner-text h1[data-v-3435dd3a] {
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .banner-container .banner-wrap .banner-text h1[data-v-3435dd3a] {
        font-size: calc(52px + .25vw)
    }
}

@media(max-width:1024px) {
    .banner-container .banner-wrap .banner-text h1[data-v-3435dd3a] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px
    }
}

@media(max-width:767px) {
    .banner-container .banner-wrap .banner-text h1[data-v-3435dd3a] {
        font-size: calc(36px + .25vw);
        margin-bottom: 10px;
        padding: 0;
        letter-spacing: 1.5px
    }
}

.banner-container .banner-wrap .banner-text p[data-v-3435dd3a] {
    font-size: calc(30px + .25vw);
    line-height: 1.5;
    letter-spacing: .01em;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
    margin: 0;
    font-weight: 400
}

@media(max-width:1440px) {
    .banner-container .banner-wrap .banner-text p[data-v-3435dd3a] {
        font-size: calc(24px + .25vw)
    }
}

@media(max-width:767px) {
    .banner-container .banner-wrap .banner-text p[data-v-3435dd3a] {
        font-size: calc(15px + .25vw);
        font-weight: 500;
        color: rgba(222, 229, 234, .8)
    }
}

.newstitle-cont[data-v-3435dd3a] {
    background: #f6f7f9
}

.newstitle-cont .newstitle-header[data-v-3435dd3a] {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    padding: 80px 0
}

@media(min-width:768px)and (max-width:1024px) {
    .newstitle-cont .newstitle-header[data-v-3435dd3a] {
        padding: 60px 0;
        width: 80%
    }
}

@media(max-width:767.98px) {
    .newstitle-cont .newstitle-header[data-v-3435dd3a] {
        padding: 40px 0;
        width: 90%
    }
}

.newstitle-cont .newstitle-header .author[data-v-3435dd3a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding: 20px 0 0 0
}

@media(min-width:768px)and (max-width:1024px) {
    .newstitle-cont .newstitle-header .author[data-v-3435dd3a] {
        padding: 15px 0 0 0
    }
}

@media(max-width:767.98px) {
    .newstitle-cont .newstitle-header .author[data-v-3435dd3a] {
        padding: 10px 0 0 0
    }
}

.newstitle-cont .newstitle-header .author p[data-v-3435dd3a] {
    margin: 0;
    padding: 0
}

[data-v-261509ad] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-261509ad] {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #637381;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 0
}

.img-fluid[data-v-261509ad] {
    max-width: 100%;
    height: auto;
    display: block
}

ol[data-v-261509ad],
ul[data-v-261509ad] {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif
}

a[data-v-261509ad],
li[data-v-261509ad],
p[data-v-261509ad],
ul[data-v-261509ad] {
    font-family: Roboto, sans-serif;
    color: #637381;
    margin-bottom: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(max-width:767px) {

    a[data-v-261509ad],
    li[data-v-261509ad],
    p[data-v-261509ad],
    ul[data-v-261509ad] {
        font-size: 15px
    }
}

.title-color[data-v-261509ad] {
    color: #0b121c
}

h1[data-v-261509ad],
h2[data-v-261509ad],
h3[data-v-261509ad],
h4[data-v-261509ad],
h5[data-v-261509ad],
h6[data-v-261509ad] {
    font-family: arial;
    font-weight: 700;
    color: #212b36;
    margin: 0;
    text-transform: capitalize
}

h1[data-v-261509ad] {
    font-size: calc(52px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h1[data-v-261509ad] {
        font-size: calc(42px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    h1[data-v-261509ad] {
        font-size: calc(36px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575px) {
    h1[data-v-261509ad] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h2[data-v-261509ad] {
    font-size: calc(48px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    h2[data-v-261509ad] {
        font-size: calc(38px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    h2[data-v-261509ad] {
        font-size: calc(34px + .25vw);
        line-height: 1.3
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    h2[data-v-261509ad] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575.98px) {
    h2[data-v-261509ad] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h3[data-v-261509ad] {
    font-size: calc(34px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h3[data-v-261509ad] {
        font-size: calc(28px + .25vw);
        letter-spacing: 1px
    }
}

@media(max-width:1024px) {
    h3[data-v-261509ad] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

@media(max-width:575px) {
    h3[data-v-261509ad] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

h4[data-v-261509ad] {
    font-size: 28px
}

@media(max-width:1024px) {
    h4[data-v-261509ad] {
        font-size: 20px
    }
}

@media(max-width:575px) {
    h4[data-v-261509ad] {
        font-size: 18px
    }
}

h5[data-v-261509ad] {
    font-size: 20px
}

@media(max-width:1024px) {
    h5[data-v-261509ad] {
        font-size: 18px
    }
}

@media(max-width:575px) {
    h5[data-v-261509ad] {
        font-size: 15px
    }
}

h6[data-v-261509ad] {
    font-size: 16px
}

@media(max-width:1024px) {
    h6[data-v-261509ad] {
        font-size: 15px
    }
}

@media(max-width:575px) {
    h6[data-v-261509ad] {
        font-size: 14px
    }
}

.pd-5[data-v-261509ad] {
    padding: 0 5% !important
}

.mask[data-v-261509ad] {
    height: 100vh !important;
    width: 100% !important
}

.vue-flux .flux-caption[data-v-261509ad] {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70% !important;
    text-align: center !important;
    font-family: arial;
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .vue-flux .flux-caption[data-v-261509ad] {
        font-size: calc(52px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-caption[data-v-261509ad] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .vue-flux .flux-caption[data-v-261509ad] {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px;
        line-height: 1.25
    }
}

.vue-flux .flux-pagination[data-v-261509ad] {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
    bottom: unset !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination[data-v-261509ad] {
        top: unset !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        bottom: 0 !important;
        left: 50% !important;
        right: 0 !important
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination ul[data-v-261509ad] {
        display: block
    }
}

.vue-flux .flux-pagination li span.pagination-item[data-v-261509ad] {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-transition: background-color .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, border .2s ease-in
}

.vue-flux .flux-pagination li.active span.pagination-item[data-v-261509ad] {
    background-color: #0b121c !important
}

@media(min-width:992px)and (max-width:1024.98px) {
    .col-lg-10[data-v-261509ad] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .offset-lg-2[data-v-261509ad] {
        margin-left: 0 !important
    }

    .col-lg-3[data-v-261509ad],
    .col-lg-4[data-v-261509ad],
    .col-lg-6[data-v-261509ad] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .flex-lg-row[data-v-261509ad] {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
}

@media(min-width:1025px) {
    .col-lg-6[data-v-261509ad] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-lg-4[data-v-261509ad] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }

    .col-lg-10[data-v-261509ad] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important
    }

    .offset-lg-2[data-v-261509ad] {
        margin-left: 16.666667% !important
    }
}

@media(min-width:1200px) {
    .col-xl-6[data-v-261509ad] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-xl-4[data-v-261509ad] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.button-mirror[data-v-261509ad],
.button[data-v-261509ad] {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    text-align: center
}

@media(max-width:1024px) {

    .button-mirror[data-v-261509ad],
    .button[data-v-261509ad] {
        width: 150px
    }
}

.button-mirror[data-v-261509ad]:before,
.button[data-v-261509ad]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b121c;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width:1024px) {

    .button-mirror[data-v-261509ad]:before,
    .button[data-v-261509ad]:before {
        display: none
    }
}

.button-mirror[data-v-261509ad]:hover:before,
.button[data-v-261509ad]:hover:before {
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.button-mirror[data-v-261509ad]:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.plyr__control--overlaid[data-v-261509ad] {
    background: #0b121c !important;
    top: 60% !important;
    z-index: 200 !important
}

.vue-flux[data-v-261509ad] {
    position: relative
}

.vue-flux[data-v-261509ad]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0;
    content: ""
}

.maprichtext p[data-v-261509ad] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .maprichtext p[data-v-261509ad] {
        font-size: calc(22px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .maprichtext p[data-v-261509ad] {
        font-size: calc(18px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .maprichtext p[data-v-261509ad] {
        font-size: calc(16px + .25vw);
        line-height: 1.6
    }
}

@media(max-width:575.98px) {
    .maprichtext p[data-v-261509ad] {
        font-size: calc(15px + .25vw);
        line-height: 1.6
    }
}

.industrytext-details[data-v-261509ad] {
    overflow: hidden;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media(max-width:767.98px) {
    .industrytext-details[data-v-261509ad] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        overflow: hidden
    }
}

.industrytext-details img.richtext-image[data-v-261509ad] {
    display: block;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin: 0;
    width: 50%;
    float: right
}

@media(min-width:768px)and (max-width:1024px) {
    .industrytext-details img.richtext-image[data-v-261509ad] {
        height: 60vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .industrytext-details img.richtext-image[data-v-261509ad] {
        height: 45vh;
        min-height: 350px;
        width: 100%;
        margin: 20px 0;
        float: unset
    }
}

.industrytext-details p[data-v-261509ad] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5% 0 0
}

@media(max-width:767.98px) {
    .industrytext-details p[data-v-261509ad] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        background: #f1f1f1;
        width: 90%;
        margin: -60px auto 0 auto !important;
        position: relative;
        z-index: 22
    }
}

.industrytext-details p[data-v-261509ad]:first-child {
    margin: 0
}

@media(max-width:1024px) {
    .career-richtext[data-v-261509ad] {
        text-align: center
    }
}

.career-richtext h3[data-v-261509ad] {
    color: #0b121c;
    margin: 20px 0
}

.career-richtext h3[data-v-261509ad]:first-child {
    margin: 0 0 20px 0
}

.career-richtext p[data-v-261509ad] {
    margin: 0 0 40px 0;
    padding: 0
}

@media(max-width:1024px) {
    .career-richtext p[data-v-261509ad] {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .career-richtext p[data-v-261509ad] {
        margin-bottom: 20px
    }
}

.career-richtext p[data-v-261509ad]:last-child {
    margin: 0
}

.career-richtext ul[data-v-261509ad] {
    padding-left: 30px;
    margin: 0 0 40px 0
}

@media(max-width:1024px) {
    .career-richtext ul[data-v-261509ad] {
        margin-bottom: 0
    }
}

.career-richtext ul li[data-v-261509ad] {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    text-align: justify;
    text-indent: unset;
    list-style: none
}

.career-richtext ul li[data-v-261509ad]:before {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
    font-family: FontAwesome;
    color: #1c1b1b;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.address-data[data-v-261509ad] {
    margin: 20px 0 0 0
}

.address-data div p[data-v-261509ad] {
    color: #fff;
    font-size: 15px
}

@media(max-width:576px) {
    .col-mbx-6[data-v-261509ad] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.news-richtext[data-v-261509ad] {
    overflow-x: hidden;
    background: #fff;
    padding: 40px;
    overflow: auto
}

@media(max-width:767.98px) {
    .news-richtext[data-v-261509ad] {
        text-align: center
    }
}

.news-richtext p[data-v-261509ad] {
    padding: 0;
    margin: 0
}

.news-richtext p[data-v-261509ad]:last-child {
    margin: 0
}

.news-richtext img.richtext-image.full-width[data-v-261509ad] {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.full-width[data-v-261509ad] {
        height: 50vh;
        min-height: 380px
    }
}

.news-richtext img.richtext-image.right[data-v-261509ad] {
    height: 70vh;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: right;
    padding-left: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .news-richtext img.richtext-image.right[data-v-261509ad] {
        width: 100%;
        height: 60vh;
        min-height: 450px;
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.right[data-v-261509ad] {
        width: 100%;
        height: 50vh;
        min-height: 380px;
        padding-left: 0
    }
}

.colortext-block[data-v-261509ad] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: -150px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .colortext-block[data-v-261509ad] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.colortext-block p[data-v-261509ad] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .colortext-block p[data-v-261509ad] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .colortext-block p[data-v-261509ad] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .colortext-block p[data-v-261509ad] {
        font-size: 15px;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .colortext-block p[data-v-261509ad] {
        font-size: 15px;
        line-height: 1.5;
        color: #637381
    }
}

.gncolortext-block[data-v-261509ad] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .gncolortext-block[data-v-261509ad] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.gncolortext-block p[data-v-261509ad] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .gncolortext-block p[data-v-261509ad] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .gncolortext-block p[data-v-261509ad] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .gncolortext-block p[data-v-261509ad] {
        font-size: calc(16px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .gncolortext-block p[data-v-261509ad] {
        font-size: calc(15px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:1024px) {
    .lrtcardtext-block div p[data-v-261509ad] {
        color: #fff
    }
}

.lrtcardtext-block div ul[data-v-261509ad] {
    padding-left: 20px
}

.lrtcardtext-block div ul li[data-v-261509ad] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .lrtcardtext-block div ul li[data-v-261509ad] {
        text-align: left;
        padding: 0
    }
}

[data-aos=new-animation][data-v-261509ad] {
    opacity: 0;
    -webkit-transition-property: width;
    transition-property: width
}

[data-aos=new-animation].aos-animate[data-v-261509ad] {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=new-animation][data-v-261509ad] {
        width: 100%
    }

    [data-aos=new-animation].aos-animate[data-v-261509ad] {
        width: 0
    }
}

.fake3d-image-effect__image[data-v-261509ad] {
    height: 100%
}

.fake3d-image-effect__image canvas[data-v-261509ad] {
    height: 100% !important
}

[data-v-261509ad]::-webkit-scrollbar {
    width: 8px
}

[data-v-261509ad]::-webkit-scrollbar-track {
    background: #212b36
}

[data-v-261509ad]::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.ftext p[data-v-261509ad] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px
}

.swiper-pagination-bullet-active[data-v-261509ad] {
    opacity: 1;
    background: #0b121c !important
}

ul.counter-row li.count-col[data-v-261509ad] {
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

@media(max-width:1024px) {
    ul.counter-row li.count-col[data-v-261509ad] {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-261509ad] {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        background: #f6f7f9;
        margin-bottom: 20px
    }
}

ul.counter-row li.count-col .counter-mainwrap[data-v-261509ad] {
    border-right: 1px solid #0b121c;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap[data-v-261509ad] {
        border-right: none;
        min-height: 180px
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text[data-v-261509ad] {
    text-align: center
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup[data-v-261509ad] {
        padding: 0 0 20px 0
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-261509ad] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-261509ad] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-261509ad] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-261509ad] {
        font-size: calc(30px + .25vw)
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext[data-v-261509ad] {
    margin-right: auto;
    text-align: center
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext p[data-v-261509ad] {
    font-size: 15px
}

ul.counter-row li.count-col[data-v-261509ad]:hover {
    background: #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap[data-v-261509ad] {
    border-right: 1px solid #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .ctext p[data-v-261509ad],
ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .icountup span[data-v-261509ad] {
    color: #fff
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-261509ad]:last-child {
        margin-bottom: 0
    }
}

ul.counter-row li.count-col:last-child .counter-mainwrap[data-v-261509ad] {
    border-right: none
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text[data-v-261509ad] {
    text-align: center;
    margin-right: 0
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text .ctext[data-v-261509ad] {
    text-align: center
}

.ctext-block[data-v-261509ad] {
    position: relative;
    z-index: 2
}

.ctext-block .ctitle-block[data-v-261509ad] {
    margin-bottom: 45px
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block[data-v-261509ad] {
        text-align: center
    }
}

.ctext-block .ctitle-block h2[data-v-261509ad] {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: calc(48px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block h2[data-v-261509ad] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block h2[data-v-261509ad] {
        font-size: calc(30px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block h2[data-v-261509ad] {
        font-size: calc(24px + .25vw);
        margin-bottom: 20px
    }
}

.ctext-block .ctitle-block div p[data-v-261509ad] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block div p[data-v-261509ad] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block div p[data-v-261509ad] {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block div p[data-v-261509ad] {
        font-size: 14px;
        line-height: 1.5
    }
}

.history-desc div p[data-v-261509ad] {
    font-size: calc(42px + .25vw);
    color: #212b36;
    font-weight: 700;
    line-height: 1.3;
    font-family: arial
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-desc div p[data-v-261509ad] {
        font-size: calc(32px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .history-desc div p[data-v-261509ad] {
        font-size: calc(24px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .history-desc div p[data-v-261509ad] {
        font-size: calc(16px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

.his-text p[data-v-261509ad] {
    font-size: calc(16px + .25vw);
    color: #fff
}

.history-details2 h2[data-v-261509ad] {
    margin-bottom: 10px;
    font-size: calc(48px + .25vw);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-details2 h2[data-v-261509ad] {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .history-details2 h2[data-v-261509ad] {
        font-size: calc(32px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:575px) {
    .history-details2 h2[data-v-261509ad] {
        font-size: calc(20px + .25vw)
    }
}

.history-details2 .his-text2 p[data-v-261509ad] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.news-text[data-v-261509ad] {
    padding: 20px 0 0 0
}

@media(max-width:767px) {
    .news-text[data-v-261509ad] {
        padding: 10px 0 0 0
    }
}

.news-text h4[data-v-261509ad] {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:1025px)and (max-width:1600px) {
    .news-text h4[data-v-261509ad] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .news-text h4[data-v-261509ad] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .news-text h4[data-v-261509ad] {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3
    }
}

.news-text div p[data-v-261509ad] {
    padding: 0;
    font-size: calc(13px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(min-width:768px)and (max-width:1440px) {
    .news-text div p[data-v-261509ad] {
        font-size: 15px;
        line-height: 1.6
    }
}

@media(max-width:767px) {
    .news-text div p[data-v-261509ad] {
        font-size: 14px
    }
}

.text-cont p[data-v-261509ad] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont p[data-v-261509ad] {
        text-align: center
    }
}

@media(max-width:1024px) {
    .text-cont ul[data-v-261509ad] {
        padding-left: 20px
    }
}

.text-cont ul li[data-v-261509ad] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont ul li[data-v-261509ad] {
        text-align: left;
        padding: 0
    }
}

.pdtext-cont p[data-v-261509ad] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont p[data-v-261509ad] {
        text-align: center
    }
}

.pdtext-cont ul[data-v-261509ad] {
    padding-left: 20px
}

.pdtext-cont ul li[data-v-261509ad] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont ul li[data-v-261509ad] {
        text-align: left;
        padding: 0
    }
}

.tab-desc div div p[data-v-261509ad] {
    color: #fff
}

.footer-container .footertop-cont[data-v-261509ad] {
    background: #19232f;
    padding: 60px 0
}

@media(max-width:767.98px) {
    .footer-container .footertop-cont[data-v-261509ad] {
        padding: 40px 0
    }
}

.footer-desc[data-v-261509ad] {
    border-right: 1px solid #707070;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(min-width:768px)and (max-width:1199.98px) {
    .footer-desc[data-v-261509ad] {
        border-right: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .footer-desc[data-v-261509ad] {
        border-right: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        margin-bottom: 25px
    }
}

.footer-desc h4[data-v-261509ad] {
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 1px
}

@media(min-width:768px)and (max-width:1199.98px) {
    .footer-desc h4[data-v-261509ad] {
        font-size: 22px;
        margin-bottom: 15px
    }
}

@media(max-width:767.98px) {
    .footer-desc h4[data-v-261509ad] {
        font-size: 20px;
        margin-bottom: 10px
    }
}

.footer-desc .footer-list .footer-item[data-v-261509ad] {
    margin-bottom: 20px;
    line-height: 1
}

@media(min-width:768px)and (max-width:1199.98px) {
    .footer-desc .footer-list .footer-item[data-v-261509ad] {
        margin-bottom: 10px
    }
}

@media(max-width:767.98px) {
    .footer-desc .footer-list .footer-item[data-v-261509ad] {
        margin-bottom: 5px
    }
}

.footer-desc .footer-list .footer-item[data-v-261509ad]:last-child {
    margin: 0
}

.footer-desc .footer-list .footer-item .flink[data-v-261509ad] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 16px
}

.footer-desc .footer-list .footer-item .flink[data-v-261509ad]:hover {
    color: #0b121c
}

.footer-desc3[data-v-261509ad] {
    border-right: 1px solid #707070;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0%;
    width: 100%
}

@media(min-width:768px)and (max-width:1199.98px) {
    .footer-desc3[data-v-261509ad] {
        border-right: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        margin-bottom: 30px;
        width: 100%
    }
}

@media(max-width:767.98px) {
    .footer-desc3[data-v-261509ad] {
        border-right: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        margin-bottom: 25px;
        width: 100%
    }
}

.footer-desc3 h4[data-v-261509ad] {
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 1px
}

@media(min-width:768px)and (max-width:1199.98px) {
    .footer-desc3 h4[data-v-261509ad] {
        font-size: 22px;
        margin-bottom: 15px
    }
}

@media(max-width:767.98px) {
    .footer-desc3 h4[data-v-261509ad] {
        font-size: 20px;
        margin-bottom: 10px
    }
}

.footer-desc3 .footer-list[data-v-261509ad] {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3
}

@media(max-width:1199.98px) {
    .footer-desc3 .footer-list[data-v-261509ad] {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1
    }
}

.footer-desc3 .footer-list .footer-item[data-v-261509ad] {
    margin-bottom: 10px;
    line-height: 1
}

@media(max-width:1024px) {
    .footer-desc3 .footer-list .footer-item[data-v-261509ad] {
        margin-bottom: 10px
    }
}

.footer-desc3 .footer-list .footer-item[data-v-261509ad]:last-child {
    margin: 0
}

.footer-desc3 .footer-list .footer-item .flink[data-v-261509ad] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px;
    text-decoration: none
}

.footer-desc3 .footer-list .footer-item .flink[data-v-261509ad]:hover {
    color: #0b121c
}

.footer-address[data-v-261509ad] {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(min-width:768px)and (max-width:1199.98px) {
    .footer-address[data-v-261509ad] {
        border-right: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

@media(max-width:767.98px) {
    .footer-address[data-v-261509ad] {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

.footer-address h4[data-v-261509ad] {
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 1px
}

@media(min-width:768px)and (max-width:1199.98px) {
    .footer-address h4[data-v-261509ad] {
        font-size: 22px;
        margin-bottom: 15px
    }
}

@media(max-width:767.98px) {
    .footer-address h4[data-v-261509ad] {
        font-size: 20px;
        margin-bottom: 10px
    }
}

.copyright[data-v-261509ad] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.copyright .copy-text[data-v-261509ad] {
    font-size: .8rem;
    color: #979797
}

.copyright a[data-v-261509ad] {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.copyright a .desktop-made[data-v-261509ad] {
    font-size: .8rem;
    color: #979797
}

.copyright a img[data-v-261509ad] {
    width: 24px;
    margin-left: 4px;
    display: block;
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #637381;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 0
}

.img-fluid {
    max-width: 100%;
    height: auto;
    display: block
}

ol,
ul {
    list-style: none;
    padding: 0
}

a,
li,
ol,
p,
ul {
    margin-bottom: 0;
    margin: 0;
    font-family: Roboto, sans-serif
}

a,
li,
p,
ul {
    color: #637381;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:767px) {

    a,
    li,
    p,
    ul {
        font-size: 15px
    }
}

.title-color {
    color: #0b121c
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: arial;
    font-weight: 700;
    color: #212b36;
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize
}

h1 {
    font-size: calc(52px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px
}

@media(min-width:1024px)and (max-width:1440px) {
    h1 {
        font-size: calc(42px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    h1 {
        font-size: calc(36px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575px) {
    h1 {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h2 {
    font-size: calc(35px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    h2 {
        font-size: calc(38px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    h2 {
        font-size: calc(34px + .25vw);
        line-height: 1.3
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    h2 {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575.98px) {
    h2 {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h3 {
    font-size: calc(34px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h3 {
        font-size: calc(28px + .25vw);
        letter-spacing: 1px
    }
}

@media(max-width:1024px) {
    h3 {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

@media(max-width:575px) {
    h3 {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

h4 {
    font-size: 28px
}

@media(max-width:1024px) {
    h4 {
        font-size: 20px
    }
}

@media(max-width:575px) {
    h4 {
        font-size: 18px
    }
}

h5 {
    font-size: 20px
}

@media(max-width:1024px) {
    h5 {
        font-size: 18px
    }
}

@media(max-width:575px) {
    h5 {
        font-size: 15px
    }
}

h6 {
    font-size: 16px
}

@media(max-width:1024px) {
    h6 {
        font-size: 15px
    }
}

@media(max-width:575px) {
    h6 {
        font-size: 14px
    }
}

.pd-5 {
    padding: 0 5% !important;
}

.mask {
    height: 100vh !important;
    width: 100% !important
}

.vue-flux .flux-caption {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70% !important;
    text-align: center !important;
    font-family: arial;
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .vue-flux .flux-caption {
        font-size: calc(52px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-caption {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .vue-flux .flux-caption {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px;
        line-height: 1.25
    }
}

.vue-flux .flux-pagination {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
    bottom: unset !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination {
        top: unset !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        bottom: 0 !important;
        left: 50% !important;
        right: 0 !important
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination ul {
        display: block
    }
}

.vue-flux .flux-pagination li span.pagination-item {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-transition: background-color .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, border .2s ease-in
}

.vue-flux .flux-pagination li.active span.pagination-item {
    background-color: #0b121c !important
}

@media(min-width:992px)and (max-width:1024.98px) {
    .col-lg-10 {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .offset-lg-2 {
        margin-left: 0 !important
    }

    .col-lg-3,
    .col-lg-4,
    .col-lg-6 {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .flex-lg-row {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
}

@media(min-width:1025px) {
    .col-lg-6 {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-lg-4,
    .col-lg-6 {
        -webkit-box-flex: 0 !important
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }

    .col-lg-10 {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important
    }

    .offset-lg-2 {
        margin-left: 16.666667% !important
    }
}

@media(min-width:1200px) {
    .col-xl-6 {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-xl-4,
    .col-xl-6 {
        -webkit-box-flex: 0 !important
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.button,
.button-mirror {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    text-align: center
}

@media(max-width:1024px) {

    .button,
    .button-mirror {
        width: 150px
    }
}

.button-mirror:before,
.button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b121c;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width:1024px) {

    .button-mirror:before,
    .button:before {
        display: none
    }
}

.button-mirror:hover:before,
.button:hover:before {
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.button-mirror:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.plyr__control--overlaid {
    background: #0b121c !important;
    top: 60% !important;
    z-index: 200 !important
}

.vue-flux {
    position: relative
}

.vue-flux:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0;
    content: ""
}

.maprichtext p {
    font-size: calc(14px + .25vw);
    color: #000;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform:none;
}

@media(min-width:1025px)and (max-width:1440px) {
    .maprichtext p {
        font-size: calc(22px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .maprichtext p {
        font-size: calc(18px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .maprichtext p {
        font-size: calc(16px + .25vw);
        line-height: 1.6
    }
}

@media(max-width:575.98px) {
    .maprichtext p {
        font-size: calc(15px + .25vw);
        line-height: 1.6
    }
}

.industrytext-details {
    overflow: hidden;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media(max-width:767.98px) {
    .industrytext-details {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        overflow: hidden
    }
}

.industrytext-details img.richtext-image {
    display: block;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin: 0;
    width: 50%;
    float: right
}

@media(min-width:768px)and (max-width:1024px) {
    .industrytext-details img.richtext-image {
        height: 60vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .industrytext-details img.richtext-image {
        height: 45vh;
        min-height: 350px;
        width: 100%;
        margin: 20px 0;
        float: unset
    }
}

.industrytext-details p {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5% 0 0
}

@media(max-width:767.98px) {
    .industrytext-details p {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        background: #f1f1f1;
        width: 90%;
        margin: -60px auto 0 auto !important;
        position: relative;
        z-index: 22
    }
}

.industrytext-details p:first-child {
    margin: 0
}

@media(max-width:1024px) {
    .career-richtext {
        text-align: center
    }
}

.career-richtext h3 {
    color: #0b121c;
    margin: 20px 0
}

.career-richtext h3:first-child {
    margin: 0 0 20px 0
}

.career-richtext p {
    margin: 0 0 40px 0;
    padding: 0
}

@media(max-width:1024px) {
    .career-richtext p {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .career-richtext p {
        margin-bottom: 20px
    }
}

.career-richtext p:last-child {
    margin: 0
}

.career-richtext ul {
    padding-left: 30px;
    margin: 0 0 40px 0
}

@media(max-width:1024px) {
    .career-richtext ul {
        margin-bottom: 0
    }
}

.career-richtext ul li {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    text-align: justify;
    text-indent: unset;
    list-style: none
}

.career-richtext ul li:before {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
    font-family: FontAwesome;
    color: #1c1b1b;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.address-data {
    margin: 20px 0 0 0
}

.address-data div p {
    color: #fff;
    font-size: 15px
}

@media(max-width:576px) {
    .col-mbx-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.news-richtext {
    overflow-x: hidden;
    background: #fff;
    padding: 40px;
    overflow: auto
}

@media(max-width:767.98px) {
    .news-richtext {
        text-align: center
    }
}

.news-richtext p {
    padding: 0;
    margin: 0
}

.news-richtext p:last-child {
    margin: 0
}

.news-richtext img.richtext-image.full-width {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.full-width {
        height: 50vh;
        min-height: 380px
    }
}

.news-richtext img.richtext-image.right {
    height: 70vh;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: right;
    padding-left: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .news-richtext img.richtext-image.right {
        width: 100%;
        height: 60vh;
        min-height: 450px;
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.right {
        width: 100%;
        height: 50vh;
        min-height: 380px;
        padding-left: 0
    }
}

.colortext-block {
    padding: 40px 60px;
    background: #212b36;
    margin-top: -150px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .colortext-block {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.colortext-block p {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .colortext-block p {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .colortext-block p {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .colortext-block p {
        font-size: 15px;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .colortext-block p {
        font-size: 15px;
        line-height: 1.5;
        color: #637381
    }
}

.gncolortext-block {
    padding: 40px 60px;
    background: #212b36;
    margin-top: 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .gncolortext-block {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.gncolortext-block p {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .gncolortext-block p {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .gncolortext-block p {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .gncolortext-block p {
        font-size: calc(16px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .gncolortext-block p {
        font-size: calc(15px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:1024px) {
    .lrtcardtext-block div p {
        color: #fff
    }
}

.lrtcardtext-block div ul {
    padding-left: 20px
}

.lrtcardtext-block div ul li {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .lrtcardtext-block div ul li {
        text-align: left;
        padding: 0
    }
}

[data-aos=new-animation] {
    opacity: 0;
    -webkit-transition-property: width;
    transition-property: width
}

[data-aos=new-animation].aos-animate {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=new-animation] {
        width: 100%
    }

    [data-aos=new-animation].aos-animate {
        width: 0
    }
}

.fake3d-image-effect__image {
    height: 100%
}

.fake3d-image-effect__image canvas {
    height: 100% !important
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    background: #212b36
}

::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.ftext p {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #0b121c !important
}

ul.counter-row li.count-col {
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

@media(max-width:1024px) {
    ul.counter-row li.count-col {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        background: #f6f7f9;
        margin-bottom: 20px
    }
}

ul.counter-row li.count-col .counter-mainwrap {
    border-right: 1px solid #0b121c;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap {
        border-right: none;
        min-height: 180px
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text {
    text-align: center
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup {
        padding: 0 0 20px 0
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span {
        font-size: calc(30px + .25vw)
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext {
    margin-right: auto;
    text-align: center
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext p {
    font-size: 15px
}

ul.counter-row li.count-col:hover {
    background: #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap {
    border-right: 1px solid #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .ctext p,
ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .icountup span {
    color: #fff
}

@media(max-width:767px) {
    ul.counter-row li.count-col:last-child {
        margin-bottom: 0
    }
}

ul.counter-row li.count-col:last-child .counter-mainwrap {
    border-right: none
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text {
    text-align: center;
    margin-right: 0
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text .ctext {
    text-align: center
}

.ctext-block {
    position: relative;
    z-index: 2
}

.ctext-block .ctitle-block {
    margin-bottom: 45px
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block {
        text-align: center
    }
}

.ctext-block .ctitle-block h2 {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: calc(48px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block h2 {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block h2 {
        font-size: calc(30px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block h2 {
        font-size: calc(24px + .25vw);
        margin-bottom: 20px
    }
}

.ctext-block .ctitle-block div p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block div p {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block div p {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block div p {
        font-size: 14px;
        line-height: 1.5
    }
}

.history-desc div p {
    font-size: calc(42px + .25vw);
    color: #212b36;
    font-weight: 700;
    line-height: 1.3;
    font-family: arial
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-desc div p {
        font-size: calc(32px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .history-desc div p {
        font-size: calc(24px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .history-desc div p {
        font-size: calc(16px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

.his-text p {
    font-size: calc(16px + .25vw);
    color: #fff
}

.history-details2 h2 {
    margin-bottom: 10px;
    font-size: calc(48px + .25vw);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-details2 h2 {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .history-details2 h2 {
        font-size: calc(32px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:575px) {
    .history-details2 h2 {
        font-size: calc(20px + .25vw)
    }
}

.history-details2 .his-text2 p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.news-text {
    padding: 20px 0 0 0
}

@media(max-width:767px) {
    .news-text {
        padding: 10px 0 0 0
    }
}

.news-text h4 {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:1025px)and (max-width:1600px) {
    .news-text h4 {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .news-text h4 {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .news-text h4 {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3
    }
}

.news-text div p {
    padding: 0;
    font-size: calc(13px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(min-width:768px)and (max-width:1440px) {
    .news-text div p {
        font-size: 15px;
        line-height: 1.6
    }
}

@media(max-width:767px) {
    .news-text div p {
        font-size: 14px
    }
}

.text-cont p {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont p {
        text-align: center
    }
}

@media(max-width:1024px) {
    .text-cont ul {
        padding-left: 20px
    }
}

.text-cont ul li {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont ul li {
        text-align: left;
        padding: 0
    }
}

.pdtext-cont p {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont p {
        text-align: center
    }
}

.pdtext-cont ul {
    padding-left: 20px
}

.pdtext-cont ul li {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont ul li {
        text-align: left;
        padding: 0
    }
}

.tab-desc div div p {
    color: #fff
}

.nav-visible {
    visibility: hidden
}

.nav-show {
    visibility: show
}

.navbar {
    position: fixed;
    width: 100%;
    z-index: 999;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: 0
}

@media(min-width:1025px) {
    .navbar {
        visibility: hidden
    }
}

.navbar .container-fluid .main-nav {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

@media(min-width:1024.1px)and (max-width:1280px) {
    .navbar .container-fluid .main-nav {
        float: unset;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media(max-width:1024px) {
    .navbar .container-fluid .main-nav {
        display: none
    }
}

.navbar .container-fluid .main-nav li {
    position: relative;
    display: block;
    padding: 0 10px;
}

@media(min-width:1200px)and (max-width:1440px) {
    .navbar .container-fluid .main-nav li {
        padding: 0 15px;
    }
}

@media(min-width:1025px)and (max-width:1199.98px) {
    .navbar .container-fluid .main-nav li {
        padding: 0 10px
    }
}

.navbar .container-fluid .main-nav li:last-child {
    padding-right: 0
}

.navbar .container-fluid .main-nav li .dropdown-content {
    position: absolute;
    top: 55px;
    left: -200px;
    background: #0b121c;
    width: 200px;
    -webkit-perspective: 2000px;
    perspective: 2000px
}

.navbar .container-fluid .main-nav li .dropdown-content .dropdown-list {
    margin: 0;
    padding: 0;
    float: unset;
    display: block;
    position: relative
}

.navbar .container-fluid .main-nav li .dropdown-content .dropdown-list .dropdown-link {
    padding: 15px 0 15px 20px;
    font-size: 15px
}

.navbar .container-fluid .main-nav li .dropdown-content .dropdown-list .dropdown-link:hover {
    background: #bf161d;
    color: #fff
}

.navbar .container-fluid .main-nav li .dropdown-content .dropdown-list .submenu-details {
    position: absolute;
    top: 0;
    left: 200px;
    background: #fff;
    width: 25vw;
    height: 400%;
    padding: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 400px
}

.navbar .container-fluid .main-nav li .dropdown-content .dropdown-list .submenu-details p {
    font-size: 16px
}

.navbar .container-fluid .main-nav li a.link {
    padding: 35px 0;
    position: relative;
    display: block;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #000;
    letter-spacing: .05px;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 17px;
}

.navbar .container-fluid .main-nav li a.link:hover {
    color: #0b121c
}

.navbar .container-fluid .main-nav li a.link:hover:before {
    opacity: 0;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -moz-transform: translateY(0)
}

.navbar .container-fluid .main-nav li a.link:hover:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.navbar .container-fluid .main-nav li a.link:before {
    color: #0b121c;
    text-shadow: 0 0 1px hsla(0, 0%, 100%, .3);
    content: attr(data-hover)
}

.navbar .container-fluid .main-nav li a.link:after,
.navbar .container-fluid .main-nav li a.link:before {
    position: absolute;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    pointer-events: none
}

.navbar .container-fluid .main-nav li a.link:after {
    content: "";
    left: 0;
    bottom: 20px;
    width: 100%;
    height: 2px;
    background: #0b121c;
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

.navbar .container-fluid .main-nav li a.router-link-active {
    color: #0b121c
}

.navbar .container-fluid .main-nav li a.router-link-active:before {
    opacity: 0;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -moz-transform: translateY(0)
}

.navbar .container-fluid .main-nav li a.router-link-active:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.navbar .container-fluid .main-nav li .menu-wrap {
    position: absolute;
    top: 80px;
    left: -13px;
 /*   background: #fff; */
    width: 48vw;
    display: block;
    min-width: 500px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media(min-width:1601px) {
    .navbar .container-fluid .main-nav li .menu-wrap {
        width: 60vw;
        max-width: 820px;
        min-width: 820px
    }
}

@media(min-width:1025px)and (max-width:1600px) {
    .navbar .container-fluid .main-nav li .menu-wrap {
        width: 60vw;
        max-width: 820px;
        min-width: 820px
    }
}

.navbar .container-fluid .main-nav li .menu-wrap ul.mn-itemwrap {
    margin: 0;
    padding: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.navbar .container-fluid .main-nav li .menu-wrap ul.mn-itemwrap li.mn-list {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
    position: relative
}

.navbar .container-fluid .main-nav li .menu-wrap ul.mn-itemwrap li.mn-list .mnlink {
    width: 25%;
    font-size: 15px;
    cursor: pointer;
    background: #0b121c;
    display: block;
    padding: 16px 0 16px 30px;
    text-decoration: none;
    color: #fff
}

.navbar .container-fluid .main-nav li .menu-wrap ul.mn-itemwrap li.mn-list .mnlink:hover {
    background: #b12027;
    color: #fff
}

.navbar .container-fluid .main-nav li .menu-wrap ul.mn-itemwrap li.mn-list .mtext {
    width: 70%;
    position: absolute;
    top: 0;
    left: 25%;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.navbar .container-fluid .main-nav li .menu-wrap ul.mn-itemwrap li.mn-list .mtext p {
    font-size: 15px;
    padding: 0 15px
}

.navbar .container-fluid .main-nav li .menu-wrap ul.mn-itemwrap li.mn-list .submenu {
    width: 75%;
    position: absolute;
    top: 0;
    left: 25%;
    z-index: 999;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.navbar .container-fluid .main-nav li .menu-wrap ul.mn-itemwrap li.mn-list .submenu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 15px 0 15px;
    border-right: .5px solid #0b121c
}

.navbar .container-fluid .main-nav li .menu-wrap ul.mn-itemwrap li.mn-list .submenu li:last-of-type {
    border-right: none
}

@media(min-width:1905px) {
    .navbar .container-fluid .main-nav li .menu-wrap ul.mn-itemwrap li.mn-list .submenu li {
        max-width: 230px
    }
}

@media(min-width:1025px)and (max-width:1600px) {
    .navbar .container-fluid .main-nav li .menu-wrap ul.mn-itemwrap li.mn-list .submenu li {
        max-width: 225px
    }
}

.navbar .container-fluid .main-nav li .menu-wrap ul.mn-itemwrap li.mn-list .submenu li span {
    font-size: 15px;
    color: #707070;
    font-weight: 600;
    margin-bottom: 5px
}

.navbar .container-fluid .main-nav li .menu-wrap ul.mn-itemwrap li.mn-list .submenu li a {
    font-size: 15px;
    color: #707070;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 10px
}

@media(min-width:1800px) {
    .navbar .container-fluid .main-nav li .menu-wrap ul.mn-itemwrap li.mn-list .submenu li a {
        max-width: 245px
    }
}

.navbar .container-fluid .main-nav li .menu-wrap ul.mn-itemwrap li.mn-list .submenu li a:hover {
    color: #0b121c
}

.navbar .container-fluid .main-nav li .menu-wrap ul.mn-itemwrap:after {
    top: -6px;
    position: absolute;
    left: 60px;
    margin: 0 0 0 -6px;
    width: 11px;
    height: 11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
    -webkit-box-shadow: -3px -3px 5px rgba(82, 95, 127, .04);
    box-shadow: -3px -3px 5px rgba(82, 95, 127, .04);
    will-change: transform;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    content: ""
}

.navbar .container-fluid .main-nav li .texts {
    width: 80vh !important
}

@media(min-width:1601px) {
    .navbar .container-fluid .main-nav li .texts {
        width: 90vh !important;
        max-width: 570px;
        min-width: 565px
    }
}

@media(min-width:1025px)and (max-width:1600px) {
    .navbar .container-fluid .main-nav li .texts {
        width: 90vh !important;
        max-width: 570px;
        min-width: 565px
    }
}

.navbar .container-fluid .main-nav li .texts li.mn-list .mnlink {
    width: 40% !important
}

@media(min-width:1800px) {
    .navbar .container-fluid .main-nav li .texts li.mn-list .mnlink {
        width: 40% !important;
        max-width: 250px
    }
}

.navbar .container-fluid .main-nav li .texts li.mn-list .mtext {
    left: 40% !important;
    width: 60% !important
}

.navbar .container-fluid .main-nav li:first-child .menu-wrap {
    left: 0px;
    top: 100px;
}

.navbar .container-fluid .main-nav li.has-children .menu-wrap,
.navbar .container-fluid .main-nav li.has-children a.link:after,
.navbar .container-fluid .main-nav li.has-children a.link:before {
    display: none
}

.navbar .container-fluid .main-nav li.has-children:hover .menu-wrap {
    display: block
}

.navbar .container-fluid .main-nav li.has-children .anim {
    -webkit-animation-name: animfade;
    animation-name: animfade;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
    top: 100px;
}

@-webkit-keyframes animfade {
    0% {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes animfade {
    0% {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.navbar-fixed {
    background: rgba(255, 255, 255, .95);
    -webkit-transform: translate(0);
    transform: translate(0)
}

.navbar-anim {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.menu-popover-enter,
.menu-popover-leave-to {
    opacity: 0;
    visibility: hidden;
    will-change: transform, opacity
}

.menu-popover-enter-to,
.menu-popover-leave {
    opacity: 1;
    visibility: visible;
    will-change: transform, opacity
}

.menu-popover-enter-active,
.menu-popover-leave-active {
    -webkit-transition: opacity, -webkit-transform 0ms ease-out;
    transition: opacity, -webkit-transform 0ms ease-out;
    transition: opacity, transform 0ms ease-out;
    transition: opacity, transform 0ms ease-out, -webkit-transform 0ms ease-out
}

.fade-enter-active,
.fade-leave-active {
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.fade-enter,
.fade-leave-to {
    opacity: 0
}

@media(min-width:1025px) {
    .mobile-menu {
        display: none
    }
}

.mobile-menu #nav-toggle {
    background: transparent;
    position: absolute;
    right: 5%;
    top: 50px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99995
}

.mobile-menu .mbmenu {
    height: 100vh;
    background-color: #000;
    color: #fff;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999 !important
}

.mobile-menu .mbmenu .content span.arr {
    display: none
}

.mobile-menu .mbmenu .content ul.mbnav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    padding: calc(5% + 15px);
    margin-top: 0
}

.mobile-menu .mbmenu .content ul.mbnav-list li.listitem span i.fa {
    display: none
}

.mobile-menu .mbmenu .content ul.mbnav-list li.listitem a {
    font-family: Roboto, sans-serif;
    width: 100%;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .5px;
    display: inline-block;
    padding-left: 0;
    color: #fff;
    text-decoration: none
}

.mobile-menu .mbmenu .content ul.mbnav-list li.listitem ul.submenu {
    padding: 0 0 10px 15px
}

.mobile-menu .mbmenu .content ul.mbnav-list li.listitem ul.submenu li.menulist span i.fa {
    display: none
}

.mobile-menu .mbmenu .content ul.mbnav-list li.listitem ul.submenu li.menulist a {
    font-weight: 600;
    letter-spacing: .5px;
    color: #637381;
    font-size: 14px;
    text-decoration: none;
    font-family: arial;
    text-transform: uppercase;
    padding-bottom: 5px
}

.mobile-menu .mbmenu .content ul.mbnav-list li.listitem ul.submenu li.has-children {
    position: relative
}

.mobile-menu .mbmenu .content ul.mbnav-list li.listitem ul.submenu li.has-children span {
    position: absolute;
    top: -5px;
    right: 0;
    z-index: 99999999;
    display: block;
    padding: 5px
}

.mobile-menu .mbmenu .content ul.mbnav-list li.listitem ul.submenu li.has-children span i.fa {
    color: #fff;
    display: block;
    font-size: 18px
}

.mobile-menu .mbmenu .content ul.mbnav-list li.has-children {
    position: relative
}

.mobile-menu .mbmenu .content ul.mbnav-list li.has-children span {
    position: absolute;
    top: -5px;
    right: 0;
    z-index: 99999999;
    display: block;
    padding: 5px
}

.mobile-menu .mbmenu .content ul.mbnav-list li.has-children span i.fa {
    color: #fff;
    display: block;
    font-size: 20px
}

#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 100%;
    background: #0b121c;
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    content: ""
}

#nav-toggle span:before {
    top: -10px
}

#nav-toggle span:after {
    top: 10px
}

#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

#nav-toggle.active span {
    background-color: transparent
}

#nav-toggle.active span:after,
#nav-toggle.active span:before {
    top: 0
}

#nav-toggle.active span:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

#nav-toggle.active span:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.footerbottom-cont {
    background: #202e40;
    padding: 20px 0
}

.ftbottom-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.ftbottom-cont .team-link li {
    display: inline-block;
    margin-right: 20px
}

.ftbottom-cont .team-link li:last-child {
    margin-right: 0
}

.ftbottom-cont .team-link li a i.fa {
    font-size: 18px;
    color: #fff
}

.ftbottom-cont .team-link li a i.fa:hover {
    color: #0b121c
}

.footer-support {
    text-align: center;
    padding-top: 10px
}

.footer-support p {
    color: #c4c4c4;
    font-size: 13px;
    margin: 0;
    margin-bottom: 10px
}

.footer-support p:last-child {
    margin-bottom: 0
}

.accmenu-enter,
.accmenu-leave-to {
    opacity: 0;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.accmenu-enter-to,
.accmenu-leave {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.accmenu-enter-active,
.accmenu-leave-active {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.loading {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    top: 0;
    position: fixed;
    z-index: 999999
}

.loading,
.loading-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.loading-logo {
    width: 220px;
    opacity: 1;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    z-index: 99999999;
    visibility: hidden
}

@media(max-width:1024px) {
    .loading-logo {
        width: 130px
    }
}

.loading-logo img.logo {
    width: 100%;
    height: auto
}

#loodingwrap {
    position: absolute;
    left: 0;
    bottom: .1px;
    overflow: hidden;
    background: #3e3e3e
}

#bar,
#loodingwrap {
    width: 100%;
    height: 2px;
    border-radius: 5px
}

#bar {
    background: #fff;
    bottom: 0
}

.ds {
    display: none
}

.navbar-header {
    margin-right: 0;
    margin-left: 0
}

.navbar-header .navbar-brand {
    padding: 0;
    float: left;
   }

@media(min-width:1500px) {
    .navbar-header .navbar-brand {
        padding: 10px 0 0 0
    }
}

@media(min-width:1025px)and (max-width:1199.98px) {
    .navbar-header .navbar-brand {
        padding: 20px 0 0 0
    }
}

@media(max-width:1024px) {
    .navbar-header .navbar-brand {
        padding: 33px 0 32px 0;
        position: relative;
        z-index: 999999
    }
}

.navbar-header .navbar-brand a {
    text-decoration: none
}

.navbar-header .navbar-brand a .logo {
    max-height: 80px;
    display: block
}

@media(min-width:1025px)and (max-width:1440px) {
    .navbar-header .navbar-brand a .logo {
        width: 220px
    }
}

@media(max-width:1024px) {
    .navbar-header .navbar-brand a .logo {
        display: none
    }
}

.navbar-header .navbar-brand a .mlogo {
    max-height: 80px;
    display: block
}

@media(min-width:1025px) {
    .navbar-header .navbar-brand a .mlogo {
        display: none
    }
}

@font-face {
    font-family: arial;
    src: url(../../static/fonts/arial.7c75faa9.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility
}

[data-v-120b4192] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-120b4192] {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    color: #637381;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    margin: 0
}

.img-fluid[data-v-120b4192] {
    max-width: 100%;
    height: auto;
    display: block
}

ol[data-v-120b4192],
ul[data-v-120b4192] {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif
}

a[data-v-120b4192],
li[data-v-120b4192],
p[data-v-120b4192],
ul[data-v-120b4192] {
    font-family: Roboto, sans-serif;
    color: #637381;
    margin-bottom: 0;
    font-size: calc(14px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(max-width:767px) {

    a[data-v-120b4192],
    li[data-v-120b4192],
    p[data-v-120b4192],
    ul[data-v-120b4192] {
        font-size: 15px
    }
}

.title-color[data-v-120b4192] {
    color: #0b121c
}

h1[data-v-120b4192],
h2[data-v-120b4192],
h3[data-v-120b4192],
h4[data-v-120b4192],
h5[data-v-120b4192],
h6[data-v-120b4192] {
    font-family: arial;
    font-weight: 700;
    color: #212b36;
    margin: 0;
    text-transform: capitalize
}

h1[data-v-120b4192] {
    font-size: calc(52px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h1[data-v-120b4192] {
        font-size: calc(42px + .25vw);
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    h1[data-v-120b4192] {
        font-size: calc(36px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575px) {
    h1[data-v-120b4192] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h2[data-v-120b4192] {
    font-size: calc(48px + .25vw);
    line-height: 1.28;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    h2[data-v-120b4192] {
        font-size: calc(38px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    h2[data-v-120b4192] {
        font-size: calc(34px + .25vw);
        line-height: 1.3
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    h2[data-v-120b4192] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

@media(max-width:575.98px) {
    h2[data-v-120b4192] {
        font-size: calc(30px + .25vw);
        line-height: 1.3
    }
}

h3[data-v-120b4192] {
    font-size: calc(34px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize
}

@media(min-width:1024px)and (max-width:1440px) {
    h3[data-v-120b4192] {
        font-size: calc(28px + .25vw);
        letter-spacing: 1px
    }
}

@media(max-width:1024px) {
    h3[data-v-120b4192] {
        font-size: calc(24px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

@media(max-width:575px) {
    h3[data-v-120b4192] {
        font-size: calc(18px + .25vw);
        letter-spacing: .5px;
        line-height: 1.5
    }
}

h4[data-v-120b4192] {
    font-size: 28px
}

@media(max-width:1024px) {
    h4[data-v-120b4192] {
        font-size: 20px
    }
}

@media(max-width:575px) {
    h4[data-v-120b4192] {
        font-size: 18px
    }
}

h5[data-v-120b4192] {
    font-size: 20px
}

@media(max-width:1024px) {
    h5[data-v-120b4192] {
        font-size: 18px
    }
}

@media(max-width:575px) {
    h5[data-v-120b4192] {
        font-size: 15px
    }
}

h6[data-v-120b4192] {
    font-size: 16px
}

@media(max-width:1024px) {
    h6[data-v-120b4192] {
        font-size: 15px
    }
}

@media(max-width:575px) {
    h6[data-v-120b4192] {
        font-size: 14px
    }
}

.pd-5[data-v-120b4192] {
    padding: 0 5% !important
}

.mask[data-v-120b4192] {
    height: 100vh !important;
    width: 100% !important
}

.vue-flux .flux-caption[data-v-120b4192] {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70% !important;
    text-align: center !important;
    font-family: arial;
    font-size: calc(72px + .25vw);
    line-height: 1.05;
    letter-spacing: -.005em;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 20px
}

@media(max-width:1440px) {
    .vue-flux .flux-caption[data-v-120b4192] {
        font-size: calc(52px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-caption[data-v-120b4192] {
        font-size: calc(36px + .25vw);
        padding-bottom: 20px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .vue-flux .flux-caption[data-v-120b4192] {
        font-size: calc(30px + .25vw);
        padding-bottom: 10px;
        line-height: 1.25
    }
}

.vue-flux .flux-pagination[data-v-120b4192] {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    z-index: 100;
    bottom: unset !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination[data-v-120b4192] {
        top: unset !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
        bottom: 0 !important;
        left: 50% !important;
        right: 0 !important
    }
}

@media(max-width:1024px) {
    .vue-flux .flux-pagination ul[data-v-120b4192] {
        display: block
    }
}

.vue-flux .flux-pagination li span.pagination-item[data-v-120b4192] {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-transition: background-color .2s ease-in, border .2s ease-in;
    transition: background-color .2s ease-in, border .2s ease-in
}

.vue-flux .flux-pagination li.active span.pagination-item[data-v-120b4192] {
    background-color: #0b121c !important
}

@media(min-width:992px)and (max-width:1024.98px) {
    .col-lg-10[data-v-120b4192] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .offset-lg-2[data-v-120b4192] {
        margin-left: 0 !important
    }

    .col-lg-3[data-v-120b4192],
    .col-lg-4[data-v-120b4192],
    .col-lg-6[data-v-120b4192] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .flex-lg-row[data-v-120b4192] {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
}

@media(min-width:1025px) {
    .col-lg-6[data-v-120b4192] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-lg-4[data-v-120b4192] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }

    .col-lg-10[data-v-120b4192] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important
    }

    .offset-lg-2[data-v-120b4192] {
        margin-left: 16.666667% !important
    }
}

@media(min-width:1200px) {
    .col-xl-6[data-v-120b4192] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .col-xl-4[data-v-120b4192] {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.button-mirror[data-v-120b4192],
.button[data-v-120b4192] {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 15px 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    width: 180px;
    text-align: center
}

@media(max-width:1024px) {

    .button-mirror[data-v-120b4192],
    .button[data-v-120b4192] {
        width: 150px
    }
}

.button-mirror[data-v-120b4192]:before,
.button[data-v-120b4192]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b121c;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s
}

@media(max-width:1024px) {

    .button-mirror[data-v-120b4192]:before,
    .button[data-v-120b4192]:before {
        display: none
    }
}

.button-mirror[data-v-120b4192]:hover:before,
.button[data-v-120b4192]:hover:before {
    -webkit-transform: skewX(0);
    transform: skewX(0)
}

.button-mirror[data-v-120b4192]:before {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg)
}

.plyr__control--overlaid[data-v-120b4192] {
    background: #0b121c !important;
    top: 60% !important;
    z-index: 200 !important
}

.vue-flux[data-v-120b4192] {
    position: relative
}

.vue-flux[data-v-120b4192]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 11;
    top: 0;
    left: 0;
    content: ""
}

.maprichtext p[data-v-120b4192] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .maprichtext p[data-v-120b4192] {
        font-size: calc(22px + .25vw)
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .maprichtext p[data-v-120b4192] {
        font-size: calc(18px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .maprichtext p[data-v-120b4192] {
        font-size: calc(16px + .25vw);
        line-height: 1.6
    }
}

@media(max-width:575.98px) {
    .maprichtext p[data-v-120b4192] {
        font-size: calc(15px + .25vw);
        line-height: 1.6
    }
}

.industrytext-details[data-v-120b4192] {
    overflow: hidden;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media(max-width:767.98px) {
    .industrytext-details[data-v-120b4192] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
        overflow: hidden
    }
}

.industrytext-details img.richtext-image[data-v-120b4192] {
    display: block;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin: 0;
    width: 50%;
    float: right
}

@media(min-width:768px)and (max-width:1024px) {
    .industrytext-details img.richtext-image[data-v-120b4192] {
        height: 60vh;
        min-height: 450px
    }
}

@media(max-width:767.98px) {
    .industrytext-details img.richtext-image[data-v-120b4192] {
        height: 45vh;
        min-height: 350px;
        width: 100%;
        margin: 20px 0;
        float: unset
    }
}

.industrytext-details p[data-v-120b4192] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 5% 0 0
}

@media(max-width:767.98px) {
    .industrytext-details p[data-v-120b4192] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        background: #f1f1f1;
        width: 90%;
        margin: -60px auto 0 auto !important;
        position: relative;
        z-index: 22
    }
}

.industrytext-details p[data-v-120b4192]:first-child {
    margin: 0
}

@media(max-width:1024px) {
    .career-richtext[data-v-120b4192] {
        text-align: center
    }
}

.career-richtext h3[data-v-120b4192] {
    color: #0b121c;
    margin: 20px 0
}

.career-richtext h3[data-v-120b4192]:first-child {
    margin: 0 0 20px 0
}

.career-richtext p[data-v-120b4192] {
    margin: 0 0 40px 0;
    padding: 0
}

@media(max-width:1024px) {
    .career-richtext p[data-v-120b4192] {
        margin-bottom: 30px
    }
}

@media(max-width:767.98px) {
    .career-richtext p[data-v-120b4192] {
        margin-bottom: 20px
    }
}

.career-richtext p[data-v-120b4192]:last-child {
    margin: 0
}

.career-richtext ul[data-v-120b4192] {
    padding-left: 30px;
    margin: 0 0 40px 0
}

@media(max-width:1024px) {
    .career-richtext ul[data-v-120b4192] {
        margin-bottom: 0
    }
}

.career-richtext ul li[data-v-120b4192] {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    text-align: justify;
    text-indent: unset;
    list-style: none
}

.career-richtext ul li[data-v-120b4192]:before {
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
    font-family: FontAwesome;
    color: #1c1b1b;
    margin-left: -15px;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.address-data[data-v-120b4192] {
    margin: 20px 0 0 0
}

.address-data div p[data-v-120b4192] {
    color: #fff;
    font-size: 15px
}

@media(max-width:576px) {
    .col-mbx-6[data-v-120b4192] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.news-richtext[data-v-120b4192] {
    overflow-x: hidden;
    background: #fff;
    padding: 40px;
    overflow: auto
}

@media(max-width:767.98px) {
    .news-richtext[data-v-120b4192] {
        text-align: center
    }
}

.news-richtext p[data-v-120b4192] {
    padding: 0;
    margin: 0
}

.news-richtext p[data-v-120b4192]:last-child {
    margin: 0
}

.news-richtext img.richtext-image.full-width[data-v-120b4192] {
    height: 80vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.full-width[data-v-120b4192] {
        height: 50vh;
        min-height: 380px
    }
}

.news-richtext img.richtext-image.right[data-v-120b4192] {
    height: 70vh;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    float: right;
    padding-left: 15px
}

@media(min-width:768px)and (max-width:1024px) {
    .news-richtext img.richtext-image.right[data-v-120b4192] {
        width: 100%;
        height: 60vh;
        min-height: 450px;
        padding-left: 0
    }
}

@media(max-width:767.98px) {
    .news-richtext img.richtext-image.right[data-v-120b4192] {
        width: 100%;
        height: 50vh;
        min-height: 380px;
        padding-left: 0
    }
}

.colortext-block[data-v-120b4192] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: -150px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .colortext-block[data-v-120b4192] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.colortext-block p[data-v-120b4192] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .colortext-block p[data-v-120b4192] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .colortext-block p[data-v-120b4192] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .colortext-block p[data-v-120b4192] {
        font-size: 15px;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .colortext-block p[data-v-120b4192] {
        font-size: 15px;
        line-height: 1.5;
        color: #637381
    }
}

.gncolortext-block[data-v-120b4192] {
    padding: 40px 60px;
    background: #212b36;
    margin-top: 0;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1024px) {
    .gncolortext-block[data-v-120b4192] {
        margin-top: 0;
        background: none !important;
        padding: 0 0 40px 0;
        text-align: center;
        display: block;
        min-height: auto
    }
}

.gncolortext-block p[data-v-120b4192] {
    font-size: calc(26px + .25vw);
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

@media(min-width:1025px)and (max-width:1440px) {
    .gncolortext-block p[data-v-120b4192] {
        font-size: calc(22px + .25vw);
        line-height: 1.6
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .gncolortext-block p[data-v-120b4192] {
        font-size: calc(18px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .gncolortext-block p[data-v-120b4192] {
        font-size: calc(16px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:575.98px) {
    .gncolortext-block p[data-v-120b4192] {
        font-size: calc(15px + .25vw);
        line-height: 1.6;
        color: #637381
    }
}

@media(max-width:1024px) {
    .lrtcardtext-block div p[data-v-120b4192] {
        color: #fff
    }
}

.lrtcardtext-block div ul[data-v-120b4192] {
    padding-left: 20px
}

.lrtcardtext-block div ul li[data-v-120b4192] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .lrtcardtext-block div ul li[data-v-120b4192] {
        text-align: left;
        padding: 0
    }
}

[data-aos=new-animation][data-v-120b4192] {
    opacity: 0;
    -webkit-transition-property: width;
    transition-property: width
}

[data-aos=new-animation].aos-animate[data-v-120b4192] {
    opacity: 1
}

@media screen and (min-width:768px) {
    [data-aos=new-animation][data-v-120b4192] {
        width: 100%
    }

    [data-aos=new-animation].aos-animate[data-v-120b4192] {
        width: 0
    }
}

.fake3d-image-effect__image[data-v-120b4192] {
    height: 100%
}

.fake3d-image-effect__image canvas[data-v-120b4192] {
    height: 100% !important
}

[data-v-120b4192]::-webkit-scrollbar {
    width: 8px
}

[data-v-120b4192]::-webkit-scrollbar-track {
    background: #212b36
}

[data-v-120b4192]::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.ftext p[data-v-120b4192] {
    color: #afafaf;
    font-family: arial;
    font-weight: 300;
    font-size: 15px
}

.swiper-pagination-bullet-active[data-v-120b4192] {
    opacity: 1;
    background: #0b121c !important
}

ul.counter-row li.count-col[data-v-120b4192] {
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    padding-bottom: 80px !important;
    padding-top: 80px !important
}

@media(max-width:1024px) {
    ul.counter-row li.count-col[data-v-120b4192] {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-120b4192] {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
        background: #f6f7f9;
        margin-bottom: 20px
    }
}

ul.counter-row li.count-col .counter-mainwrap[data-v-120b4192] {
    border-right: 1px solid #0b121c;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap[data-v-120b4192] {
        border-right: none;
        min-height: 180px
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text[data-v-120b4192] {
    text-align: center
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup[data-v-120b4192] {
        padding: 0 0 20px 0
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-120b4192] {
    color: #212b36;
    font-weight: 700;
    font-size: calc(52px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: center
}

@media(max-width:1440px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-120b4192] {
        font-size: calc(42px + .25vw)
    }
}

@media(max-width:1024px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-120b4192] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:767px) {
    ul.counter-row li.count-col .counter-mainwrap .counter-text .icountup span[data-v-120b4192] {
        font-size: calc(30px + .25vw)
    }
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext[data-v-120b4192] {
    margin-right: auto;
    text-align: center
}

ul.counter-row li.count-col .counter-mainwrap .counter-text .ctext p[data-v-120b4192] {
    font-size: 15px
}

ul.counter-row li.count-col[data-v-120b4192]:hover {
    background: #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap[data-v-120b4192] {
    border-right: 1px solid #0b121c
}

ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .ctext p[data-v-120b4192],
ul.counter-row li.count-col:hover .counter-mainwrap .counter-text .icountup span[data-v-120b4192] {
    color: #fff
}

@media(max-width:767px) {
    ul.counter-row li.count-col[data-v-120b4192]:last-child {
        margin-bottom: 0
    }
}

ul.counter-row li.count-col:last-child .counter-mainwrap[data-v-120b4192] {
    border-right: none
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text[data-v-120b4192] {
    text-align: center;
    margin-right: 0
}

ul.counter-row li.count-col:last-child .counter-mainwrap .counter-text .ctext[data-v-120b4192] {
    text-align: center
}

.ctext-block[data-v-120b4192] {
    position: relative;
    z-index: 2
}

.ctext-block .ctitle-block[data-v-120b4192] {
    margin-bottom: 45px
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block[data-v-120b4192] {
        text-align: center
    }
}

.ctext-block .ctitle-block h2[data-v-120b4192] {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: calc(48px + .25vw);
    line-height: 1.25;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
    padding: 0
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block h2[data-v-120b4192] {
        font-size: calc(36px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block h2[data-v-120b4192] {
        font-size: calc(30px + .25vw);
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block h2[data-v-120b4192] {
        font-size: calc(24px + .25vw);
        margin-bottom: 20px
    }
}

.ctext-block .ctitle-block div p[data-v-120b4192] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw);
    line-height: 1.5
}

@media(max-width:1440px) {
    .ctext-block .ctitle-block div p[data-v-120b4192] {
        font-size: calc(13px + .25vw)
    }
}

@media(max-width:1024px) {
    .ctext-block .ctitle-block div p[data-v-120b4192] {
        font-size: calc(12px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:767px) {
    .ctext-block .ctitle-block div p[data-v-120b4192] {
        font-size: 14px;
        line-height: 1.5
    }
}

.history-desc div p[data-v-120b4192] {
    font-size: calc(42px + .25vw);
    color: #212b36;
    font-weight: 700;
    line-height: 1.3;
    font-family: arial
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-desc div p[data-v-120b4192] {
        font-size: calc(32px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:1024px) {
    .history-desc div p[data-v-120b4192] {
        font-size: calc(24px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

@media(max-width:575px) {
    .history-desc div p[data-v-120b4192] {
        font-size: calc(16px + .25vw);
        letter-spacing: 1px;
        line-height: 1.25
    }
}

.his-text p[data-v-120b4192] {
    font-size: calc(16px + .25vw);
    color: #fff
}

.history-details2 h2[data-v-120b4192] {
    margin-bottom: 10px;
    font-size: calc(48px + .25vw);
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px
}

@media(min-width:1024px)and (max-width:1440px) {
    .history-details2 h2[data-v-120b4192] {
        font-size: calc(36px + .25vw);
        line-height: 1.15
    }
}

@media(max-width:1024px) {
    .history-details2 h2[data-v-120b4192] {
        font-size: calc(32px + .25vw);
        line-height: 1.5
    }
}

@media(max-width:575px) {
    .history-details2 h2[data-v-120b4192] {
        font-size: calc(20px + .25vw)
    }
}

.history-details2 .his-text2 p[data-v-120b4192] {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc(14px + .25vw)
}

.news-text[data-v-120b4192] {
    padding: 20px 0 0 0
}

@media(max-width:767px) {
    .news-text[data-v-120b4192] {
        padding: 10px 0 0 0
    }
}

.news-text h4[data-v-120b4192] {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:1025px)and (max-width:1600px) {
    .news-text h4[data-v-120b4192] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(min-width:768px)and (max-width:1024px) {
    .news-text h4[data-v-120b4192] {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.3
    }
}

@media(max-width:767.98px) {
    .news-text h4[data-v-120b4192] {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3
    }
}

.news-text div p[data-v-120b4192] {
    padding: 0;
    font-size: calc(13px + .25vw);
    line-height: 1.7;
    text-decoration: none;
    font-weight: 400;
    margin: 0
}

@media(min-width:768px)and (max-width:1440px) {
    .news-text div p[data-v-120b4192] {
        font-size: 15px;
        line-height: 1.6
    }
}

@media(max-width:767px) {
    .news-text div p[data-v-120b4192] {
        font-size: 14px
    }
}

.text-cont p[data-v-120b4192] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont p[data-v-120b4192] {
        text-align: center
    }
}

@media(max-width:1024px) {
    .text-cont ul[data-v-120b4192] {
        padding-left: 20px
    }
}

.text-cont ul li[data-v-120b4192] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .text-cont ul li[data-v-120b4192] {
        text-align: left;
        padding: 0
    }
}

.pdtext-cont p[data-v-120b4192] {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont p[data-v-120b4192] {
        text-align: center
    }
}

.pdtext-cont ul[data-v-120b4192] {
    padding-left: 20px
}

.pdtext-cont ul li[data-v-120b4192] {
    list-style: disc;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    font-weight: 400
}

@media(max-width:1024px) {
    .pdtext-cont ul li[data-v-120b4192] {
        text-align: left;
        padding: 0
    }
}

.tab-desc div div p[data-v-120b4192] {
    color: #fff
}

#notfound[data-v-120b4192] {
    position: relative;
    height: 100vh
}

#notfound .notfound[data-v-120b4192] {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.notfound[data-v-120b4192] {
    max-width: 920px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px
}

.notfound .notfound-404[data-v-120b4192] {
    position: absolute;
    height: 100px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1
}

.notfound .notfound-404 h1[data-v-120b4192] {
    color: #ececec;
    font-weight: 900;
    font-size: 276px;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.notfound h2[data-v-120b4192] {
    font-size: 46px;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0
}

.notfound p[data-v-120b4192] {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 15px
}

.notfound a[data-v-120b4192] {
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    background: #0b121c;
    display: inline-block;
    padding: 16px 38px;
    border: 2px solid transparent;
    border-radius: 40px;
    color: #fff;
    font-weight: 400;
    -webkit-transition: all .2s;
    transition: all .2s
}

.notfound a[data-v-120b4192]:hover {
    background-color: #fff;
    border-color: #189cf0;
    color: #189cf0
}

@media only screen and (max-width:480px) {
    .notfound .notfound-404 h1[data-v-120b4192] {
        font-size: 162px
    }

    .notfound h2[data-v-120b4192] {
        font-size: 26px
    }
}

/* Side Enquiry Box Start  */

.left{ position:fixed; margin-top:20%; right:0; z-index:9999;}	


/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
	.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		position: fixed;
		margin-top:15%;
		padding-right:38px;
		width: 320px;
		height: 58%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}

	.modal.left .modal-content,
	.modal.right .modal-content {
	/*	height: 100%;*/
		overflow-y: auto;
	}
	
	.modal.left .modal-body,
	.modal.right .modal-body {
		padding: 15px 15px 80px;
	}

/*Left*/
	.modal.left.fade .modal-dialog{
		left: -320px;
		-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
		        transition: opacity 0.3s linear, left 0.3s ease-out;
	}
	
	.modal.left.fade.in .modal-dialog{
		left: 0;
	}
        
/*Right*/
	.modal.right.fade .modal-dialog {
		right: -320px;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}
	
	.modal.right.fade.in .modal-dialog {
		right: 0;
	}

/* ----- MODAL STYLE ----- */
	.modal-content {
		border-radius: 0;
		border: none;
	}

	.modal-header {
		border-bottom-color: #EEEEEE;
		background-color: #FAFAFA;
	}

/* ----- v CAN BE DELETED v ----- */
/*
body {
	background-color: #78909C;
}
*/
.demo {
	padding-top: 60px;
	padding-bottom: 110px;
}

.btn-demo {
	margin: 15px;
	padding: 10px 15px;
	border-radius: 0;
	font-size: 16px;
	background-color: #FFFFFF;
}

.btn-demo:focus {
	outline: 0;
}

.demo-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 15px;
	background-color: #212121;
	text-align: center;
}

.demo-footer > a {
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}
/* Side Enquiry Box End  */

@media(max-width:1199px){
    .tab-wrap .nav-wrap .tab-navs .tabs-title[data-v-9bf72a46] {
        padding-bottom: 5px;
    }
}


@media(max-width:1199px){
    h2[data-v-9bf72a46] {
        font-size: 30px;
    }
}

@media(max-width:767px){
    html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
      /*  height: 100%;*/
    }
}

