/* Theme Name: mrweb
Theme URI: https://mr-web.ir
Author: mrweb Co
Author URI: https://mr-web.ir
Description: طراحی سایت - سئو - دیجیتال مارکتینگ - راه اندازی CRM - فروشگاه انیترنتی - شبکه های کامپیوتری
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mr-web.ir */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    color: #222;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: var(--gold);
}

button:focus,
input:focus,
textarea:focus {
    outline: none !important;
    border: 1px solid var(--gold);
}

li {
    list-style: none;
}

/* --------------------
    Bootstrap lite
-------------------- */
.home {
    overflow: hidden;
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
}

.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;
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1280px;
    }
}

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

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

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

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

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

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

.c-1 {
    -ms-flex: 0 0 8.3333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333%;
    -moz-box-flex: 0;
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
}

.c-2 {
    -ms-flex: 0 0 16.6666%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666%;
    -moz-box-flex: 0;
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
}

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

.c-4 {
    -ms-flex: 0 0 33.3333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
    -moz-box-flex: 0;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.c-5 {
    -ms-flex: 0 0 41.6666%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666%;
    -moz-box-flex: 0;
    flex: 0 0 41.6666%;
    max-width: 41.6666%;
}

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

.c-7 {
    -ms-flex: 0 0 58.3333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333%;
    -moz-box-flex: 0;
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
}

.c-8 {
    -ms-flex: 0 0 66.6666%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666%;
    -moz-box-flex: 0;
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
}

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

.c-10 {
    -ms-flex: 0 0 83.3333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333%;
    -moz-box-flex: 0;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
}

.c-11 {
    -ms-flex: 0 0 91.6666%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666%;
    -moz-box-flex: 0;
    flex: 0 0 91.6666%;
    max-width: 91.6666%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .c-sm-1 {
        -ms-flex: 0 0 8.3333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333%;
        -moz-box-flex: 0;
        flex: 0 0 8.3333%;
        max-width: 8.3333%;
    }

    .c-sm-2 {
        -ms-flex: 0 0 16.6666%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666%;
        -moz-box-flex: 0;
        flex: 0 0 16.6666%;
        max-width: 16.6666%;
    }

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

    .c-sm-4 {
        -ms-flex: 0 0 33.3333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333%;
        -moz-box-flex: 0;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .c-sm-5 {
        -ms-flex: 0 0 41.6666%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666%;
        -moz-box-flex: 0;
        flex: 0 0 41.6666%;
        max-width: 41.6666%;
    }

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

    .c-sm-7 {
        -ms-flex: 0 0 58.3333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333%;
        -moz-box-flex: 0;
        flex: 0 0 58.3333%;
        max-width: 58.3333%;
    }

    .c-sm-8 {
        -ms-flex: 0 0 66.6666%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666%;
        -moz-box-flex: 0;
        flex: 0 0 66.6666%;
        max-width: 66.6666%;
    }

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

    .c-sm-10 {
        -ms-flex: 0 0 83.3333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333%;
        -moz-box-flex: 0;
        flex: 0 0 83.3333%;
        max-width: 83.3333%;
    }

    .c-sm-11 {
        -ms-flex: 0 0 91.6666%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666%;
        -moz-box-flex: 0;
        flex: 0 0 91.6666%;
        max-width: 91.6666%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .c-md-1 {
        -ms-flex: 0 0 8.3333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333%;
        -moz-box-flex: 0;
        flex: 0 0 8.3333%;
        max-width: 8.3333%;
    }

    .c-md-2 {
        -ms-flex: 0 0 16.6666%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666%;
        -moz-box-flex: 0;
        flex: 0 0 16.6666%;
        max-width: 16.6666%;
    }

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

    .c-md-4 {
        -ms-flex: 0 0 33.3333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333%;
        -moz-box-flex: 0;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .c-md-5 {
        -ms-flex: 0 0 41.6666%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666%;
        -moz-box-flex: 0;
        flex: 0 0 41.6666%;
        max-width: 41.6666%;
    }

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

    .c-md-7 {
        -ms-flex: 0 0 58.3333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333%;
        -moz-box-flex: 0;
        flex: 0 0 58.3333%;
        max-width: 58.3333%;
    }

    .c-md-8 {
        -ms-flex: 0 0 66.6666%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666%;
        -moz-box-flex: 0;
        flex: 0 0 66.6666%;
        max-width: 66.6666%;
    }

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

    .c-md-10 {
        -ms-flex: 0 0 83.3333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333%;
        -moz-box-flex: 0;
        flex: 0 0 83.3333%;
        max-width: 83.3333%;
    }

    .c-md-11 {
        -ms-flex: 0 0 91.6666%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666%;
        -moz-box-flex: 0;
        flex: 0 0 91.6666%;
        max-width: 91.6666%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .c-lg-1 {
        -ms-flex: 0 0 8.3333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333%;
        -moz-box-flex: 0;
        flex: 0 0 8.3333%;
        max-width: 8.3333%;
    }

    .c-lg-2 {
        -ms-flex: 0 0 16.6666%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666%;
        -moz-box-flex: 0;
        flex: 0 0 16.6666%;
        max-width: 16.6666%;
    }

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

    .c-lg-4 {
        -ms-flex: 0 0 33.3333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333%;
        -moz-box-flex: 0;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .c-lg-5 {
        -ms-flex: 0 0 41.6666%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666%;
        -moz-box-flex: 0;
        flex: 0 0 41.6666%;
        max-width: 41.6666%;
    }

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

    .c-lg-7 {
        -ms-flex: 0 0 58.3333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333%;
        -moz-box-flex: 0;
        flex: 0 0 58.3333%;
        max-width: 58.3333%;
    }

    .c-lg-8 {
        -ms-flex: 0 0 66.6666%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666%;
        -moz-box-flex: 0;
        flex: 0 0 66.6666%;
        max-width: 66.6666%;
    }

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

    .c-lg-10 {
        -ms-flex: 0 0 83.3333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333%;
        -moz-box-flex: 0;
        flex: 0 0 83.3333%;
        max-width: 83.3333%;
    }

    .c-lg-11 {
        -ms-flex: 0 0 91.6666%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666%;
        -moz-box-flex: 0;
        flex: 0 0 91.6666%;
        max-width: 91.6666%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .c-xl-1 {
        -ms-flex: 0 0 8.3333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333%;
        -moz-box-flex: 0;
        flex: 0 0 8.3333%;
        max-width: 8.3333%;
    }

    .c-xl-2 {
        -ms-flex: 0 0 16.6666%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666%;
        -moz-box-flex: 0;
        flex: 0 0 16.6666%;
        max-width: 16.6666%;
    }

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

    .c-xl-4 {
        -ms-flex: 0 0 33.3333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333%;
        -moz-box-flex: 0;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .c-xl-5 {
        -ms-flex: 0 0 41.6666%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666%;
        -moz-box-flex: 0;
        flex: 0 0 41.6666%;
        max-width: 41.6666%;
    }

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

    .c-xl-7 {
        -ms-flex: 0 0 58.3333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333%;
        -moz-box-flex: 0;
        flex: 0 0 58.3333%;
        max-width: 58.3333%;
    }

    .c-xl-8 {
        -ms-flex: 0 0 66.6666%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666%;
        -moz-box-flex: 0;
        flex: 0 0 66.6666%;
        max-width: 66.6666%;
    }

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

    .c-xl-10 {
        -ms-flex: 0 0 83.3333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333%;
        -moz-box-flex: 0;
        flex: 0 0 83.3333%;
        max-width: 83.3333%;
    }

    .c-xl-11 {
        -ms-flex: 0 0 91.6666%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666%;
        -moz-box-flex: 0;
        flex: 0 0 91.6666%;
        max-width: 91.6666%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-flex {
    display: -ms-flexbox!important;
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -moz-box!important;
    display: 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-flex {
        display: -ms-flexbox!important;
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: -moz-box!important;
        display: 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-row {
        display: table-row!important;
    }

    .d-md-flex {
        display: -ms-flexbox!important;
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: -moz-box!important;
        display: 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-flex {
        display: -ms-flexbox!important;
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: -moz-box!important;
        display: 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-flex {
        display: -ms-flexbox!important;
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: -moz-box!important;
        display: flex!important;
    }
}

.m-0 {
    margin: 0;
}

.mt-0,
.my-0 {
    margin-top: 0;
}

.mr-0,
.mx-0 {
    margin-right: 0;
}

.mb-0,
.my-0 {
    margin-bottom: 0;
}

.ml-0,
.mx-0 {
    margin-left: 0;
}

.m-1 {
    margin: .25rem;
}

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

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

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

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

.m-2 {
    margin: .5rem;
}

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

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

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

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

.m-3 {
    margin: 1rem;
}

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

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

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

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

.m-4 {
    margin: 1.5rem;
}

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

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

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

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

.m-5 {
    margin: 3rem;
}

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

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

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

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

.p-0 {
    padding: 0;
}

.pt-0,
.py-0 {
    padding-top: 0;
}

.pr-0,
.px-0 {
    padding-right: 0;
}

.pb-0,
.py-0 {
    padding-bottom: 0;
}

.pl-0,
.px-0 {
    padding-left: 0;
}

.p-1 {
    padding: .25rem;
}

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

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

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

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

.p-2 {
    padding: .5rem;
}

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

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

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

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

.p-3 {
    padding: 1rem;
}

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

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

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

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

.p-4 {
    padding: 1.5rem;
}

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

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

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

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

.p-5 {
    padding: 3rem;
}

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

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

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

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

.m-auto {
    margin: auto;
}

.mt-auto,
.my-auto {
    margin-top: auto;
}

.mr-auto,
.mx-auto {
    margin-right: auto;
}

.mb-auto,
.my-auto {
    margin-bottom: auto;
}

.ml-auto,
.mx-auto {
    margin-left: auto;
}

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

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

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

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

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

    .m-sm-1 {
        margin: .25rem;
    }

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

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

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

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

    .m-sm-2 {
        margin: .5rem;
    }

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

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

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

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

    .m-sm-3 {
        margin: 1rem;
    }

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

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

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

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

    .m-sm-4 {
        margin: 1.5rem;
    }

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

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

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

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

    .m-sm-5 {
        margin: 3rem;
    }

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

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

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

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

    .p-sm-0 {
        padding: 0;
    }

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

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

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

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

    .p-sm-1 {
        padding: .25rem;
    }

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

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

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

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

    .p-sm-2 {
        padding: .5rem;
    }

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

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

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

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

    .p-sm-3 {
        padding: 1rem;
    }

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

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

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

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

    .p-sm-4 {
        padding: 1.5rem;
    }

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

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

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

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

    .p-sm-5 {
        padding: 3rem;
    }

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

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

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

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

    .m-sm-auto {
        margin: auto;
    }

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

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

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

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

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

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

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

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

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

    .m-md-1 {
        margin: .25rem;
    }

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

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

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

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

    .m-md-2 {
        margin: .5rem;
    }

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

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

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

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

    .m-md-3 {
        margin: 1rem;
    }

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

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

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

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

    .m-md-4 {
        margin: 1.5rem;
    }

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

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

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

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

    .m-md-5 {
        margin: 3rem;
    }

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

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

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

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

    .p-md-0 {
        padding: 0;
    }

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

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

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

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

    .p-md-1 {
        padding: .25rem;
    }

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

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

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

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

    .p-md-2 {
        padding: .5rem;
    }

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

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

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

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

    .p-md-3 {
        padding: 1rem;
    }

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

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

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

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

    .p-md-4 {
        padding: 1.5rem;
    }

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

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

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

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

    .p-md-5 {
        padding: 3rem;
    }

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

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

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

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

    .m-md-auto {
        margin: auto;
    }

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

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

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

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

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

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

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

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

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

    .m-lg-1 {
        margin: .25rem;
    }

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

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

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

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

    .m-lg-2 {
        margin: .5rem;
    }

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

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

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

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

    .m-lg-3 {
        margin: 1rem;
    }

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

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

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

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

    .m-lg-4 {
        margin: 1.5rem;
    }

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

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

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

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

    .m-lg-5 {
        margin: 3rem;
    }

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

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

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

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

    .p-lg-0 {
        padding: 0;
    }

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

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

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

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

    .p-lg-1 {
        padding: .25rem;
    }

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

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

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

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

    .p-lg-2 {
        padding: .5rem;
    }

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

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

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

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

    .p-lg-3 {
        padding: 1rem;
    }

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

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

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

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

    .p-lg-4 {
        padding: 1.5rem;
    }

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

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

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

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

    .p-lg-5 {
        padding: 3rem;
    }

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

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

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

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

    .m-lg-auto {
        margin: auto;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto;
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0;
    }

    .m-xl-1 {
        margin: .25rem;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem;
    }

    .m-xl-2 {
        margin: .5rem;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem;
    }

    .m-xl-3 {
        margin: 1rem;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem;
    }

    .m-xl-4 {
        margin: 1.5rem;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem;
    }

    .m-xl-5 {
        margin: 3rem;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem;
    }

    .p-xl-0 {
        padding: 0;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0;
    }

    .p-xl-1 {
        padding: .25rem;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem;
    }

    .p-xl-2 {
        padding: .5rem;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem;
    }

    .p-xl-3 {
        padding: 1rem;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem;
    }

    .p-xl-4 {
        padding: 1.5rem;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem;
    }

    .p-xl-5 {
        padding: 3rem;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem;
    }

    .m-xl-auto {
        margin: auto;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto;
    }
}

.pl-xl-7 {
    padding-left: 10%;
}

#main .container .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

img {
    max-width: 100%;
    height: auto;
}

/* --------------------
    Config
-------------------- */
:root {
    --ss-first-color: var(--main_color);
    --ss-screenWidth: 80%;
    --ss-right: 10%;
    --ss-left: 10%;
    --light: #f3f5f7;
    --gold: #bc8971;
    --gray: #fafbfc;
    --border-color: #E4E8EB;
    --gray0: #c8c8c8;
    --gray1: #a1abb3;
    --gray2: #64676b;
    --footer: #b7bbbf;
    --text-color: #292b2c;

    /* --main_font: 'PeydaWeb'; */
    /* --text_font: 'iranyekan'; */
    --icon: 'mrweb-ico';
    --ss-animation-timing: ease;
    --ss-animation-time: 0s;
    --ss-perspective: 1000px;
    --aws-duration: 0;
    --aws-delay: 0;
    --aws-easing: cubic-bezier(.175,.885,.32,1.275);
    --aws-distance: 50px;
    --aws-ndistance: -50px;
}

:before,
:after {
    font-family: var(--icon),'fontawesome';
}

::-moz-selection {
    color: #000;
    background: var(--gold);
}

::selection {
    color: var(--gold);
    background: rgba(212, 159, 134, 0.1);
}

html {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

body {
    direction: rtl;
    text-align: right;
    font-family: var(--main_font), Arial;
    font-size: 15px;
    color: var(--text-color);
    line-height: 2;
    background: var(--gray);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: url('assets/img/intro-bgsub.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

#main {
    padding-top: 210px;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-weight: normal;
    font-family: var(--main_font);
}

.post-innertext .wp-caption {
    max-width: 100%;
}

.post-innertext p.wp-caption-text {
    font-size: 13px;
    text-align: center;
    margin-top: -15px;
}

.menu-layout {
    position: fixed;
    background: #0000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* menu */
.globalMenu .sections-nav-main:after,
.globalMenu .sections-nav-main:before {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.sections-nav-main {
    top: 32px;
}

.globalMenu .sections-nav-main:before {
    border: 1px solid #b8866f;
    -webkit-box-shadow: 0 0 15px #eee;
    -moz-box-shadow: 0 0 15px #eee;
    box-shadow: 0 0 15px #bc8971;
    background-color: rgb(50 70 144 / 15%);
}

#header .menu-layout#intro .row > img {
    position: absolute;
    max-height: 90%;
    left: 0;
    bottom: 0;
}

.menu-layout h1,
.menu-layout h2,
.menu-layout h3,
.menu-layout h4 {
    color: var(--light);
    font-weight: normal;
    font-size: 26px;
    line-height: normal;
}

.menu-layout .short-desc,
.menu-layout b {
    color: var(--gray1);
    font-size: 18px;
    margin: 4px 0 12px 0;
}

.menu-layout p {
    color: var(--gray2);
}

.menu-bg,
.menu-bg1 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
}

.menu-bg.open,
.menu-bg1.open {
    visibility: visible;
}

.menu-bg .mbg,
.menu-bg1 .mbg {
    background: #000;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.menu-bg .mbg i,
.menu-bg1 i i {
    background-image: url(../../uploads/04/intro-bg-1.webp);
    width: 100vw;
    height: 100vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
    opacity: 0;
    -webkit-transition: 2s;
    -o-transition: 2s;
    -moz-transition: 2s;
    transition: 2s;
}

.openedMenu .mbg i {
    opacity: 1;
    -webkit-transition: 1s 0.5s;
    -o-transition: 1s 0.5s;
    -moz-transition: 1s 0.5s;
    transition: 1s 0.5s;
}

.menu-bg svg,
.menu-bg1 svg {
    height: 0;
    width: 100%;
    fill: rgb(0, 0, 0);
    margin-top: -1px;
    min-width: 800px;
}

#header .menu-layout {
    visibility: hidden;
    opacity: 0;
    left: 110%;
    -webkit-transition: all 1s 1s,left 0s 0s;
    -o-transition: all 1s 1s,left 0s 0s;
    -moz-transition: all 1s 1s,left 0s 0s;
    transition: all 1s 1s,left 0s 0s;
}

#header .menu-layout.active {
    visibility: visible;
    opacity: 1;
    left: 0;
}

.openedMenu .slidedown {
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 100%) !important;
    background: -webkit-linear-gradient(
            0deg
            , rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 100%) !important;
    background: -webkit-gradient(
            linear
            , left bottom, left top
            , from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2))) !important;
    background: -webkit-linear-gradient(
            bottom
            , rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 100%) !important;
    background: -moz-linear-gradient(
            bottom
            , rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 100%) !important;
    background: -o-linear-gradient(
            bottom
            , rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 100%) !important;
    background: linear-gradient(
            0deg
            , rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

#header nav,
.slidedownParent,
.login-btn {
    z-index: 1001;
}

.menu-layout {
    padding-top: 50px;
}

.wrap-menu {
    -webkit-clip-path: none !important;
    clip-path: none !important;
    opacity: 1 !important;
}

/* .slidedown, .login-btn{ */
/* opacity: 1; */
/* } */
.globalMenu .slidedown,
.login-btn {
    opacity: 1 !important;
}

.menu-layout .photoFrame img {
    width: 60%;
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation: float;
    -moz-animation: float;
    -o-animation: float;
    animation: float;
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -o-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.photoFrame figure {
    height: 80%;
    margin-top: 5%;
}

.photoFrame h3 {
    line-height: 60px !important;
    color: var(--gold) !important;
    font-size: 18px !important;
}

.logo {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    max-height: 100%;
    width: auto;
}

input,
textarea {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid var(--border-color);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: var(--main_font);
    padding: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
}

.holder {
    width: var(--ss-screenWidth);
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    max-height: 100%;
}

.fix {
    position: fixed;
    z-index: 100;
}

.top {
    top: 0;
}

.top-10 {
    top: 10px;
}

.top-20 {
    top: 20px;
}

.top-30 {
    top: 30px;
}

.top-40 {
    top: 40px;
}

.top-50 {
    top: 50px;
}

.bottom {
    bottom: 0;
}

.bottom-10 {
    bottom: 10px;
}

.bottom-20 {
    bottom: 20px;
}

.bottom-30 {
    bottom: 30px;
}

.bottom-40 {
    bottom: 40px;
}

.bottom-50 {
    bottom: 50px;
}

.right {
    right: var(--ss-right);
}

.left {
    left: var(--ss-left);
}

.x-center {
    left: 0;
    right: 0;
    margin: auto;
}

.y-center {
    top: 0;
    bottom: 0;
    margin: auto;
}

.center {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.content-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.m-0i {
    margin: 0 !important;
}

header {
    position: fixed;
    top: -1px;
    left: 0;
    width: 100%;
    margin-bottom: 130px;
    z-index: 1001;
}

#header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home_right.wrap-menu a:before {
    content: '\e902';
    position: absolute;
    left: 0;
    font-size: 8px;
    width: 100%;
    text-align: center;
    top: -14px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s;
    color: var(--gold);
    opacity: 0;
}

.home_right.wrap-menu a:hover:before {
    opacity: 1;
    top: -10px;
}

.globalMenu:before,
#footer-customers:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    background: var(--gold);
    height: 0.1rem;
    top: 100%;
    background: #b8c3cc00;
    -webkit-box-shadow: 0 2px 13px 1px #174c6b5e;
    -moz-box-shadow: 0 2px 13px 1px #174c6b5e;
    box-shadow: 0 2px 13px 1px #174c6b5e;
    z-index: 1;
}

.header-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-menu a {
    padding: 5px 10px;
}

.globalMenu:after,
.footer-logo {
    content: '';
    position: absolute;
    background: url(assets/img/g-h2.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 238px;
    height: 144px;
    z-index: 1;
    left: -webkit-calc(50% - 119px);
    left: -moz-calc(50% - 119px);
    left: calc(50% - 119px);
    bottom: -88px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-position: 0 -47px;
}

header.sticky:after {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

#header:after {
    content: '';
    position: absolute;
    height: 2px;
    background: var(--gold);
    width: 0;
    bottom: -2px;
    left: 0;
    right: -14px;
    margin: auto;
    z-index: 1;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
}

.sticky #header:after {
    width: 75px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease;
}

.header-menu li {
    padding: 5px;
}

.logo-container {
    width: 42px;
    margin: 0 8%;
}

.footer-logo:after {
    content: '';
    position: absolute;
    top: 55%;
    background: url('assets/img/logo-badge.png');
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    width: 178px;
    height: 130px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.globalMenu .header-logo:before,
.footer-logo:before {
    content: '';
    position: absolute;
    background-image: url(assets/img/logotext.png);
    -webkit-background-size: 258px 258px;
    -moz-background-size: 258px;
    -o-background-size: 258px;
    background-size: 258px;
    background-position: bottom center;
    background-repeat: no-repeat;
    -webkit-filter: contrast(1.02) sepia(1) saturate(1.35) hue-rotate(-30deg) brightness(7);
    filter: contrast(1.02) sepia(1) saturate(1.35) hue-rotate(-30deg) brightness(7);
    height: 78px;
    width: 100%;
    left: 0;
    top: -webkit-calc(100% + 1px);
    top: -moz-calc(100% + 1px);
    top: calc(100% + 1px);
    z-index: 0;
}

.globalMenu .logo-desc {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 72px;
}

.mheader-logo {
    float: left;
    margin: 24px 0;
    height: 75px;
    display: none;
}

.header-logo {
    position: relative;
    z-index: 1000;
    width: 125px;
    top: 5px;
    overflow: hidden;
    right: 7px;
}

.header-logo img,
.footer-logo img {
    position: relative;
    display: block;
    z-index: 5;
}

.wrap-menu {
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    margin-top: 26px;
}

.content-box {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 25px -6px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0 10px 25px -6px rgb(0 0 0 / 9%);
    box-shadow: 0 10px 25px -6px rgb(0 0 0 / 9%);
    overflow: hidden;
}

h1 {
    font-size: 24px;
    margin-bottom: 14px;
}

.globalMenu .wrap-menu {
    margin: 25px 0 20px 0;
}

.personnel .hover-info h3 {
    font-size: 18px;
}

.personnel .hover-info span {
    font-size: 16px;
}

.globalMenu .slidedown {
    background: rgb(31 44 92);
    z-index: 1;
    -webkit-border-radius: 0 0 0.6cm 0.6cm;
    -moz-border-radius: 0 0 0.6cm 0.6cm;
    border-radius: 0 0 0.6cm 0.6cm;
    border: 1px solid #b8866f9c;
    top: -10px;
    width: 36px;
    height: 165px;
    -webkit-transition: 0s 0s;
    -o-transition: 0s 0s;
    -moz-transition: 0s 0s;
    transition: 0s 0s;
    text-align: center;
    position: absolute;
}

.menu-homepage-2-container,
.menu-homepage-1-container {
    max-width: 400px;
    display: inline-block;
    width: 100%;
}

.home_right.wrap-menu {
    text-align: left;
}

.home_left.wrap-menu {
    text-align: right;
}

section {
    position: relative;
    overflow: visible;
}

.globalMenu .login-btn > span {
    margin-left: 10px;
    display: none;
}

.globalMenu .header-logo:before,
.globalMenu .logo-desc {
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    opacity: 1;
}

.openedMenu .globalMenu .header-logo:before,
.openedMenu .globalMenu .logo-desc {
    opacity: 0 !important;
}

.globalMenu .blog-item h3 {
    color: var(--gray1);
}

.globalMenu .blog-item p {
    color: var(--gray2);
}

.slidedownParent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slidedownParent > span {
    min-width: 80px;
    display: block;
    padding: 9px 0;
    margin-right: 10px;
    display: none;
}

.logo-desc {
    margin-top: 12px;
}

.post-thumbnail-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.post-thumbnail img {
    width: 275px;
    height: 275px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    background: #fff;
}

.post-innertext {
    font-family: var(--text_font);
    padding: 26px 26px;
    -webkit-border-radius: 5px 5px 5px 26px;
    -moz-border-radius: 5px 5px 5px 26px;
    border-radius: 5px 5px 5px 26px;
    overflow: hidden;
}

.aligncenter {
    display: block;
    margin: 20px auto !important;
}

.post-innertext img {
    margin: 20px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.post-innertext h2 {
    font-size: 18px;
    margin: 16px 0 8px 0;
}

.archive .tq1 {
    margin-left: -50px;
}

.header-menu a {
    color: var(--gray);
}

.tq1 {
    position: -webkit-sticky;
    position: sticky;
    left: auto;
    top: 100px;
    width: 50px;
    height: 106px;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: 0.35s ease,opacity 1s;
    -o-transition: 0.35s ease,opacity 1s;
    -moz-transition: 0.35s ease,opacity 1s;
    transition: 0.35s ease,opacity 1s;
    overflow: hidden;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    margin-left: -50px;
    z-index: 10;
}

.single .tq1 {
    left: 15px;
    right: auto;
}

#main .container {
    position: relative;
}

.rp-title b {
    font-size: 18px;
    margin: 0 0 0 20px;
}

.rp-title span {
    color: var(--gray1);
    white-space: nowrap;
    font-size: 14px;
}

.rp-title b:before,
.quiz-title:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    margin: 6px 0 0 12px;
    float: right;
    background: url(assets/img/sep/roundbadge.png) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-pixelated;
    image-rendering: pixelated;
}

.post-thumbnail {
    position: relative;
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    padding: 5px;
    background: rgb(216,223,233);
    background: -moz-linear-gradient(180deg, rgba(216,223,233,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(216,223,233,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(216,223,233,1)), to(rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(216,223,233,1) 0%, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(top, rgba(216,223,233,1) 0%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(216,223,233,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(180deg, rgba(216,223,233,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d8dfe9",endColorstr="#ffffff",GradientType=1);
}

blockquote {
    position: relative;
    width: 76%;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid var(--border-color);
    padding: 48px 18px 18px 18px;
    margin: 50px auto 60px auto;
    font-family: var(--main_font);
}

blockquote:before {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    top: -25px;
    left: -webkit-calc(50% - 24px);
    left: -moz-calc(50% - 24px);
    left: calc(50% - 24px);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff url(assets/img/sep/roundbadge.png) no-repeat;
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px;
    -o-background-size: 30px;
    background-size: 30px;
    background-position: center;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    border: 1px solid #E4E8EB;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    z-index: 2;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

blockquote:hover:before {
    -webkit-transform: rotate(32deg);
    -moz-transform: rotate(32deg);
    -ms-transform: rotate(32deg);
    -o-transform: rotate(32deg);
    transform: rotate(32deg);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

/* blockquote.p2:before{ */
/* transform: rotate(37deg); */
/* filter: grayscale(0); */
/* opacity: 0; */
/* } */
blockquote:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 80px;
    z-index: 1;
    left: -webkit-calc(50% - 40px);
    left: -moz-calc(50% - 40px);
    left: calc(50% - 40px);
    background: var(--gold);
    top: -2px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
}

blockquote:hover:after {
    width: 120px;
    opacity: 1;
    left: -webkit-calc(50% - 60px);
    left: -moz-calc(50% - 60px);
    left: calc(50% - 60px);
}

blockquote > p:first-child:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 120px;
    left: -webkit-calc(50% - 60px);
    left: -moz-calc(50% - 60px);
    left: calc(50% - 60px);
    background: var(--gray0);
    top: -2px;
    opacity: 0.5;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

blockquote > p:first-child:hover:after {
    opacity: 0;
}

blockquote em {
    position: absolute;
    right: 30px;
    bottom: -38px;
    color: var(--gray2);
    font-size: 12px;
    font-style: normal;
}

blockquote em:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 1px;
    background: var(--gold);
    top: 10px;
    right: -22px;
}

.single-quick-access {
    width: -webkit-calc(100% - 88px);
    width: -moz-calc(100% - 88px);
    width: calc(100% - 88px);
    margin: 20px 4px 0 0;
    padding: 16px;
}

.single-quick-access > span {
    font-size: 18px;
    border-bottom: 1px solid var(--border-color);
    display: block;
    padding-bottom: 6px;
    margin-bottom: 6px;
}

.single-quick-access > span:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    margin: 6px 0 0 12px;
    float: right;
    background: url(assets/img/sep/roundbadge.png) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.post-innertext p {
    text-align: justify;
}

.post-innertext ul li img {
    margin: 0 0 0 14px;
}

.post-innertext p ul li:before {
    content: '';
    float: right;
    width: 15px;
    height: 8px;
    background: var(--border-color);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: 12px 0 0 10px;
}

ol {
    counter-reset: section;
    list-style-type: none;
}

.single-quick-margin {
    margin: 0 4px 0 0;
}

.post-innertext ol li:before {
    counter-increment: section;
    content: counters(section, ".") " ";
    border-left: 1px solid #eee;
    margin-left: 6px;
    padding-left: 2px;
    color: var(--gold);
}

.post-innertext p a {
    position: relative;
    color: var(--gold);
    z-index: 1;
}

.post-innertext p a:before {
    content: '';
    position: absolute;
    width: -webkit-calc(100% + 10px);
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
    right: -5px;
    top: -5px;
    height: -webkit-calc(100% + 10px);
    height: -moz-calc(100% + 10px);
    height: calc(100% + 10px);
    background-image: -webkit-gradient(linear,right top, left top,color-stop(50%, rgba(255,255,255,0)),color-stop(50%, var(--gold)));
    background-image: -webkit-linear-gradient(right,rgba(255,255,255,0) 50%,var(--gold) 50%);
    background-image: -moz-linear-gradient(right,rgba(255,255,255,0) 50%,var(--gold) 50%);
    background-image: -o-linear-gradient(right,rgba(255,255,255,0) 50%,var(--gold) 50%);
    background-image: linear-gradient(to left,rgba(255,255,255,0) 50%,var(--gold) 50%);
    background-position: -100.01%;
    -webkit-background-size: 200% auto;
    -moz-background-size: 200% auto;
    -o-background-size: 200% auto;
    background-size: 200% auto;
    -webkit-transition: background-position 0.25s ease-in-out;
    -o-transition: background-position 0.25s ease-in-out;
    -moz-transition: background-position 0.25s ease-in-out;
    transition: background-position 0.25s ease-in-out;
    z-index: -1;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-mask-image: url('assets/img/Marker.svg');
    -webkit-mask-position: center;
    -webkit-mask-repeat: repeat-x;
    -webkit-mask-size: 95px ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹auto;
    opacity: .15;
}

.single-post .post-innertext h1:before {
    content: '';
    position: absolute;
    background: var(--gold);
    width: 24px;
    height: .1rem;
    margin-top: -4px;
}

.post-innertext p a:hover:before {
    background-position: 0;
}

.single-quick-access a {
    display: block;
    font-size: 14px;
    padding: 8px 0;
}

.single-quick-access a:before {
    content: '';
    display: block;
    background: url(assets/img/li-sign.png) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 20px;
    height: 30px;
    float: right;
    margin: 5px 0 0 14px;
    -webkit-filter: grayscale(1) opacity(0.4);
    filter: grayscale(1) opacity(0.4);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.single-quick-access a:hover:before {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
}

.single-quick-access a:hover:before {
    -webkit-filter: grayscale(0) opacity(1);
    filter: grayscale(0) opacity(1);
}

.post-thumbnail:before {
    content: '';
    position: absolute;
    width: 52px;
    height: 52px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgb(43 60 122) url(assets/img/sep/roundbadge.png) no-repeat;
    -webkit-background-size: 32px 32px;
    -moz-background-size: 32px;
    -o-background-size: 32px;
    background-size: 36px;
    background-position: center;
    bottom: -21px;
    left: -webkit-calc(50% - 26px);
    left: -moz-calc(50% - 26px);
    left: calc(50% - 26px);
    z-index: 2;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -webkit-box-shadow: inset 0 0 20px #00000017;
    -moz-box-shadow: inset 0 0 20px #00000017;
    box-shadow: inset 0 0 20px #00000017;
}

.post-thumbnail:after {
    content: '';
    position: absolute;
    width: 330px;
    height: 330px;
    background: #b8866f40;
    bottom: -8px;
    left: -webkit-calc(50% - 60px);
    left: -moz-calc(50% - 60px);
    left: calc(12% - 60px);
    border-radius: 200px;
    border: 1px solid #b8866f;
    z-index: -1;
}

.single-info {
    width: 75%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: url(assets/img/sd.png) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center right;
    margin-top: 40px;
}

.post-day {
    color: var(--gold);
    font-size: 15px;
    line-height: 1;
    margin: 0 5px;
}

.post-month {
    line-height: 22px;
    color: #777;
}

.post-year {
    line-height: 22px;
    color: #bbb;
}

.article-footer-decs {
    width: 100%;
    padding: 4%;
    background: var(--first-color);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: var(--text-color);
    font-size: 15px;
    margin: 10px 0;
}

.article-footer-decs p {
    margin: 0;
}

.article-cats {
    width: 50%;
    display: inline-block;
    margin: 16px 0 0 0;
}

.article-cats:before {
    content: "\e90a";
    float: right;
    margin-left: 10px;
    color: var(--gray1);
}

.article-tags:before {
    content: "\e90b";
    float: left;
    margin-right: 10px;
    color: var(--gray1);
}

.article-cats li,
.article-tags a {
    display: inline-block;
    padding: 0 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid var(--gray1);
    line-height: 25px;
    margin: 0 0 8px 8px;
    font-size: 14px;
    color: var(--gray1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.article-cats li a {
    font-size: 14px;
    color: var(--gray1);
    padding: 2px 8px 0 8px;
    display: block;
    line-height: 24px;
}

.article-cats li:hover,
.article-tags a:hover {
    border: 1px solid var(--gold);
    color: var(--gold);
}

.article-cats li {
    padding: 0;
}

.article-cats li:hover {
    border: 1px solid var(--gold);
    color: var(--gold);
}

.article-cats li a:hover {
    color: var(--gold);
}

.article-tags a {
    margin: 0 8px 8px 0;
}

.article-tags {
    width: 49%;
    display: inline-block;
    text-align: left;
}

.article-footer {
    height: 64px;
    width: -webkit-calc(100% + 52px);
    width: -moz-calc(100% + 52px);
    width: calc(100% + 52px);
    margin-right: -26px;
    padding: 10px 26px;
    background: var(--gray) url(assets/img/mrweb-article-footer.png) no-repeat;
    background-position: 26px center;
}

.related-title {
    font-size: 20px;
    color: var(--gold);
}

header .icon-zarb:before {
    content: '';
}

header .icon-zarb i {
    display: block;
    width: 32px;
    height: 30px;
    text-align: CENTER;
}

header .icon-zarb i:before,
header .icon-zarb i:after {
    content: ' ';
    position: absolute;
    width: 1px;
    height: 30px;
    background: #979797;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transition: 0.45s ease;
    -o-transition: 0.45s ease;
    -moz-transition: 0.45s ease;
    transition: 0.45s ease;
}

header .icon-zarb i:after {
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

header .icon-zarb:hover i:before,
header .icon-zarb:hover i:after {
    background: var(--gold);
}

header .icon-zarb:hover i:before {
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

header .icon-zarb:hover i:after {
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
}

/* ***********************************************************
    blog card
*********************************************************** */
#header .sections-nav-main {
    -webkit-transition: 1s 0s;
    -o-transition: 1s 0s;
    -moz-transition: 1s 0s;
    transition: 1s 0s;
}

.blog-item {
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-bottom: 10px;
    padding: 7px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    -webkit-filter: none;
    filter: none;
    margin: 0 7px 5px;
}

.blog-item img {
    width: 120px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 140px;
}

.single-banner {
    position: relative;
    width: -webkit-calc(100% - 88px);
    width: -moz-calc(100% - 88px);
    width: calc(100% - 88px);
    margin: 60px 4px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.single-banner img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.single-banner i,
.tdots {
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: var(--gray1);
    width: 4px;
    height: 4px;
    top: -30px;
    left: -webkit-calc(50% - 2px);
    left: -moz-calc(50% - 2px);
    left: calc(50% - 2px);
}

.single-banner i:before,
.single-banner i:after,
.tdots:before,
.tdots:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: var(--gray1);
    left: -10px;
}

.single-banner i:after,
.tdots:after {
    left: 10px;
}

.blog-item-img {
    position: relative;
    margin: 0 0 0 18px;
    background: rgb(216,223,233);
    background: -moz-linear-gradient(180deg, rgba(151, 156, 164, 0.35) 0%, rgba(255,255,255,0) 80%);
    background: -webkit-linear-gradient(180deg, rgba(151,156,164,0.35) 0%, rgba(255,255,255,0) 80%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(151,156,164,0.35)), color-stop(80%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(151,156,164,0.35) 0%, rgba(255,255,255,0) 80%);
    background: -moz-linear-gradient(top, rgba(151,156,164,0.35) 0%, rgba(255,255,255,0) 80%);
    background: -o-linear-gradient(top, rgba(151,156,164,0.35) 0%, rgba(255,255,255,0) 80%);
    background: linear-gradient(180deg, rgba(151,156,164,0.35) 0%, rgba(255,255,255,0) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d8dfe9",endColorstr="#ffffff",GradientType=1);
    padding: 4px;
    float: right;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.blog-types {
    margin: 6px 0 40px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.blog-types a {
    position: relative;
    text-align: center;
    min-width: 100px;
    font-size: 15px;
    margin: 0 2.2%;
}

.blog-types a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    background: var(--gold);
    opacity: 0;
    -webkit-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    transition: 0.35s ease;
}

.blog-types a:hover:before {
    width: 20px;
    left: -webkit-calc(50% - 10px);
    left: -moz-calc(50% - 10px);
    left: calc(50% - 10px);
    opacity: 1;
}

.blog-types i {
    font-size: 32px;
}

.blog-types h3 {
    margin: -3px 0 0 0;
}

.blog-item h3 a {
    color: #222;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.blog-item:hover h3 a {
    color: var(--gold);
}

.blog-item p {
    font-size: 14px !important;
    height: auto;
    color: #414141;
    margin: 0 0 12px 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.blog-item-img:before {
    content: '';
    position: absolute;
    width: -webkit-calc(100% - 8px);
    width: -moz-calc(100% - 8px);
    width: calc(100% - 8px);
    height: -webkit-calc(100% - 8px);
    height: -moz-calc(100% - 8px);
    height: calc(100% - 8px);
    background: url(assets/img/texture.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 0 0;
    right: 4px;
    top: 4px;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.blog-item-img:before {
    -webkit-animation: bgMoveLeft;
    -moz-animation: bgMoveLeft;
    -o-animation: bgMoveLeft;
    animation: bgMoveLeft;
    -webkit-animation-duration: 12000s;
    -moz-animation-duration: 12000s;
    -o-animation-duration: 12000s;
    animation-duration: 12000s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}

.blog-item-img:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff url(assets/img/sep/roundbadge.png) no-repeat;
    -webkit-background-size: 32px 32px;
    -moz-background-size: 32px;
    -o-background-size: 32px;
    background-size: 32px;
    background-position: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    z-index: 10;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: -webkit-calc(50% - 25px);
    top: -moz-calc(50% - 25px);
    top: calc(50% - 25px);
    left: -webkit-calc(50% - 25px);
    left: -moz-calc(50% - 25px);
    left: calc(50% - 25px);
    opacity: 0;
}

.blog-item:hover .blog-item-img:after {
    opacity: 1;
}

@-webkit-keyframes bgMoveLeft {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 80000px 0;
    }
}

@-moz-keyframes bgMoveLeft {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 80000px 0;
    }
}

@-o-keyframes bgMoveLeft {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 80000px 0;
    }
}

@keyframes bgMoveLeft {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 80000px 0;
    }
}

@-webkit-keyframes bgMoveRight {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: -80000px 0;
    }
}

@-moz-keyframes bgMoveRight {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: -80000px 0;
    }
}

@-o-keyframes bgMoveRight {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: -80000px 0;
    }
}

@keyframes bgMoveRight {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: -80000px 0;
    }
}

.blog-item .post-date {
    font-size: 12px;
    color: #262d62;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    direction: ltr;
    text-transform: uppercase;
    font-weight: bold;
}

.blog-item .post-date:before,
.blog-item > div:before {
    content: '';
    display: block;
    height: 1px;
    width: 18px;
    background: var(--gray0);
    float: right;
    margin: 11px 0 0 11px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.blog-item > div:before {
    height: 2px;
    width: 8px;
    float: none;
    display: inline-block;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.blog-item:hover > div:before {
    width: 38px;
    background: var(--gold);
}

.blog-item:hover .post-date:before {
    background: var(--gold);
}

.blog-item:hover .post-date {
    color: #bc7c4c;
}

.blog-item:hover,
.blog-item:hover .blog-item-img:before {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.comments-wrap {
    margin-top: 50px;
}

.comment-box textarea {
    width: 100%;
    max-width: 100%;
    resize: vertical;
    -webkit-transition: all 0.3s,height 0s;
    -o-transition: all 0.3s,height 0s;
    -moz-transition: all 0.3s,height 0s;
    transition: all 0.3s,height 0s;
}

.comment-txt {
    padding: 0.4rem;
}

.comment-inner-body {
    padding: 20px;
}

.comment-inner-body.admin {
    background: #fff;
    -webkit-border-radius: 5px 5px 5px 30px;
    -moz-border-radius: 5px 5px 5px 30px;
    border-radius: 5px 5px 5px 30px;
    -webkit-box-shadow: 0 0 25px #e3e5e6;
    -moz-box-shadow: 0 0 25px #e3e5e6;
    box-shadow: 0 0 25px #e3e5e6;
    overflow: hidden;
}

.cmt-admin {
    margin-left: 20px;
    color: var(--gold);
    font-size: 12px;
    line-height: 32px;
}

.reply {
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
    margin-left: 46px;
}

.reply:before {
    content: "\e909";
    font-style: normal;
    margin: -2px 3px 0 0;
    display: block;
    font-size: 14px;
    height: 34px;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
}

.reply:hover:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: var(--gold);
}

.reply:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 1px;
    background: #ddd;
    top: 15px;
    left: -33px;
}

.reply-form {
    padding-bottom: 20px !important;
    margin: 20px 0;
}

.reply-form .newsletter,
.reply-form:before {
    display: none;
}

.reply-form .btn {
    margin: auto;
    display: block;
    width: 135px;
}

.reply-form .comment-field:last-child {
    display: none;
}

.comments-list {
    margin-top: 4rem;
}

.comment-box input,
.comment-box textarea {
    background: transparent;
}

.slidedown img {
    position: relative;
    width: 36px;
    height: auto;
    padding: 6px;
    top: 12px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

.slidedown img {
    top: 18px;
}

.comment-txt {
    position: relative;
    display: inline-block;
    width: 100%;
}

.comment-box {
    position: relative;
    padding: 1.1rem;
    -webkit-border-radius: 5px 30px 5px 5px;
    -moz-border-radius: 5px 30px 5px 5px;
    border-radius: 5px 30px 5px 5px;
    padding-bottom: 50px;
    overflow: visible;
}

.comment-field {
    position: relative;
    width: 33.33%;
    float: right;
    margin-bottom: 14px;
    padding: 0.4rem;
}

.comment-field span {
    font-size: 14px;
    margin-right: 10px;
}

.comment-field i,
.comment-txt i {
    position: absolute;
    color: var(--gray1);
    font-style: normal;
    font-size: 13px;
    bottom: 14px;
    right: 18px;
    font-family: var(--text_font);
    z-index: 0;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: -webkit-calc(100% - 32px);
    max-width: -moz-calc(100% - 32px);
    max-width: calc(100% - 32px);
    direction: ltr;
}

.comment-field:first-child i {
    direction: rtl;
}

.comment-box:before {
    content: '';
    position: absolute;
    background: url('assets/img/ft-bge.png');
    width: 61px;
    height: 71px;
    left: -webkit-calc(50% - 30px);
    left: -moz-calc(50% - 30px);
    left: calc(50% - 30px);
    bottom: -49px;
}

.comment-txt i {
    top: 14px;
}

.submiter {
    padding: 0.4rem;
    margin-top: 14px;
}

.checkbox-newsletter {
    position: relative;
    display: inline-block;
    float: right;
    margin-left: 14px;
    cursor: pointer;
}

.checkbox-newsletter label {
    position: absolute;
    top: 0;
    left: 0;
    width: 29px;
    height: 29px;
    border: 1px solid var(--border-color);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.checkbox-newsletter:hover label {
    border: 1px solid var(--gold);
}

.checkbox-newsletter input {
    width: 29px;
    height: 29px;
    opacity: 0;
    cursor: pointer;
}

.newsletter {
    float: left;
    margin: 6px 0;
}

.checkbox-newsletter label:before {
    content: '\e908';
    font-size: 16px;
    margin: -3px 3px 0 0;
    display: block;
    color: var(--gold);
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
}

.checkbox-newsletter input:checked + label:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: var(--gray1);
}

[name=phone] {
    direction: ltr;
    text-align: right;
}

.comment-txt p {
    color: #d22424;
    font-size: 12px;
    margin: 4px 0;
}

.comment-list > li > .children {
    position: relative;
    padding-right: 50px;
}

.mrweb_comment .reply-form {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.comment-list > li {
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.4s,display 0s 0.4s;
    -o-transition: opacity 0.4s,display 0s 0.4s;
    -moz-transition: opacity 0.4s,display 0s 0.4s;
    transition: opacity 0.4s,display 0s 0.4s;
}

.comment-list > li.show {
    display: block;
    opacity: 1;
    -webkit-transition: opacity 0.4s,display 0s 0.4s;
    -o-transition: opacity 0.4s,display 0s 0.4s;
    -moz-transition: opacity 0.4s,display 0s 0.4s;
    transition: opacity 0.4s,display 0s 0.4s;
}

.comment-list .children:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-right: 1px solid var(--gray1);
    border-bottom: 1px solid var(--gray1);
    top: 0;
    right: 19px;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
}

.comment-list .comment-field i {
    display: none;
}

.comment-list .comment-field span {
    font-size: 12px;
}

.sticky-sidebar {
    padding-bottom: 20px;
}

.btn {
    padding: 6px 40px 4px 16px !important;
    width: auto;
    position: relative;
    border: 1px solid var(--gold);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: var(--gray1);
    font-size: 15px;
    display: inline-block;
    background: #0000;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
    font-family: var(--main_font), Arial;
    background: var(--gold);
    color: #fff;
}

.btn:hover {
    -webkit-box-shadow: 0 0 10px #bc897133;
    -moz-box-shadow: 0 0 10px #bc897133;
    box-shadow: 0 0 10px #bc897133;
    border: 1px solid #bc89715e;
    background: #0000;
    color: var(--gold);
    -webkit-backdrop-filter: saturate(0.2);
    backdrop-filter: saturate(0.2);
}

.btn:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: -1px;
    bottom: -1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid var(--gold);
    -webkit-mask-image: -webkit-linear-gradient(329deg, rgba(255,255,255,0) 44%, rgba(0,0,0,1) 49%, rgba(0,0,0,1) 51%, rgba(255,255,255,0) 56%);
    -webkit-mask-size: 240%;
    -webkit-mask-position: left center;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    -moz-transition: 0.8s;
    transition: 0.8s;
}

.btn:hover:after {
    -webkit-mask-position: right center;
}

.btn:before {
    content: '\e901';
    position: absolute;
    right: 11px;
    top: 3px;
    font-size: 17px;
}

.filters {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.filters .btn {
    margin: 10px;
    padding: 10px 20px !important;
}

.filters .btn::before {
    display: none;
}

.btn.filter-button.mixitup-control-active {
    webkit-box-shadow: 0 0 10px #bc897133;
    -moz-box-shadow: 0 0 10px #bc897133;
    box-shadow: 0 0 10px #bc897133;
    border: 1px solid #bc89715e;
    background: #0000;
    color: var(--gold);
    -webkit-backdrop-filter: saturate(0.2);
    backdrop-filter: saturate(0.2);
}

.row-center .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.new-comment {
    background: var(--light);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.cmt-h {
    line-height: 36px;
    margin-bottom: 14px;
}

.cmt-draft {
    color: var(--gold);
}

.cmt-h img {
    width: 34px;
    height: 34px;
    border: 2px solid var(--border-color);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: right;
    margin-left: 20px;
}

.cmt-info {
    float: left;
    color: #B8C3CC;
    color: var(--gray1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
}

[data-aws] {
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.personnel img {
    height: auto;
    max-height: 260px;
    width: auto;
}

.header-menu a.active {
    color: var(--gold);
}

.menu-layout .editor-home li:before {
    display: none;
}

.menu-layout .editor-home li:after {
    content: '';
    background: url("assets/img/li-sign.png") no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    width: 22px;
    height: 18px;
    margin: 4px 0 0 14px;
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
    float: right;
    -webkit-filter: grayscale(1) brightness(0.25);
    filter: grayscale(1) brightness(0.25);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.menu-layout .editor-home li:hover:after {
    -webkit-filter: grayscale(0) brightness(1);
    filter: grayscale(0) brightness(1);
}

.menu-layout .editor-home ul {
    padding-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.post-wrap {
    background: #fff;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    -webkit-box-shadow: 0 10px 25px -9px #0000004d;
    -moz-box-shadow: 0 10px 25px -9px #0000004d;
    box-shadow: 0 10px 25px -9px #0000004d;
    overflow: hidden;
    height: 100%;
    padding-bottom: 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.card-thumbnail {
    position: relative;
    width: 100%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: rgb(216,223,233);
    background: -moz-linear-gradient(180deg, #d8dfe9 0%, rgba(255,255,255,0) 80%);
    background: -webkit-linear-gradient(180deg, #d8dfe9 0%, rgba(255,255,255,0) 80%);
    background: -webkit-gradient(linear, left top, left bottom, from(#d8dfe9), color-stop(80%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, #d8dfe9 0%, rgba(255,255,255,0) 80%);
    background: -moz-linear-gradient(top, #d8dfe9 0%, rgba(255,255,255,0) 80%);
    background: -o-linear-gradient(top, #d8dfe9 0%, rgba(255,255,255,0) 80%);
    background: linear-gradient(180deg, #d8dfe9 0%, rgba(255,255,255,0) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d8dfe9",endColorstr="#ffffff",GradientType=1);
    padding: 5px 5px 0 5px;
    width: 100%;
    height: 200px;
}

.post-wrap:hover .card-thumbnail {
    background: rgb(216,223,233);
    background: -moz-linear-gradient(180deg, var(--gold) 0%, rgba(255,255,255,0) 80%);
    background: -webkit-linear-gradient(180deg, var(--gold) 0%, rgba(255,255,255,0) 80%);
    background: -webkit-gradient(linear, left top, left bottom, from(var(--gold)), color-stop(80%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, var(--gold) 0%, rgba(255,255,255,0) 80%);
    background: -moz-linear-gradient(top, var(--gold) 0%, rgba(255,255,255,0) 80%);
    background: -o-linear-gradient(top, var(--gold) 0%, rgba(255,255,255,0) 80%);
    background: linear-gradient(180deg, var(--gold) 0%, rgba(255,255,255,0) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d8dfe9",endColorstr="#ffffff",GradientType=1);
}

.card-thumbnail:before,
.card-thumbnail:after {
    content: '';
    position: absolute;
    width: -webkit-calc(50% - 5px);
    width: -moz-calc(50% - 5px);
    width: calc(50% - 5px);
    height: -webkit-calc(100% - 5px);
    height: -moz-calc(100% - 5px);
    height: calc(100% - 5px);
    top: 5px;
    left: 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    background: url(assets/img/texture.jpg);
    background-position: 0 0;
    -webkit-background-size: 120% auto;
    -moz-background-size: 120% auto;
    -o-background-size: 120% auto;
    background-size: 120% auto;
    -webkit-animation: bgMoveRight;
    -moz-animation: bgMoveRight;
    -o-animation: bgMoveRight;
    animation: bgMoveRight;
    -webkit-animation-duration: 20000s;
    -moz-animation-duration: 20000s;
    -o-animation-duration: 20000s;
    animation-duration: 20000s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.post-wrap:hover .card-thumbnail:before,
.post-wrap:hover .card-thumbnail:after {
    opacity: 1;
}

.card-thumbnail:after {
    left: auto;
    right: 5px;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.card-thumbnail .sh {
    position: absolute;
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
    height: -webkit-calc(100% - 5px);
    height: -moz-calc(100% - 5px);
    height: calc(100% - 5px);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 10px #0004;
    -moz-box-shadow: inset 0 0 10px #0004;
    box-shadow: inset 0 0 10px #0004;
}

.globalMenu .slidedown:hover i {
    bottom: -20px;
}

.navigation {
    font-size: 14px;
    line-height: 2;
}

.navigation .disabled a {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.navigation .number:before {
    content: '';
    float: left;
    background: var(--border-color);
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 10px 2px 0 4px;
}

.navigation li.n:before {
    display: none;
}

.cmtp {
    display: none;
    position: relative;
    text-align: center;
}

.cmtp span {
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
    margin-top: 10px;
    font-size: 11px;
    color: var(--gray0);
}

.cmtp span:hover {
    color: var(--gold);
}

.cmtp .tdots {
    top: 0;
}

.cmtp .tdots:before,
.cmtp .tdots:after,
.cmtp .tdots {
    width: 5px;
    height: 5px;
}

.previous-page a,
.next-page a {
    display: block;
    background: url(assets/img/sep/arrow1.png) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 17px;
    height: 25px;
    -webkit-transform: rotate(90deg) translate(0,0);
    -moz-transform: rotate(90deg) translate(0,0);
    -ms-transform: rotate(90deg) translate(0,0);
    -o-transform: rotate(90deg) translate(0,0);
    transform: rotate(90deg) translate(0,0);
    margin: 0 20px 0 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

.previous-page a:hover {
    -webkit-transform: rotate(-90deg) translate(0,8px);
    -moz-transform: rotate(-90deg) translate(0,8px);
    -ms-transform: rotate(-90deg) translate(0,8px);
    -o-transform: rotate(-90deg) translate(0,8px);
    transform: rotate(-90deg) translate(0,8px);
}

.next-page a:hover {
    -webkit-transform: rotate(90deg) translate(0,8px);
    -moz-transform: rotate(90deg) translate(0,8px);
    -ms-transform: rotate(90deg) translate(0,8px);
    -o-transform: rotate(90deg) translate(0,8px);
    transform: rotate(90deg) translate(0,8px);
}

.previous-page.disabled a,
.next-page.disabled a {
    cursor: inherit;
}

.cmtp-next.disable,
.cmtp-prev.disable {
    opacity: 0.6;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.previous-page.disabled:hover a {
    -webkit-transform: rotate(-90deg) translate(0,0);
    -moz-transform: rotate(-90deg) translate(0,0);
    -ms-transform: rotate(-90deg) translate(0,0);
    -o-transform: rotate(-90deg) translate(0,0);
    transform: rotate(-90deg) translate(0,0);
}

.next-page.disabled:hover a {
    -webkit-transform: rotate(90deg) translate(0,0);
    -moz-transform: rotate(90deg) translate(0,0);
    -ms-transform: rotate(90deg) translate(0,0);
    -o-transform: rotate(90deg) translate(0,0);
    transform: rotate(90deg) translate(0,0);
}

.navigation .number a {
    padding: 0 6px;
    color: var(--gray2);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.navigation .number a:hover {
    color: var(--gold);
}

.navigation .number.active a {
    color: var(--gold);
}

.navigation .number.active a:before {
    content: '';
    position: absolute;
    background: var(--gold);
    width: 16px;
    height: 2px;
    bottom: 2px;
}

.previous-page a {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 0 0 0 20px;
}

.page-separator {
    width: 30px;
    height: 30px;
    background: var(--gray) url(assets/img/sep/roundbadge.png) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin: -3px 16px 0 16px;
}

.card-thumbnail img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.navigation ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card-date {
    position: absolute;
    left: -webkit-calc(50% - 61px);
    left: -moz-calc(50% - 61px);
    left: calc(50% - 61px);
    width: 122px;
    height: 138px;
    top: -webkit-calc(50% - 68px);
    top: -moz-calc(50% - 68px);
    top: calc(50% - 68px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10;
    opacity: 0;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease;
    overflow: hidden;
}

.post-wrap:hover .card-date {
    opacity: 1;
    -webkit-transition: 0.5s 0.2s ease;
    -o-transition: 0.5s 0.2s ease;
    -moz-transition: 0.5s 0.2s ease;
    transition: 0.5s 0.2s ease;
}

.card-date:before,
.card-date:after {
    content: '';
    position: absolute;
    width: 122px;
    height: 138px;
    background: url(assets/img/blog-hover.png) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    z-index: -1;
}

.card-date:after {
    z-index: -2;
    -webkit-filter: blur(5px) brightness(0.5);
    filter: blur(5px) brightness(0.5);
}

.post-view {
    width: 265px;
    padding: 0 15px 40px 15px;
}

.landing-blog .post-view {
    width: 290px;
    padding: 0 15px 40px 15px;
}

.post-wrap .post-day {
    margin-top: -4px;
}

.post-wrap .post-year,
.post-wrap .post-month,
.post-wrap .post-day {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease;
}

.post-wrap:hover .post-year,
.post-wrap:hover .post-month,
.post-wrap:hover .post-day {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.post-wrap:hover .post-year {
    -webkit-transition-delay: 0.65s;
    -moz-transition-delay: 0.65s;
    -o-transition-delay: 0.65s;
    transition-delay: 0.65s;
}

.post-wrap:hover .post-month {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.post-wrap:hover .post-day {
    -webkit-transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.post-wrap:hover h2 a {
    color: var(--gold);
}

.post-text {
    padding: 12px 10px 10px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
}

.post-text a {
    font-size: 14px;
    font-weight: 600;
}

.post-excerpt {
    padding: 0 14px;
    color: var(--gray1);
    margin-bottom: 10px;
    font-size: 12px;
}

.post-wrap .post-month {
    line-height: 16px;
}

.page-title:before {
    content: attr(data-title);
    position: absolute;
    color: #eceff4;
    width: 100%;
    top: -10px;
    left: 0;
    font-family: var(--main_font);
    font-weight: 900;
    font-size: 80px;
    background: rgb(244,246,249);
    background: -moz-linear-gradient(180deg, rgba(244,246,249,1) 5%, rgba(231,236,242,1) 95%);
    background: -webkit-linear-gradient(180deg, rgba(244,246,249,1) 5%, rgba(231,236,242,1) 95%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(244,246,249,1)), color-stop(95%, rgba(231,236,242,1)));
    background: -webkit-linear-gradient(top, rgba(244,246,249,1) 5%, rgba(231,236,242,1) 95%);
    background: -moz-linear-gradient(top, rgba(244,246,249,1) 5%, rgba(231,236,242,1) 95%);
    background: -o-linear-gradient(top, rgba(244,246,249,1) 5%, rgba(231,236,242,1) 95%);
    background: linear-gradient(180deg, rgba(244,246,249,1) 5%, rgba(231,236,242,1) 95%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f6f9",endColorstr="#e7ecf2",GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: -1;
    text-transform: uppercase;
    line-height: 80px;
}

.page-template-page-module .post-innertext {
    padding: 0;
}

.module-listcontent .listcontent-item  .page-title:before {
    font-size: 44px;
    text-transform: uppercase;
    line-height: 46px;
    top: -26px;
}

.listcontent-item p {
    display: inline;
}

.module-contact .mobile-btn {
    display: none;
    margin: 0 0 16px 0;
}

.module-contact {
    margin: 100px 0;
    display: block;
}

.module-contact .bg {
    text-align: center;
    background: #020202;
    padding-top: 40px;
}

.module-contact .bg:before {
    content: '';
    position: absolute;
    background: url(assets/img/pers.png);
}

.module-contact-btns {
    position: relative;
    text-align: center;
    z-index: 1;
}

.module-contact-btns i {
    display: inline-block;
    background: url(assets/img/pers.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 60px;
    height: 128px;
    margin: -60px 26px -17px 26px;
}

.module-contact:before {
    content: '';
    position: absolute;
    background: url(assets/img/pers.png);
    top: -49px;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-position: bottom;
    width: 50px;
    height: 49px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    left: -webkit-calc(50% - 26px);
    left: -moz-calc(50% - 26px);
    left: calc(50% - 26px);
}

.single-zee_portfolio .module-contact {
    margin-top: -100px;
}

.single-zee_portfolio .module-contact:before {
    display: none;
}

.module-contact b {
    color: var(--border-color);
    font-size: 18px;
}

.module-contact p.calldesc {
    text-align: center;
    color: var(--gray1) !important;
    margin: -3px 0 0 0;
}

.module-contact .footer-tell {
    display: inline-block;
    float: none;
    margin: -4px 0 0 0;
    direction: ltr;
}

.footer-tell a {
    color: var(--gold);
}

.module-contact img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: block;
    margin: auto;
}

.module-faq {
    margin: 100px 0;
}

.module-faq ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.module-faq li {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 33.33%;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    padding: 14px 0;
    margin: 10px 0;
    cursor: pointer;
}

.module-faq li:before {
    content: '';
    position: absolute;
    background: var(--gold);
    bottom: 0;
    height: 2px;
    width: 0;
    left: 50%;
    opacity: 0;
    -webkit-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    transition: 0.35s ease;
}

.module-faq li.active:before {
    width: 20%;
    left: 40%;
    opacity: 1;
}

.module-faq li:hover,
.module-faq li.active {
    color: var(--gold);
}

.global-arrow {
    background: url(assets/img/sep/arrow1.png) no-repeat center;
    -webkit-background-size: 18px 18px;
    -moz-background-size: 18px;
    -o-background-size: 18px;
    background-size: 18px;
    height: 40px;
    width: 18px;
    display: block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 0 0 0 10px;
}

.global-arrow.portfolio-next {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 0 10px 0 0;
}

.faq-box > div {
    margin: 12px 0;
}

.slider-parent {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.slider-parent > div {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.rcol {
    -ms-flex-preferred-size: initial;
    -webkit-flex-basis: initial;
    flex-basis: initial;
    -ms-flex-positive: initial;
    -webkit-box-flex: initial;
    -webkit-flex-grow: initial;
    -moz-box-flex: initial;
    flex-grow: initial;
}

.faq-box > div.active {
}

.faq-box b {
    display: block;
    position: relative;
    font-size: 18px;
    padding: 8px 44px 8px 22px;
    cursor: pointer;
}

.faq-box b:before,
.faq-box b:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    background: var(--gray1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    right: 14px;
    top: 26px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
}

.faq-box > div b:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faq-box > div.active b:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: var(--gold);
}

.faq-box > div.active b:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: var(--gold);
}

.faq-box p {
    font-size: 16px;
    display: none;
    padding: 8px 44px 8px 22px;
}

.single .post-wrap:after,
.listcontent-item:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background: var(--border-color);
    margin: 10px auto;
    bottom: 0;
    left: -webkit-calc(50% - 20px);
    left: -moz-calc(50% - 20px);
    left: calc(50% - 20px);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.post-wrap:hover:after {
    background: var(--gold);
}

.card-thumbnail>i,
.slide-frame i {
    position: absolute;
    width: 52px;
    height: 52px;
    bottom: -24px;
    left: -webkit-calc(50% - 26px);
    left: -moz-calc(50% - 26px);
    left: calc(50% - 26px);
    z-index: 2;
}

.card-thumbnail>i:before,
.slide-frame i:before,
.slide-frame:before {
    content: '';
    position: absolute;
    width: 120px;
    height: 2px;
    background: var(--gold);
    bottom: 22px;
    left: -webkit-calc(50% - 60px);
    left: -moz-calc(50% - 60px);
    left: calc(50% - 60px);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    z-index: 1;
}

.card-thumbnail>i:after,
.slide-frame i:after {
    content: '';
    position: absolute;
    width: 52px;
    height: 52px;
    background-color: #fff;
    background-image: url(assets/img/sep/roundbadge.png);
    background-repeat: no-repeat;
    -webkit-background-size: 32px 32px;
    -moz-background-size: 32px;
    -o-background-size: 32px;
    background-size: 32px;
    background-position: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-filter: grayscale(1) brightness(1.1);
    filter: grayscale(1) brightness(1.1);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -webkit-transition: all 0.5s,-webkit-transform 0.35s 0.0s;
    transition: all 0.5s,-webkit-transform 0.35s 0.0s;
    -o-transition: all 0.5s,-o-transform 0.35s 0.0s;
    -moz-transition: all 0.5s,transform 0.35s 0.0s,-moz-transform 0.35s 0.0s;
    transition: all 0.5s,transform 0.35s 0.0s;
    transition: all 0.5s,transform 0.35s 0.0s,-webkit-transform 0.35s 0.0s,-moz-transform 0.35s 0.0s,-o-transform 0.35s 0.0s;
    z-index: 2;
}

.post-wrap:hover .card-thumbnail>i:before,
.slide-frame:hover i {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.post-wrap:hover .card-thumbnail>i:after,
.slide-frame:hover i:after {
    -webkit-filter: grayscale(0) brightness(1);
    filter: grayscale(0) brightness(1);

    /* transform: rotate(90deg); */
}

.portfolio {
    width: 290px;
    padding: 15px;
}

.page-title {
    text-align: center;
    position: relative;
    color: #d39060;
    font-size: 35px;
    font-weight: bold;
    margin-top: -57px;
}

.cat-desc {
    text-align: center;
    margin-bottom: 40px;
    color: var(--gray2);
}

.cat-desc p {
    margin-bottom: 15px;
    display: block;
}

.cat-desc {
    text-align: justify;
}

.archive-desc {
    padding: 26px;
    -webkit-border-radius: 5px 5px 5px 30px;
    -moz-border-radius: 5px 5px 5px 30px;
    border-radius: 5px 5px 5px 30px;
}

.article-footer-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0 0 0;
}

.article-footer-copy .d {
    position: relative;
    width: 34px;
    height: 26px;
    margin: -2px 0 0 12px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.article-footer-copy .d:hover,
.article-footer-copy .d.a {
    background: var(--light);
}

.article-footer-copy .d:hover .tdots,
.article-footer-copy .d.a .tdots {
    background: var(--gold);
    -webkit-transition: 0.3s 0.2s;
    -o-transition: 0.3s 0.2s;
    -moz-transition: 0.3s 0.2s;
    transition: 0.3s 0.2s;
}

.article-footer-copy .d:hover .tdots:after,
.article-footer-copy .d.a .tdots:after {
    background: var(--gold);
    -webkit-transition: 0.3s 0.4s;
    -o-transition: 0.3s 0.4s;
    -moz-transition: 0.3s 0.4s;
    transition: 0.3s 0.4s;
}

.article-footer-copy .d:hover .tdots:before,
.article-footer-copy .d.a .tdots:before {
    background: var(--gold);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.article-footer-copy .d i {
    position: relative;
    display: block;
    top: 0;
    left: 0;
}

.article-footer-copy a {
    font-size: 12px;
    color: var(--gray1);
    line-height: 27px;
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.article-footer-copy a::-moz-selection {
    color: var(--gray1);
    background: fff;
}

.article-footer-copy a::selection {
    color: var(--gray1);
    background: #fff;
}

.article-footer-copy.open a {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
}

.article-footer-copy .b {
    border: 1px solid var(--gray0);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 12px;
    font-size: 12px;
    color: var(--gray1);
    line-height: 24px;
    height: 26px;
    margin: -2px 10px 0 0;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    visibility: hidden;
}

.article-footer-copy.open .b {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
}

.article-footer-copy .b:hover {
    border: 1px solid var(--gold);
    color: var(--gold);
}

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

.inner-cbox {
    position: relative;
    border: 1px solid var(--border-color);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    padding: 20px 10px 40px 10px;
    overflow: hidden;
    height: 100%;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    -moz-transition: 0.35s;
    transition: 0.35s;
    background: #fff;
}

.inner-cbox:hover {
    border: 1px solid var(--gold);
}

.inner-cbox img {
    margin: 0;
}

.inner-cbox h2 {
    font-size: 16px;
    margin: 0;
    color: #000;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    -moz-transition: 0.35s;
    transition: 0.35s;
}

.inner-cbox:hover h2 {
    color: var(--gold);
}

.inner-cbox p {
    font-size: 13px;
    color: var(--gray1);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    -moz-transition: 0.35s;
    transition: 0.35s;
}

.inner-cbox:hover p {
    color: var(--gray2);
}

.meta-cbox {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    font-size: 12px;
    background: var(--border-color);
    color: var(--text-color);
    line-height: 22px;
    padding: 4px 0 0 0;
    direction: ltr;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    -moz-transition: 0.35s;
    transition: 0.35s;
}

.inner-cbox:hover .meta-cbox {
    background: var(--gold);
    color: #fff;
}

.inner-cbox a {
    position: static;
}

.post-innertext .inner-cbox a:before {
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 0;
    -webkit-mask-image: -webkit-radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 50%);
}

.post-innertext .inner-cbox:hover a:before {
    opacity: 0.75;
}

.academy-card {
    padding: 10px 10px 30px 10px;
    position: relative;
    height: 100%;
}

.academy-card .post-excerpt,
.academy-card .post-text {
    padding: 0;
    margin: 10px 0 0 0;
}

.post-hidden {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
    font-size: 12px;
    color: var(--gray1);
}

.academy-card a,
.academy-card p {
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    -moz-transition: 0.35s;
    transition: 0.35s;
    display: block;
}

.academy-card a img {
    display: block;
    margin: auto;
}

/* .academy-card:hover p{ */
/* color: var(--text-color); */
/* } */
/* .academy-card:hover h2 a{ */
/* color: var(--gold); */
/* } */
.post-hidden .download-type {
    color: var(--gold);
}

.academy-card .post-details {
    text-align: left;
}

.academy-card p {
    font-size: 13px;
}

.stars {
    color: var(--gold);
    font-size: 14px;
}

.stars .zmdi {
    font-style: normal;
    margin: 0 6px 0 0;
}

.stars .zmdi:before {
    content: '\2605';
    color: var(--gold);
}

/* .post-innertext .row { */
/* margin: 40px 0; */
/* } */
.post-innertext .row h3,
.post-innertext .row h2,
.post-innertext .row h4 {
    font-size: 18px;
    margin: 10px 0 14px 0;
}

.post-innertext ul.tablinks {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
}

.post-innertext li.tablinkli {
    list-style: none;
    padding: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.post-innertext li.tablinkli .tablink {
    text-align: center;
    color: #4a4a4a;
    cursor: pointer;
}

.tablinks[data-pos~="2"] li:first-child::before {
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}

.tablinks .tablink:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 1px;
    background: var(--gold);
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    -moz-transition: 0.35s;
    transition: 0.35s;
    visibility: hidden;
    opacity: 0;
}

.tablinkli:before {
    display: none;
}

.tablinks .tablink.active:before {
    left: -webkit-calc(50% - 25px);
    left: -moz-calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    visibility: visible;
    opacity: 1;
}

.post-innertext li.tablinkli .tablink:hover img {
    -webkit-filter: grayscale(0) contrast(100%);
    filter: grayscale(0) contrast(100%);
}

.post-innertext li.tablinkli .tablink.active img {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    -webkit-filter: grayscale(0) contrast(100%);
    filter: grayscale(0) contrast(100%);
}

.post-innertext li.tablinkli img {
    display: block;
    margin: 0 auto 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-filter: grayscale(100%) contrast(100%);
    filter: grayscale(100%) contrast(100%);
}

.post-innertext li.tablinkli .tablink span {
    color: #4a4a4a;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    display: block;
    font-size: 16px;
}

.service-list,
.slider-frame {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px -15px;
}

.slider-frame > div {
    padding-top: 0;
}

.s-li {
    width: 100%;
    height: 100%;
    padding: 10px;
    margin-bottom: 50px;
}

.s-list {
    position: relative;
    padding-bottom: 100%;
}

.service-general {
    padding: 0 !important;
    margin: 0 0 !important;
}

.service-general .owl-nav {
    top: calc(50% - 40px);
}

.service-general .s-li {
    padding: 0;
}

.service-list a {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid var(--gray0);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    -moz-transition: 0.35s;
    transition: 0.35s;
}

.service-primery {
    margin: 10px -10px 20px -10px;
}

.service-primery > div {
    width: 25%;
}

.module-portfolio {
    margin: 100px 0;
}

.service-list a img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    -moz-transition: 0.35s;
    transition: 0.35s;
}

.service-list a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.service-list a:hover {
    border: 1px solid var(--gold);
}

.service-list h4 {
    position: absolute;
    width: 100%;
    top: 105%;
    color: var(--background);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    -moz-transition: 0.35s;
    transition: 0.35s;
    font-size: 13px !important;
    margin: 0 !important;
    text-align: center;
}

.service-list a:hover h4 {
    color: var(--gold);
}

.module-listcontent {
    margin: 0 0 100px 0;
}

.module-listcontent img {
    width: auto;
    height: 200px;
}

.module-listcontent .pricelist {
}

.listcontent-item:after {
    content: '';
    position: absolute;
}

.module-portfolio .intro-btn {
    background: #0005;
}

.module-portfolio {
    background: #01070d;
    text-align: center;
    padding: 116px 0 90px 0;
}

.module-portfolio:before,
.module-portfolio:after {
    content: '';
    position: absolute;
    background: url(assets/img/sep/tazhib.png);
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    width: 196px;
    height: 54px;
    left: -webkit-calc(50% - 96px);
    left: -moz-calc(50% - 96px);
    left: calc(50% - 96px);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    bottom: 0;
    -webkit-filter: sepia(1) hue-rotate(180deg);
    filter: sepia(1) hue-rotate(180deg);
}

.module-portfolio:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    top: -12px;
    bottom: auto;
    width: 89px;
    height: 114px;
    left: -webkit-calc(50% - 45px);
    left: -moz-calc(50% - 45px);
    left: calc(50% - 45px);
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    background-position: right;
    -webkit-filter: sepia(1) hue-rotate(180deg);
    filter: sepia(1) hue-rotate(180deg);
}

.module-portfolio .container {
    position: static !important;
}

.module-portfolio b {
    color: var(--gray1);
    font-size: 18px;
}

.module-portfolio .container:before,
.module-portfolio .container:after {
    content: '';
    background: url(assets/img/portfolio-badge.png);
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    width: 45px;
    height: 52px;
    -webkit-transform: rotate( 180deg);
    -moz-transform: rotate( 180deg);
    -ms-transform: rotate( 180deg);
    -o-transform: rotate( 180deg);
    transform: rotate( 180deg);
    top: -26px;
    left: -webkit-calc(50% - 23px);
    left: -moz-calc(50% - 23px);
    left: calc(50% - 23px);
    z-index: 1;
}

.module-portfolio .container:after {
    left: -webkit-calc(50% - 21px);
    left: -moz-calc(50% - 21px);
    left: calc(50% - 21px);
}

.module-portfolio .container:after {
    content: '';
    top: auto;
    bottom: -26px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slide-frame:before {
    top: 0;
}

.slide-frame:hover:before,
.slide-frame:hover i:before {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.portfolio h3 {
    text-align: center;
    font-size: 16px;
    color: var(--text-color);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    -moz-transition: 0.35s;
    transition: 0.35s;
}

.owl-portfolio h3 {
    color: var(--gray1);
}

.owl-portfolio .portfolio {
    padding: 10px;
}

.single-zee_portfolio .post-innertext img {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.portfolio:hover h3 {
    color: var(--gold);
}

.owl-nav {
    position: absolute;
    width: 100%;
    height: 0;
    top: calc(50% - 12px);
    left: 0;
    z-index: 10;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

.owl-nav .owl-prev {
    float: right;
    background-color: transparent;
    transition: 0.3s;
}

.owl-nav .owl-next {
    float: left;
    background-color: transparent;
    transition: 0.3s;
}

.owl-next.disabled,
.owl-prev.disabled {
    opacity: 0;
}

.owl-portfolio .owl-nav {
    top: calc(50% - 60px);
}

.slide-frame i {
    position: absolute;
    width: 46px;
    height: 46px;
    bottom: -22px;
    left: -webkit-calc(50% - 23px);
    left: -moz-calc(50% - 23px);
    left: calc(50% - 23px);
    z-index: 2;
}

.slide-frame i:after {
    width: 46px;
    height: 46px;
    -webkit-background-size: 28px 28px;
    -moz-background-size: 28px;
    -o-background-size: 28px;
    background-size: 28px;
}

.slide-frame:hover i:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.slide-frame:after {
    content: '';
    position: absolute;
    background: url('assets/img/flow.png');
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 28px;
    height: 25px;
    z-index: 11;
    left: -webkit-calc(50% - 14px);
    left: -moz-calc(50% - 14px);
    left: calc(50% - 14px);
    top: -16px;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}

.slide-frame:hover:before,
.slide-frame:hover i:before {
    background: var(--gold);
}

.slide-frame:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: 0.3s 0.25s ease;
    -o-transition: 0.3s 0.25s ease;
    -moz-transition: 0.3s 0.25s ease;
    transition: 0.3s 0.25s ease;
}

.slide-frame:hover i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: 0.3s 0.25s ease;
    -o-transition: 0.3s 0.25s ease;
    -moz-transition: 0.3s 0.25s ease;
    transition: 0.3s 0.25s ease;
}

.slide-frame img {
    display: block !important;
    position: static;
    opacity: 1 !important;
    z-index: 0;
    margin: 0;
}

/* .slide-frame img:first-child{ */
/* -webkit-filter: grayscale(1); */
/* filter: grayscale(1); */
/* } */
/* .slide-frame img:nth-child(2){ */
/* opacity: 0 !important; */
/* !*filter: grayscale(1);*! */
/* -webkit-transition: 0.35s ease; */
/* -o-transition: 0.35s ease; */
/* -moz-transition: 0.35s ease; */
/* transition: 0.35s ease; */
/* } */
/* .slide-frame:hover img:nth-child(2){ */
/* -webkit-filter: grayscale(0); */
/* filter: grayscale(0); */
/* opacity: 1 !important; */
/* } */
.portfolio {
    padding: 20px 10px !important;
}

.slide-frame img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.slide-frame:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1 !important;
}

.slider-frame-logo {
    margin: auto !important;
}

.listcontent-item {
    text-align: center;
    padding-bottom: 12px;
}

.module-services {
    margin: 100px 0;
}

.module-services .page-title {
    text-align: right;
    font-size: 22px !important;
    margin: 0;
}

.services-desc {
    margin: -12px 0 12px 0;
    display: block;
    color: var(--gray2);
}

.service-list img {
    position: absolute;
    opacity: 0.6;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    -moz-transition: 0.35s;
    transition: 0.35s;
    width: auto;
    height: auto;
    max-width: 58px;
    max-height: 58px;
    left: -webkit-calc(50% - 29px);
    left: -moz-calc(50% - 29px);
    left: calc(50% - 29px);
    top: -webkit-calc(50% - 29px);
    top: -moz-calc(50% - 29px);
    top: calc(50% - 29px);
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    margin: 0;
}

.service-list a:hover img {
    opacity: 1;
}

.service-list a:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.tab-content {
    position: relative;
    display: table;
    width: 100%;
    -webkit-border-radius: 5px 5px 20px 5px;
    -moz-border-radius: 5px 5px 20px 5px;
    border-radius: 5px 5px 20px 5px;
}

.tab-pane {
    position: absolute;
    visibility: hidden;
    width: -webkit-calc(100% - 2rem);
    width: -moz-calc(100% - 2rem);
    width: calc(100% - 2rem);
}

.post-innertext li.tablinkli .tablink.active span,
.post-innertext li.tablinkli .tablink:hover span {
    color: var(--gold);
}

.post-innertext p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000000;
}

.tab-pane.active {
    /* display: block !important; */
    visibility: visible;
}

.tab-pane p {
    opacity: 0;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    -moz-transition: 0.15s;
    transition: 0.15s;
    -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
}

.tab-pane.active p {
    opacity: 1;
    display: block !important;
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    -moz-transition: 1s ease;
    transition: 1s ease;
}

* {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

/* ****************** quiz ********************* */
.quiz-section {
    font-family: var(--main_font);
}

.quiz-title {
    display: block;
    font-size: 18px;
    line-height: 31px;
    margin-top: 20px;
}

.quiz-desc {
    color: var(--gray1);
}

.aswers-item {
    position: relative;
    color: var(--gray1);
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    padding: 0 42px 0 0;
}

.aswers-item:hover {
    color: var(--text-color);
}

.aswers-item:before {
    content: '';
    position: absolute;
    border: 1px solid var(--border-color);
    width: 20px;
    height: 20px;
    right: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    margin: 3px 8px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
}

.aswers-item.active:before {
    opacity: 0;
}

.aswers-item:after {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 9px;
    top: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    float: right;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.ac-checkmark:after {
    content: '\e908';
    color: var(--gold);
}

.ac-cross:after {
    content: '\e910';
    font-size: 20px;
    line-height: 28px;
}

.aswers-item:hover:before {
    border: 1px solid var(--gold);
}

.aswers-item.active:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.ac-checkmark.active p {
    color: var(--gold);
}

/* ****************** cmt footer ********************* */
#mcontact {
    position: relative;
    background: url("../../uploads/04/intro-bg-1.webp");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 6rem;
}

#mcontact .photoFrame figure {
    height: 70%;
    margin-top: 15%;
}

#mcontact .short-desc {
    margin: 16px 0 23px 0;
    color: var(--gray1);
}

#mcontact .layout-btns div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

#footer-customers {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 46px 0;
    background: #fff;
}

#footer-customers:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    top: auto;
    bottom: 100%;
}

.footer-logo {
    background: url("assets/img/ftlogo.png");
    width: 246px;
    bottom: auto;
    top: -97px;
    left: -webkit-calc(50% - 123px);
    left: -moz-calc(50% - 123px);
    left: calc(50% - 123px);
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-position: 0px 1px;
}

.footer-logo:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    top: auto;
    bottom: -webkit-calc(100% - 40px);
    bottom: -moz-calc(100% - 40px);
    bottom: calc(100% - 40px);
}

.footer-customers-box {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-customers-box img {
    max-width: 25%;
    height: auto;
}

.footer-logo:before {
    background-position: top center;
    top: auto;
    bottom: -webkit-calc(100% + 10px);
    bottom: -moz-calc(100% + 10px);
    bottom: calc(100% + 10px);
}

#footer {
    position: relative;
    background: #000001;
    padding: 140px 0 0 0;
    font-size: 14px;
}

#footer h4 {
    color: var(--gold);
    font-size: 18px;
    margin-bottom: 1rem;
}

#footer:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -webkit-calc(50% - 110px);
    left: -moz-calc(50% - 110px);
    left: calc(50% - 110px);
    width: 220px;
    height: 80px;
    background: url(assets/img/footersign.png) no-repeat center bottom;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    z-index: 0;
}

.breadcrumb.shortlink {
    display: inline-block;
    width: -webkit-calc(50% - 120px);
    width: -moz-calc(50% - 120px);
    width: calc(50% - 120px);
    margin-right: 240px;
    text-align: left;
}

.breadcrumb.categories {
    display: inline-block;
    width: -webkit-calc(50% - 120px);
    width: -moz-calc(50% - 120px);
    width: calc(50% - 120px);
}

.breadcrumb ol:before,
.shortlink:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: var(--gold);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: right;
    margin: 8px 0 0 2px;
}

.breadcrumb.shortlink:before {
    float: left;
    margin: 8px 12px 0 0;
}

.breadcrumb li {
    display: inline-block;
    color: #fff;
}

.breadcrumb li:hover a {
    color: var(--gold);
}

.breadcrumb.categories li:before {
    content: '';
    float: left;
    background: var(--border-color);
    width: 2px;
    height: 8px;
    margin: 6px 0 0 0;
}

.breadcrumb.categories li:last-child:before {
    display: none;
}

#footer:after,
#mcontact:after {
    content: '';
    position: absolute;
    background: url('assets/img/ft-bgee.png');
    width: 61px;
    height: 71px;
    left: -webkit-calc(50% - 30px);
    left: -moz-calc(50% - 30px);
    left: calc(50% - 30px);
    top: -23px;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-position: 0 1px;
}

.footerdes p {
    color: var(--footer);
    margin-bottom: 8px;
    font-family: var(--text_font);
}

.footerdes h3 {
    font-weight: normal;
    font-size: 20px;
    color: var(--gold);
    margin: -54px 0 16px 0;
}

.footer-breadcrumbs,
.footer-breadcrumbs a {
    position: relative;
    z-index: 2;
    color: var(--gray1);
    font-size: 11px;
    line-height: 24px;
    margin-top: 60px;
}

.footer-breadcrumbs a {
    padding: 0 10px;
}

.footer-breadcrumbs a:after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 8px;
    background: var(--gray0);
    margin: 0 10px -2px 0;
}

.footer-breadcrumbs a:last-child:after {
    display: none;
}

.breadcrumb {
    margin: 10px 0;
}

.footer-menus b {
    color: var(--border-color);
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
}

.footer-tell {
    float: right;
    font-size: 28px;
    color: var(--gold);
}

.footer-tell:before {
    content: '\e906';
    margin: 0 12px 0 0;
    float: left;
    font-size: 26px;
}

.footer-menus a {
    color: var(--footer);
    font-family: var(--text_font);
}

.footer-menus a:hover {
    color: var(--gold);
}

.footer-links {
    float: left;
}

.footer-links a {
    margin-right: 14px;
    color: #4f5458;
}

.footer-links a:hover {
    color: var(--light);
}

footer .row {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer-namads {
    float: left;
    margin-top: 8px;
}

footer .copyright {
    color: #4f5458;
}

footer .copyright:before {
    margin: 4px 0 0 10px;
}

.footer-links ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
}

#mcontact {
    display: none;
}

.footer-menus li {
    line-height: 1.5;
    margin: 8px 0;
}

/* ************** Mobile Menu *************** */
.popform {
    display: none;
}

#menumobile {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    opacity: 0;
}

.mask {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    -webkit-backdrop-filter: blur(4px) grayscale(1);
    backdrop-filter: blur(4px) grayscale(1);
    opacity: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    visibility: hidden;
    background: rgba(0,0,0,.8);
    background: -moz-radial-gradient(circle, rgba(0,0,0,1) 40%, rgba(0,0,0,0.8) 100%);
    background: -webkit-radial-gradient(circle, rgba(0,0,0,1) 40%, rgba(0,0,0,0.8) 100%);
    background: -o-radial-gradient(circle, rgba(0,0,0,1) 40%, rgba(0,0,0,0.8) 100%);
    background: radial-gradient(circle, rgba(0,0,0,1) 40%, rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    -webkit-background-size: 250% 250%;
    -moz-background-size: 250%;
    -o-background-size: 250%;
    background-size: 250%;
    background-position: center left;
    z-index: 99;
}

.open.mask {
    opacity: 1;
    visibility: visible;
}

.openedMenu .icon-zarb i:before,
.openedMenu .icon-zarb i:after {
    background: var(--gold);
    width: 2px;
}

#menumobile.open {
    right: 0;
    opacity: 1;
}

#menumobile ul {
    position: absolute;
    font-size: 16px;
    top: 0;
    right: -webkit-calc(-60vh + 10px);
    right: -moz-calc(-60vh + 10px);
    right: calc(-60vh + 10px);
    width: -webkit-calc(100vh + 8px);
    width: -moz-calc(100vh + 8px);
    width: calc(100vh + 8px);
    height: 100vh;
}

#menumobile li {
    position: absolute;
    padding-left: 30px;
    text-align: left;
    margin: 16px 0;
    line-height: 34px;
    width: 100%;
    top: -webkit-calc(50% - 30px);
    top: -moz-calc(50% - 30px);
    top: calc(50% - 30px);
    opacity: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

#menumobile.open li {
    opacity: 1;
    -webkit-transition: 1s 1s ease;
    -o-transition: 1s 1s ease;
    -moz-transition: 1s 1s ease;
    transition: 1s 1s ease;
}

#menumobile li a {
    display: inline-block;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    color: var(--light);
    opacity: 0;
    padding-left: 0;
}

#menumobile.open li a {
    -webkit-transition: all 0.6s ease,-webkit-transform 0s 0s;
    transition: all 0.6s ease,-webkit-transform 0s 0s;
    -o-transition: all 0.6s ease,-o-transform 0s 0s;
    -moz-transition: all 0.6s ease,transform 0s 0s,-moz-transform 0s 0s;
    transition: all 0.6s ease,transform 0s 0s;
    transition: all 0.6s ease,transform 0s 0s,-webkit-transform 0s 0s,-moz-transform 0s 0s,-o-transform 0s 0s;
    padding-left: 20px;
    opacity: 1;
}

#menumobile li:nth-child(1) a {
    -webkit-transition-delay: 1.4s;
    -moz-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

#menumobile li:nth-child(2) a {
    -webkit-transition-delay: 1.6s;
    -moz-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
}

#menumobile li:nth-child(3) a {
    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
}

#menumobile li:nth-child(4) a {
    -webkit-transition-delay: 2s;
    -moz-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
}

#menumobile li:nth-child(5) a {
    -webkit-transition-delay: 2.2s;
    -moz-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s;
}

#menumobile li:nth-child(6) a {
    -webkit-transition-delay: 2.4s;
    -moz-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s;
}

#menumobile li:nth-child(7) a {
    -webkit-transition-delay: 2.6s;
    -moz-transition-delay: 2.6s;
    -o-transition-delay: 2.6s;
    transition-delay: 2.6s;
}

#menumobile li:nth-child(8) a {
    -webkit-transition-delay: 2.8s;
    -moz-transition-delay: 2.8s;
    -o-transition-delay: 2.8s;
    transition-delay: 2.8s;
}

#menumobile li:nth-child(9) a {
    -webkit-transition-delay: 3s;
    -moz-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s;
}

#menumobile li:nth-child(10) a {
    -webkit-transition-delay: 3.2s;
    -moz-transition-delay: 3.2s;
    -o-transition-delay: 3.2s;
    transition-delay: 3.2s;
}

#menumobile li:before {
    content: '\22B9';
    position: absolute;
    left: 0;
    width: 28px;
    height: 28px;
    border: 2px solid #b8866f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #bc7c4c;
    -webkit-box-shadow: 0 0 5px #ad7e698f;
    -moz-box-shadow: 0 0 5px #ad7e698f;
    box-shadow: 0 0 5px #ad7e698f;
    font-size: 16px;
    text-align: CENTER;
    line-height: 23px;
    color: #fff;
}

#menumobile:before {
    content: '';
    position: absolute;
    top: 0;
    right: -60vh;
    width: 100vh;
    height: 100vh;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid var(--gold);
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,1)), color-stop(0%, rgba(0,0,0,1)), color-stop(20%, rgba(0,0,0,0)), to(rgba(0,0,0,0)));
    -webkit-mask-image: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 100%);
    mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,1)), color-stop(20%, rgba(0,0,0,1)), color-stop(38%, rgba(0,0,0,0)), to(rgba(0,0,0,0)));
    mask-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 20%, rgba(0,0,0,0) 38%, rgba(0,0,0,0) 100%);
}

#menumobile img {
    max-width: 130px;
}

#nomenumobile {
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    width: 25px;
    height: 25px;
    background: var(--danger);
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    font-size: 11px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .sticky-sidebar-container {
        position: -webkit-sticky;
        position: sticky;
        top: 160px;
    }
}

@media (max-width: 1200px) {
    .comment-list .comment-field i {
        display: none;
    }

    .comment-list .comment-field span {
        font-size: 12px;
    }

    .post-thumbnail {
        -webkit-border-radius: 10px 73px 10px 10px;
        -moz-border-radius: 10px 73px 10px 10px;
        border-radius: 10px 73px 10px 10px;
    }

    .post-thumbnail img {
        -webkit-border-radius: 10px 70px 10px 10px;
        -moz-border-radius: 10px 70px 10px 10px;
        border-radius: 10px 70px 10px 10px;
    }
}

@media (max-width: 991px) {
    .post-thumbnail {
        width: -webkit-calc(100% - 50px);
        width: -moz-calc(100% - 50px);
        width: calc(100% - 50px);
    }

    footer {
        margin: 0 !important;
    }

    .single-banner,
    .single-quick-access {
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
    }

    .tabs-content .tablink span {
        font-size: 14px;
        line-height: 24px;
    }

    .newsletter {
        float: none;
        margin: -10px 0 16px 0;
    }

    .owl-carousel {
        padding: 0 20px;
    }

    .owl-portfolio h3 {
        margin: 10px 0 0 0 !important;
    }

    .owl-portfolio .portfolio {
    }

    .globalMenu:after,
    .footer-logo,
    .slidedown,
    #intro .editor-home div > p,
    #intro .intro-btn,
    .slider-nav,
    .tel3,
    .tel2,
    #contact h2,
    #contact p,
    .copyright:before {
        display: none;
    }

    .mheader-logo {
        display: block;
    }

    #header .sections-nav-main {
        display: block;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 1;
        -webkit-transition: 1s 0s;
        -o-transition: 1s 0s;
        -moz-transition: 1s 0s;
        transition: 1s 0s;
    }

    .sections-nav-main {
        top: 0;
    }
}

@media (max-width: 768px) {
    .slide-frame img:nth-child(2) {
        opacity: 1 !important;
    }

    .slider-frame {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .tablinkli {
        display: block !important;
    }

    .tablinks {
        display: block !important;
    }

    .tab-pane {
        position: relative;
        display: none;
        width: 100%;
        visibility: visible;
    }

    .tab-pane p {
        font-size: 14px;
        color: var(--gray2);
        -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
        clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
        opacity: 1;
    }

    .tablink.active {
        color: var(--gold) !important;
    }

    .tab-pane.active {
        display: block;
    }

    .post-innertext li.tablinkli .tablink {
        border-bottom: 1px solid var(--gold);
        display: block;
        text-align: right;
        line-height: 2.5;
        font-family: var(--main_font);
    }

    .tablinks .tablink.active:before {
        display: none;
    }

    header {
        height: auto;
    }

    .single-zee_portfolio .module-contact {
        margin-top: -100px;
        margin-bottom: -100px;
    }

    .mheader-logo {
        margin: 12px 12px;
    }

    .sticky #header:after {
        display: none;
    }

    .post-innertext h1:before {
        display: none;
    }

    .single-banner,
    .single-quick-access {
        width: 100%;
    }

    .personnel-holder-mobile-title h3 {
        font-size: 16px !important;
    }

    .menu-layout-contact-intro {
        background: url(assets/img/pers.png) no-repeat;
        -webkit-background-size: 48px 48px;
        -moz-background-size: 48px;
        -o-background-size: 48px;
        background-size: 48px;
    }

    .breadcrumb.shortlink {
        display: none;
    }

    .rp-title span {
        white-space: normal;
        display: block;
        font-size: 13px;
    }

    .reply {
        margin-left: 10px;
    }

    .reply:after {
        display: none;
    }

    .single-quick-access,
    .single-banner {
        display: none;
    }

    .single-quick-access.mobile-view {
        display: block;
        margin: 40px 0 -20px;
    }

    .post-thumbnail-box {
        margin-bottom: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: -100px;
    }

    .related-posts .blog-item-img {
        width: auto;
    }

    .related-posts .blog-item {
        text-align: right;
        width: 100%;
        margin: 0px 0;
    }

    .article-tags {
        text-align: right;
    }

    .article-tags:before {
        float: right;
        margin: 0 0 0 10px ;
    }
    .breadcrumbs {
    background-color: #ffffff;
    padding: 5px 10px;
    margin-bottom: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 25px -6px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0 10px 25px -6px rgb(0 0 0 / 9%);
    box-shadow: 0 7px 25px 0px rgb(0 0 0 / 5%);
}

.breadcrumbs li {
    color: rgb(50 70 144);
}

    .single-post .post-innertext {
        padding-top: 30px !important;
    }

    .post-innertext h1 {
        text-align: center !important;
        font-size: 26px;
    }

    blockquote {
        width: 100%;
    }

    .comment-field {
        width: 100%;
        margin: 0;
        float: none;
    }

    .comment-txt {
        margin-top: 20px;
    }

    .post-view {
        width: 47%;
        padding: 0 5px 15px 5px;
        min-height: 270px;
    }
    .card-thumbnail {
    height: 150px;
}

    .post-text {
        padding: 12px 10px 10px 10px;
    }

    p.post-excerpt {
        display: none;
    }

    .newsletter {
        float: right;
        margin: -10px 0 10px 0;
    }

    .comment-box .btn {
        margin: auto;
        display: inline-block;
        text-align: center;
        width: 100%;
        padding: 5px 12px 4px 38px;
    }

    .blog-item p,
    .blog-item .post-date {
    }

    .blog-item img {
        width: 110px;
    }

    .blog-item h3 a {
        white-space: normal;
        font-size: 14px;
    }

    .blog-item .post-date:before {
        display: none;
    }

    .footer-customers-box img {
        width: 44%;
        margin: 14px 0;
    }

    .comment-inner-body {
        padding: 20px 0;
    }

    .comment-inner-body.admin {
        padding: 20px;
    }

    .comment-list > li > .children {
        padding-right: 30px;
    }

    .comment-list .children:before {
        right: 0;
    }

    .article-tags {
        width: 100%;
    }

    .cat-desc {
        text-align: center;
    }

    .navigation .number a {
        padding: 0;
    }

    .page-separator {
        margin: -3px 10px 0 10px;
    }

    .navigation .number:before {
        width: 4px;
        height: 4px;
        margin: 10px 4px 0 4px;
    }

    .footer-links {
        width: 100%;
    }

    footer .copyright {
        margin: 20px 0;
        display: block;
    }

    .footer-links a {
        margin: 0 10px;
    }

    .footer-menus a {
        margin: 6px 0;
        display: block;
    }

    .footer-namads {
        width: 100%;
        text-align: center;
    }

    .globalMenu:after,
    .footer-logo {
        display: none;
    }

    .breadcrumb.categories {
        width: 100%;
    }

    .footer-customers-box {
    }

    #footer-customers .row {
        overflow-y: auto;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    #footer-customers {
        padding: 30px 0 40px 0;
    }

    #footer-customers .c-12 {
        margin: 0;
    }

    .comment-list,
    .rp-title {
        padding: 1.1rem;
    }

    .cmt-info {
        border-bottom: 1px solid #e4e8eb;
        float: none;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-top: 1px solid var(--border-color);
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 16px 0 0 0;
        padding: 4px 0 0 0;
        line-height: 27px;
        background: -webkit-gradient(linear, left top, right top, from(rgb(255 255 255 / 42%)), color-stop(50%, rgba(255,255,255,1)), to(#e4e8eb5e));
        background: -webkit-linear-gradient(left, rgb(255 255 255 / 42%) 0%, rgba(255,255,255,1) 50%, #e4e8eb5e 100%);
        background: -moz-linear-gradient(left, rgb(255 255 255 / 42%) 0%, rgba(255,255,255,1) 50%, #e4e8eb5e 100%);
        background: -o-linear-gradient(left, rgb(255 255 255 / 42%) 0%, rgba(255,255,255,1) 50%, #e4e8eb5e 100%);
        background: linear-gradient(90deg, rgb(255 255 255 / 42%) 0%, rgba(255,255,255,1) 50%, #e4e8eb5e 100%);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .mrweb_comment .cmt-info {
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
        -moz-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

    .globalMenu {
        margin-bottom: 30px;
    }

    .post-thumbnail {
        width: 275px;
        height: 275px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin: auto;
        z-index: 5;
    }

    .post-thumbnail img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .post-thumbnail:after {
        display: none;
    }

    .post-thumbnail:before {
        content: '';
        position: absolute;
        width: -webkit-calc(100% + 40px);
        width: -moz-calc(100% + 40px);
        width: calc(100% + 15px);
        height: -webkit-calc(100% + 40px);
        height: -moz-calc(100% + 40px);
        height: calc(100% + 40px);
        top: -20px;
        left: -10px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 2px solid var(--gold);
        z-index: -1;
        -webkit-mask-image: -webkit-gradient(linear,left top, right top,from(#000000), color-stop(10%, #00000000), color-stop(90%, #00000000), to(#000000));
        -webkit-mask-image: -webkit-linear-gradient(left,#000000, #00000000 10%, #00000000 90%, #000000);
        mask-image: -webkit-gradient(linear,left top, right top,from(#000000), color-stop(10%, #00000000), color-stop(90%, #00000000), to(#000000));
        mask-image: linear-gradient(to right,#000000, #00000000 10%, #00000000 90%, #000000);
        -webkit-box-shadow: inset 0 0 20px #cb8b7463;
        -moz-box-shadow: inset 0 0 20px #cb8b7463;
        box-shadow: inset 0 0 20px #cb8b7463;
    }

    .single-info {
        position: relative;
        width: auto;
        margin: -19px auto 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -moz-box-orient: horizontal;
        -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        padding: 4px 10px 0 10px;
        z-index: 10;
        -webkit-box-shadow: inset 0 0 10px 0 #c3cdd4d4;
        -moz-box-shadow: inset 0 0 10px 0 #c3cdd4d4;
        box-shadow: inset 0 0 10px 0 #c3cdd4d4;
        -webkit-box-shadow: 0 0 10px 0 #c3cdd4d4;
        -moz-box-shadow: 0 0 10px 0 #c3cdd4d4;
        box-shadow: 0 0 10px 0 #c3cdd4d4;
        -webkit-border-radius: 11px;
        -moz-border-radius: 11px;
        border-radius: 11px;
        background: #fff;
        display: none;
    }

    .post-year,
    .post-month,
    .post-day {
        font-size: 13px;
        color: var(--gray1);
        line-height: 1.4;
    }

    .post-month {
        margin: 0 6px;
    }

    .single-info:before,
    .single-info:after {
        content: '';
        position: absolute;
        top: 0;
        width: 100%;
        height: 1px;
        background: var(--gold);
        background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(188,137,113,1) 30%, rgba(188,137,113,1) 70%, rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(188,137,113,1) 30%, rgba(188,137,113,1) 70%, rgba(255,255,255,0) 100%);
        background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(30%, rgba(188,137,113,1)), color-stop(70%, rgba(188,137,113,1)), to(rgba(255,255,255,0)));
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(188,137,113,1) 30%, rgba(188,137,113,1) 70%, rgba(255,255,255,0) 100%);
        background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(188,137,113,1) 30%, rgba(188,137,113,1) 70%, rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(188,137,113,1) 30%, rgba(188,137,113,1) 70%, rgba(255,255,255,0) 100%);
        background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(188,137,113,1) 30%, rgba(188,137,113,1) 70%, rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
        z-index: -1;
        display: none;
    }

    .single-info:after {
        top: auto;
        bottom: 0;
    }

    .mheader-logo {
        display: block;
        z-index: 100;
    }

    .icon-zarb {
        top: 36px !important;
        right: -20px !important;
    }

    .tq1 {
        position: fixed;
        left: 15px;
        bottom: 22px;
        top: auto;
        -webkit-transform: translateY(0) !important;
        -moz-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        -o-transform: translateY(0) !important;
        transform: translateY(0) !important;
        width: 37px;
        height: 77px;
        right: auto;
        margin: 0 !important;
    }

    .tq1:after {
        opacity: 0;
    }

    .tq-holder .tq1 {
        top: auto;
    }

    .blog-item-img:before {
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }

    #mcontact {
        display: block;
    }

    .module-services img.attachment-full {
        width: 50%;
        margin: auto;
        display: block;
    }

    section {
        padding: 0;
    }

    .page-title:before {
        font-size: 50px;
        display: block !important;
    }

    .service-primery > div {
        width: 50%;
        margin-bottom: 30px;
    }

    .service-list,
    .slider-frame {
        margin: 20px -10px 50px -10px;
    }

    .module-services {
        margin: 50px 0;
    }

    .module-contact-btns i {
        display: none;
    }

    .blog-types a {
        width: 110px;
        height: 110px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 15px;
        background: var(--light);
        padding: 14px 0 8px 0;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
        -moz-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

    .footer-breadcrumbs,
    .footer-breadcrumbs a {
        margin-top: 70px;
    }

    #main {
        padding-top: 150px;
    }

    .tq1:before,
    .tq1:after,
    .header-logo:after {
        -webkit-background-size: auto 76px;
        -moz-background-size: auto 76px;
        -o-background-size: auto 76px;
        background-size: auto 76px;
    }

    .photoFrame h3 {
        line-height: 40px !important;
        font-size: 14px !important;
    }

    footer .intro-btn {
        width: auto !important;
        min-width: 120px !important;
        margin: 5px;
    }

    .footer-customers-box img {
        max-width: 50%;
    }

    .reply:before {
        line-height: 36px;
        margin: -5px 6px 0 0;
    }
}

@media (max-width: 370px) {
    .personnel-holder-mobile-btn {
        width: 90px;
    }
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut{
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut{
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes fadeOut{
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut{
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.html) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    -o-transition: -o-transform .1s ease;
    -moz-transition: transform .1s ease, -moz-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease, -moz-transform .1s ease, -o-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3,1.3);
    -webkit-transform: scale(1.3,1.3);
    -moz-transform: scale(1.3,1.3);
    -o-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/* ************** new edit ************** */
.bTazhib,
.bTazhib:before,
.downsign:before {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

.login-btn {
    margin: 0;
}

.slidedown:after {
    display: none;
}

.icon-zarb {
    z-index: 1010;
    top: 26px;
    cursor: pointer;
    right: -10px;
}

.icon-zarb:before {
    font-size: 20px;
    line-height: 42px;
    width: 42px;
    height: 42px;
}

.icon-zarb:after {
    width: 62px;
    height: 62px;
    top: -17px;
    left: -17px;
}

#header .wrap-menu a.active:before {
    opacity: 1;
    top: -10px;
}

.globalMenu .header-logo:before,
.footer-logo:before {
    visibility: hidden;
}

.content-center {
    z-index: 10;
}

.editor-home li a {
    color: var(--gray2);
}

.editor-home li.mark a {
    color: var(--light);
}

.editor-home li:hover a {
    color: var(--gold);
}

.footer-logo:after,
.logo-desc {
    display: none;
}

.header-logo img {
    width: 60px;
    margin: auto;
}

.intro-img {
    opacity: 0;
    transform: translateX(-100px);
    transition: 1.5s ease;
}

section.aws .intro-img {
    opacity: 1;
    transform: translateX(0px);
}

.photoFrame {
    transition: all .6s ease;
}

.photoFrame:before {
    transition: 1s 1.4s ease;
}

.photoFrame:after,
.photoFrame:after {
    transition: 1s .4s;
}

.simple-gallery {
    width: 100%;
}

.personnel .info h3 {
    font-size: 16px;
    color: var(--light);
}

#header .wrap-menu a.active:after {
    opacity: 0;
}

html {
    margin-top: 0!important;
}

.menu-layout p {
    font-size: 16px;
}

.menu-layout .editor-home li:after {
    width: 26px;
    height: 21px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

.editor-home li {
    margin: 8px 0;
}

.simple-gallery {
    margin: 0;
}

.menu-layout .blog-item h3 a {
    color: var(--gray0);
}

.menu-layout .blog-item:hover h3 a {
    color: var(--gold);
}

.personnel .photo i:before {
    height: 140%;
}

.menu-footer {
    position: fixed!important;
    bottom: -40px!important;
    top: auto;
    height: 54px!important;
    width: 100%;
    z-index: 1001;
    opacity: 0;
    transition: 1s;
}

.downsign {
    height: 72px;
}

.openedMenu .menu-footer {
    opacity: 1;
    bottom: 0!important;
    transition: 1s 1.5s;
}

#main .editor-home li {
    transition: .3s!important;
}

.login-btn {
    width: 36px;
}

.side-menu {
    top: 60px;
}

.menu-title h3 {
    color: var(--gold);
}

.personnel-holder-mobile-title h3 {
    color: var(--gray1)!important;
}

#personnel .logo {
    position: absolute;
    top: 25px;
    left: 20px;
    opacity: 0;
    transition: 2s;
}

#personnel.active .logo {
    opacity: 1;
}

.menu-title h3 {
    font-size: 20px!important;
}

.intro-btn {
    padding: 6px 32px 6px 24px;
}

.slide-frame img:nth-child(2) {
    display: block!important;
}

.home_right .header-menu {
    justify-content: center;
}

#menumobile {
    background: transparent;
}

.mask {
    background: rgba(0,0,0,.8);
    background: -moz-radial-gradient(circle,rgba(0,0,0,1) 40%,rgba(0,0,0,0) 100%);
    background: -webkit-radial-gradient(circle,rgba(0,0,0,1) 40%,rgba(0,0,0,0) 100%);
    background: radial-gradient(circle,rgb(44 88 249) 40%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    background-size: 250%;
    background-position: center left;
}

.mask:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.75);
}

#menumobile li a {
    font-size: 14px;
}

.menu-mobile-container {
    position: absolute;
}

#menumobile li ul {
    display: none;
}

.slider-frame > div {
    background: transparent;
    box-shadow: none;
}

.slider-frame:before,
.slider-frame:after {
    display: none;
}

.owl-item .portfolio {
    width: 100%;
}

@media (max-width: 991px) {
    .personnel-holder .personnel {
        padding: 0 10px;
    }
}

img.alignleft {
    float: left;
    margin-right: 15px;
}

.btn.l {
    padding: 6px 16px 4px 40px !important;
}

.btn.l:before {
    right: auto;
    left: 11px;
    transform: rotate(180deg);
}

.btn {
    min-width: 160px;
}

.card-thumbnail>i:after,
.slide-frame i:after {
    right: 0;
    left: 0;
    margin: auto;
}

.single-zee_portfolio .portfolio h3 {
    margin-top: 20px;
    color: var(--gold);
}

.cmt-content p {
    font-family: var(--text_font);
}

.blog-item .post-date {
    direction: ltr;
}

.cat-desc {
    text-align: justify!important;
}

@media (max-width: 768px) {
    .page-title:before {
        font-size: 60px!important;
    }

    .module-contact .btn {
        display: inline-block;
        margin: 10px 0;
    }

    .module-contact-btns i {
        display: inline-block;
        vertical-align: middle;
    }

    .module-contact img {
        border-radius: 0;
        display: block;
        margin: auto;
        width: 140%;
        margin: 0 -18% 0;
        max-width: unset;
    }
}

@media (max-width: 580px) {
    .module-contact .btn {
        transform: scale(0.8);
    }

    .module-contact-btns i {
        transform: scale(0.5);
        margin: 0 -10px;
    }

    .module-contact p.calldesc {
        font-size: 14px !important;
    }
}

.post-innertext ul {
    padding-right: 15px;
    list-style: decimal;
    margin: 15px 0;
}

.post-innertext ul li {
    list-style: circle;
    margin-bottom: 10px;
}

.post-innertext ul li::marker {
    color: var(--gold);
}

.post-innertext .module-faq ul {
    padding-right: 0px;
    list-style: none;
    margin: 0;
}

.post-innertext .module-tabs ul li,
.post-innertext .module-faq ul li {
    list-style: none;
    margin-bottom: 0px;
}

.page-template-page-module .post-innertext .row h2 {
    font-size: 22px;
}

.page-template-page-module .post-innertext p {
    font-size: 17px;
}

.single-post .wp-video ,
.page-template-page-module .wp-video {
    margin: 20px auto 30px;

    /* width: 100% !important; */
    border-radius: 5px;
    overflow: hidden;
    overflow: h;
    border: 1px solid var(--border-color);
}

.single-post section.module-contact {
    margin: 60px -30px 60px;
    width: calc(100% + 60px);
}

.slidedown span {
    top: 80px;
}

.slidedown span {
    right: -32px;
    color: #b8866f;
}

.sticky {
    /* background: rgb(31,44,92); */
    background: linear-gradient(181deg, rgb(31 44 92) 0%, rgb(50 70 144 / 61%) 100%);
    border: none;
    backdrop-filter: blur(2px);
}

.sticky .header-logo {
    width: 95px;
    top: 1px;
}

.footimgpages img {
    width: 65%;
}

.footimgpages {
    text-align: center;
}

section.secfooterpages {
    background-image: url(assets/img/intro-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 0;
}

.secfooterpages h2 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
}

.secfooterpages p {
    color: #fff;
    text-align: left;
}

.secfooterpages .copyright {
    color: #b8866f !important;
}

.copyeng {
    color: #b8866f;
    font-size: 11px;
    position: relative;
    top: 6px;
}

.post-content {
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    direction: ltr;
}
.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6 {
    text-align: left;
}

.errdiv span {
    font-size: 350px;
    font-weight: bold;
    color: rgb(41 58 118);
    text-shadow: 0 20px 70px #00000091;
}

.errdiv {
    text-align: center;
    margin-top: 50px;
}

.errdiv h1 {
    color: #b8866f;
    font-size: 40px;
    margin-top: -175px;
    margin-bottom: 75px;
}

.contact-numbers .tel1 {
    font-size: 5.4vw;
    line-height: 1.2;
    text-align: left;
    width: 100%;
    background: -webkit-linear-gradient(#f9a86b, #835737);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: fantasy;
}
.contactind .layout-btns {
    display: flex;
    justify-content: space-between;
}

.pageerror {
    margin-top: -230px;
}
.rp-title {
    margin-bottom: 20px;
}
.breadcrumb li i {
    color: #fff !important;
}

.breadcrumb i {
    color: #b8866f;
    margin: 0 5px;
}

.breadcrumb li a {
    color: #b8866f;
}
.card-thumbnail img:after {
    content: '';
    background: rgb(244,172,124);
    background: linear-gradient(319deg, rgb(219 148 101) 0%, rgba(188,124,76,1) 100%);
    width: 235px;
    height: 235px;
    position: relative;
    opacity: 1;
    display: block;
}
.portfoliodetails {
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
}

.right-portfolio {
    width: 50%;
}

.left-portfolio {
    width: 50%;
    text-align: justify;
}

.right-portfolio h2,.left-portfolio h2 {
    color: rgb(50 70 144);
    font-weight: bold;
    margin-bottom: 15px;
}

.right-portfolio span {
    width: 46%;
    display: inline-block;
    background-color: rgb(237 241 255);
    margin-bottom: 10px;
    padding: 5px 8px;
    border-radius: 5px;
    margin-left: 10px;
    display: flex;
}
.tblportfolio span img {
    height: 30px;
    width: auto;
    padding: 2px;
}

span.lblportfolio {
    background-color: #bc7c4c29;
    font-weight: bold;
    color: #bc7c4c;
    display: flex;
    align-items: center;
}
.tblportfolio {
    display: flex;
}

.left-portfolio .layout-btns {
    display: flex;
    justify-content: space-between;
}

.left-portfolio .layout-btns div {
    min-width: 50%;
}
.listnemonekar img {
    border-radius: 8px;
    box-shadow: 0 10px 30px -8px rgb(31 44 92 / 75%);
    margin-bottom: 20px;
}
.content-box .post-excerpt {
    height: 70px;
    overflow: hidden;
}
.post-content h2 {
    color: rgb(212 144 96);
    font-weight: 500;
}

.post-content p {
    text-align: justify;
    line-height: 30px;
}
.post-content ul li:after {
    content: '.';
    display: block;
    float: left;
    margin-left: 10px;
    margin-top: -8px;
    font-size: 24px;
    margin-right: 10px;
}

.post-content ul li {
    line-height: 34px;
        direction: ltr;
    text-align: left;
}

.post-content ul {
    margin-top: 15px;
    direction: ltr;
    text-align: left;
}
.post-content img {
    border-radius: 10px !important;
    border: 2px solid #d99565;
}

.post-content .wp-block-image:after {
    content: '';
    display: block !important;
    background: url(assets/img/logopicbtn.png) !important;
    width: 64px;
    height: 40px;
    background-size: contain !important;
    margin: -10px auto 0;
}
.post-content .wp-block-image:before {
    content: '';
    display: block !important;
    background: url(assets/img/logopictop.png) !important;
    width: 61px;
    height: 40px;
    background-size: contain !important;
    margin: 0 auto;
}
.post-content .layout-btns {
    display: flex;
    justify-content: center;
    width: 75%;
    margin: 0 auto;
}
.wp-block-tag-cloud a {
    color: #bc7c4c;
}
.tblcrm table tr:nth-child(even) td {
    background-color: #bc7c4c2e;
    color: #855735;
}

.tblcrm table tr:nth-child(odd) td {
    background-color: rgb(50 70 144 / 27%);
}

.tblcrm table tr td {display: inline-block;width: 32%;margin: 4px;text-align: center;padding: 10px;border-radius: 5px;}





@media (max-width: 768px)
{
    body {
        background-size: 100% 22%;
    }

    .page-title {
        text-align: center;
        position: relative;
        color: var(--gold);
        font-size: 28px;
        font-weight: bold;
        margin-top: -45px;
        margin-bottom: 55px;
    }

    .globalMenu:before,
    #footer-customers:before {
        height: 0rem;
        -webkit-box-shadow: 0 0px 0px 0px #174c6b5e;
        -moz-box-shadow: 0 0px 0px 0px #174c6b5e;
        box-shadow: 0 0px 0px 0px #174c6b5e;
    }

    .sticky {
        background: linear-gradient(181deg, rgb(31 44 92) 0%, rgb(50 70 144 / 0%) 100%);
        border: none;
        backdrop-filter: blur(2px);
    }

    .imglogocontmob {
        display: none;
    }

    .secfooterpages h2 {
        text-align: center;
    }

    .secfooterpages p {
        text-align: center;
    }

    .post-content {
        background-color: #fff;
        padding: 25px;
        border-radius: 10px;
    }

    .errdiv span {
        font-size: 95px;
    }

    .errdiv h1 {
        color: #b8866f;
        font-size: 40px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .left-portfolio , .right-portfolio {
        width: 100%;
    }
    .portfoliodetails {
        display: block;
    }
    .right-portfolio span {
        width: 48%;
        display: inline-block;
        background-color: rgb(237 241 255);
        margin-bottom: 10px;
        padding: 5px 8px;
        border-radius: 5px;
        margin-left: 5px;
        font-size: 12px;
    }
    .tblportfolio {
        display: flex;
        flex-direction: row;
    }
    .left-portfolio .layout-btns {
        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .left-portfolio .layout-btns i {
        display: block;
        height: 23px;
        margin-top: 14px;
    }
    .copyeng {
        text-align: center;
    }
    .tblcrm table tr td {
    width: 100%;
}

}


@media (max-width: 996px)
{
    #header .sections-nav-main {
        display: block;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
}


@media screen and (min-width: 1024px) and (max-width: 1440px) {
    
    .post-thumbnail img {
    width: 275px;
    height: 235px;
}
.post-thumbnail:after {
    width: 280px;
    height: 280px;
    bottom: -4px;
    left: -webkit-calc(15% - 60px);
    left: -moz-calc(15% - 60px);
    left: calc(15% - 60px);

}
.sticky-sidebar-container {

    top: 140px;
}
.contactind p.short-desc {
    font-size: 15px;
    text-align: left;
}
.secfooterpages p{
    text-align: left;
}

    
}
.tagsarticless ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

.tagsarticless ul li {
    margin: 0 15px;
    list-style: square;
}
.cat-desc p {
    text-align: center;
    color: #fff;
}

.cat-desc {
    margin-bottom: 55px;
    margin-top: -18px;
}
#ez-toc-container {
    background: #edeff3 !important;
    border: none !important;
    border-right: 4px solid #586593 !important;
    border-radius: 2px !important;
    width: 100% !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17) !important;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17) !important;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17) !important;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17) !important;
}
div#ez-toc-container .ez-toc-title {
    display: initial;
    font-weight: bold;
}
.ez-toc-title-container {
    margin-bottom: 15px;
}
div#ez-toc-container {
    padding-bottom: 20px;
}
.title-articles h1 {
    color: #eea777;
}

.title-articles:after {
    content: '';
    position: absolute;
    background: var(--gold);
    width: 24px;
    height: 0.1rem;
    margin-top: -10px;
}

.title-articles {
    margin-top: -30px;
}
figcaption {
    display: none;
}


@media screen and (max-width:767px)
{
.title-articles {
    background-color: #ffffff;
    padding: 5px 10px;
    margin-bottom: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 25px -6px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0 10px 25px -6px rgb(0 0 0 / 9%);
    box-shadow: 0 7px 25px 0px rgb(0 0 0 / 5%);
    margin-top: 5px;
}

.title-articles h1 {
    font-size: 18px;
    line-height: 30px;
}
.title-articles:after {
    display:none;
}
.breadcrumbs {
    display: none;
}
}