/* start of bootstrap */
/* :root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0!important
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

b, strong {
    font-weight: bolder
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.333333%
    }
    .offset-sm-2 {
        margin-left: 16.666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.333333%
    }
    .offset-sm-5 {
        margin-left: 41.666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.333333%
    }
    .offset-sm-8 {
        margin-left: 66.666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.333333%
    }
    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.333333%
    }
    .offset-md-2 {
        margin-left: 16.666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.333333%
    }
    .offset-md-5 {
        margin-left: 41.666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.333333%
    }
    .offset-md-8 {
        margin-left: 66.666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.333333%
    }
    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.333333%
    }
    .offset-lg-2 {
        margin-left: 16.666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.333333%
    }
    .offset-lg-5 {
        margin-left: 41.666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.333333%
    }
    .offset-lg-8 {
        margin-left: 66.666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.333333%
    }
    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.333333%
    }
    .offset-xl-2 {
        margin-left: 16.666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.333333%
    }
    .offset-xl-5 {
        margin-left: 41.666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.333333%
    }
    .offset-xl-8 {
        margin-left: 66.666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.333333%
    }
    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-group {
    margin-bottom: 1rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col, .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .custom-select, .form-inline .input-group {
        width: auto
    }
    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:focus, .btn:hover {
    text-decoration: none
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-group-lg>.btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.fade {
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(128, 189, 255, .5)
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

@media (max-width: 575.98px) {
    .navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .card-group>.card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:first-child .card-header, .card-group>.card:first-child .card-img-top {
        border-top-right-radius: 0
    }
    .card-group>.card:first-child .card-footer, .card-group>.card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:last-child .card-header, .card-group>.card:last-child .card-img-top {
        border-top-left-radius: 0
    }
    .card-group>.card:last-child .card-footer, .card-group>.card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }
    .card-group>.card:only-child {
        border-radius: .25rem
    }
    .card-group>.card:only-child .card-header, .card-group>.card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }
    .card-group>.card:only-child .card-footer, .card-group>.card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px
    }
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.border-0 {
    border: 0!important
}

.rounded-0 {
    border-radius: 0!important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none!important
    }
    .d-sm-inline {
        display: inline!important
    }
    .d-sm-inline-block {
        display: inline-block!important
    }
    .d-sm-block {
        display: block!important
    }
    .d-sm-table {
        display: table!important
    }
    .d-sm-table-row {
        display: table-row!important
    }
    .d-sm-table-cell {
        display: table-cell!important
    }
    .d-sm-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none!important
    }
    .d-md-inline {
        display: inline!important
    }
    .d-md-inline-block {
        display: inline-block!important
    }
    .d-md-block {
        display: block!important
    }
    .d-md-table {
        display: table!important
    }
    .d-md-table-row {
        display: table-row!important
    }
    .d-md-table-cell {
        display: table-cell!important
    }
    .d-md-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none!important
    }
    .d-lg-inline {
        display: inline!important
    }
    .d-lg-inline-block {
        display: inline-block!important
    }
    .d-lg-block {
        display: block!important
    }
    .d-lg-table {
        display: table!important
    }
    .d-lg-table-row {
        display: table-row!important
    }
    .d-lg-table-cell {
        display: table-cell!important
    }
    .d-lg-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none!important
    }
    .d-xl-inline {
        display: inline!important
    }
    .d-xl-inline-block {
        display: inline-block!important
    }
    .d-xl-block {
        display: block!important
    }
    .d-xl-table {
        display: table!important
    }
    .d-xl-table-row {
        display: table-row!important
    }
    .d-xl-table-cell {
        display: table-cell!important
    }
    .d-xl-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }
    .d-print-inline {
        display: inline!important
    }
    .d-print-inline-block {
        display: inline-block!important
    }
    .d-print-block {
        display: block!important
    }
    .d-print-table {
        display: table!important
    }
    .d-print-table-row {
        display: table-row!important
    }
    .d-print-table-cell {
        display: table-cell!important
    }
    .d-print-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-sm-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-sm-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-sm-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-sm-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-sm-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-sm-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-sm-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-md-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-md-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-md-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-md-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-md-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-md-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-md-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-md-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-md-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-md-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-md-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-lg-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-lg-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-lg-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-lg-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-lg-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-lg-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-lg-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-xl-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-xl-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-xl-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-xl-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-xl-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-xl-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-xl-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left!important
    }
    .float-sm-right {
        float: right!important
    }
    .float-sm-none {
        float: none!important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left!important
    }
    .float-md-right {
        float: right!important
    }
    .float-md-none {
        float: none!important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left!important
    }
    .float-lg-right {
        float: right!important
    }
    .float-lg-none {
        float: none!important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left!important
    }
    .float-xl-right {
        float: right!important
    }
    .float-xl-none {
        float: none!important
    }
}

.shadow-none {
    box-shadow: none!important
}

.m-0 {
    margin: 0!important
}

.mt-0, .my-0 {
    margin-top: 0!important
}

.mb-0, .my-0 {
    margin-bottom: 0!important
}

.ml-1, .mx-1 {
    margin-left: .25rem!important
}

.mt-3, .my-3 {
    margin-top: 1rem!important
}

.mb-3, .my-3 {
    margin-bottom: 1rem!important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem!important
}

.mb-5, .my-5 {
    margin-bottom: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pb-0, .py-0 {
    padding-bottom: 0!important
}

.pr-3, .px-3 {
    padding-right: 1rem!important
}

.pl-3, .px-3 {
    padding-left: 1rem!important
}

.pt-4, .py-4 {
    padding-top: 1.5rem!important
}

.mr-auto, .mx-auto {
    margin-right: auto!important
}

.ml-auto, .mx-auto {
    margin-left: auto!important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0!important
    }
    .mt-sm-0, .my-sm-0 {
        margin-top: 0!important
    }
    .mr-sm-0, .mx-sm-0 {
        margin-right: 0!important
    }
    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0!important
    }
    .ml-sm-0, .mx-sm-0 {
        margin-left: 0!important
    }
    .m-sm-1 {
        margin: .25rem!important
    }
    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem!important
    }
    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem!important
    }
    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem!important
    }
    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem!important
    }
    .m-sm-2 {
        margin: .5rem!important
    }
    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem!important
    }
    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem!important
    }
    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem!important
    }
    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem!important
    }
    .m-sm-3 {
        margin: 1rem!important
    }
    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem!important
    }
    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem!important
    }
    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem!important
    }
    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem!important
    }
    .m-sm-4 {
        margin: 1.5rem!important
    }
    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem!important
    }
    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem!important
    }
    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem!important
    }
    .m-sm-5 {
        margin: 3rem!important
    }
    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem!important
    }
    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem!important
    }
    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem!important
    }
    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem!important
    }
    .p-sm-0 {
        padding: 0!important
    }
    .pt-sm-0, .py-sm-0 {
        padding-top: 0!important
    }
    .pr-sm-0, .px-sm-0 {
        padding-right: 0!important
    }
    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0!important
    }
    .pl-sm-0, .px-sm-0 {
        padding-left: 0!important
    }
    .p-sm-1 {
        padding: .25rem!important
    }
    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem!important
    }
    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem!important
    }
    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem!important
    }
    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem!important
    }
    .p-sm-2 {
        padding: .5rem!important
    }
    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem!important
    }
    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem!important
    }
    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem!important
    }
    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem!important
    }
    .p-sm-3 {
        padding: 1rem!important
    }
    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem!important
    }
    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem!important
    }
    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem!important
    }
    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem!important
    }
    .p-sm-4 {
        padding: 1.5rem!important
    }
    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem!important
    }
    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem!important
    }
    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem!important
    }
    .p-sm-5 {
        padding: 3rem!important
    }
    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem!important
    }
    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem!important
    }
    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem!important
    }
    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem!important
    }
    .m-sm-auto {
        margin: auto!important
    }
    .mt-sm-auto, .my-sm-auto {
        margin-top: auto!important
    }
    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto!important
    }
    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto!important
    }
    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto!important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0!important
    }
    .mt-md-0, .my-md-0 {
        margin-top: 0!important
    }
    .mr-md-0, .mx-md-0 {
        margin-right: 0!important
    }
    .mb-md-0, .my-md-0 {
        margin-bottom: 0!important
    }
    .ml-md-0, .mx-md-0 {
        margin-left: 0!important
    }
    .m-md-1 {
        margin: .25rem!important
    }
    .mt-md-1, .my-md-1 {
        margin-top: .25rem!important
    }
    .mr-md-1, .mx-md-1 {
        margin-right: .25rem!important
    }
    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem!important
    }
    .ml-md-1, .mx-md-1 {
        margin-left: .25rem!important
    }
    .m-md-2 {
        margin: .5rem!important
    }
    .mt-md-2, .my-md-2 {
        margin-top: .5rem!important
    }
    .mr-md-2, .mx-md-2 {
        margin-right: .5rem!important
    }
    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem!important
    }
    .ml-md-2, .mx-md-2 {
        margin-left: .5rem!important
    }
    .m-md-3 {
        margin: 1rem!important
    }
    .mt-md-3, .my-md-3 {
        margin-top: 1rem!important
    }
    .mr-md-3, .mx-md-3 {
        margin-right: 1rem!important
    }
    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem!important
    }
    .ml-md-3, .mx-md-3 {
        margin-left: 1rem!important
    }
    .m-md-4 {
        margin: 1.5rem!important
    }
    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem!important
    }
    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem!important
    }
    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem!important
    }
    .m-md-5 {
        margin: 3rem!important
    }
    .mt-md-5, .my-md-5 {
        margin-top: 3rem!important
    }
    .mr-md-5, .mx-md-5 {
        margin-right: 3rem!important
    }
    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem!important
    }
    .ml-md-5, .mx-md-5 {
        margin-left: 3rem!important
    }
    .p-md-0 {
        padding: 0!important
    }
    .pt-md-0, .py-md-0 {
        padding-top: 0!important
    }
    .pr-md-0, .px-md-0 {
        padding-right: 0!important
    }
    .pb-md-0, .py-md-0 {
        padding-bottom: 0!important
    }
    .pl-md-0, .px-md-0 {
        padding-left: 0!important
    }
    .p-md-1 {
        padding: .25rem!important
    }
    .pt-md-1, .py-md-1 {
        padding-top: .25rem!important
    }
    .pr-md-1, .px-md-1 {
        padding-right: .25rem!important
    }
    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem!important
    }
    .pl-md-1, .px-md-1 {
        padding-left: .25rem!important
    }
    .p-md-2 {
        padding: .5rem!important
    }
    .pt-md-2, .py-md-2 {
        padding-top: .5rem!important
    }
    .pr-md-2, .px-md-2 {
        padding-right: .5rem!important
    }
    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem!important
    }
    .pl-md-2, .px-md-2 {
        padding-left: .5rem!important
    }
    .p-md-3 {
        padding: 1rem!important
    }
    .pt-md-3, .py-md-3 {
        padding-top: 1rem!important
    }
    .pr-md-3, .px-md-3 {
        padding-right: 1rem!important
    }
    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem!important
    }
    .pl-md-3, .px-md-3 {
        padding-left: 1rem!important
    }
    .p-md-4 {
        padding: 1.5rem!important
    }
    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem!important
    }
    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem!important
    }
    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem!important
    }
    .p-md-5 {
        padding: 3rem!important
    }
    .pt-md-5, .py-md-5 {
        padding-top: 3rem!important
    }
    .pr-md-5, .px-md-5 {
        padding-right: 3rem!important
    }
    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem!important
    }
    .pl-md-5, .px-md-5 {
        padding-left: 3rem!important
    }
    .m-md-auto {
        margin: auto!important
    }
    .mt-md-auto, .my-md-auto {
        margin-top: auto!important
    }
    .mr-md-auto, .mx-md-auto {
        margin-right: auto!important
    }
    .mb-md-auto, .my-md-auto {
        margin-bottom: auto!important
    }
    .ml-md-auto, .mx-md-auto {
        margin-left: auto!important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0!important
    }
    .mt-lg-0, .my-lg-0 {
        margin-top: 0!important
    }
    .mr-lg-0, .mx-lg-0 {
        margin-right: 0!important
    }
    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0!important
    }
    .ml-lg-0, .mx-lg-0 {
        margin-left: 0!important
    }
    .m-lg-1 {
        margin: .25rem!important
    }
    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem!important
    }
    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem!important
    }
    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem!important
    }
    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem!important
    }
    .m-lg-2 {
        margin: .5rem!important
    }
    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem!important
    }
    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem!important
    }
    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem!important
    }
    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem!important
    }
    .m-lg-3 {
        margin: 1rem!important
    }
    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem!important
    }
    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem!important
    }
    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem!important
    }
    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem!important
    }
    .m-lg-4 {
        margin: 1.5rem!important
    }
    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem!important
    }
    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem!important
    }
    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem!important
    }
    .m-lg-5 {
        margin: 3rem!important
    }
    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem!important
    }
    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem!important
    }
    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem!important
    }
    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem!important
    }
    .p-lg-0 {
        padding: 0!important
    }
    .pt-lg-0, .py-lg-0 {
        padding-top: 0!important
    }
    .pr-lg-0, .px-lg-0 {
        padding-right: 0!important
    }
    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0!important
    }
    .pl-lg-0, .px-lg-0 {
        padding-left: 0!important
    }
    .p-lg-1 {
        padding: .25rem!important
    }
    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem!important
    }
    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem!important
    }
    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem!important
    }
    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem!important
    }
    .p-lg-2 {
        padding: .5rem!important
    }
    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem!important
    }
    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem!important
    }
    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem!important
    }
    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem!important
    }
    .p-lg-3 {
        padding: 1rem!important
    }
    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem!important
    }
    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem!important
    }
    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem!important
    }
    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem!important
    }
    .p-lg-4 {
        padding: 1.5rem!important
    }
    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem!important
    }
    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem!important
    }
    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem!important
    }
    .p-lg-5 {
        padding: 3rem!important
    }
    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem!important
    }
    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem!important
    }
    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem!important
    }
    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem!important
    }
    .m-lg-auto {
        margin: auto!important
    }
    .mt-lg-auto, .my-lg-auto {
        margin-top: auto!important
    }
    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto!important
    }
    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto!important
    }
    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto!important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0!important
    }
    .mt-xl-0, .my-xl-0 {
        margin-top: 0!important
    }
    .mr-xl-0, .mx-xl-0 {
        margin-right: 0!important
    }
    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0!important
    }
    .ml-xl-0, .mx-xl-0 {
        margin-left: 0!important
    }
    .m-xl-1 {
        margin: .25rem!important
    }
    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem!important
    }
    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem!important
    }
    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem!important
    }
    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem!important
    }
    .m-xl-2 {
        margin: .5rem!important
    }
    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem!important
    }
    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem!important
    }
    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem!important
    }
    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem!important
    }
    .m-xl-3 {
        margin: 1rem!important
    }
    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem!important
    }
    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem!important
    }
    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem!important
    }
    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem!important
    }
    .m-xl-4 {
        margin: 1.5rem!important
    }
    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem!important
    }
    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem!important
    }
    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem!important
    }
    .m-xl-5 {
        margin: 3rem!important
    }
    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem!important
    }
    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem!important
    }
    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem!important
    }
    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem!important
    }
    .p-xl-0 {
        padding: 0!important
    }
    .pt-xl-0, .py-xl-0 {
        padding-top: 0!important
    }
    .pr-xl-0, .px-xl-0 {
        padding-right: 0!important
    }
    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0!important
    }
    .pl-xl-0, .px-xl-0 {
        padding-left: 0!important
    }
    .p-xl-1 {
        padding: .25rem!important
    }
    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem!important
    }
    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem!important
    }
    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem!important
    }
    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem!important
    }
    .p-xl-2 {
        padding: .5rem!important
    }
    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem!important
    }
    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem!important
    }
    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem!important
    }
    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem!important
    }
    .p-xl-3 {
        padding: 1rem!important
    }
    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem!important
    }
    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem!important
    }
    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem!important
    }
    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem!important
    }
    .p-xl-4 {
        padding: 1.5rem!important
    }
    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem!important
    }
    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem!important
    }
    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem!important
    }
    .p-xl-5 {
        padding: 3rem!important
    }
    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem!important
    }
    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem!important
    }
    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem!important
    }
    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem!important
    }
    .m-xl-auto {
        margin: auto!important
    }
    .mt-xl-auto, .my-xl-auto {
        margin-top: auto!important
    }
    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto!important
    }
    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto!important
    }
    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto!important
    }
}

.text-left {
    text-align: left!important
}

.text-center {
    text-align: center!important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left!important
    }
    .text-sm-right {
        text-align: right!important
    }
    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left!important
    }
    .text-md-right {
        text-align: right!important
    }
    .text-md-center {
        text-align: center!important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left!important
    }
    .text-lg-right {
        text-align: right!important
    }
    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left!important
    }
    .text-xl-right {
        text-align: right!important
    }
    .text-xl-center {
        text-align: center!important
    }
}

@media print {
    *, ::after, ::before {
        text-shadow: none!important;
        box-shadow: none!important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    abbr[title]::after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap!important
    }
    blockquote, pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img, tr {
        page-break-inside: avoid
    }
    h2, h3, p {
        orphans: 3;
        widows: 3
    }
    h2, h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    body {
        min-width: 992px!important
    }
    .container {
        min-width: 992px!important
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td, .table th {
        background-color: #fff!important
    }
    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6!important
    }
    .table-dark {
        color: inherit
    }
    .table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #dee2e6
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
} */
/*
*
*
*
*
*

*
*
*
*
*
end of bootstrap
*
*
*
*
*
*
*
*
*
**

**
*/
/* start of thos */

iframe, img {
    border: 0
}

.button:active, .button:hover, .x-btn:active, .x-btn:hover, [tabindex="-1"], [type=submit]:active, [type=submit]:hover, a:active, a:hover {
    outline: 0!important
}

.x-anchor, .x-anchor-sub-indicator, .x-anchor-text-primary, .x-anchor-text-secondary, .x-crumbs-link {
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.x-image img, img {
    -ms-interpolation-mode: bicubic
}

.x-anchor, a.x-image {
    cursor: pointer
}

.x-anchor, .x-anchor-text, .x-bar, .x-bar-container, .x-bar-content, .x-bar-scroll, .x-bar-scroll-inner, .x-bar-scroll-outer, .x-menu, .x-menu li, .x-search-input, .x-text, .x-text-content-text {
    min-width: 1px
}

.option-set:after, .site:after, .slick-track:after, .tabbable:after, .x-block-grid.three-up>li:nth-child(3n+1), .x-block-grid.two-up>li:nth-child(2n+1), .x-clear, .x-container:after, .x-menu-collapsed li:after, .x-menu-modal li:after, .x-mini-cart li:after, .x-nav-articles:after, .x-nav-tabs:after, .x-site:after {
    clear: both
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

button, input, select, textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle
}

button, input[type=button], input[type=reset], input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}

*, :after, :before {
    box-sizing: border-box
}

body {
    margin: 0;
    overflow-x: hidden;
    line-height: 1.8
}

a {
    text-decoration: none
}

.site:after, .site:before, .x-site:after, .x-site:before {
    content: " ";
    display: table
}

.x-anchor, .x-anchor-content, .x-anchor-sub-indicator, .x-bar, .x-bar-scroll, .x-colophon, .x-masthead, .x-root .site, .x-root .x-site {
    position: relative
}

.x-root {
    display: -webkit-flex;
    display: flex
}

.x-root .site, .x-root .x-site {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    min-width: 1px
}

.x-anchor {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    transition-property: border-color, background-color, box-shadow
}

.x-anchor-content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    overflow: hidden;
    border-radius: inherit;
    transform: translate3d(0, 0, 0)
}

.x-anchor-text {
    -webkit-flex-shrink: 1;
    flex-shrink: 1
}

.x-anchor-text-primary, .x-anchor-text-secondary {
    position: relative;
    display: block;
    transition-property: color, text-shadow;
    z-index: 3
}

.x-anchor-sub-indicator {
    display: block;
    width: auto;
    height: auto;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    transition-property: color, text-shadow;
    z-index: 2
}

.x-bar-scroll, .x-bar-scroll-inner, .x-bar-scroll-outer {
    width: 100%!important;
    height: 100%!important
}

li:not(.menu-item-has-children)>a .x-anchor-sub-indicator {
    display: none;
    visibility: hidden;
    speak: none
}

.x-bar, .x-bar-content, .x-bar-scroll, .x-bar-scroll-inner, .x-bar-scroll-outer {
    display: -webkit-flex;
    display: flex
}

.x-bar, .x-bar-scroll, .x-bar-scroll-inner, .x-bar-scroll-outer {
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.x-bar-h, .x-bar-h .x-bar-scroll, .x-bar-h .x-bar-scroll-inner, .x-bar-h .x-bar-scroll-outer {
    -webkit-flex-direction: row;
    flex-direction: row
}

.x-bar-v, .x-bar-v .x-bar-scroll, .x-bar-v .x-bar-scroll-inner, .x-bar-v .x-bar-scroll-outer {
    -webkit-flex-direction: column;
    flex-direction: column
}

.x-bar-content, .x-bar-scroll, .x-bar-scroll-inner, .x-bar-scroll-outer {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto
}

.x-bar-content {
    z-index: 5
}

.x-bar-space {
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.x-bar-outer-spacers:after, .x-bar-outer-spacers:before {
    content: "";
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    display: block;
    pointer-events: none;
    visibility: hidden
}

.x-bar-scroll .ps-scrollbar-x-rail, .x-bar-scroll .ps-scrollbar-y-rail {
    z-index: 10
}

.x-bar-absolute {
    position: absolute
}

.x-bar-fixed {
    position: fixed
}

.x-bar-left {
    top: 0;
    left: 0;
    bottom: 0
}

@media screen and (min-width: 783px) {
    .admin-bar .x-bar-left, .admin-bar .x-bar-right {
        top: 32px
    }
}

@media screen and (min-width: 601px) and (max-width:782px) {
    .admin-bar .x-bar-left, .admin-bar .x-bar-right {
        top: 46px
    }
}

.x-bar-h .x-bar-container, .x-bar-h .x-mod-container {
    height: inherit
}

.x-bar-v .x-bar-container, .x-bar-v .x-mod-container {
    width: inherit
}

.x-bar-container {
    display: -webkit-flex;
    display: flex;
    position: relative;
    z-index: 1
}

b, dt, strong {
    font-weight: 700
}

.x-modal-close, .x-off-canvas-close {
    padding: 0;
    text-align: center;
    background-color: transparent
}

.x-image {
    display: inline-block;
    line-height: 1;
    vertical-align: middle
}

.x-image img, .x-line {
    display: block;
    border: 0
}

.x-image img, table thead th {
    vertical-align: bottom
}

.x-image img {
    max-width: 100%;
    height: auto
}

.x-menu, .x-menu .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.x-menu-collapsed .x-anchor, .x-menu-dropdown .x-anchor, .x-menu-inline .x-dropdown .x-anchor, .x-menu-modal .x-anchor {
    display: -webkit-flex;
    display: flex
}

.x-menu-collapsed li:after, .x-menu-collapsed li:before, .x-menu-modal li:after, .x-menu-modal li:before {
    content: "";
    display: table
}

.x-menu-inline {
    display: -webkit-flex;
    display: flex
}

.x-menu-inline>li {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: inherit;
    flex-direction: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    -webkit-align-items: inherit;
    align-items: inherit
}

.x-modal-bg, .x-modal-close span {
    display: block
}

.x-modal {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: visibility 0s linear 525ms, opacity .5s cubic-bezier(.4, 0, .2, 1) 0s;
    pointer-events: none;
    z-index: 99999999
}

.x-modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.x-modal-close {
    display: block;
    position: fixed;
    width: 1em;
    height: 1em;
    margin: 0;
    border: 0;
    line-height: 1em;
    opacity: 0;
    transform: scale(0);
    transition-duration: .5s;
    transition-property: color, opacity, transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    z-index: 3
}

.x-modal-close-top {
    top: 0
}

.x-modal-close-right {
    right: 0
}

@media screen and (max-width: 782px) {
    .admin-bar .x-modal-close-top {
        top: 46px
    }
}

.x-modal-content-outer {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    z-index: 2
}

.x-modal-content-inner {
    display: table-cell;
    vertical-align: middle
}

.x-modal-content {
    width: 100%;
    margin: 0 auto;
    transform: translate3d(0, -15px, 0);
    transition: transform .5s cubic-bezier(.4, 0, .2, 1)
}

@media screen and (max-width: 782px) {
    .admin-bar .x-modal, .admin-bar .x-modal-bg {
        top: 46px
    }
}

@media screen and (max-width: 782px) {
    .admin-bar .x-off-canvas {
        top: 46px
    }
}

[data-x-particle*=overlap][data-x-particle*=b_], [data-x-stem*="d"] {
    top: 100%
}

[data-x-particle] {
    display: block;
    position: absolute;
    opacity: 0;
    transition-delay: 0s;
    transition-duration: .3s;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    pointer-events: none;
    speak: none;
    z-index: 1
}

[data-x-particle] span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    background-color: currentColor
}

[data-x-particle*=inside][data-x-particle*="_l"] {
    left: 0
}

[data-x-particle*=inside][data-x-particle*="_r"] {
    right: 0
}

[data-x-particle*=inside][data-x-particle*=c_]:not([data-x-particle*=c_c]) {
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto
}

[data-x-particle*=overlap][data-x-particle*="_c"] {
    left: 50%
}

[data-x-particle~=scale-x_y] {
    transform: scale3d(0, 0, 1)
}

[data-x-particle~=scale-y] {
    transform: scale3d(1, 0, 1)
}

[data-x-particle*=inside][data-x-particle*=c_c], [data-x-particle*=overlap] {
    transform: translate3d(-50%, -50%, 0)
}

[data-x-particle*=inside][data-x-particle*=c_c][data-x-particle~=scale-y], [data-x-particle*=overlap][data-x-particle~=scale-y] {
    transform: translate3d(-50%, -50%, 0) scale3d(1, 0, 1)
}

.ps-container {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden!important;
    -ms-overflow-style: none
}

@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
    .ps-container {
        overflow: auto!important
    }
}

.ps-container.ps-active-x>.ps-scrollbar-x-rail, .ps-container.ps-active-y>.ps-scrollbar-y-rail {
    display: block;
    background-color: transparent
}

.ps-container>.ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0;
    height: 15px
}

.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    position: absolute;
    background-color: #aaa;
    border-radius: 6px;
    transition: height .2s linear, width .2s ease-in-out, background-color .2s linear, border-radius .2s ease-in-out;
    bottom: 2px;
    height: 6px
}

.ps-container>.ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    width: 15px
}

input, input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox], input[type=file], input[type=image], select, textarea {
    width: auto
}

p {
    margin: 0 0 2.15em
}

em {
    font-style: italic
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 1.25em 0 .2em;
    text-rendering: optimizelegibility
}

.h1, h1 {
    margin-top: 1em;
    font-size: 400%;
    line-height: 1.1
}

.h2, h2 {
    font-size: 285.7%;
    line-height: 1.2
}

.h3, h3 {
    font-size: 228.5%;
    line-height: 1.3
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 1.75em;
    margin-bottom: .5em;
    line-height: 1.4
}

.h4, h4 {
    font-size: 171.4%
}

.h5, h5 {
    font-size: 150%
}

ol, ul {
    padding: 0;
    margin: 0 0 2.15em 1.655em
}

form, pre {
    margin: 0 0 2.15em
}

label, legend, pre {
    display: block
}

button, input, label, select, textarea {
    font-size: 100%;
    line-height: 1.8
}

button, input, select, textarea {
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif
}

label {
    margin-bottom: 2px
}

.uneditable-input, input[type=search], input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=tel], input[type=color], select, textarea {
    display: inline-block;
    height: 3.45em;
    margin-bottom: 9px;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 0 1.45em;
    line-height: normal;
    color: #555;
    background-color: #fff
}

input[type=radio][disabled], input[type=radio][readonly], input[type=checkbox][disabled], input[type=checkbox][readonly], table {
    background-color: transparent
}

.uneditable-input, input[type=search], input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=tel], input[type=color], textarea {
    -webkit-transition: border .2s linear;
    transition: border .2s linear
}

.uneditable-input:focus, input[type=search]:focus, input[type=text]:focus, input[type=password]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=number]:focus, input[type=email]:focus, input[type=url]:focus, input[type=tel]:focus, input[type=color]:focus, textarea:focus {
    border-color: rgba(0, 0, 0, .25);
    outline: 0
}

@media (max-width: 480px) {
    input[type=radio], input[type=checkbox] {
        border: 1px solid #ccc
    }
}

.wpcf7 input[type=search], .wpcf7 input[type=text], .wpcf7 input[type=password], .wpcf7 input[type=datetime], .wpcf7 input[type=datetime-local], .wpcf7 input[type=date], .wpcf7 input[type=month], .wpcf7 input[type=time], .wpcf7 input[type=week], .wpcf7 input[type=number], .wpcf7 input[type=email], .wpcf7 input[type=url], .wpcf7 input[type=tel], .wpcf7 input[type=color], .wpcf7 select, .wpcf7 textarea, .x-btn-block, table {
    width: 100%
}

input[type=file], select {
    height: 2.65em;
    padding-top: .5em;
    padding-bottom: .5em
}

select[multiple], select[size] {
    height: auto;
    border: 1px solid rgba(0, 0, 0, .1)
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999
}

table {
    margin-bottom: 2.15em;
    border-spacing: 0;
    border-collapse: collapse
}

table td, table th {
    padding: .5em .625em;
    line-height: 1.3;
    text-align: left;
    vertical-align: middle
}

table td {
    line-height: 1.4
}

table td, table th {
    border-top: 1px solid #ddd
}

.button, .x-btn, [type=submit] {
    display: inline-block;
    position: relative;
    border: 1px solid #ac1100;
    padding: .563em 1.125em .813em;
    cursor: pointer;
    font-size: 16px;
    font-weight: inherit;
    line-height: 1.3;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #ff2a13;
    transition: all .15s linear
}

.fade, .tooltip {
    -webkit-transition: opacity .3s ease
}

.button:hover, .x-btn:hover, [type=submit]:hover {
    text-decoration: none;
    color: #fff;
    border-color: #600900;
    background-color: #df1600
}

@media (max-width: 767px) {
    .x-btn-circle-wrap:before {
        top: 2px;
        width: 112px;
        height: 28px;
        background-image: url(../../../img/global/btn-circle-top-small.png);
        background-size: 112px 28px
    }
    .x-btn-circle-wrap:after {
        bottom: 2px;
        width: 127px;
        height: 29px;
        background-image: url(../../../img/global/btn-circle-bottom-small.png);
        background-size: 127px 29px
    }
}

.fade {
    opacity: 0;
    transition: opacity .3s ease
}

@media (max-width: 767px) {
    .x-searchform-overlay .form-search {
        font-size: 8px
    }
}

@media (max-width: 480px) {
    .x-searchform-overlay .form-search {
        font-size: 6px
    }
}

@media (max-width: 979px) {
    .x-nav-tabs>li {
        border-right: 0
    }
    .x-nav-tabs.left, .x-nav-tabs.right {
        float: none;
        width: 100%;
        max-width: none
    }
    .x-nav-tabs.left {
        border-right: 1px solid rgba(0, 0, 0, .1)
    }
}

@media (max-width: 979px) {
    .x-nav-tabs.right {
        border-left: 1px solid rgba(0, 0, 0, .1)
    }
    .x-nav-tabs.five-up>li, .x-nav-tabs.four-up>li, .x-nav-tabs.three-up>li, .x-nav-tabs.two-up>li {
        float: none;
        width: 100%
    }
    .x-nav-tabs.left+.x-tab-content, .x-nav-tabs.right+.x-tab-content {
        border-top: 0
    }
}

@media (max-width: 767px) {
    .x-breadcrumbs {
        float: none;
        width: 100%;
        text-align: center
    }
}

@media (max-width: 767px) {
    .x-pagination a.next, .x-pagination a.prev, .x-pagination a.prev-next {
        display: none
    }
}

.ilightbox-toolbar.light a:before, .slick-next:before, .slick-prev:before, [class*=x-icon-], [data-x-icon] {
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (max-width: 979px) {
    .rev_slider_wrapper .x-btn {
        font-size: 13px!important;
        font-size: 1.3rem!important
    }
}

@media (max-width: 767px) {
    .rev_slider_wrapper .x-btn {
        font-size: 11px!important;
        font-size: 1.1rem!important
    }
}

@media (max-width: 480px) {
    .rev_slider_wrapper .x-btn {
        font-size: 8px!important;
        font-size: .8rem!important
    }
}

@media (min-width: 768px) and (max-width:979px) {
    .x-slider-scroll-bottom {
        width: 50px;
        height: 50px;
        font-size: 38px;
        line-height: 43px
    }
    .x-slider-scroll-bottom.center {
        margin-left: -25px
    }
}

@media (max-width: 767px) {
    .x-slider-scroll-bottom {
        border-width: 2px;
        width: 46px;
        height: 46px;
        font-size: 31px;
        line-height: 40px
    }
    .x-slider-scroll-bottom.center {
        margin-left: -23px
    }
}

@media (max-width: 480px) {
    .x-slider-scroll-bottom {
        width: 40px;
        height: 40px;
        font-size: 25px;
        line-height: 34px
    }
    .x-slider-scroll-bottom.center {
        margin-left: -20px
    }
}

@media (min-width: 768px) and (max-width:979px) {
    .x-iso-container.cols-3>.hentry {
        width: 49.95%
    }
}

@media (min-width: 1200px) {
    .x-iso-container.cols-4>.hentry {
        width: 24.95%
    }
}

@media (min-width: 768px) and (max-width:979px) {
    .x-iso-container.cols-4>.hentry {
        width: 49.95%
    }
}

@media (max-width: 767px) {
    .x-iso-container[class*=cols-]>.hentry {
        width: 100%
    }
}

@media (max-width: 979px) {
    .ilightbox-holder .ilightbox-container .ilightbox-caption {
        font-size: 10px
    }
}

@media (max-width: 480px) {
    .ilightbox-holder .ilightbox-container .ilightbox-caption {
        font-size: 8px
    }
}

@media (max-width: 979px) {
    .x-post-slider-entry .featured-meta {
        font-size: 16px
    }
    .x-post-slider-entry .h-featured {
        font-size: 32px
    }
    .x-post-slider-entry .featured-view {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .x-post-slider-entry .featured-meta {
        display: none
    }
    .x-post-slider-entry .h-featured {
        font-size: 24px
    }
    .x-post-slider-entry .featured-view {
        font-size: 10px
    }
}

@media (max-width: 480px) {
    .x-post-slider-entry .h-featured {
        font-size: 16px
    }
    .x-post-slider-entry .featured-view {
        display: none
    }
}

[class*=x-icon-], [data-x-icon] {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400
}

.close, .h-skill-bar, .x-dropcap {
    font-weight: 700
}

@media (max-width: 480px) {
    .x-block-grid.two-up>li {
        width: 100%;
        margin-right: 0
    }
    .x-block-grid.two-up>li:nth-child(2) {
        margin-top: 5%
    }
}

@media (max-width: 979px) {
    .x-block-grid.three-up>li {
        width: 47.5%
    }
    .x-block-grid.three-up>li:nth-child(3) {
        margin-top: 5%
    }
    .x-block-grid.three-up>li:nth-child(3n) {
        margin-right: 5%
    }
    .x-block-grid.three-up>li:nth-child(3n+1) {
        clear: none
    }
    .x-block-grid.three-up>li:nth-child(2n) {
        margin-right: 0
    }
    .x-block-grid.three-up>li:nth-child(2n+1) {
        clear: both
    }
}

@media (max-width: 480px) {
    .x-block-grid.three-up>li {
        width: 100%;
        margin-right: 0
    }
    .x-block-grid.three-up>li:nth-child(2) {
        margin-top: 5%
    }
    .x-block-grid.three-up>li:nth-child(3n) {
        margin-right: 0
    }
}

@media (max-width: 979px) {
    .x-block-grid.four-up>li {
        width: 47.5%
    }
    .x-block-grid.four-up>li:nth-child(3), .x-block-grid.four-up>li:nth-child(4) {
        margin-top: 5%
    }
    .x-block-grid.four-up>li:nth-child(4n) {
        margin-right: 5%
    }
    .x-block-grid.four-up>li:nth-child(4n+1) {
        clear: none
    }
    .x-block-grid.four-up>li:nth-child(2n) {
        margin-right: 0
    }
    .x-block-grid.four-up>li:nth-child(2n+1) {
        clear: both
    }
}

.entry-content:after, .entry-header:after, .entry-top-navigation:after, .hentry:after, .x-comment-header .x-comment-meta:after, .x-content-band:after, .x-filterable-featured-entries:after, .x-section:after, article.comment:after {
    clear: both
}

@media (max-width: 480px) {
    .x-block-grid.four-up>li {
        width: 100%;
        margin-right: 0
    }
    .x-block-grid.four-up>li:nth-child(2) {
        margin-top: 5%
    }
    .x-block-grid.four-up>li:nth-child(4n) {
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .x-pullquote.left, .x-pullquote.right {
        float: none;
        width: 100%;
        margin: 2.15em 0
    }
}

.close {
    float: right;
    font-size: 18px;
    line-height: 1.8;
    color: #000;
    transition: opacity .3s ease
}

.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .25
}

button.close {
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

@media (max-width: 480px) {
    .x-columnize {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        -webkit-column-rule: 0;
        -moz-column-rule: 0;
        column-rule: 0
    }
    .x-column.x-xs {
        float: none;
        width: 100%;
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .x-column.x-sm {
        float: none;
        width: 100%;
        margin-right: 0
    }
}

@media (max-width: 979px) {
    .x-column.x-md {
        float: none;
        width: 100%;
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .x-recent-posts a.x-recent-post2 {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 4%
    }
    .x-recent-posts a.x-recent-post2:last-child {
        margin-bottom: 0
    }
}

@media (max-width: 767px) {
    .x-recent-posts a.x-recent-post3 {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 4%
    }
    .x-recent-posts a.x-recent-post3:last-child {
        margin-bottom: 0
    }
}

@media (max-width: 979px) {
    .x-recent-posts a.x-recent-post4 {
        width: 48%
    }
    .x-recent-posts a.x-recent-post4:first-child {
        margin-bottom: 4%
    }
    .x-recent-posts a.x-recent-post4:nth-child(2n) {
        margin-right: 0;
        margin-bottom: 4%
    }
    .x-recent-posts a.x-recent-post4:nth-child(3), .x-recent-posts a.x-recent-post4:nth-child(4) {
        margin-bottom: 0
    }
}

@media (max-width: 767px) {
    .x-recent-posts a.x-recent-post4 {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 4%
    }
    .x-recent-posts a.x-recent-post4:nth-child(3) {
        margin-bottom: 4%
    }
    .x-recent-posts a.x-recent-post4:last-child {
        margin-bottom: 0
    }
}

@media (max-width: 979px) {
    .x-pricing-table[class*="-column"] .x-pricing-column {
        width: 50%
    }
    .x-pricing-table.five-columns .x-pricing-column:last-child, .x-pricing-table.three-columns .x-pricing-column:last-child {
        width: 99.9%
    }
}

@media (max-width: 767px) {
    .x-pricing-table[class*="-column"] .x-pricing-column {
        width: 100%
    }
    .x-pricing-column {
        float: none;
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .x-pricing-column.featured {
        margin-top: 0
    }
}

@media (max-width: 979px) {
    .x-callout {
        font-size: 18px
    }
}

@media (max-width: 480px) {
    .x-callout {
        font-size: 16px
    }
    .x-author-box .avatar {
        display: none
    }
}

@media (max-width: 480px) {
    .x-author-box .x-author-info {
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .x-prompt, .x-prompt-section {
        display: block
    }
    .x-prompt.message-left .x-prompt-section.x-prompt-section-message {
        padding: 0 0 1.25em
    }
    .x-prompt.message-right .x-prompt-section.x-prompt-section-message {
        padding: 1.25em 0 0;
        text-align: left
    }
    .x-prompt-section.x-prompt-section-button, .x-prompt-section.x-prompt-section-message {
        width: 100%
    }
}

@media (max-width: 767px) {
    .x-content-band.marginless-columns .x-container {
        display: block
    }
    .x-content-band.marginless-columns .x-container:after, .x-content-band.marginless-columns .x-container:before {
        display: table
    }
    .x-content-band.marginless-columns .x-container .x-column[class*=x-] {
        display: block;
        width: 100%;
        vertical-align: inherit
    }
}

@media (max-width: 480px) {
    .x-toc.left, .x-toc.right {
        width: auto;
        float: none;
        margin: 0 0 2.15em
    }
}

@media (max-width: 979px) {
    .x-toc.block.three-columns .x-toc-item {
        width: 48%
    }
    .x-toc.block.three-columns .x-toc-item:nth-child(3n) {
        margin-right: 4%
    }
    .x-toc.block.three-columns .x-toc-item:nth-child(2n) {
        margin-right: 0
    }
}

@media (max-width: 480px) {
    .x-toc.block.three-columns .x-toc-item, .x-toc.block.two-columns .x-toc-item {
        width: 100%;
        margin-right: 0
    }
}

.x-section {
    position: relative;
    margin: 0 0 2.15em;
    padding: 45px 0
}

.x-section:after, .x-section:before {
    content: " ";
    display: table
}

@media (max-width: 767px) {
    .x-section .x-container.marginless-columns {
        display: block
    }
    .x-section .x-container.marginless-columns:after, .x-section .x-container.marginless-columns:before {
        display: table
    }
    .x-section .x-container.marginless-columns .x-column[class*=x-] {
        display: block;
        width: 100%;
        vertical-align: inherit
    }
}

@media (max-width: 767px) {
    .mejs-time {
        display: none!important
    }
}

@media (max-width: 767px) {
    .advanced-controls .mejs-time-rail {
        padding-left: 10px;
        padding-right: 10px
    }
}

.entry-featured, .entry-thumb, .x-main {
    position: relative
}

@media (max-width: 979px) {
    .x-sidebar {
        margin-top: 70px
    }
    .x-sidebar.left, .x-sidebar.right {
        padding: 0
    }
}

@media (max-width: 979px) {
    .x-header-landmark+.x-container>.offset>.x-sidebar {
        margin-top: 70px
    }
}

.x-main .widget {
    margin-top: 3em
}

.x-main .widget:first-child {
    margin-top: 0
}

@media (max-width: 979px) {
    .x-main.left {
        padding-right: 0
    }
    .x-main.right {
        padding-left: 0
    }
}

.hentry:after, .hentry:before {
    content: " ";
    display: table
}

@media (max-width: 767px) {
    a.entry-thumb.featured.big {
        text-align: initial
    }
    a.entry-thumb.featured.big, a.entry-thumb.featured.skinny {
        padding: 35px
    }
}

@media (max-width: 480px) {
    a.entry-thumb.featured.big, a.entry-thumb.featured.skinny {
        padding: 24px
    }
    a.entry-thumb.featured.big .featured-meta, a.entry-thumb.featured.skinny .featured-meta {
        font-size: 14px
    }
    a.entry-thumb.featured.big .h-featured, a.entry-thumb.featured.skinny .h-featured {
        font-size: 24px
    }
    a.entry-thumb.featured.big .featured-view, a.entry-thumb.featured.skinny .featured-view {
        font-size: 10px
    }
}

@media (max-width: 979px) {
    .x-full-width-layout-active.x-content-sidebar-active a.entry-thumb.featured {
        margin-right: 0
    }
    .x-full-width-layout-active.x-sidebar-content-active a.entry-thumb.featured {
        margin-left: 0
    }
}

@media (max-width: 480px) {
    .entry-title {
        font-size: 200%
    }
}

.entry-content:after, .entry-content:before, .entry-top-navigation:after, .entry-top-navigation:before {
    content: " ";
    display: table
}

.entry-content {
    margin-top: 17.5px
}

@media (max-width: 767px) {
    .archive .x-main .hentry>.entry-featured, .blog .x-main .hentry>.entry-featured, .search .x-main .hentry>.entry-featured {
        float: none;
        width: auto;
        margin: 0 0 2.15em
    }
    .archive .x-main .hentry.has-post-thumbnail>.entry-wrap, .blog .x-main .hentry.has-post-thumbnail>.entry-wrap, .search .x-main .hentry.has-post-thumbnail>.entry-wrap {
        float: none;
        width: auto;
        padding-left: 0
    }
    .single-post .x-nav-articles {
        display: none
    }
}

@media (max-width: 979px) {
    .page .x-main.left .hentry .entry-featured, .single-post .x-main.left .hentry .entry-featured {
        margin-right: 0
    }
    .page .x-main.right .hentry .entry-featured, .single-post .x-main.right .hentry .entry-featured {
        margin-left: 0
    }
}

.single-x-portfolio #reply-title, [class*=page-template-template-blank] .entry-content {
    margin-top: 0
}

@media (max-width: 979px) {
    .single-x-portfolio .entry-featured {
        padding: 0
    }
    .single-x-portfolio .entry-featured, .single-x-portfolio .entry-wrap {
        float: none;
        width: 100%
    }
}

@media (max-width: 767px) {
    .error404 .entry-404 p {
        font-size: 1.25em
    }
    .x-header-landmark {
        text-align: center
    }
}

@media (max-width: 480px) {
    .error404 .entry-404 p {
        font-size: 1em
    }
}

@media (max-width: 767px) {
    .x-comments-list .children .children .children .x-comment-content-wrap, .x-comments-list .children .children .x-comment-content-wrap, .x-comments-list .children .x-comment-content-wrap {
        width: calc(100% - 50px - 35px)
    }
}

@media (max-width: 480px) {
    .x-comments-list .children .children .children .x-comment-content-wrap, .x-comments-list .children .children .x-comment-content-wrap, .x-comments-list .children .x-comment-content-wrap, .x-comments-list .x-comment-content-wrap {
        width: 100%
    }
}

@media (max-width: 480px) {
    .x-comment-img {
        display: none
    }
}

.widget, .widget a {
    color: rgba(255, 255, 255, .25)
}

.widget ol:last-child, .widget p:last-child, .widget ul:last-child {
    margin-bottom: 0
}

.widget ol, .widget ul {
    margin-left: 0;
    list-style: none
}

.widget:before {
    content: "";
    display: block;
    height: 2px;
    background-color: rgba(255, 255, 255, .1)
}

.widget_calendar #wp-calendar caption, .x-main .widget:before, .x-sidebar .widget:before {
    display: none
}

.x-main .widget, .x-sidebar .widget {
    color: #333
}

.x-main .widget a, .x-sidebar .widget a {
    text-decoration: underline
}

@media (max-width: 979px) {
    .x-comments-list .children {
        margin-left: 0
    }
    body .x-main .widget, body .x-main .widget a, body .x-main .widget a:hover, body .x-main .widget ol li a, body .x-main .widget ol li a:hover, body .x-main .widget ul li a, body .x-main .widget ul li a:hover, body .x-sidebar .widget, body .x-sidebar .widget a, body .x-sidebar .widget a:hover, body .x-sidebar .widget ol li a, body .x-sidebar .widget ol li a:hover, body .x-sidebar .widget ul li a, body .x-sidebar .widget ul li a:hover {
        color: #7a7a7a
    }
}

@media (max-width: 979px) {
    body .x-main .h-widget, body .x-sidebar .h-widget {
        color: #333;
        border-color: #333
    }
}

.widget_text a {
    text-decoration: underline
}

@media (max-width: 979px) {
    body .x-main .widget.widget_nav_menu .current-menu-item, body .x-main .widget.widget_pages .current_page_item, body .x-sidebar .widget.widget_nav_menu .current-menu-item, body .x-sidebar .widget.widget_pages .current_page_item {
        border: 1px solid #333;
        border-left: 0;
        border-right: 0;
        margin-bottom: -1px
    }
    body .x-main .widget.widget_nav_menu .current-menu-item a, body .x-main .widget.widget_nav_menu .current-menu-item a:hover, body .x-main .widget.widget_pages .current_page_item a, body .x-main .widget.widget_pages .current_page_item a:hover, body .x-sidebar .widget.widget_nav_menu .current-menu-item a, body .x-sidebar .widget.widget_nav_menu .current-menu-item a:hover, body .x-sidebar .widget.widget_pages .current_page_item a, body .x-sidebar .widget.widget_pages .current_page_item a:hover {
        color: #333
    }
}

.aligncenter {
    display: block;
    margin: 0 auto 2.15em
}

@media (max-width: 979px) {
    .gallery-columns-4 .gallery-item {
        width: 48%
    }
    .gallery-columns-4 .gallery-item:nth-child(2n) {
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .gallery-columns-0 .gallery-item, .gallery-columns-1 .gallery-item, .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
        width: 100%;
        float: none;
        margin-right: 0
    }
}

@media print {
    blockquote, img, pre, tr {
        page-break-inside: avoid
    }
    * {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a, a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }
    blockquote, pre {
        border: 1px solid #999
    }
    thead {
        display: table-header-group
    }
    img {
        max-width: 100%!important
    }
    @page {
        margin: .5cm
    }
    h2, h3, p {
        orphans: 3;
        widows: 3
    }
    h2, h3 {
        page-break-after: avoid
    }
}

.show {
    display: block
}

@media (min-width: 1200px) {
    .x-hide-xl {
        display: none!important
    }
}
.x-hide-lg{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
@media (min-width: 980px) /*and (max-width:1199px) */{
    .x-hide-lg {
        display: none!important
    }
}

@media (min-width: 768px) and (max-width:979px) {
    .x-hide-md {
        display: none!important
    }
}

@media (min-width: 481px) and (max-width:767px) {
    .x-hide-sm {
        display: none!important
    }
}

@media (max-width: 480px) {
    .x-hide-xs {
        display: none!important
    }
}

@media (min-width: 768px) and (max-width:979px) {
    .x-visible-tablet {
        display: inherit!important
    }
    span.x-visible-tablet {
        display: inline!important
    }
    .x-hidden-tablet {
        display: none!important
    }
    .x-hidden-desktop {
        display: inherit!important
    }
    span.x-hidden-desktop {
        display: inline!important
    }
    .x-visible-desktop {
        display: none!important
    }
}

@media (max-width: 767px) {
    .x-visible-phone {
        display: inherit!important
    }
    span.x-visible-phone {
        display: inline!important
    }
    .x-hidden-phone {
        display: none!important
    }
    .x-hidden-desktop {
        display: inherit!important
    }
    span.x-hidden-desktop {
        display: inline!important
    }
    .x-visible-desktop {
        display: none!important
    }
}

@media (min-width: 1200px) {
    .cs-hide-xl {
        display: none!important
    }
}

@media (min-width: 980px) and (max-width:1199px) {
    .cs-hide-lg {
        display: none!important
    }
}

@media (min-width: 768px) and (max-width:979px) {
    .cs-hide-md {
        display: none!important
    }
}

@media (min-width: 481px) and (max-width:767px) {
    .cs-hide-sm {
        display: none!important
    }
}

@media (max-width: 480px) {
    .cs-hide-xs {
        display: none!important
    }
} 

.x-modal-bg,.x-modal-close span {
    display: block
}

.x-modal {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: visibility 0s linear 525ms,opacity .5s cubic-bezier(.4,0,.2,1) 0s;
    pointer-events: none;
    z-index: 99999999
}

.x-modal.x-active {
    visibility: visible;
    opacity: 1;
    transition: opacity .5s cubic-bezier(.4,0,.2,1) 0s;
    pointer-events: auto
}

.x-modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.x-modal-close {
    display: block;
    position: fixed;
    width: 1em;
    height: 1em;
    margin: 0;
    border: 0;
    line-height: 1em;
    opacity: 0;
    transform: scale(0);
    transition-duration: .5s;
    transition-property: color,opacity,transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    z-index: 3
}

.x-modal.x-active .x-modal-close {
    opacity: 1;
    transform: scale(1)
}

.x-modal-close-top {
    top: 0
}.x-modal-close-right {
    right: 0
}.x-modal-content-outer {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    z-index: 2
}

.x-modal-content-inner {
    display: table-cell;
    vertical-align: middle
}

.x-modal-content {
    width: 100%;
    margin: 0 auto;
    transform: translate3d(0,-15px,0);
    transition: transform .5s cubic-bezier(.4,0,.2,1)
}

.x-modal.x-active .x-modal-content,.x-off-canvas-bg {
    transform: translate3d(0,0,0)
}

.x-text-content-text, .x-text-content-text-primary, .x-text-content-text-subheadline, .x-toggle {
    display: block;
}

.x-toggle-grid, .x-toggle-more-h, .x-toggle-more-v {
    width: 1em;
}
.x-toggle-burger, .x-toggle-grid, .x-toggle-more-h, .x-toggle-more-v {
    height: 1em;
}

.x-toggle {
    transform: translate3d(0, 0, 0);
    pointer-events: none;
    speak: none;
}

/**
*
*
*
*
*
*
*
*
*
*
*
*
*
*
end of ethos 
*
*
**
*
*
*
*
*
*
*
*
*
*
*
**
*
*
*
**/

/* strat of main */
@font-face {
    font-family: 'Lotus_Linotype';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/lotus_linotype/Lotus_Linotype.ttf);
    unicode-range: U+0600-06FF !important;
    font-size: 21px !important;
}
@font-face {
    font-family: 'garamond';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/garamond/garamondpremrpro.otf);
    /*src: url(../fonts/garamond/DroidNaskh-Regular.eot?#iefix) format('embedded-opentype'),
        url(../fonts/garamond/DroidNaskh-Regular.woff) format('woff'),
        url(../fonts/garamond/DroidNaskh-Regular.ttf) format('truetype');*/
    font-size: 21px !important;
}
@font-face {
    font-family: 'cardo';
    font-style: normal;
    font-weight: bold;
    src: url(../fonts/cardo/Cardo-Regular.ttf);
    /*src: url(../fonts/garamond/DroidNaskh-Regular.eot?#iefix) format('embedded-opentype'),
        url(../fonts/garamond/DroidNaskh-Regular.woff) format('woff'),
        url(../fonts/garamond/DroidNaskh-Regular.ttf) format('truetype');*/
    font-size: 21px !important;
}
@font-face {
    font-family: 'lato';
    font-style: normal;
    font-weight: bold;
    src: url(../fonts/latoNew/Lato-Regular.eot?#iefix) format('embedded-opentype'),
        url(../fonts/latoNew/Lato-Regular.woff) format('woff'),
        url(../fonts/latoNew/Lato-Regular.ttf) format('truetype');
    /*src: url(../fonts/garamond/DroidNaskh-Regular.eot?#iefix) format('embedded-opentype'),
        url(../fonts/garamond/DroidNaskh-Regular.woff) format('woff'),
        url(../fonts/garamond/DroidNaskh-Regular.ttf) format('truetype');*/
    font-size: 21px !important;
}
@font-face {
    font-family: 'Droid Arabic Naskh';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/naskh/DroidArabicNaskh.eot?#iefix) format('embedded-opentype'),
        url(../fonts/naskh/DroidArabicNaskh.woff) format('woff'),
        url(../fonts/naskh/DroidArabicNaskh.ttf) format('truetype');
    /* src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabicnaskh/v2/DroidNaskh-Regular.eot?#iefix) format('embedded-opentype'),
        url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabicnaskh/v2/DroidNaskh-Regular.woff) format('woff'),
        url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabicnaskh/v2/DroidNaskh-Regular.ttf) format('truetype'); */
    unicode-range: U+0600-06FF !important; /* Define the available characters */
    font-size: 18px !important;
}
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Merriweather/MerriweatherSans-Regular.eot?#iefix) format('embedded-opentype'),
        url(../fonts/Merriweather/MerriweatherSans-Regular.woff) format('woff'),
        url(../fonts/Merriweather/MerriweatherSans-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Droid Arabic Kufi';
    font-style: normal;
    font-weight: 400;
    src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v2/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
        url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v2/DroidKufi-Regular.woff) format('woff'),
        url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v2/DroidKufi-Regular.ttf) format('truetype');
    unicode-range: U+0600-06FF !important; /* Define the available characters */
    font-size: 18px !important;
}

@font-face {
    font-family: "number";
    src: url(../fonts/lato/Lato-Regular.ttf);
    font-style: normal;
    font-weight: 700 !important;
    unicode-range: U+0030-0039;
    font-size: 50px !important;
}



@font-face {
    font-family: 'Amiri';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Amiri-Regular.ttf);
    unicode-range: U+0600-06FF !important; /* Define the available characters */
    font-size: 18px !important;
}
@font-face {
    font-family:  "A Thuluth";
    src: url(../fonts/A-Thuluth.ttf),
        url(../fonts/A-Thuluth.eot);
}
body, div, input, button, select, textarea {
    /*font-family: 'Droid Arabic Naskh', 'Open Sans', sans-serif !important;*/
    /* font-family: 'Merriweather', serif; */
    font-family: 'Droid Arabic Naskh', 'Merriweather', serif;
    font-size: 14px !important;
    line-height: 20.5px !important;
    text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Merriweather', serif;
    font-family: 'Merriweather Sans', sans-serif;
    font-family: 'Playfair Display', serif;
    font-family: 'Playfair Display SC', serif;*/
    font-family: 'Playfair Display', serif;
}

.hm14.x-menu>li>.x-anchor .x-anchor-text-primary {
    font-family: 'Playfair Display SC', 'Playfair Display SC', serif;
    font-weight: bold !important;
    /*font-family: 'garamond', 'Open Sans', sans-serif !important;*/
    word-spacing: 5px;
}

a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .x-breadcrumb-wrap a:hover, .x-comment-author a:hover, .x-comment-time:hover, .p-meta>span>a:hover, .format-link .link a:hover, .x-main .widget ul li a:hover, .x-main .widget ol li a:hover, .x-main .widget_tag_cloud .tagcloud a:hover, .x-sidebar .widget ul li a:hover, .x-sidebar .widget ol li a:hover, .x-sidebar .widget_tag_cloud .tagcloud a:hover, .x-portfolio .entry-extra .x-ul-tags li a:hover {
    color: #ff2a13;
}

a:hover {
    color: #d80f0f;
}

.x-main {
    width: 72%;
}

.x-main .widget, .x-main .widget a, .x-main .widget ul li a, .x-main .widget ol li a, .x-main .widget_tag_cloud .tagcloud a, .x-main .widget_product_tag_cloud .tagcloud a, .x-main .widget a:hover, .x-main .widget ul li a:hover, .x-main .widget ol li a:hover, .x-main .widget_tag_cloud .tagcloud a:hover, .x-main .widget_product_tag_cloud .tagcloud a:hover, .x-main .widget_shopping_cart .buttons .button, .x-main .widget_price_filter .price_slider_amount .button, .x-sidebar .widget, .x-sidebar .widget a, .x-sidebar .widget ul li a, .x-sidebar .widget ol li a, .x-sidebar .widget_tag_cloud .tagcloud a, .x-sidebar .widget_product_tag_cloud .tagcloud a, .x-sidebar .widget a:hover, .x-sidebar .widget ul li a:hover, .x-sidebar .widget ol li a:hover, .x-sidebar .widget_tag_cloud .tagcloud a:hover, .x-sidebar .widget_product_tag_cloud .tagcloud a:hover, .x-sidebar .widget_shopping_cart .buttons .button, .x-sidebar .widget_price_filter .price_slider_amount .button {
    color: #333333;
}

@media (max-width:979px) {
    .x-site.site {
        width: 100% !important;
        left: 0px !important;
    }
    .x-content-sidebar-active .x-container.main:before, .x-sidebar-content-active .x-container.main:before {
        left: -5000em;
    }
    body .x-main .widget, body .x-main .widget a, body .x-main .widget a:hover, body .x-main .widget ul li a, body .x-main .widget ol li a, body .x-main .widget ul li a:hover, body .x-main .widget ol li a:hover, body .x-sidebar .widget, body .x-sidebar .widget a, body .x-sidebar .widget a:hover, body .x-sidebar .widget ul li a, body .x-sidebar .widget ol li a, body .x-sidebar .widget ul li a:hover, body .x-sidebar .widget ol li a:hover {
        color: #2f2f28;
    }
    body .x-main .h-widget, body .x-main .widget.widget_pages .current_page_item a, body .x-main .widget.widget_nav_menu .current-menu-item a, body .x-main .widget.widget_pages .current_page_item a:hover, body .x-main .widget.widget_nav_menu .current-menu-item a:hover, body .x-sidebar .h-widget, body .x-sidebar .widget.widget_pages .current_page_item a, body .x-sidebar .widget.widget_nav_menu .current-menu-item a, body .x-sidebar .widget.widget_pages .current_page_item a:hover, body .x-sidebar .widget.widget_nav_menu .current-menu-item a:hover {
        color: #2f2f28;
    }
    body .x-main .h-widget, body .x-main .widget.widget_pages .current_page_item, body .x-main .widget.widget_nav_menu .current-menu-item, body .x-sidebar .h-widget, body .x-sidebar .widget.widget_pages .current_page_item, body .x-sidebar .widget.widget_nav_menu .current-menu-item {
        border-color: #2f2f28;
    }
}

@media (max-width:767px) {
    .x-post-slider, .archive .x-post-slider {
        height: auto !important;
    }
    .x-post-slider .x-post-slider-entry, .archive .x-post-slider .x-post-slider-entry {
        padding-bottom: 65% !important;
    }
}

html {
    font-size: 14px;
}

@media (min-width:480px) {
    html {
        font-size: 14px;
    }
}

@media (min-width:767px) {
    html {
        font-size: 14px;
    }
}

@media (min-width:979px) {
    html {
        font-size: 14px;
    }
}

@media (min-width:1200px) {
    html {
        font-size: 14px;
    }
}

body {
    /*font-style: italic;*/
    font-weight: 400;
    color: #2f2f28;
    background-color: #f0eff0;
    background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 400;
}

/*h1, .h1 {
    letter-spacing: -0.035em;
}

h2, .h2 {
    letter-spacing: -0.035em;
}

h3, .h3 {
    letter-spacing: -0.035em;
}

h4, .h4 {
    letter-spacing: -0.035em;
}

h5, .h5 {
    letter-spacing: -0.035em;
}*/

.x-main.full {
    float: none;
    display: block;
    width: auto;
}

@media (max-width:979px) {
    .x-main.full, .x-main.left, .x-main.right, .x-sidebar.left, .x-sidebar.right {
        float: none;
        display: block;
        width: auto !important;
    }
}

.entry-header, .entry-content {
    font-size: 1rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, blockquote {
    /*color: #2f2f28;*/
    color: inherit;
}

.x-btn, .button, [type="submit"] {
    color: #f0eff0;
    border-color: #31a2ac;
    background-color: #af1c1c;
    margin-bottom: 0.25em;
    text-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.5);
    box-shadow: 0 0.25em 0 0 #af1c1c, 0 4px 9px rgba(0, 0, 0, 0.75);
    border-radius: 0.25em;
}

.hm5.x-bar {
    width: calc(100% - (0px * 2));
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    height: 4em;
}

.hm10.x-bar {
    width: 11em;
    background-color: hsl(0, 0%, 100%);
}

.hm1.x-bar {
    height: 6em;
}

.hm1.x-bar, .hm5.x-bar, .hm10.x-bar {
    font-size: 16px;
    box-shadow: 0em 0.15em 2em rgba(0, 0, 0, 0.15);
    z-index: 9999;
}

.hm1.x-bar, .hm5.x-bar {
    background-color: #ffffff;
}

.hm10.x-bar-content {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    width: 140px;
}

.hm1.x-bar-content, .hm5.x-bar-content {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}

.hm5.x-bar-content {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    height: 4em;
}

.hm1.x-bar-content, .hm5.x-bar-content, .hm10.x-bar-content {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
}

.hm5.x-bar-outer-spacers:before, .hm5.x-bar-outer-spacers:after {
    -webkit-flex-basis: 2em;
    flex-basis: 2em;
    width: 2em;
    height: 2em;
}

.hm10.x-bar-outer-spacers:before, .hm10.x-bar-outer-spacers:after {
    -webkit-flex-basis: .2em;
    flex-basis: .2em;
    width: .2em;
    height: .2em;
}

.hm1.x-bar-space, .hm5.x-bar-space, .hm10.x-bar-space {
    font-size: 16px;
}

.hm10.x-bar-space {
    -webkit-flex-basis: 140px;
    flex-basis: 140px;
    width: 160px;
}

.hm7.x-anchor {
    margin: 0.5em 0em 0.5em 0em;
}

.hm7.x-anchor, .hm8.x-anchor, .hm9.x-anchor {
    border-width: 1px;
    border-style: solid;
    border-color: #b40000;
    font-size: 1em;
    background-color: ;
}

.hm7.x-anchor .x-anchor-content, .hm8.x-anchor .x-anchor-content, .hm9.x-anchor .x-anchor-content {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.hm7.x-anchor .x-anchor-content {
    padding: 0.21em 0.35em 0.21em 0.35em;
}

.hm7.x-anchor .x-anchor-text {
    margin: 5px;
}

.hm7.x-anchor .x-anchor-text-primary {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: #2f2f28;
    padding: 3px;
}

.hm11.x-bar-container {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.hm2.x-bar-container, .hm6.x-bar-container {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}

.hm6.x-bar-container {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex: 1 0 0%;
    flex: 1 0 0%;
}

.hm2.x-bar-container, .hm11.x-bar-container {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
}

.hm2.x-bar-container, .hm6.x-bar-container, .hm11.x-bar-container {
    background-color: transparent;
}

.hm12.x-image {
    max-width: 200px;
}

.hm3.x-image, .hm12.x-image {
    background-color: transparent;
}

.hm14.x-menu {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    align-self: stretch;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0px;
    font-size: 1em;
}

.hm14.x-menu>li, .hm14.x-menu>li>a {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
}

.hm14.x-menu>li>.x-anchor {
    font-size: 1em;
    background-color: transparent;
}

.hm14.x-menu>li>.x-anchor .x-anchor-content {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0.6em;
}

.hm14.x-menu>li>.x-anchor .x-anchor-text {
    margin: 5px;
}

.hm14.x-menu>li>.x-anchor .x-anchor-text-primary {
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.06em;
    margin-right: calc(0.06em * -1);
    text-align: center;
    text-transform: uppercase;
    color: rgb(47, 47, 40);
}

.hm14.x-menu>li>.x-anchor .x-anchor-sub-indicator {
    margin: 5px;
    font-size: 1em;
    color: rgb(47, 47, 40);
}

.hm14.x-menu>li>.x-anchor .x-anchor-particle-primary {
    width: 100%;
    height: 200px;
    color: rgb(47, 47, 40);
    transform-origin: 100% 100%;
}

.hm4.x-modal {
    font-size: calc(1vw + 12px);
}

.hm4.x-modal .x-modal-bg {
    background-color: rgba(154, 19, 3, 0.95);
}

.hm4.x-modal .x-modal-close {
    width: calc(1em * 1.5);
    height: calc(1em * 1.5);
    font-size: 2em;
    color: #f0eff0;
}

.hm4.x-modal .x-modal-content-inner {
    padding: calc(2em * 1.5);
}

.hm4.x-modal .x-modal-content {
    max-width: 18em;
    background-color: transparent;
}

.hm4.x-menu {
    margin: 0px;
    font-size: 1em;
}

.hm4.x-menu .x-anchor {
    margin: 0em auto 0em auto;
    font-size: 1em;
    background-color: transparent;
}

.hm4.x-menu .x-anchor .x-anchor-content {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0.75em;
}

.hm4.x-menu .x-anchor .x-anchor-text {
    margin: 7px;
}

.hm4.x-menu .x-anchor .x-anchor-text-primary {
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.35em;
    margin-right: calc(0.35em * -1);
    text-align: center;
    text-transform: uppercase;
    color: #f0eff0;
}

.hm4.x-menu .x-anchor .x-anchor-particle-primary {
    width: 10em;
    height: 100%;
    color: #2f2f28;
    transform-origin: 0% 50%;
}

.hm4.x-menu .x-anchor .x-anchor-particle-secondary {
    width: 10em;
    height: 100%;
    color: #2f2f28;
    transform-origin: 100% 50%;
}

p {
    margin: 0 0 1em;
}

@media (max-width: 995px) {
    .hm5 {
        display: none;
    }
    .hm6 {
        display: none;
    }
    .hm7 {
        display: none;
    }
    .el12.x-text {
        padding: 0;
    }
    .el1.x-section {
        padding: 25px 0px 45px 0px;
    }
    .el30.x-search {
        margin: auto;
    }
    .el68.x-column {
        margin: 4em 0em 1.5em 0em;
    }
}

.x-main .widget a {
    text-decoration: none;
}

a:hover, a {
    text-decoration: none;
}

.home h3 {
    margin: 0 calc(0em * -1) 0 0;
    font-size: 2.2em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
    color: #b40000;
}

.home h4 {
    color: #b40000;
}

i {
    font-size: 18px;
}

.fade {
    opacity: 1;
}

.hm5.x-bar {
    background-color: #ffffff4d !important;
}

.header-icon {
    width: 40px;
    height: 40px;
    border: 0px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    flex-direction: unset;
    text-align: center;
    background-color: #54aceb;
    color: #fff;
    border-radius: 50%;
    line-height: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#main_header_menu_container a {
    margin-left: 1% !important;
}

#main_header_menu_container .language-div {
    font-family: 'Lotus_Linotype', 'Open Sans', sans-serif !important;
    font-size: 16px !important;
}

.language-switcher-header {
    border-color: #dadada !important;
}

.language-switcher-header .x-anchor-text {
    margin: -2px 4px !important;
}

.language-switcher-header .x-anchor-text i {
    padding-left: 5px;
}

body {
    background-image: url("/../wp-content/themes/pgt/assets/image/PGT_pattern.png");
}

.under-player-audio a, a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.prize-info .box {
    min-height: 175px;
    background-color: #9c9c9c;
    height: auto;
    color: #fff;
    padding: 20px;
    width: 90%;
    margin: 0 auto !important;
}

@media screen and (max-width: 767px) {
    .prize-info .box {
        min-height: auto;
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 10px !important;
    }
    .box ul {
        padding-top: 0%;
    }
    .related-reading-author-books .row.border-bottom.ml-3 {
        margin-left: 0rem !important;
    }
    /* .related-reading-author-books .border-bottom {
        width: 97%;
    } */
    .side-section {
        margin-left: -1rem;
    }
    .no-padding .col-4.p-0 {
        padding-left: 15px !important;
    }
    .under-player-audio a {
        display: inline-block;
    }
}

@media screen and (max-width: 1230px) and (min-width: 991px) {
    .player-section div.col-md-12.col-sm-12.col-xs-12.col-lg-7.no-padding {
        margin-left: 2%;
        margin-top: 1%;
    }
}

@media screen and (max-width: 991px) {
    .player-section div.col-md-12.col-sm-12.col-xs-12.col-lg-7.no-padding {
        margin-left: 2%;
        margin-top: 1%;
    }
}

@media screen and (max-width: 700px) {
    .player-section div.col-md-12.col-sm-12.col-xs-12.col-lg-7.no-padding {
        margin-left: 3%;
    }
}

@media screen and (max-width: 450px) {
    .player-section div.col-md-12.col-sm-12.col-xs-12.col-lg-7.no-padding {
        margin-left: 4%;
    }
}

@media screen and (max-width: 350px) {
    .jp-audio .jp-type-single .jp-progress {
        width: 50px;
    }
    .jp-audio {
        width: 230px;
    }
}

.slide {
    display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .hm11.x-bar-container img {
        width: 176px;
        height: 250px;
    }
    .number-word {
        vertical-align: text-bottom;
    }
    .text-title-box-side li a {
        color: rgb(53, 53, 53) !important;
    }
    .related-reading img {
        max-width: 70px;
    }
    .related-slider, .author-slider {
        width: 100%;
    }
}

.modal {
    z-index: 9999;
}

.hm1.x-bar, .hm5.x-bar, .hm10.x-bar {
    z-index: 1040;
}

@media screen and (min-width: 992px) and (max-width: 1285px) {
    .side-box .top {
        padding-left: unset !important;
        text-align: center;
    }
}

@media (max-width:767px) {
    .prize-info .box {
        width: 95%;
    }
}

@media (max-width:663px) {
    .side-box-body ul li div:nth-child(1) {
        padding-top: 8px;
    }
}

.img-water-mark-width {
    width: 150px;
}

.img-water-mark {
    position: relative;
    width: 150px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 215px;
    max-height: 215px;
    min-height: 215px;
    padding: 0px;
    margin: 0px;
    display: inline-flex;
    left: auto;
    right: auto;
}

.img-water-mark {
    width: 80px;
    height: 80px;
    min-height: 80px;
}

.img-water-mark {
    width: 100px;
}

.img-water-mark .book-img {
    width: 100px;
    height: 140px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /*Chrome CSS here*/
    .img-water-mark-title {
        top: 34px;
        height: 72px;
    }
    .small .img-water-mark-title {
        top: 5px;
        height: 44px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /*IE CSS here*/
    .side-box-body li a i {
        margin-left: -10px !important;
    }
    .related-reading-author-books.side .text-audio p {
        margin-bottom: 2rem;
    }
    .audio-section-header .mx-auto.pagination_arrow {
        line-height: normal;
    }
    .audio-section-header .mx-auto.pagination_arrow i {
        vertical-align: baseline;
    }
    .book-img {
        width: 60px;
        height: 87px;
    }
    html[lang='ar'] .img-water-mark-title span {
        font-size: 16px !important;
    }
    html[lang='ar'] .small.img-water-mark-title span {
        font-size: 13px !important;
    }
}

#lostpasswordform, .erf-form.erf-front-form {
    margin: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #registerformpopup .btn {
        text-shadow: none;
        box-shadow: none;
    }
    #alertHtml .modal-dialog {
        margin-top: 10%;
    }
}

@media (max-width:350px) {
    .comment-body p {
        margin: 10px 0 0.5em;
    }
}

@media (max-width:400px) {
    .navigation.pagination .nav-links>* {
        margin-top: 5px;
    }
}

.home .img-water-mark {
    width: 148px;
}

.home .so-panel.widget.widget_sow-editor.panel-last-child .panel-widget-style, .home .so-panel.widget.widget_sow-editor.panel-first-child>.panel-widget-style {
    width: auto !important;
}

@media (max-width:700px) {
    .home .siteorigin-panels-stretch .panel-grid-cell .panel-cell-style {
        padding: 0em 2em 0em 2em !important;
        width: 100% !important;
    }
}

@media (max-width:780px) {
    .donate-form .form-row {
        display: block;
        width: 100%;
    }
    .donate-form .form-row>div {
        width: 100%;
    }
    .donate-form .form-row button {
        width: 100%;
        margin-top: 10px !important;
    }
    .signup_for_mailing_form div {
        display: block;
        width: 100%;
    }
    .signup_for_mailing_form input, .signup_for_mailing_form button {
        margin-top: 10px !important;
        width: 100%;
    }
}

@media (max-width:1318px) and (min-width:780px) {
    .home h3 {
        height: 20px;
    }
}

.img-water-mark.large.card-body {
    height: auto;
}

.card.img-water-mark-width {
    width: 100px;
}

.card.img-water-mark-width .img-water-mark {
    max-height: 140px;
}

#menu-home-2 li {
    border-bottom: 1px solid #d5d5d5;
    box-shadow: 0px 0px 5px #d5d5d5;
}

.hm14.x-menu>li>.x-anchor .x-anchor-content {
    justify-content: unset;
}

.hm14.x-menu>li>.x-anchor .x-anchor-text-primary {
    font-size: 14.5px;
    letter-spacing: 0em;
    line-height: 1;
    text-transform: capitalize;
    font-style: normal;
    font-weight: normal;
}

#menu-home-2 li:first-child {
    box-shadow: 0px 2px 3px #ededed;
}

.home h3 {
    font-size: 24px;
}

.siteorigin-widget-tinymce.textwidget h1 {
    font-size: 30px;
}

.siteorigin-widget-tinymce.textwidget p {
    font-size: 20px;
    text-align: justify;
}

.language-div {
    display: inline-block;
    vertical-align: unset;
}

.header-icon {
    line-height: 47px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .pagination_arrow {
        line-height: 41px !important;
    }
    .side .pagination_arrow {
        line-height: 41px !important;
    }
    .language-div {
        font-size: 22px;
        vertical-align: unset;
    }
    .header-icon {
        line-height: 47px;
        margin: 5px !important;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .language-div {
        font-size: 22px;
        vertical-align: baseline;
    }
    .header-icon {
        line-height: 47px;
    }
    .row.mt-5.author-books.author-page {
        width: 100%;
    }
    .authorpage-p p {
        margin-top: 4em;
    }
    .pagination_arrow {
        line-height: 28px !important;
    }
    .side .pagination_arrow {
        line-height: 44px !important;
    }
    .jp-play {
        line-height: 0 !important;
    }
    #Loading.modal.fade .modal-dialog, #Loading2.modal.fade .modal-dialog {
        -webkit-transform: translate(0, 25%) !important;
        transform: translate(0px, 25%) !important;
    }
}

.hm14.x-menu>li>.x-anchor .x-anchor-text-primary {
    text-align: left;
    line-height: 20px;
}

@media (max-width:600px) {
    #PDFRender embed {
        height: 19.6cm;
    }
}

@media (max-width:500px) {
    #PDFRender embed {
        height: 16cm;
    }
}

@media (max-width:1100px) {
    .card-footer:last-child {
        padding: 10px !important;
    }
}

@media (max-width:800px) {
    .card-footer:last-child {
        padding: 20px !important;
    }
}

@media (max-width:370px) {
    .card-footer:last-child {
        padding: 30px !important;
    }
}

@media (max-width:700px) {
    .siteorigin-panels-stretch .panel-row-style .panel-grid-cell .card_footer {
        padding: 1.75em !important;
    }
}

.x-anchor, .x-anchor-text-primary, .x-anchor-text-secondary, .x-anchor-sub-indicator {
    transition-duration: 1s;
    transition-timing-function: unset;
}

[data-x-particle] {
    transition-delay: unset;
    transition-duration: 1s;
    transition-property: unset;
    transition-timing-function: unset;
}

/* Set delay for main side menu */

@media (max-width:780px) {
    .home .siteorigin-panels-stretch .prize-section-home .panel-grid-cell .panel-cell-style {
        padding: 30px !important;
        margin: 0 auto !important;
    }
}

.signup_for_mailing_form button, .donate-form button {
    padding: 0.7em 1.125em 0.5em 1.125em !important;
}

#menu-home-1 li span {
    letter-spacing: 0em !important;
}

#menu-home-1 .x-anchor-text-primary .language-div, #menu-home-1 .x-anchor-text-primary .fas.fa-globe-asia {
    color: #ffffff !important;
}
.x-hide-lg.x-hide-xl .searchDivHeader .search i {
    color: #FFFFFF;
}

@media (max-width:500px) {
    #commentform input {
        width: calc(100% - 80px);
    }
}

.language-div {
    font-size: 18px;
    font-size: 25px;
}

.prize-info {
    padding-bottom: 2em !important;
}

@media (max-width:450px) {
    .comment-awaiting-moderation {
        display: block;
        margin-top: 20px;
    }
}

@media (max-width:979px) {
    #cs-content .mt-0.pl-3.pr-3 .col-11.mx-auto.my-4.text-secondary .col-lg-9.col-md-12.p-0.pr-4 {
        padding-right: 0rem !important;
    }
}

@media (max-width:350px) {
    .mt-0.container.container .col-lg-6.mb-5.col-md-12.col-xs-12 .col-8 .col-12 {
        padding-left: 30px;
    }
}

.slider-cover .book-img {
    max-height: 220px;
    height: 215px;
    width: 148px;
}

@media (max-width:1200px) and (min-width:992px) {
    .single-page-author-book-main .col-8 .col-12 {
        padding-left: 40px;
    }
}

@media (max-width:1100px) and (min-width:992px) {
    .internal-page-author-book-main .col-8 .col-12 {
        padding-left: 40px;
    }
    .single-page-author-book-main .col-8 .col-12 {
        padding-left: 40px;
    }
}

@media (max-width:1000px) {
    .single-page-author-book-main .col-8 .col-12 {
        padding-left: 60px;
    }
}

@media (max-width:470px) {
    .internal-page-author-book-main .col-8 .col-12 {
        padding-left: 40px;
    }
    .single-page-author-book-main .col-8 .col-12 {
        padding-left: 50px;
    }
}

@media (max-width:410px) {
    .single-page-author-book-main .col-8 .col-12 {
        padding-left: 60px;
    }
}

@media (max-width:390px) {
    .internal-page-author-book-main .col-8 .col-12 {
        padding-left: 70px !important;
    }
    .single-page-author-book-main .col-8 .col-12 {
        padding-left: 70px;
    }
}

@media (max-width:350px) {
    .single-page-author-book-main .col-8 .col-12 {
        padding-left: 90px !important;
    }
}

[data-x-particle] span {
    background-color: transparent;
}

.book-img, .row.whats_new .mx-auto {
    -moz-box-shadow: 0em 0em 0.4em rgba(159, 159, 159, 0.5);
    -webkit-box-shadow: 0em 0em 0.4em rgba(159, 159, 159, 0.5);
    box-shadow: 0em 0em 0.4em rgba(159, 159, 159, 0.5);
    border-radius: 3px;
}

@media (max-width:500px) {
    .download-list-table tr td:nth-child(1), .download-list-table tr th:nth-child(1) {
        width: auto;
    }
}

#main_header_menu_container a:first-child {
    color: inherit;
}

.header-icon.facebook {
    background-color: #42579a;
}

.card .card-body {
    padding: 0;
}

.footer-upper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999999999;
    background-color: #333333;
    width: 100%;
    color: #ffffff;
}

.footer-upper a, .footer-upper a i {
    color: #ffffff;
    vertical-align: top;
}

.footer-upper p {
    letter-spacing: 1px;
    font-size: 13px;
}

.footer-upper a:hover, .footer-upper a i:hover {
    color: #b40000;
}

@media (max-width:500px) {
    .play-list-table {
        padding: 0px 10px 20px 40px;
    }
}

@media (max-width:767px) {
    .footer-upper .clearfix.w-100.d-md-none.pb-3, .footer-upper, .footer-upper .col-md-5.mt-md-0.mt-3, .footer-upper p {
        margin: 0 !important;
        padding: 0 !important;
    }
}

.footer-upper {
    z-index: 1039;
}

.x-main.full {
    padding-bottom: 4em;
}

.page-footer {
    padding-top: 1rem !important;
}

@media (max-width:768px) {
    .page-footer {
        padding-top: 0rem !important;
    }
    .page-footer .mt-3, .page-footer .mb-3 {
        margin-top: 3px !important;
        margin-bottom: 3px !important;
    }
    .x-main.full {
        padding-bottom: 0;
    }
}

.dropup .dropdown-toggle {
    background-color: transparent;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #addPlayListModal .modal-content {
        margin-top: 5em;
    }
    #playListSelectCategory::-ms-expand {
        display: none;
    }
}

.box.map-viewer {
    padding: 0;
    background-color: transparent;
}

#clustrmaps-widget-v2 {
    width: 100% !important;
}

@media (max-width:540px) {
    .choices-player .duration {
        padding: unset;
    }
}

@media (max-width:500px) {
    .single_author_page.mb-5 .row {
        margin: 0 auto;
        text-align: center;
    }
}

@media (max-width:575px) {
    #schools {
        width: 100%;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .single_author_page.mb-5 {
        width: 100%;
    }
    .side-box-body li a i {
        margin-left: 10px !important;
    }
    .more-option a {
        text-align: center;
    }
}

.login-header img {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    border: 2px solid #ffffff;
    box-shadow: 0px 0px 5px #cfcfcf;
}

.hr-line {
    height: 70%;
    width: 1px;
    background-color: #c5c5c5;
    margin-left: 20px;
    margin-right: 10px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .play-list-table .fa-play {
        margin-top: 6px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .play-list-table .fa-play {
        margin-top: 7px;
    }
}

.clstm.clustrmaps-visitors {
    padding-top: 10px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .more-option a {
        text-align: left;
        margin: 0px !important;
    }
    .more-option {
        position: relative;
    }
    .more-option .dropdown-item i {
        position: relative;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .side-box-body ul li div:nth-child(3) a {
        margin: 0;
    }
    /* .side-box-body li .has-read a i {
        margin-left: 5px;
    } */
}

#es_txt_button {
    background-color: #b40000;
    border: 0;
    border-radius: 0;
    text-shadow: unset;
    padding: 13px 20px;
    box-shadow: unset;
    margin-top: -4px;
}

.es_shortcode_form .es_lablebox {
    display: none;
}

.es_textbox, .es-field-wrap {
    width: 170px;
    display: inline-block;
}

.es_button {
    width: auto;
    display: inline-block;
}

.es_textbox input, .es-field-wrap input {
    width: 170px;
}

.es_caption {
    padding: 0 !important;
    margin: 0;
}

@media (max-width:1073px) {
    .es_caption {
        padding-bottom: 1em !important;
    }
}

@media (max-width:860px) {
    .es_textbox, .es-field-wrap {
        width: 100%;
    }
    .es_textbox input, .es-field-wrap input {
        width: 100%;
    }
    .es_button {
        width: 100%;
    }
    .es_button input {
        width: 100%;
    }
}

@media (max-width:942px) {
    .fixed-bottom.mb-5 {
        margin-bottom: 5rem !important;
    }
}

@media (max-width:392px) {
    .fixed-bottom.mb-5 {
        margin-bottom: 6.5rem !important;
    }
}

@media (max-width:281px) {
    .fixed-bottom.mb-5 {
        margin-bottom: 8.5rem !important;
    }
}

@media (max-width:575px) {
    .form-center {
        width: 90%;
    }
    .form-center button {
        display: block;
        width: 100%;
        text-align: center;
    }
}

.es_textbox input, .es-field-wrap input {
    width: 100%;
}

.es_textbox, .es-field-wrap {
    width: calc(50% - 65px);
}

.es_button {
    width: 115px;
}

#es_txt_button {
    width: 115px;
}

@media (max-width:991px) {
    .single_author_page .authors-template-default .internal-page-author-book .img-water-mark-title {
        left: 0px !important;
    }
    .single_author_page .img-water-mark-author.book-img .img-water-mark-title {
        left: 0px !important;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .single_author_page .img-water-mark-author.book-img .img-water-mark-title span {
        line-height: 130px;
    }
}

@media all and (max-width:991px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .single_author_page .img-water-mark-author.book-img .img-water-mark-title span {
        line-height: 80px;
    }
}

@media (max-width:500px) {
    .post-type-archive-authors .img-water-mark-author.book-img {
        width: 100% !important;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .single_author_page .img-water-mark-author.book-img .img-water-mark-title span {
        line-height: 80px;
    }
}

@media (min-width:760px) and (max-width:770px) {
    #carouselExampleControls2 .img-water-mark-width {
        margin: 4px !important;
        width: 143px !important;
    }
    #carouselExampleControls2 .img-water-mark-width:first-child {
        margin-left: 22px !important;
    }
    #carouselExampleControlsTrending .card.img-water-mark-width {
        margin: 1px !important;
    }
    #carouselExampleControlsTrending .card.img-water-mark-width:nth-child(1) {
        margin-left: 22px !important;
    }
    .post-type-archive-authors .img-water-mark-author.book-img .img-water-mark-title {
        left: 40px !important;
    }
}

.duplicate-item {
    display: none;
}

.duplicate-item ul {
    margin: 0;
}

.duplicate-item ul li {
    margin: 0 auto;
}

.duplicate-item ul a {
    color: #ffffff;
}

.duplicate-item ul a:hover {
    border: 0;
}

.duplicate-item .dropdown-item {
    color: #16181b;
}

.duplicate-item ul, .duplicate-item ul a, .duplicate-item {
    border: 0 !important;
}

.duplicate-item.x-hide-lg.x-hide-xl.header-icon.facebook, .duplicate-item.x-hide-lg.x-hide-xl.header-icon.instagram, .duplicate-item.x-hide-lg.x-hide-xl.header-icon.twitter {
    margin: 0 auto !important;
    margin-top: 10px !important;
}

.duplicate-item.x-hide-lg.x-hide-xl.login-header {
    text-align: center;
    color: #ffffff !important;
}

@media (max-width:995px) {
    .duplicate-item {
        display: block;
    }
}

.duplicate-item ul, .duplicate-item ul a, .duplicate-item {
    border: 0 !important;
}

.duplicate-item.x-hide-lg.x-hide-xl.login-header
{
    text-align:center;
    color:#ffffff !important;
}

.language-div {
    letter-spacing: 0 !important;
}

.owl-carousel.manual .owl-prev, .owl-carousel.manual .owl-next {
    color: #b40000 !important;
}

.owl-carousel.manual .owl-prev {
    position: absolute;
    top: 43%;
    left: -20px;
}

.owl-carousel.manual .owl-next {
    position: absolute;
    top: 43%;
    right: -20px;
}

#most-watched .card.img-water-mark-width, #updates .card.img-water-mark-width {
    width: auto;
    text-align: center;
    background-color: transparent;
}

@media (max-width:780px) {
    .es_shortcode_form .es_textbox, .es_shortcode_form .es-field-wrap, .es_shortcode_form .es_button {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    #es_txt_button {
        width: 100%;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .single_author_page .img-water-mark-author.book-img .img-water-mark-title span {
        line-height: 32px !important;
        margin-left: 26px;
    }
    .single_author_page .img-water-mark-author.book-img .img-water-mark-title {
        left: 10px !important;
    }
    @media (max-width:991px) {
        .single_author_page .img-water-mark-author.book-img .img-water-mark-title {
            left: 0px !important;
        }
        .single_author_page .img-water-mark-author.book-img .img-water-mark-title span {
            margin-left: auto;
        }
    }
}

@-moz-document url-prefix() {
    .single_author_page .img-water-mark-author.book-img .img-water-mark-title span {
        /*line-height: 70px !important;*/
        height: 100%;
        border-radius: 0;
        width: 100%;
        text-align: center;
        vertical-align: middle;
        display: table-cell;
        font-size: 3vh;
    }
    .single_author_page .img-water-mark-author.book-img .img-water-mark-title {
        /*left: 10px !important;*/
        background-color: #8c001a;
        top: 0px;
        height: 100%;
        width: 100%;
        left: auto !important;
        right: auto !important;
        display: table;
    }
    @media (max-width:991px) {
        .single_author_page .img-water-mark-author.book-img .img-water-mark-title {
            left: 0px !important;
        }
    }
}

.card.img-water-mark-width {
    width: 150px !important;
}

.card.img-water-mark-width {
    background-color: transparent;
}

.owl-carousel.manual .owl-item a {
    padding-top: 10px;
}

.x-anchor-content:hover i {
    color: #ffffff !important;
}

.hm14.x-menu>li>.x-anchor .x-anchor-sub-indicator {
    margin: 0 auto;
    margin-right: 0;
}

.home h3 {
    height: auto;
}

.login-header, .page-footer * {
    font-family: 'lato', 'Open Sans', sans-serif !important;
}

#pgc-2-2-0>.panel-cell-style {
    padding: 0em 4em 0em 4em !important;
}

#pl-2 #panel-2-0-0-0, #pl-2 #panel-2-1-1-0, #pl-2 #panel-2-2-0-0, #pl-2 #panel-2-3-0-0, #pl-2 #panel-2-4-0-0, #pl-2 #panel-2-4-0-1, #pl-2 #panel-2-5-0-0, #pl-2 #panel-2-5-0-1, #pl-2 #panel-2-6-0-0, #pl-2 #panel-2-6-0-1, #pl-2 #panel-2-7-0-0, #pl-2 #panel-2-8-0-0, #pl-2 #panel-2-9-0-0 {
    margin: 0;
}

#pg-2-6, #pg-2-7, #pg-2-3 {
    margin-bottom: 0 !important;
}

.home .panel-grid-cell h4.mt-3 {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
}

.home #pg-2-4 .panel-grid-cell h4.mt-3 {
    margin-top: 10px !important;
}

.siteorigin-widget-tinymce.textwidget p {
    font-size: 14px !important;
    line-height: 21.5px !important;
    text-align: justify !important;
}

.slider-cover .book-img {
    max-height: 100%;
    height: 100%;
}

.home .img-water-mark {
    width: 70px;
}

.donate-form .form-row {
    padding-top: 5px;
}

@media (max-width:1080px) {}

.siteorigin-widget-tinymce.textwidget p {
    margin: 0;
}

.siteorigin-widget-tinymce.textwidget h3 {
    padding-bottom: 5px;
}

@media (max-width:786px) {
    .footer-upper {
        /*position: relative !important;*/
    }
    .el1.x-section {
        display: none;
    }
    .siteorigin-widget-tinymce.textwidget h2 {
        font-size: 30px;
    }
    #pgc-2-2-0>.panel-cell-style {
        padding: 0em 1em 0em 1em !important;
    }
    .hm3.x-image img {
        width: 200px;
        height: auto;
    }
}

.siteorigin-widget-tinymce.textwidget>p {
    text-indent: 32px;
}

.siteorigin-widget-tinymce.textwidget>h3+p {
    text-indent: 0px;
}

.slider_button_listen {
    border-radius: 50% !important;
    height: 50px;
    width: 50px;
    vertical-align: middle;
    text-align: center !important;
    padding: 0 !important;
    display: block !important;
    margin: 0 auto;
}

.slider_button_listen:hover{
    color: #fff !important;
    border-color: #ffffff !important;
    background:none !important;
}

.slider_button_listen span {
    margin: 0 !important;
    line-height: 45px;
    color: #fff !important;
}

.slider-slogan {
    display: inline-block;
    margin-left: -35px;
    margin-top: 90px;
    color: white;
    font-size: 50px !important;
}

.slider_button_listen {
    margin-top: -25%;
    margin-left: 15px;
    background: #b40000 !important;
    color: #b40000 !important;
    border-color: #b40000 !important;
}

#carouselExampleIndicators .carousel-indicators {
    display: none;
}

#carouselExampleIndicators .panel-grid-cell {
    width: auto !important;
}

@media (max-width:768px) {
    .slider-slogan {
        margin-top: 190px;
        font-size: 30px !important;
    }
    .slider_button_listen {
        margin-top: -80px;
        margin-right: 15px;
        margin-left: auto;
        width: 30px;
        height: 30px;
    }
    .slider_button_listen span {
        line-height: 27px;
        font-size: 16px !important;
    }
}

@media (min-width:768px) {
    .siteorigin-widget-tinymce.textwidget p {
        line-height: 22px !important;
    }
}

.ps-scrollbar-y-rail {
    display: none !important;
}

header .x-bar-scroll.ps-container {
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}

.footer-upper p {
    font-size: 10px;
}

.mission_text {
    font-style: italic;
    margin-top: -30px !important;
}

.siteorigin-widget-tinymce.textwidget p.mission_text {
    text-align: center !important;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 30px !important;
    max-width: 600px;
    margin: 0 auto;
}


.language-switcher-header .x-anchor-text i, #main_header_menu_container .language-div {
    vertical-align: middle;
}

.searchDivHeader * {
    outline: none;
}

.searchDivHeader, .searchDivHeaderForm {
    outline: none;
    display: inline-block;
    height: 27.88px;
    width: 27.88px;
    padding: 0px;
    margin: 0px;
    color: #4b4b4b;
    text-align: right;
    direction: rtl;
}
.searchDivHeader {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.searchDivHeader  a.search{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.searchDivHeaderForm {
    display: none;
    border: 1px solid #dadada;
    border-radius: 50%;
    text-align: left;
    background-color: #FFFFFF;
}

.searchDivHeaderForm.viewWidth {
    width: 360px;
    border-radius: 15px;
    display: inline-block;
}

.searchDivHeader.viewWidth {
    width: 400px;
}

.searchDivHeader a.search {
    height: 27.88px;
    width: 27.88px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    vertical-align: top;
    padding: 0px;
    margin: 0px;
    line-height: 35.88px !important;
}

.searchDivHeaderForm form {
    text-align: right;
    height: inherit;
}

.searchDivHeaderForm form>div {
    direction: ltr;
    display: inline-block;
    float: right;
    height: inherit;
    padding: 0px;
    margin: 0px;
    position: relative;
    width: 218.12px;
    z-index: 0;
}

.searchDivHeaderForm form div.line {
    width: 1px;
    width: 0;
    background: aqua;
    vertical-align: middle;
    padding: 0px;
    text-align: center;
    border: 0px;
    border-left: 1px solid #dadada;
    height: 70%;
    margin: 1% 0px 1% 0px;
    margin-top: 1%;
    margin-right: 0px;
    margin-bottom: 1%;
    margin-left: 0px;
}

.searchDivHeaderForm form div:first-child {
    width: 27.88px;
}

.searchDivHeaderForm form div:last-child {
    width: 110px;
}

.searchDivHeaderForm form div:last-child:after {
    position: absolute;
    content: '\f0d7';
    font-family: 'Font Awesome 5 Free', 'FontAwesome', 'sow-fontawesome';
    font-size: 16px;
    right: 10px;
    top: 3px;
    z-index: -1;
}

.searchDivHeaderForm form div * {
    height: inherit;
}

.searchDivHeaderForm form div label, .searchDivHeaderForm form div select {
    /*background: rgba(0,0,0,0);*/
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: inherit;
    position: absolute;
}

.searchDivHeaderForm form div select, .searchDivHeaderForm form div select:focus {
    height: 100%;
    width: 100%;
    border: 0px;
    border-radius: 15px;
    box-shadow: none;
    padding: 0px 10px 0px 10px !important;
    font-family: 'Droid Arabic Kufi', 'Lotus_Linotype', 'Open Sans', sans-serif !important;
    background-color: rgba(0, 0, 0, 0) !important;
    font-size: 12px !important;
    line-height: 12px;
    background: rgba(0, 0, 0, 0) !important;
}

.searchDivHeaderForm form div button:hover, .searchDivHeaderForm form div button {
    /*.searchDivHeaderForm form div label{*/
    text-align: center;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    vertical-align: middle;
    line-height: 30px !important;
    width: inherit;
    box-shadow: none;
    border-radius: 0px;
    display: block;
    padding: 0px;
    margin: 0px;
    border: 0px;
    text-shadow: none;
    color: inherit;
}

.searchDivHeaderForm form div button i {
    font-size: 15px;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.searchDivHeaderForm form div input[type="text"] {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    border: 0px;
    font-family: 'Droid Arabic Kufi', 'Lotus_Linotype', 'Open Sans', sans-serif !important;
    font-size: 12px !important;
    line-height: 12px;
}

.erf-container .erf-account-switch a:nth-child(1) {
    float: right !important;
}
.erf-container .erf-account-switch a:nth-child(2) {
    float: left !important;
}
.erf-label-top.erf-container .erf-form label[class$="-label"] {
    font-weight: 500;
    color: #555555;
}
.erf-container .erf-form input[type="date"], .erf-container .erf-form
input[type="datetime"], .erf-container .erf-form input[type="datetime-local"],
.erf-container .erf-form input[type="email"], .erf-container .erf-form
input[type="month"], .erf-container .erf-form input[type="number"],
.erf-container .erf-form input[type="password"], .erf-container .erf-form
input[type="file"], .erf-container .erf-form input[type="range"], .erf-container
.erf-form input[type="search"], .erf-container .erf-form input[type="tel"],
.erf-container .erf-form input[type="text"], .erf-container .erf-form
input[type="time"], .erf-container .erf-form input[type="url"], .erf-container
.erf-form input[type="week"], .erf-container .erf-form input[type="user_email"],
.erf-container .erf-form select, .erf-container .erf-form textarea{
    box-shadow: inset 0 0rem 0.5rem rgba(0,0,0,.09) !important;
    border-radius: 0;
}
#registerformpopup img {
    width: 150px;
    height: 212px;
    margin: 0 auto;
}

.img-modal-register {
    padding-top: 30px;
}

#registerformpopup .btn, .pgt_btn {
    width: 100%;
    border-radius: 0;
    border: 0;
    box-shadow: unset;
    color: #ffffff;
    text-shadow: unset;
    background-color: #b40000 !important;
    height: 40px;
}

#registerformpopup .btn:hover, .pgt_btn:hover {
    background-color: #b62b2b !important;
}

#registerformpopup .modal-content {
    border: 0;
    border-radius: 0;
    border-bottom: 3px solid #af1c1c;
}

.erf-show-register, .erf-show-lost-password {
    text-decoration: underline;
    color: #555555;
}

#registerformpopup .modal-body {
    padding: 30px;
    padding-top: 5px;
}

.row-register-title, .row-register-title h5, .row-register-title i {
    margin: 0;
}

.row-register-title h5, .row-register-title i {
    display: inline-block;
}

.row-register-title i {
    float: right;
    font-size: 18px;
    margin-top: 10px;
}

.row-register-title h5 {
    font-size: 22px;
}

.row-register-title {
    margin: 15px 0 -10px 0;
}

.close-modal-register {
    position: relative;
    z-index: 99;
}

.row-register-title-create {
    margin: 0 !important;
    padding: 0 !important;
}

.row-register-title-create h5 {
    font-size: 22px;
    margin: 0;
    padding: 0;
}

.erf-container .erf-account-switch {
    margin: 0px 0 !important;
}
.erf-container .form-group .fb-required {
    margin-left: 0px !important;
}
.erf-password-lost-container h3{
    font-size: 22px;
    color: #b40000;
}
.erf-password-lost-container p{
    display: none;
}
#lostpasswordform .erf-show-login,.erf-form.erf-front-form .erf-account-switch .erf-show-login{
    float: left !important;
    text-decoration: underline;
    color: #555555;
}
#lostpasswordform,.erf-form.erf-front-form{
    margin: 0;
}
.erf-reg-form-container .erf-content-above{
    display: none;
}

.img-water-mark.large.card-body {
    cursor: pointer;
}

/*@media only screen and (min-width:414px) and (max-width:490px){
    .siteorigin-widget-tinymce.textwidget p.mission_text{
        font-size: 15px !important;
    }
}
@media only screen and (max-width:413px){
    .siteorigin-widget-tinymce.textwidget p.mission_text{
        font-size: 13px !important;
    }
}
@media only screen and (max-width:360px){
    .siteorigin-widget-tinymce.textwidget p.mission_text{
font-size: 15px !important;
font-weight: bold;
    }
}*/

.siteorigin-widget-tinymce.textwidget h3, .home .panel-grid-cell h4.mt-3 {
    letter-spacing: 1px;
}

.owl-carousel.manual .owl-next i::before {
    background-image: url(../../images/arrow_next.png) !important;
    content: ' ';
    width: 13px;
    height: 42px;
    background-size: 13px 42px;
    background-position: center center;
    display: block;
    cursor: pointer;
}

.owl-carousel.manual .owl-prev i::before {
    background-image: url(../../images/arrow_prev.png) !important;
    content: ' ';
    width: 13px;
    height: 42px;
    background-size: 13px 42px;
    background-position: center center;
    display: block;
    cursor: pointer;
}

.owl-carousel.manual .owl-prev, .owl-carousel.manual .owl-next {
    width: 42px;
    height: 42px;
    text-align: center;
    margin-top: -25px;
}

.owl-carousel.manual .owl-prev {
    margin-left: -15px;
}

.card, .card.img-water-mark-width, .card.img-water-mark-width .img-water-mark {
    width: 70px !important;
    height: 110px !important;
    max-height: 110px;
    margin-top: 5px;
}

.owl-carousel.manual .owl-item a {
    padding-top: 0px;
}

.owl-carousel.owl-drag .owl-item {
    height: 200px;
}

.txt-card {
    font-size: 12px !important;
    margin-top: 15px;
    line-height: 16px !important;
    /* border-top: 1px solid #dedede; */
    padding-top: 5px;
    overflow: hidden;
    height: 55px;
}

.border-sp {
    width: calc(100% - 15px);
    height: 100%;
    padding: 10px;
    border: 1px solid #c9c9c9;
    border-bottom: 2px solid #b40000 !important;
    overflow: hidden;
    background: #ffffff;
    border-top: 1px solid #dedede;
    padding-top: 5px;
}

.border-sp.books {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  

input[type="button"], input[type="submit"], input[type="reset"], button {
    font-family: 'lato' !important;
    text-transform: uppercase !important;
}

.es_caption {
    padding: 0;
}

.es_textbox_class {
    height: 50px;
    margin-top: 3px;
}

.clustrmaps-visitors, .clustrmaps-date, .clustrmaps-bottom-text {
    font-family: 'Merriweather', serif !important;
}

.wp-image-9042.aligncenter {
    margin-top: -20px;
}

#pgc-2-7-0 {
    margin-top: 20px;
}

input::placeholder {
    color: #cacaca !important;
}

.page-footer * {
    font-family: 'Merriweather' !important;
}

.page-footer {
    padding-top: 5px !important;
}

.footer-upper p {
    margin-bottom: 5px;
}

#es_txt_button {
    font-weight: normal;
}

@media (min-width:996px) {
    .el1.x-section {
        padding: 85px 0px 45px 0px;
    }
}

@media (max-width:786px) {
    #forms_tafser {
        margin-top: 15px;
    }
}

@media (max-width:575px) {
    #schools {
        width: 93%;
    }
}

@media (max-width:786px) {
    .head-profile {
        margin-top: 0em;
        padding: 0px 30px 30px 30px;
    }
    .download-list-table {
        padding: 0 10px;
    }
    /* .table td, .table th {
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    } */
}

@media (max-width:786px) {
    .choices-player>div {
        padding: 0;
    }
    #playlistAccordion .card .fa-stack {
        left: -10px !important;
    }
    .auto-play-switch {
        padding: 50px 50px 20px 70px;
    }
}

.slider_button_listen {
    bottom: unset;
    margin: 0;
    position: absolute;
    bottom: 38%;
    left: 25px;
}

.slider-slogan {
    position: absolute;
    bottom: 25px;
    left: 25px;
    margin: 0;
}

@media (max-width:768px) {
    .slider_button_listen {
        bottom: 25px;
        right: 25px;
        left: unset;
    }
}

.header-icon.instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

#main_header_menu_container a {
    line-height: 45px;
}

#pg-2-6, #pg-2-7 {
    padding-top: 8px !important;
}

#pg-2-5, #pgc-2-4-0 {
    padding-top: 28px !important;
}

.home #pg-2-4 .panel-grid-cell h4 strong, h1.x-text-content-text-primary span, .home #pg-2-5 .panel-grid-cell h4 strong, .home #pg-2-6 .panel-grid-cell h4 strong {
    position: relative;
    top: 1px;
    font-size: 30px;
    text-transform: uppercase;
    color: #b40000;
}

.home #pg-2-4 .panel-grid-cell h4 strong::before, .home #pg-2-4 .panel-grid-cell h4 strong::after, h1.x-text-content-text-primary span::before, h1.x-text-content-text-primary span::after, .home #pg-2-5 .panel-grid-cell h4 strong::before, .home #pg-2-5 .panel-grid-cell h4 strong::after, .home #pg-2-6 .panel-grid-cell h4 strong::before, .home #pg-2-6 .panel-grid-cell h4 strong::after {
    content: ' ';
    background-image: url(../image/headerLineLeft.png) !important;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 400px;
    height: 70px;
    position: absolute;
    left: -390px;
    top: -7px;
}

.home #pg-2-4 .panel-grid-cell h4 strong::after, h1.x-text-content-text-primary span::after, .home #pg-2-5 .panel-grid-cell h4 strong::after, .home #pg-2-6 .panel-grid-cell h4 strong::after {
    background-image: url(../image/headerLineRight.png) !important;
    left: auto;
    right: -390px;
}

.hm2.x-bar-container, .hm6.x-bar-container {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}

.hm6.x-bar-container {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex: 1 0 0%;
    flex: 1 0 0%;
}

.hm2.x-bar-container, .hm6.x-bar-container, .hm11.x-bar-container {
    background-color: transparent;
}

.hm6.x-bar-container.show {
    display: flex;
}

@media (max-width:786px) {
    .prince-img-page {
        margin-top: 0 !important;
    }
    .intro-ghazali-title {
        padding-top: 25px;
    }
    /*#main iframe.iframeContent.greattafsirsIfram{
        margin-top: 0;
    }*/
    .row .col-lg-4.mb-5.col-md-12.col-xs-12:first-child>.row.internal-page-author-book-main {
        padding-top: 25px;
    }
}

/* footer static in bottom on mobile */

.x-main.full {
    flex: 1;
}

.x-site.site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

@media (max-width:991px) {
    .x-site.site {
        margin-bottom: 40px;
    }
}

@media (max-width:768px) {
    .x-site.site {
        margin-bottom: 100px;
    }
}

@media (max-width:357px) {
    .x-site.site {
        margin-bottom: 130px;
    }
}

@media (max-width:258px) {
    .x-site.site {
        margin-bottom: 150px;
    }
}

@media (min-width:1367px) {
    .slider_button_listen {
        bottom: 34%;
    }
}

@media (max-width:786px) {
    .books-card-sp {
        padding-top: 25px;
    }
    .border-sp.books {
        width: 90%;
    }
}

@media (max-width:575px) {
    .book-mark-table td {
        padding: 15px 0px 15px 0px;
    }
    .book-mark-table {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.containerSalam {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: -10px;
    direction: rtl;
}

.salahanabeh {
    margin-left: -30px;
}

.hawqalah {
    margin-left: 110px;
}

@media (max-width:786px) {
    .salahanabeh {
        display: block !important;
        margin: 0 auto !important;
    }
    .hawqalah {
        display: block !important;
        margin: 0 auto !important;
    }
    .containerSalam {
        width: 100%;
        margin: 0 auto !important;
    }
    .basmalah {
        margin: 0 auto;
    }
    .hawqalah, .basmalah, .salahanabeh, .salamalikom {
        padding-top: 5px;
    }
}

.basmalah, .salahanabeh, .hawqalah, .salamalikom, .wp-image-9042.aligncenter {
    width: 240px !important;
    height: auto !important;
}

.salahanabeh {
    width: 145px !important;
}

.hawqalah {
    width: 120px !important;
}

.salamalikom {
    width: 175px !important;
}

.wp-image-9042.aligncenter {
    width: 100px !important;
}

.launched_in {
    font-size: 20px;
}

.header_title {
    padding-top: 28px;
}

@media(max-width:980px) {
    .header_title {
        padding-top: 0px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .multiselect.dropdown-toggle::after {
        padding-right: 15px;
    }
}

.site-counter {
    text-align: center;
    padding: 10px;
    margin-top: 15px;
}

.prize-info {
    padding-bottom: 0 !important;
}

#pg-2-8 {
    margin-bottom: 0 !important;
}

.site-counter span {
    color: #4d4d4d !important;
    display: block;
    width: 100%;
    padding: 0 !important;
    text-align: center;
    font-size: 14px;
    font-family: 'Playfair Display', serif !important;
}

.site-counter span a {
    color: #b40000 !important;
    letter-spacing: 3px !important;
    padding-left: 10px;
}

.prize-info .box {
    padding: 0;
    width: 94%;
}

.site-counter {
    text-align: center;
    padding: 10px 0 15px 0;
    margin-top: 0px;
}

.clstm.clustrmaps-visitors, .clstm.clustrmaps-date {
    display: inline-block;
    width: 50% !important;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1000;
    text-align: right;
    padding: 0 3px;
    color: #4d4d4d !important;
    display: none;
}

.clstm.clustrmaps-date {
    left: unset;
    right: 0;
    text-align: left !important;
}

.footer-upper p {
    margin-bottom: 5px;
    padding: 0px 0;
    font-size: 11px;
}

@media (max-width:979px) {
    .all-cate {
        margin: 0 auto;
    }
}

@media (min-width:992px) and (max-width:1204px) {
    .social ul {
        padding-bottom: 10px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .footer-upper p {
        margin: 0;
        padding: 0;
    }
}

@media (max-width:500px) {
    .site-counter span, .site-counter span.counter-count {
        display: block !important;
        text-align: center !important;
        width: 100%;
        padding-left: 0 !important;
    }
}

.language-switcher-header .x-anchor-text-primary {
    padding: 3px 7px !important;
    line-height: 0 !important;
}

.language-switcher-header {
    border-radius: 15px;
}

.language-switcher-header i {
    vertical-align: text-bottom;
}

.language-switcher-header div, .language-switcher-header i, #main_header_menu_container a.nav-link.dropdown-toggle {
    color: #4b4b4b !important;
}

.language-switcher-header:hover .language-div {
    color: #ffffff !important;
}

@media (min-width:991px) and (max-width:1204px) {
    .tags-with-footer {
        bottom: 0;
    }
}

@media all and (-ms-high-contrast:none) {
    /*IE CSS here*/
    #more-choices {
        line-height: 24px !important;
    }
    #nextAttachment, #previousAttachment {
        line-height: 27px !important;
    }
    .social a:nth-child(3) li::after {
        display: none;
    }
    .clstm.clustrmaps-date {
        left: auto;
    }
    .podcast-map.border-bottom-line {
        margin-bottom: 35px;
    }
}

@media (max-width:575px) {
    .subject-type label, .subject-type .multiselect-native-select {
        display: block;
        width: 100% !important;
    }
}

.hm14.x-menu>li>.x-anchor .x-anchor-text-primary {
    font-family: 'number', 'Playfair Display' !important;
    font-weight: 400 !important;
}

.siteorigin-widget-tinymce.textwidget p.mission_text {
    font-style: normal;
}

@media (max-width:979px) {
    .subject-type {
        margin-left: 0;
    }
}

.footer-upper .col-lg-8.pl-lg-0.col-12 p {
    text-align: center !important;
}

.footer-upper .col-lg-8.pl-lg-0.col-12 p {
    text-align: right !important;
}

@media (max-width:991px) {
    .col-lg-9.col-md-12.order_2_sm {
        -ms-flex-order: 2;
        order: 2;
    }
    .col-lg-3.col-md-12.order_1_sm {
        -ms-flex-order: 1;
        order: 1;
    }
}

@media all and (-ms-high-contrast:none) {
    /*IE CSS here*/
    .hm11.x-bar-container img {
        width: 100%;
        height: 220px;
    }
    .x-main.full>.hentry {
        padding-bottom: 60px !important;
    }
    .footer-upper {
        position: fixed !important;
    }
}

@media all and (-ms-high-contrast:none) and (max-width:768px) {
    .x-main.full>.hentry {
        padding-bottom: 80px !important;
    }
}

@media (max-width:991px) {
    .presenter-list, .authors-book-section {
        padding: 0 !important;
    }
}

@media (max-width:480px) {
    .w-100.d-block .w-50.d-inline-block {
        width: 100% !important;
        display: block !important;
    }
    .author-book-section {
        width: 95%;
        margin: 0 auto;
    }
}

@media (max-width:1250px) and (min-width:992px) {
    .social ul {
        display: block;
    }
}

@media (max-width:991px) {
    #pgtContent .col-lg-3 {
        -ms-flex-order: 2;
        order: 2;
    }
    #pgtContent .col-lg-9 {
        -ms-flex-order: 1;
        order: 1;
    }
    #pgtContent .col-lg-3 .side-box-body ul {
        max-height: 195px !important;
    }
}

@media all and (-ms-high-contrast:none) {
    .more-options-podcast .categories-podcast li i.fa-play {
        margin: 7px 0 0 8px;
    }
    .jp-audio .jp-controls {
        padding: 0 !important;
    }
    .side-box-body li a i {
        margin-left: -15px !important;
        margin-top: 4px;
    }
}

@media (max-width:1200px) and (min-width:992px) {
    .w-100.d-block .w-50.d-inline-block {
        width: 100% !important;
        display: block !important;
    }
}

@media (max-width:979px) {
    .audio-section-header .row.text-red {
        float: unset !important;
    }
    .book-author-img h4 {
        float: right;
        clear: both;
        padding-top: 25px !important;
        padding-left: 15px !important;
    }
    .categories-podcast.second ul {
        max-height: 255px !important;
    }
}

@media (max-width:455px) {
    .book-author-img h4 {
        float: unset;
        clear: unset;
        padding: 0 !important;
    }
}

@media (max-width:979px) {
    .book-author-img {
        padding-top: 15px;
        text-align: left;
        padding-left: 15px;
    }
}

@media (max-width:979px) {
    .book-author-img img {
        width: 60px;
        height: 60px;
    }
}

.language-switcher-header .x-anchor-text i, #main_header_menu_container .language-div {
    vertical-align: middle;
}

.searchDivHeader * {
    outline: none;
}



.searchDivHeader, .searchDivHeaderForm {
    outline: none;
    display: inline-block;
    height: 27.88px;
    width: 27.88px;
    padding: 0px;
    margin: 0px;
    color: #4b4b4b;
    text-align: right;
    direction: rtl;
}

.searchDivHeaderForm {
    display: none;
    border: 1px solid #dadada;
    border-radius: 50%;
    text-align: left;
    background-color: #FFFFFF;
}

.searchDivHeaderForm.viewWidth
{
    width: 360px;
    border-radius: 15px;
    display: inline-block;
}

.searchDivHeader a.search {
    height: 27.88px;
    width: 27.88px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    vertical-align: top;
    padding: 0px;
    margin: 0px;
    line-height: 35.88px !important;
}

@media (max-width:991px) {
    .podcast-card .border-sp.books {
        width: 230px;
        margin: 0 auto;
    }
}

@media (max-width:1330px) and (min-width:992px) {
    .subject-type {
        margin-left: 15px !important;
    }
    .filter-category {
        padding-left: 35px;
    }
    .copy-right {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    footer .col-lg-8 {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
}

@media (max-width:979px) {
    .holy-quraan-tabs ul li {
        display: block;
        width: 100%;
        margin: 0 !important;
        border: 0;
        border-bottom: 1px solid #d4d4d4;
    }
}

.border-sp.hidden-text:hover .original .book-img{
    transform: scale(1.85);
    position: absolute;
    top: 33px;
}
.border-sp.hidden-text:hover .txt-card{
    visibility: hidden;
}
.owl-item .border-sp.hidden-text:hover .original .book-img{
    top: 28px;
}

@media(max-width:575px) {
    #modal-img {
        padding-right: 17px !important;
        padding-left: 17px !important;
    }
}

@media(max-width:400px) {
    #modal-img .modal-body .row>.col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .center-vertical {
        position: relative;
        text-align: center;
        margin: 0 auto;
        transform: unset;
        top: 15px;
    }
    #caption-book {
        padding: 0 15px;
        text-align: center;
    }
}

#modal-img {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    display: none;
}

@media (min-width:991px) {
    #modal-img.relatd_inner_page {
        margin-left: -160px;
    }
}

#live_stream_alert_div {
    background-color: #b40000;
    height: 35px;
    padding: 5px;
    color: #f0eff0;
    border: 0px;
    display: none;
    margin-top: -5px;
    margin-bottom: 5px;
}

#live_stream_alert_div .contentLive>* {
    font-size: 20px;
    vertical-align: middle;
    display: inline-block;
}

#live_stream_alert_div i.fab {
    font-size: 25px;
    font-family: 'Font Awesome 5 Brands' !important;
}

#live_stream_alert_div .contentLive {
    text-align: center;
}

#live_stream_alert_div .contentLive a {
    color: #FFF;
    font-size: 14px !important;
    line-height: 25px;
    font-weight: bold;
    font-family: 'lato', 'Open Sans', sans-serif !important;
}

#live_stream_alert_div .contentLive a {
    margin: 0;
    line-height: 22px !important;
    text-align: center;
}

html, body {
    overflow: hidden
}

.x-site.site {
    display: block;
    overflow: auto;
    position: absolute;
    width: calc(100% - 154px);
    height: 100%;
    top: 0;
    right: 0;
    left: 154px;
    bottom: 0;
    /* overflow-x: hidden */
}

.home #pg-2-0.panel-no-style, #pg-2-0.panel-has-style>.panel-row-style, .home #pg-2-1.panel-no-style, #pg-2-1.panel-has-style>.panel-row-style, .home #pg-2-2.panel-no-style, #pg-2-2.panel-has-style>.panel-row-style, .home #pg-2-3.panel-no-style, #pg-2-3.panel-has-style>.panel-row-style, .home #pg-2-4.panel-no-style, #pg-2-4.panel-has-style>.panel-row-style, .home #pg-2-5.panel-no-style, #pg-2-5.panel-has-style>.panel-row-style, .home #pg-2-6.panel-no-style, #pg-2-6.panel-has-style>.panel-row-style, .home #pg-2-7.panel-no-style, #pg-2-7.panel-has-style>.panel-row-style, .home #pg-2-8.panel-no-style, #pg-2-8.panel-has-style>.panel-row-style, .home #pg-2-9.panel-no-style, #pg-2-9.panel-has-style>.panel-row-style {
    margin: 0 !important;
    padding: 0 !important;
}

.home .mt-0.pl-3.pr-3 .row {
    margin: 0;
}

@media (max-width:1200px) {
    h1.x-text-content-text-primary {
        background-image: url(../image/Decoration-up.png), url(../image/Decoration-Down.png);
        background-repeat: repeat-x, repeat-x;
        background-position: top, bottom;
        min-height: 82px;
        background-color: rgba(0, 0, 0, 0) !important;
    }
    .home #pg-2-4 .panel-grid-cell h4, h1.x-text-content-text-primary, .home #pg-2-5 .panel-grid-cell h4, .home #pg-2-6 .panel-grid-cell h4 {
        position: relative;
    }
    .home #pg-2-4 .panel-grid-cell h4 strong, h1.x-text-content-text-primary span, .home #pg-2-5 .panel-grid-cell h4 strong, .home #pg-2-6 .panel-grid-cell h4 strong {
        position: initial;
        width: 50%;
        display: inline-block;
        margin: auto;
    }
    .home #pg-2-4 .panel-grid-cell h4 strong::before, .home #pg-2-4 .panel-grid-cell h4 strong::after, h1.x-text-content-text-primary span::before, h1.x-text-content-text-primary span::after, .home #pg-2-5 .panel-grid-cell h4 strong::before, .home #pg-2-5 .panel-grid-cell h4 strong::after, .home #pg-2-6 .panel-grid-cell h4 strong::before, .home #pg-2-6 .panel-grid-cell h4 strong::after {
        width: 25%;
        position: absolute;
        left: 0;
        background-size: contain;
        top: 50%;
        margin-top: -35px;
    }
    .home #pg-2-4 .panel-grid-cell h4 strong::after, h1.x-text-content-text-primary span::after, .home #pg-2-5 .panel-grid-cell h4 strong::after, .home #pg-2-6 .panel-grid-cell h4 strong::after {
        right: 0;
        left: auto;
    }
}

@media(max-width:980px) {
    .x-main.full {
        padding-bottom: 95px;
    }
    .archive .x-main .hentry:last-of-type, .blog .x-main .hentry:last-of-type, .search .x-main .hentry:last-of-type {
        padding-bottom: 75px;
    }
    .holy-quraan-tabs {
        margin-bottom: 40px;
    }
    .holy-quraan-tabs #greattafsirsIfram {
        height: 1440px !important;
    }
}

@media(max-width:768px) {
    .x-main.full {
        padding-bottom: 105px;
    }
    .archive .x-main .hentry:last-of-type, .blog .x-main .hentry:last-of-type, .search .x-main .hentry:last-of-type {
        padding-bottom: 135px;
    }
}

@media(max-width:680px) {
    #live_stream_alert_div {
        height: auto;
    }
    #live_stream_alert_div .contentLive>* {
        display: inline;
        padding: 0 2px;
    }
}

@media(max-width:480px) {
    .x-main.full {
        padding-bottom: 155px;
    }
    .archive .x-main .hentry:last-of-type, .blog .x-main .hentry:last-of-type, .search .x-main .hentry:last-of-type {
        padding-bottom: 185px;
    }
}

@media(max-width:280px) {
    #live_stream_alert_div .contentLive a {
        font-size: 12px !important;
    }
    .x-main.full {
        padding-bottom: 195px;
    }
}

@media(max-width:1215px) and (min-width:979px) {
    .holy-quraan-tabs ul {
        display: flex;
    }
    .holy-quraan-tabs ul li {
        flex: 1
    }
}

@media(max-width:1131px) and (min-width:980px) {
    .searchDivHeaderForm.viewWidth {
        width: 290px;
    }
    .x-bar-content .searchDivHeaderForm form>div {
        width: 126px;
    }
    .x-bar-content .searchDivHeaderForm .line {
        width: 0;
    }
    .searchDivHeaderForm form div:first-child {
        width: 27.88px;
    }
    .login-header img {
        width: 30px;
        height: 30px;
    }
    .login-header img {
        margin: 0 0 0 5px;
    }
    #main_header_menu_container a {
        white-space: nowrap;
        font-size: 10px;
    }
}

@media(max-width:550px) {
    .searchDivHeader.viewWidth {
        width: 315px;
    }
    .searchDivHeaderForm.viewWidth {
        width: 280px;
    }
    .searchDivHeaderForm form>div {
        width: 140px;
    }
    .searchDivHeaderForm form div:last-child {
        width: 105px;
    }
}

.hm2.x-bar-container {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}


.hm4 .x-toggle-more-h, .hm4 .x-toggle-more-v {
    margin: 1.75em;
    font-size: 0.375em;
}

.hm4 .x-toggle {
    color: #9a1303;
}

.hm4.x-anchor-toggle {
    width: 3.5em;
    height: 3.5em;
    border-radius: 1em;
    font-size: 1em;
    background-color: transparent;
}

.hm4.x-anchor-toggle .x-anchor-content {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0.5em;
}
.x-graphic {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    position: relative;
    letter-spacing: 0;
    line-height: 1;
    z-index: 2;
}

.hm4.x-anchor-toggle .x-graphic {
    margin: 5px;
}

.header-icon:hover {
    background-color: #fff;
    color: #54aceb;
    border: 1px solid #54aceb !important;
}
.header-icon.instagram:hover{
    background: radial-gradient(circle at 30% 107%,#fff 0,#fff 5%,#fff 45%,#fff 60%,#fff 90%);
    border: 1px solid #d6249f !important;
}
.header-icon.instagram:hover i {
    color: #d6249f;
}
.header-icon.facebook:hover {
    background-color: #ffffff;
    color: #42579a;
    border: 1px solid #42579a !important;
}
/**
*
*
*
*
*
*
*
*
*
*
*
*
*
*
    end of main 
*
*
**
*
*
*
*
*
*
*
*
*
*
*
**
*
*
*
**/

/* start of easy registration style.css */
.erf-container {
    position: relative !important;
}

.erf-container:before {
    content: " ";
    display: table;
}

.erf-container:after {
    clear: both;
    content: " ";
    display: table;
}

.erf-container .erf-form input, .erf-container .erf-form label, .erf-container .erf-form select, .erf-container .erf-form textarea {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    background: none;
    height: auto;
    white-space: normal;
}

.erf-container .erf-error:empty, .erf-container p:empty {
    display: none;
}

.erf-container .erf-form .form-control, .erf-container .erf-form .other-option+label input[type="text"] {
    background-color: #fff;
    box-sizing: border-box;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: inherit;
    border: 1px solid #ced4da;
    padding: 6px 10px;
    height: 38px;
    width: 100%;
    line-height: 1.3;
    outline: none;
    /* max-width: 60%; */
}

.erf-container .erf-form .form-group {
    display: block;
    width: 100%;
}

.erf-style-rounded-corner .erf-form .form-control, .erf-style-rounded-corner .erf-form .other-option+label input[type="text"] {
    border-radius: 4px !important;
}

.erf-container .erf-form input:hover, .erf-container .erf-form textarea:hover, .erf-container .erf-form select:hover, .erf-container .erf-form input:focus, .erf-container .erf-form textarea:focus, .erf-container .erf-form select:focus {
    border: 1px solid #ccc;
}

.erf-container, .erf-container .erf-form * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.erf-container .clearfix:after {
    clear: both;
    display: block;
    content: "";
}

.erf-container .rendered-form:after {
    clear: both;
    display: block;
    content: "";
}

.erf-container .erf-form .form-group, .erf-container .erf-form .fb-rich-text {
    padding: 10px 0;
    width: 100%;
    white-space: normal;
    margin: 0;
}

.erf-container button {
    border-color: inherit;
    min-height: 38px;
    min-width: 100px;
}

.erf-container .erf-form-nav {
    padding: 10px 0;
}

.erf-form-nav.clearfix:empty {
    display: none;
}

.erf-password-lost-container .erf-form label[class$="-label"], .erf-container .erf-form label[class$="-label"] {
    float: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    display: block;
    white-space: normal;
}

.erf-label-top.erf-container .erf-form label[class$="-label"] {
    display: block;
    vertical-align: top;
    line-height: inherit;
    padding-bottom: 5px;
}

.erf-container .form-group .fb-required {
    color: #ff0000;
    font-weight: 400;
    margin-left: 3px;
}

.erf-container .erf-form .form-group:before {
    content: " ";
    display: table;
}

.erf-container .erf-form .form-group:after {
    clear: both;
    content: " ";
    display: table;
}

.erf-container .erf-form .erf-submit-button {
    display: block;
    clear: both;
}

.erf-container .erf-form .erf-submit-button .form-group {
    margin: 0 !important;
    display: block;
    width: auto !important;
    padding: 10px 0;
}

.erf-errors, .erf-error-row {
    display: block;
    clear: both;
    width: 100%;
}

.erf-container .erf-account-switch {
    margin: 20px 0;
}

.erf-container .erf-account-switch a:nth-child(1) {
    float: left;
}

.erf-container .erf-account-switch a:nth-child(2) {
    float: right;
}

.erf-container .erf-clearfix:after {
    display: block;
    clear: both;
    content: "";
}

.erf-container .erf-error {
    color: #ff0000;
    padding-top: 5px !important;
    display: block;
    font-size: 12px;
    line-height: 1.2em;
    margin-bottom: 10px;
    line-height: 18px;
}

.erf-container .pass-wrapper {
    width: 60%;
}

@media print {
    .erf-submission-table, .erf-submission-table tr, .erf-submission-table th, .erf-submission-table td {
        border: none !important;
        text-align: left;
    }
    .erf-submission-table tr:nth-of-type(odd) {
        background-color: #f9f9f9;
    }
    .erf-submission-table tr:nth-of-type(even) {
        background-color: #ffffff;
    }
}
/**
*
*
*
*
*
*
*
*
*
*
*
*
*
*
end of easy registration style.css
*
*
**
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
**/

/* strat of fontawesome all.css */
.fa, .fas, .far, .fal, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-globe-asia:before {
    content: "\f57e";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-search:before {
    content: "\f002";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-user:before {
    content: "\f007";
}

.fa-youtube:before {
    content: "\f167";
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}

.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url("fontawesome/webfonts/fa-brands-400.eot");
    src: url("fontawesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("fontawesome/webfonts/fa-brands-400.woff") format("woff"), url("fontawesome/webfonts/fa-brands-400.ttf") format("truetype"), url("fontawesome/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("fontawesome/webfonts/fa-regular-400.eot");
    src: url("fontawesome/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("fontawesome/webfonts/fa-regular-400.woff") format("woff"), url("fontawesome/webfonts/fa-regular-400.ttf") format("truetype"), url("fontawesome/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url("fontawesome/webfonts/fa-solid-900.eot");
    src: url("fontawesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("fontawesome/webfonts/fa-solid-900.woff") format("woff"), url("fontawesome/webfonts/fa-solid-900.ttf") format("truetype"), url("fontawesome/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
end of fontawesome all.css
*
*
**
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
**/

/* strat of front flex */
.panel-grid.panel-has-style>.panel-row-style, .panel-grid.panel-no-style {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between
}

.panel-grid-cell {
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.panel-grid-cell .panel-cell-style {
    height: 100%
}

.panel-grid-cell .so-panel {
    zoom: 1
}

.panel-grid-cell .so-panel:before {
    content: "";
    display: block
}

.panel-grid-cell .so-panel:after {
    content: "";
    display: table;
    clear: both
}

.panel-grid-cell .panel-last-child {
    margin-bottom: 0
}

body.siteorigin-panels-before-js {
    overflow-x: hidden
}

body.siteorigin-panels-before-js .siteorigin-panels-stretch {
    margin-right: -1000px!important;
    margin-left: -1000px!important;
    padding-right: 1000px!important;
    padding-left: 1000px!important
}
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
end of front flex
*
*
**
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
**/

/* start of admin bar */
#wpadminbar * {
    height: auto;
    width: auto;
    margin: 0;
    padding: 0;
    position: static;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    font-size: 13px;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 32px;
    border-radius: 0;
    box-sizing: content-box;
    transition: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

.rtl #wpadminbar * {
    font-family: Tahoma, sans-serif
}

#wpadminbar .ab-empty-item {
    cursor: default
}

#wpadminbar .ab-empty-item, #wpadminbar a.ab-item, #wpadminbar>#wp-toolbar span.ab-label, #wpadminbar>#wp-toolbar span.noticon {
    color: #eee
}

#wpadminbar #wp-admin-bar-my-sites a.ab-item, #wpadminbar #wp-admin-bar-site-name a.ab-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#wpadminbar ul li:after, #wpadminbar ul li:before {
    content: normal
}

#wpadminbar a, #wpadminbar a img, #wpadminbar a img:hover, #wpadminbar a:hover {
    border: none;
    text-decoration: none;
    background: 0 0
}

#wpadminbar a:active, #wpadminbar a:focus, #wpadminbar div, #wpadminbar input[type=email], #wpadminbar input[type=number], #wpadminbar input[type=password], #wpadminbar input[type=search], #wpadminbar input[type=text], #wpadminbar input[type=url], #wpadminbar select, #wpadminbar textarea {
    box-shadow: none
}

#wpadminbar {
    direction: ltr;
    color: #ccc;
    font-size: 13px;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 32px;
    height: 32px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 600px;
    z-index: 99999;
    background: #23282d
}

#wpadminbar .ab-sub-wrapper, #wpadminbar ul, #wpadminbar ul li {
    background: 0 0;
    clear: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-indent: 0;
    z-index: 99999
}

#wpadminbar ul#wp-admin-bar-root-default>li {
    margin-right: 0
}

#wpadminbar .quicklinks ul {
    text-align: left
}

#wpadminbar li {
    float: left
}

#wpadminbar .ab-empty-item {
    outline: 0
}

#wpadminbar .quicklinks .ab-top-secondary>li {
    float: right
}

#wpadminbar .quicklinks .ab-empty-item, #wpadminbar .quicklinks a, #wpadminbar .shortlink-input {
    height: 32px;
    display: block;
    padding: 0 10px;
    margin: 0
}

#wpadminbar .quicklinks>ul>li>a {
    padding: 0 8px 0 7px
}

#wpadminbar .menupop .ab-sub-wrapper, #wpadminbar .shortlink-input {
    margin: 0;
    padding: 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    background: #32373c;
    display: none;
    position: absolute;
    float: none
}

#wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper {
    min-width: 100%
}

#wpadminbar .ab-top-secondary .menupop .ab-sub-wrapper {
    right: 0;
    left: auto
}

#wpadminbar .ab-submenu {
    padding: 6px 0
}

#wpadminbar .quicklinks .menupop ul li {
    float: none
}

#wpadminbar .quicklinks .menupop ul li .ab-item, #wpadminbar .quicklinks .menupop ul li a strong, #wpadminbar .quicklinks .menupop.hover ul li .ab-item, #wpadminbar .shortlink-input, #wpadminbar.nojs .quicklinks .menupop:hover ul li .ab-item {
    line-height: 26px;
    height: 26px;
    white-space: nowrap;
    min-width: 140px
}

#wpadminbar li.hover>.ab-sub-wrapper, #wpadminbar.nojs li:hover>.ab-sub-wrapper {
    display: block
}

#wpadminbar .ab-top-menu>li.hover>.ab-item, #wpadminbar.nojq .quicklinks .ab-top-menu>li>.ab-item:focus, #wpadminbar:not(.mobile) .ab-top-menu>li:hover>.ab-item, #wpadminbar:not(.mobile) .ab-top-menu>li>.ab-item:focus {
    background: #32373c;
    color: #00b9eb
}

#wpadminbar .ab-icon, #wpadminbar .ab-item:before, #wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon, .wp-admin-bar-arrow {
    position: relative;
    float: left;
    font: normal 20px/1 dashicons;
    speak: none;
    padding: 4px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: none!important;
    margin-right: 6px
}

#wpadminbar #adminbarsearch:before, #wpadminbar .ab-icon:before, #wpadminbar .ab-item:before {
    color: #a0a5aa;
    color: rgba(240, 245, 250, .6)
}

#wpadminbar #adminbarsearch:before, #wpadminbar .ab-icon:before, #wpadminbar .ab-item:before {
    position: relative;
    transition: all .1s ease-in-out
}

#wpadminbar .ab-label {
    display: inline-block;
    height: 32px
}

#wpadminbar .ab-submenu .ab-item {
    color: #b4b9be;
    color: rgba(240, 245, 250, .7)
}

#wpadminbar .quicklinks .menupop ul li a, #wpadminbar .quicklinks .menupop ul li a strong, #wpadminbar .quicklinks .menupop.hover ul li a, #wpadminbar.nojs .quicklinks .menupop:hover ul li a {
    color: #b4b9be;
    color: rgba(240, 245, 250, .7)
}

#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover>a, #wpadminbar .quicklinks .menupop ul li a:focus, #wpadminbar .quicklinks .menupop ul li a:focus strong, #wpadminbar .quicklinks .menupop ul li a:hover, #wpadminbar .quicklinks .menupop ul li a:hover strong, #wpadminbar .quicklinks .menupop.hover ul li a:focus, #wpadminbar .quicklinks .menupop.hover ul li a:hover, #wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:focus, #wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:hover, #wpadminbar li #adminbarsearch.adminbar-focused:before, #wpadminbar li .ab-item:focus .ab-icon:before, #wpadminbar li .ab-item:focus:before, #wpadminbar li a:focus .ab-icon:before, #wpadminbar li.hover .ab-icon:before, #wpadminbar li.hover .ab-item:before, #wpadminbar li:hover #adminbarsearch:before, #wpadminbar li:hover .ab-icon:before, #wpadminbar li:hover .ab-item:before, #wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus, #wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover {
    color: #00b9eb
}

#wpadminbar .ab-top-secondary {
    float: right
}

#wpadminbar ul li:last-child, #wpadminbar ul li:last-child .ab-item {
    box-shadow: none
}

#wp-admin-bar-my-account>.ab-item:before {
    content: "\f110";
    top: 2px;
    float: right;
    margin-left: 6px;
    margin-right: 0
}

#wp-admin-bar-my-account.with-avatar>.ab-item:before {
    display: none;
    content: none
}

#wpadminbar #wp-admin-bar-user-actions>li {
    margin-left: 16px;
    margin-right: 16px
}

#wpadminbar #wp-admin-bar-user-actions.ab-submenu {
    padding: 6px 0 12px
}

#wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions>li {
    margin-left: 88px
}

#wpadminbar #wp-admin-bar-user-info {
    margin-top: 6px;
    margin-bottom: 15px;
    height: auto;
    background: 0 0
}

#wp-admin-bar-user-info .avatar {
    position: absolute;
    left: -72px;
    top: 4px;
    width: 64px;
    height: 64px
}

#wpadminbar #wp-admin-bar-user-info a {
    background: 0 0;
    height: auto
}

#wpadminbar #wp-admin-bar-user-info span {
    background: 0 0;
    padding: 0;
    height: 18px
}

#wpadminbar #wp-admin-bar-user-info .display-name, #wpadminbar #wp-admin-bar-user-info .username {
    display: block
}

#wpadminbar #wp-admin-bar-my-account.with-avatar>.ab-empty-item img, #wpadminbar #wp-admin-bar-my-account.with-avatar>a img {
    width: auto;
    height: 16px;
    padding: 0;
    border: 1px solid #82878c;
    background: #eee;
    line-height: 24px;
    vertical-align: middle;
    margin: -4px 0 0 6px;
    float: none;
    display: inline
}

#wpadminbar #wp-admin-bar-wp-logo>.ab-item .ab-icon {
    width: 15px;
    height: 20px;
    margin-right: 0;
    padding: 6px 0 5px
}

#wpadminbar #wp-admin-bar-wp-logo>.ab-item {
    padding: 0 7px
}

#wpadminbar #wp-admin-bar-wp-logo>.ab-item .ab-icon:before {
    content: "\f120";
    top: 2px
}

#wpadminbar #wp-admin-bar-my-sites>.ab-item:before, #wpadminbar #wp-admin-bar-site-name>.ab-item:before {
    content: "\f541";
    top: 2px
}

#wpadminbar #wp-admin-bar-customize>.ab-item:before {
    content: "\f540";
    top: 2px
}

#wpadminbar #wp-admin-bar-edit>.ab-item:before {
    content: "\f464";
    top: 2px
}

#wpadminbar #wp-admin-bar-site-name>.ab-item:before {
    content: "\f226"
}

#wpadminbar #wp-admin-bar-comments .ab-icon {
    margin-right: 6px
}

#wpadminbar #wp-admin-bar-comments .ab-icon:before {
    content: "\f101";
    top: 3px
}

#wpadminbar #wp-admin-bar-new-content .ab-icon:before {
    content: "\f132";
    top: 4px
}

#wpadminbar #wp-admin-bar-updates .ab-icon:before {
    content: "\f463";
    top: 2px
}

#wpadminbar #wp-admin-bar-search .ab-item {
    padding: 0;
    background: 0 0
}

#wpadminbar #adminbarsearch {
    position: relative;
    height: 32px;
    padding: 0 2px;
    z-index: 1
}

#wpadminbar #adminbarsearch:before {
    position: absolute;
    top: 6px;
    left: 5px;
    z-index: 20;
    font: normal 20px/1 dashicons!important;
    content: "\f179";
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary>#wp-admin-bar-search #adminbarsearch input.adminbar-input {
    display: inline-block;
    float: none;
    position: relative;
    z-index: 30;
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 24px;
    text-indent: 0;
    height: 24px;
    width: 24px;
    max-width: none;
    padding: 0 3px 0 24px;
    margin: 0;
    color: #ccc;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    outline: 0;
    cursor: pointer;
    box-shadow: none;
    box-sizing: border-box;
    transition-duration: .4s;
    transition-property: width, background;
    transition-timing-function: ease
}

#wpadminbar #adminbarsearch .adminbar-button {
    display: none
}

.customize-support #wpadminbar .hide-if-customize, .customize-support .hide-if-customize, .customize-support .wp-core-ui .hide-if-customize, .customize-support.wp-core-ui .hide-if-customize, .no-customize-support #wpadminbar .hide-if-no-customize, .no-customize-support .hide-if-no-customize, .no-customize-support .wp-core-ui .hide-if-no-customize, .no-customize-support.wp-core-ui .hide-if-no-customize {
    display: none
}

#wpadminbar .screen-reader-text, #wpadminbar .screen-reader-text span {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important
}

#wpadminbar .screen-reader-shortcut {
    position: absolute;
    top: -1000em
}

@media screen and (max-width: 782px) {
    html #wpadminbar {
        height: 46px;
        min-width: 300px
    }
    #wpadminbar * {
        font-size: 14px;
        font-weight: 400;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        line-height: 32px
    }
    #wpadminbar .quicklinks .ab-empty-item, #wpadminbar .quicklinks>ul>li>a {
        padding: 0;
        height: 46px;
        line-height: 46px;
        width: auto
    }
    #wpadminbar .ab-icon {
        font: 40px/1 dashicons!important;
        margin: 0;
        padding: 0;
        width: 52px;
        height: 46px;
        text-align: center
    }
    #wpadminbar .ab-icon:before {
        text-align: center
    }
    #wpadminbar .ab-submenu {
        padding: 0
    }
    #wpadminbar #wp-admin-bar-my-account a.ab-item, #wpadminbar #wp-admin-bar-my-sites a.ab-item, #wpadminbar #wp-admin-bar-site-name a.ab-item {
        text-overflow: clip
    }
    #wpadminbar .ab-label {
        display: none
    }
    #wpadminbar .menupop li.hover>.ab-sub-wrapper, #wpadminbar .menupop li:hover>.ab-sub-wrapper {
        margin-top: -46px
    }
    #wpadminbar .ab-top-menu .menupop .ab-sub-wrapper .menupop>.ab-item {
        padding-right: 30px
    }
    #wpadminbar .menupop .menupop>.ab-item:before {
        top: 10px;
        right: 6px
    }
    #wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper .ab-item {
        font-size: 16px;
        padding: 8px 16px
    }
    #wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper a:empty {
        display: none
    }
    #wpadminbar #wp-admin-bar-wp-logo>.ab-item {
        padding: 0
    }
    #wpadminbar #wp-admin-bar-wp-logo>.ab-item .ab-icon {
        padding: 0;
        width: 52px;
        height: 46px;
        text-align: center;
        vertical-align: top
    }
    #wpadminbar #wp-admin-bar-wp-logo>.ab-item .ab-icon:before {
        font: 28px/1 dashicons!important;
        top: -3px
    }
    #wpadminbar .ab-icon, #wpadminbar .ab-item:before {
        padding: 0
    }
    #wpadminbar #wp-admin-bar-customize>.ab-item, #wpadminbar #wp-admin-bar-edit>.ab-item, #wpadminbar #wp-admin-bar-my-account>.ab-item, #wpadminbar #wp-admin-bar-my-sites>.ab-item, #wpadminbar #wp-admin-bar-site-name>.ab-item {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        width: 52px;
        padding: 0;
        color: #a0a5aa;
        position: relative
    }
    #wpadminbar .ab-icon, #wpadminbar .ab-item:before, #wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon {
        padding: 0;
        margin-right: 0
    }
    #wpadminbar #wp-admin-bar-customize>.ab-item:before, #wpadminbar #wp-admin-bar-edit>.ab-item:before, #wpadminbar #wp-admin-bar-my-account>.ab-item:before, #wpadminbar #wp-admin-bar-my-sites>.ab-item:before, #wpadminbar #wp-admin-bar-site-name>.ab-item:before {
        display: block;
        text-indent: 0;
        font: normal 32px/1 dashicons;
        speak: none;
        top: 7px;
        width: 52px;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
    #wpadminbar #wp-admin-bar-appearance {
        margin-top: 0
    }
    #wpadminbar .quicklinks li .blavatar:before {
        display: none
    }
    #wpadminbar #wp-admin-bar-search {
        display: none
    }
    #wpadminbar #wp-admin-bar-new-content .ab-icon:before {
        top: 0;
        line-height: 53px;
        height: 46px!important;
        text-align: center;
        width: 52px;
        display: block
    }
    #wpadminbar #wp-admin-bar-updates {
        text-align: center
    }
    #wpadminbar #wp-admin-bar-updates .ab-icon:before {
        top: 3px
    }
    #wpadminbar #wp-admin-bar-comments .ab-icon {
        margin: 0
    }
    #wpadminbar #wp-admin-bar-comments .ab-icon:before {
        display: block;
        font-size: 34px;
        height: 46px;
        line-height: 47px;
        top: 0
    }
    #wpadminbar #wp-admin-bar-my-account>a {
        position: relative;
        white-space: nowrap;
        text-indent: 150%;
        width: 28px;
        padding: 0 10px;
        overflow: hidden
    }
    #wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar>a img {
        position: absolute;
        top: 13px;
        right: 10px;
        width: 26px;
        height: 26px
    }
    #wpadminbar #wp-admin-bar-user-actions.ab-submenu {
        padding: 0
    }
    #wpadminbar #wp-admin-bar-user-actions.ab-submenu img.avatar {
        display: none
    }
    #wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions>li {
        margin: 0
    }
    #wpadminbar #wp-admin-bar-user-info .display-name {
        height: auto;
        font-size: 16px;
        line-height: 24px;
        color: #eee
    }
    #wpadminbar #wp-admin-bar-user-info a {
        padding-top: 4px
    }
    #wpadminbar #wp-admin-bar-user-info .username {
        line-height: .8!important;
        margin-bottom: -2px
    }
    #wp-toolbar>ul>li {
        display: none
    }
    #wpadminbar li#wp-admin-bar-comments, #wpadminbar li#wp-admin-bar-customize, #wpadminbar li#wp-admin-bar-edit, #wpadminbar li#wp-admin-bar-menu-toggle, #wpadminbar li#wp-admin-bar-my-account, #wpadminbar li#wp-admin-bar-my-sites, #wpadminbar li#wp-admin-bar-new-content, #wpadminbar li#wp-admin-bar-site-name, #wpadminbar li#wp-admin-bar-updates, #wpadminbar li#wp-admin-bar-wp-logo {
        display: block
    }
    #wpadminbar li.hover ul li, #wpadminbar li:hover ul li, #wpadminbar li:hover ul li:hover ul li {
        display: list-item
    }
    #wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper {
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content
    }
    #wpadminbar ul#wp-admin-bar-root-default>li {
        margin-right: 0
    }
    #wpadminbar #wp-admin-bar-comments, #wpadminbar #wp-admin-bar-edit, #wpadminbar #wp-admin-bar-my-account, #wpadminbar #wp-admin-bar-my-sites, #wpadminbar #wp-admin-bar-new-content, #wpadminbar #wp-admin-bar-site-name, #wpadminbar #wp-admin-bar-updates, #wpadminbar #wp-admin-bar-wp-logo, #wpadminbar .ab-top-menu, #wpadminbar .ab-top-secondary {
        position: static
    }
    #wpadminbar #wp-admin-bar-my-account {
        float: right
    }
    .network-admin #wpadminbar ul#wp-admin-bar-top-secondary>li#wp-admin-bar-my-account {
        margin-right: 0
    }
    #wpadminbar .ab-top-secondary .menupop .menupop>.ab-item:before {
        top: 10px;
        left: 0
    }
}

@media screen and (max-width: 600px) {
    #wpadminbar {
        position: absolute
    }
    #wp-responsive-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 400
    }
    #wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper {
        width: 100%;
        left: 0
    }
    #wpadminbar .menupop .menupop>.ab-item:before {
        display: none
    }
    #wpadminbar #wp-admin-bar-wp-logo.menupop .ab-sub-wrapper {
        margin-left: 0
    }
    #wpadminbar .ab-top-menu>.menupop li>.ab-sub-wrapper {
        margin: 0;
        width: 100%;
        top: auto;
        left: auto;
        position: relative
    }
    #wpadminbar .ab-top-menu>.menupop li>.ab-sub-wrapper .ab-item {
        font-size: 16px;
        padding: 6px 15px 19px 30px
    }
    #wpadminbar li:hover ul li ul li {
        display: list-item
    }
    #wpadminbar li#wp-admin-bar-updates, #wpadminbar li#wp-admin-bar-wp-logo {
        display: none
    }
    #wpadminbar .ab-top-menu>.menupop li>.ab-sub-wrapper {
        position: static;
        box-shadow: none
    }
}

@media screen and (max-width: 400px) {
    #wpadminbar li#wp-admin-bar-comments {
        display: none
    }
}
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
end of admin bar
*
*
**
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
**/


/*** widgets/button/css/style.css, icons/fontawesome/style.css, owl.carousel.min.css, owl.theme.default.min.css ***/
/*** in footer2.php ***/

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.ow-button-base {
    zoom: 1
}

.ow-button-base:before {
    content: '';
    display: block
}

.ow-button-base:after {
    content: '';
    display: table;
    clear: both
}

.ow-button-base a {
    text-align: center;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    line-height: 1em
}

.ow-button-base a .sow-icon-image, .ow-button-base a [class^="sow-icon-"] {
    font-size: 1.3em;
    height: 1em;
    width: auto;
    margin: -0.1em .75em -0.2em -0.75em;
    display: block;
    float: left
}

.ow-button-base a .sow-icon-image {
    width: 1em;
    background-size: cover
}

.ow-button-base a.ow-icon-placement-top .sow-icon-image, .ow-button-base a.ow-icon-placement-top [class^="sow-icon-"] {
    margin: 0 auto .5em;
    float: none
}

.ow-button-base a.ow-icon-placement-right .sow-icon-image, .ow-button-base a.ow-icon-placement-right [class^="sow-icon-"] {
    margin: -0.1em -0.75em -0.2em .75em;
    float: right
}

.ow-button-base a.ow-icon-placement-bottom .sow-icon-image, .ow-button-base a.ow-icon-placement-bottom [class^="sow-icon-"] {
    float: none;
    margin: .5em auto 0
}

.ow-button-base a.ow-icon-placement-bottom>span {
    display: flex;
    flex-direction: column-reverse
}

.ow-button-base a.ow-icon-placement-left .sow-icon-image, .ow-button-base a.ow-icon-placement-left [class^="sow-icon-"] {
    margin: -0.1em .75em -0.2em -0.75em;
    float: left
}

.ow-button-base.ow-button-align-left {
    text-align: left
}

.ow-button-base.ow-button-align-right {
    text-align: right
}

.ow-button-base.ow-button-align-center {
    text-align: center
}

.ow-button-base.ow-button-align-justify a {
    display: block
}

.fa, .fas, .far, .fal, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -.0667em;
}

.fa-xs {
    font-size: .75em;
}

.fa-sm {
    font-size: .875em;
}

.fa-1x {
    font-size: 1em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

.fa-border {
    border: solid 0.08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

@font-face {
    font-family: 'sow-fontawesome-brands';
    font-style: normal;
    font-weight: normal;
    src: url("fontawesome/webfonts/fa-brands-400.eot");
    src: url("fontawesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("fontawesome/webfonts/fa-brands-400.woff") format("woff"), url("fontawesome/webfonts/fa-brands-400.ttf") format("truetype"), url("fontawesome/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.sow-fab {
    font-family: 'sow-fontawesome-brands';
    font-style: normal !important;
    font-weight: normal !important;
}

@font-face {
    font-family: 'sow-fontawesome-free';
    font-style: normal;
    font-weight: 400;
    src: url("fontawesome/webfonts/fa-regular-400.eot");
    src: url("fontawesome/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("fontawesome/webfonts/fa-regular-400.woff") format("woff"), url("fontawesome/webfonts/fa-regular-400.ttf") format("truetype"), url("fontawesome/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

.sow-far {
    font-family: 'sow-fontawesome-free';
    font-style: normal !important;
    font-weight: 400 !important;
}

@font-face {
    font-family: 'sow-fontawesome-free';
    font-style: normal;
    font-weight: 900;
    src: url("fontawesome/webfonts/fa-solid-900.eot");
    src: url("fontawesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("fontawesome/webfonts/fa-solid-900.woff") format("woff"), url("fontawesome/webfonts/fa-solid-900.ttf") format("truetype"), url("fontawesome/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.sow-fa, .sow-fas {
    font-family: 'sow-fontawesome-free';
    font-weight: 900 !important;
    font-style: normal !important;
}

.sow-icon-fontawesome {
    display: inline-block;
    speak: none;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sow-icon-fontawesome[data-sow-icon]:before {
    content: attr(data-sow-icon);
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

 .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;
    -khtml-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 {
    background: 0 0;
    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: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    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 {
    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.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-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;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.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;
    -khtml-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 {
    background: 0 0;
    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: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    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 {
    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.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-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;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}
