.home-search-inner {
    padding: 30px 0 60px;
    max-width: 900px;
    margin: 0 auto;
}

img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -.1em !important;
    background: 0 0 !important;
    padding: 0 !important;
}

:root {
    --wp-admin-theme-color:#007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87;
}

#start-resizable-editor-section {
    display: none;
}

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px;
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
}

    .wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
        color: #fff;
    }

    .wp-block-button__link.aligncenter {
        text-align: center;
    }

    .wp-block-button__link.alignright {
        text-align: right;
    }

    .wp-block-button.is-style-squared, .wp-block-button__link.wp-block-button.is-style-squared {
        border-radius: 0;
    }

    .wp-block-button.no-border-radius, .wp-block-button__link.no-border-radius {
        border-radius: 0 !important;
    }

    .is-style-outline .wp-block-button__link, .wp-block-button__link.is-style-outline {
        color: #32373c;
        background-color: transparent;
        border: 2px solid;
    }

.wp-block-buttons .wp-block-button {
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 8px;
}

    .wp-block-buttons .wp-block-button:last-child {
        margin-left: 0;
    }

.wp-block-buttons.alignright .wp-block-button {
    margin-right: 0;
    margin-left: 8px;
}

    .wp-block-buttons.alignright .wp-block-button:first-child {
        margin-right: 0;
    }

.wp-block-buttons.alignleft .wp-block-button {
    margin-left: 0;
    margin-right: 8px;
}

    .wp-block-buttons.alignleft .wp-block-button:last-child {
        margin-left: 0;
    }

.wp-block-button.aligncenter, .wp-block-buttons.aligncenter, .wp-block-calendar {
    text-align: center;
}

    .wp-block-calendar tbody td, .wp-block-calendar th {
        padding: 4px;
        border: 1px solid #ddd;
    }

    .wp-block-calendar tfoot td {
        border: none;
    }

    .wp-block-calendar table {
        width: 100%;
        border-collapse: collapse;
        font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    }

        .wp-block-calendar table th {
            font-weight: 400;
            background: #ddd;
        }

    .wp-block-calendar a {
        text-decoration: underline;
    }

    .wp-block-calendar tfoot a {
        color: #007cba;
        color: var(--wp-admin-theme-color);
    }

    .wp-block-calendar table caption, .wp-block-calendar table tbody {
        color: #40464d;
    }

.wp-block-categories.alignleft {
    margin-right: 2em;
}

.wp-block-categories.alignright {
    margin-left: 2em;
}

.wp-block-columns {
    display: flex;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

@media (min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap;
    }
}

.wp-block-columns.has-background {
    padding: 20px 38px;
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}

@media (max-width:599px) {
    .wp-block-column {
        flex-basis: 100% !important;
    }
}

@media (min-width:600px) and (max-width:781px) {
    .wp-block-column {
        flex-basis: calc(50% - 16px) !important;
        flex-grow: 0;
    }

        .wp-block-column:nth-child(2n) {
            margin-right: 32px;
        }
}

@media (min-width:782px) {
    .wp-block-column {
        flex-basis: 0;
        flex-grow: 1;
    }

        .wp-block-column[style*=flex-basis] {
            flex-grow: 0;
        }

        .wp-block-column:not(:first-child) {
            margin-right: 32px;
        }
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start;
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center;
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end;
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start;
}

.wp-block-column.is-vertically-aligned-center {
    -ms-grid-row-align: center;
    align-self: center;
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end;
}

.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
    width: 100%;
}

.wp-block-cover, .wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
}

    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
        background-attachment: fixed;
    }

@supports (-webkit-overflow-scrolling:touch) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
        background-attachment: scroll;
    }
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
        background-attachment: scroll;
    }
}

.wp-block-cover-image.has-background-dim, .wp-block-cover.has-background-dim {
    background-color: #000;
}

    .wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
        content: "";
        background-color: inherit;
    }

    .wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__gradient-background {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
    }

    .wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__gradient-background {
        opacity: .5;
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
        opacity: .1;
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background {
        opacity: .1;
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
        opacity: .2;
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background {
        opacity: .2;
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
        opacity: .3;
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background {
        opacity: .3;
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
        opacity: .4;
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background {
        opacity: .4;
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
        opacity: .5;
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background {
        opacity: .5;
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
        opacity: .6;
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background {
        opacity: .6;
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
        opacity: .7;
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background {
        opacity: .7;
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
        opacity: .8;
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background {
        opacity: .8;
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
        opacity: .9;
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background {
        opacity: .9;
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
        opacity: 1;
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background {
        opacity: 1;
    }

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    max-width: 290px;
    width: 100%;
}

.wp-block-cover-image:after, .wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit;
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-cover-image:after, .wp-block-cover:after {
        content: none;
    }
}

.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    display: flex;
}

.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 70px);
    z-index: 1;
    color: #fff;
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover .wp-block-subhead:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {
    color: inherit;
}

.wp-block-cover-image.is-position-top-left, .wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start;
}

.wp-block-cover-image.is-position-top-center, .wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center;
}

.wp-block-cover-image.is-position-top-right, .wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end;
}

.wp-block-cover-image.is-position-center-left, .wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start;
}

.wp-block-cover-image.is-position-center-center, .wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center;
}

.wp-block-cover-image.is-position-center-right, .wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end;
}

.wp-block-cover-image.is-position-bottom-left, .wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start;
}

.wp-block-cover-image.is-position-bottom-center, .wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center;
}

.wp-block-cover-image.is-position-bottom-right, .wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0;
    width: auto;
}

.wp-block-cover__video-background {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
}

.wp-block-cover-image-text, .wp-block-cover-text, section.wp-block-cover-image h2 {
    color: #fff;
}

    .wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover {
        color: #fff;
    }

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start;
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end;
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content > h2 {
    margin-right: 0;
    text-align: right;
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, section.wp-block-cover-image.has-right-content > h2 {
    margin-left: 0;
    text-align: left;
}

.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image > h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 580px;
    padding: 14px;
    text-align: center;
}

.wp-block-embed.alignleft, .wp-block-embed.alignright, .wp-block[data-align=left] > [data-type^=core-embed], .wp-block[data-align=right] > [data-type^=core-embed] {
    max-width: 360px;
    width: 100%;
}

    .wp-block-embed.alignleft .wp-block-embed__wrapper, .wp-block-embed.alignright .wp-block-embed__wrapper, .wp-block[data-align=left] > [data-type^=core-embed] .wp-block-embed__wrapper, .wp-block[data-align=right] > [data-type^=core-embed] .wp-block-embed__wrapper {
        min-width: 280px;
    }

.wp-block-embed {
    margin-bottom: 1em;
}

    .wp-block-embed figcaption {
        margin-top: .5em;
        margin-bottom: 1em;
    }

    .wp-block-embed iframe {
        max-width: 100%;
    }

.wp-block-embed__wrapper {
    position: relative;
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%;
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%;
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%;
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%;
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%;
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%;
}

.wp-embed-responsive .wp-embed-aspect-9-6 .wp-block-embed__wrapper:before {
    padding-top: 66.66%;
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%;
}

.wp-block-file {
    margin-bottom: 1.5em;
}

    .wp-block-file.aligncenter {
        text-align: center;
    }

    .wp-block-file.alignright {
        text-align: right;
    }

    .wp-block-file .wp-block-file__button {
        background: #32373c;
        border-radius: 2em;
        color: #fff;
        font-size: 13px;
        padding: .5em 1em;
    }

    .wp-block-file a.wp-block-file__button {
        text-decoration: none;
    }

        .wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
            box-shadow: none;
            color: #fff;
            opacity: .85;
            text-decoration: none;
        }

    .wp-block-file * + .wp-block-file__button {
        margin-right: .75em;
    }

.blocks-gallery-grid, .wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
        margin: 0 0 16px 16px;
        display: flex;
        flex-grow: 1;
        flex-direction: column;
        justify-content: center;
        position: relative;
    }

        .blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
            margin: 0;
            height: 100%;
        }

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
    }
}

.blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
        width: auto;
    }
}

.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 9px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);
}

    .blocks-gallery-grid .blocks-gallery-image figcaption img, .blocks-gallery-grid .blocks-gallery-item figcaption img, .wp-block-gallery .blocks-gallery-image figcaption img, .wp-block-gallery .blocks-gallery-item figcaption img {
        display: inline;
    }

.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%;
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        object-fit: cover;
    }
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    width: calc(50% - 16px);
}

    .blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
        margin-left: 0;
    }

.blocks-gallery-grid.columns-1 .blocks-gallery-image, .blocks-gallery-grid.columns-1 .blocks-gallery-item, .wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-left: 0;
}

@media (min-width:600px) {
    .blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc(33.33333% - 10.66667px);
        margin-left: 16px;
    }

    .blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc(25% - 12px);
        margin-left: 16px;
    }

    .blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc(20% - 12.8px);
        margin-left: 16px;
    }

    .blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc(16.66667% - 13.33333px);
        margin-left: 16px;
    }

    .blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc(14.28571% - 13.71429px);
        margin-left: 16px;
    }

    .blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc(12.5% - 14px);
        margin-left: 16px;
    }

    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
        margin-left: 0;
    }

    .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
        margin-left: 0;
    }

    .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
        margin-left: 0;
    }

    .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
        margin-left: 0;
    }

    .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
        margin-left: 0;
    }

    .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
        margin-left: 0;
    }

    .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
        margin-left: 0;
    }

    .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-left: 0;
    }
}

.blocks-gallery-grid .blocks-gallery-image:last-child, .blocks-gallery-grid .blocks-gallery-item:last-child, .wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
    margin-left: 0;
}

.blocks-gallery-grid.alignleft, .blocks-gallery-grid.alignright, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
    max-width: 290px;
    width: 100%;
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure, .wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center;
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
    padding: 20px 38px;
}

.wp-block-image {
    margin-bottom: 1em;
}

    .wp-block-image img {
        max-width: 100%;
    }

    .wp-block-image.aligncenter {
        text-align: center;
    }

    .wp-block-image.alignfull img, .wp-block-image.alignwide img {
        width: 100%;
    }

    .wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.is-resized {
        display: table;
    }

        .wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption, .wp-block-image.is-resized > figcaption {
            display: table-caption;
            caption-side: bottom;
        }

    .wp-block-image .alignleft {
        float: left;
        margin-left: 1em;
        margin-top: .5em;
        margin-bottom: .5em;
    }

    .wp-block-image .alignright {
        float: right;
        margin-right: 1em;
        margin-top: .5em;
        margin-bottom: .5em;
    }

    .wp-block-image .aligncenter {
        margin-right: auto;
        margin-left: auto;
    }

    .wp-block-image figcaption {
        margin-top: .5em;
        margin-bottom: 1em;
    }

.is-style-circle-mask img, .is-style-rounded img {
    border-radius: 9999px;
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .is-style-circle-mask img {
        -webkit-mask-image: url(/Content/css/data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http:/www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>);
        mask-image: url(/Content/css/data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http:/www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>);
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: 0;
    }
}

.wp-block-latest-comments__comment {
    font-size: 15px;
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em;
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 36px;
    list-style: none;
}

    .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
        margin-right: 52px;
    }

.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5;
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 14px;
    line-height: 1.8;
    margin: 5px 0 20px;
}

.wp-block-latest-comments__comment-date {
    color: #8f98a1;
    display: block;
    font-size: 12px;
}

.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
    border-radius: 24px;
    display: block;
    float: right;
    height: 40px;
    margin-left: 12px;
    width: 40px;
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em;
}

.wp-block-latest-posts.alignright {
    margin-left: 2em;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
}

    .wp-block-latest-posts.wp-block-latest-posts__list li {
        clear: both;
    }

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

    .wp-block-latest-posts.is-grid li {
        margin: 0 0 20px 20px;
        width: 100%;
    }

@media (min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 20px);
    }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 20px);
    }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - 20px);
    }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 20px);
    }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 20px);
    }
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
    display: block;
    color: #6c7781;
    font-size: 13px;
}

.wp-block-latest-posts__post-excerpt {
    margin-top: 8px;
    margin-bottom: 16px;
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto;
}

.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em;
}

.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em;
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center;
}

.edit-post-visual-editor .wp-block-latest-posts.is-grid li {
    margin-bottom: 20px;
}

.wp-block-media-text {
    direction: ltr;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

    .wp-block-media-text.has-media-on-the-right {
        -ms-grid-columns: 1fr 50%;
        grid-template-columns: 1fr 50%;
    }

    .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
        -ms-grid-row-align: start;
        align-self: start;
    }

    .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media, .wp-block-media-text .wp-block-media-text__content, .wp-block-media-text .wp-block-media-text__media {
        -ms-grid-row-align: center;
        align-self: center;
    }

    .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
        -ms-grid-row-align: end;
        align-self: end;
    }

    .wp-block-media-text .wp-block-media-text__media {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
        margin: 0;
    }

    .wp-block-media-text .wp-block-media-text__content {
        direction: rtl;
        padding: 0 8%;
        word-break: break-word;
    }

    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media, .wp-block-media-text .wp-block-media-text__content {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        grid-row: 1;
    }

    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
    }

.wp-block-media-text__media img, .wp-block-media-text__media video {
    max-width: unset;
    width: 100%;
    vertical-align: middle;
}

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover;
}

    .wp-block-media-text.is-image-fill figure.wp-block-media-text__media > img {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0;
    }

@media (max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        -ms-grid-columns: 100% !important;
        grid-template-columns: 100% !important;
    }

        .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
            -ms-grid-column: 1;
            grid-column: 1;
            -ms-grid-row: 1;
            grid-row: 1;
        }

        .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media, .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
            -ms-grid-column: 1;
            grid-column: 1;
            -ms-grid-row: 2;
            grid-row: 2;
        }

        .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
            -ms-grid-column: 1;
            grid-column: 1;
            -ms-grid-row: 1;
            grid-row: 1;
        }
}

.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color), .wp-block-navigation .wp-block-navigation-link:not(.has-text-color) {
    color: #1e1e1e;
}

.wp-block-navigation.is-style-light:not(.has-background) .wp-block-navigation__container, .wp-block-navigation:not(.has-background) .wp-block-navigation__container {
    background-color: #fff;
}

.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color) {
    color: #fff;
}

.wp-block-navigation.is-style-dark:not(.has-background) .wp-block-navigation__container {
    background-color: #1e1e1e;
}

.items-justified-left > ul {
    justify-content: flex-start;
}

.items-justified-center > ul {
    justify-content: center;
}

.items-justified-right > ul {
    justify-content: flex-end;
}

.wp-block-navigation-link {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
}

    .wp-block-navigation-link .wp-block-navigation__container:empty {
        display: none;
    }

.wp-block-navigation__container {
    list-style: none;
    margin: 0;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
}

.is-vertical .wp-block-navigation__container {
    display: block;
}

.has-child .wp-block-navigation__container {
    border: 1px solid rgba(0,0,0,.15);
    background-color: inherit;
    color: inherit;
    position: absolute;
    right: 0;
    top: 100%;
    width: fit-content;
    z-index: 1;
    opacity: 0;
    transition: opacity .1s linear;
    visibility: hidden;
}

    .has-child .wp-block-navigation__container > .wp-block-navigation-link > .wp-block-navigation-link__content {
        flex-grow: 1;
    }

    .has-child .wp-block-navigation__container > .wp-block-navigation-link > .wp-block-navigation-link__submenu-icon {
        padding-left: 8px;
    }

@media (min-width:782px) {
    .has-child .wp-block-navigation__container {
        right: 24px;
    }

        .has-child .wp-block-navigation__container .wp-block-navigation__container {
            right: 100%;
            top: -1px;
        }

            .has-child .wp-block-navigation__container .wp-block-navigation__container:before {
                content: "";
                position: absolute;
                left: 100%;
                height: 100%;
                display: block;
                width: 8px;
                background: transparent;
            }

        .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg {
            transform: rotate(0);
        }
}

.has-child:hover {
    cursor: pointer;
}

    .has-child:hover > .wp-block-navigation__container {
        visibility: visible;
        opacity: 1;
        display: flex;
        flex-direction: column;
    }

.has-child:focus-within {
    cursor: pointer;
}

    .has-child:focus-within > .wp-block-navigation__container {
        visibility: visible;
        opacity: 1;
        display: flex;
        flex-direction: column;
    }

.wp-block-navigation-link__content {
    text-decoration: none;
    padding: 8px 16px;
}

    .wp-block-navigation-link__content + .wp-block-navigation-link__content {
        padding-top: 0;
    }

.has-text-color .wp-block-navigation-link__content {
    color: inherit;
}

.wp-block-navigation-link__label {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    word-break: normal;
    overflow-wrap: break-word;
}

.wp-block-navigation-link__submenu-icon {
    height: inherit;
    padding: 6px 16px;
}

    .wp-block-navigation-link__submenu-icon svg {
        fill: currentColor;
    }

@media (min-width:782px) {
    .wp-block-navigation-link__submenu-icon svg {
        transform: rotate(-90deg);
    }
}

.is-small-text {
    font-size: 14px;
}

.is-regular-text {
    font-size: 16px;
}

.is-large-text {
    font-size: 36px;
}

.is-larger-text {
    font-size: 48px;
}

.has-drop-cap:not(:focus):first-letter {
    float: right;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em 0 0 .1em;
    text-transform: uppercase;
    font-style: normal;
}

p.has-background {
    padding: 20px 38px;
}

p.has-text-color a {
    color: inherit;
}

.wp-block-post-author {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5;
}

.wp-block-post-author__byline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .5em;
}

.wp-block-post-author__avatar {
    margin-left: 16px;
}

.wp-block-post-author__bio {
    margin-bottom: 8px;
    font-size: .7em;
}

.wp-block-post-author__content {
    flex-grow: 1;
    flex-basis: 0;
}

.wp-block-post-author__name {
    font-weight: 700;
    margin: 0;
}

.wp-block-pullquote {
    padding: 3em 0;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
}

    .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
        max-width: 290px;
    }

        .wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
            font-size: 20px;
        }

    .wp-block-pullquote p {
        font-size: 28px;
        line-height: 1.6;
    }

    .wp-block-pullquote cite, .wp-block-pullquote footer {
        position: relative;
    }

    .wp-block-pullquote .has-text-color a {
        color: inherit;
    }

    .wp-block-pullquote:not(.is-style-solid-color) {
        background: none;
    }

    .wp-block-pullquote.is-style-solid-color {
        border: none;
    }

        .wp-block-pullquote.is-style-solid-color blockquote {
            margin-right: auto;
            margin-left: auto;
            text-align: right;
            max-width: 60%;
        }

            .wp-block-pullquote.is-style-solid-color blockquote p {
                margin-top: 0;
                margin-bottom: 0;
                font-size: 32px;
            }

            .wp-block-pullquote.is-style-solid-color blockquote cite {
                text-transform: none;
                font-style: normal;
            }

    .wp-block-pullquote cite {
        color: inherit;
    }

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 0 1em;
}

    .wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
        font-size: 24px;
        font-style: italic;
        line-height: 1.6;
    }

    .wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
        font-size: 18px;
        text-align: left;
    }

.wp-block-rss.alignleft {
    margin-right: 2em;
}

.wp-block-rss.alignright {
    margin-left: 2em;
}

.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}

    .wp-block-rss.is-grid li {
        margin: 0 0 16px 16px;
        width: 100%;
    }

@media (min-width:600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 16px);
    }

    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 16px);
    }

    .wp-block-rss.columns-4 li {
        width: calc(25% - 16px);
    }

    .wp-block-rss.columns-5 li {
        width: calc(20% - 16px);
    }

    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 16px);
    }
}

.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
    display: block;
    color: #6c7781;
    font-size: 13px;
}

.wp-block-search {
    display: flex;
    flex-wrap: wrap;
}

    .wp-block-search .wp-block-search__label {
        width: 100%;
    }

    .wp-block-search .wp-block-search__input {
        flex-grow: 1;
        max-width: 360px;
    }

    .wp-block-search .wp-block-search__button {
        margin-right: 10px;
    }

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px;
}

.wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto;
}

    .wp-block-separator.is-style-dots:before {
        content: "\00b7 \00b7 \00b7";
        color: currentColor;
        font-size: 20px;
        letter-spacing: 2em;
        padding-left: 2em;
        font-family: serif;
    }

.wp-block-social-links {
    display: flex;
    justify-content: flex-start;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
}

    .wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {
        text-decoration: none;
        border-bottom: 0;
        box-shadow: none;
    }

.wp-social-link {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    margin-left: 8px;
    transition: transform .1s ease;
}

@media (prefers-reduced-motion:reduce) {
    .wp-social-link {
        transition-duration: 0s;
    }
}

.wp-social-link a {
    padding: 6px;
    display: block;
    line-height: 0;
    transition: transform .1s ease;
}

    .wp-social-link a, .wp-social-link a:active, .wp-social-link a:hover, .wp-social-link a:visited, .wp-social-link svg {
        color: currentColor;
        fill: currentColor;
    }

.wp-social-link:hover {
    transform: scale(1.1);
}

.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff;
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none;
    padding: 4px;
}

    .wp-block-social-links.is-style-logos-only .wp-social-link svg {
        width: 28px;
        height: 28px;
    }

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1778f2;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0d66c2;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #1da1f2;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: red;
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto;
}

    .wp-block-social-links.is-style-pill-shape .wp-social-link a {
        padding-right: 16px;
        padding-left: 16px;
    }

.wp-block-spacer {
    clear: both;
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75;
}

.wp-block-table {
    overflow-x: auto;
}

    .wp-block-table table {
        width: 100%;
    }

    .wp-block-table .has-fixed-layout {
        table-layout: fixed;
        width: 100%;
    }

        .wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
            word-break: break-word;
        }

    .wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
        display: table;
        width: auto;
    }

        .wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
            word-break: break-word;
        }

    .wp-block-table .has-subtle-light-gray-background-color {
        background-color: #f3f4f5;
    }

    .wp-block-table .has-subtle-pale-green-background-color {
        background-color: #e9fbe5;
    }

    .wp-block-table .has-subtle-pale-blue-background-color {
        background-color: #e7f5fe;
    }

    .wp-block-table .has-subtle-pale-pink-background-color {
        background-color: #fcf0ef;
    }

    .wp-block-table.is-style-stripes {
        border-spacing: 0;
        border-collapse: inherit;
        background-color: transparent;
        border-bottom: 1px solid #f0f0f0;
    }

        .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
            background-color: #f0f0f0;
        }

        .wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
            background-color: #f3f4f5;
        }

        .wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
            background-color: #e9fbe5;
        }

        .wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
            background-color: #e7f5fe;
        }

        .wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
            background-color: #fcf0ef;
        }

        .wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
            border-color: transparent;
        }

.wp-block-text-columns, .wp-block-text-columns.aligncenter {
    display: flex;
}

    .wp-block-text-columns .wp-block-column {
        margin: 0 16px;
        padding: 0;
    }

        .wp-block-text-columns .wp-block-column:first-child {
            margin-right: 0;
        }

        .wp-block-text-columns .wp-block-column:last-child {
            margin-left: 0;
        }

    .wp-block-text-columns.columns-2 .wp-block-column {
        width: 50%;
    }

    .wp-block-text-columns.columns-3 .wp-block-column {
        width: 33.33333%;
    }

    .wp-block-text-columns.columns-4 .wp-block-column {
        width: 25%;
    }

.wp-block-video {
    margin-right: 0;
    margin-left: 0;
}

    .wp-block-video video {
        max-width: 100%;
    }

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-video [poster] {
        object-fit: cover;
    }
}

.wp-block-video.aligncenter {
    text-align: center;
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
}

:root .editor-styles-wrapper .has-pale-pink-background-color, :root .has-pale-pink-background-color {
    background-color: #f78da7;
}

:root .editor-styles-wrapper .has-vivid-red-background-color, :root .has-vivid-red-background-color {
    background-color: #cf2e2e;
}

:root .editor-styles-wrapper .has-luminous-vivid-orange-background-color, :root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900;
}

:root .editor-styles-wrapper .has-luminous-vivid-amber-background-color, :root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900;
}

:root .editor-styles-wrapper .has-light-green-cyan-background-color, :root .has-light-green-cyan-background-color {
    background-color: #7bdcb5;
}

:root .editor-styles-wrapper .has-vivid-green-cyan-background-color, :root .has-vivid-green-cyan-background-color {
    background-color: #00d084;
}

:root .editor-styles-wrapper .has-pale-cyan-blue-background-color, :root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc;
}

:root .editor-styles-wrapper .has-vivid-cyan-blue-background-color, :root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3;
}

:root .editor-styles-wrapper .has-vivid-purple-background-color, :root .has-vivid-purple-background-color {
    background-color: #9b51e0;
}

:root .editor-styles-wrapper .has-white-background-color, :root .has-white-background-color {
    background-color: #fff;
}

:root .editor-styles-wrapper .has-very-light-gray-background-color, :root .has-very-light-gray-background-color {
    background-color: #eee;
}

:root .editor-styles-wrapper .has-cyan-bluish-gray-background-color, :root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3;
}

:root .editor-styles-wrapper .has-very-dark-gray-background-color, :root .has-very-dark-gray-background-color {
    background-color: #313131;
}

:root .editor-styles-wrapper .has-black-background-color, :root .has-black-background-color {
    background-color: #000;
}

:root .editor-styles-wrapper .has-pale-pink-color, :root .has-pale-pink-color {
    color: #f78da7;
}

:root .editor-styles-wrapper .has-vivid-red-color, :root .has-vivid-red-color {
    color: #cf2e2e;
}

:root .editor-styles-wrapper .has-luminous-vivid-orange-color, :root .has-luminous-vivid-orange-color {
    color: #ff6900;
}

:root .editor-styles-wrapper .has-luminous-vivid-amber-color, :root .has-luminous-vivid-amber-color {
    color: #fcb900;
}

:root .editor-styles-wrapper .has-light-green-cyan-color, :root .has-light-green-cyan-color {
    color: #7bdcb5;
}

:root .editor-styles-wrapper .has-vivid-green-cyan-color, :root .has-vivid-green-cyan-color {
    color: #00d084;
}

:root .editor-styles-wrapper .has-pale-cyan-blue-color, :root .has-pale-cyan-blue-color {
    color: #8ed1fc;
}

:root .editor-styles-wrapper .has-vivid-cyan-blue-color, :root .has-vivid-cyan-blue-color {
    color: #0693e3;
}

:root .editor-styles-wrapper .has-vivid-purple-color, :root .has-vivid-purple-color {
    color: #9b51e0;
}

:root .editor-styles-wrapper .has-white-color, :root .has-white-color {
    color: #fff;
}

:root .editor-styles-wrapper .has-very-light-gray-color, :root .has-very-light-gray-color {
    color: #eee;
}

:root .editor-styles-wrapper .has-cyan-bluish-gray-color, :root .has-cyan-bluish-gray-color {
    color: #abb8c3;
}

:root .editor-styles-wrapper .has-very-dark-gray-color, :root .has-very-dark-gray-color {
    color: #313131;
}

:root .editor-styles-wrapper .has-black-color, :root .has-black-color {
    color: #000;
}

:root .editor-styles-wrapper .has-vivid-cyan-blue-to-vivid-purple-gradient-background, :root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: linear-gradient(-135deg,#0693e3,#9b51e0);
}

:root .editor-styles-wrapper .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background, :root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(-135deg,#00d084,#0693e3);
}

:root .editor-styles-wrapper .has-light-green-cyan-to-vivid-green-cyan-gradient-background, :root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: linear-gradient(-135deg,#7adcb4,#00d082);
}

:root .editor-styles-wrapper .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background, :root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: linear-gradient(-135deg,#fcb900,#ff6900);
}

:root .editor-styles-wrapper .has-luminous-vivid-orange-to-vivid-red-gradient-background, :root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: linear-gradient(-135deg,#ff6900,#cf2e2e);
}

:root .editor-styles-wrapper .has-very-light-gray-to-cyan-bluish-gray-gradient-background, :root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: linear-gradient(-135deg,#eee,#a9b8c3);
}

:root .editor-styles-wrapper .has-cool-to-warm-spectrum-gradient-background, :root .has-cool-to-warm-spectrum-gradient-background {
    background: linear-gradient(-135deg,#4aeadc,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c);
}

:root .editor-styles-wrapper .has-blush-light-purple-gradient-background, :root .has-blush-light-purple-gradient-background {
    background: linear-gradient(-135deg,#ffceec,#9896f0);
}

:root .editor-styles-wrapper .has-blush-bordeaux-gradient-background, :root .has-blush-bordeaux-gradient-background {
    background: linear-gradient(-135deg,#fecda5,#fe2d2d 50%,#6b003e);
}

:root .editor-styles-wrapper .has-purple-crush-gradient-background, :root .has-purple-crush-gradient-background {
    background: linear-gradient(-135deg,#34e2e4,#4721fb 50%,#ab1dfe);
}

:root .editor-styles-wrapper .has-luminous-dusk-gradient-background, :root .has-luminous-dusk-gradient-background {
    background: linear-gradient(-135deg,#ffcb70,#c751c0 50%,#4158d0);
}

:root .editor-styles-wrapper .has-hazy-dawn-gradient-background, :root .has-hazy-dawn-gradient-background {
    background: linear-gradient(-135deg,#faaca8,#dad0ec);
}

:root .editor-styles-wrapper .has-pale-ocean-gradient-background, :root .has-pale-ocean-gradient-background {
    background: linear-gradient(-135deg,#fff5cb,#b6e3d4 50%,#33a7b5);
}

:root .editor-styles-wrapper .has-electric-grass-gradient-background, :root .has-electric-grass-gradient-background {
    background: linear-gradient(-135deg,#caf880,#71ce7e);
}

:root .editor-styles-wrapper .has-subdued-olive-gradient-background, :root .has-subdued-olive-gradient-background {
    background: linear-gradient(-135deg,#fafae1,#67a671);
}

:root .editor-styles-wrapper .has-atomic-cream-gradient-background, :root .has-atomic-cream-gradient-background {
    background: linear-gradient(-135deg,#fdd79a,#004a59);
}

:root .editor-styles-wrapper .has-nightshade-gradient-background, :root .has-nightshade-gradient-background {
    background: linear-gradient(-135deg,#330968,#31cdcf);
}

:root .editor-styles-wrapper .has-midnight-gradient-background, :root .has-midnight-gradient-background {
    background: linear-gradient(-135deg,#020381,#2874fc);
}

:root .editor-styles-wrapper .has-link-color a, :root .has-link-color a {
    color: #00e;
    color: var(--wp--style--color--link,#00e);
}

.editor-styles-wrapper .has-small-font-size, .has-small-font-size {
    font-size: 13px;
}

.editor-styles-wrapper .has-normal-font-size, .editor-styles-wrapper .has-regular-font-size, .has-normal-font-size, .has-regular-font-size {
    font-size: 16px;
}

.editor-styles-wrapper .has-medium-font-size, .has-medium-font-size {
    font-size: 20px;
}

.editor-styles-wrapper .has-large-font-size, .has-large-font-size {
    font-size: 36px;
}

.editor-styles-wrapper .has-huge-font-size, .editor-styles-wrapper .has-larger-font-size, .has-huge-font-size, .has-larger-font-size {
    font-size: 42px;
}

.has-text-align-center {
    text-align: center;
}

.has-text-align-left {
    text-align: left;
}

.has-text-align-right {
    text-align: right;
}

#end-resizable-editor-section {
    display: none;
}

.aligncenter {
    clear: both;
}

@keyframes plyr-progress {
    to {
        background-position: 25px 0;
    }
}

@keyframes plyr-popup {
    0% {
        opacity: .5;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes plyr-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.plyr {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    align-items: center;
    direction: ltr;
    display: flex;
    flex-direction: column;
    font-family: Avenir,"Avenir Next","Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;
    font-variant-numeric: tabular-nums;
    font-weight: 500;
    height: 100%;
    line-height: 1.7;
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    transition: box-shadow .3s ease;
    z-index: 0;
}

    .plyr audio, .plyr iframe, .plyr video {
        display: block;
        height: 100%;
        width: 100%;
    }

    .plyr button {
        font: inherit;
        line-height: inherit;
        width: auto;
    }

    .plyr:focus {
        outline: 0;
    }

.plyr--full-ui {
    box-sizing: border-box;
}

    .plyr--full-ui *, .plyr--full-ui :after, .plyr--full-ui :before {
        box-sizing: inherit;
    }

    .plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
        touch-action: manipulation;
    }

.plyr__badge {
    background: #4a5764;
    border-radius: 2px;
    color: #fff;
    font-size: 9px;
    line-height: 1;
    padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
    display: none;
}

.plyr__captions {
    animation: plyr-fade-in .3s ease;
    bottom: 0;
    color: #fff;
    display: none;
    font-size: 14px;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    transition: transform .4s ease-in-out;
    width: 100%;
}

    .plyr__captions .plyr__caption {
        background: rgba(0,0,0,.8);
        border-radius: 2px;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        line-height: 185%;
        padding: .2em .5em;
        white-space: pre-wrap;
    }

        .plyr__captions .plyr__caption div {
            display: inline;
        }

    .plyr__captions span:empty {
        display: none;
    }

@media (min-width:480px) {
    .plyr__captions {
        font-size: 16px;
        padding: 20px;
    }
}

@media (min-width:768px) {
    .plyr__captions {
        font-size: 18px;
    }
}

.plyr--captions-active .plyr__captions {
    display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
    transform: translateY(-40px);
}

.plyr__control {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    color: inherit;
    cursor: pointer;
    flex-shrink: 0;
    overflow: visible;
    padding: 7px;
    position: relative;
    transition: all .3s ease;
}

    .plyr__control svg {
        display: block;
        fill: currentColor;
        height: 18px;
        pointer-events: none;
        width: 18px;
    }

    .plyr__control:focus {
        outline: 0;
    }

    .plyr__control.plyr__tab-focus {
        box-shadow: 0 0 0 5px rgba(0,179,255,.5);
        outline: 0;
    }

a.plyr__control {
    text-decoration: none;
}

    a.plyr__control:after, a.plyr__control:before {
        display: none;
    }

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed {
    display: none;
}

.plyr--full-ui ::-webkit-media-controls {
    display: none;
}

.plyr__controls {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    text-align: center;
}

    .plyr__controls .plyr__progress__container {
        flex: 1;
        min-width: 0;
    }

    .plyr__controls .plyr__controls__item {
        margin-left: 2.5px;
    }

        .plyr__controls .plyr__controls__item:first-child {
            margin-left: 0;
            margin-right: auto;
        }

        .plyr__controls .plyr__controls__item.plyr__progress__container {
            padding-left: 2.5px;
        }

        .plyr__controls .plyr__controls__item.plyr__time {
            padding: 0 5px;
        }

            .plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
                padding-left: 0;
            }

    .plyr__controls:empty {
        display: none;
    }

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip] {
    display: none;
}

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
    display: inline-block;
}

.plyr__menu {
    display: flex;
    position: relative;
}

    .plyr__menu .plyr__control svg {
        transition: transform .3s ease;
    }

    .plyr__menu .plyr__control[aria-expanded=true] svg {
        transform: rotate(90deg);
    }

    .plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
        display: none;
    }

.plyr__menu__container {
    animation: plyr-popup .2s ease;
    background: rgba(255,255,255,.9);
    border-radius: 4px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
    color: #4a5764;
    font-size: 16px;
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3;
}

    .plyr__menu__container > div {
        overflow: hidden;
        transition: height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1);
    }

    .plyr__menu__container:after {
        border: 4px solid transparent;
        border-top-color: rgba(255,255,255,.9);
        content: '';
        height: 0;
        position: absolute;
        right: 15px;
        top: 100%;
        width: 0;
    }

    .plyr__menu__container [role=menu] {
        padding: 7px;
    }

    .plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
        margin-top: 2px;
    }

        .plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
            margin-top: 0;
        }

    .plyr__menu__container .plyr__control {
        align-items: center;
        color: #4a5764;
        display: flex;
        font-size: 14px;
        padding: 4px 11px;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 100%;
    }

        .plyr__menu__container .plyr__control > span {
            align-items: inherit;
            display: flex;
            width: 100%;
        }

        .plyr__menu__container .plyr__control:after {
            border: 4px solid transparent;
            content: '';
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }

    .plyr__menu__container .plyr__control--forward {
        padding-right: 28px;
    }

        .plyr__menu__container .plyr__control--forward:after {
            border-left-color: rgba(74,87,100,.8);
            right: 5px;
        }

        .plyr__menu__container .plyr__control--forward.plyr__tab-focus:after, .plyr__menu__container .plyr__control--forward:hover:after {
            border-left-color: currentColor;
        }

    .plyr__menu__container .plyr__control--back {
        font-weight: 500;
        margin: 7px;
        margin-bottom: 3px;
        padding-left: 28px;
        position: relative;
        width: calc(100% - 14px);
    }

        .plyr__menu__container .plyr__control--back:after {
            border-right-color: rgba(74,87,100,.8);
            left: 7px;
        }

        .plyr__menu__container .plyr__control--back:before {
            background: rgba(114,133,151,.2);
            box-shadow: 0 1px 0 #fff;
            content: '';
            height: 1px;
            left: 0;
            margin-top: 4px;
            overflow: hidden;
            position: absolute;
            right: 0;
            top: 100%;
        }

        .plyr__menu__container .plyr__control--back.plyr__tab-focus:after, .plyr__menu__container .plyr__control--back:hover:after {
            border-right-color: currentColor;
        }

    .plyr__menu__container .plyr__control[role=menuitemradio] {
        padding-left: 7px;
    }

        .plyr__menu__container .plyr__control[role=menuitemradio]:after, .plyr__menu__container .plyr__control[role=menuitemradio]:before {
            border-radius: 100%;
        }

        .plyr__menu__container .plyr__control[role=menuitemradio]:before {
            background: rgba(0,0,0,.1);
            content: '';
            display: block;
            flex-shrink: 0;
            height: 16px;
            margin-right: 10px;
            transition: all .3s ease;
            width: 16px;
        }

        .plyr__menu__container .plyr__control[role=menuitemradio]:after {
            background: #fff;
            border: 0;
            height: 6px;
            left: 12px;
            opacity: 0;
            top: 50%;
            transform: translateY(-50%) scale(0);
            transition: transform .3s ease,opacity .3s ease;
            width: 6px;
        }

        .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
            background: #00b3ff;
        }

        .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
            opacity: 1;
            transform: translateY(-50%) scale(1);
        }

        .plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
            background: rgba(0,0,0,.1);
        }

    .plyr__menu__container .plyr__menu__value {
        align-items: center;
        display: flex;
        margin-left: auto;
        margin-right: -5px;
        overflow: hidden;
        padding-left: 25px;
        pointer-events: none;
    }

.plyr--full-ui input[type=range] {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 26px;
    color: #00b3ff;
    display: block;
    height: 19px;
    margin: 0;
    padding: 0;
    transition: box-shadow .3s ease;
    width: 100%;
}

    .plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
        background: 0 0;
        border: 0;
        border-radius: 2.5px;
        height: 5px;
        -webkit-transition: box-shadow .3s ease;
        transition: box-shadow .3s ease;
        -webkit-user-select: none;
        user-select: none;
        background-image: linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0));
    }

    .plyr--full-ui input[type=range]::-webkit-slider-thumb {
        background: #fff;
        border: 0;
        border-radius: 100%;
        box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);
        height: 13px;
        position: relative;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        width: 13px;
        -webkit-appearance: none;
        margin-top: -4px;
    }

    .plyr--full-ui input[type=range]::-moz-range-track {
        background: 0 0;
        border: 0;
        border-radius: 2.5px;
        height: 5px;
        -moz-transition: box-shadow .3s ease;
        transition: box-shadow .3s ease;
        user-select: none;
    }

    .plyr--full-ui input[type=range]::-moz-range-thumb {
        background: #fff;
        border: 0;
        border-radius: 100%;
        box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);
        height: 13px;
        position: relative;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
        width: 13px;
    }

    .plyr--full-ui input[type=range]::-moz-range-progress {
        background: currentColor;
        border-radius: 2.5px;
        height: 5px;
    }

    .plyr--full-ui input[type=range]::-ms-track {
        background: 0 0;
        border: 0;
        border-radius: 2.5px;
        height: 5px;
        -ms-transition: box-shadow .3s ease;
        transition: box-shadow .3s ease;
        -ms-user-select: none;
        user-select: none;
        color: transparent;
    }

    .plyr--full-ui input[type=range]::-ms-fill-upper {
        background: 0 0;
        border: 0;
        border-radius: 2.5px;
        height: 5px;
        -ms-transition: box-shadow .3s ease;
        transition: box-shadow .3s ease;
        -ms-user-select: none;
        user-select: none;
    }

    .plyr--full-ui input[type=range]::-ms-fill-lower {
        background: 0 0;
        border: 0;
        border-radius: 2.5px;
        height: 5px;
        -ms-transition: box-shadow .3s ease;
        transition: box-shadow .3s ease;
        -ms-user-select: none;
        user-select: none;
        background: currentColor;
    }

    .plyr--full-ui input[type=range]::-ms-thumb {
        background: #fff;
        border: 0;
        border-radius: 100%;
        box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);
        height: 13px;
        position: relative;
        -ms-transition: all .2s ease;
        transition: all .2s ease;
        width: 13px;
        margin-top: 0;
    }

    .plyr--full-ui input[type=range]::-ms-tooltip {
        display: none;
    }

    .plyr--full-ui input[type=range]:focus {
        outline: 0;
    }

    .plyr--full-ui input[type=range]::-moz-focus-outer {
        border: 0;
    }

    .plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
        box-shadow: 0 0 0 5px rgba(0,179,255,.5);
        outline: 0;
    }

    .plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
        box-shadow: 0 0 0 5px rgba(0,179,255,.5);
        outline: 0;
    }

    .plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
        box-shadow: 0 0 0 5px rgba(0,179,255,.5);
        outline: 0;
    }

.plyr__poster {
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
    width: 100%;
    z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 1;
}

.plyr__time {
    font-size: 14px;
}

    .plyr__time + .plyr__time:before {
        content: '\2044';
        margin-right: 10px;
    }

@media (max-width:767px) {
    .plyr__time + .plyr__time {
        display: none;
    }
}

.plyr__tooltip {
    background: rgba(255,255,255,.9);
    border-radius: 3px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
    color: #4a5764;
    font-size: 14px;
    font-weight: 500;
    left: 50%;
    line-height: 1.3;
    margin-bottom: 10px;
    opacity: 0;
    padding: 5px 7.5px;
    pointer-events: none;
    position: absolute;
    transform: translate(-50%,10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s .1s ease,opacity .2s .1s ease;
    white-space: nowrap;
    z-index: 2;
}

    .plyr__tooltip:before {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid rgba(255,255,255,.9);
        bottom: -4px;
        content: '';
        height: 0;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        width: 0;
        z-index: 2;
    }

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
    opacity: 1;
    transform: translate(-50%,0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
    z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
    left: 0;
    transform: translate(0,10px) scale(.8);
    transform-origin: 0 100%;
}

    .plyr__controls > .plyr__control:first-child .plyr__tooltip:before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before {
        left: 16px;
    }

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
    left: auto;
    right: 0;
    transform: translate(0,10px) scale(.8);
    transform-origin: 100% 100%;
}

    .plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
        left: auto;
        right: 16px;
        transform: translateX(50%);
    }

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
    transform: translate(0,0) scale(1);
}

.plyr__progress {
    left: 6.5px;
    margin-right: 13px;
    position: relative;
}

    .plyr__progress input[type=range], .plyr__progress__buffer {
        margin-left: -6.5px;
        margin-right: -6.5px;
        width: calc(100% + 13px);
    }

    .plyr__progress input[type=range] {
        position: relative;
        z-index: 2;
    }

    .plyr__progress .plyr__tooltip {
        font-size: 14px;
        left: 0;
    }

.plyr__progress__buffer {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 100px;
    height: 5px;
    left: 0;
    margin-top: -2.5px;
    padding: 0;
    position: absolute;
    top: 50%;
}

    .plyr__progress__buffer::-webkit-progress-bar {
        background: 0 0;
    }

    .plyr__progress__buffer::-webkit-progress-value {
        background: currentColor;
        border-radius: 100px;
        min-width: 5px;
        -webkit-transition: width .2s ease;
        transition: width .2s ease;
    }

    .plyr__progress__buffer::-moz-progress-bar {
        background: currentColor;
        border-radius: 100px;
        min-width: 5px;
        -moz-transition: width .2s ease;
        transition: width .2s ease;
    }

    .plyr__progress__buffer::-ms-fill {
        border-radius: 100px;
        -ms-transition: width .2s ease;
        transition: width .2s ease;
    }

.plyr--loading .plyr__progress__buffer {
    animation: plyr-progress 1s linear infinite;
    background-image: linear-gradient(-45deg,rgba(35,41,47,.6) 25%,transparent 25%,transparent 50%,rgba(35,41,47,.6) 50%,rgba(35,41,47,.6) 75%,transparent 75%,transparent);
    background-repeat: repeat-x;
    background-size: 25px 25px;
    color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
    background-color: rgba(255,255,255,.25);
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
    background-color: rgba(193,201,209,.66);
}

.plyr__volume {
    align-items: center;
    display: flex;
    max-width: 110px;
    min-width: 80px;
    position: relative;
    width: 20%;
}

    .plyr__volume input[type=range] {
        margin-left: 5px;
        margin-right: 5px;
        position: relative;
        z-index: 2;
    }

.plyr--is-ios .plyr__volume {
    min-width: 0;
    width: auto;
}

.plyr--audio {
    display: block;
}

    .plyr--audio .plyr__controls {
        background: #fff;
        border-radius: inherit;
        color: #4a5764;
        padding: 10px;
    }

    .plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
        background: #00b3ff;
        color: #fff;
    }

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
    background-color: rgba(193,201,209,.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
    background-color: rgba(193,201,209,.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
    background-color: rgba(193,201,209,.66);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1);
}

.plyr--audio .plyr__progress__buffer {
    color: rgba(193,201,209,.66);
}

.plyr--video {
    background: #000;
    overflow: hidden;
}

    .plyr--video.plyr--menu-open {
        overflow: visible;
    }

.plyr__video-wrapper {
    background: #000;
    height: 100%;
    margin: auto;
    overflow: hidden;
    width: 100%;
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
}

    .plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
        border: 0;
        left: 0;
        position: absolute;
        top: 0;
    }

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
    padding-bottom: 240%;
    position: relative;
    transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.7));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 20px 5px 5px;
    position: absolute;
    right: 0;
    transition: opacity .4s ease-in-out,transform .4s ease-in-out;
    z-index: 3;
}

@media (min-width:480px) {
    .plyr--video .plyr__controls {
        padding: 35px 10px 10px;
    }
}

.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    background: #00b3ff;
    color: #fff;
}

.plyr__control--overlaid {
    background: rgba(0,179,255,.8);
    border: 0;
    border-radius: 100%;
    color: #fff;
    display: none;
    left: 50%;
    padding: 15px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}

    .plyr__control--overlaid svg {
        left: 2px;
        position: relative;
    }

    .plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
        background: #00b3ff;
    }

.plyr--playing .plyr__control--overlaid {
    opacity: 0;
    visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
    background-color: rgba(255,255,255,.25);
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
    background-color: rgba(255,255,255,.25);
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
    background-color: rgba(255,255,255,.25);
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5);
}

.plyr--video .plyr__progress__buffer {
    color: rgba(255,255,255,.25);
}

.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}

.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}

.plyr:fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}

.plyr:-webkit-full-screen video {
    height: 100%;
}

.plyr:-ms-fullscreen video {
    height: 100%;
}

.plyr:fullscreen video {
    height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static;
}

.plyr:fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
    cursor: none;
}

@media (min-width:1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px;
    }

    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px;
    }

    .plyr:fullscreen .plyr__captions {
        font-size: 21px;
    }
}

.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}

    .plyr:-webkit-full-screen video {
        height: 100%;
    }

    .plyr:-webkit-full-screen .plyr__video-wrapper {
        height: 100%;
        position: static;
    }

    .plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
        height: 0;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
        display: block;
    }

        .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
            display: none;
        }

    .plyr:-webkit-full-screen.plyr--hide-controls {
        cursor: none;
    }

@media (min-width:1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px;
    }
}

.plyr:-moz-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}

    .plyr:-moz-full-screen video {
        height: 100%;
    }

    .plyr:-moz-full-screen .plyr__video-wrapper {
        height: 100%;
        position: static;
    }

    .plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
        height: 0;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
        display: block;
    }

        .plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
            display: none;
        }

    .plyr:-moz-full-screen.plyr--hide-controls {
        cursor: none;
    }

@media (min-width:1024px) {
    .plyr:-moz-full-screen .plyr__captions {
        font-size: 21px;
    }
}

.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}

    .plyr:-ms-fullscreen video {
        height: 100%;
    }

    .plyr:-ms-fullscreen .plyr__video-wrapper {
        height: 100%;
        position: static;
    }

    .plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
        height: 0;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
        display: block;
    }

        .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
            display: none;
        }

    .plyr:-ms-fullscreen.plyr--hide-controls {
        cursor: none;
    }

@media (min-width:1024px) {
    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px;
    }
}

.plyr--fullscreen-fallback {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000000;
}

    .plyr--fullscreen-fallback video {
        height: 100%;
    }

    .plyr--fullscreen-fallback .plyr__video-wrapper {
        height: 100%;
        position: static;
    }

    .plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
        height: 0;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
        display: block;
    }

        .plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
            display: none;
        }

    .plyr--fullscreen-fallback.plyr--hide-controls {
        cursor: none;
    }

@media (min-width:1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
        font-size: 21px;
    }
}

.plyr__ads {
    border-radius: inherit;
    bottom: 0;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

    .plyr__ads > div, .plyr__ads > div iframe {
        height: 100%;
        position: absolute;
        width: 100%;
    }

    .plyr__ads:after {
        background: rgba(35,41,47,.8);
        border-radius: 2px;
        bottom: 10px;
        color: #fff;
        content: attr(data-badge-text);
        font-size: 11px;
        padding: 2px 6px;
        pointer-events: none;
        position: absolute;
        right: 10px;
        z-index: 3;
    }

    .plyr__ads::after:empty {
        display: none;
    }

.plyr__cues {
    background: currentColor;
    display: block;
    height: 5px;
    left: 0;
    margin: -2.5px 0 0;
    opacity: .8;
    position: absolute;
    top: 50%;
    width: 3px;
    z-index: 3;
}

.plyr__preview-thumb {
    background-color: rgba(255,255,255,.9);
    border-radius: 3px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
    margin-bottom: 10px;
    opacity: 0;
    padding: 3px;
    pointer-events: none;
    position: absolute;
    transform: translate(0,10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s .1s ease,opacity .2s .1s ease;
    z-index: 2;
}

.plyr__preview-thumb--is-shown {
    opacity: 1;
    transform: translate(0,0) scale(1);
}

.plyr__preview-thumb:before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(255,255,255,.9);
    bottom: -4px;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2;
}

.plyr__preview-thumb__image-container {
    background: #c1c9d1;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

    .plyr__preview-thumb__image-container img {
        height: 100%;
        left: 0;
        max-height: none;
        max-width: none;
        position: absolute;
        top: 0;
        width: 100%;
    }

.plyr__preview-thumb__time-container {
    bottom: 6px;
    left: 0;
    position: absolute;
    right: 0;
    white-space: nowrap;
    z-index: 3;
}

    .plyr__preview-thumb__time-container span {
        background-color: rgba(0,0,0,.55);
        border-radius: 2px;
        color: #fff;
        font-size: 14px;
        padding: 3px 6px;
    }

.plyr__preview-scrubbing {
    bottom: 0;
    filter: blur(1px);
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
    opacity: 1;
}

.plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%;
}

.plyr--no-transition {
    transition: none !important;
}

.plyr__sr-only {
    clip: rect(1px,1px,1px,1px);
    overflow: hidden;
    border: 0 !important;
    height: 1px !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.plyr [hidden] {
    display: none !important;
}

.readingProgressbar {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999999;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
}

.wpmlr_submit_container {
    text-align: center;
}

.wpmlrload-container {
    width: 100%;
    height: 24px;
    text-align: center;
    display: none;
}

.wpmlr_sending .wpmlrload-container {
    display: block;
}

.wpmlrload-speeding-wheel {
    width: 24px;
    height: 24px;
    margin: 0 auto;
    border: 3px solid #000;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: wpmlrload-spin 1.325s infinite linear;
    -o-animation: wpmlrload-spin 1.325s infinite linear;
    -ms-animation: wpmlrload-spin 1.325s infinite linear;
    -webkit-animation: wpmlrload-spin 1.325s infinite linear;
    -moz-animation: wpmlrload-spin 1.325s infinite linear;
}

.wpmlr_result {
    padding: 5px 10px;
    border: 1px solid;
    border-radius: 3px;
}

    .wpmlr_result.success {
        background: #c8e6c9;
        border-color: #4caf50;
    }

    .wpmlr_result.failed {
        background: #ffcdd2;
        border-color: #f44336;
    }

@keyframes wpmlrload-spin {
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes wpmlrload-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes wpmlrload-spin {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes wpmlrload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes wpmlrload-spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@charset "UTF-8";

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

mark {
    background: 0 0;
    color: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

li, ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

h3, h4, h5, h6 {
    font-weight: 400;
}

img {
    border: none;
    height: auto;
    max-width: 100%;
}

hr {
    background: 0 0;
    border-style: solid;
    border-width: 0;
    height: auto;
    margin: 0;
}

@font-face {
    font-family: IRANSans;
    font-weight: 700;
    font-style: normal;
    src: url(/Content/themes/IranHLS/fonts/IRANSansWeb_Bold.eot);
    src: url(/Content/themes/IranHLS/fonts/IRANSansWeb_Bold.eot?#iefix) format("embedded-opentype"), url(/Content/themes/IranHLS/fonts/IRANSansWeb_Bold.woff2) format("woff2"), url(/Content/themes/IranHLS/fonts/IRANSansWeb_Bold.woff) format("woff"), url(/Content/themes/IranHLS/fonts/IRANSansWeb_Bold.ttf) format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-weight: 500;
    font-style: normal;
    src: url(/Content/themes/IranHLS/fonts/IRANSansWeb_Medium.eot);
    src: url(/Content/themes/IranHLS/fonts/IRANSansWeb_Medium.eot?#iefix) format("embedded-opentype"), url(/Content/themes/IranHLS/fonts/IRANSansWeb_Medium.woff2) format("woff2"), url(/Content/themes/IranHLS/fonts/IRANSansWeb_Medium.woff) format("woff"), url(/Content/themes/IranHLS/fonts/IRANSansWeb_Medium.ttf) format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-weight: 300;
    font-style: normal;
    src: url(/Content/themes/IranHLS/fonts/IRANSansWeb_Light.eot);
    src: url(/Content/themes/IranHLS/fonts/IRANSansWeb_Light.eot?#iefix) format("embedded-opentype"), url(/Content/themes/IranHLS/fonts/IRANSansWeb_Light.woff2) format("woff2"), url(/Content/themes/IranHLS/fonts/IRANSansWeb_Light.woff) format("woff"), url(/Content/themes/IranHLS/fonts/IRANSansWeb_Light.ttf) format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-weight: 400;
    font-style: normal;
    src: url(/Content/themes/IranHLS/fonts/IRANSansWeb.eot);
    src: url(/Content/themes/IranHLS/fonts/IRANSansWeb.eot?#iefix) format("embedded-opentype"), url(/Content/themes/IranHLS/fonts/IRANSansWeb.woff2) format("woff2"), url(/Content/themes/IranHLS/fonts/IRANSansWeb.woff) format("woff"), url(/Content/themes/IranHLS/fonts/IRANSansWeb.ttf) format("truetype");
}

html {
    direction: rtl;
    font-size: 16px;
    position: relative;
}

body {
    background: #fff;
    color: #85878d;
    direction: rtl;
    font-family: IRANSans;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    line-height: 2;
    -webkit-text-size-adjust: none;
}

:focus {
    outline: 0;
}

::selection {
    background: #7966ff;
    color: #fff;
}

::-moz-selection {
    background: #7966ff;
    color: #fff;
}

textarea {
    display: block;
}

input, select, textarea {
    background: #fff;
    border: 1px solid #eaeff5;
    border-radius: 3px;
    color: #949494;
    font-family: IRANSans;
    font-size: 13px;
    padding: 13px 15px;
    width: 100%;
    -webkit-transition: color .15s ease-in-out,background .15s ease-in-out,border .15s ease-in-out;
    -moz-transition: color .15s ease-in-out,background .15s ease-in-out,border .15s ease-in-out;
    -ms-transition: color .15s ease-in-out,background .15s ease-in-out,border .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background .15s ease-in-out,border .15s ease-in-out;
    transition: color .15s ease-in-out,background .15s ease-in-out,border .15s ease-in-out;
}

    input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        color: #949494;
    }

    input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
        color: #949494;
    }

    input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
        color: #949494;
    }

textarea {
    height: 220px;
    padding: 15px;
    resize: none;
}

a {
    color: #85878d;
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -ms-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}

    a:hover {
        color: #7966ff;
    }

input[type=checkbox], input[type=radio] {
    display: none;
}

    input[type=checkbox] + label, input[type=radio] + label {
        padding-right: 36px;
        position: relative;
        cursor: pointer;
        font-weight: 400;
        display: block;
        text-align: right;
    }

        input[type=checkbox] + label:after, input[type=checkbox] + label:before, input[type=radio] + label:after, input[type=radio] + label:before {
            position: absolute;
            right: 0;
            top: 0;
            height: 24px;
            width: 24px;
        }

        input[type=checkbox] + label:before, input[type=radio] + label:before {
            content: '';
            border-width: 1px;
            border-style: solid;
            border-color: #eaeff5;
            background: #fff;
            -webkit-transition: background .25s cubic-bezier(.69,0,.19,1),border .25s cubic-bezier(.69,0,.19,1);
            -moz-transition: background .25s cubic-bezier(.69,0,.19,1),border .25s cubic-bezier(.69,0,.19,1);
            -ms-transition: background .25s cubic-bezier(.69,0,.19,1),border .25s cubic-bezier(.69,0,.19,1);
            -o-transition: background .25s cubic-bezier(.69,0,.19,1),border .25s cubic-bezier(.69,0,.19,1);
            transition: background .25s cubic-bezier(.69,0,.19,1),border .25s cubic-bezier(.69,0,.19,1);
        }

        input[type=checkbox] + label:after, input[type=radio] + label:after {
            content: "\4e";
            font-family: ElegantIcons;
            text-align: center;
            color: #fff;
            font-size: 14px;
            line-height: 24px;
            opacity: 0;
            -webkit-transition: opacity .25s cubic-bezier(.69,0,.19,1);
            -moz-transition: opacity .25s cubic-bezier(.69,0,.19,1);
            -ms-transition: opacity .25s cubic-bezier(.69,0,.19,1);
            -o-transition: opacity .25s cubic-bezier(.69,0,.19,1);
            transition: opacity .25s cubic-bezier(.69,0,.19,1);
        }

    input[type=checkbox]:checked + label:before, input[type=radio]:checked + label:before {
        background: #7966ff;
        border-color: #7966ff;
        opacity: 1;
    }

    input[type=checkbox]:checked + label:after, input[type=radio]:checked + label:after {
        opacity: 1;
    }

    input[type=checkbox] + label:before {
        border-radius: 3px;
    }

    input[type=radio] + label:before {
        border-radius: 100%;
    }

h1, h2, h3, h4, h5, h6 {
    color: #474b53;
    line-height: 1.7;
}

    h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
        font-weight: inherit;
    }

h3, h4, h5, h6 {
    font-weight: 500;
}

h1 {
    font-size: 27px;
    font-weight: 600;
}

h2 {
    font-size: 24px;
    font-weight: 600;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 14px;
}

p {
    color: inherit;
    font-size: inherit;
    font-weight: 400;
}

b, strong {
    font-weight: 500;
}

*, :after, :before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.kt-row {
    margin-left: -15px;
    margin-right: -15px;
}

.column {
    float: right;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.z-index-1 {
    z-index: -1;
    position: relative;
}

.z-index0 {
    z-index: 0;
    position: relative;
}

.z-index1 {
    z-index: 1;
    position: relative;
}

.z-index2 {
    z-index: 2;
    position: relative;
}

.z-index3 {
    z-index: 3;
    position: relative;
}

.z-index4 {
    z-index: 4;
    position: relative;
}

.z-index5 {
    z-index: 5;
    position: relative;
}

.kt-col-xs-1, .vc_col-xs-1 {
    width: 8.3333333333%;
}

.kt-col-xs-2, .vc_col-xs-2 {
    width: 16.6666666667%;
}

.kt-col-xs-3, .vc_col-xs-3 {
    width: 25%;
}

.kt-col-xs-4, .vc_col-xs-4 {
    width: 33.3333333333%;
}

.kt-col-xs-5, .vc_col-xs-5 {
    width: 41.6666666667%;
}

.kt-col-xs-6, .vc_col-xs-6 {
    width: 50%;
}

.kt-col-xs-7, .vc_col-xs-7 {
    width: 58.3333333333%;
}

.kt-col-xs-8, .vc_col-xs-8 {
    width: 66.6666666667%;
}

.kt-col-xs-9, .vc_col-xs-9 {
    width: 75%;
}

.kt-col-xs-10, .vc_col-xs-10 {
    width: 83.3333333333%;
}

.kt-col-xs-11, .vc_col-xs-11 {
    width: 91.6666666667%;
}

.kt-col-xs-12, .vc_col-xs-12 {
    width: 100%;
}

@media (min-width:768px) {
    .kt-col-sm-1, .vc_col-sm-1 {
        width: 8.3333333333%;
    }

    .kt-col-sm-2, .vc_col-sm-2 {
        width: 16.6666666667%;
    }

    .kt-col-sm-3, .vc_col-sm-3 {
        width: 25%;
    }

    .kt-col-sm-4, .vc_col-sm-4 {
        width: 33.3333333333%;
    }

    .kt-col-sm-5, .vc_col-sm-5 {
        width: 41.6666666667%;
    }

    .kt-col-sm-6, .vc_col-sm-6 {
        width: 50%;
    }

    .kt-col-sm-7, .vc_col-sm-7 {
        width: 58.3333333333%;
    }

    .kt-col-sm-8, .vc_col-sm-8 {
        width: 66.6666666667%;
    }

    .kt-col-sm-9, .vc_col-sm-9 {
        width: 75%;
    }

    .kt-col-sm-10, .vc_col-sm-10 {
        width: 83.3333333333%;
    }

    .kt-col-sm-11, .vc_col-sm-11 {
        width: 91.6666666667%;
    }

    .kt-col-sm-12, .vc_col-sm-12 {
        width: 100%;
    }
}

@media (min-width:992px) {
    .kt-col-md-1, .vc_col-md-1 {
        width: 8.3333333333%;
    }

    .kt-col-md-2, .vc_col-md-2 {
        width: 16.6666666667%;
    }

    .kt-col-md-3, .vc_col-md-3 {
        width: 25%;
    }

    .kt-col-md-4, .vc_col-md-4 {
        width: 33.3333333333%;
    }

    .kt-col-md-5, .vc_col-md-5 {
        width: 41.6666666667%;
    }

    .kt-col-md-6, .vc_col-md-6 {
        width: 50%;
    }

    .kt-col-md-7, .vc_col-md-7 {
        width: 58.3333333333%;
    }

    .kt-col-md-8, .vc_col-md-8 {
        width: 66.6666666667%;
    }

    .kt-col-md-9, .vc_col-md-9 {
        width: 75%;
    }

    .kt-col-md-10, .vc_col-md-10 {
        width: 83.3333333333%;
    }

    .kt-col-md-11, .vc_col-md-11 {
        width: 91.6666666667%;
    }

    .kt-col-md-12, .vc_col-md-12 {
        width: 100%;
    }
}

@media (min-width:1200px) {
    .kt-col-lg-1, .vc_col-lg-1 {
        width: 8.3333333333%;
    }

    .kt-col-lg-2, .vc_col-lg-2 {
        width: 16.6666666667%;
    }

    .kt-col-lg-3, .vc_col-lg-3 {
        width: 25%;
    }

    .kt-col-lg-4, .vc_col-lg-4 {
        width: 33.3333333333%;
    }

    .kt-col-lg-5, .vc_col-lg-5 {
        width: 41.6666666667%;
    }

    .kt-col-lg-6, .vc_col-lg-6 {
        width: 50%;
    }

    .kt-col-lg-7, .vc_col-lg-7 {
        width: 58.3333333333%;
    }

    .kt-col-lg-8, .vc_col-lg-8 {
        width: 66.6666666667%;
    }

    .kt-col-lg-9, .vc_col-lg-9 {
        width: 75%;
    }

    .kt-col-lg-10, .vc_col-lg-10 {
        width: 83.3333333333%;
    }

    .kt-col-lg-11, .vc_col-lg-11 {
        width: 91.6666666667%;
    }

    .kt-col-lg-12, .vc_col-lg-12 {
        width: 100%;
    }
}

.vc_col-xs-1, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9, .vc_non_responsive .vc_row .vc_col-sm-10, .vc_non_responsive .vc_row .vc_col-sm-11, .vc_non_responsive .vc_row .vc_col-sm-12, .vc_non_responsive .vc_row .vc_col-sm-2, .vc_non_responsive .vc_row .vc_col-sm-3, .vc_non_responsive .vc_row .vc_col-sm-4, .vc_non_responsive .vc_row .vc_col-sm-5, .vc_non_responsive .vc_row .vc_col-sm-6, .vc_non_responsive .vc_row .vc_col-sm-7, .vc_non_responsive .vc_row .vc_col-sm-8, .vc_non_responsive .vc_row .vc_col-sm-9 {
    float: right;
    min-height: 1px;
}

.vc_col-xs-offset-0, .vc_media-lg .vc_col-lg-offset-0, .vc_media-md .vc_col-md-offset-0, .vc_media-sm .vc_col-sm-offset-0, .vc_media-xs .vc_col-xs-offset-0, .vc_non_responsive .vc_row .vc_col-sm-offset-0 {
    margin-right: 0;
}

.vc_col-xs-pull-0, .vc_media-lg .vc_col-lg-pull-0, .vc_media-md .vc_col-md-pull-0, .vc_media-sm .vc_col-sm-pull-0, .vc_media-xs .vc_col-xs-pull-0 {
    left: 0;
}

.vc_col-xs-push-0, .vc_media-lg .vc_col-lg-push-0, .vc_media-md .vc_col-md-push-0, .vc_media-sm .vc_col-sm-push-0, .vc_media-xs .vc_col-xs-push-0 {
    right: 0;
}

.vc_col-xs-offset-1, .vc_media-lg .vc_col-lg-offset-1, .vc_media-md .vc_col-md-offset-1, .vc_media-sm .vc_col-sm-offset-1, .vc_media-xs .vc_col-xs-offset-1, .vc_non_responsive .vc_row .vc_col-sm-offset-1 {
    margin-right: 8.3333333333%;
}

.vc_col-xs-pull-1, .vc_media-lg .vc_col-lg-pull-1, .vc_media-md .vc_col-md-pull-1, .vc_media-sm .vc_col-sm-pull-1, .vc_media-xs .vc_col-xs-pull-1 {
    left: 8.3333333333%;
}

.vc_col-xs-push-1, .vc_media-lg .vc_col-lg-push-1, .vc_media-md .vc_col-md-push-1, .vc_media-sm .vc_col-sm-push-1, .vc_media-xs .vc_col-xs-push-1 {
    right: 8.3333333333%;
}

.vc_col-xs-offset-2, .vc_media-lg .vc_col-lg-offset-2, .vc_media-md .vc_col-md-offset-2, .vc_media-sm .vc_col-sm-offset-2, .vc_media-xs .vc_col-xs-offset-2, .vc_non_responsive .vc_row .vc_col-sm-offset-2 {
    margin-right: 16.6666666667%;
}

.vc_col-xs-pull-2, .vc_media-lg .vc_col-lg-pull-2, .vc_media-md .vc_col-md-pull-2, .vc_media-sm .vc_col-sm-pull-2, .vc_media-xs .vc_col-xs-pull-2 {
    left: 16.6666666667%;
}

.vc_col-xs-push-2, .vc_media-lg .vc_col-lg-push-2, .vc_media-md .vc_col-md-push-2, .vc_media-sm .vc_col-sm-push-2, .vc_media-xs .vc_col-xs-push-2 {
    right: 16.6666666667%;
}

.vc_col-xs-offset-3, .vc_media-lg .vc_col-lg-offset-3, .vc_media-md .vc_col-md-offset-3, .vc_media-sm .vc_col-sm-offset-3, .vc_media-xs .vc_col-xs-offset-3, .vc_non_responsive .vc_row .vc_col-sm-offset-3 {
    margin-right: 25%;
}

.vc_col-xs-pull-3, .vc_media-lg .vc_col-lg-pull-3, .vc_media-md .vc_col-md-pull-3, .vc_media-sm .vc_col-sm-pull-3, .vc_media-xs .vc_col-xs-pull-3 {
    left: 25%;
}

.vc_col-xs-push-3, .vc_media-lg .vc_col-lg-push-3, .vc_media-md .vc_col-md-push-3, .vc_media-sm .vc_col-sm-push-3, .vc_media-xs .vc_col-xs-push-3 {
    right: 25%;
}

.vc_col-xs-offset-4, .vc_media-lg .vc_col-lg-offset-4, .vc_media-md .vc_col-md-offset-4, .vc_media-sm .vc_col-sm-offset-4, .vc_media-xs .vc_col-xs-offset-4, .vc_non_responsive .vc_row .vc_col-sm-offset-4 {
    margin-right: 33.3333333333%;
}

.vc_col-xs-pull-4, .vc_media-lg .vc_col-lg-pull-4, .vc_media-md .vc_col-md-pull-4, .vc_media-sm .vc_col-sm-pull-4, .vc_media-xs .vc_col-xs-pull-4 {
    left: 33.3333333333%;
}

.vc_col-xs-push-4, .vc_media-lg .vc_col-lg-push-4, .vc_media-md .vc_col-md-push-4, .vc_media-sm .vc_col-sm-push-4, .vc_media-xs .vc_col-xs-push-4 {
    right: 33.3333333333%;
}

.vc_col-xs-offset-5, .vc_media-lg .vc_col-lg-offset-5, .vc_media-md .vc_col-md-offset-5, .vc_media-sm .vc_col-sm-offset-5, .vc_media-xs .vc_col-xs-offset-5, .vc_non_responsive .vc_row .vc_col-sm-offset-5 {
    margin-right: 41.6666666667%;
}

.vc_col-xs-pull-5, .vc_media-lg .vc_col-lg-pull-5, .vc_media-md .vc_col-md-pull-5, .vc_media-sm .vc_col-sm-pull-5, .vc_media-xs .vc_col-xs-pull-5 {
    left: 41.6666666667%;
}

.vc_col-xs-push-5, .vc_media-lg .vc_col-lg-push-5, .vc_media-md .vc_col-md-push-5, .vc_media-sm .vc_col-sm-push-5, .vc_media-xs .vc_col-xs-push-5 {
    right: 41.6666666667%;
}

.vc_col-xs-offset-6, .vc_media-lg .vc_col-lg-offset-6, .vc_media-md .vc_col-md-offset-6, .vc_media-sm .vc_col-sm-offset-6, .vc_media-xs .vc_col-xs-offset-6, .vc_non_responsive .vc_row .vc_col-sm-offset-6 {
    margin-right: 50%;
}

.vc_col-xs-pull-6, .vc_media-lg .vc_col-lg-pull-6, .vc_media-md .vc_col-md-pull-6, .vc_media-sm .vc_col-sm-pull-6, .vc_media-xs .vc_col-xs-pull-6 {
    left: 50%;
}

.vc_col-xs-push-6, .vc_media-lg .vc_col-lg-push-6, .vc_media-md .vc_col-md-push-6, .vc_media-sm .vc_col-sm-push-6, .vc_media-xs .vc_col-xs-push-6 {
    right: 50%;
}

.vc_col-xs-offset-7, .vc_media-lg .vc_col-lg-offset-7, .vc_media-md .vc_col-md-offset-7, .vc_media-sm .vc_col-sm-offset-7, .vc_media-xs .vc_col-xs-offset-7, .vc_non_responsive .vc_row .vc_col-sm-offset-7 {
    margin-right: 58.3333333333%;
}

.vc_col-xs-pull-7, .vc_media-lg .vc_col-lg-pull-7, .vc_media-md .vc_col-md-pull-7, .vc_media-sm .vc_col-sm-pull-7, .vc_media-xs .vc_col-xs-pull-7 {
    left: 58.3333333333%;
}

.vc_col-xs-push-7, .vc_media-lg .vc_col-lg-push-7, .vc_media-md .vc_col-md-push-7, .vc_media-sm .vc_col-sm-push-7, .vc_media-xs .vc_col-xs-push-7 {
    right: 58.3333333333%;
}

.vc_col-xs-offset-8, .vc_media-lg .vc_col-lg-offset-8, .vc_media-md .vc_col-md-offset-8, .vc_media-sm .vc_col-sm-offset-8, .vc_media-xs .vc_col-xs-offset-8, .vc_non_responsive .vc_row .vc_col-sm-offset-8 {
    margin-right: 66.6666666667%;
}

.vc_col-xs-pull-8, .vc_media-lg .vc_col-lg-pull-8, .vc_media-md .vc_col-md-pull-8, .vc_media-sm .vc_col-sm-pull-8, .vc_media-xs .vc_col-xs-pull-8 {
    left: 66.6666666667%;
}

.vc_col-xs-push-8, .vc_media-lg .vc_col-lg-push-8, .vc_media-md .vc_col-md-push-8, .vc_media-sm .vc_col-sm-push-8, .vc_media-xs .vc_col-xs-push-8 {
    right: 66.6666666667%;
}

.vc_col-xs-offset-9, .vc_media-lg .vc_col-lg-offset-9, .vc_media-md .vc_col-md-offset-9, .vc_media-sm .vc_col-sm-offset-9, .vc_media-xs .vc_col-xs-offset-9, .vc_non_responsive .vc_row .vc_col-sm-offset-9 {
    margin-right: 75%;
}

.vc_col-xs-pull-9, .vc_media-lg .vc_col-lg-pull-9, .vc_media-md .vc_col-md-pull-9, .vc_media-sm .vc_col-sm-pull-9, .vc_media-xs .vc_col-xs-pull-9 {
    left: 75%;
}

.vc_col-xs-push-9, .vc_media-lg .vc_col-lg-push-9, .vc_media-md .vc_col-md-push-9, .vc_media-sm .vc_col-sm-push-9, .vc_media-xs .vc_col-xs-push-9 {
    right: 75%;
}

.vc_col-xs-offset-10, .vc_media-lg .vc_col-lg-offset-10, .vc_media-md .vc_col-md-offset-10, .vc_media-sm .vc_col-sm-offset-10, .vc_media-xs .vc_col-xs-offset-10, .vc_non_responsive .vc_row .vc_col-sm-offset-10 {
    margin-right: 83.3333333333%;
}

.vc_col-xs-pull-10, .vc_media-lg .vc_col-lg-pull-10, .vc_media-md .vc_col-md-pull-10, .vc_media-sm .vc_col-sm-pull-10, .vc_media-xs .vc_col-xs-pull-10 {
    left: 83.3333333333%;
}

.vc_col-xs-push-10, .vc_media-lg .vc_col-lg-push-10, .vc_media-md .vc_col-md-push-10, .vc_media-sm .vc_col-sm-push-10, .vc_media-xs .vc_col-xs-push-10 {
    right: 83.3333333333%;
}

.vc_col-xs-offset-11, .vc_media-lg .vc_col-lg-offset-11, .vc_media-md .vc_col-md-offset-11, .vc_media-sm .vc_col-sm-offset-11, .vc_media-xs .vc_col-xs-offset-11, .vc_non_responsive .vc_row .vc_col-sm-offset-11 {
    margin-right: 91.6666666667%;
}

.vc_col-xs-pull-11, .vc_media-lg .vc_col-lg-pull-11, .vc_media-md .vc_col-md-pull-11, .vc_media-sm .vc_col-sm-pull-11, .vc_media-xs .vc_col-xs-pull-11 {
    left: 91.6666666667%;
}

.vc_col-xs-push-11, .vc_media-lg .vc_col-lg-push-11, .vc_media-md .vc_col-md-push-11, .vc_media-sm .vc_col-sm-push-11, .vc_media-xs .vc_col-xs-push-11 {
    right: 91.6666666667%;
}

.vc_col-xs-offset-12, .vc_media-lg .vc_col-lg-offset-12, .vc_media-md .vc_col-md-offset-12, .vc_media-sm .vc_col-sm-offset-12, .vc_media-xs .vc_col-xs-offset-12, .vc_non_responsive .vc_row .vc_col-sm-offset-12 {
    margin-right: 100%;
}

.vc_col-xs-pull-12, .vc_media-lg .vc_col-lg-pull-12, .vc_media-md .vc_col-md-pull-12, .vc_media-sm .vc_col-sm-pull-12, .vc_media-xs .vc_col-xs-pull-12 {
    left: 100%;
}

.vc_col-xs-push-12, .vc_media-lg .vc_col-lg-push-12, .vc_media-md .vc_col-md-push-12, .vc_media-sm .vc_col-sm-push-12, .vc_media-xs .vc_col-xs-push-12 {
    right: 100%;
}

@media (min-width:768px) {
    .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9 {
        float: right;
        min-height: 1px;
    }

    .vc_col-sm-offset-0 {
        margin-right: 0;
    }

    .vc_col-sm-pull-0 {
        left: 0;
    }

    .vc_col-sm-push-0 {
        right: 0;
    }

    .vc_col-sm-offset-1 {
        margin-right: 8.3333333333%;
    }

    .vc_col-sm-pull-1 {
        left: 8.3333333333%;
    }

    .vc_col-sm-push-1 {
        right: 8.3333333333%;
    }

    .vc_col-sm-offset-2 {
        margin-right: 16.6666666667%;
    }

    .vc_col-sm-pull-2 {
        left: 16.6666666667%;
    }

    .vc_col-sm-push-2 {
        right: 16.6666666667%;
    }

    .vc_col-sm-offset-3 {
        margin-right: 25%;
    }

    .vc_col-sm-pull-3 {
        left: 25%;
    }

    .vc_col-sm-push-3 {
        right: 25%;
    }

    .vc_col-sm-offset-4 {
        margin-right: 33.3333333333%;
    }

    .vc_col-sm-pull-4 {
        left: 33.3333333333%;
    }

    .vc_col-sm-push-4 {
        right: 33.3333333333%;
    }

    .vc_col-sm-offset-5 {
        margin-right: 41.6666666667%;
    }

    .vc_col-sm-pull-5 {
        left: 41.6666666667%;
    }

    .vc_col-sm-push-5 {
        right: 41.6666666667%;
    }

    .vc_col-sm-offset-6 {
        margin-right: 50%;
    }

    .vc_col-sm-pull-6 {
        left: 50%;
    }

    .vc_col-sm-push-6 {
        right: 50%;
    }

    .vc_col-sm-offset-7 {
        margin-right: 58.3333333333%;
    }

    .vc_col-sm-pull-7 {
        left: 58.3333333333%;
    }

    .vc_col-sm-push-7 {
        right: 58.3333333333%;
    }

    .vc_col-sm-offset-8 {
        margin-right: 66.6666666667%;
    }

    .vc_col-sm-pull-8 {
        left: 66.6666666667%;
    }

    .vc_col-sm-push-8 {
        right: 66.6666666667%;
    }

    .vc_col-sm-offset-9 {
        margin-right: 75%;
    }

    .vc_col-sm-pull-9 {
        left: 75%;
    }

    .vc_col-sm-push-9 {
        right: 75%;
    }

    .vc_col-sm-offset-10 {
        margin-right: 83.3333333333%;
    }

    .vc_col-sm-pull-10 {
        left: 83.3333333333%;
    }

    .vc_col-sm-push-10 {
        right: 83.3333333333%;
    }

    .vc_col-sm-offset-11 {
        margin-right: 91.6666666667%;
    }

    .vc_col-sm-pull-11 {
        left: 91.6666666667%;
    }

    .vc_col-sm-push-11 {
        right: 91.6666666667%;
    }

    .vc_col-sm-offset-12 {
        margin-right: 100%;
    }

    .vc_col-sm-pull-12 {
        left: 100%;
    }

    .vc_col-sm-push-12 {
        right: 100%;
    }
}

@media (min-width:992px) {
    .vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9 {
        float: right;
        min-height: 1px;
    }

    .vc_col-md-offset-0 {
        margin-right: 0;
    }

    .vc_col-md-pull-0 {
        left: 0;
    }

    .vc_col-md-push-0 {
        right: 0;
    }

    .vc_col-md-offset-1 {
        margin-right: 8.3333333333%;
    }

    .vc_col-md-pull-1 {
        left: 8.3333333333%;
    }

    .vc_col-md-push-1 {
        right: 8.3333333333%;
    }

    .vc_col-md-offset-2 {
        margin-right: 16.6666666667%;
    }

    .vc_col-md-pull-2 {
        left: 16.6666666667%;
    }

    .vc_col-md-push-2 {
        right: 16.6666666667%;
    }

    .vc_col-md-offset-3 {
        margin-right: 25%;
    }

    .vc_col-md-pull-3 {
        left: 25%;
    }

    .vc_col-md-push-3 {
        right: 25%;
    }

    .vc_col-md-offset-4 {
        margin-right: 33.3333333333%;
    }

    .vc_col-md-pull-4 {
        left: 33.3333333333%;
    }

    .vc_col-md-push-4 {
        right: 33.3333333333%;
    }

    .vc_col-md-offset-5 {
        margin-right: 41.6666666667%;
    }

    .vc_col-md-pull-5 {
        left: 41.6666666667%;
    }

    .vc_col-md-push-5 {
        right: 41.6666666667%;
    }

    .vc_col-md-offset-6 {
        margin-right: 50%;
    }

    .vc_col-md-pull-6 {
        left: 50%;
    }

    .vc_col-md-push-6 {
        right: 50%;
    }

    .vc_col-md-offset-7 {
        margin-right: 58.3333333333%;
    }

    .vc_col-md-pull-7 {
        left: 58.3333333333%;
    }

    .vc_col-md-push-7 {
        right: 58.3333333333%;
    }

    .vc_col-md-offset-8 {
        margin-right: 66.6666666667%;
    }

    .vc_col-md-pull-8 {
        left: 66.6666666667%;
    }

    .vc_col-md-push-8 {
        right: 66.6666666667%;
    }

    .vc_col-md-offset-9 {
        margin-right: 75%;
    }

    .vc_col-md-pull-9 {
        left: 75%;
    }

    .vc_col-md-push-9 {
        right: 75%;
    }

    .vc_col-md-offset-10 {
        margin-right: 83.3333333333%;
    }

    .vc_col-md-pull-10 {
        left: 83.3333333333%;
    }

    .vc_col-md-push-10 {
        right: 83.3333333333%;
    }

    .vc_col-md-offset-11 {
        margin-right: 91.6666666667%;
    }

    .vc_col-md-pull-11 {
        left: 91.6666666667%;
    }

    .vc_col-md-push-11 {
        right: 91.6666666667%;
    }

    .vc_col-md-offset-12 {
        margin-right: 100%;
    }

    .vc_col-md-pull-12 {
        left: 100%;
    }

    .vc_col-md-push-12 {
        right: 100%;
    }
}

@media (min-width:1200px) {
    .vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9 {
        float: right;
        min-height: 1px;
    }

    .vc_col-lg-offset-0 {
        margin-right: 0;
    }

    .vc_col-lg-pull-0 {
        left: 0;
    }

    .vc_col-lg-push-0 {
        right: 0;
    }

    .vc_col-lg-offset-1 {
        margin-right: 8.3333333333%;
    }

    .vc_col-lg-pull-1 {
        left: 8.3333333333%;
    }

    .vc_col-lg-push-1 {
        right: 8.3333333333%;
    }

    .vc_col-lg-offset-2 {
        margin-right: 16.6666666667%;
    }

    .vc_col-lg-pull-2 {
        left: 16.6666666667%;
    }

    .vc_col-lg-push-2 {
        right: 16.6666666667%;
    }

    .vc_col-lg-offset-3 {
        margin-right: 25%;
    }

    .vc_col-lg-pull-3 {
        left: 25%;
    }

    .vc_col-lg-push-3 {
        right: 25%;
    }

    .vc_col-lg-offset-4 {
        margin-right: 33.3333333333%;
    }

    .vc_col-lg-pull-4 {
        left: 33.3333333333%;
    }

    .vc_col-lg-push-4 {
        right: 33.3333333333%;
    }

    .vc_col-lg-offset-5 {
        margin-right: 41.6666666667%;
    }

    .vc_col-lg-pull-5 {
        left: 41.6666666667%;
    }

    .vc_col-lg-push-5 {
        right: 41.6666666667%;
    }

    .vc_col-lg-offset-6 {
        margin-right: 50%;
    }

    .vc_col-lg-pull-6 {
        left: 50%;
    }

    .vc_col-lg-push-6 {
        right: 50%;
    }

    .vc_col-lg-offset-7 {
        margin-right: 58.3333333333%;
    }

    .vc_col-lg-pull-7 {
        left: 58.3333333333%;
    }

    .vc_col-lg-push-7 {
        right: 58.3333333333%;
    }

    .vc_col-lg-offset-8 {
        margin-right: 66.6666666667%;
    }

    .vc_col-lg-pull-8 {
        left: 66.6666666667%;
    }

    .vc_col-lg-push-8 {
        right: 66.6666666667%;
    }

    .vc_col-lg-offset-9 {
        margin-right: 75%;
    }

    .vc_col-lg-pull-9 {
        left: 75%;
    }

    .vc_col-lg-push-9 {
        right: 75%;
    }

    .vc_col-lg-offset-10 {
        margin-right: 83.3333333333%;
    }

    .vc_col-lg-pull-10 {
        left: 83.3333333333%;
    }

    .vc_col-lg-push-10 {
        right: 83.3333333333%;
    }

    .vc_col-lg-offset-11 {
        margin-right: 91.6666666667%;
    }

    .vc_col-lg-pull-11 {
        left: 91.6666666667%;
    }

    .vc_col-lg-push-11 {
        right: 91.6666666667%;
    }

    .vc_col-lg-offset-12 {
        margin-right: 100%;
    }

    .vc_col-lg-pull-12 {
        left: 100%;
    }

    .vc_col-lg-push-12 {
        right: 100%;
    }
}

@media only screen and (max-width:767px) {
    .kt-hidden-xs {
        display: none !important;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .kt-hidden-sm {
        display: none !important;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .kt-hidden-md {
        display: none !important;
    }
}

@media only screen and (min-width:1200px) {
    .kt-hidden-lg {
        display: none !important;
    }
}

.kt-lazyload {
    background-color: #f4f4f4;
    background-image: url(/Content/img/image-loading.svg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 0;
    overflow: hidden;
    padding-top: 50%;
}

    .kt-lazyload.kt-lazyloaded {
        animation-duration: .2s;
        animation-name: vtFadeIn;
        -webkit-animation-name: vtFadeIn;
        background: 0 0 !important;
        height: auto !important;
        padding-top: 0 !important;
    }

.vc_column_container > .vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.wrapper {
    margin: 0 auto;
    max-width: 1250px;
    padding: 0 25px;
}

    .wrapper .wrapper {
        max-width: none;
        padding: 0;
    }

.clearfix, .icon-box3-text ul, .kt-row {
    clear: both;
    zoom: 1;
}

    .clearfix:after, .clearfix:before, .icon-box3-text ul:after, .icon-box3-text ul:before, .kt-row:after, .kt-row:before {
        clear: both;
        content: '';
        display: block;
    }

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.align-center {
    text-align: center;
}

.google-map-holder img {
    max-width: inherit;
}

.parallax {
    background-color: transparent;
    overflow: hidden;
    position: relative;
}

.parallax-image-holder {
    background-position: 50% 50%;
    height: 100%;
    position: absolute;
    top: 0;
    transform: translate(0,0);
    width: 100%;
    z-index: 1;
    left: 0;
}

.row-outer-holder {
    position: relative;
    z-index: 2;
}

.page-holder {
    direction: rtl;
    overflow-y: hidden;
}

.float-left, .wpb_column.float-left {
    float: left !important;
}

.float-right, .wpb_column.float-right {
    float: right !important;
}

.alignnone {
    vertical-align: middle;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

    .wp-caption.alignnone {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignleft {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignright {
        margin: 5px 0 20px 20px;
    }

    .wp-caption img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 98.5%;
        padding: 0;
        width: auto;
    }

    .wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        margin: 0;
        padding: 0 4px 5px;
    }

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-weight: 700;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
    }

.button-holder.button-inline {
    display: inline-block;
    vertical-align: middle;
}

.button, button, input[type=submit] {
    border: none;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    font-family: IRANSans;
    font-size: 16px;
    line-height: 1.5em;
    vertical-align: middle;
    width: auto;
    position: relative;
    -webkit-transition: box-shadow .2s ease-in-out,background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out,top .2s ease-in-out;
    -moz-transition: box-shadow .2s ease-in-out,background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out,top .2s ease-in-out;
    -ms-transition: box-shadow .2s ease-in-out,background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out,top .2s ease-in-out;
    -o-transition: box-shadow .2s ease-in-out,background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out,top .2s ease-in-out;
    transition: box-shadow .2s ease-in-out,background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out,top .2s ease-in-out;
    top: 0;
}

    .button:not(.button-transparent), button:not(.button-transparent), input[type=submit]:not(.button-transparent) {
        border-radius: 50px;
        padding: 11px 28px;
    }

    .button.with-icon, button.with-icon, input[type=submit].with-icon {
        font-size: 18px;
        line-height: 24px;
    }

        .button.with-icon:after, button.with-icon:after, input[type=submit].with-icon:after {
            content: "\23";
            font-family: ElegantIcons;
            font-size: 22px;
            margin-right: 10px;
            position: relative;
            right: 0;
            top: 5px;
            -webkit-transition: right .2s ease-in-out;
            -moz-transition: right .2s ease-in-out;
            -ms-transition: right .2s ease-in-out;
            -o-transition: right .2s ease-in-out;
            transition: right .2s ease-in-out;
        }

        .button.with-icon:hover:after, button.with-icon:hover:after, input[type=submit].with-icon:hover:after {
            right: 3px;
        }

    .button.button-transparent, button.button-transparent, input[type=submit].button-transparent {
        padding: 11px 0;
    }

    .button.button-bordered, button.button-bordered, input[type=submit].button-bordered {
        border-style: solid;
        border-width: 2px;
    }

    .button.button-bordered, .button.button-ns, .button.button-transparent, button.button-bordered, button.button-ns, button.button-transparent, input[type=submit].button-bordered, input[type=submit].button-ns, input[type=submit].button-transparent {
        box-shadow: none !important;
    }

    .button.button-light:not(.button-transparent):not(.button-bordered), button.button-light:not(.button-transparent):not(.button-bordered), input[type=submit].button-light:not(.button-transparent):not(.button-bordered) {
        background: #f6f7f9;
        color: #85878d;
    }

    .button.button-light.button-bordered, button.button-light.button-bordered, input[type=submit].button-light.button-bordered {
        color: #85878d;
        border-color: #f6f7f9;
    }

    .button.button-light.active.button-bordered, .button.button-light:hover.button-bordered, button.button-light.active.button-bordered, button.button-light:hover.button-bordered, input[type=submit].button-light.active.button-bordered, input[type=submit].button-light:hover.button-bordered {
        background: #f6f7f9;
        color: #64666b;
    }

    .button.button-light.active:not(.button-transparent):not(.button-bordered), .button.button-light:hover:not(.button-transparent):not(.button-bordered), button.button-light.active:not(.button-transparent):not(.button-bordered), button.button-light:hover:not(.button-transparent):not(.button-bordered), input[type=submit].button-light.active:not(.button-transparent):not(.button-bordered), input[type=submit].button-light:hover:not(.button-transparent):not(.button-bordered) {
        background: #eaecf1;
        color: #64666b;
    }

    .button.button-light.button-transparent, button.button-light.button-transparent, input[type=submit].button-light.button-transparent {
        color: #85878d;
    }

        .button.button-light.button-transparent.active, .button.button-light.button-transparent:hover, button.button-light.button-transparent.active, button.button-light.button-transparent:hover, input[type=submit].button-light.button-transparent.active, input[type=submit].button-light.button-transparent:hover {
            color: #6c6e73;
        }

    .button.button-dark, button.button-dark, input[type=submit].button-dark {
        background: #535761;
        color: #cacaca;
    }

        .button.button-dark.active, .button.button-dark:hover, button.button-dark.active, button.button-dark:hover, input[type=submit].button-dark.active, input[type=submit].button-dark:hover {
            background: #7966ff;
            color: #fff;
        }

        .button.button-dark.button-transparent, button.button-dark.button-transparent, input[type=submit].button-dark.button-transparent {
            color: #cacaca;
        }

            .button.button-dark.button-transparent.active, .button.button-dark.button-transparent:hover, button.button-dark.button-transparent.active, button.button-dark.button-transparent:hover, input[type=submit].button-dark.button-transparent.active, input[type=submit].button-dark.button-transparent:hover {
                color: #fff;
            }

    .button.button-white:not(.button-transparent):not(.button-bordered), button.button-white:not(.button-transparent):not(.button-bordered), input[type=submit].button-white:not(.button-transparent):not(.button-bordered) {
        background: #fff;
        color: #7966ff;
    }

    .button.button-white.button-bordered, button.button-white.button-bordered, input[type=submit].button-white.button-bordered {
        color: #fff;
        border-color: #fff;
    }

    .button.button-white.active.button-bordered, .button.button-white:hover.button-bordered, button.button-white.active.button-bordered, button.button-white:hover.button-bordered, input[type=submit].button-white.active.button-bordered, input[type=submit].button-white:hover.button-bordered {
        background: #fff;
        color: #7966ff;
    }

    .button.button-white.active:not(.button-transparent):not(.button-bordered), .button.button-white:hover:not(.button-transparent):not(.button-bordered), button.button-white.active:not(.button-transparent):not(.button-bordered), button.button-white:hover:not(.button-transparent):not(.button-bordered), input[type=submit].button-white.active:not(.button-transparent):not(.button-bordered), input[type=submit].button-white:hover:not(.button-transparent):not(.button-bordered) {
        background: #f6f7f9;
        color: #7966ff;
    }

    .button.button-white.button-transparent, button.button-white.button-transparent, input[type=submit].button-white.button-transparent {
        color: #fff;
    }

        .button.button-white.button-transparent.active, .button.button-white.button-transparent:hover, button.button-white.button-transparent.active, button.button-white.button-transparent:hover, input[type=submit].button-white.button-transparent.active, input[type=submit].button-white.button-transparent:hover {
            color: #f6f7f9;
        }

    .button.button-default:not(.button-transparent):not(.button-bordered), button.button-default:not(.button-transparent):not(.button-bordered), input[type=submit].button-default:not(.button-transparent):not(.button-bordered) {
        background: #7966FF;
        color: #fff;
        box-shadow: 0 2px 5px rgba(255,255,255,.25),0 5px 15px rgba(121,102,255,.45);
    }

    .button.button-default.button-bordered, button.button-default.button-bordered, input[type=submit].button-default.button-bordered {
        color: #7966ff;
        border-color: #7966ff;
    }

    .button.button-default.active.button-bordered, .button.button-default:hover.button-bordered, button.button-default.active.button-bordered, button.button-default:hover.button-bordered, input[type=submit].button-default.active.button-bordered, input[type=submit].button-default:hover.button-bordered {
        color: #fff;
        background: #7966ff;
    }

    .button.button-default.active:not(.button-transparent):not(.button-bordered), .button.button-default:hover:not(.button-transparent):not(.button-bordered), button.button-default.active:not(.button-transparent):not(.button-bordered), button.button-default:hover:not(.button-transparent):not(.button-bordered), input[type=submit].button-default.active:not(.button-transparent):not(.button-bordered), input[type=submit].button-default:hover:not(.button-transparent):not(.button-bordered) {
        color: #fff;
        background: #5A61E6;
        box-shadow: 0 2px 5px rgba(255,255,255,.3),0 7px 30px rgba(90,97,230,.45);
        top: -1px;
    }

    .button.button-default.button-transparent, button.button-default.button-transparent, input[type=submit].button-default.button-transparent {
        color: #7966ff;
    }

        .button.button-default.button-transparent.active, .button.button-default.button-transparent:hover, button.button-default.button-transparent.active, button.button-default.button-transparent:hover, input[type=submit].button-default.button-transparent.active, input[type=submit].button-default.button-transparent:hover {
            color: #59b536;
        }

    .button.button-blue:not(.button-transparent):not(.button-bordered), button.button-blue:not(.button-transparent):not(.button-bordered), input[type=submit].button-blue:not(.button-transparent):not(.button-bordered) {
        background: #1f94ce;
        color: #fff;
        box-shadow: 0 2px 5px rgba(255,255,255,.25),0 5px 15px rgba(31,148,206,.35);
    }

    .button.button-blue.button-bordered, button.button-blue.button-bordered, input[type=submit].button-blue.button-bordered {
        color: #1f94ce;
        border-color: #1f94ce;
    }

    .button.button-blue.active.button-bordered, .button.button-blue:hover.button-bordered, button.button-blue.active.button-bordered, button.button-blue:hover.button-bordered, input[type=submit].button-blue.active.button-bordered, input[type=submit].button-blue:hover.button-bordered {
        color: #fff;
        background: #1f94ce;
    }

    .button.button-blue.active:not(.button-transparent):not(.button-bordered), .button.button-blue:hover:not(.button-transparent):not(.button-bordered), button.button-blue.active:not(.button-transparent):not(.button-bordered), button.button-blue:hover:not(.button-transparent):not(.button-bordered), input[type=submit].button-blue.active:not(.button-transparent):not(.button-bordered), input[type=submit].button-blue:hover:not(.button-transparent):not(.button-bordered) {
        color: #fff;
        background: #1c84b8;
        box-shadow: 0 2px 5px rgba(255,255,255,.3),0 7px 30px rgba(28,132,184,.45);
        top: -1px;
    }

    .button.button-blue.button-transparent, button.button-blue.button-transparent, input[type=submit].button-blue.button-transparent {
        color: #1f94ce;
    }

        .button.button-blue.button-transparent.active, .button.button-blue.button-transparent:hover, button.button-blue.button-transparent.active, button.button-blue.button-transparent:hover, input[type=submit].button-blue.button-transparent.active, input[type=submit].button-blue.button-transparent:hover {
            color: #1a7eaf;
        }

    .button.button-red:not(.button-transparent):not(.button-bordered), button.button-red:not(.button-transparent):not(.button-bordered), input[type=submit].button-red:not(.button-transparent):not(.button-bordered) {
        background: #ff5e5e;
        color: #fff;
        box-shadow: 0 2px 5px rgba(255,255,255,.25),0 5px 15px rgba(255,94,94,.35);
    }

    .button.button-red.button-bordered, button.button-red.button-bordered, input[type=submit].button-red.button-bordered {
        color: #ff5e5e;
        border-color: #ff5e5e;
    }

    .button.button-red.active.button-bordered, .button.button-red:hover.button-bordered, button.button-red.active.button-bordered, button.button-red:hover.button-bordered, input[type=submit].button-red.active.button-bordered, input[type=submit].button-red:hover.button-bordered {
        color: #fff;
        background: #ff5e5e;
    }

    .button.button-red.active:not(.button-transparent):not(.button-bordered), .button.button-red:hover:not(.button-transparent):not(.button-bordered), button.button-red.active:not(.button-transparent):not(.button-bordered), button.button-red:hover:not(.button-transparent):not(.button-bordered), input[type=submit].button-red.active:not(.button-transparent):not(.button-bordered), input[type=submit].button-red:hover:not(.button-transparent):not(.button-bordered) {
        color: #fff;
        background: #ff4545;
        box-shadow: 0 2px 5px rgba(255,255,255,.3),0 7px 30px rgba(255,69,69,.45);
        top: -1px;
    }

    .button.button-red.button-transparent, button.button-red.button-transparent, input[type=submit].button-red.button-transparent {
        color: #ff5e5e;
    }

        .button.button-red.button-transparent.active, .button.button-red.button-transparent:hover, button.button-red.button-transparent.active, button.button-red.button-transparent:hover, input[type=submit].button-red.button-transparent.active, input[type=submit].button-red.button-transparent:hover {
            color: #ff3a3a;
        }

    .button.button-orange:not(.button-transparent):not(.button-bordered), button.button-orange:not(.button-transparent):not(.button-bordered), input[type=submit].button-orange:not(.button-transparent):not(.button-bordered) {
        background: #ffb931;
        color: #fff;
        box-shadow: 0 2px 5px rgba(255,255,255,.25),0 5px 15px rgba(255,185,49,.35);
    }

    .button.button-orange.button-bordered, button.button-orange.button-bordered, input[type=submit].button-orange.button-bordered {
        color: #ffb931;
        border-color: #ffb931;
    }

    .button.button-orange.active.button-bordered, .button.button-orange:hover.button-bordered, button.button-orange.active.button-bordered, button.button-orange:hover.button-bordered, input[type=submit].button-orange.active.button-bordered, input[type=submit].button-orange:hover.button-bordered {
        color: #fff;
        background: #ffb931;
    }

    .button.button-orange.active:not(.button-transparent):not(.button-bordered), .button.button-orange:hover:not(.button-transparent):not(.button-bordered), button.button-orange.active:not(.button-transparent):not(.button-bordered), button.button-orange:hover:not(.button-transparent):not(.button-bordered), input[type=submit].button-orange.active:not(.button-transparent):not(.button-bordered), input[type=submit].button-orange:hover:not(.button-transparent):not(.button-bordered) {
        color: #fff;
        background: #ffb018;
        box-shadow: 0 2px 5px rgba(255,255,255,.3),0 7px 30px rgba(255,176,24,.45);
        top: -1px;
    }

    .button.button-orange.button-transparent, button.button-orange.button-transparent, input[type=submit].button-orange.button-transparent {
        color: #ffb931;
    }

        .button.button-orange.button-transparent.active, .button.button-orange.button-transparent:hover, button.button-orange.button-transparent.active, button.button-orange.button-transparent:hover, input[type=submit].button-orange.button-transparent.active, input[type=submit].button-orange.button-transparent:hover {
            color: #ffad0d;
        }

    .button.button-gray:not(.button-transparent):not(.button-bordered), button.button-gray:not(.button-transparent):not(.button-bordered), input[type=submit].button-gray:not(.button-transparent):not(.button-bordered) {
        background: #636974;
        color: #fff;
        box-shadow: 0 2px 5px rgba(255,255,255,.25),0 5px 15px rgba(99,105,116,.35);
    }

    .button.button-gray.button-bordered, button.button-gray.button-bordered, input[type=submit].button-gray.button-bordered {
        color: #636974;
        border-color: #636974;
    }

    .button.button-gray.active.button-bordered, .button.button-gray:hover.button-bordered, button.button-gray.active.button-bordered, button.button-gray:hover.button-bordered, input[type=submit].button-gray.active.button-bordered, input[type=submit].button-gray:hover.button-bordered {
        color: #fff;
        background: #636974;
    }

    .button.button-gray.active:not(.button-transparent):not(.button-bordered), .button.button-gray:hover:not(.button-transparent):not(.button-bordered), button.button-gray.active:not(.button-transparent):not(.button-bordered), button.button-gray:hover:not(.button-transparent):not(.button-bordered), input[type=submit].button-gray.active:not(.button-transparent):not(.button-bordered), input[type=submit].button-gray:hover:not(.button-transparent):not(.button-bordered) {
        color: #fff;
        background: #575c66;
        box-shadow: 0 2px 5px rgba(255,255,255,.3),0 7px 30px rgba(87,92,102,.45);
        top: -1px;
    }

    .button.button-gray.button-transparent, button.button-gray.button-transparent, input[type=submit].button-gray.button-transparent {
        color: #636974;
    }

        .button.button-gray.button-transparent.active, .button.button-gray.button-transparent:hover, button.button-gray.button-transparent.active, button.button-gray.button-transparent:hover, input[type=submit].button-gray.button-transparent.active, input[type=submit].button-gray.button-transparent:hover {
            color: #535761;
        }

    .button.button-aqua:not(.button-transparent):not(.button-bordered), button.button-aqua:not(.button-transparent):not(.button-bordered), input[type=submit].button-aqua:not(.button-transparent):not(.button-bordered) {
        background: #1bd4ae;
        color: #fff;
        box-shadow: 0 2px 5px rgba(255,255,255,.25),0 5px 15px rgba(27,212,174,.35);
    }

    .button.button-aqua.button-bordered, button.button-aqua.button-bordered, input[type=submit].button-aqua.button-bordered {
        color: #1bd4ae;
        border-color: #1bd4ae;
    }

    .button.button-aqua.active.button-bordered, .button.button-aqua:hover.button-bordered, button.button-aqua.active.button-bordered, button.button-aqua:hover.button-bordered, input[type=submit].button-aqua.active.button-bordered, input[type=submit].button-aqua:hover.button-bordered {
        color: #fff;
        background: #1bd4ae;
    }

    .button.button-aqua.active:not(.button-transparent):not(.button-bordered), .button.button-aqua:hover:not(.button-transparent):not(.button-bordered), button.button-aqua.active:not(.button-transparent):not(.button-bordered), button.button-aqua:hover:not(.button-transparent):not(.button-bordered), input[type=submit].button-aqua.active:not(.button-transparent):not(.button-bordered), input[type=submit].button-aqua:hover:not(.button-transparent):not(.button-bordered) {
        color: #fff;
        background: #18bd9b;
        box-shadow: 0 2px 5px rgba(255,255,255,.3),0 7px 30px rgba(24,189,155,.45);
        top: -1px;
    }

    .button.button-aqua.button-transparent, button.button-aqua.button-transparent, input[type=submit].button-aqua.button-transparent {
        color: #1bd4ae;
    }

        .button.button-aqua.button-transparent.active, .button.button-aqua.button-transparent:hover, button.button-aqua.button-transparent.active, button.button-aqua.button-transparent:hover, input[type=submit].button-aqua.button-transparent.active, input[type=submit].button-aqua.button-transparent:hover {
            color: #17b494;
        }

    .button.button-violet:not(.button-transparent):not(.button-bordered), button.button-violet:not(.button-transparent):not(.button-bordered), input[type=submit].button-violet:not(.button-transparent):not(.button-bordered) {
        background: #6f8ec4;
        color: #fff;
        box-shadow: 0 2px 5px rgba(255,255,255,.25),0 5px 15px rgba(111,142,196,.35);
    }

    .button.button-violet.button-bordered, button.button-violet.button-bordered, input[type=submit].button-violet.button-bordered {
        color: #6f8ec4;
        border-color: #6f8ec4;
    }

    .button.button-violet.active.button-bordered, .button.button-violet:hover.button-bordered, button.button-violet.active.button-bordered, button.button-violet:hover.button-bordered, input[type=submit].button-violet.active.button-bordered, input[type=submit].button-violet:hover.button-bordered {
        color: #fff;
        background: #6f8ec4;
    }

    .button.button-violet.active:not(.button-transparent):not(.button-bordered), .button.button-violet:hover:not(.button-transparent):not(.button-bordered), button.button-violet.active:not(.button-transparent):not(.button-bordered), button.button-violet:hover:not(.button-transparent):not(.button-bordered), input[type=submit].button-violet.active:not(.button-transparent):not(.button-bordered), input[type=submit].button-violet:hover:not(.button-transparent):not(.button-bordered) {
        color: #fff;
        background: #5d80bd;
        box-shadow: 0 2px 5px rgba(255,255,255,.3),0 7px 30px rgba(93,128,189,.45);
        top: -1px;
    }

    .button.button-violet.button-transparent, button.button-violet.button-transparent, input[type=submit].button-violet.button-transparent {
        color: #6f8ec4;
    }

        .button.button-violet.button-transparent.active, .button.button-violet.button-transparent:hover, button.button-violet.button-transparent.active, button.button-violet.button-transparent:hover, input[type=submit].button-violet.button-transparent.active, input[type=submit].button-violet.button-transparent:hover {
            color: #567aba;
        }

.header {
    padding-top: 111px;
    position: relative;
    padding-bottom: 100px;
}

    .header .wrapper {
        position: relative;
    }

.header-inner {
    position: relative;
    z-index: 2;
}

.header-left {
/*    position: absolute;
    left: 0;
    top: 0;
    height: calc(81.5% + 9vw);
    width: 38%;
    z-index: 0;
    border-radius: 0 0 50px 0;
    transform: rotate(-10deg);
    transform-origin: left bottom;
    background: #F1EEFC;
    background: -moz-linear-gradient(-35deg,#F1EEFC 0,#7966FF 100%);
    background: -webkit-linear-gradient(-35deg,#F1EEFC 0,#7966FF 100%);
    background: linear-gradient(-35deg,#F1EEFC 0,#7966FF 100%);*/
    /*position: absolute;
    left: 0;
    top: 0;
    height: calc(81.5% + 9vw);
    width: 38%;
    z-index: 0;
    border-radius: 0 0 50px 0;
    transform: rotate( -10deg );
    transform-origin: left bottom;
    background: #F1EEFC;
    background: -moz-linear-gradient(-35deg,#F1EEFC 0,#7966FF 100%);
    background: -webkit-linear-gradient( -35deg,#F1EEFC 0,#7966FF 100%);
    background: linear-gradient(to bottom, #7966ff, #40d996, #4ce4d2, #8debf6, #cef0ff, #f9f9f9, #f9f9f9, #f1daf7, #f5bae3, #fd97c0, #fe7490, #f45556);
    opacity: 1;*/
}

.logo-holder {
    /*float: right;
    width: 60px;*/
}

    .logo-holder .logo {
        float: right;
        max-width: 55px;
    }

    .logo-holder .logo-inner {
        float: right;
        padding-top: 2px;
        padding-right: 15px;
        display: none;
    }

        .logo-holder .logo-inner h2 {
            font-size: 23px;
            font-weight: 500;
        }

        .logo-holder .logo-inner h3 {
            font-size: 13px;
            color: #85878d;
            margin-top: 1px;
        }

        .logo-holder .logo-inner h2, .logo-holder .logo-inner h3 {
            line-height: 1.5;
        }

    .logo-holder span {
        float: right;
        background: #5e6168;
        color: #fff;
        font-size: 12px;
        line-height: 1;
        padding: 5px 6px 4px;
        border-radius: 3px;
        margin-right: -17px;
        margin-top: 35px;
    }

.header-content {
    padding-top: 25px;
    position: relative;
    z-index: 2;
    margin-left: 0;
    margin-right: 0;
}

    .header-content .column {
        padding-left: 0;
        padding-right: 0;
    }

.header-content-inner {
    margin-top: 130px;
}

.header-title {
    font-size: 30px;
    font-weight: 500;
}

    .header-title span {
        color: #85878d;
        font-size: 19px;
        display: block;
    }

    .header-title b {
        color: #7966ff;
        font-weight: 600;
    }

.header-subtitle {
    font-size: 17px;
    margin-top: 15px;
}

.header-content-buttons {
    font-size: 0;
    margin-top: 25px;
}

    .header-content-buttons > .button:first-child {
        margin-left: 20px;
    }

    .header-content-buttons .contact-button-inner i {
        color: #ffb931;
    }

.menu-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

    .menu-inner .wrapper {
        position: relative;
    }

.header-number-holder {
    padding-bottom: 21px;
}

    .header-number-holder span {
        float: left;
        border-radius: 0 0 3px 3px;
        font-size: 11px;
        font-weight: 500;
        line-height: 34px;
        padding: 0 15px;
        margin-left: 20px;
    }

    .header-number-holder.online span {
        background: rgba(106,200,71,.2);
        color: #53a933;
    }

    .header-number-holder.online .header-number {
        color: #7966ff;
    }

    .header-number-holder.offline span {
        background: rgba(133,135,141,.12);
        color: #6c6e73;
    }

    .header-number-holder.offline .header-number {
        color: #85878d;
    }

.header-number {
    float: left;
    font-size: 14px;
    line-height: 1;
    padding-top: 13px;
    margin-left: 10px;
    padding-bottom: 7px;
}

    .header-number:before {
        content: '\e090';
        font-family: ElegantIcons;
        margin-right: 7px;
        font-size: 12px;
        float: left;
    }

.rocket-modal-button {
    pointer-events: all;
    fill: transparent;
    cursor: default !important;
}

#rocket, .rocket-modal-button {
    animation-name: rocket;
    animation-duration: 7.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#rocket {
    fill: rgba(71,75,83,.2);
}

.gift-modal-title {
    margin-top: 30px;
    font-size: 28px;
    font-weight: 600;
    color: #474b53;
}

.gift-modal-text {
    font-size: 16px;
    line-height: 1.9;
    margin-top: 5px;
    margin-bottom: 20px;
    font-weight: 300;
}

.kt-gift-modal {
    max-width: 600px;
}

    .kt-gift-modal .kt-modal-content {
        padding: 70px 50px 50px;
    }

    .kt-gift-modal .kt-coupon {
        margin: 0 auto 20px;
    }

    .kt-gift-modal .kt-coupon-copy {
        margin-top: 0;
        font-size: 16px;
        font-weight: 300;
        margin-left: 10px;
    }

        .kt-gift-modal .kt-coupon-copy:before {
            font-size: 15px;
            top: 4px;
            margin-left: 8px;
        }

.header-animation-rocket {
    overflow: visible;
    position: absolute;
    right: 40px;
    top: 0;
    pointer-events: none;
    z-index: 3;
}

.header-Scorm-holder {
    background-repeat: no-repeat;
    background-position: left 1px top 7px;
    padding-top: 54px;
    padding-bottom: 71px;
}

.header-Scorm {
    width: 80%;
    padding: 20px 13px;
    background: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,.4));
    margin: 0 auto;
    border-radius: 50px;
    height: auto;
    box-shadow: 0 2px 1px rgba(0,0,0,.08),0 30px 30px -30px rgba(0,0,0,.2);
}

    .header-Scorm img {
        width: 100%;
    }

.header-phone-inner {
    border: 2px solid #ebf4ec;
    height: 100%;
    border-radius: 5px;
    position: relative;
}

.header-phone-top {
    height: 96px;
    padding: 18px 10px;
    border-bottom: 2px solid #ebf4ec;
}

.header-phone-message-name {
    font-size: 14px;
    position: absolute;
    text-align: center;
    color: #939b8e;
    width: 100%;
    top: 60px;
    left: 0;
    right: 0;
}

.header-phone-line1, .header-phone-line2, .header-phone-line3 {
    background: #ebf4ec;
    border-radius: 10px;
    height: 8px;
    position: absolute;
    top: 10px;
}

.header-phone-info {
    float: right;
    line-height: 1;
    padding-top: 3px;
    padding-left: 1px;
}

    .header-phone-info:before {
        content: "\f129";
        font-family: FontAwesome;
    }

.header-phone-message-letter {
    height: 28px;
    width: 28px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    color: #85878d;
    font-size: 13px;
    margin: 0 auto;
    background: #ebf4ec;
    top: 30px;
    border-radius: 100%;
    line-height: 30px;
    font-weight: 500;
    padding-left: 1px;
}

.header-phone-message-text {
    border-radius: 10px;
    background: #94be99;
    padding: 12px 15px;
    position: absolute;
    left: 10px;
    right: 10px;
    font-size: 14px;
    color: #fff;
    top: 106px;
    line-height: 1.7em;
}

    .header-phone-message-text:before {
        background-image: url(/Content/css/data:image/svg+xml;utf8,<svg version="1.1" xmlns="http:/www.w3.org/2000/svg" xmlns:xlink="http:/www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 25.6 17.7" width="25.6" height="17.7" xml:space="preserve"><path fill="#94be99" d="M0,0h20.1c0,3.1-0.1,6.2,0,9.4c0.2,3.5,2.4,6.6,5.5,8.3c-4.3-0.2-8.5-1.3-12.1-3.5C9.7,16.9,4.6,17.8,0,17.6V0 z"/></svg>);
        width: 26px;
        height: 18px;
        content: '';
        position: absolute;
        bottom: 0;
        right: -7px;
        background-repeat: no-repeat;
        background-position: center;
        transform: scaleX(.8);
    }

.header-phone-count {
    line-height: 1;
    float: left;
    padding-left: 1px;
    padding-top: 5px;
}

.header-phone-count-arrow {
    float: left;
    margin-right: 8px;
    color: #d7dfd2;
    font-size: 17px !important;
    margin-top: 17px;
}

.header-phone-count, .header-phone-info {
    height: 18px;
    font-size: 10px;
    width: 18px;
    color: #85878d;
    text-align: center;
    border-radius: 100%;
    background: #ebf4ec;
    margin-top: 18px;
}

.header-phone-line1 {
    width: 36px;
    right: 10px;
}

.header-phone-line2 {
    width: 44px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.header-phone-line3 {
    width: 58px;
    left: 10px;
}

#theMotionPath {
    fill: transparent;
}

@-webkit-keyframes rocket {
    0% {
        transform: translate(-5px,-5px) scale(0) rotate(54deg);
        opacity: 1;
    }

    37%,5% {
        transform: translate(-5px,-5px) scale(.4) rotate(54deg);
        opacity: 1;
    }

    44% {
        transform: translate(-5px,-5px) scale(.35) rotate(54deg);
        opacity: 1;
    }

    100%,49% {
        transform: translate(-5px,-5px) scale(0) rotate(54deg);
        opacity: 0;
    }
}

.header-login-button, .header-order-button {
    float: left;
    margin-top: 5px;
}

.header-login-button {
    margin-left: 15px;
}

.header-phone-message-loading .header-phone-message-letter, .header-phone-message-loading .header-phone-message-name, .header-phone-message-loading .header-phone-message-text {
    opacity: 0;
    transform: scale(1.2);
}

.header-phone-old-message .header-phone-message-letter, .header-phone-old-message .header-phone-message-name, .header-phone-old-message .header-phone-message-text {
    opacity: 0;
    transform: scale(.7);
    -webkit-transition: .4s opacity cubic-bezier(.74,0,.29,1),.4s transform cubic-bezier(.74,0,.29,1);
    -moz-transition: .4s opacity cubic-bezier(.74,0,.29,1),.4s transform cubic-bezier(.74,0,.29,1);
    -ms-transition: .4s opacity cubic-bezier(.74,0,.29,1),.4s transform cubic-bezier(.74,0,.29,1);
    -o-transition: .4s opacity cubic-bezier(.74,0,.29,1),.4s transform cubic-bezier(.74,0,.29,1);
    transition: .4s opacity cubic-bezier(.74,0,.29,1),.4s transform cubic-bezier(.74,0,.29,1);
}

.header-phone-old-message .header-phone-message-letter {
    transition-delay: 0s;
}

.header-phone-old-message .header-phone-message-name {
    transition-delay: .15s;
}

.header-phone-old-message .header-phone-message-text {
    transition-delay: .3s;
}

.header-phone-new-message .header-phone-message-letter, .header-phone-new-message .header-phone-message-name, .header-phone-new-message .header-phone-message-text {
    opacity: 1;
    transform: scale(1);
    -webkit-transition: .6s opacity cubic-bezier(.4,.01,0,1),.6s transform cubic-bezier(.4,.01,0,1.5);
    -moz-transition: .6s opacity cubic-bezier(.4,.01,0,1),.6s transform cubic-bezier(.4,.01,0,1.5);
    -ms-transition: .6s opacity cubic-bezier(.4,.01,0,1),.6s transform cubic-bezier(.4,.01,0,1.5);
    -o-transition: .6s opacity cubic-bezier(.4,.01,0,1),.6s transform cubic-bezier(.4,.01,0,1.5);
    transition: .6s opacity cubic-bezier(.4,.01,0,1),.6s transform cubic-bezier(.4,.01,0,1.5);
}

.header-phone-new-message .header-phone-message-letter {
    transition-delay: .3s;
}

.header-phone-new-message .header-phone-message-name {
    transition-delay: .45s;
}

.header-phone-new-message .header-phone-message-text {
    transition-delay: .6s;
}

.vc_row:not(.vc_inner) {
    border-style: solid;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: hidden;
}

.wpb_single_image {
    font-size: 0;
}

    .wpb_single_image.vc_align_center {
        text-align: center;
    }

    .wpb_single_image.vc_align_right {
        text-align: right;
    }

    .wpb_single_image.vc_align_left {
        text-align: left;
    }

.vc_single_image-wrapper {
    display: inline-block;
}

.row-vertical-content {
    height: 100%;
}

.column-vertical-content, .row-vertical-content {
    font-size: 0;
}

    .column-vertical-content:before, .row-vertical-content:before {
        content: '';
        display: inline-block;
        height: 100%;
        width: 0;
    }

    .column-vertical-content > .vc_column-inner, .row-vertical-content .wrapper, .row-vertical-content > .row-inner-holder {
        display: inline-block;
        width: 100%;
    }

.column-content-top:before, .column-content-top > .vc_column-inner, .row-content-top .wrapper, .row-content-top:before, .row-content-top > .row-inner-holder {
    vertical-align: top;
}

.column-content-middle:before, .column-content-middle > .vc_column-inner, .row-content-middle .wrapper, .row-content-middle:before, .row-content-middle > .row-inner-holder {
    vertical-align: middle;
}

.column-content-bottom:before, .column-content-bottom > .vc_column-inner, .row-content-bottom .wrapper, .row-content-bottom:before, .row-content-bottom > .row-inner-holder {
    vertical-align: bottom;
}

.row-inner {
    position: relative;
    text-align: center;
}

.last_toggle_el_margin, .wpb_button, .wpb_content_element, .wpb_row, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0 !important;
}

.row-inner-holder {
    clear: both;
    margin: 0 -15px;
    position: relative;
    z-index: 2;
    zoom: 1;
}

    .row-inner-holder:after, .row-inner-holder:before {
        clear: both;
        content: '';
        display: block;
    }

.divider {
    font-size: 0;
}

    .divider .divider-inner {
        background: #7966ff;
        display: inline-block;
        height: 3px;
        margin-bottom: 15px;
        margin-top: 15px;
        vertical-align: top;
        width: 80px;
    }

.icon-box2-icon {
    height: 58px;
    width: 58px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 15px;
    background: #f3f6fb;
    text-align: center;
}

.icon-box2-title {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 58px);
    padding-right: 15px;
}

.icon-box2-inner {
    font-size: 0;
    margin-bottom: 12px;
}

.icon-box2-text {
    font-size: 14px;
    line-height: 1.9;
}

i.icon-box2-icon {
    font-size: 28px;
    line-height: 58px;
    color: #7966ff;
}

.icon-box1-icon {
    height: 66px;
    width: 66px;
    border-radius: 17px;
    background: #f3f6fb;
    text-align: center;
    float: right;
    margin-left: 20px;
}

.icon-box1-title {
    font-size: 20px;
    margin-top: 17px;
    margin-bottom: 10px;
}

.icon-box1-inner {
    overflow: hidden;
}

.icon-box1-text {
    font-size: 15px;
    line-height: 1.9;
}

i.icon-box1-icon {
    font-size: 30px;
    line-height: 66px;
    color: #6386c0;
}

.page-inner-holder {
    padding: 100px 0;
}

.icon-box3-icon-right .icon-box3-title {
    margin-bottom: 10px;
    margin-top: 5px;
}

.icon-box3-icon-right.align-right .icon-box3-icon {
    float: right;
    margin-left: 20px;
}

.icon-box3-icon-right.align-left .icon-box3-icon {
    float: left;
    margin-right: 20px;
}

.icon-box3-icon-top .icon-box3-icon {
    display: block;
}

.icon-box3-icon-top .icon-box3-title {
    margin-bottom: 5px;
    margin-top: 20px;
}

.icon-box3-icon-top.align-right .icon-box3-icon {
    text-align: right;
}

.icon-box3-icon-top.align-left .icon-box3-icon {
    text-align: left;
}

.icon-box3-icon i {
    color: #7966ff;
    display: block;
    font-size: 32px;
    line-height: 1;
}

.icon-box3-title {
    font-size: 18px;
}

.icon-box3-inner {
    overflow: hidden;
}

.icon-box3-text {
    font-size: 15px;
}

    .icon-box3-text ul {
        padding-top: 5px;
    }

        .icon-box3-text ul li {
            background: #fff;
            border-radius: 3px;
            float: right;
            font-size: 13px;
            line-height: 2em;
            margin-left: 10px;
            padding: 5px 15px;
        }

            .icon-box3-text ul li:before {
                color: #17c485;
                content: '\f00c';
                display: inline-block;
                font-family: FontAwesome;
                font-size: 14px;
                line-height: inherit;
                margin-left: 8px;
                vertical-align: top;
            }

.footer {
    background: #fff;
    overflow: hidden;
    border-top: 1px solid #eaeff5;
    position: relative;
}

    .footer:after, .footer:before {
        content: '';
        position: absolute;
        height: 280px;
        z-index: 1;
        width: 270px;
    }

    .footer:before {
        bottom: 55px;
        left: -55px;
        border-radius: 0 0 50px 0;
        transform: rotate(-36deg);
        transform-origin: left bottom;
        background: #F1EEFC;
        background: -moz-linear-gradient(-35deg,#F1EEFC 0,#7966FF 100%);
        background: -webkit-linear-gradient(-35deg,#F1EEFC 0,#7966FF 100%);
        background: linear-gradient(-35deg,#F1EEFC 0,#7966FF 100%);
    }

    .footer:after {
        top: 15px;
        right: -55px;
        border-radius: 50px 0 0 0;
        transform: rotate(-36deg);
        transform-origin: right top;
        background: #f3f6fb;
    }

.widget-title {
    color: #76787e;
    font-size: 20px;
    font-weight: 500;
    margin-top: 35px;
    line-height: 1;
    margin-bottom: 25px;
}

.footer-widget ul li a {
    font-size: 15px;
    display: block;
    color: #85878d;
    margin-bottom: 8px;
}

    .footer-widget ul li a:hover {
        color: #7966ff;
    }

.footer-widget ul li:last-child a {
    margin-bottom: 0;
}

.footer-top {
    padding: 80px 0;
}

    .footer-top .kt-row {
        margin: -15px;
    }

        .footer-top .kt-row .column {
            padding: 15px;
            width: 23.3333%;
        }

            .footer-top .kt-row .column:first-child {
                width: 30%;
            }

.footer-bottom, .footer-top {
    position: relative;
    z-index: 2;
}

.footer-title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 27px;
}

.footer-social-icons {
    font-size: 0;
    direction: ltr;
    text-align: right;
    padding-right: 17px;
}

    .footer-social-icons a {
        color: #b5b9c8;
        display: inline-block;
        vertical-align: middle;
        font-size: 18px;
        margin-right: 18px;
    }

        .footer-social-icons a:last-child {
            margin-right: 0;
        }

        .footer-social-icons a:hover {
            color: #474b53;
        }

        .footer-social-icons a.fa-send {
            font-size: 16px;
        }

.footer-logo {
    font-size: 0;
}

.footer-contact-items {
    padding: 30px 0;
}

    .footer-contact-items .footer-contact-item {
        padding: 8px 0;
    }

        .footer-contact-items .footer-contact-item i {
            color: #7966ff;
            float: right;
            font-size: 18px;
            line-height: 24px;
            text-align: center;
            width: 49px;
            position: relative;
            top: -2px;
        }

            .footer-contact-items .footer-contact-item i.icon_mail {
                font-size: 16px;
            }

        .footer-contact-items .footer-contact-item span {
            color: #85878d;
            font-size: 15px;
            overflow: hidden;
            line-height: 24px;
            display: block;
        }

        .footer-contact-items .footer-contact-item a {
            color: #85878d !important;
        }

        .footer-contact-items .footer-contact-item:first-child {
            padding-top: 0;
        }

        .footer-contact-items .footer-contact-item:last-child {
            padding-bottom: 0;
            padding-top: 4px;
        }

.footer-bottom {
    border-top: 1px solid #eaeff5;
    padding: 10px 0;
    font-size: 15px;
    color: #85878d;
}

.copyright {
    float: right;
    padding: 30px 0;
    max-width: calc(100% - 250px);
}

    .copyright a {
        color: #7966ff;
    }

.footer-logos {
    float: left;
    font-size: 0;
}

    .footer-logos img {
        height: 90px;
        width: auto;
        vertical-align: middle;
        display: inline-block;
    }

        .footer-logos img:first-child {
            margin-left: 10px;
        }

.vc_row.section {
    margin-left: 0;
    margin-right: 0;
}

.kt-icon-holder {
    font-size: 0;
    text-align: center;
}

.kt-icon-center {
    display: block;
}

.kt-icon {
    border-style: solid;
    display: inline-block;
    font-size: 25px;
}

.kt-icon-inline, .kt-icon-link {
    display: inline-block;
}

.kt-icon-left {
    float: left;
}

.kt-icon-right {
    float: right;
}

table .elegant-icon {
    display: block;
    font-size: 0;
}

    table .elegant-icon.icon_check {
        color: #7966ff;
    }

        table .elegant-icon.icon_check:before {
            font-size: 18px;
        }

    table .elegant-icon.icon_close {
        color: #ff4747;
        margin-top: -1px;
    }

        table .elegant-icon.icon_close:before {
            font-size: 22px;
        }

table:not(.invoice):not(.price):not(.reseller-price):not(.line-price) {
    border: none;
    border-collapse: separate;
    margin: 0;
    text-align: right;
    width: 100%;
    padding: 5px 22px;
    border-radius: 5px;
    background: #fff;
    line-height: 1.7;
    box-shadow: 0 3px 30px rgba(59,101,169,.12);
}

    table:not(.invoice):not(.price):not(.reseller-price):not(.line-price).align-center td, table:not(.invoice):not(.price):not(.reseller-price):not(.line-price).align-center th {
        text-align: center;
    }

    table:not(.invoice):not(.price):not(.reseller-price):not(.line-price) td, table:not(.invoice):not(.price):not(.reseller-price):not(.line-price) th {
        text-align: right;
        vertical-align: middle;
    }

    table:not(.invoice):not(.price):not(.reseller-price):not(.line-price) thead tr td, table:not(.invoice):not(.price):not(.reseller-price):not(.line-price) thead tr th {
        border: none;
        color: #474b53;
        font-size: 18px;
        font-weight: 500;
        padding: 15px 15px;
        border-bottom: 1px solid #eaeff5;
    }

        table:not(.invoice):not(.price):not(.reseller-price):not(.line-price) thead tr td:first-child, table:not(.invoice):not(.price):not(.reseller-price):not(.line-price) thead tr th:first-child {
            padding-right: 0;
        }

        table:not(.invoice):not(.price):not(.reseller-price):not(.line-price) thead tr td:last-child, table:not(.invoice):not(.price):not(.reseller-price):not(.line-price) thead tr th:last-child {
            padding-left: 0;
        }

    table:not(.invoice):not(.price):not(.reseller-price):not(.line-price) thead tr th {
        white-space: nowrap;
    }

    table:not(.invoice):not(.price):not(.reseller-price):not(.line-price) a {
        color: #949494;
    }

    table:not(.invoice):not(.price):not(.reseller-price):not(.line-price) tbody tr td, table:not(.invoice):not(.price):not(.reseller-price):not(.line-price) tbody tr th {
        border-bottom: 1px solid #eaeff5;
        color: #85878d;
        font-size: 15px;
        font-weight: 400;
        padding: 15px 15px;
    }

        table:not(.invoice):not(.price):not(.reseller-price):not(.line-price) tbody tr td:first-child, table:not(.invoice):not(.price):not(.reseller-price):not(.line-price) tbody tr th:first-child {
            padding-right: 0;
        }

        table:not(.invoice):not(.price):not(.reseller-price):not(.line-price) tbody tr td:last-child, table:not(.invoice):not(.price):not(.reseller-price):not(.line-price) tbody tr th:last-child {
            padding-left: 0;
            white-space: normal;
        }

    table:not(.invoice):not(.price):not(.reseller-price):not(.line-price) tbody tr th {
        white-space: nowrap;
        font-size: 16px;
        color: #474b53;
        font-weight: 500;
    }

    table:not(.invoice):not(.price):not(.reseller-price):not(.line-price) tbody:last-child tr:last-child td, table:not(.invoice):not(.price):not(.reseller-price):not(.line-price) tbody:last-child tr:last-child th, table:not(.invoice):not(.price):not(.reseller-price):not(.line-price) thead:last-child tr:last-child td, table:not(.invoice):not(.price):not(.reseller-price):not(.line-price) thead:last-child tr:last-child th {
        border-bottom: none;
    }

.kt-responsive-table {
    box-shadow: 0 3px 30px rgba(59,101,169,.12);
    border-radius: 5px;
    background: #fff;
}

    .kt-responsive-table table:not(.invoice):not(.price):not(.reseller-price):not(.line-price), .kt-responsive-table.responsive-line-price-table {
        box-shadow: none;
        background: 0 0;
        border-radius: 0;
    }

.price-holder-fixed {
    top: 0;
    position: fixed;
    box-shadow: 0 0 35px rgba(0,0,0,.08);
    background: #fff;
    border-radius: 0 0 5px 5px;
}

.price {
    border: none;
    border-collapse: separate;
    margin: 0;
    text-align: right;
    width: 100%;
}

    .price td, .price th {
        vertical-align: middle;
    }

    .price thead tr td, .price thead tr th {
        background: #fff;
        border: none;
        color: #949494;
        font-size: 14px;
        text-align: center;
        font-weight: 500;
        padding: 41px 18px 45px;
    }

        .price thead tr td .button, .price thead tr th .button {
            margin-top: 20px;
        }

        .price thead tr td:first-child, .price thead tr th:first-child {
            background: 0 0;
        }

        .price thead tr td:nth-child(2), .price thead tr th:nth-child(2) {
            border-top-right-radius: 5px;
        }

        .price thead tr td:last-child, .price thead tr th:last-child {
            border-top-left-radius: 5px;
        }

    .price a {
        color: #949494;
    }

    .price tbody tr td, .price tbody tr th {
        background: #fff;
        color: #85878d;
        font-size: 15px;
        font-weight: 400;
        padding: 7px 20px 6px;
    }

    .price tbody tr:first-child th {
        border-top-right-radius: 5px;
    }

    .price tbody tr:first-child td .price-td-inner {
        visibility: hidden;
    }

    .price tbody tr:last-child th {
        border-bottom-right-radius: 5px;
    }

    .price tbody tr.price-title td, .price tbody tr.price-title th {
        background: #7966ff !important;
        border-left-color: #7966ff !important;
        color: #fff !important;
    }

    .price tbody tr.price-title th {
        font-weight: 500;
        font-size: 18px;
        padding: 6px 20px 5px;
    }

    .price tbody tr:nth-child(2n+1) td, .price tbody tr:nth-child(2n+1) th {
        background: #f9f9f9;
    }

    .price tbody tr th {
        width: 280px;
        text-align: right;
    }

    .price tbody tr td {
        text-align: center;
    }

    .price tbody tr .elegant-icon {
        line-height: 30px;
        display: block;
    }

        .price tbody tr .elegant-icon.icon_check {
            color: #7966ff;
        }

        .price tbody tr .elegant-icon.icon_close {
            color: #ff4747;
            margin-top: -1px;
        }

    .price tfoot tr td {
        background: #fff;
        border: none;
        text-align: center;
        padding: 20px 15px 22px;
        border-top: 1px solid #f2f6fa;
    }

        .price tfoot tr td:first-child {
            background: 0 0;
            border-top-color: rgba(255,255,255,0);
        }

        .price tfoot tr td:nth-child(2) {
            border-bottom-right-radius: 5px;
        }

        .price tfoot tr td:last-child {
            border-bottom-left-radius: 5px;
        }

    .price tbody tr td, .price tbody tr th, .price tfoot tr td, .price tfoot tr th, .price thead tr td, .price thead tr th {
        border-left: 1px solid #f2f6fa;
    }

        .price tbody tr td:first-child, .price tbody tr td:last-child, .price tbody tr th:first-child, .price tbody tr th:last-child, .price tfoot tr td:first-child, .price tfoot tr td:last-child, .price tfoot tr th:first-child, .price tfoot tr th:last-child, .price thead tr td:first-child, .price thead tr td:last-child, .price thead tr th:first-child, .price thead tr th:last-child {
            border-left: none;
        }

    .price tbody tr:nth-child(2n+1) td, .price tbody tr:nth-child(2n+1) th, .price tfoot tr:nth-child(2n+1) td, .price tfoot tr:nth-child(2n+1) th, .price thead tr:nth-child(2n+1) td, .price thead tr:nth-child(2n+1) th {
        border-left-color: #eef2f5;
    }

.price-heading {
    font-size: 24px;
    font-weight: 500;
}

.price-value {
    position: relative;
    margin-top: 20px;
}

    .price-value b, .price-value span {
        display: block;
        position: relative;
        z-index: 2;
        line-height: 1;
    }

    .price-value span {
        font-size: 18px;
        font-weight: 400;
    }

    .price-value:before {
        width: 140px;
        border-radius: 5px;
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 50px;
        z-index: 1;
        margin: auto;
    }

    .price-value b {
        font-size: 36px;
        font-weight: 500;
    }

    .price-value.gray:before {
        background: #f5f8fc;
    }

    .price-value.gray span {
        color: #85878d;
    }

    .price-value.gray b {
        color: #474b53;
    }

    .price-value.green:before {
        background: #ecf7e8;
    }

    .price-value.green span {
        color: #8da684;
    }

    .price-value.green b {
        color: #7966ff;
    }

    .price-value.orange:before {
        background: #fff5e2;
    }

    .price-value.orange span {
        color: #d7ad5d;
    }

    .price-value.orange b {
        color: #ffb931;
    }

.price-subtitle {
    display: block;
    font-size: 16px;
    color: #85878d;
    line-height: 1.6;
    font-weight: 400;
}

.price-td-inner, .reseller-price-td-inner {
    position: relative;
    z-index: 5;
}

    .price-td-inner.has-tooltip, .reseller-price-td-inner.has-tooltip {
        cursor: help;
    }

    .price-td-inner .tooltip, .reseller-price-td-inner .tooltip {
        position: absolute;
        width: 730px;
        right: -10px;
        top: 0;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 3px 20px rgba(25,63,125,.1);
        pointer-events: none;
        opacity: 0;
        -webkit-transition: transform .15s ease-in-out,opacity .15s ease-in-out;
        -moz-transition: transform .15s ease-in-out,opacity .15s ease-in-out;
        -ms-transition: transform .15s ease-in-out,opacity .15s ease-in-out;
        -o-transition: transform .15s ease-in-out,opacity .15s ease-in-out;
        transition: transform .15s ease-in-out,opacity .15s ease-in-out;
        -webkit-transform: translateY(calc(-100% + 10px)) scale(.75);
        -moz-transform: translateY(calc(-100% + 10px)) scale(.75);
        -ms-transform: translateY(calc(-100% + 10px)) scale(.75);
        transform: translateY(calc(-100% + 10px)) scale(.75);
        transform-origin: right bottom;
        color: #85878d;
        padding: 22px 25px;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.9;
    }

        .price-td-inner .tooltip:before, .reseller-price-td-inner .tooltip:before {
            content: "";
            position: absolute;
            bottom: -6px;
            right: 23px;
            width: 12px;
            height: 12px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            border-radius: 0 0 4px 0;
            background-color: inherit;
            box-shadow: 12px 12px 15px rgba(25,63,125,.1);
        }

        .price-td-inner .tooltip ol, .price-td-inner .tooltip ul, .reseller-price-td-inner .tooltip ol, .reseller-price-td-inner .tooltip ul {
            padding-right: 20px;
            margin-bottom: 8px;
        }

            .price-td-inner .tooltip ol li, .price-td-inner .tooltip ul li, .reseller-price-td-inner .tooltip ol li, .reseller-price-td-inner .tooltip ul li {
                padding-top: 4px;
            }

            .price-td-inner .tooltip ol li, .reseller-price-td-inner .tooltip ol li {
                list-style-type: decimal;
            }

            .price-td-inner .tooltip ul li, .reseller-price-td-inner .tooltip ul li {
                list-style-type: disc;
            }

            .price-td-inner .tooltip ol ul ul li, .reseller-price-td-inner .tooltip ol ul ul li {
                list-style-type: square;
            }

        .price-td-inner .tooltip p, .reseller-price-td-inner .tooltip p {
            margin-bottom: 8px;
        }

        .price-td-inner .tooltip :last-child, .reseller-price-td-inner .tooltip :last-child {
            margin-bottom: 0 !important;
        }

        .price-td-inner .tooltip b, .reseller-price-td-inner .tooltip b {
            color: #474b53;
        }

        .price-td-inner .tooltip h4, .reseller-price-td-inner .tooltip h4 {
            padding-top: 5px;
            font-size: 16px;
            margin-bottom: 5px;
        }

        .price-td-inner .tooltip table tr td, .price-td-inner .tooltip table tr th, .reseller-price-td-inner .tooltip table tr td, .reseller-price-td-inner .tooltip table tr th {
            background: 0 0 !important;
            font-size: 13px !important;
            vertical-align: top !important;
            border-left: none !important;
        }

            .price-td-inner .tooltip table tr td:first-child, .price-td-inner .tooltip table tr th:first-child, .reseller-price-td-inner .tooltip table tr td:first-child, .reseller-price-td-inner .tooltip table tr th:first-child {
                width: auto !important;
            }

        .price-td-inner .tooltip table thead tr th, .reseller-price-td-inner .tooltip table thead tr th {
            font-size: 15px !important;
        }

        .price-td-inner .tooltip table, .reseller-price-td-inner .tooltip table {
            box-shadow: 0 1px 7px rgba(59,101,169,.12) !important;
            margin-bottom: 10px;
        }

    .price-td-inner:hover .tooltip, .reseller-price-td-inner:hover .tooltip {
        opacity: 1;
        -webkit-transition: transform .15s cubic-bezier(.165,.84,.44,1),opacity .15s cubic-bezier(.165,.84,.44,1);
        -moz-transition: transform .15s cubic-bezier(.165,.84,.44,1),opacity .15s cubic-bezier(.165,.84,.44,1);
        -ms-transition: transform .15s cubic-bezier(.165,.84,.44,1),opacity .15s cubic-bezier(.165,.84,.44,1);
        -o-transition: transform .15s cubic-bezier(.165,.84,.44,1),opacity .15s cubic-bezier(.165,.84,.44,1);
        transition: transform .15s cubic-bezier(.165,.84,.44,1),opacity .15s cubic-bezier(.165,.84,.44,1);
        -webkit-transform: translateY(calc(-100% - 6px));
        -moz-transform: translateY(calc(-100% - 6px));
        -ms-transform: translateY(calc(-100% - 6px));
        transform: translateY(calc(-100% - 6px));
    }

.price-holder {
    position: relative;
}

    .price-holder:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 280px;
        bottom: 0;
        border-radius: 5px;
        box-shadow: 0 0 35px rgba(0,0,0,.08);
        content: '';
        z-index: 2;
    }

.reseller-price-holder {
    position: relative;
}

    .reseller-price-holder:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 33.3333%;
        bottom: 0;
        border-radius: 5px;
        box-shadow: 0 0 40px rgba(104,120,146,.15);
        content: '';
        z-index: 2;
    }

.guarantees.reseller-guarantees {
    box-shadow: 0 0 40px rgba(104,120,146,.15);
    margin-top: 30px;
    float: left;
    width: 66.6666%;
    margin-right: 30px;
}

.reseller-installment {
    float: right;
    width: calc(33.3333% - 30px);
    border-radius: 5px;
    background: #6f8ec4;
    padding: 25px;
    box-shadow: 0 2px 5px rgba(255,255,255,.25),0 5px 15px rgba(111,142,196,.35);
    margin-top: -58px;
    position: relative;
    z-index: 2;
    height: 198px;
    overflow: hidden;
}

    .reseller-installment h4 {
        color: #fff;
    }

    .reseller-installment span {
        display: block;
        color: rgba(255,255,255,.9);
        margin-top: 10px;
        line-height: 1.8;
    }

.reseller-price {
    border: none;
    border-collapse: separate;
    margin: 0;
    text-align: right;
    width: 100%;
}

    .reseller-price td, .reseller-price th {
        vertical-align: middle;
        width: 33.3333%;
    }

    .reseller-price thead tr td, .reseller-price thead tr th {
        background: #fff;
        border: none;
        font-size: 14px;
        text-align: center;
        font-weight: 500;
        padding: 25px 18px 22px;
    }

        .reseller-price thead tr td:first-child, .reseller-price thead tr th:first-child {
            background: 0 0;
        }

        .reseller-price thead tr td:nth-child(2), .reseller-price thead tr th:nth-child(2) {
            border-top-right-radius: 5px;
        }

        .reseller-price thead tr td:last-child, .reseller-price thead tr th:last-child {
            border-top-left-radius: 5px;
        }

            .reseller-price thead tr td:last-child h2, .reseller-price thead tr th:last-child h2 {
                color: #7966ff;
            }

    .reseller-price a {
        color: #949494;
    }

    .reseller-price tbody tr td, .reseller-price tbody tr th {
        background: #fff;
        color: #626973;
        font-size: 15px;
        font-weight: 400;
        padding: 12px 20px 11px;
    }

    .reseller-price tbody tr:nth-child(2n+1) td, .reseller-price tbody tr:nth-child(2n+1) th {
        background: #f3f6fb;
        border-radius: 0 5px 5px 0;
        border-left-color: #ebeff7;
    }

    .reseller-price tbody tr th {
        width: 280px;
        text-align: right;
    }

    .reseller-price tbody tr td {
        text-align: center;
    }

    .reseller-price tbody tr .elegant-icon {
        line-height: 30px;
        display: block;
    }

        .reseller-price tbody tr .elegant-icon.icon_check {
            color: #7966ff;
            font-size: 18px;
        }

        .reseller-price tbody tr .elegant-icon.icon_close {
            color: #ff4747;
            font-size: 22px;
            margin-top: -1px;
        }

    .reseller-price tfoot tr td {
        background: #fff;
        border: none;
        text-align: center;
        padding: 20px 15px 22px;
        border-top: 1px solid #f1f6fa;
    }

        .reseller-price tfoot tr td:first-child {
            background: 0 0;
            border-top-color: rgba(255,255,255,0);
        }

        .reseller-price tfoot tr td:nth-child(2) {
            border-bottom-right-radius: 5px;
        }

        .reseller-price tfoot tr td:last-child {
            border-bottom-left-radius: 5px;
        }

    .reseller-price tbody tr td, .reseller-price tbody tr th, .reseller-price tfoot tr td, .reseller-price tfoot tr th, .reseller-price thead tr td, .reseller-price thead tr th {
        border-left: 1px solid #f2f6fa;
    }

        .reseller-price tbody tr td:first-child, .reseller-price tbody tr td:last-child, .reseller-price tbody tr th:first-child, .reseller-price tbody tr th:last-child, .reseller-price tfoot tr td:first-child, .reseller-price tfoot tr td:last-child, .reseller-price tfoot tr th:first-child, .reseller-price tfoot tr th:last-child, .reseller-price thead tr td:first-child, .reseller-price thead tr td:last-child, .reseller-price thead tr th:first-child, .reseller-price thead tr th:last-child {
            border-left: none;
        }

.tabs-content-inner {
    overflow: hidden;
    position: relative;
    -webkit-transition: height .5s cubic-bezier(.68,.01,.31,.93);
    -moz-transition: height .5s cubic-bezier(.68,.01,.31,.93);
    -ms-transition: height .5s cubic-bezier(.68,.01,.31,.93);
    -o-transition: height .5s cubic-bezier(.68,.01,.31,.93);
    transition: height .5s cubic-bezier(.68,.01,.31,.93);
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.tab-content {
    position: absolute;
    right: -10000px;
    top: 0;
    visibility: hidden;
    width: 100%;
}

    .tab-content .tab-content-inner {
        opacity: 0;
    }

    .tab-content.active {
        position: static;
        right: auto;
        visibility: visible;
    }

        .tab-content.active .tab-content-inner {
            opacity: 1;
        }

.tab-title-inner {
    display: inline-block;
    vertical-align: middle;
}

.tab-title {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

    .tab-title .tab-title-inner {
        color: #949494;
        font-weight: 400;
        -webkit-transition: color .15s ease-in-out;
        -moz-transition: color .15s ease-in-out;
        -ms-transition: color .15s ease-in-out;
        -o-transition: color .15s ease-in-out;
        transition: color .15s ease-in-out;
    }

.tabs-style1 > .tabs-title-holder > .tab-title {
    background: #f5f5f5;
    border-left: 1px solid #e6e6e6;
    padding: 14px 20px;
    -webkit-transition: background .15s ease-in-out,border .15s ease-in-out;
    -moz-transition: background .15s ease-in-out,border .15s ease-in-out;
    -ms-transition: background .15s ease-in-out,border .15s ease-in-out;
    -o-transition: background .15s ease-in-out,border .15s ease-in-out;
    transition: background .15s ease-in-out,border .15s ease-in-out;
}

    .tabs-style1 > .tabs-title-holder > .tab-title .tab-title-inner {
        font-size: 14px;
    }

    .tabs-style1 > .tabs-title-holder > .tab-title.active {
        background: #7966ff;
        border-left-color: #7966ff;
    }

        .tabs-style1 > .tabs-title-holder > .tab-title.active .tab-title-inner, .tabs-style1 > .tabs-title-holder > .tab-title.active i {
            color: #fff;
        }

.tabs-style1 .tabs-title-holder {
    font-size: 0;
    margin-bottom: 30px;
}

    .tabs-style1 .tabs-title-holder .tab-title:first-child {
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .tabs-style1 .tabs-title-holder .tab-title:last-child {
        border-bottom-left-radius: 3px;
        border-left: none;
        border-top-left-radius: 3px;
    }

.tabs-style2 > .tabs-title-holder > .tab-title {
    border-bottom: 2px solid #eaeff5;
    padding: 12px 25px;
    -webkit-transition: border .15s ease-in-out;
    -moz-transition: border .15s ease-in-out;
    -ms-transition: border .15s ease-in-out;
    -o-transition: border .15s ease-in-out;
    transition: border .15s ease-in-out;
}

    .tabs-style2 > .tabs-title-holder > .tab-title .tab-title-inner {
        font-size: 16px;
    }

    .tabs-style2 > .tabs-title-holder > .tab-title.active {
        border-bottom-color: #7966ff;
    }

        .tabs-style2 > .tabs-title-holder > .tab-title.active .tab-title-inner, .tabs-style2 > .tabs-title-holder > .tab-title.active i {
            color: #7966ff;
        }

.tabs-title-holder {
    font-size: 0;
    margin-bottom: 30px;
}

.accordion-content {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .5s cubic-bezier(.68,.01,.31,.93);
    -moz-transition: height .5s cubic-bezier(.68,.01,.31,.93);
    -ms-transition: height .5s cubic-bezier(.68,.01,.31,.93);
    -o-transition: height .5s cubic-bezier(.68,.01,.31,.93);
    transition: height .5s cubic-bezier(.68,.01,.31,.93);
}

.accordion-title {
    cursor: pointer;
    font-size: 0;
    position: relative;
    padding: 22px 25px;
}

    .accordion-title .accordion-title-inner {
        color: #474b53;
        font-size: 18px;
        font-weight: 400;
        padding-left: 2.5em;
        -webkit-transition: color .35s cubic-bezier(.68,.01,.31,.93);
        -moz-transition: color .35s cubic-bezier(.68,.01,.31,.93);
        -ms-transition: color .35s cubic-bezier(.68,.01,.31,.93);
        -o-transition: color .35s cubic-bezier(.68,.01,.31,.93);
        transition: color .35s cubic-bezier(.68,.01,.31,.93);
    }

        .accordion-title .accordion-title-inner:before {
            bottom: 0;
            color: inherit !important;
            content: '\f104';
            font-family: FontAwesome;
            font-size: 1.2em;
            font-style: normal !important;
            font-weight: 400 !important;
            height: 1em;
            left: 25px;
            letter-spacing: 0 !important;
            line-height: 1em;
            margin: auto 0;
            position: absolute;
            text-align: center;
            text-transform: none !important;
            top: 0;
            width: 1em;
            -webkit-transition: transform .35s cubic-bezier(.68,.01,.31,.93);
            -moz-transition: transform .35s cubic-bezier(.68,.01,.31,.93);
            -ms-transition: transform .35s cubic-bezier(.68,.01,.31,.93);
            -o-transition: transform .35s cubic-bezier(.68,.01,.31,.93);
            transition: transform .35s cubic-bezier(.68,.01,.31,.93);
        }

.accordions {
    max-width: 950px;
    margin: 0 auto;
}

    .accordions .accordion {
        box-shadow: 0 2px 15px rgba(25,63,125,.09);
        border-radius: 5px;
        margin-bottom: 10px;
        background: #fff;
    }

        .accordions .accordion:last-child {
            margin-bottom: 0 !important;
        }

.accordion-content-inner {
    font-size: 15px;
    padding: 22px 25px;
    border-top: 1px solid #eaeff5;
}

.wpb_text_column .wpb_wrapper p {
    margin-bottom: 12px;
}

    .wpb_text_column .wpb_wrapper p:last-child {
        margin-bottom: 0;
    }

.accordion-title.active .accordion-title-inner {
    color: #7966ff;
}

    .accordion-title.active .accordion-title-inner:before {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

.kt-row.blog2-items-holder {
    margin: -15px;
}

    .kt-row.blog2-items-holder .column {
        padding: 15px;
    }

.blog2-item-title {
    font-size: 18px;
    line-height: 1.7em;
    min-height: 5.62em;
    padding: 20px 30px;
    text-align: center;
}

    .blog2-item-title a {
        color: #474b53;
        display: block;
    }

        .blog2-item-title a:hover {
            color: #7966ff;
        }

.blog2-item-holder {
    box-shadow: 0 0 20px rgba(0,0,0,.08);
    border-radius: 5px;
}

.blog2-image-holder {
    display: block;
    padding-top: 19.21%;
    height: 0;
    position: relative;
    margin: 19.21% 15px 0;
}

    .blog2-image-holder img {
        border-radius: 5px;
        display: block;
        position: absolute;
        top: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        box-shadow: 0 5px 20px rgba(0,0,0,.09);
    }

.icon-box5-icon {
    font-size: 0;
    margin-bottom: 20px;
    text-align: center;
}

    .icon-box5-icon img {
        display: inline-block;
        vertical-align: top;
    }

    .icon-box5-icon i {
        color: #7966ff;
        display: inline-block;
        font-size: 40px;
        line-height: 1;
        vertical-align: top;
    }

        .icon-box5-icon i:before {
            display: block;
        }

.icon-box5-title {
    font-size: 20px;
    text-align: center;
}

.icon-box5-text {
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
}

.icon-box5-icon i {
    width: 72px;
    height: 72px;
    line-height: 72px;
    border-radius: 18px;
    background: #ecf7e8;
    color: #7966ff;
}

.icon-box6-icon {
    font-size: 0;
    margin-bottom: 16px;
    text-align: center;
}

    .icon-box6-icon:before {
        display: inline-block;
        vertical-align: middle;
        content: '';
        width: 0;
        height: 100%;
    }

    .icon-box6-icon img {
        display: inline-block;
        vertical-align: middle;
    }

    .icon-box6-icon i {
        color: #7966ff;
        display: inline-block;
        font-size: 40px;
        line-height: 1;
        vertical-align: middle;
    }

        .icon-box6-icon i:before {
            display: block;
        }

.icon-box6-title {
    font-size: 18px;
    text-align: center;
}

.icon-box6-text {
    font-size: 14px;
    text-align: center;
    margin-top: 4px;
}

.pricing-iconbox6 .icon-box6-icon {
    height: 72px;
}

.full-width {
    width: 100%;
}

.blog-pagination-inner {
    margin: -5px;
}

.blog-pagination {
    text-align: center;
    padding-top: 40px;
}

    .blog-pagination i {
        font-weight: 400;
    }

    .blog-pagination .pagination-arrows {
        font-size: 0 !important;
    }

        .blog-pagination .pagination-arrows i {
            font-size: 18px;
        }

    .blog-pagination a, .blog-pagination span {
        background: #fff;
        border-radius: 22px;
        border-style: solid;
        font-size: 14px;
        font-weight: 400;
        height: 44px;
        line-height: 44px;
        margin: 5px;
        min-width: 44px;
        box-shadow: 0 3px 18px rgba(28,76,156,.12);
        padding: 0 14px;
        color: #85878d;
        display: inline-block;
        text-align: center;
        vertical-align: top;
        -webkit-transition: background .15s ease-in-out,color .15s ease-in-out,box-shadow .15s ease-in-out;
        -moz-transition: background .15s ease-in-out,color .15s ease-in-out,box-shadow .15s ease-in-out;
        -ms-transition: background .15s ease-in-out,color .15s ease-in-out,box-shadow .15s ease-in-out;
        -o-transition: background .15s ease-in-out,color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: background .15s ease-in-out,color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

        .blog-pagination a:before, .blog-pagination span:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            width: 0;
        }

        .blog-pagination a i, .blog-pagination span i {
            display: inline-block;
            vertical-align: middle;
        }

    .blog-pagination .number-paginations {
        line-height: 48px;
    }

    .blog-pagination a:hover, .blog-pagination span.active {
        background: #7966ff;
        color: #fff;
        box-shadow: 0 2px 5px rgba(255,255,255,.25),0 5px 15px rgba(106,200,71,.35);
    }

    .blog-pagination .pagination-arrows i.fa-angle-double-right {
        margin-left: .1em;
    }

    .blog-pagination .pagination-arrows i.fa-angle-right {
        margin-left: .05em;
    }

    .blog-pagination .pagination-arrows i.fa-angle-double-left {
        margin-right: .1em;
    }

    .blog-pagination .pagination-arrows i.fa-angle-left {
        margin-right: .05em;
    }

.blog-single-comments {
    padding-top: 60px;
    /*margin-left: 320px;*/
}

    .blog-single-comments.without-comment .comment-open-button, .lab-single-comments.without-comment .comment-open-button {
        display: none !important;
    }

    .blog-single-comments.without-comment .comment-form-outer, .lab-single-comments.without-comment .comment-form-outer {
        display: block !important;
    }

.comment-desc-holder .comment-respond {
    margin-top: 30px;
}

.logged-in-as {
    font-size: 16px;
    margin-bottom: 15px;
}

.comment-email-field, .comment-name-field {
    float: right;
    margin-left: 16px;
    margin-top: 16px;
    width: calc(50% - 94px);
}

input[type=submit].button.comment-submit {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 16px;
    padding: 13px 15px;
    width: 156px;
    border-radius: 5px;
}

.comment-author {
    display: inline-block;
    line-height: 1.4;
    vertical-align: middle;
}

#cancel-comment-reply-link {
    background: #e7ebf3;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 5px;
    padding: 8px 12px;
    vertical-align: top;
}

.post-comment-title {
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
}

.comment-text-holder p {
    color: inherit;
}

.comment-author-col, .comment-email-col {
    margin-top: 20px;
}

.comment-title-holder {
    float: right;
}

.comment-title-inner {
    font-size: 0;
    padding-top: 2px;
}

.comment-top-holder {
    padding: 5px 0;
}

.comment-form #submit {
    cursor: pointer;
}

.comment-author-col {
    padding-left: 0;
    padding-right: 10px;
}

.comment-email-col {
    padding-left: 10px;
    padding-right: 0;
}

#comment {
    display: block;
}

.comment-desc-holder {
    overflow: hidden;
}

.comment-image-holder {
    float: right;
    margin-left: 20px;
    padding: 5px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 3px 15px rgba(28,76,156,.08);
}

    .comment-image-holder img {
        border-radius: 100%;
        display: block;
    }

.comment-inner {
    background: #f7f8fa;
    border-radius: 5px;
    padding: 30px;
}

.comments-list {
    padding-bottom: 20px;
}

    .comments-list li .comment-holder {
        padding-bottom: 20px;
    }

        .comments-list li .comment-holder .comment-respond {
            margin-top: 20px;
        }

        .comments-list li .comment-holder .comment-author-col, .comments-list li .comment-holder .comment-email-col {
            margin-top: 15px;
        }

    .comments-list li.comment-no-avatar .comment-top-holder {
        padding-bottom: 10px;
    }

    .comments-list li.comment-no-avatar .children, .comments-list li.comment-no-avatar .comment-holder .comment-respond {
        margin-right: 30px;
    }

    .comments-list .children {
        margin-right: 40px;
        padding-bottom: 10px;
    }

.comment-moderation {
    color: #7966ff;
    font-size: 14px;
    margin-top: 5px;
}

.comment-date {
    display: block;
    font-size: 13px;
}

.comment-reply-link {
    display: inline-block;
    font-size: 12px;
    margin-right: 12px;
    margin-top: 2px;
    vertical-align: middle;
}

.comments-holder {
    overflow: hidden;
}

    .comments-holder + .comment-form-holder {
        margin-top: 0;
    }

.comment-text-holder {
    color: #666;
    font-size: 15px;
    font-weight: 400;
}

.comments-title {
    padding-bottom: 30px;
}

    .comments-title .comments-title-inner {
        font-size: 0;
        font-weight: 500;
        color: #474b53;
    }

        .comments-title .comments-title-inner span {
            display: inline-block;
            font-size: 24px;
            line-height: 1;
            vertical-align: bottom;
        }

            .comments-title .comments-title-inner span:last-child {
                padding-bottom: .12em;
            }

            .comments-title .comments-title-inner span.comments-number {
                color: #7966ff;
                display: inline-block;
                font-size: 30px;
                line-height: 1;
                margin-left: 12px;
                vertical-align: bottom;
            }

    .comments-title > span {
        color: #949494;
        display: block;
        font-size: 15px;
        line-height: 1.6;
    }

.comment-reply-title small {
    display: block;
    font-size: 0;
}

.comments-pagination-holder {
    padding-bottom: 35px;
}

.kt-dislike-button i, .kt-like-button i {
    display: inline-block;
    vertical-align: middle;
}

    .kt-dislike-button i:before, .kt-like-button i:before {
        color: #b9b9b9;
        display: block;
        font-family: FontAwesome;
        font-size: 20px;
        line-height: 1;
        -webkit-transition: color .2s ease-in-out;
        -moz-transition: color .2s ease-in-out;
        -ms-transition: color .2s ease-in-out;
        -o-transition: color .2s ease-in-out;
        transition: color .2s ease-in-out;
    }

.kt-dislike, .kt-like {
    float: right;
    font-size: 0;
}

    .kt-dislike a, .kt-like a {
        display: block;
    }

.kt-like {
    margin-left: 20px;
}

.kt-like-holder {
    float: left;
    margin-top: 12px;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

    .kt-like-holder.is-loading {
        opacity: .6;
    }

    .kt-like-holder.liked .kt-like-button i:before, .kt-like-holder.liked .kt-like-button span {
        color: #a1ce4c;
    }

    .kt-like-holder.disliked .kt-dislike-button i:before, .kt-like-holder.disliked .kt-dislike-button span {
        color: #f79090;
    }

.kt-like-button i {
    margin-top: -2px;
}

.kt-dislike-button i {
    margin-top: 2px;
}

.kt-dislike-count, .kt-like-count {
    color: #949494;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-right: 15px;
    min-width: 32px;
    text-align: right;
    vertical-align: middle;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.comment-form-holder {
    padding-bottom: 40px;
}

.comment-form-outer {
    display: none;
}

.comment-open-button {
    float: left;
    margin-top: 5px;
}

.comments-title-outer {
    float: right;
}

.carousel-holder {
    position: relative;
}

.slick-slider {
    display: block;
    overflow: hidden;
    padding: 20px;
    margin: -20px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

    .slick-slider .slick-list, .slick-slider .slick-track {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

.slick-list {
    display: block;
    margin: 0 -15px;
    position: relative;
}

    .slick-list:focus {
        outline: 0;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-track {
    display: block;
    left: 0;
    position: relative;
    top: 0;
}

    .slick-track:after, .slick-track:before {
        clear: both;
        content: '';
        display: block;
    }

    .slick-loading .slick-track, .slick-track:before {
        visibility: hidden;
    }

.slick-slide {
    display: none;
    height: 100%;
    min-height: 1px;
    padding: 0 15px;
}

    .slick-slide img {
        display: block;
    }

    .slick-slide.slick-loading img {
        display: none;
    }

    .slick-slide.dragging img {
        pointer-events: none;
    }

.slick-initialized .slick-slide {
    display: inline-block;
    vertical-align: middle;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-dots {
    display: block;
    font-size: 0;
    margin: -5px;
    padding-top: 20px;
    text-align: center;
    width: 100%;
}

    .slick-dots li {
        cursor: pointer;
        display: inline-block;
        margin: 5px;
        vertical-align: middle;
    }

        .slick-dots li button {
            background: #d6dee8;
            border-radius: 100%;
            color: transparent;
            cursor: pointer;
            display: block;
            font-size: 0;
            height: 12px;
            line-height: 0;
            outline: 0;
            padding: 0 !important;
            width: 12px;
            -webkit-transition: background .15s ease-in-out,border .15s ease-in-out;
            -moz-transition: background .15s ease-in-out,border .15s ease-in-out;
            -ms-transition: background .15s ease-in-out,border .15s ease-in-out;
            -o-transition: background .15s ease-in-out,border .15s ease-in-out;
            transition: background .15s ease-in-out,border .15s ease-in-out;
        }

            .slick-dots li button:hover, .slick-dots li.slick-active button {
                background: #7966ff;
            }

.kt-modal-button {
    cursor: pointer;
}

.kt-modal-inner {
    background-color: #fff;
    overflow-x: auto;
    border-radius: 5px;
    box-shadow: 0 8px 50px rgba(52,72,107,.1);
    cursor: default;
    display: inline-block;
    font-weight: 400;
    left: -99999px;
    opacity: 0;
    position: absolute;
    vertical-align: middle;
    width: 100%;
    z-index: 2;
    -webkit-transition: transform .35s cubic-bezier(.45,.01,.05,.92),opacity .35s cubic-bezier(.45,.01,.05,.92);
    -moz-transition: transform .35s cubic-bezier(.45,.01,.05,.92),opacity .35s cubic-bezier(.45,.01,.05,.92);
    -ms-transition: transform .35s cubic-bezier(.45,.01,.05,.92),opacity .35s cubic-bezier(.45,.01,.05,.92);
    -o-transition: transform .35s cubic-bezier(.45,.01,.05,.92),opacity .35s cubic-bezier(.45,.01,.05,.92);
    transition: transform .35s cubic-bezier(.45,.01,.05,.92),opacity .35s cubic-bezier(.45,.01,.05,.92);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

    .kt-modal-inner.active {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: .2s;
        -moz-transition-delay: .2s;
        -ms-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s;
        -webkit-transition: transform .45s cubic-bezier(.45,.01,.05,.92),opacity .45s cubic-bezier(.45,.01,.05,.92);
        -moz-transition: transform .45s cubic-bezier(.45,.01,.05,.92),opacity .45s cubic-bezier(.45,.01,.05,.92);
        -ms-transition: transform .45s cubic-bezier(.45,.01,.05,.92),opacity .45s cubic-bezier(.45,.01,.05,.92);
        -o-transition: transform .45s cubic-bezier(.45,.01,.05,.92),opacity .45s cubic-bezier(.45,.01,.05,.92);
        transition: transform .45s cubic-bezier(.45,.01,.05,.92),opacity .45s cubic-bezier(.45,.01,.05,.92);
    }

    .kt-modal-inner.kt-contact-modal {
        max-width: 1060px;
    }

    .kt-modal-inner.kt-buy-modal {
        max-width: 300px;
    }

        .kt-modal-inner.kt-buy-modal .kt-modal-close {
            left: 20px;
            top: 20px;
            width: 20px;
            height: 20px;
            margin-top: 3px;
        }

            .kt-modal-inner.kt-buy-modal .kt-modal-close:after, .kt-modal-inner.kt-buy-modal .kt-modal-close:before {
                height: 26px;
            }

.kt-modal-holder {
    font-size: 0;
    text-align: center;
}

    .kt-modal-holder:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        width: 0;
    }

.kt-modal-overlay {
    background: rgba(255,255,255,.9);
    bottom: 0;
    cursor: pointer;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.kt-modal-outer-holder {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 999999;
}

    .kt-modal-outer-holder.active .kt-modal-overlay {
        opacity: 1;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -ms-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

    .kt-modal-outer-holder .kt-modal-holder, .kt-modal-outer-holder .wrapper {
        height: 100%;
        position: relative;
        z-index: 2;
    }

    .kt-modal-outer-holder .kt-modal-transparent-overlay {
        bottom: 0;
        cursor: pointer;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }

.kt-modal-content {
    position: relative;
}

.kt-modal-close {
    cursor: pointer;
    height: 30px;
    position: absolute;
    left: 40px;
    top: 20px;
    width: 30px;
    z-index: 2;
}

    .kt-modal-close:after, .kt-modal-close:before {
        background-color: #d7dbe0;
        bottom: 0;
        content: '';
        height: 40px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 2px;
    }

    .kt-modal-close:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .kt-modal-close:before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.kt-notice-holder {
    padding: 10px 0;
    background-color: #7966ff;
}

.kt-notice-inner {
    padding: 10px 20px 10px 10px;
    background: rgba(255,255,255,.9);
    border-radius: 3px;
    position: relative;
}

    .kt-notice-inner .button {
        float: left;
    }

    .kt-notice-inner .kt-notice-close {
        position: absolute;
        font-size: 24px;
        height: 1em;
        width: 1em;
        color: #fff;
        top: 0;
        bottom: 0;
        right: -1.3em;
        line-height: 1em;
        cursor: pointer;
        text-align: center;
        margin: auto 0;
    }

    .kt-notice-inner .kt-notice-text {
        float: right;
        font-size: 16px;
        color: #474b53;
        padding: 6px 0 4px;
        font-weight: 400;
    }

.blog-header, .page-header {
    position: relative;
}

    .blog-header:before, .page-header:before {
        position: absolute;
        right: 0;
        height: 250%;
        width: 100%;
        z-index: -2;
        content: '';
        border-radius: 0 0 50px 0;
        transform: skewY(8deg);
        transform-origin: top center;
        background: #f5f8fc;
        bottom: 125px;
    }

    .blog-header:after, .page-header:after {
        content: '';
        position: absolute;
        left: -110px;
        bottom: calc(-50px + 7vw);
        height: 400px;
        width: 400px;
        z-index: -1;
        border-radius: 0 0 50px 0;
        transform: rotate(-38deg);
        transform-origin: left bottom;
        background: url(/content/img/blob1.svg);
        /*background: #F1EEFC;
        background: -moz-linear-gradient(-35deg,#F1EEFC 0,#7966FF 100%);
        background: -webkit-linear-gradient(-35deg,#F1EEFC 0,#7966FF 100%);
        background: linear-gradient(-35deg,#F1EEFC 0,#7966FF 100%);*/
    }

    .page-header > .row-inner > .row-outer-holder {
        padding-top: 110px;
        padding-bottom: 70px;
    }

.blog-header {
    padding-top: 166px;
    padding-bottom: 170px;
}

.page-template-index-page .header-number-holder.offline span, .page-template-index-page .header-number-holder.online span {
    background: rgba(0,0,0,.1);
    color: #fffffe;
}

.page-template-index-page .header-number-holder.offline .header-number, .page-template-index-page .header-number-holder.online .header-number {
    color: #fff;
}

.page-template-index-page .header-login-button {
    margin-left: 30px;
}

.page-template-index-page .logo-holder .logo-inner {
    display: block;
}

.page-template-index-page .responsive-menu-button-inner, .page-template-index-page .responsive-menu-button-inner:after, .page-template-index-page .responsive-menu-button-inner:before {
    background: #fff;
}

.contact-button-holder {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.contact-button-inner {
    margin-top: 15px;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    text-align: center;
    direction: ltr;
}

    .contact-button-inner i {
        font-size: 16px;
        color: #7966ff;
        margin-right: 8px;
        display: inline-block;
        vertical-align: middle;
    }

    .contact-button-inner span {
        font-size: 14px;
        vertical-align: middle;
        display: inline-block;
        line-height: 1;
        margin-top: 2px;
    }

    .contact-button-inner a {
        color: #85878d !important;
    }

.notifications {
    position: relative;
    height: 561px;
    max-width: 555px;
}

    .notifications:after {
        content: "";
        height: 35%;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        background-image: -webkit-gradient(linear,left bottom,left top,color-stop(70%,#fff),to(rgba(246,249,252,0)));
        background-image: linear-gradient(0deg,#fff 65%,rgba(246,249,252,0));
        z-index: 6;
    }

    .notifications:before {
        content: '';
        position: absolute;
        left: -20px;
        top: -10px;
        height: 360px;
        z-index: 0;
        border-radius: 180px;
        transform: rotate(-8deg);
        background: #f5f8fc;
        right: -35px;
    }

.notification {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 5px;
    padding: 25px 30px;
    -webkit-transition: all .8s cubic-bezier(.55,.05,.13,1);
    -moz-transition: all .8s cubic-bezier(.55,.05,.13,1);
    -ms-transition: all .8s cubic-bezier(.55,.05,.13,1);
    -o-transition: all .8s cubic-bezier(.55,.05,.13,1);
    transition: all .8s cubic-bezier(.55,.05,.13,1);
    min-height: 105px;
    overflow: hidden;
    font-size: 15px;
    box-shadow: 0 3px 15px rgba(25,63,125,.14);
    -webkit-transform: translateY(500%) translateY(50px) scale(.96);
    -moz-transform: translateY(500%) translateY(50px) scale(.96);
    -ms-transform: translateY(500%) translateY(50px) scale(.96);
    transform: translateY(500%) translateY(50px) scale(.96);
    opacity: 0;
    transform-origin: center top;
}

    .notification:first-child {
        -webkit-transform: translateY(-100%) translateY(10px) scale(.7);
        -moz-transform: translateY(-100%) translateY(10px) scale(.7);
        -ms-transform: translateY(-100%) translateY(10px) scale(.7);
        transform: translateY(-100%) translateY(10px) scale(.7);
        z-index: 2;
    }

    .notification:nth-child(2) {
        box-shadow: 0 10px 35px rgba(28,76,156,.15);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        z-index: 10;
        opacity: 1;
    }

    .notification:nth-child(3) {
        -webkit-transform: translateY(100%) translateY(10px) scale(.96);
        -moz-transform: translateY(100%) translateY(10px) scale(.96);
        -ms-transform: translateY(100%) translateY(10px) scale(.96);
        transform: translateY(100%) translateY(10px) scale(.96);
        z-index: 2;
    }

    .notification:nth-child(4) {
        -webkit-transform: translateY(200%) translateY(20px) scale(.96);
        -moz-transform: translateY(200%) translateY(20px) scale(.96);
        -ms-transform: translateY(200%) translateY(20px) scale(.96);
        transform: translateY(200%) translateY(20px) scale(.96);
        z-index: 3;
    }

    .notification:nth-child(5) {
        -webkit-transform: translateY(300%) translateY(30px) scale(.96);
        -moz-transform: translateY(300%) translateY(30px) scale(.96);
        -ms-transform: translateY(300%) translateY(30px) scale(.96);
        transform: translateY(300%) translateY(30px) scale(.96);
        z-index: 4;
    }

    .notification:nth-child(6) {
        -webkit-transform: translateY(400%) translateY(40px) scale(.96);
        -moz-transform: translateY(400%) translateY(40px) scale(.96);
        -ms-transform: translateY(400%) translateY(40px) scale(.96);
        transform: translateY(400%) translateY(40px) scale(.96);
        z-index: 5;
    }

    .notification:nth-child(3), .notification:nth-child(4), .notification:nth-child(5) {
        opacity: 1;
    }

        .notification:nth-child(3) .notification-holder, .notification:nth-child(4) .notification-holder, .notification:nth-child(5) .notification-holder {
            filter: grayscale(100);
            opacity: .7;
        }

    .notification:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 120px;
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(30%,rgba(255,255,255,.7)),color-stop(70%,#fff));
        background-image: linear-gradient(90deg,#fff 50%,rgba(255,255,255,0));
    }

.notification-text {
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
    display: block;
    line-height: 1.8;
    margin-top: 0;
    color: #474b53;
}

.notification-holder {
    -webkit-transition: all .6s cubic-bezier(.55,.05,.13,1);
    -moz-transition: all .6s cubic-bezier(.55,.05,.13,1);
    -ms-transition: all .6s cubic-bezier(.55,.05,.13,1);
    -o-transition: all .6s cubic-bezier(.55,.05,.13,1);
    transition: all .6s cubic-bezier(.55,.05,.13,1);
}

    .notification-holder i {
        float: right;
        width: 28px;
        height: 28px;
        border-radius: 100%;
        text-align: center;
        line-height: 28px;
        font-size: 16px;
        margin-left: 20px;
    }

        .notification-holder i.icon_mail_alt {
            line-height: 25px;
        }

        .notification-holder i.fa-reply {
            line-height: 30px;
        }

        .notification-holder i.icon_mic_alt {
            font-size: 18px;
        }

    .notification-holder.green .notification-date span, .notification-holder.green i {
        background: #ecf7e8;
        color: #7966ff;
    }

    .notification-holder.red .notification-date span, .notification-holder.red i {
        background: #fee;
        color: #ff5e5e;
    }

    .notification-holder.orange .notification-date span, .notification-holder.orange i {
        background: #fff8e8;
        color: #ffb931;
    }

    .notification-holder.violet .notification-date span, .notification-holder.violet i {
        background: #f3f6fb;
        color: #6f8ec4;
    }

.notification-inner {
    overflow: hidden;
}

.notification-date {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 2px;
}

    .notification-date span {
        padding: 0 4px;
        border-radius: 3px;
    }

.messages {
    height: 225px;
    margin: 150px 0;
    position: relative;
    text-align: right;
    max-width: 455px;
}

.message-type {
    position: absolute;
    right: 25px;
    top: -18px;
    -webkit-transition: all .5s cubic-bezier(.55,.05,.13,1);
    -moz-transition: all .5s cubic-bezier(.55,.05,.13,1);
    -ms-transition: all .5s cubic-bezier(.55,.05,.13,1);
    -o-transition: all .5s cubic-bezier(.55,.05,.13,1);
    transition: all .5s cubic-bezier(.55,.05,.13,1);
    padding: 4px 15px;
    background: #7966ff;
    border-radius: 50px;
    opacity: 0;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    font-size: 14px;
    color: #fff;
}

.message-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.9;
    height: 102px;
    overflow: hidden;
}

.message-date {
    font-size: 16px;
    margin-bottom: 5px;
    color: #474b53;
    font-weight: 500;
}

.message-status {
    padding: 2px 10px;
    border-radius: 3px;
    font-size: 14px;
    display: inline-block;
    margin-top: 20px;
}

    .message-status.green {
        background: #ecf7e8;
        color: #7966ff;
    }

    .message-status.orange {
        color: #ffb931;
        background: #fff8e8;
    }

    .message-status.gray {
        color: #6386c0;
        background: #f3f6fb;
    }

.message {
    min-height: 200px;
    box-shadow: 0 10px 35px rgba(28,76,156,.15);
    border-radius: 5px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    padding: 40px 40px 35px;
    z-index: 1;
    -webkit-transition: all 1.2s cubic-bezier(.55,.05,.13,1);
    -moz-transition: all 1.2s cubic-bezier(.55,.05,.13,1);
    -ms-transition: all 1.2s cubic-bezier(.55,.05,.13,1);
    -o-transition: all 1.2s cubic-bezier(.55,.05,.13,1);
    transition: all 1.2s cubic-bezier(.55,.05,.13,1);
    opacity: 0;
}

    .message:after {
        right: 0;
        left: 0;
        bottom: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        border-radius: 5px;
        background: #eaf0f7;
        position: absolute;
        content: '';
        opacity: 0;
        -webkit-transition: all 1.2s cubic-bezier(.55,.05,.13,1);
        -moz-transition: all 1.2s cubic-bezier(.55,.05,.13,1);
        -ms-transition: all 1.2s cubic-bezier(.55,.05,.13,1);
        -o-transition: all 1.2s cubic-bezier(.55,.05,.13,1);
        transition: all 1.2s cubic-bezier(.55,.05,.13,1);
    }

    .message:first-child {
        -webkit-transform: translateY(-35px) scale(1.1);
        -moz-transform: translateY(-35px) scale(1.1);
        -ms-transform: translateY(-35px) scale(1.1);
        transform: translateY(-35px) scale(1.1);
        z-index: 5;
    }

        .message:first-child .message-type {
            opacity: 0;
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
            -webkit-transition: all .4s ease-in-out;
            -moz-transition: all .4s ease-in-out;
            -ms-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
        }

    .message:nth-child(2), .message:nth-child(3), .message:nth-child(4) {
        opacity: 1;
    }

    .message:nth-child(3), .message:nth-child(4), .message:nth-child(5) {
        box-shadow: none;
    }

        .message:nth-child(3):after, .message:nth-child(4):after, .message:nth-child(5):after {
            opacity: 1;
        }

    .message:nth-child(2) {
        z-index: 4;
        -webkit-transform: translateY(0) scale(1);
        -moz-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }

        .message:nth-child(2) .message-type {
            opacity: 1;
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
            -webkit-transition-delay: 1s;
            -moz-transition-delay: 1s;
            -ms-transition-delay: 1s;
            -o-transition-delay: 1s;
            transition-delay: 1s;
        }

    .message:nth-child(3) {
        -webkit-transform: translateY(35px) scale(.9);
        -moz-transform: translateY(35px) scale(.9);
        -ms-transform: translateY(35px) scale(.9);
        transform: translateY(35px) scale(.9);
        z-index: 3;
    }

        .message:nth-child(3):after {
            background: #d6e0ea;
        }

    .message:nth-child(4) {
        -webkit-transform: translateY(70px) scale(.8);
        -moz-transform: translateY(70px) scale(.8);
        -ms-transform: translateY(70px) scale(.8);
        transform: translateY(70px) scale(.8);
        z-index: 2;
    }

    .message:nth-child(5) {
        -webkit-transform: translateY(105px) scale(.8);
        -moz-transform: translateY(105px) scale(.8);
        -ms-transform: translateY(105px) scale(.8);
        transform: translateY(105px) scale(.8);
        z-index: 2;
    }

.customers {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 10px 35px rgba(28,76,156,.15);
    margin: 10px 0 30px;
    position: relative;
}

    .customers a {
        display: block;
        padding: 35px 40px;
    }

    .customers:hover .customers-inner {
        -webkit-transform: scale(.94);
        -moz-transform: scale(.94);
        -ms-transform: scale(.94);
        transform: scale(.94);
        filter: blur(8px);
        opacity: .8;
    }

    .customers:hover .customers-cover {
        opacity: 1;
        -webkit-transform: translateY(0) scale(1);
        -moz-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }

.customers-cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    height: 46px;
    -webkit-transform: translateY(50%) scale(.95);
    -moz-transform: translateY(50%) scale(.95);
    -ms-transform: translateY(50%) scale(.95);
    transform: translateY(50%) scale(.95);
    margin: auto 0;
    -webkit-transition: .6s cubic-bezier(.19,1,.22,1);
    -moz-transition: .6s cubic-bezier(.19,1,.22,1);
    -ms-transition: .6s cubic-bezier(.19,1,.22,1);
    -o-transition: .6s cubic-bezier(.19,1,.22,1);
    transition: .6s cubic-bezier(.19,1,.22,1);
    opacity: 0;
}

.customers-inner {
    font-size: 0;
    margin: -15px;
    -webkit-transition: .8s cubic-bezier(.19,1,.22,1);
    -moz-transition: .8s cubic-bezier(.19,1,.22,1);
    -ms-transition: .8s cubic-bezier(.19,1,.22,1);
    -o-transition: .8s cubic-bezier(.19,1,.22,1);
    transition: .8s cubic-bezier(.19,1,.22,1);
}

    .customers-inner .customer {
        width: 14.2857%;
        padding: 15px;
        display: inline-block;
        vertical-align: middle;
    }

        .customers-inner .customer img {
            display: block;
            margin: 0 auto;
        }

pre {
    counter-reset: line;
    font-family: monospace;
    font-size: 13px;
    tab-size: 4;
    white-space: pre-line;
}

.hljs {
    display: block;
    overflow: auto;
    background: #f5f8fc;
    line-height: 1.6;
    color: #c0c5ce;
    font-weight: 600;
    direction: ltr;
    text-align: left;
    padding: 5px 5px 20px 25px;
    position: relative;
}

    /*.hljs:after {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 80px;
        background: linear-gradient(270deg,#3b4354 50%,rgba(50,50,93,0));
        content: '';
        border-radius: 0 8px 8px 0;
    }*/

.hljs-comment, .hljs-quote {
    color: #65737e;
}

.hljs-deletion, .hljs-name, .hljs-regexp, .hljs-selector-class, .hljs-selector-id, .hljs-tag, .hljs-template-variable, .hljs-variable {
    color: #bf616a;
}

.hljs-built_in, .hljs-builtin-name, .hljs-link, .hljs-literal, .hljs-meta, .hljs-number, .hljs-params, .hljs-type {
    color: #d08770;
}

.hljs-attribute {
    color: #ebcb8b;
}

.hljs-addition, .hljs-bullet, .hljs-string, .hljs-symbol {
    color: #a3be8c;
}

.hljs-section, .hljs-title {
    color: #8fa1b3;
}

.hljs-keyword, .hljs-selector-tag {
    color: #b48ead;
}

.hljs-emphasis {
    font-style: italic;
}

.hljs-strong {
    font-weight: 700;
}

.code-tabs {
    transform: scale(1.15) perspective(1000px) rotateY(-15deg) rotateX(2deg) rotate(3deg) translateX(10px);
    background: #3b4354;
    border-radius: 8px;
    box-shadow: 25px 50px 125px -23px rgba(50,50,93,.45),0 35px 75px -35px rgba(0,0,0,.25);
    position: relative;
    margin-bottom: 20px;
}

    .code-tabs.features-code-tabs {
        transform: scale(1.15) perspective(1000px) rotateY(15deg) rotateX(2deg) rotate(-3deg) translateX(-10px);
        margin-top: -10px;
        box-shadow: -25px 50px 125px -23px rgba(50,50,93,.45),0 35px 75px -35px rgba(0,0,0,.25);
    }

    .code-tabs .tabs-title-holder {
        margin-bottom: 0;
        direction: ltr;
    }

        .code-tabs .tabs-title-holder .tab-title {
            width: 20%;
            background: #2c3342;
            border-bottom: 1px solid #525969;
            border-right: 1px solid #525969;
            border-left: none;
            text-align: center;
            font-size: 16px;
            font-weight: 500;
            color: #aab7c4;
            padding: 14px 20px 10px;
            line-height: 1.6;
            border-radius: 0;
        }

            .code-tabs .tabs-title-holder .tab-title.active {
                background: #3b4354;
                border-bottom-color: transparent;
            }

            .code-tabs .tabs-title-holder .tab-title:last-child {
                border-radius: 0 8px 0 0;
            }

            .code-tabs .tabs-title-holder .tab-title:first-child {
                border-radius: 8px 0 0 0;
            }

.check-list {
    padding-top: 35px;
    border-top: 1px solid #eaeff5;
}

    .check-list ul {
        margin: -8px;
    }

        .check-list ul li {
            padding: 8px;
            float: right;
            width: 50%;
        }

            .check-list ul li a {
                font-weight: 400;
                color: #418627;
                font-size: 15px;
                line-height: 28px;
                display: block;
            }

                .check-list ul li a:before {
                    float: right;
                    width: 28px;
                    height: 28px;
                    border-radius: 100%;
                    background: #ecf7e8;
                    color: #7966ff;
                    font-size: 16px;
                    text-align: center;
                    line-height: 28px;
                    margin-left: 15px;
                    content: "\f00c";
                    font-family: FontAwesome;
                }

.icon-box3-icon i {
    color: #ffb931;
    display: block;
    background: rgba(255,185,49,.15);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
}

.section1 {
    display: block;
    width: 100%;
    position: relative;
    margin-top: -225px;
}

    .section1 > .row-inner > .row-outer-holder {
        padding-top: 320px;
        padding-bottom: 110px;
    }

    .section1:before {
        position: absolute;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 0;
        content: '';
        border-radius: 50px 0 0 0;
        transform: skewY(12deg);
        background: #f7faff;
        background: -moz-linear-gradient(top,#f7faff 0,rgba(255,255,255,0) 75%);
        background: -webkit-linear-gradient(top,#f7faff 0,rgba(255,255,255,0) 75%);
        background: linear-gradient(to bottom,#f7faff 0,rgba(255,255,255,0) 75%);
        transform-origin: top center;
        top: 200px;
    }

.blog-section-holder {
    padding-bottom: 50px;
}

.simple-section {
    padding-top: 295px;
}

.section2 {
    position: relative;
    margin-top: -225px;
}

    .section2 > .row-inner > .row-outer-holder {
        padding-top: 320px;
        padding-bottom: 110px;
    }

    .section2:before {
        position: absolute;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 0;
        content: '';
        border-radius: 0 50px 0 0;
        transform: skewY(-12deg);
        background: #f7faff;
        background: -moz-linear-gradient(top,#f7faff 0,rgba(255,255,255,0) 70%);
        background: -webkit-linear-gradient(top,#f7faff 0,rgba(255,255,255,0) 70%);
        background: linear-gradient(to bottom,#f7faff 0,rgba(255,255,255,0) 70%);
        transform-origin: top center;
        top: 200px;
    }

.features-list ul {
    margin-top: -9px;
}

    .features-list ul li {
        padding: 9px 0;
        font-weight: 400;
        font-size: 15px;
        line-height: 28px;
        position: relative;
        display: block;
    }

        .features-list ul li:before {
            float: right;
            width: 28px;
            height: 28px;
            border-radius: 100%;
            background: rgba(111,196,125,.2);
            color: #6fc489;
            font-size: 16px;
            text-align: center;
            line-height: 28px;
            margin-left: 15px;
            content: "\f00c";
            font-family: FontAwesome;
        }

        .features-list ul li:last-child {
            padding-bottom: 0;
        }

        .features-list ul li .tooltip {
            position: absolute;
            left: -10px;
            right: -10px;
            top: 0;
            background-color: #fff;
            border-radius: 4px;
            box-shadow: 0 3px 20px rgba(25,63,125,.1);
            pointer-events: none;
            opacity: 0;
            -webkit-transition: transform .15s ease-in-out,opacity .15s ease-in-out;
            -moz-transition: transform .15s ease-in-out,opacity .15s ease-in-out;
            -ms-transition: transform .15s ease-in-out,opacity .15s ease-in-out;
            -o-transition: transform .15s ease-in-out,opacity .15s ease-in-out;
            transition: transform .15s ease-in-out,opacity .15s ease-in-out;
            -webkit-transform: translateY(calc(-100% + 10px)) scale(.75);
            -moz-transform: translateY(calc(-100% + 10px)) scale(.75);
            -ms-transform: translateY(calc(-100% + 10px)) scale(.75);
            transform: translateY(calc(-100% + 10px)) scale(.75);
            transform-origin: right bottom;
            color: #7993bd;
            padding: 15px 20px;
            font-size: 13px;
            font-weight: 400;
            line-height: 1.9;
        }

            .features-list ul li .tooltip:before {
                content: "";
                position: absolute;
                bottom: -6px;
                right: 18px;
                width: 12px;
                height: 12px;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                border-radius: 0 0 4px 0;
                background-color: inherit;
                box-shadow: 12px 12px 15px rgba(25,63,125,.1);
            }

        .features-list ul li:hover .tooltip {
            opacity: 1;
            -webkit-transition: transform .15s cubic-bezier(.165,.84,.44,1),opacity .15s cubic-bezier(.165,.84,.44,1);
            -moz-transition: transform .15s cubic-bezier(.165,.84,.44,1),opacity .15s cubic-bezier(.165,.84,.44,1);
            -ms-transition: transform .15s cubic-bezier(.165,.84,.44,1),opacity .15s cubic-bezier(.165,.84,.44,1);
            -o-transition: transform .15s cubic-bezier(.165,.84,.44,1),opacity .15s cubic-bezier(.165,.84,.44,1);
            transition: transform .15s cubic-bezier(.165,.84,.44,1),opacity .15s cubic-bezier(.165,.84,.44,1);
            -webkit-transform: translateY(calc(-100% - 6px));
            -moz-transform: translateY(calc(-100% - 6px));
            -ms-transform: translateY(calc(-100% - 6px));
            transform: translateY(calc(-100% - 6px));
        }

.portal {
    height: 300px;
    position: relative;
    max-width: 454px;
    margin: 0 auto;
}

.portal-item {
    position: absolute;
    top: 50%;
    right: 0;
    border-radius: 15px;
    box-shadow: 1px -1px 5px 0 rgba(26,26,67,.05),12px 20px 125px -25px rgba(50,50,93,.5),18px 20px 75px -37.5px rgba(0,0,0,.6);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: all .9s cubic-bezier(.83,.02,.13,1);
    -moz-transition: all .9s cubic-bezier(.83,.02,.13,1);
    -ms-transition: all .9s cubic-bezier(.83,.02,.13,1);
    -o-transition: all .9s cubic-bezier(.83,.02,.13,1);
    transition: all .9s cubic-bezier(.83,.02,.13,1);
    transform: translate(35%,-80%) scale(.55) perspective(2000px) rotateY(-33deg) rotateX(12deg) rotate(-10deg);
    z-index: 2;
    opacity: 0;
}

    .portal-item img {
        display: block;
        border-radius: 15px;
    }

    .portal-item:nth-child(5) {
        transform: translate(-20%,-20%) scale(.4) perspective(2000px) rotateY(-33deg) rotateX(-90deg);
        z-index: 6;
        opacity: 0;
    }

    .portal-item:nth-child(4) {
        transform: translate(0,-50%) scale(1) perspective(2000px) rotateY(-33deg) rotateX(12deg);
        z-index: 5;
        opacity: 1;
    }

    .portal-item:nth-child(3) {
        transform: translate(10%,-55%) scale(.85) perspective(2000px) rotateY(-33deg) rotateX(12deg);
        z-index: 4;
        opacity: 1;
    }

    .portal-item:nth-child(2) {
        transform: translate(20%,-60%) scale(.7) perspective(2000px) rotateY(-33deg) rotateX(12deg);
        z-index: 3;
        opacity: 1;
    }

.invoice-holder {
    transform: scale(1) perspective(1050px) rotateY(11deg) rotateX(2deg) rotate(-2deg);
    box-shadow: -25px 30px 105px -23px rgba(25,63,125,.3),0 35px 55px -50px rgba(25,63,125,.15);
    padding: 95px 35px 20px;
    background: #fff;
    z-index: 1;
    position: relative;
    border-radius: 10px;
}

.invoice-outer {
    position: relative;
}

    .invoice-outer:before {
        background: #7966ff;
        content: '';
        position: absolute;
        left: -60px;
        bottom: 35px;
        height: 360px;
        z-index: 0;
        border-radius: 180px;
        transform: rotate(-24deg);
        right: 50px;
    }

.invoice-logo {
    position: absolute;
    top: -60px;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    background: #fff;
    box-shadow: 0 4px 25px rgba(25,63,125,.1);
    left: 0;
    right: 0;
    margin: 0 auto;
}

    .invoice-logo img {
        margin: auto;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        top: 5px;
    }

.invoice {
    height: 340px;
    position: relative;
    white-space: nowrap;
}

    .invoice .invoice-head {
        border-bottom: 1px solid #f0f3f7;
        color: #474b53;
        font-size: 15px;
        font-weight: 500;
    }

    .invoice .invoice-item {
        border-bottom: 1px solid #f0f3f7;
        color: #85878d;
        font-size: 14px;
        top: 0;
        position: absolute;
        left: 0;
        right: 0;
        -webkit-transition: transform .8s cubic-bezier(.6,0,0,1.4),opacity .4s cubic-bezier(.6,0,0,1),top .8s cubic-bezier(.6,0,0,1.4);
        -moz-transition: transform .8s cubic-bezier(.6,0,0,1.4),opacity .4s cubic-bezier(.6,0,0,1),top .8s cubic-bezier(.6,0,0,1.4);
        -ms-transition: transform .8s cubic-bezier(.6,0,0,1.4),opacity .4s cubic-bezier(.6,0,0,1),top .8s cubic-bezier(.6,0,0,1.4);
        -o-transition: transform .8s cubic-bezier(.6,0,0,1.4),opacity .4s cubic-bezier(.6,0,0,1),top .8s cubic-bezier(.6,0,0,1.4);
        transition: transform .8s cubic-bezier(.6,0,0,1.4),opacity .4s cubic-bezier(.6,0,0,1),top .8s cubic-bezier(.6,0,0,1.4);
        opacity: 0;
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
    }

        .invoice .invoice-item.active {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            opacity: 1;
            -webkit-transition: transform .8s cubic-bezier(.6,0,0,1.4),opacity .8s cubic-bezier(.6,0,0,1),top .8s cubic-bezier(.6,0,0,1.4);
            -moz-transition: transform .8s cubic-bezier(.6,0,0,1.4),opacity .8s cubic-bezier(.6,0,0,1),top .8s cubic-bezier(.6,0,0,1.4);
            -ms-transition: transform .8s cubic-bezier(.6,0,0,1.4),opacity .8s cubic-bezier(.6,0,0,1),top .8s cubic-bezier(.6,0,0,1.4);
            -o-transition: transform .8s cubic-bezier(.6,0,0,1.4),opacity .8s cubic-bezier(.6,0,0,1),top .8s cubic-bezier(.6,0,0,1.4);
            transition: transform .8s cubic-bezier(.6,0,0,1.4),opacity .8s cubic-bezier(.6,0,0,1),top .8s cubic-bezier(.6,0,0,1.4);
        }

    .invoice .invoice-inner {
        position: relative;
    }

        .invoice .invoice-inner .invoice-item:last-child {
            border-bottom: none;
        }

    .invoice .invoice-footer {
        border-top: 2px solid #f0f3f7;
        color: #474b53;
        font-size: 18px;
        font-weight: 400;
        position: absolute;
        bottom: 0;
        right: 0;
        text-align: center;
        width: 100%;
    }

        .invoice .invoice-footer div {
            -webkit-transition: transform .4s cubic-bezier(.6,0,0,1.5),opacity .25s cubic-bezier(.6,0,0,1);
            -moz-transition: transform .4s cubic-bezier(.6,0,0,1.5),opacity .25s cubic-bezier(.6,0,0,1);
            -ms-transition: transform .4s cubic-bezier(.6,0,0,1.5),opacity .25s cubic-bezier(.6,0,0,1);
            -o-transition: transform .4s cubic-bezier(.6,0,0,1.5),opacity .25s cubic-bezier(.6,0,0,1);
            transition: transform .4s cubic-bezier(.6,0,0,1.5),opacity .25s cubic-bezier(.6,0,0,1);
        }

            .invoice .invoice-footer div.is-loading {
                -webkit-transform: scale(.9);
                -moz-transform: scale(.9);
                -ms-transform: scale(.9);
                transform: scale(.9);
                opacity: 0;
                -webkit-transition: transform .4s cubic-bezier(.6,0,0,1.5),opacity .25s cubic-bezier(.6,0,0,1);
                -moz-transition: transform .4s cubic-bezier(.6,0,0,1.5),opacity .25s cubic-bezier(.6,0,0,1);
                -ms-transition: transform .4s cubic-bezier(.6,0,0,1.5),opacity .25s cubic-bezier(.6,0,0,1);
                -o-transition: transform .4s cubic-bezier(.6,0,0,1.5),opacity .25s cubic-bezier(.6,0,0,1);
                transition: transform .4s cubic-bezier(.6,0,0,1.5),opacity .25s cubic-bezier(.6,0,0,1);
            }

            .invoice .invoice-footer div:first-child {
                text-align: right;
            }

            .invoice .invoice-footer div:last-child {
                color: #7966ff;
                font-weight: 500;
            }

        .invoice .invoice-footer div, .invoice .invoice-head div, .invoice .invoice-item div {
            float: right;
            min-height: 1px;
            padding: 14px 15px 12px;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .invoice .invoice-footer div:first-child, .invoice .invoice-head div:first-child, .invoice .invoice-item div:first-child {
                padding-right: 0;
            }

            .invoice .invoice-footer div:last-child, .invoice .invoice-head div:last-child, .invoice .invoice-item div:last-child {
                padding-left: 0;
            }

            .invoice .invoice-footer div:nth-child(1), .invoice .invoice-head div:nth-child(1), .invoice .invoice-item div:nth-child(1) {
                width: 27%;
            }

            .invoice .invoice-footer div:nth-child(2), .invoice .invoice-head div:nth-child(2), .invoice .invoice-item div:nth-child(2) {
                width: 15%;
            }

            .invoice .invoice-footer div:nth-child(3), .invoice .invoice-head div:nth-child(3), .invoice .invoice-item div:nth-child(3) {
                width: 19%;
            }

            .invoice .invoice-footer div:nth-child(4), .invoice .invoice-footer div:nth-child(5), .invoice .invoice-head div:nth-child(4), .invoice .invoice-head div:nth-child(5), .invoice .invoice-item div:nth-child(4), .invoice .invoice-item div:nth-child(5) {
                width: 19.5%;
            }

.invoice-date {
    font-size: 15px;
    display: block;
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: center;
}

.invoice-title {
    text-align: center;
}

.invoice-options {
    position: relative;
    padding-bottom: 10px;
    margin-top: 25px;
}

    .invoice-options:before {
        background: -webkit-gradient(linear,left top,left bottom,from(rgba(233,237,241,.27)),to(#cfd7df));
        background: linear-gradient(rgba(233,237,241,.27),#cfd7df);
        height: 100%;
        top: 15px;
        right: 12px;
        position: absolute;
        width: 2px;
        content: '';
    }

    .invoice-options:after {
        content: '';
        background-color: #cfd7df;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        position: absolute;
        bottom: -15px;
        right: 9px;
    }

    .invoice-options .invoice-option:last-child {
        margin-bottom: 0;
    }

.invoice-option {
    opacity: .85;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

    .invoice-option.active, .invoice-option:hover {
        opacity: 1;
    }

        .invoice-option.active h4 {
            color: #6ca756;
        }

        .invoice-option.active .invoice-option-button:before {
            opacity: 0;
            -webkit-transform: rotate(90deg) scale(.4);
            -moz-transform: rotate(90deg) scale(.4);
            -ms-transform: rotate(90deg) scale(.4);
            transform: rotate(90deg) scale(.4);
        }

        .invoice-option.active .invoice-option-button:after {
            opacity: 1;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

    .invoice-option h4 {
        font-size: 17px;
        line-height: 26px;
        margin-top: 1px;
        -webkit-transition: color .4s ease-in-out;
        -moz-transition: color .4s ease-in-out;
        -ms-transition: color .4s ease-in-out;
        -o-transition: color .4s ease-in-out;
        transition: color .4s ease-in-out;
    }

    .invoice-option span {
        font-size: 14px;
        line-height: 1.8;
        display: block;
        margin-top: 10px;
    }

.invoice-option-inner {
    overflow: hidden;
}

    .invoice-option-inner div {
        background: #ecf5e8;
        color: #588249;
        padding: 12px 15px 11px;
        line-height: 1.7;
        font-size: 13px;
        border-radius: 5px;
        margin-top: 10px;
    }

.invoice-option-button {
    width: 26px;
    margin-left: 20px;
    height: 26px;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(50,50,93,.15),0 1px 0 rgba(0,0,0,.02);
    background-color: #fff;
    float: right;
}

    .invoice-option-button:after, .invoice-option-button:before {
        font-family: ElegantIcons;
        width: 26px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        position: absolute;
        top: 0;
        right: 1px;
        left: 0;
        bottom: 0;
        -webkit-transition: transform .6s cubic-bezier(.6,0,0,1.5),opacity .6s cubic-bezier(.6,0,0,1);
        -moz-transition: transform .6s cubic-bezier(.6,0,0,1.5),opacity .6s cubic-bezier(.6,0,0,1);
        -ms-transition: transform .6s cubic-bezier(.6,0,0,1.5),opacity .6s cubic-bezier(.6,0,0,1);
        -o-transition: transform .6s cubic-bezier(.6,0,0,1.5),opacity .6s cubic-bezier(.6,0,0,1);
        transition: transform .6s cubic-bezier(.6,0,0,1.5),opacity .6s cubic-bezier(.6,0,0,1);
    }

    .invoice-option-button:before {
        content: "\4c";
        color: #474b53;
        font-size: 22px;
    }

    .invoice-option-button:after {
        content: "\4e";
        font-size: 20px;
        -webkit-transform: scale(.4);
        -moz-transform: scale(.4);
        -ms-transform: scale(.4);
        transform: scale(.4);
        opacity: 0;
        color: #6ca756;
    }

.creative-image .vc_single_image-wrapper {
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    pointer-events: none;
}

    .creative-image .vc_single_image-wrapper:before {
        height: 320px;
        border-radius: 160px;
        content: '';
        position: absolute;
        z-index: 1;
    }

.creative-image img {
    position: relative;
    z-index: 2;
    border-radius: 5px;
    box-shadow: 0 2px 24px rgba(0,0,0,.09);
}

.creative-image8 .vc_single_image-wrapper {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    pointer-events: none;
    position: relative;
    left: -10px;
}

.creative-image1 .vc_single_image-wrapper:before {
    left: -25px;
    right: -15px;
    transform: rotate(-30deg);
    background: #474b53;
    top: 15px;
}

.creative-image2 .vc_single_image-wrapper:before {
    left: -20px;
    right: -25px;
    transform: rotate(10deg);
    background: #ebf4ec;
    top: 20px;
    height: 270px;
}

.creative-image3 .vc_single_image-wrapper:before {
    left: -26px;
    right: -18px;
    transform: rotate(26deg);
    top: 13px;
    background: #7966ff;
}

.creative-image4 .vc_single_image-wrapper:before {
    left: -26px;
    right: -18px;
    transform: rotate(-35deg);
    top: 13px;
    background: #474b53;
}

.creative-image5 .vc_single_image-wrapper:before {
    left: -25px;
    right: -18px;
    transform: rotate(12deg);
    top: 15px;
    background: #1f94ce;
}

.creative-image6 .vc_single_image-wrapper:before {
    left: -20px;
    right: -35px;
    transform: rotate(-20deg);
    top: 10px;
    background: #ffb931;
}

.creative-image7 .vc_single_image-wrapper:before {
    background: #474b53;
    left: -145px;
    right: -135px;
    transform: rotate(67deg);
    height: 270px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.blog-item-holder {
    box-shadow: 0 6px 25px rgba(28,76,156,.1);
    border-radius: 5px;
    background: #fff;
}

.blog-item-title {
    font-weight: 500;
    line-height: 1.7em;
    overflow: hidden;
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -ms-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}

    .blog-item-title a {
        color: #474b53;
    }

        .blog-item-title a:hover {
            color: #7966ff;
        }

.blog-image-holder {
    position: relative;
}

    .blog-image-holder img {
        border-radius: 5px 5px 0 0;
        display: block;
        width: 100%;
    }

.blog-item-content {
    display: block;
    font-size: 15px;
    margin-top: 12px;
}

.blog-item-author {
    display: block;
    float: right;
    font-size: 0;
}

    .blog-item-author img {
        border-radius: 100%;
        display: inline-block;
        vertical-align: middle;
    }

    .blog-item-author span {
        color: #474b53;
        display: inline-block;
        font-weight: 400;
        vertical-align: middle;
    }

.blog-single-details .blog-item-author img {
    margin-left: 12px;
}

.blog-single-details .blog-item-author span {
    font-size: 14px;
}

.blog-item-large .blog-item-bottom-holder {
    padding-top: 15px;
}

.blog-item-large .blog-item-title {
    font-size: 18px;
}

.blog-item-large .blog-item-author img {
    margin-left: 15px;
}

.blog-item-large .blog-item-author span {
    font-size: 15px;
}

.blog-item-large .blog-item-desc-holder {
    padding: 30px;
}

.blog-item-small .blog-item-bottom-holder {
    padding-top: 14px;
    padding-bottom: 2px;
}

.blog-item-small .blog-item-title {
    font-size: 16px;
    height: 3.375em;
}

.blog-item-small .blog-item-author img {
    margin-left: 10px;
}

.blog-item-small .blog-item-author span {
    font-size: 14px;
}

.blog-item-small .blog-item-desc-holder {
    padding: 22px 25px 25px;
}

.flex-row {
    display: flex;
    flex-flow: row wrap;
}

    .flex-row .column {
        display: flex;
        flex-direction: column;
    }

.blog-item-readtime {
    color: #666;
    float: left;
    line-height: 40px;
}

.blog-instagram {
    background: #f57974;
    background: -webkit-linear-gradient(-135deg,#e4609e,#f77b71);
    background: -o-linear-gradient(-135deg,#e4609e,#f77b71);
    background: -moz-linear-gradient(-135deg,#e4609e,#f77b71);
    background: linear-gradient(-135deg,#e4609e,#f77b71);
    box-shadow: 0 2px 7px rgba(255,255,255,.25),0 5px 20px rgba(239,113,130,.35);
    border-radius: 5px;
    height: 100%;
    display: block;
    font-size: 0;
    padding: 25px;
}

    .blog-instagram:before {
        height: 100%;
        width: 0;
        display: inline-block;
        vertical-align: middle;
        content: '';
    }

.blog-instagram-inner {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
}

    .blog-instagram-inner i {
        font-size: 70px;
        color: #fff;
    }

    .blog-instagram-inner h4 {
        margin-top: 18px;
        color: #fff;
        font-size: 14px;
        font-weight: 300;
    }

        .blog-instagram-inner h4 span {
            display: block;
            font-size: 22px;
            font-weight: 500;
        }

    .blog-instagram-inner .button {
        background: rgba(255,255,255,.9);
        color: #ed6e87;
        margin-top: 18px;
    }

.blog-section-header {
    padding-bottom: 25px;
    padding-top: 5px;
}

    .blog-section-header h2 {
        font-size: 24px;
        font-weight: 500;
        float: right;
        color: #49962d;
        position: relative;
    }

        .blog-section-header h2:before {
            height: 80%;
            z-index: 1;
            background: #ecf7e8;
            width: 50%;
            right: 0;
            position: absolute;
            top: 0;
            content: '';
            transform: skewX(-30deg);
            border-radius: 5px;
            bottom: 0;
            margin: auto 0;
            color: #fff;
        }

        .blog-section-header h2 span {
            display: block;
            z-index: 2;
            position: relative;
        }

    .blog-section-header a {
        float: left;
        font-size: 16px;
        color: #7966ff;
        margin-top: 2px;
    }

        .blog-section-header a:after {
            content: "\f104";
            font-family: FontAwesome;
            font-size: 18px;
            margin-right: 10px;
            position: relative;
            top: 2px;
        }

    .blog-section-header + .kt-row {
        margin: -15px;
    }

        .blog-section-header + .kt-row .column {
            padding: 15px;
        }

.carousel-holder i.carousel-arrow {
    height: 44px;
    width: 44px;
    border-radius: 100%;
    box-shadow: 0 4px 25px rgba(28,76,156,.1);
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    font-size: 30px;
    text-align: center;
    color: #85878d;
    cursor: default;
    line-height: 44px;
    opacity: .7;
    -webkit-transition: color .2s ease-in-out,opacity .2s ease-in-out;
    -moz-transition: color .2s ease-in-out,opacity .2s ease-in-out;
    -ms-transition: color .2s ease-in-out,opacity .2s ease-in-out;
    -o-transition: color .2s ease-in-out,opacity .2s ease-in-out;
    transition: color .2s ease-in-out,opacity .2s ease-in-out;
}

    .carousel-holder i.carousel-arrow.active {
        color: #6386c0;
        opacity: 1;
        cursor: pointer;
    }

.carousel-holder .carousel-next {
    left: -74px;
    padding-right: 2px;
}

.carousel-holder .carousel-prev {
    right: -74px;
    padding-left: 2px;
}

.slick-arrow {
    display: none !important;
}

.infographic-items-holder {
    position: relative;
}

    .infographic-items-holder i.carousel-arrow {
        height: 1.2em;
        width: 1.2em;
        line-height: 1.2em;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        font-size: 38px;
        text-shadow: 0 1px 15px #000;
        color: #fff;
        cursor: default;
        opacity: 0;
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7);
        -webkit-transition: transform .2s ease-in-out,opacity .2s ease-in-out;
        -moz-transition: transform .2s ease-in-out,opacity .2s ease-in-out;
        -ms-transition: transform .2s ease-in-out,opacity .2s ease-in-out;
        -o-transition: transform .2s ease-in-out,opacity .2s ease-in-out;
        transition: transform .2s ease-in-out,opacity .2s ease-in-out;
    }

        .infographic-items-holder i.carousel-arrow.active {
            opacity: 1;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            cursor: pointer;
        }

    .infographic-items-holder .carousel-next {
        left: 20px;
        text-align: left;
    }

    .infographic-items-holder .carousel-prev {
        right: 20px;
        text-align: right;
    }

.infographic-items {
    box-shadow: 0 6px 25px rgba(28,76,156,.1);
    border-radius: 5px;
    background: #fff;
    position: relative;
}

    .infographic-items.slick-slider {
        padding: 0;
        margin: 0;
    }

    .infographic-items .slick-list {
        margin: 0;
    }

    .infographic-items .slick-slide {
        padding: 0;
    }

.infographic-item a, .infographic-item img {
    display: block;
}

.infographic-item img {
    border-radius: 5px;
}

.blog-header-bar {
    background: #5e6168;
    border-radius: 5px;
    margin-bottom: 40px;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(255,255,255,.25),0 5px 15px rgba(94,97,104,.3);
    position: relative;
}

.blog-home .blog-header-bar {
    margin-top: -130px;
}

.blog-cat-items.kt-row {
    margin: -15px;
}

    .blog-cat-items.kt-row .column {
        padding: 15px;
    }

    .blog-cat-items.kt-row .blog-item-holder {
        height: 100%;
    }

.blog-cat-outer {
    position: relative;
    padding-top: 160px;
    padding-bottom: 80px;
}

    .blog-cat-outer:before {
        position: absolute;
        right: 0;
        width: 100%;
        z-index: -2;
        content: '';
        border-radius: 0 0 50px 0;
        transform: skewY(8deg);
        transform-origin: top center;
        background: #f5f8fc;
        top: -600px;
        height: 1145px;
    }

    .blog-cat-outer h1 {
        text-align: center;
        margin-bottom: 30px;
    }

    .blog-cat-outer .notfound {
        box-shadow: 0 6px 25px rgba(28,76,156,.1);
        margin-top: -10px;
    }

.blog-header-social-icons {
    float: left;
    margin-top: 12px;
    margin-left: 20px;
}

    .blog-header-social-icons a {
        color: #e0e4eb;
        float: left;
        font-size: 16px;
        margin-right: 15px;
    }

        .blog-header-social-icons a:last-child {
            margin-right: 0;
        }

        .blog-header-social-icons a.fa-send {
            font-size: 14px;
            margin-top: 1px;
        }

        .blog-header-social-icons a:hover {
            color: #fff;
        }

.blog-header-categories {
    float: right;
    position: relative;
}

    .blog-header-categories:before {
        border: 10px solid transparent;
        border-bottom-color: #fff;
        opacity: 0;
        content: '';
        height: 0;
        left: 0;
        margin: 20px auto 0;
        position: absolute;
        right: 0;
        top: 100%;
        width: 0;
        z-index: 4;
        -webkit-transition: opacity .2s;
        -moz-transition: opacity .2s;
        -ms-transition: opacity .2s;
        -o-transition: opacity .2s;
        transition: opacity .2s;
    }

    .blog-header-categories.active:before {
        opacity: 1;
    }

    .blog-header-categories .button {
        padding: 10px 20px 8px 55px;
        position: relative;
        border-radius: 3px;
        color: #e0e3e9;
        background: #6f7279;
        font-size: 15px;
    }

        .blog-header-categories .button:before {
            bottom: 0;
            content: '\f107';
            font-family: FontAwesome;
            font-size: 1.25em;
            font-style: normal;
            font-weight: 400;
            height: 1em;
            left: 20px;
            letter-spacing: 0;
            line-height: 1;
            margin: auto 0;
            position: absolute;
            text-align: left;
            top: 3px;
            width: 1em;
        }

.blog-header-categories-holder {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 35px rgba(28,76,156,.15);
    display: none;
    margin-top: 40px;
    padding: 16px 20px;
    position: absolute;
    right: -15px;
    top: 100%;
    width: 280px;
    z-index: 3;
}

    .blog-header-categories-holder a {
        display: block;
        font-size: 15px;
        font-weight: 400;
        padding: 4px 0 3px;
    }

        .blog-header-categories-holder a.active, .blog-header-categories-holder a:hover {
            color: #7966ff;
        }

.search-form {
    float: left;
    position: relative;
}

    .search-form input {
        padding: 8px 15px 8px 45px;
        font-size: 14px;
        width: 230px;
        background: #6f7279;
        border: none;
        color: #e0e3e9;
    }

        .search-form input::-webkit-input-placeholder {
            color: #e0e3e9;
        }

        .search-form input::-moz-placeholder {
            color: #e0e3e9;
        }

        .search-form input:-ms-input-placeholder {
            color: #e0e3e9;
        }

button.search-submit {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    height: 1em;
    line-height: 1em;
    font-size: 16px;
    padding: 0;
    color: #e0e3e9;
    background: 0 0;
    margin: auto 0;
}

    button.search-submit:hover {
        color: #fff;
    }

.pricing-tables-holder {
    position: relative;
}

    .pricing-tables-holder:before {
        height: 300px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin: auto 0;
        background: #7966ff;
        content: '';
        z-index: 1;
        position: absolute;
    }

.pricing-tables {
    box-shadow: 0 3px 25px rgba(0,0,0,.08);
    border-radius: 5px;
    background: #fff;
    margin: 34px 0;
    position: relative;
    z-index: 2;
}

.wpb_text_column a {
    color: #7966ff;
}

    .wpb_text_column a:hover {
        color: #53a933;
    }

.pricing-tables.slick-slider {
    overflow: visible;
    padding: 0;
}

    .pricing-tables.slick-slider .slick-list {
        margin: 0;
    }

        /*.pricing-tables.slick-slider .slick-list .slick-slide {
            padding: 0;
        }*/

        .pricing-tables.slick-slider .slick-list .slick-slide {
            box-shadow: 0px 0 0 #eff3f7;
            border-left: 1px solid #edeafd;
        }

.pricing-table {
    text-align: center;
    padding: 40px 30px;
    font-size: 0;
}

    .pricing-table.pricing-table-featured {
        box-shadow: 0 3px 25px rgba(0,0,0,.08);
        border-radius: 5px;
        background: #fff;
        margin: -34px 0;
    }

        .pricing-table.pricing-table-featured .pricing-table-price {
            color: #7966ff;
        }

    .pricing-table.pricing-table-default .pricing-table-price {
        color: #474b53;
    }

    .pricing-table ul {
        padding-bottom: 18px;
        padding-top: 10px;
    }

        .pricing-table ul li {
            padding: 1px 0;
            color: #5e6168;
            font-size: 14px;
        }

            .pricing-table ul li b, .pricing-table ul li strong {
                color: #7966ff;
            }

.pricing-table-details {
    font-size: 13px;
    display: block;
    margin-top: 15px;
    line-height: 1;
    color: #636974;
}

.pricing-table-label {
    height: 44px;
    display: inline-block;
    border-radius: 22px;
    background: #f3fbf4;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 44px;
    margin-bottom: 25px;
    color: #7966ff;
}

.pricing-table-icon {
    height: 150px;
    width: 150px;
    position: relative;
    margin: 0 auto;
    background: #f3f4fb;
    border-radius: 100%;
}

    .pricing-table-icon:before {
        content: '';
        height: 100px;
        width: 100px;
        border-radius: 100%;
        z-index: 1;
        background: #dce4f3;
    }

    .pricing-table-icon img, .pricing-table-icon:before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }

    .pricing-table-icon img {
        z-index: 2;
    }

.pricing-table-title {
    margin-top: 20px;
}

.pricing-table-currency {
    display: inline-block;
    color: #85878d;
    font-size: 16px;
    vertical-align: bottom;
    position: relative;
    top: -3px;
    margin-right: 10px;
}

.pricing-table-price {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    vertical-align: bottom;
}

.pricing-table-price-holder {
    line-height: 1;
    margin-top: 5px;
}

.features-iconbox5 {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 5px 25px rgba(0,0,0,.07);
    padding: 25px;
}

    .features-iconbox5 .icon-box5-text {
        font-size: 14px;
        margin-top: 5px;
    }

    .features-iconbox5 .icon-box5-title {
        font-size: 18px;
    }

    .features-iconbox5 .icon-box5-icon {
        padding-top: 10px;
        margin-bottom: 9px;
    }

        .features-iconbox5 .icon-box5-icon img {
            position: relative;
            /*right: -9px;*/
        }

.index-features {
    position: relative;
}

    .index-features:before {
        border-radius: 30px;
        background: #f7faff;
        content: '';
        top: -40px;
        bottom: -10px;
        right: 125px;
        left: 125px;
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
        position: absolute;
    }

.customers.index-customers {
    box-shadow: 0 2px 20px rgba(0,0,0,.1);
}

.call-to-action-title {
    font-size: 20px;
}

.call-to-action-text {
    font-size: 16px;
}

.call-to-action {
    padding: 21px 30px 21px 25px;
    border-radius: 5px;
}

    .call-to-action.call-to-action-light {
        background: #fff;
        box-shadow: 0 5px 25px rgba(0,0,0,.07);
    }

        .call-to-action.call-to-action-light .button {
            margin-top: 7px;
        }

        .call-to-action.call-to-action-light.has-icon .button {
            margin-top: 15px;
        }

    .call-to-action.call-to-action-dark {
        background: #5e6168;
        box-shadow: 0 2px 5px rgba(255,255,255,.25),0 5px 15px rgba(99,105,116,.35);
    }

        .call-to-action.call-to-action-dark .call-to-action-text {
            color: #e4e9f2;
        }

        .call-to-action.call-to-action-dark .call-to-action-title {
            color: #fff;
        }

        .call-to-action.call-to-action-dark .button {
            margin-top: 8px;
        }

        .call-to-action.call-to-action-dark.has-icon .button {
            margin-top: 16px;
        }

    .call-to-action .button {
        float: left;
    }

    .call-to-action img {
        float: right;
        margin-left: 20px;
        margin-right: -5px;
    }

    .call-to-action.has-icon .call-to-action-content {
        padding-top: 7px;
    }

.call-to-action-inner {
    float: right;
}

.call-to-action-content {
    line-height: 1.7;
    overflow: hidden;
}

.index-support > .vc_column-inner > .wpb_wrapper {
    background: #fff;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 10px 50px rgba(28,76,156,.15);
    padding: 70px 35px 55px;
    height: 100%;
    position: relative;
    z-index: 2;
}

.index-support > .vc_column-inner {
    position: relative;
}

    .index-support > .vc_column-inner:before {
        position: absolute;
        height: 300px;
        width: 300px;
        border-radius: 30px;
        content: '';
        z-index: 1;
    }

.index-support1 > .vc_column-inner:before {
    transform: rotate(20deg);
    background: rgba(150,166,212,.1);
    top: -8px;
    right: -12px;
}

.index-support2 > .vc_column-inner:before {
    transform: rotate(-11deg);
    background: #7966ff;
    left: 5px;
    bottom: -5px;
}

.partner {
    padding: 30px;
    display: block;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 8px 25px rgba(28,76,156,.1);
    text-align: center;
    line-height: 1.5;
    top: 0;
    position: relative;
    -webkit-transition: box-shadow .4s cubic-bezier(.56,.04,.24,.96),.4s cubic-bezier(.56,.04,.24,.96);
    -moz-transition: box-shadow .4s cubic-bezier(.56,.04,.24,.96),.4s cubic-bezier(.56,.04,.24,.96);
    -ms-transition: box-shadow .4s cubic-bezier(.56,.04,.24,.96),.4s cubic-bezier(.56,.04,.24,.96);
    -o-transition: box-shadow .4s cubic-bezier(.56,.04,.24,.96),.4s cubic-bezier(.56,.04,.24,.96);
    transition: box-shadow .4s cubic-bezier(.56,.04,.24,.96),.4s cubic-bezier(.56,.04,.24,.96);
}

    .partner:hover {
        box-shadow: 0 15px 50px rgba(28,76,156,.15);
        top: -5px;
    }

        /*.partner:hover h4, .partner:hover span {
            opacity: 1;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

        .partner:hover span {
            -webkit-transition-delay: .15s;
            -moz-transition-delay: .15s;
            -ms-transition-delay: .15s;
            -o-transition-delay: .15s;
            transition-delay: .15s;
        }

        .partner:hover h4 {
            -webkit-transition-delay: 50ms;
            -moz-transition-delay: 50ms;
            -ms-transition-delay: 50ms;
            -o-transition-delay: 50ms;
            transition-delay: 50ms;
        }

        .partner:hover img {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }*/

    .partner img {
        display: block;
        margin: 0 auto;
        /*-webkit-transform: translateY(34px);
        -moz-transform: translateY(34px);
        -ms-transform: translateY(34px);
        transform: translateY(34px);
        -webkit-transition: transform .4s cubic-bezier(.56,.04,.24,.96);
        -moz-transition: transform .4s cubic-bezier(.56,.04,.24,.96);
        -ms-transition: transform .4s cubic-bezier(.56,.04,.24,.96);
        -o-transition: transform .4s cubic-bezier(.56,.04,.24,.96);
        transition: transform .4s cubic-bezier(.56,.04,.24,.96);*/
    }

    .partner span {
        font-size: 16px;
        display: block;
        color: #85878d;
        /*-webkit-transform: translateY(12px);
        -moz-transform: translateY(12px);
        -ms-transform: translateY(12px);
        transform: translateY(12px);
        opacity: 0;*/
    }

    .partner h4 {
        font-size: 20px;
        margin-top: 10px;
        /*-webkit-transform: translateY(22px);
        -moz-transform: translateY(22px);
        -ms-transform: translateY(22px);
        transform: translateY(22px);*/
    }

    /*.partner h4, .partner span {
        opacity: 0;
        -webkit-transition: opacity .4s cubic-bezier(.56,.04,.24,.96),transform .4s cubic-bezier(.56,.04,.24,.96);
        -moz-transition: opacity .4s cubic-bezier(.56,.04,.24,.96),transform .4s cubic-bezier(.56,.04,.24,.96);
        -ms-transition: opacity .4s cubic-bezier(.56,.04,.24,.96),transform .4s cubic-bezier(.56,.04,.24,.96);
        -o-transition: opacity .4s cubic-bezier(.56,.04,.24,.96),transform .4s cubic-bezier(.56,.04,.24,.96);
        transition: opacity .4s cubic-bezier(.56,.04,.24,.96),transform .4s cubic-bezier(.56,.04,.24,.96);
    }*/

.ebook-holder {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 0;
    direction: ltr;
    position: relative;
    z-index: 3;
}

.blog .ebook-holder {
    padding-bottom: 110px;
}

.ebook-image, .ebook-inner {
    display: inline-block;
    vertical-align: middle;
}

.ebook-inner {
    direction: rtl;
    width: calc(100% - 300px);
    padding-left: 50px;
}

    .ebook-inner h2 {
        font-weight: 500;
    }

    .ebook-inner span {
        display: block;
        font-size: 20px;
    }

    .ebook-inner .button {
        margin-top: 15px;
    }

.ebook-image {
    position: relative;
}

    .ebook-image:before {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 25px;
        background: #7966ff;
        content: '';
        z-index: 1;
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    .ebook-image img {
        border-radius: 5px;
        position: relative;
        z-index: 2;
        box-shadow: 0 10px 25px rgba(0,0,0,.1);
        display: block;
    }

.course-group-item-holder {
    display: block;
    background: #fff;
    box-shadow: 0 5px 25px rgba(0,0,0,.07);
    padding: 30px 15px 28px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    top: 0;
    -webkit-transition: top .2s ease-in-out,box-shadow .2s ease-in-out;
    -moz-transition: top .2s ease-in-out,box-shadow .2s ease-in-out;
    -ms-transition: top .2s ease-in-out,box-shadow .2s ease-in-out;
    -o-transition: top .2s ease-in-out,box-shadow .2s ease-in-out;
    transition: top .2s ease-in-out,box-shadow .2s ease-in-out;
}

    .course-group-item-holder h3 {
        line-height: 1.2;
        font-size: 14px;
        margin-top: 9px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .course-group-item-holder img {
        display: block;
        margin: 0 auto;
    }

    .course-group-item-holder:hover {
        top: -3px;
        background: #eef5ff;
        box-shadow: 0 5px 25px rgba(28,76,156,.25);
    }

.course-group-item-image {
    font-size: 0;
    height: 60px;
}

    .course-group-item-image:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 100%;
    }

    .course-group-item-image img {
        display: inline-block;
        vertical-align: middle;
    }

.kt-row.course-group-items-holder {
    margin: -10px;
    position: relative;
}

    .kt-row.course-group-items-holder:before {
        border-radius: 30px;
        background: #f7faff;
        content: '';
        top: -20px;
        bottom: -20px;
        right: 100px;
        left: 100px;
        -webkit-transform: rotate(1.8deg);
        -moz-transform: rotate(1.8deg);
        -ms-transform: rotate(1.8deg);
        transform: rotate(1.8deg);
        position: absolute;
    }

    .kt-row.course-group-items-holder .column {
        padding: 10px;
    }

.kt-row.pdf-files {
    margin: -8px;
}

    .kt-row.pdf-files .column {
        padding: 8px;
        width: 14.2857%;
    }

        .kt-row.pdf-files .column a {
            display: block;
            background: #fff;
            box-shadow: 0 5px 20px rgba(28,76,156,.1);
            padding: 30px 15px 28px;
            top: 0;
            text-align: center;
            -webkit-transition: top .2s ease-in-out,box-shadow .2s ease-in-out;
            -moz-transition: top .2s ease-in-out,box-shadow .2s ease-in-out;
            -ms-transition: top .2s ease-in-out,box-shadow .2s ease-in-out;
            -o-transition: top .2s ease-in-out,box-shadow .2s ease-in-out;
            transition: top .2s ease-in-out,box-shadow .2s ease-in-out;
            position: relative;
            border-radius: 5px;
        }

            .kt-row.pdf-files .column a i {
                color: #7966ff;
                font-size: 34px;
            }

            .kt-row.pdf-files .column a h3 {
                font-size: 15px;
            }

            .kt-row.pdf-files .column a:hover {
                box-shadow: 0 7px 25px rgba(28,76,156,.15);
                top: -3px;
            }

.features-blue-box > .vc_column-inner {
    height: 100%;
}

    .features-blue-box > .vc_column-inner > .wpb_wrapper {
        border-radius: 5px;
        background: #6f8ec4;
        height: calc(100% - 30px);
        padding: 35px 30px 30px;
        box-shadow: 0 2px 5px rgba(255,255,255,.25),0 5px 15px rgba(111,142,196,.35);
    }

.content-box-text {
    display: block;
    margin-top: 10px;
    line-height: 1.9;
}

.page-content-outer-holder {
    background: #f5f8fc;
    position: relative;
    padding-top: 166px;
    min-height: 750px;
    padding-bottom: 70px;
}

    .page-content-outer-holder:after {
        content: '';
        position: absolute;
        right: -110px;
        top: 400px;
        height: 400px;
        width: 400px;
        z-index: 0;
        border-radius: 0 0 0 50px;
        transform: rotate(38deg);
        transform-origin: right bottom;
        background: #F1EEFC;
        background: -moz-linear-gradient(-35deg,#F1EEFC 0,#7966FF 100%);
        background: -webkit-linear-gradient(-35deg,#F1EEFC 0,#7966FF 100%);
        background: linear-gradient(-35deg,#F1EEFC 0,#7966FF 100%);
    }

    .page-content-outer-holder:before {
        background: #e4eaf3;
        content: '';
        position: absolute;
        left: -110px;
        top: 150px;
        height: 400px;
        width: 300px;
        z-index: 0;
        border-radius: 0 50px 0 0;
        transform: rotate(25deg);
        transform-origin: left top;
    }

.page-content-inner {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 10px 35px rgba(28,76,156,.15);
    padding: 45px;
    position: relative;
    z-index: 2;
    font-size: 16px;
}

    .page-content-inner .wpb_text_column b, .page-content-inner .wpb_text_column strong {
        color: #474b53;
    }

    .page-content-inner .wpb_text_column h2 {
        margin: 0 0 20px;
    }

    .page-content-inner .wpb_text_column h3 {
        margin: 10px 0;
    }

    .page-content-inner .wpb_text_column h5 {
        margin-bottom: 5px;
    }

    .page-content-inner .wpb_text_column p {
        margin: 0 0 .6em;
        padding: 0;
    }

        .page-content-inner .wpb_text_column p:empty {
            display: none;
        }

    .page-content-inner .wpb_text_column blockquote {
        padding: 30px;
        margin-right: 25px;
        background: #f9fafb;
        margin-top: 25px;
        margin-bottom: 30px;
    }

    .page-content-inner .wpb_text_column ol, .page-content-inner .wpb_text_column ul {
        list-style: inherit;
        margin: 0 0 35px;
        padding: 0 30px 0 0;
    }

        .page-content-inner .wpb_text_column ol li, .page-content-inner .wpb_text_column ul li {
            list-style-type: decimal;
            margin-bottom: 10px;
        }

            .page-content-inner .wpb_text_column ol li:last-child, .page-content-inner .wpb_text_column ul li:last-child {
                margin-bottom: 0;
            }

.kt-form-errors-inner {
    display: block;
    font-size: 14px;
    padding-bottom: 15px;
}

    .kt-form-errors-inner strong {
        color: #ff5e5e;
    }

.ebook-form-email, .ebook-form-name {
    margin-bottom: 15px;
}

.kt-form-errors {
    overflow: hidden;
}

.modal-contact-form {
    margin-top: 30px;
}

.contact-form-loading {
    background: rgba(255,255,255,.6);
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

    .contact-form-loading:after {
        animation: ajaxLoading .8s linear infinite;
        -webkit-animation: ajaxLoading .8s linear infinite;
        bottom: 0;
        content: '\f021';
        display: block;
        font-family: FontAwesome;
        font-size: 22px;
        height: 1em;
        left: 0;
        line-height: 1em;
        margin: auto;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 1em;
    }

.contact-form-email, .contact-form-name, .contact-form-phone, .contact-form-website, .modal-contact-form-email, .modal-contact-form-name, .modal-contact-form-phone, .modal-contact-form-website, .submit-review-form-company, .submit-review-form-name {
    float: right;
    margin-bottom: 16px;
    width: calc(50% - 8px);
}

.contact-us-button.button {
    padding: 14px 20px;
}

.contact-form-email, .contact-form-name, .modal-contact-form-email, .modal-contact-form-name, .submit-review-form-name {
    margin-left: 16px;
}

.contact-form {
    margin-top: 35px;
}

#contact-form-file {
    display: none;
}

    #contact-form-file + label {
        direction: ltr;
        float: right;
        margin-left: 16px;
        margin-top: 15px;
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
        width: calc(50% - 8px);
    }

form .contact-form-submit {
    margin-top: 15px;
    float: right;
    text-align: center;
    width: calc(50% - 8px);
}

.contact-form-text {
    margin-bottom: 1px;
    height:130px !important;
}

.contact-form-subject {
    margin-bottom: 16px;
}

.price-outer {
    overflow: hidden;
    display: block;
    width: 100%;
    position: relative;
}

    .price-outer > .row-inner > .row-outer-holder {
        padding-top: 200px;
        padding-bottom: 80px;
    }

    .price-outer > .row-inner:after {
        content: '';
        position: absolute;
        left: -110px;
        top: 410px;
        height: 400px;
        width: 400px;
        z-index: 0;
        border-radius: 0 0 50px 0;
        transform: rotate(-38deg);
        transform-origin: left bottom;
        background: #F1EEFC;
        background: -moz-linear-gradient(-35deg,#F1EEFC 0,#7966FF 100%);
        background: -webkit-linear-gradient(-35deg,#F1EEFC 0,#7966FF 100%);
        background: linear-gradient(-35deg,#F1EEFC 0,#7966FF 100%);
    }

    .price-outer:after {
        position: absolute;
        right: 0;
        height: 250%;
        width: 100%;
        z-index: -2;
        content: '';
        border-radius: 0 0 0 50px;
        transform: skewY(-8deg);
        transform-origin: top center;
        background: #f5f8fc;
        bottom: 130px;
    }

    .price-outer:before {
        background: #e4eaf3;
        content: '';
        position: absolute;
        right: -110px;
        top: 120px;
        height: 400px;
        width: 300px;
        z-index: 0;
        border-radius: 50px 0 0 0;
        transform: rotate(-25deg);
        transform-origin: right top;
    }

.guarantees {
    font-size: 0;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0,0,0,.08);
    background: #fff;
    padding: 30px 40px;
    margin-top: 15px;
    margin-right: 280px;
}

.guarantees-item {
    display: inline-block;
    vertical-align: middle;
    width: 33.3333%;
    padding: 0 10px;
}

    .guarantees-item i {
        height: 50px;
        width: 50px;
        display: inline-block;
        vertical-align: middle;
        border-radius: 12px;
        font-size: 26px;
        line-height: 50px;
        text-align: center;
    }

    .guarantees-item h4 {
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
        padding-right: 12px;
        max-width: calc(100% - 50px);
        text-align: right;
    }

    .guarantees-item.blue {
        text-align: right;
    }

        .guarantees-item.blue i {
            background: #f3f6fb;
            color: #6386c0;
        }

    .guarantees-item.orange {
        text-align: center;
    }

        .guarantees-item.orange i {
            background: #fff5e2;
            color: #ffb931;
        }

    .guarantees-item.green {
        text-align: left;
    }

        .guarantees-item.green i {
            background: #ecf7e8;
            color: #7966ff;
        }

.lab-header-text, .updates-header-text {
    font-size: 17px;
    margin-top: 20px;
}

.lab-header-plugins {
    position: relative;
    height: 350px;
    margin: 150px 0;
}

    .lab-header-plugins a {
        position: absolute;
        border-radius: 5px;
        background: #fff;
        box-shadow: 0 10px 35px rgba(28,76,156,.15);
        width: 240px;
        padding: 25px;
        text-align: center;
        height: 211px;
        margin: auto;
        top: 50px;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .lab-header-plugins a span {
            display: block;
            font-size: 13px;
            color: #85878d;
        }

        .lab-header-plugins a h3 {
            margin-top: 10px;
            margin-bottom: 5px;
        }

        .lab-header-plugins a:nth-child(1) {
            z-index: 5;
        }

        .lab-header-plugins a:nth-child(2) {
            z-index: 4;
            -webkit-transform: rotate(-3deg) translate(-50%,-50%);
            -moz-transform: rotate(-3deg) translate(-50%,-50%);
            -ms-transform: rotate(-3deg) translate(-50%,-50%);
            transform: rotate(-3deg) translate(-50%,-50%);
            filter: blur(1px);
        }

        .lab-header-plugins a:nth-child(3) {
            z-index: 3;
            -webkit-transform: rotate(4deg) translate(35%,-40%);
            -moz-transform: rotate(4deg) translate(35%,-40%);
            -ms-transform: rotate(4deg) translate(35%,-40%);
            transform: rotate(4deg) translate(35%,-40%);
            filter: blur(2px);
        }

        .lab-header-plugins a:nth-child(4) {
            z-index: 2;
            -webkit-transform: rotate(4deg) translate(30%,20%);
            -moz-transform: rotate(4deg) translate(30%,20%);
            -ms-transform: rotate(4deg) translate(30%,20%);
            transform: rotate(4deg) translate(30%,20%);
            filter: blur(3px);
        }

.lab-header > .row-inner > .row-outer-holder > .row-inner-holder, .lab-header > .row-inner > .row-outer-holder > .wrapper > .row-inner-holder {
    margin-left: -40px;
    margin-right: -40px;
}

    .lab-header > .row-inner > .row-outer-holder > .row-inner-holder > .vc_column_container > .vc_column-inner, .lab-header > .row-inner > .row-outer-holder > .wrapper > .row-inner-holder > .vc_column_container > .vc_column-inner {
        padding-left: 40px;
        padding-right: 40px;
    }

.kt-row.course-group-items-inner {
    margin: 10px;
}

    .kt-row.course-group-items-inner .column {
        padding: 8px;
    }

.lab-items-outer.kt-row {
    margin-left: -30px;
    margin-right: -30px;
}

    .lab-items-outer.kt-row > .column {
        padding-left: 30px;
        padding-right: 30px;
    }

.course-group-items {
    padding-bottom: 80px;
}

.course-group-head {
    box-shadow: 0 10px 50px rgba(28,76,156,.12);
    border-radius: 5px;
    padding: 45px;
    background: #fff;
    /*margin-bottom: 100px;*/
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.course-group-head-icon {
    align-items: center;
    min-width: 170px;
    height: 170px;
    display: flex;
    justify-content: center;
    position: relative;
}

    .course-group-head-icon:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        border-radius: 30px;
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
        content: '';
        background: #f3f6fb;
        z-index: 1;
    }

    .course-group-head-icon img {
        position: relative;
        z-index: 2;
        max-width: 170px;
    }

.course-group-head-info {
    align-items: center;
    font-size: 15px;
    display: grid;
}

    .course-group-head-info .button:first-child {
        margin-left: 10px;
    }

.course-group-head-content {
    align-items: flex-start;
    padding: 0 45px 0 40px;
    display: flex;
    max-width: 760px;
    text-align: justify;
}

    .course-group-head-content span {
        display: block;
        font-size: 16px;
        margin-top: 12px;
    }

.lab-sidebar {
    padding: 25px 0;
}

    .lab-sidebar a {
        display: block;
        font-size: 18px;
        margin-bottom: 7px;
    }

        .lab-sidebar a.active, .lab-sidebar a:hover {
            color: #7966ff;
        }

        .lab-sidebar a:last-child {
            margin-bottom: 0;
        }

.course-group-item {
    display: block;
    padding: 20px;
    background: #f7f9fb;
    border-radius: 5px;
    position: relative;
    top: 0;
    box-shadow: 0 0 0 rgba(28,76,156,.1);
    font-size: 0;
    -webkit-transition: box-shadow .15s ease-in-out,background .15s ease-in-out,top .15s ease-in-out;
    -moz-transition: box-shadow .15s ease-in-out,background .15s ease-in-out,top .15s ease-in-out;
    -ms-transition: box-shadow .15s ease-in-out,background .15s ease-in-out,top .15s ease-in-out;
    -o-transition: box-shadow .15s ease-in-out,background .15s ease-in-out,top .15s ease-in-out;
    transition: box-shadow .15s ease-in-out,background .15s ease-in-out,top .15s ease-in-out;
}

    .course-group-item .course-group-item-image {
        display: inline-block;
        vertical-align: middle;
        width: 60px;
        text-align: center;
    }

        .course-group-item .course-group-item-image img {
            max-width: 100%;
        }

    .course-group-item:hover {
        top: -3px;
        background: #fff;
        box-shadow: 0 5px 25px rgba(28,76,156,.1);
    }

.course-group-item-inner {
    width: calc(100% - 60px);
    padding-right: 20px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

    .course-group-item-inner h3 {
        font-size: 16px;
        width: 100%;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .course-group-item-inner .star-rating {
        margin-top: 2px;
    }

        .course-group-item-inner .star-rating, .course-group-item-inner .star-rating span i {
            font-size: 14px;
        }

.star-rating {
    display: inline-block;
    font-size: 16px;
    height: 1em;
    position: relative;
    vertical-align: top;
    width: 6.25em;
}

    .star-rating.can-rating:hover div {
        opacity: 1;
    }

    .star-rating.can-rating:hover .kt-rating, .star-rating.can-rating:hover .kt-rating-active {
        opacity: 0;
    }

    .star-rating div {
        font-size: 0;
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        opacity: 0;
    }

        .star-rating div a {
            color: #e1e1e1;
            display: inline-block;
            font-size: 0;
            vertical-align: middle;
            -webkit-transition: none;
            -moz-transition: none;
            -ms-transition: none;
            -o-transition: none;
            transition: none;
        }

            .star-rating div a:before {
                content: '\e033';
                display: block;
                font-family: ElegantIcons;
                font-size: 16px;
                height: 1em;
                line-height: 1;
                text-indent: 0;
                margin-left: .25em;
                width: 1em;
            }

            .star-rating div a:first-child:before {
                margin-right: .125em;
            }

            .star-rating div a:last-child:before {
                margin-left: 0;
            }

        .star-rating div:hover a {
            color: #ffc02e;
        }

            .star-rating div:hover a:hover ~ a {
                color: #e1e1e1;
            }

    .star-rating.selected div {
        opacity: .7 !important;
    }

        .star-rating.selected div a {
            color: #ffc02e !important;
        }

            .star-rating.selected div a.active ~ a {
                color: #e1e1e1 !important;
            }

    .star-rating.selected .kt-rating, .star-rating.selected .kt-rating-active {
        opacity: 0;
    }

    .star-rating span {
        font-size: 0;
        overflow: hidden;
        padding: 0;
        position: absolute;
        white-space: nowrap;
    }

        .star-rating span i {
            display: inline-block;
            font-size: 16px;
            height: 1em;
            vertical-align: top;
            width: 1em;
            margin: 0 .125em;
        }

        .star-rating span.kt-rating {
            color: #e1e1e1;
            direction: ltr;
            left: 0;
        }

        .star-rating span.kt-rating-active {
            color: #ffc02e;
            direction: rtl;
            right: 0;
        }

.blog-single-tags {
    font-size: 0;
    margin-top: -10px;
}

    .blog-single-tags span {
        display: inline-block;
        font-size: 18px;
        font-weight: 400;
        margin-left: 20px;
        vertical-align: middle;
    }

    .blog-single-tags a {
        background: #f5f8fc;
        border-radius: 3px;
        color: #85878d !important;
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        margin-left: 10px;
        padding: 2px 12px;
        vertical-align: middle;
        -webkit-transition: background .15s ease-in-out,color .15s ease-in-out;
        -moz-transition: background .15s ease-in-out,color .15s ease-in-out;
        -ms-transition: background .15s ease-in-out,color .15s ease-in-out;
        -o-transition: background .15s ease-in-out,color .15s ease-in-out;
        transition: background .15s ease-in-out,color .15s ease-in-out;
    }

        .blog-single-tags a:hover {
            background: #e9f0f8;
            color: #67696e !important;
        }

    .blog-single-tags + .blog-single-sources {
        padding-top: 10px;
    }

    .blog-single-tags a, .blog-single-tags span {
        margin-top: 10px;
    }

.lab-single {
    position: relative;
    padding-top: 166px;
    padding-bottom: 80px;
}

    .lab-single:before {
        position: absolute;
        right: 0;
        width: 100%;
        z-index: -2;
        content: '';
        border-radius: 0 0 50px 0;
        transform: skewY(8deg);
        transform-origin: top center;
        background: #f5f8fc;
        top: -600px;
        height: 1300px;
    }

    .lab-single:after {
        content: '';
        position: absolute;
        left: -110px;
        top: calc(470px - 7vw);
        height: 400px;
        width: 400px;
        z-index: -1;
        border-radius: 0 0 50px 0;
        transform: rotate(-38deg);
        transform-origin: left bottom;
        background: #F1EEFC;
        background: -moz-linear-gradient(-35deg,#F1EEFC 0,#7966FF 100%);
        background: -webkit-linear-gradient(-35deg,#F1EEFC 0,#7966FF 100%);
        background: linear-gradient(-35deg,#F1EEFC 0,#7966FF 100%);
    }

.lab-single-image {
    text-align: center;
    font-size: 0;
}

.lab-single-content {
    padding: 40px;
    font-size: 16px;
}

    .lab-single-content ol, .lab-single-content ul {
        padding-right: 25px;
        padding-bottom: 10px;
    }

        .lab-single-content ol li, .lab-single-content ul li {
            padding-top: 10px;
        }

        .lab-single-content ol li {
            list-style-type: decimal;
        }

        .lab-single-content ul li {
            list-style-type: disc;
        }

        .lab-single-content ol ul ul li {
            list-style-type: square;
        }

    .lab-single-content h6 {
        font-size: 17px;
    }

    .lab-single-content h5 {
        font-size: 18px;
    }

    .lab-single-content h4 {
        font-size: 20px;
    }

    .lab-single-content h3 {
        font-size: 22px;
    }

    .lab-single-content h2 {
        font-size: 24px;
        font-weight: 500;
        margin: 5px 0 25px;
    }

    .lab-single-content h3, .lab-single-content h4, .lab-single-content h5, .lab-single-content h6 {
        margin: .6em 0 .4em;
    }

    .lab-single-content p {
        margin: 0 0 .8em;
        padding: 0;
        font-weight: 300;
    }

    .lab-single-content .star-rating {
        margin-top: 5px;
    }

.lab-single-content-inner {
    padding-top: 15px;
    color: #5b5e63;
    font-weight: 300;
}

    .lab-single-content-inner b, .lab-single-content-inner strong {
        color: #474b53;
    }

.lab-single-details {
    padding: 35px 30px 30px;
}

    .lab-single-details ul {
        padding-top: 20px;
        padding-bottom: 10px;
    }

        .lab-single-details ul li {
            padding-bottom: 10px;
            font-size: 15px;
        }

            .lab-single-details ul li a, .lab-single-details ul li span {
                float: left;
            }

            .lab-single-details ul li a {
                color: #7966ff;
            }

.kt-alert {
    margin: 30px 0;
    position: relative;
    padding: 25px;
}

    .kt-alert:before {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        height: 100%;
        width: 100%;
        border-radius: 20px;
        -webkit-transform: rotate(2deg);
        -moz-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
        transform: rotate(2deg);
        z-index: 1;
        content: '';
    }

    .kt-alert.red:before {
        background: rgba(255,94,94,.08);
    }

    .kt-alert.red .kt-alert-inner div, .kt-alert.red .kt-alert-inner h4 {
        color: #b00000;
    }

    .kt-alert.orange:before {
        background: rgba(255,185,49,.08);
    }

    .kt-alert.orange .kt-alert-inner div, .kt-alert.orange .kt-alert-inner h4 {
        color: #b17500;
    }

    .kt-alert.blue:before {
        background: rgba(31,148,206,.08);
    }

    .kt-alert.blue .kt-alert-inner div, .kt-alert.blue .kt-alert-inner h4 {
        color: #125475;
    }

    .kt-alert.green:before {
        background: rgba(106,200,71,.1);
    }

    .kt-alert.green .kt-alert-inner div, .kt-alert.green .kt-alert-inner h4 {
        color: #366e21;
    }

    .kt-alert.violet:before {
        background: rgba(111,142,196,.1);
    }

    .kt-alert.violet .kt-alert-inner div, .kt-alert.violet .kt-alert-inner h4 {
        color: #3c5b91;
    }

.kt-alert-inner {
    position: relative;
    z-index: 2;
}

    .kt-alert-inner div {
        margin-top: 8px;
    }

        .kt-alert-inner div a {
            color: inherit !important;
            border-bottom: 1px solid;
        }

.lab-single-alerts, .lab-single-comments, .lab-single-content, .lab-single-details, .lab-single-gallery {
    box-shadow: 0 10px 50px rgba(28,76,156,.12);
    border-radius: 5px;
    background: #fff;
}

.lab-single-alerts {
    margin-top: 30px;
    padding: 5px 30px;
}

.lab-single-gallery {
    margin-top: 30px;
    padding: 30px;
}

    .lab-single-gallery a {
        display: block;
    }

    .lab-single-gallery img {
        display: block;
        border-radius: 5px;
    }

.lab-single-gallery-items.kt-row {
    margin: -10px;
}

    .lab-single-gallery-items.kt-row .column {
        padding: 10px;
    }

.lab-single-comments {
    padding: 40px 40px 0;
    margin-top: 30px;
}

.blog-single-inner {
    max-width: 1050px;
    margin: 0 auto;
}

.blog-single-top-holder {
    position: relative;
}

.blog-single-image-holder {
    float: left;
    margin-right: 25%;
    min-width: 71%;
}

    .blog-single-image-holder img {
        display: block;
        box-shadow: 0 10px 50px rgba(28,76,156,.15);
        border-radius: 5px;
        width: 100%;
        height: auto;
    }

.blog-single-details {
    position: absolute;
    width: 45%;
    background: #fff;
    padding: 32px 35px;
    border-radius: 5px;
    top: 50%;
    box-shadow: 0 10px 50px rgba(28,76,156,.15);
    transform: translateY(-50%);
}

.blog-single {
    position: relative;
    padding-top: 181px;
    padding-bottom: 80px;
}

    .blog-single:before {
        position: absolute;
        right: 0;
        width: 100%;
        z-index: -2;
        content: '';
        border-radius: 0 0 50px 0;
        transform: skewY(8deg);
        transform-origin: top center;
        background: #f5f8fc;
        top: -600px;
        height: 1045px;
    }

.blog-rating {
    display: none;
}

.blog-single-title {
    font-size: 26px;
    line-height: 1.6em;
    margin-bottom: 15px;
    margin-top: 2px;
}

.blog-single-categories {
    font-size: 16px;
    font-weight: 400;
}

    .blog-single-categories a.primary {
        color: #7966ff;
    }

        .blog-single-categories a.primary:hover {
            color: #53a933;
        }

.blog-single-content-holder {
    max-width: 990px;
    margin: 70px auto 0;
}

.blog-single-content-inner {
    min-height: 328px;
}

    .blog-single-content-inner .sample-messages.has-reply {
        box-shadow: 0 4px 50px rgba(28,76,156,.1);
        margin: 30px 0;
    }

    .blog-single-content-inner .sample-messages .sample-message.to {
        background: #f5f8fc;
        color: #6f747d;
    }

        .blog-single-content-inner .sample-messages .sample-message.to:before {
            background-image: url(/Content/css/data:image/svg+xml;utf8,<svg version="1.1" xmlns="http:/www.w3.org/2000/svg" xmlns:xlink="http:/www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 25.6 17.7" width="25.6" height="17.7" xml:space="preserve"><path fill="#f5f8fc" d="M0,0h20.1c0,3.1-0.1,6.2,0,9.4c0.2,3.5,2.4,6.6,5.5,8.3c-4.3-0.2-8.5-1.3-12.1-3.5C9.7,16.9,4.6,17.8,0,17.6V0 z"/></svg>);
        }

    .blog-single-content-inner .sample-messages .sample-message.from {
        background: #7966ff;
        color: #fff;
    }

        .blog-single-content-inner .sample-messages .sample-message.from:before {
            background-image: url(/Content/css/data:image/svg+xml;utf8,<svg version="1.1" xmlns="http:/www.w3.org/2000/svg" xmlns:xlink="http:/www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 25.6 17.7" width="25.6" height="17.7" xml:space="preserve"><path fill="#7966ff" d="M25.6,17.6c-4.6,0.2-9.7-0.7-13.5-3.4C8.5,16.4,4.3,17.5,0,17.7c3.1-1.7,5.3-4.8,5.5-8.3c0.1-3.2,0-6.3,0-9.4 l20.1,0V17.6z"/></svg>);
        }

    .blog-single-content-inner .sample-messages:not(.has-reply) {
        padding: 0;
        width: auto;
        margin: 25px 0;
    }

        .blog-single-content-inner .sample-messages:not(.has-reply) .sample-message {
            float: right !important;
            max-width: 280px;
        }

    .blog-single-content-inner .ebook-holder {
        padding: 40px;
        margin: 45px 0;
        border-radius: 5px;
        background: #f7f8fa;
    }

    .blog-single-content-inner .ebook-image img {
        margin: 0 !important;
        max-width: 100%;
    }

    .blog-single-content-inner .ebook-image:before {
        display: none;
    }

    .blog-single-content-inner .ebook-inner {
        width: calc(100% - 212px);
        padding-left: 40px;
    }

        .blog-single-content-inner .ebook-inner h2 {
            font-size: 24px;
            padding: 0;
        }

        .blog-single-content-inner .ebook-inner span {
            font-size: 15px;
            margin-top: 5px;
            line-height: 1.9;
            color: #73757b;
        }

        .blog-single-content-inner .ebook-inner .button {
            margin-top: 20px;
        }

.blog-single-content-sidebar {
    float: left;
    width: 250px;
}

.blog-single-social-links {
    padding-top: 35px;
}

    .blog-single-social-links a {
        margin-bottom: 15px;
        float: right;
        width: 50%;
    }

        .blog-single-social-links a i {
            color: #c6c8d0;
            float: right;
            font-size: 26px;
            height: 26px;
            line-height: 26px;
            margin-left: 15px;
            margin-top: 2px;
            text-align: center;
            width: 26px;
        }

        .blog-single-social-links a span {
            color: #b6b7bd;
            font-size: 18px;
            font-weight: 400;
        }

        .blog-single-social-links a.blog-single-meta-comments i {
            margin-top: 1px;
        }

        .blog-single-social-links a.social-share-button-facebook i, .blog-single-social-links a.social-share-button-twitter i {
            font-size: 24px;
        }

        .blog-single-social-links a.social-share-button-gplus i {
            font-size: 21px;
        }

        .blog-single-social-links a.social-share-button-linkedin i {
            font-size: 22px;
        }

        .blog-single-social-links a.social-share-button-telegram i {
            font-size: 20px;
        }

    .blog-single-social-links > a:last-child {
        margin-bottom: 0;
    }

.blog-single-content {
    color: #46484c;
    font: 300 1rem/2.2 IRANSans;
    font-size: 16px;
    /*margin-left: 320px;*/
}

    .blog-single-content p {
        font-weight: 300;
    }

    .blog-single-content .alignright {
        float: right;
        padding: 0 0 0 25px;
    }

    .blog-single-content .alignleft {
        float: left;
        padding: 0 25px 0 0;
    }

    .blog-single-content ul {
        margin: -10px 0 25px;
    }

        .blog-single-content ul li {
            list-style-type: circle;
        }

    .blog-single-content a {
        color: #1f94ce;
    }

    .blog-single-content blockquote {
        margin: 10px 0;
        padding: 15px 20px 15px 0;
        position: relative;
    }

        .blog-single-content blockquote:before {
            color: rgba(0,0,0,.05);
            content: '\f10e';
            font-family: FontAwesome;
            font-size: 130px !important;
            line-height: 1;
            position: absolute;
            right: 1px;
            top: -6px;
            transform: rotate(4deg);
            z-index: -1;
        }

    .blog-single-content h2 {
        font-size: 1.6em;
        padding: 10px 0 20px;
    }

    .blog-single-content h3 {
        font-size: 1.35em;
        padding: 10px 0 15px;
    }

    .blog-single-content h2, .blog-single-content h3 {
        font-weight: 600;
        line-height: 2em;
    }

        .blog-single-content h2 b, .blog-single-content h2 strong, .blog-single-content h3 b, .blog-single-content h3 strong {
            font-weight: 600;
        }

    .blog-single-content p {
        margin: 0 0 1.5em;
        padding: 0;
    }

    .blog-single-content h4 {
        border-bottom: 1px solid #e1e3e5;
        display: inline-block;
        font-size: 1.2em;
        font-weight: 600;
        line-height: 2em;
        margin: 25px 0 20px;
        padding: 8px 0 !important;
    }

    .blog-single-content ol li {
        list-style-type: decimal;
    }

    .blog-single-content ul li {
        list-style-type: disc;
    }

    .blog-single-content ol, .blog-single-content ul {
        list-style: inherit;
        margin: -10px 0 25px;
        padding: 0 35px 0 0;
    }

        .blog-single-content ol li, .blog-single-content ul li {
            margin-bottom: 10px;
        }

            .blog-single-content ol li:last-child, .blog-single-content ul li:last-child {
                margin-bottom: 0;
            }

    .blog-single-content img {
        height: 56px;
        margin: 20px 0 30px !important;
        max-width: 95%;
    }

        .blog-single-content img.aligncenter {
            margin: 25px auto 25px !important;
        }

.blog-single-social-links .kt-like-holder {
    float: none;
    margin-top: 0;
}

.blog-single-social-links .kt-dislike, .blog-single-social-links .kt-like {
    float: none;
}

.blog-single-social-links .kt-like {
    margin-left: 0;
}

.blog-single-social-links .kt-dislike-button, .blog-single-social-links .kt-like-button {
    margin-bottom: 25px;
}

.blog-single-social-links .kt-dislike-count, .blog-single-social-links .kt-like-count {
    margin-right: 0;
}

.blog-single-social-links .kt-dislike-button i:before, .blog-single-social-links .kt-like-button i:before {
    color: #c6c8d0;
    font-size: 24px;
}

.blog-single-social-links .kt-like-button i {
    margin-top: -2px;
}

.social-share-button i {
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -ms-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}

.social-share-button.social-share-button-facebook:hover i {
    color: #3a579a;
}

.social-share-button.social-share-button-twitter:hover i {
    color: #00abf0;
}

.social-share-button.social-share-button-gplus:hover i {
    color: #df4a32;
}

.social-share-button.social-share-button-telegram:hover i {
    color: #36ade1;
}

.social-share-button.social-share-button-linkedin:hover i {
    color: #017ab5;
}

.blog-goto-comments {
    padding: 25px;
    background: #f7f8fa;
    position: relative;
    overflow: hidden;
    margin-top: 25px;
    border-radius: 5px;
}

    .blog-goto-comments:before {
        content: '\77';
        font-family: ElegantIcons;
        position: absolute;
        top: -30px;
        right: -21px;
        font-size: 160px;
        line-height: 1;
        color: #eaeef4;
        z-index: 1;
    }

    .blog-goto-comments span {
        display: block;
        float: right;
        margin-top: 5px;
        font-weight: 400;
        color: #5d6067;
        position: relative;
        z-index: 2;
        font-size: 17px;
    }

    .blog-goto-comments .button {
        color: #fff;
        float: left;
        position: relative;
        z-index: 2;
    }

.related-posts {
    margin-top: 40px;
}

.author-bio-holder {
    margin-top: 50px;
}

    .author-bio-holder .author-avatar {
        float: right;
    }

        .author-bio-holder .author-avatar img {
            border-radius: 100%;
            display: block;
            margin: 0 !important;
            max-width: 100%;
        }

    .author-bio-holder .author-bio-desc-outer {
        overflow: hidden;
        padding-right: 30px;
        padding-top: 5px;
    }

        .author-bio-holder .author-bio-desc-outer .button.button-transparent {
            border-bottom: 2px dashed !important;
            font-size: 15px;
            padding: 7px 5px !important;
            margin-top: 7px;
        }

    .author-bio-holder h4.author-name {
        border: none;
        float: right;
        font-size: 20px;
        font-weight: 500;
        margin: 0;
        padding: 0 !important;
    }

    .author-bio-holder .author-social-links {
        float: left;
        font-size: 0;
        margin-top: 10px;
    }

        .author-bio-holder .author-social-links a {
            color: #bdc7c7;
            display: inline-block;
            margin-left: 12px;
            vertical-align: middle;
        }

            .author-bio-holder .author-social-links a.fa-linkedin {
                font-size: 17px;
                top: -2px;
                position: relative;
            }

                .author-bio-holder .author-social-links a.fa-linkedin:hover {
                    color: #0077b5;
                }

            .author-bio-holder .author-social-links a.fa-twitter {
                font-size: 18px;
            }

                .author-bio-holder .author-social-links a.fa-twitter:hover {
                    color: #00abf0;
                }

            .author-bio-holder .author-social-links a:last-child {
                margin-left: 0;
            }

.related-posts-title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.related-posts-inner {
    margin: -5px;
}

    .related-posts-inner .related-post {
        float: right;
        padding: 5px;
        width: 50%;
    }

        .related-posts-inner .related-post:nth-child(2n+1) {
            clear: right;
        }

        .related-posts-inner .related-post a {
            background: #f7f8fa;
            border-radius: 5px;
            display: block;
            font-size: 0;
            padding: 18px;
        }

            .related-posts-inner .related-post a img {
                border-radius: 100%;
                display: inline-block;
                margin: 0 0 0 18px !important;
                vertical-align: middle;
                width: 56px;
            }

            .related-posts-inner .related-post a span {
                color: #474b53;
                display: inline-block;
                font-size: 14px;
                font-weight: 400;
                line-height: 1.7em;
                vertical-align: middle;
                width: calc(100% - 74px);
            }

.inline-related-post {
    background: #f7f8fa;
    border-radius: 5px;
    display: block;
    font-size: 0;
    margin-bottom: 35px;
    margin-top: 35px;
    padding: 18px;
    clear: both;
}

    .inline-related-post:after, .inline-related-post:before {
        clear: both;
        content: '';
        display: block;
    }

    .inline-related-post img {
        border-radius: 100%;
        display: inline-block;
        margin: 0 0 0 20px !important;
        vertical-align: middle;
        width: 50px;
    }

    .inline-related-post span {
        color: #474b53;
        display: inline-block;
        font-size: 16px;
        font-weight: 400;
        vertical-align: middle;
        line-height: 1.6;
        width: calc(100% - 70px);
    }

        .inline-related-post span strong {
            color: #7966ff;
        }

.blog-single-date {
    display: block;
    margin-bottom: 15px;
    color: #708fc4;
    font-weight: 400;
    font-size: 14px;
}

    .blog-single-date i {
        float: right;
        height: 29px;
        width: 29px;
        text-align: center;
        line-height: 29px;
        color: #708fc4;
        border-radius: 100%;
        background: #f3f6fb;
        font-size: 16px;
        margin-left: 10px;
        position: relative;
        top: -1px;
    }

.blog-single-banner {
    display: block;
    color: #fff;
    border-radius: 5px;
    line-height: 1.7;
    font-size: 0;
    position: relative;
    top: 0;
    -webkit-transition: top .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-transition: top .15s ease-in-out,box-shadow .15s ease-in-out;
    -ms-transition: top .15s ease-in-out,box-shadow .15s ease-in-out;
    -o-transition: top .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: top .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .blog-single-banner:hover {
        top: -2px;
    }

        .blog-single-banner:hover.blog-single-banner-ebook {
            box-shadow: 0 3px 7px rgba(255,255,255,.25),0 7px 25px rgba(99,105,116,.5);
        }

        .blog-single-banner:hover.blog-single-banner-panel {
            box-shadow: 0 3px 7px rgba(255,255,255,.25),0 7px 25px rgba(106,200,71,.5);
        }

    .blog-single-banner h4 {
        color: #fff;
    }

    .blog-single-banner span {
        display: block;
        color: rgba(255,255,255,.9);
        font-size: 13px;
    }

    .blog-single-banner i {
        position: relative;
        font-size: 34px;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
    }

.blog-single-banner-inner {
    overflow: hidden;
    padding-right: 15px;
    width: calc(100% - 34px);
    display: inline-block;
    vertical-align: middle;
}

.blog-single-banner-ebook {
    background: #636974;
    padding: 25px;
    margin-top: 20px;
    box-shadow: 0 2px 5px rgba(255,255,255,.25),0 5px 15px rgba(99,105,116,.35);
}

    .blog-single-banner-ebook i {
        right: -2px;
        top: -4px;
    }

.blog-single-banner-panel {
    background: #7966ff;
    padding: 20px 25px;
    box-shadow: 0 2px 5px rgba(255,255,255,.25),0 5px 15px rgba(106,200,71,.35);
}

    .blog-single-banner-panel i {
        top: -5px;
    }

.reseller-lines-list li {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 15px;
    padding-right: 45px;
    display: block;
    position: relative;
}

    .reseller-lines-list li:before {
        width: 30px;
        height: 30px;
        border-radius: 100%;
        background: #ecf7e8;
        color: #7966ff;
        font-size: 16px;
        text-align: center;
        line-height: 28px;
        position: absolute;
        right: 0;
        top: 0;
        content: "\f00c";
        font-family: FontAwesome;
    }

    .reseller-lines-list li:last-child {
        margin-bottom: 0;
    }

.customers-logo-outer {
    height: 360px;
    position: relative;
}

.customers-logo {
    height: 360px;
    right: 50%;
    margin-bottom: -30px;
    position: absolute;
    top: 0;
    width: 1200px;
    bottom: 0;
    margin-right: -600px;
}

.customers-logo-item {
    position: absolute;
    width: 100px;
}

    .customers-logo-item img {
        width: 100px;
        height: 100px;
        display: block;
        border-radius: 100%;
        padding: 18px;
        background: #fff;
        box-shadow: 0 5px 35px rgba(12,56,130,.18);
        cursor: pointer;
    }

        .customers-logo-item img:hover + span {
            opacity: 1;
            -webkit-transform: translateY(-12px) scale(1);
            -moz-transform: translateY(-12px) scale(1);
            -ms-transform: translateY(-12px) scale(1);
            transform: translateY(-12px) scale(1);
        }

    .customers-logo-item span {
        position: absolute;
        text-align: center;
        background: #e4eaf3;
        border-radius: 3px;
        margin-bottom: 0;
        padding: 3px 5px 2px;
        font-size: 12px;
        bottom: 100px;
        right: 10px;
        left: 10px;
        pointer-events: none;
        opacity: 0;
        -webkit-transform: translateY(5px) scale(.8);
        -moz-transform: translateY(5px) scale(.8);
        -ms-transform: translateY(5px) scale(.8);
        transform: translateY(5px) scale(.8);
        -webkit-transition: transform .1s ease-in-out,opacity .1s ease-in-out;
        -moz-transition: transform .1s ease-in-out,opacity .1s ease-in-out;
        -ms-transition: transform .1s ease-in-out,opacity .1s ease-in-out;
        -o-transition: transform .1s ease-in-out,opacity .1s ease-in-out;
        transition: transform .1s ease-in-out,opacity .1s ease-in-out;
    }

        .customers-logo-item span:before {
            position: absolute;
            width: 0;
            height: 0;
            border: 5px solid rgba(255,255,255,0);
            border-top-color: #e4eaf3;
            bottom: -10px;
            right: 0;
            left: 0;
            margin: 0 auto;
            content: '';
        }

    .customers-logo-item:nth-child(1) {
        right: 3%;
        top: 34%;
    }

    .customers-logo-item:nth-child(2) {
        right: 13%;
        top: 22%;
    }

    .customers-logo-item:nth-child(3) {
        right: 18%;
        top: 48%;
    }

    .customers-logo-item:nth-child(4) {
        right: 27%;
        top: 25%;
    }

    .customers-logo-item:nth-child(5) {
        right: 36%;
        top: 52%;
    }

    .customers-logo-item:nth-child(6) {
        right: 41%;
        top: 16%;
    }

    .customers-logo-item:nth-child(7) {
        right: 49%;
        top: 39%;
    }

    .customers-logo-item:nth-child(8) {
        right: 57%;
        top: 15%;
    }

    .customers-logo-item:nth-child(9) {
        right: 63%;
        top: 44%;
    }

    .customers-logo-item:nth-child(10) {
        right: 71%;
        top: 49%;
    }

    .customers-logo-item:nth-child(11) {
        right: 78%;
        top: 30%;
    }

    .customers-logo-item:nth-child(12) {
        right: 88%;
        top: 38%;
    }

        .customers-logo-item:nth-child(10) img, .customers-logo-item:nth-child(12) img, .customers-logo-item:nth-child(3) img {
            -webkit-transform: scale(.8);
            -moz-transform: scale(.8);
            -ms-transform: scale(.8);
            transform: scale(.8);
        }

        .customers-logo-item:nth-child(10) span, .customers-logo-item:nth-child(12) span, .customers-logo-item:nth-child(3) span {
            bottom: 90px;
        }

    .customers-logo-item:nth-child(2) img, .customers-logo-item:nth-child(6) img, .customers-logo-item:nth-child(9) img {
        -webkit-transform: scale(.6);
        -moz-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
    }

    .customers-logo-item:nth-child(2) span, .customers-logo-item:nth-child(6) span, .customers-logo-item:nth-child(9) span {
        bottom: 80px;
    }

.testimonials-outer .vc_inner .vc_column-inner {
    height: 100%;
}

    .testimonials-outer .vc_inner .vc_column-inner > .wpb_wrapper {
        height: calc(100% - 30px);
    }

.testimonials {
    height: 100%;
    display: block;
    border-radius: 5px;
    box-shadow: 0 5px 30px rgba(28,76,156,.1);
    position: relative;
    top: 0;
    -webkit-transition: box-shadow .3s,top .3s;
    -moz-transition: box-shadow .3s,top .3s;
    -ms-transition: box-shadow .3s,top .3s;
    -o-transition: box-shadow .3s,top .3s;
    transition: box-shadow .3s,top .3s;
}

    .testimonials:hover {
        box-shadow: 0px 10px 21px rgba(28,76,156,.18);
        top: -2px;
    }

        .testimonials:hover .testimonials-link span:after {
            width: 100%;
        }

.testimonials-style1 {
    padding: 45px 35px 35px;
    background: #fff;
    overflow: hidden;
}

    .testimonials-style1:before {
        position: absolute;
        left: 15px;
        height: 80px;
        width: 100%;
        z-index: 1;
        content: '';
        border-radius: 0 0 0 30px;
        transform: skewY(-14deg);
        transform-origin: bottom left;
        background: #f5f8fc;
        top: 0;
    }

    .testimonials-style1 .testimonials-inner {
        position: relative;
        z-index: 2;
    }

    .testimonials-style1 .testimonials-text {
        font-size: 17px;
        margin-top: 15px;
        color: #85878d;
    }

    .testimonials-style1 .testimonials-name, .testimonials-style1 .testimonials-subtitle {
        display: block;
        line-height: 1.7;
        color: #85878d;
    }

    .testimonials-style1 .testimonials-name {
        font-size: 15px;
        color: #474b53;
        font-weight: 500;
        margin-top: 20px;
    }

    .testimonials-style1 .testimonials-subtitle {
        font-weight: 300;
    }

    .testimonials-style1 .testimonials-link span {
        bottom: 35px;
        right: 35px;
        color: #7966ff;
    }

        .testimonials-style1 .testimonials-link span:before {
            background: #eaeff5;
        }

        .testimonials-style1 .testimonials-link span:after {
            background: #7966ff;
        }

.testimonials-style3 {
    padding: 40px 30px 30px;
    background: #fff;
}

    .testimonials-style3 .testimonials-text {
        font-size: 15px;
        margin-top: 10px;
        color: #85878d;
    }

    .testimonials-style3 .testimonials-link span {
        bottom: 30px;
        right: 30px;
        color: #7966ff;
    }

        .testimonials-style3 .testimonials-link span:before {
            background: #eaeff5;
        }

        .testimonials-style3 .testimonials-link span:after {
            background: #7966ff;
        }

.testimonials-style2 .testimonials-image {
    height: 350px;
    border-radius: 5px 5px 0 0;
    background-size: cover;
}

.testimonials-style2 .testimonials-content {
    padding: 0 40px 40px;
    position: relative;
    background: #7966ff;
    border-radius: 0 0 5px 5px;
}

    .testimonials-style2 .testimonials-content:before {
        background: #7966ff;
        position: absolute;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 2;
        content: '';
        border-radius: 0 50px 0 0;
        transform: skewY(-5deg);
        transform-origin: top left;
        top: -5px;
    }

    .testimonials-style2 .testimonials-content:after {
        background: rgba(255,255,255,.3);
        position: absolute;
        left: 0;
        height: 75px;
        width: 100%;
        z-index: 1;
        content: '';
        border-radius: 50px 0 0 0;
        transform: skewY(3deg);
        transform-origin: top right;
        top: -25px;
    }

.testimonials-style2 .testimonials-logo {
    margin-top: -15px;
    float: right;
}

.testimonials-style2 .testimonials-inner {
    position: relative;
    z-index: 3;
}

.testimonials-style2 .testimonials-text {
    color: rgba(255,255,255,.92);
    font-size: 16px;
    padding-top: 20px;
}

.testimonials-style2 .testimonials-link span {
    bottom: 0;
    right: 0;
    color: rgba(255,255,255,.9);
}

    .testimonials-style2 .testimonials-link span:before {
        background: rgba(255,255,255,.2);
    }

    .testimonials-style2 .testimonials-link span:after {
        background: rgba(255,255,255,.4);
    }

.testimonials-style2.testimonials-style2-blue .testimonials-content, .testimonials-style2.testimonials-style2-blue .testimonials-content:before {
    background: #1f94ce;
}

.testimonials-link {
    margin-top: 10px;
    height: 2.5em;
    font-size: 14px;
    line-height: 2.5em;
}

    .testimonials-link span {
        position: absolute;
    }

        .testimonials-link span:after, .testimonials-link span:before {
            content: '';
            height: 2px;
            right: 0;
            position: absolute;
            bottom: 0;
        }

        .testimonials-link span:before {
            width: 100%;
        }

        .testimonials-link span:after {
            -webkit-transition: width .3s;
            -moz-transition: width .3s;
            -ms-transition: width .3s;
            -o-transition: width .3s;
            transition: width .3s;
            width: 0;
        }

.customers-comments {
    margin: -15px;
}

    .customers-comments .column {
        padding: 15px;
    }

    .customers-comments .button {
        border-radius: 5px;
        display: block;
        text-align: center;
        padding: 16px 30px 14px;
        font-size: 17px;
    }

    .customers-comments .button-orange {
        margin-bottom: 15px;
    }

.customer-comment {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 30px rgba(28,76,156,.1);
    position: relative;
    top: 0;
    -webkit-transition: box-shadow .3s,top .3s;
    -moz-transition: box-shadow .3s,top .3s;
    -ms-transition: box-shadow .3s,top .3s;
    -o-transition: box-shadow .3s,top .3s;
    transition: box-shadow .3s,top .3s;
}

    .customer-comment:hover {
        box-shadow: 0 10px 45px rgba(28,76,156,.18);
        top: -4px;
    }

    .customer-comment:before {
        content: "\f10d";
        font-family: FontAwesome;
        position: absolute;
        left: 25px;
        bottom: 9px;
        font-size: 110px;
        line-height: 1;
        z-index: 1;
        color: #f3f4f7;
    }

.customer-comment-inner {
    position: relative;
    z-index: 2;
}

.customer-comment-company, .customer-comment-name {
    display: block;
    line-height: 1.7;
}

.customer-comment-name {
    font-size: 18px;
    color: #474b53;
    font-weight: 500;
}

    .customer-comment-name + .customer-comment-text {
        margin-top: 8px;
    }

.customer-comment-text {
    font-size: 15px;
}

    .customer-comment-text p {
        margin-bottom: 6px;
    }

        .customer-comment-text p:last-child {
            margin-bottom: 0;
        }

.customer-comment-company {
    font-weight: 300;
}

    .customer-comment-company + .customer-comment-text {
        margin-top: 15px;
    }

.modal-contact-right-inner {
    bottom: 0;
    right: 0;
    padding: 60px 40px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 4;
}

.modal-contact-bottom {
    bottom: 0;
    left: 0;
    padding: 0 40px 40px;
    position: absolute;
    right: 0;
}

.modal-contact-right {
    border-radius: 0 5px 5px 0;
    bottom: 0;
    right: 0;
    text-align: right;
    position: absolute;
    top: 0;
    width: 33.3333%;
    overflow: hidden;
    z-index: 3;
}

    .modal-contact-right:after, .modal-contact-right:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
    }

    .modal-contact-right:before {
        background: linear-gradient(-45deg,#7966ff 0,#795CED 100%);
        z-index: 2;
        top: 0;
        transform: skewX(8deg);
        transform-origin: right top;
        border-radius: 50px 0 0 15px;
    }

    .modal-contact-right:after {
        background: #f5f8fc;
        z-index: 1;
        top: 0;
        transform: skewX(-4deg);
        transform-origin: right bottom;
        border-radius: 0 0 0 50px;
    }

.modal-contact-left {
    margin-right: 33.3333%;
    padding: 60px 40px 40px;
    text-align: right;
}

    .modal-contact-left .button {
        float: left;
        border-radius: 5px;
        margin-top: 16px;
    }

.modal-contact-title {
    color: #474b53;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.7;
}

.modal-contact-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
}

.modal-contact-logo {
    font-size: 0;
}

    .modal-contact-logo h3, .modal-contact-logo img {
        display: inline-block;
        vertical-align: middle;
    }

    .modal-contact-logo img {
        width: 60px;
        margin-left: 20px;
    }

    .modal-contact-logo h3 {
        font-size: 26px;
        color: #fff;
    }

.modal-contact-bottom-text, .modal-contact-bottom-title {
    display: block;
    font-size: 16px;
    line-height: 1.7;
}

.modal-contact-bottom-title {
    color: #fff;
    padding-top: 20px;
    text-align: right;
}

.modal-contact-bottom-text {
    color: #e4ffd9;
}

    .modal-contact-bottom-text a {
        color: inherit !important;
    }

    .modal-contact-bottom-text small {
        display: inline-block;
        font-size: 14px;
        margin-left: 10px;
        vertical-align: middle;
    }

.kt-ajax-button {
    position: relative;
}

    .kt-ajax-button:after {
        animation: ajaxLoading .8s linear infinite;
        -webkit-animation: ajaxLoading .8s linear infinite;
        bottom: 0;
        content: '\f021';
        display: block;
        font-family: FontAwesome;
        font-size: 16px;
        height: 1em;
        left: 0;
        line-height: 1em;
        margin: auto;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 1em;
        -webkit-transition: opacity .2s ease-in-out;
        -moz-transition: opacity .2s ease-in-out;
        -ms-transition: opacity .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out;
        opacity: 0;
        color: #fff;
    }

    .is-loading .kt-ajax-button, .kt-ajax-button.is-loading {
        color: transparent !important;
    }

        .is-loading .kt-ajax-button:after, .kt-ajax-button.is-loading:after {
            opacity: 1;
        }

@keyframes ajaxLoading {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ajaxLoading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.testimonials-slider {
    max-width: 1000px;
    border-radius: 5px;
    box-shadow: 0 5px 30px rgba(0,0,0,.08);
    margin: 0 auto;
    background: #fff;
    position: relative;
}

    .testimonials-slider i.carousel-arrow {
        height: 44px;
        width: 44px;
        border-radius: 100%;
        box-shadow: 0 0 20px rgba(0,0,0,.14);
        background: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        font-size: 30px;
        text-align: center;
        color: #afb0b5;
        cursor: default;
        line-height: 44px;
        -webkit-transition: color .2s ease-in-out;
        -moz-transition: color .2s ease-in-out;
        -ms-transition: color .2s ease-in-out;
        -o-transition: color .2s ease-in-out;
        transition: color .2s ease-in-out;
    }

        .testimonials-slider i.carousel-arrow.active {
            color: #474b53;
            cursor: pointer;
        }

    .testimonials-slider .carousel-next {
        left: -22px;
        padding-right: 2px;
    }

    .testimonials-slider .carousel-prev {
        right: -22px;
        padding-left: 2px;
    }

.testimonials-slider-inner.slick-slider {
    padding: 0;
    margin: 0;
}

.testimonials-slider-inner .slick-list {
    margin: 0;
}

.testimonials-slider-inner .slick-slide {
    padding: 0;
}

.testimonials-slide {
    position: relative;
    min-height: 270px;
    height: 100%;
}

.testimonials-slide-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 49%;
    overflow: hidden;
    z-index: 3;
    background-position: center center;
    background-size: cover;
    border-radius: 0 5px 5px 0;
}

    .testimonials-slide-image:after, .testimonials-slide-image:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
    }

    .testimonials-slide-image:before {
        z-index: 1;
        transform: skewX(12deg);
        transform-origin: right top;
        border-radius: 62px 0 0 0;
        box-shadow: 0 0 0 120px #fff;
    }

    .testimonials-slide-image:after {
        background: rgba(40,51,78,.04);
        z-index: 2;
        transform: skewX(-3deg);
        transform-origin: right bottom;
        border-radius: 47px 0 0 62px;
    }

.testimonials-slide-content {
    margin-right: 49%;
    position: relative;
    height: 100%;
    font-size: 0;
}

    .testimonials-slide-content:before {
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 100%;
        content: '';
    }

    .testimonials-slide-content:after {
        content: "\f10d";
        font-family: FontAwesome;
        position: absolute;
        left: 30px;
        bottom: 7px;
        font-size: 160px;
        line-height: 1;
        z-index: 1;
        color: #f3f4f7;
    }

.testimonials-slide-content-inner {
    color: #474b53;
    font-size: 19px;
    line-height: 2;
    padding: 40px 35px 40px 55px;
    position: relative;
    z-index: 2;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.kt-submit-review-modal {
    max-width: 500px;
    text-align: right;
}

    .kt-submit-review-modal .kt-modal-close {
        top: 30px;
        left: 30px;
    }

    .kt-submit-review-modal .kt-modal-content {
        padding: 30px;
    }

    .kt-submit-review-modal .button {
        border-radius: 5px;
        margin-top: 16px;
        width: 100%;
        text-align: center;
    }

    .kt-submit-review-modal textarea {
        height: 160px;
    }

.submit-review-form {
    margin-top: 20px;
}

.submit-review-title {
    color: #474b53;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.7;
}

.main-menu-outer {
    float: right;
    margin-right: 50px;
    position: relative;
}

    .main-menu-outer.visible .dropdown-holder {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .main-menu-outer.visible .dropdown-items {
        visibility: visible;
        opacity: 1;
        -webkit-transition: transform .3s,width .3s,height .3s,opacity .3s;
        -moz-transition: transform .3s,width .3s,height .3s,opacity .3s;
        -ms-transition: transform .3s,width .3s,height .3s,opacity .3s;
        -o-transition: transform .3s,width .3s,height .3s,opacity .3s;
        transition: transform .3s,width .3s,height .3s,opacity .3s;
    }

.dropdown {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: opacity .3s,visibility .3s;
    -moz-transition: opacity .3s,visibility .3s;
    -ms-transition: opacity .3s,visibility .3s;
    -o-transition: opacity .3s,visibility .3s;
    transition: opacity .3s,visibility .3s;
}

    .dropdown.active {
        opacity: 1;
        visibility: visible;
    }

    .dropdown.right .dropdown-inner {
        -webkit-transform: translateX(150px);
        -moz-transform: translateX(150px);
        -ms-transform: translateX(150px);
        transform: translateX(150px);
    }

    .dropdown.left .dropdown-inner {
        -webkit-transform: translateX(-150px);
        -moz-transform: translateX(-150px);
        -ms-transform: translateX(-150px);
        transform: translateX(-150px);
    }

.dropdown-inner {
    width: 360px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}

.main-menu {
    display: inline-block;
    font-size: 0;
}

    .main-menu > ul > li {
        display: inline-block;
        padding: 12px 14px;
        position: relative;
        vertical-align: middle;
    }

        .main-menu > ul > li a {
            color: #474b53;
            display: block;
            font-size: 16px;
            font-weight: 400;
        }

        .main-menu > ul > li.has-child:before {
            box-sizing: content-box;
            content: '';
            height: 0;
            position: absolute;
            top: 100%;
            width: 100%;
            right: 0;
        }

        .main-menu > ul > li.has-child a {
            padding-left: 1.4em;
            position: relative;
        }

            .main-menu > ul > li.has-child a:before {
                content: '\f107';
                font-family: FontAwesome;
                font-size: 1em;
                line-height: inherit;
                margin: auto 0;
                position: absolute;
                text-align: left;
                top: 0;
                width: .6em;
                left: 0;
            }

        .main-menu > ul > li.has-child.active:before, .main-menu > ul > li.has-child:hover:before {
            height: 15px;
        }

        .main-menu > ul > li:first-child {
            padding-right: 0;
        }

        .main-menu > ul > li:last-child {
            padding-left: 0;
        }

        .main-menu > ul > li.active a, .main-menu > ul > li:hover a {
            color: #7966ff;
        }

.dropdown-holder {
    display: block;
    top: 100%;
    margin-top: 15px;
    width: auto;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    will-change: transform;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    position: absolute;
    right: 0;
}

.dropdown-items {
    position: absolute;
    top: 0;
    right: -16px;
    visibility: hidden;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 0;
    will-change: transform,width,height,opacity;
    -webkit-transition: visibility .3s,opacity .3s;
    -moz-transition: visibility .3s,opacity .3s;
    -ms-transition: visibility .3s,opacity .3s;
    -o-transition: visibility .3s,opacity .3s;
    transition: visibility .3s,opacity .3s;
    background: #f7f8fa;
    border-radius: 5px;
    box-shadow: 0 10px 50px rgba(28,76,156,.15);
}

.dropdown-top {
    padding: 30px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

    .dropdown-top:before {
        content: '';
        width: 150%;
        left: -25%;
        position: absolute;
        top: 0;
        bottom: 0;
        background: #fff;
        z-index: 1;
    }

    .dropdown-top li {
        margin-bottom: 25px;
        position: relative;
        z-index: 2;
    }

        .dropdown-top li a {
            display: block;
        }

            .dropdown-top li a.orange h5 {
                color: #f3a000;
            }

            .dropdown-top li a.orange i:before {
                color: #ffb931;
            }

            .dropdown-top li a.orange i:after {
                background: rgba(255,185,49,.1);
            }

            .dropdown-top li a.blue h5 {
                color: #1874a2;
            }

            .dropdown-top li a.blue i:before {
                color: #1f94ce;
            }

            .dropdown-top li a.blue i:after {
                background: rgba(31,148,206,.08);
            }

            .dropdown-top li a.green h5 {
                color: #4b9a2e;
            }

            .dropdown-top li a.green i:before {
                color: #7966ff;
            }

            .dropdown-top li a.green i:after {
                background: rgba(106,200,71,.1);
            }

            .dropdown-top li a.violet h5 {
                color: #496fb2;
            }

            .dropdown-top li a.violet i:before {
                color: #6f8ec4;
            }

            .dropdown-top li a.violet i:after {
                background: rgba(111,142,196,.1);
            }

            .dropdown-top li a:hover h5 {
                color: #474b53 !important;
            }

            .dropdown-top li a i {
                float: right;
                height: 52px;
                width: 52px;
                position: relative;
            }

                .dropdown-top li a i:before {
                    position: relative;
                    z-index: 2;
                    font-size: 28px;
                    line-height: 52px;
                    display: block;
                    text-align: center;
                    color: #6f8ec4;
                }

                .dropdown-top li a i:after {
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    width: 100%;
                    height: 100%;
                    border-radius: 10px;
                    -webkit-transform: rotate(4deg);
                    -moz-transform: rotate(4deg);
                    -ms-transform: rotate(4deg);
                    transform: rotate(4deg);
                    content: '';
                    background: #f3f6fb;
                    z-index: 1;
                }

                .dropdown-top li a i.icon_mail_alt:before {
                    line-height: 48px;
                    font-size: 27px;
                }

                .dropdown-top li a i.fa-code:before {
                    line-height: 50px;
                }

                .dropdown-top li a i.icon_briefcase:before {
                    font-size: 27px;
                    line-height: 54px;
                }

                .dropdown-top li a i.icon_question:before {
                    font-size: 30px;
                }

                .dropdown-top li a i.icon_documents_alt:before {
                    font-size: 26px;
                }

                .dropdown-top li a i.fa-users:before, .dropdown-top li a i.icon_phone:before {
                    font-size: 24px;
                }

            .dropdown-top li a div {
                overflow: hidden;
                padding-right: 20px;
            }

                .dropdown-top li a div span {
                    display: block;
                    color: #85878d;
                }

                .dropdown-top li a div h5, .dropdown-top li a div span {
                    line-height: 1.8;
                }

                .dropdown-top li a div h5 {
                    -webkit-transition: color .2s ease-in-out;
                    -moz-transition: color .2s ease-in-out;
                    -ms-transition: color .2s ease-in-out;
                    -o-transition: color .2s ease-in-out;
                    transition: color .2s ease-in-out;
                }

        .dropdown-top li:last-child {
            margin-bottom: 0;
        }

.dropdown-bottom {
    padding: 25px 30px;
    border-radius: 0 0 5px 5px;
}

    .dropdown-bottom li {
        margin-bottom: 10px;
    }

        .dropdown-bottom li:last-child {
            margin-bottom: 0;
        }

        .dropdown-bottom li a {
            display: block;
            color: #4b72b5;
            font-weight: 500;
            font-size: 15px;
            right: 0;
            position: relative;
            -webkit-transition: right .2s ease-in-out,color .2s ease-in-out;
            -moz-transition: right .2s ease-in-out,color .2s ease-in-out;
            -ms-transition: right .2s ease-in-out,color .2s ease-in-out;
            -o-transition: right .2s ease-in-out,color .2s ease-in-out;
            transition: right .2s ease-in-out,color .2s ease-in-out;
        }

            .dropdown-bottom li a:hover {
                color: #474b53;
                right: 3px;
            }

.line-price {
    border: none;
    border-collapse: separate;
    margin: 0;
    text-align: right;
    width: 100%;
    line-height: 1.7;
    border-spacing: 3px;
}

    .line-price td, .line-price th {
        text-align: center;
        vertical-align: middle;
    }

    .line-price thead tr td, .line-price thead tr th {
        border: none;
        color: #474b53;
        font-size: 16px;
        font-weight: 500;
        padding: 12px 15px 11px;
        background: #f7f8fa;
        border-radius: 3px;
        white-space: nowrap;
    }

    .line-price a {
        color: #949494;
    }

    .line-price tbody tr td, .line-price tbody tr th {
        color: #85878d;
        font-size: 15px;
        font-weight: 400;
        padding: 15px 15px;
        white-space: nowrap;
        position: relative;
    }

        .line-price tbody tr td:first-child, .line-price tbody tr th:first-child {
            padding-right: 0;
        }

        .line-price tbody tr td:last-child, .line-price tbody tr th:last-child {
            padding-left: 0;
            white-space: normal;
        }

        .line-price tbody tr td em, .line-price tbody tr td strong, .line-price tbody tr th em, .line-price tbody tr th strong {
            font-size: 11px;
            font-weight: 400;
            margin-right: 2px;
        }

        .line-price tbody tr td em, .line-price tbody tr th em {
            color: #7966ff;
        }

        .line-price tbody tr td strong, .line-price tbody tr th strong {
            color: #ff5f5f;
        }

        .line-price tbody tr td:after, .line-price tbody tr th:after {
            top: 100%;
            left: 0;
            background: #eaeff5;
            height: 1px;
            content: '';
            position: absolute;
            right: -3px;
        }

        .line-price tbody tr td:first-child:after, .line-price tbody tr th:first-child:after {
            right: 0;
        }

    .line-price tbody tr:last-child td:after, .line-price tbody tr:last-child th:after {
        display: none;
    }

    .line-price tbody:last-child tr:last-child td, .line-price tbody:last-child tr:last-child th, .line-price thead:last-child tr:last-child td, .line-price thead:last-child tr:last-child th {
        border-bottom: none;
    }

.line-price-tabs .tabs-content-holder {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 3px 30px rgba(59,101,169,.12);
    padding: 27px 27px 10px;
}

.line-price-tabs .tabs-title-holder {
    margin-bottom: 25px;
}

    .line-price-tabs .tabs-title-holder .tab-title {
        padding: 12px 30px;
        border-radius: 3px;
        margin-left: 10px;
        border: none;
        background: #636974;
        box-shadow: 0 2px 5px rgba(255,255,255,.25),0 5px 15px rgba(99,105,116,.35);
        -webkit-transition: background .2s ease-in-out,box-shadow .2s ease-in-out;
        -moz-transition: background .2s ease-in-out,box-shadow .2s ease-in-out;
        -ms-transition: background .2s ease-in-out,box-shadow .2s ease-in-out;
        -o-transition: background .2s ease-in-out,box-shadow .2s ease-in-out;
        transition: background .2s ease-in-out,box-shadow .2s ease-in-out;
    }

        .line-price-tabs .tabs-title-holder .tab-title.active {
            background: #7966ff;
            box-shadow: 0 2px 5px rgba(255,255,255,.25),0 5px 15px rgba(106,200,71,.35);
        }

        .line-price-tabs .tabs-title-holder .tab-title .tab-title-inner {
            font-size: 16px;
            font-weight: 500;
            color: #fff;
            -webkit-transition: color .2s ease-in-out;
            -moz-transition: color .2s ease-in-out;
            -ms-transition: color .2s ease-in-out;
            -o-transition: color .2s ease-in-out;
            transition: color .2s ease-in-out;
        }

        .line-price-tabs .tabs-title-holder .tab-title:last-child {
            margin-left: 0;
        }

.line-price-iconbox5 {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 3px 30px rgba(59,101,169,.12);
    padding: 40px 30px 30px;
}
/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */

.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-connect, .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.noUi-vertical .noUi-origin {
    width: 0;
}

.noUi-horizontal .noUi-origin {
    height: 0;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-horizontal .noUi-handle {
    width: 44px;
    height: 44px;
    position: absolute;
    left: -22px;
    top: -18px;
    border-radius: 100%;
    cursor: ew-resize;
    background: #636974;
    box-shadow: 0 2px 5px rgba(255,255,255,.25),0 5px 15px rgba(99,105,116,.35);
    font-size: 0;
    text-align: center;
}

    .noUi-horizontal .noUi-handle:after, .noUi-horizontal .noUi-handle:before {
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        font-size: 22px;
        font-family: FontAwesome;
        line-height: 42px;
    }

    .noUi-horizontal .noUi-handle:before {
        margin-left: .22em;
        content: "\f105";
    }

    .noUi-horizontal .noUi-handle:after {
        content: "\f104";
    }

.noUi-target {
    background: #dde2ea;
    border-radius: 4px;
    margin: -4px 60px 0;
    height: 8px;
    position: relative;
}

.noUi-connects {
    border-radius: 4px;
    overflow: hidden;
    height: 8px;
    position: relative;
    z-index: 2;
}

.noUi-connect {
    top: 0;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 1;
    background: linear-gradient(100deg,#F1EEFC 0,#7966FF 100%);
}

.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.send-sms-outer {
    position: relative;
}

    .send-sms-outer:before {
        top: 166px;
        bottom: 301px;
        left: 0;
        right: 0;
        width: 100%;
        background: #f7f8fa;
        content: '';
        z-index: 1;
        position: absolute;
    }

.send-sms {
    background: #fff;
    max-width: 900px;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 0 10px 50px rgba(28,76,156,.15);
    position: relative;
    z-index: 2;
}

.send-sms-number {
    font-size: 28px;
    font-weight: 600;
    color: #474b53;
    background: #f7f8fa;
    border-radius: 5px 5px 0 0;
    padding: 50px 40px 40px;
    text-align: center;
}

    .send-sms-number span {
        color: #7966ff;
        font-weight: 600;
        font-size: 38px;
        display: inline-block;
        width: 185px;
        text-align: center;
        direction: ltr;
    }

        .send-sms-number span small {
            font-weight: 500;
        }

.send-sms-plans {
    padding: 40px;
}

    .send-sms-plans .send-sms-plan {
        margin-bottom: 5px;
    }

        .send-sms-plans .send-sms-plan:nth-last-child(2) {
            margin-bottom: 0;
        }

            .send-sms-plans .send-sms-plan:nth-last-child(2) > div:nth-child(1) {
                width: 70%;
            }

            .send-sms-plans .send-sms-plan:nth-last-child(2) > div:nth-child(2) {
                width: 30%;
                text-align: left;
            }

.send-sms-contact {
    font-size: 18px;
    color: #5e6168;
    margin-top: 25px;
    line-height: 1.6;
    text-align: center;
}

    .send-sms-contact span {
        color: #7966ff;
        display: inline-block;
        direction: ltr;
        font-weight: 500;
    }

    .send-sms-contact a {
        color: #7966ff !important;
    }

.send-sms-plan {
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 3px 25px rgba(28,76,156,0);
    -webkit-transition: all .4s cubic-bezier(.55,.05,.13,1);
    -moz-transition: all .4s cubic-bezier(.55,.05,.13,1);
    -ms-transition: all .4s cubic-bezier(.55,.05,.13,1);
    -o-transition: all .4s cubic-bezier(.55,.05,.13,1);
    transition: all .4s cubic-bezier(.55,.05,.13,1);
    background: #f3f6fb;
    -webkit-transform: scale(.96);
    -moz-transform: scale(.96);
    -ms-transform: scale(.96);
    transform: scale(.96);
}

    .send-sms-plan span {
        display: block;
        line-height: 30px;
        padding-top: 8px;
        -webkit-transition: color .4s cubic-bezier(.55,.05,.13,1);
        -moz-transition: color .4s cubic-bezier(.55,.05,.13,1);
        -ms-transition: color .4s cubic-bezier(.55,.05,.13,1);
        -o-transition: color .4s cubic-bezier(.55,.05,.13,1);
        transition: color .4s cubic-bezier(.55,.05,.13,1);
    }

    .send-sms-plan > div:nth-child(1) span {
        font-size: 18px;
        font-weight: 500;
    }

    .send-sms-plan > div:nth-child(2) span {
        font-size: 16px;
        font-weight: 400;
    }

    .send-sms-plan .button {
        background: #898f9a;
        color: #fff;
        box-shadow: 0 2px 5px rgba(255,255,255,.25),0 5px 15px rgba(137,143,154,.35);
    }

        .send-sms-plan .button:hover {
            color: #fff;
            background: #7c828f;
            box-shadow: 0 2px 5px rgba(255,255,255,.3),0 7px 30px rgba(124,130,143,.45);
            top: -1px;
        }

    .send-sms-plan.active {
        box-shadow: 0 3px 25px rgba(28,76,156,.15);
        background: #fff;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

        .send-sms-plan.active span {
            color: #474b53;
        }

        .send-sms-plan.active .button {
            background: #7966ff;
            box-shadow: 0 2px 5px rgba(255,255,255,.25),0 5px 15px rgba(106,200,71,.35);
        }

            .send-sms-plan.active .button:hover {
                color: #fff;
                background: #5cbd38;
                box-shadow: 0 2px 5px rgba(255,255,255,.3),0 7px 30px rgba(92,189,56,.45);
                top: -1px;
            }

    .send-sms-plan > div, .send-sms-plans-head > div {
        float: right;
    }

        .send-sms-plan > div:nth-child(1), .send-sms-plans-head > div:nth-child(1) {
            width: 55%;
        }

        .send-sms-plan > div:nth-child(2), .send-sms-plans-head > div:nth-child(2) {
            width: 15%;
        }

        .send-sms-plan > div:nth-child(3), .send-sms-plans-head > div:nth-child(3) {
            width: 30%;
            text-align: left;
        }

.send-sms-plans-head {
    padding: 0 20px 12px;
}

    .send-sms-plans-head span {
        font-size: 16px;
        font-weight: 500;
        color: #474b53;
    }

.send-sms-bottom {
    padding: 40px 40px 20px;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #ebeff5;
}

    .send-sms-bottom .reseller-lines-list li:last-child {
        margin-bottom: 20px;
    }

.send-sms-iconbox1 {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 3px 30px rgba(59,101,169,.12);
    padding: 30px 30px 40px;
}

.about-us-box {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 3px 30px rgba(59,101,169,.12);
    padding: 30px;
    font-size: 0;
    height: calc(50% - 30px);
}

    .about-us-box:before {
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 100%;
        content: '';
    }

    .about-us-box .wpb_wrapper {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        height: auto !important;
        text-align: center;
        font-size: 18px;
        line-height: 1;
    }

        .about-us-box .wpb_wrapper span {
            display: block;
            line-height: 1;
            font-size: 46px;
            color: #7966ff;
            font-weight: 600;
            margin-bottom: 10px;
        }

.about-us-boxes .row-inner, .about-us-boxes .row-inner-holder, .about-us-boxes .row-outer-holder, .about-us-boxes .vc_column-inner, .about-us-boxes .vc_row, .about-us-boxes .wpb_column, .about-us-boxes .wpb_wrapper, .about-us-boxes .wrapper {
    height: 100%;
}

.team-member {
    position: relative;
    top: 0;
    box-shadow: 0 0 0 rgba(28,76,156,.1);
    background: #f7f8fa;
    border-radius: 5px;
    padding: 26px 30px;
    line-height: 1.9;
    display: block;
    -webkit-transition: box-shadow .2s ease-in-out,background .2s ease-in-out,top .2s ease-in-out;
    -moz-transition: box-shadow .2s ease-in-out,background .2s ease-in-out,top .2s ease-in-out;
    -ms-transition: box-shadow .2s ease-in-out,background .2s ease-in-out,top .2s ease-in-out;
    -o-transition: box-shadow .2s ease-in-out,background .2s ease-in-out,top .2s ease-in-out;
    transition: box-shadow .2s ease-in-out,background .2s ease-in-out,top .2s ease-in-out;
}

    .team-member span {
        color: #85878d;
        display: block;
    }

    .team-member:hover {
        top: -3px;
        background: #fff;
        box-shadow: 0 5px 25px rgba(28,76,156,.1);
    }

.kt-instagram-posts.kt-row {
    margin: -12px;
}

    .kt-instagram-posts.kt-row .column {
        padding: 12px;
    }

.kt-instagram-post {
    display: block;
    box-shadow: 0 5px 20px rgba(0,0,0,.09);
    border-radius: 5px;
    overflow: hidden;
}

    .kt-instagram-post img {
        display: block;
        width: 100%;
    }

.help-sidemenu .accordion-title {
    padding: 14px 20px;
}

    .help-sidemenu .accordion-title .accordion-title-inner {
        font-size: 16px;
    }

        .help-sidemenu .accordion-title .accordion-title-inner:before {
            left: 20px;
        }

.help-sidemenu ul li {
    margin-bottom: 6px;
}

    .help-sidemenu ul li:last-child {
        margin-bottom: 0;
    }

    .help-sidemenu ul li.current a {
        position: relative;
        z-index: 2;
        color: #49962d;
    }

        .help-sidemenu ul li.current a span {
            position: relative;
            z-index: 2;
        }

        .help-sidemenu ul li.current a:before {
            height: 100%;
            z-index: 1;
            right: -6px;
            left: -6px;
            position: absolute;
            top: 0;
            content: '';
            transform: skewX(-15deg);
            border-radius: 5px;
            bottom: 0;
            margin: auto 0;
            background: #ecf7e8;
        }

.help-sidemenu .accordion-content-inner {
    padding: 18px 20px;
}

.er_content_title {
    padding-bottom: 10px;
}

    .er_content_title img.alignright {
        height: 47px;
        width: 47px;
        padding: 7px;
        box-shadow: 0 2px 15px rgba(28,76,156,.15);
        border-radius: 100%;
        background: #fff;
        margin: 0 0 0 15px;
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

.g {
    background-color: rgba(106,200,71,.1);
}

    .g, .g b, .g strong {
        color: #366e21;
    }

.r {
    background-color: rgba(255,94,94,.08);
}

    .r, .r b, .r strong {
        color: #b00000;
    }

.y {
    background-color: rgba(255,185,49,.08);
}

    .y, .y b, .y strong {
        color: #b17500;
    }

.b {
    background-color: rgba(31,148,206,.08);
}

    .b, .b b, .b strong {
        color: #125475;
    }

.b, .g, .r, .y {
    padding: 12px 15px;
    margin: 15px 0;
    border-radius: 5px;
    line-height: 1.9;
}

    .b a, .g a, .r a, .y a {
        color: inherit !important;
        text-decoration: underline;
        font-weight: 500;
    }

.single-help .lab-single-content h2 {
    padding: 35px 0 12px;
    margin: 35px 0 0 0;
    border-top: 1px solid #e2e6ea;
}

.single-help .lab-single-content-inner {
    padding-top: 25px;
}

.help-header-inner, .updates-header-inner {
    padding: 140px 0 225px;
    max-width: 900px;
    margin: 0 auto;
}

.archive-help-header .help-header-inner {
    padding: 185px 0 320px;
}

.course-search {
    margin-top: 30px;
    position: relative;
}

    .course-search input {
        padding: 18px 30px;
        font-size: 17px;
        border: none;
        border-radius: 50px;
        box-shadow: 0 4px 35px rgba(28,76,156,.12);
    }

    .course-search button {
        position: absolute;
        left: 15px;
        top: 10px;
        font-size: 18px;
        padding: 0 !important;
        width: 44px;
        height: 44px;
        background: #7966ff;
        color: #fff;
        box-shadow: 0 2px 5px rgba(106,200,71,.25),0 5px 15px rgba(106,200,71,.35);
        -webkit-transition: box-shadow .2s ease-in-out,background .2s ease-in-out,top .2s ease-in-out;
        -moz-transition: box-shadow .2s ease-in-out,background .2s ease-in-out,top .2s ease-in-out;
        -ms-transition: box-shadow .2s ease-in-out,background .2s ease-in-out,top .2s ease-in-out;
        -o-transition: box-shadow .2s ease-in-out,background .2s ease-in-out,top .2s ease-in-out;
        transition: box-shadow .2s ease-in-out,background .2s ease-in-out,top .2s ease-in-out;
    }

        .course-search button:hover {
            background: #5cbd38;
            box-shadow: 0 2px 5px rgba(255,255,255,.3),0 7px 30px rgba(92,189,56,.45);
            top: 9px;
        }

.help-archive-box-top {
    font-size: 0;
    margin-bottom: 35px;
    display: block;
}

.help-archive-box {
    box-shadow: 0 10px 50px rgba(28,76,156,.12);
    border-radius: 5px;
    padding: 50px 50px 35px;
    height: 100%;
    position: relative;
    z-index: 3;
    background: #fff;
}

    .help-archive-box h2 {
        font-size: 24px;
        display: inline-block;
        vertical-align: middle;
    }

    .help-archive-box i {
        display: inline-block;
        vertical-align: middle;
        width: 100px;
        text-align: center;
        line-height: 100px;
        font-size: 64px;
        height: 100px;
        margin-left: 30px;
        position: relative;
    }

        .help-archive-box i:before {
            z-index: 2;
            position: relative;
        }

        .help-archive-box i:after {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            border-radius: 20px;
            -webkit-transform: rotate(5deg);
            -moz-transform: rotate(5deg);
            -ms-transform: rotate(5deg);
            transform: rotate(5deg);
            content: '';
            z-index: 1;
        }

    .help-archive-box ul {
        margin: -7px -10px;
        padding-bottom: 5px;
    }

        .help-archive-box ul li {
            float: right;
            width: 50%;
            padding: 7px 10px;
        }

            .help-archive-box ul li a {
                font-size: 16px;
                display: block;
            }

                .help-archive-box ul li a:before {
                    content: "\68";
                    color: #85878d;
                    font-family: ElegantIcons;
                    margin-left: 10px;
                    position: relative;
                    top: -3px;
                    float: right;
                    -webkit-transition: margin-left .2s ease-in-out;
                    -moz-transition: margin-left .2s ease-in-out;
                    -ms-transition: margin-left .2s ease-in-out;
                    -o-transition: margin-left .2s ease-in-out;
                    transition: margin-left .2s ease-in-out;
                }

                .help-archive-box ul li a:hover:before {
                    margin-left: 13px;
                }

    .help-archive-box.green ul li a:hover {
        color: #7966ff;
    }

    .help-archive-box.green i {
        color: #7966ff;
    }

        .help-archive-box.green i:after {
            background: rgba(106,200,71,.1);
        }

    .help-archive-box.orange ul li a:hover {
        color: #ffb931;
    }

    .help-archive-box.orange i {
        color: #ffb931;
        font-size: 60px;
    }

        .help-archive-box.orange i:after {
            background: rgba(255,185,49,.08);
        }

.help-archive-boxes {
    margin-top: -275px;
}

.call-to-action.call-to-action-light.help-archive-cta {
    box-shadow: 0 10px 50px rgba(28,76,156,.12);
    margin-bottom: 110px;
    margin-top: 30px;
    position: relative;
    z-index: 4;
}

.help-category-items {
    margin: -10px;
}

    .help-category-items .column {
        padding: 10px;
    }

    .help-category-items a {
        position: relative;
        top: 0;
        box-shadow: 0 0 0 rgba(28,76,156,.1);
        background: #f7f8fa;
        border-radius: 5px;
        padding: 30px;
        height: 100%;
        display: block;
        -webkit-transition: box-shadow .2s ease-in-out,background .2s ease-in-out,top .2s ease-in-out;
        -moz-transition: box-shadow .2s ease-in-out,background .2s ease-in-out,top .2s ease-in-out;
        -ms-transition: box-shadow .2s ease-in-out,background .2s ease-in-out,top .2s ease-in-out;
        -o-transition: box-shadow .2s ease-in-out,background .2s ease-in-out,top .2s ease-in-out;
        transition: box-shadow .2s ease-in-out,background .2s ease-in-out,top .2s ease-in-out;
    }

        .help-category-items a span {
            color: #85878d;
            display: block;
            margin-top: 8px;
        }

        .help-category-items a h4 {
            color: #474b53;
            -webkit-transition: color .2s ease-in-out;
            -moz-transition: color .2s ease-in-out;
            -ms-transition: color .2s ease-in-out;
            -o-transition: color .2s ease-in-out;
            transition: color .2s ease-in-out;
        }

            .help-category-items a h4:before {
                content: "\68";
                font-family: ElegantIcons;
                margin-left: 12px;
                position: relative;
                float: right;
                margin-top: -3px;
            }

        .help-category-items a:hover {
            top: -3px;
            background: #fff;
            box-shadow: 0 5px 25px rgba(28,76,156,.1);
        }

            .help-category-items a:hover h4 {
                color: #7966ff;
            }

.help-category {
    padding: 70px 0;
    border-bottom: 1px solid #eaeff5;
}

    .help-category h2 {
        text-align: center;
        margin-bottom: 25px;
    }

.help-categories {
    margin-top: -10px;
    z-index: 3;
    position: relative;
}

    .help-categories .help-category:first-child {
        padding-top: 0;
    }

    .help-categories .help-category:last-child {
        padding-bottom: 100px;
        border-bottom: none;
    }

.post-type-archive-help .help-category h2 {
    margin-bottom: 30px;
}

.notfound {
    box-shadow: 0 5px 25px rgba(0,0,0,.07);
    background: #fff;
    font-size: 18px;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
}

.khadamati-tabs .wpb_text_column {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 3px 30px rgba(59,101,169,.12);
    padding: 30px;
    text-align: right;
}

.khadamati-tabs .tabs-content-inner {
    padding: 30px;
    margin: -30px;
}

.khadamati-tabs .tabs-title-holder {
    margin-bottom: 15px;
}

    .khadamati-tabs .tabs-title-holder .tab-title {
        padding: 12px 15px;
        border-radius: 3px;
        margin-left: 10px;
        border: none;
        background: #636974;
        text-align: center;
        width: calc(14.2875% - 8.6px);
        box-shadow: 0 2px 5px rgba(255,255,255,.25),0 5px 15px rgba(99,105,116,.35);
        -webkit-transition: background .2s ease-in-out,box-shadow .2s ease-in-out;
        -moz-transition: background .2s ease-in-out,box-shadow .2s ease-in-out;
        -ms-transition: background .2s ease-in-out,box-shadow .2s ease-in-out;
        -o-transition: background .2s ease-in-out,box-shadow .2s ease-in-out;
        transition: background .2s ease-in-out,box-shadow .2s ease-in-out;
    }

        .khadamati-tabs .tabs-title-holder .tab-title.active {
            background: #7966ff;
            box-shadow: 0 2px 5px rgba(255,255,255,.25),0 5px 15px rgba(106,200,71,.35);
        }

        .khadamati-tabs .tabs-title-holder .tab-title .tab-title-inner {
            font-size: 16px;
            font-weight: 500;
            color: #fff;
            -webkit-transition: color .2s ease-in-out;
            -moz-transition: color .2s ease-in-out;
            -ms-transition: color .2s ease-in-out;
            -o-transition: color .2s ease-in-out;
            transition: color .2s ease-in-out;
        }

        .khadamati-tabs .tabs-title-holder .tab-title:last-child {
            margin-left: 0;
        }

.kt-note {
    color: #b00000;
    background-color: rgba(255,94,94,.08);
    padding: 15px 20px;
    border-radius: 5px;
    line-height: 1.9;
    font-size: 15px;
}

.kt-row.khadamati-files {
    margin: 0 -10px;
    padding-top: 10px;
}

    .kt-row.khadamati-files .column {
        padding: 10px;
    }

        .kt-row.khadamati-files .column a {
            display: block;
            background: #fff;
            box-shadow: 0 5px 20px rgba(28,76,156,.1);
            padding: 25px 15px 23px;
            top: 0;
            text-align: center;
            -webkit-transition: top .2s ease-in-out,box-shadow .2s ease-in-out;
            -moz-transition: top .2s ease-in-out,box-shadow .2s ease-in-out;
            -ms-transition: top .2s ease-in-out,box-shadow .2s ease-in-out;
            -o-transition: top .2s ease-in-out,box-shadow .2s ease-in-out;
            transition: top .2s ease-in-out,box-shadow .2s ease-in-out;
            position: relative;
            border-radius: 5px;
        }

            .kt-row.khadamati-files .column a i {
                color: #7966ff;
                font-size: 30px;
            }

            .kt-row.khadamati-files .column a h3 {
                font-size: 15px;
            }

            .kt-row.khadamati-files .column a:hover {
                box-shadow: 0 7px 25px rgba(28,76,156,.15);
                top: -3px;
            }

.application-button {
    width: 147px;
    height: 46px;
    display: inline-block;
}

    .application-button.appstore-button {
        margin-left: 10px;
        background: url(/Content/img/appstore.png);
    }

    .application-button.googleplay-button {
        background: url(/Content/img/googleplay.png);
    }

.kt-process {
    text-align: center;
    position: relative;
    font-size: 0;
}

    .kt-process:before {
        content: "\23";
        font-family: ElegantIcons;
        font-size: 80px;
        color: #ebf0f8;
        line-height: 1;
        position: absolute;
        top: 10px;
        left: -35px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 1em;
        height: 1em;
    }

.kt-process-number {
    height: 32px;
    width: 32px;
    font-size: 14px;
    display: none;
    vertical-align: middle;
    border-radius: 100%;
    background: #6f8ec4;
    z-index: 2;
    line-height: 36px;
    color: #fff;
    position: relative;
    top: -2px;
    margin-left: 15px;
}

.kt-process-items {
    margin: -35px;
}

    .kt-process-items .column {
        padding: 35px;
    }

        .kt-process-items .column:last-child .kt-process:before {
            display: none;
        }

.kt-process-title {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}

.kt-process-text {
    line-height: 1.9;
    margin-top: 5px;
    font-size: 14px;
}

.kt-process1 .kt-process-icon img {
    margin-top: 7px;
    width: 50px;
}

.kt-process-icon {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 auto 22px;
    font-size: 0;
    padding: 22px;
}

    .kt-process-icon:before {
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 100%;
        content: '';
    }

    .kt-process-icon:after {
        position: absolute;
        top: 0;
        left: -3px;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        -webkit-transform: rotate(4deg);
        -moz-transform: rotate(4deg);
        -ms-transform: rotate(4deg);
        transform: rotate(4deg);
        content: '';
        background: #f3f6fb;
        z-index: 1;
    }

    .kt-process-icon img {
        position: relative;
        z-index: 2;
        display: inline-block;
        vertical-align: middle;
    }

.process {
    border-radius: 5px;
    margin-top: 30px;
    background: #fff;
    box-shadow: 0 3px 30px rgba(59,101,169,.12);
    height: 100%;
    position: relative;
}

    .process img {
        display: block;
        width: 100%;
    }

.process-inner {
    padding: 27px 30px;
}

.process-number {
    text-align: center;
    border-radius: 100%;
    background: #7966ff;
    color: #fff;
    box-shadow: 0 0 0 5px rgba(106,200,71,.18);
    font-size: 22px;
    width: 50px;
    height: 50px;
    line-height: 56px;
    left: 0;
    margin: auto;
    position: absolute;
    top: -25px;
    right: 0;
}

.process-text {
    margin-top: 10px;
}

.process-row .vc_column-inner {
    height: 100%;
}

    .process-row .vc_column-inner > .wpb_wrapper {
        height: calc(100% - 60px);
    }

.activation-tabs .tabs-content-inner {
    padding: 20px 30px 0;
    margin: 0 -30px;
}

.activation-tabs .tabs-title-holder {
    margin-bottom: 20px;
}

    .activation-tabs .tabs-title-holder .tab-title {
        padding: 12px 30px;
        border-radius: 3px;
        margin-left: 10px;
        border: none;
        background: #636974;
        box-shadow: 0 2px 5px rgba(255,255,255,.25),0 5px 15px rgba(99,105,116,.35);
        -webkit-transition: background .2s ease-in-out,box-shadow .2s ease-in-out;
        -moz-transition: background .2s ease-in-out,box-shadow .2s ease-in-out;
        -ms-transition: background .2s ease-in-out,box-shadow .2s ease-in-out;
        -o-transition: background .2s ease-in-out,box-shadow .2s ease-in-out;
        transition: background .2s ease-in-out,box-shadow .2s ease-in-out;
    }

        .activation-tabs .tabs-title-holder .tab-title.active {
            background: #7966ff;
            box-shadow: 0 2px 5px rgba(255,255,255,.25),0 5px 15px rgba(106,200,71,.35);
        }

        .activation-tabs .tabs-title-holder .tab-title .tab-title-inner {
            font-size: 16px;
            font-weight: 500;
            color: #fff;
            -webkit-transition: color .2s ease-in-out;
            -moz-transition: color .2s ease-in-out;
            -ms-transition: color .2s ease-in-out;
            -o-transition: color .2s ease-in-out;
            transition: color .2s ease-in-out;
        }

        .activation-tabs .tabs-title-holder .tab-title:last-child {
            margin-left: 0;
        }

.ebook-page-image img {
    box-shadow: 0 30px 60px -25px rgba(35,46,64,.6),0 3px 25px rgba(35,46,64,.1);
    border-radius: 5px;
}

.ebook-page-title {
    padding-top: 30px;
}

    .ebook-page-title h1 {
        line-height: 1.5;
        font-size: 40px;
    }

        .ebook-page-title h1 span {
            display: block;
            font-size: 44px;
        }

.ebook-share h3 {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
}

.ebook-share-icons {
    direction: ltr;
    text-align: center;
    margin-top: 15px;
}

    .ebook-share-icons a {
        height: 44px;
        width: 44px;
        text-align: center;
        line-height: 44px;
        border-radius: 100%;
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
        font-size: 18px;
        color: #b5b9c8;
        background: #f3f6fb;
        -webkit-transition: color .15s ease-in-out,background .2s ease-in-out;
        -moz-transition: color .15s ease-in-out,background .2s ease-in-out;
        -ms-transition: color .15s ease-in-out,background .2s ease-in-out;
        -o-transition: color .15s ease-in-out,background .2s ease-in-out;
        transition: color .15s ease-in-out,background .2s ease-in-out;
    }

        .ebook-share-icons a:last-child {
            margin-right: 0;
        }

        .ebook-share-icons a.fa-send {
            font-size: 16px;
        }

        .ebook-share-icons a:hover {
            color: #fff;
        }

            .ebook-share-icons a:hover.fa-facebook {
                background: #3a579a;
            }

            .ebook-share-icons a:hover.fa-twitter {
                background: #00abf0;
            }

            .ebook-share-icons a:hover.fa-google-plus {
                background: #df4a32;
            }

            .ebook-share-icons a:hover.fa-send {
                background: #36ade1;
            }

            .ebook-share-icons a:hover.fa-linkedin {
                background: #017ab5;
            }

.ebook-details {
    background: #f7f8fa;
    padding: 100px 70px 70px;
    border-radius: 3px;
}

    .ebook-details img {
        box-shadow: 0 10px 60px rgba(28,76,156,.2);
    }

.fixed-contact-button {
    position: fixed;
    right: 35px;
    bottom: 35px;
    z-index: 999;
}

    .fixed-contact-button a.icon_phone {
        background: #2cc54e;
        color: #fff !important;
        box-shadow: 0 2px 5px rgba(255,255,255,.25),0 5px 15px rgba(81,255,49,.35);
        height: 54px;
        width: 54px;
        border : 5px solid #FFF;
        display: block;
        border-radius: 100%;
        line-height: 47px !important;
        position: relative;
        z-index: 2;
        font-size: 20px;
        text-align: center;
        -webkit-transition: background .2s ease-in-out,box-shadow .2s ease-in-out,transform .2s ease-in-out;
        -moz-transition: background .2s ease-in-out,box-shadow .2s ease-in-out,transform .2s ease-in-out;
        -ms-transition: background .2s ease-in-out,box-shadow .2s ease-in-out,transform .2s ease-in-out;
        -o-transition: background .2s ease-in-out,box-shadow .2s ease-in-out,transform .2s ease-in-out;
        transition: background .2s ease-in-out,box-shadow .2s ease-in-out,transform .2s ease-in-out;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

        .fixed-contact-button a.icon_phone:hover {
            -webkit-transform: scale(1.08);
            -moz-transform: scale(1.08);
            -ms-transform: scale(1.08);
            transform: scale(1.08);
            background: #ffb018;
            box-shadow: 0 3px 8px rgba(255,255,255,.25),0 7px 30px rgba(255,185,49,.45);
        }

    .fixed-contact-button .tooltip {
        position: absolute;
        right: 0;
        bottom: 100%;
        margin-bottom: 15px;
        z-index: 1;
        background-color: #fff;
        border-radius: 4px;
        box-shadow: 0 3px 20px rgba(25,63,125,.15);
        pointer-events: none;
        color: #989cad;
        padding: 10px 15px;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.6;
        white-space: nowrap;
    }

        .fixed-contact-button .tooltip:before {
            content: "";
            position: absolute;
            bottom: -6px;
            right: 21px;
            width: 12px;
            height: 12px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            border-radius: 0 0 4px 0;
            background-color: inherit;
            box-shadow: 12px 12px 15px rgba(25,63,125,.15);
        }

.blog-ads {
    box-shadow: 0 6px 25px rgba(28,76,156,.1);
    border-radius: 5px;
    padding: 50px 40px;
    height: 100%;
    text-align: center;
    font-size: 0;
}

    .blog-ads:before {
        height: 100%;
        width: 0;
        content: '';
        display: inline-block;
        vertical-align: middle;
        z-index: 1;
    }

    .blog-ads .button + span {
        font-size: 14px;
        margin-top: 13px;
        display: block;
        line-height: 1;
    }

    .blog-ads.green {
        background: #fbfdf9;
    }

        .blog-ads.green .button + span {
            color: #7966ff;
        }

        .blog-ads.green .blog-ads-icon:before {
            background: rgba(106,200,71,.1);
        }

        .blog-ads.green .blog-ads-icon svg {
            fill: #7966ff;
        }

    .blog-ads.orange {
        background: #fffdf8;
    }

        .blog-ads.orange .button + span {
            color: #ffb931;
        }

        .blog-ads.orange .blog-ads-icon:before {
            background: rgba(255,185,49,.1);
        }

        .blog-ads.orange .blog-ads-icon svg {
            fill: #ffb931;
        }

.blog-ads-fixed {
    position: fixed;
    left: 25px;
    bottom: 25px;
    z-index: 9999;
    height: auto;
    background: #fff !important;
    width: 280px;
    padding: 25px;
    box-shadow: 0 6px 50px rgba(0,0,0,.09);
}

    .blog-ads-fixed .blog-ads-icon {
        margin-top: 15px;
        width: 64px;
        height: 64px;
        padding: 16px;
    }

    .blog-ads-fixed .blog-ads-text {
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 12px;
    }

    .blog-ads-fixed .blog-ads-title {
        font-size: 20px;
        margin-top: 18px;
    }

    .blog-ads-fixed .button + span {
        font-size: 13px;
        margin-top: 11px;
    }

.blog-cat-desc {
    font-size: 15px;
    box-shadow: 0 6px 35px rgba(28,76,156,.1);
    border-radius: 5px;
    padding: 40px;
    background: #fff;
    margin: 0 auto 50px;
    max-width: 1050px;
    text-align: right;
}

    .blog-cat-desc b, .blog-cat-desc strong {
        color: #474b53;
    }

    .blog-cat-desc h2 {
        margin: 0 0 20px;
    }

    .blog-cat-desc h3 {
        margin: 10px 0;
    }

    .blog-cat-desc h4, .blog-cat-desc h5, .blog-cat-desc h6 {
        margin-bottom: 5px;
    }

    .blog-cat-desc p {
        margin: 0 0 .7em;
        padding: 0;
    }

        .blog-cat-desc p:empty {
            display: none;
        }

    .blog-cat-desc ol, .blog-cat-desc ul {
        list-style: inherit;
        margin: 0 0 25px;
        padding: 0 30px 0 0;
    }

        .blog-cat-desc ol li, .blog-cat-desc ul li {
            list-style-type: decimal;
            margin-bottom: 10px;
        }

            .blog-cat-desc ol li:last-child, .blog-cat-desc ul li:last-child {
                margin-bottom: 0;
            }

    .blog-cat-desc :last-child {
        margin-bottom: 0 !important;
    }

.blog-ads-text {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 7px;
    margin-bottom: 15px;
    color: #85878d;
}

.blog-ads-close {
    position: absolute;
    z-index: 2;
    height: 32px;
    width: 32px;
    border-radius: 100%;
    background: rgba(255,94,94,.07);
    text-align: center;
    line-height: 30px !important;
    font-size: 18px;
    top: 15px;
    right: 15px;
    padding-right: 2px;
    color: #ff5e5e;
}

.blog-ads-inner {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.blog-ads-title {
    font-size: 22px;
    font-weight: 600;
    margin-top: 22px;
}

.blog-ads-icon {
    height: 80px;
    width: 80px;
    position: relative;
    padding: 21px;
    margin: 0 auto;
}

    .blog-ads-icon:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        -webkit-transform: rotate(4deg);
        -moz-transform: rotate(4deg);
        -ms-transform: rotate(4deg);
        transform: rotate(4deg);
        content: '';
        z-index: 1;
    }

    .blog-ads-icon svg {
        position: relative;
        z-index: 2;
    }

.kt-ads-box-text {
    color: #85878d;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 5px;
    line-height: 1.9;
}

.kt-ads-box-phone {
    color: #ffb931;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    margin-right: 20px;
    vertical-align: middle;
}

    .kt-ads-box-phone span {
        color: #85878d;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: 1px;
        margin-right: 10px;
        font-size: 13px;
    }

.kt-ads-box-desc {
    font-size: 0;
    overflow: hidden;
    padding-bottom: 20px;
    padding-right: 30px;
}

    .kt-ads-box-desc .button {
        color: #fff;
        display: inline-block;
        vertical-align: middle;
    }

    .kt-ads-box-desc h4 {
        border-bottom: none;
        margin: 10px 0 0;
        padding: 0 !important;
        font-size: 21px;
        color: #474b53;
        font-weight: 600;
    }

.kt-ads-box {
    margin: 40px 0;
    padding: 40px 40px 25px;
    background: #fff;
    box-shadow: 0 6px 50px rgba(136,106,46,.12);
    border-radius: 5px;
}

    .kt-ads-box .blog-ads-icon {
        float: right;
        margin: 0 !important;
        width: 110px;
        height: 110px;
        padding: 25px;
    }

        .kt-ads-box .blog-ads-icon:before {
            background: rgba(255,185,49,.1);
        }

        .kt-ads-box .blog-ads-icon svg {
            fill: #ffb931;
        }

.kt-coupon-top {
    display: flex;
    margin: 0 30px;
    box-shadow: 0 3px 30px rgba(0,0,0,.05);
}

.kt-coupon-desc, .kt-coupon-holder {
    align-items: center;
    display: flex;
}

.kt-coupon-holder {
    padding: 35px 40px 35px 45px;
    text-align: center;
}

    .kt-coupon-holder > div {
        width: 100%;
    }

.kt-coupon {
    background: #ff6d6d;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    display: inline-block;
    font-weight: 600;
    border-radius: 3px;
    position: relative;
    -webkit-transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -ms-transition: background .25s ease-in-out;
    -o-transition: background .25s ease-in-out;
    transition: background .25s ease-in-out;
}

    .kt-coupon:after, .kt-coupon:before {
        height: 16px;
        width: 8px;
        background: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        content: '';
    }

    .kt-coupon:before {
        left: -1px;
        border-radius: 0 8px 8px 0;
    }

    .kt-coupon:after {
        right: -1px;
        border-radius: 8px 0 0 8px;
    }

    .kt-coupon.copied {
        background: #74cc53;
    }

        .kt-coupon.copied .kt-coupon-inner {
            border-left-color: #5fbf3b;
        }

.kt-coupon-inner {
    padding: 22px 34px 15px 30px;
    border-left: 2px dashed #ec6363;
    margin-left: 32px;
    -webkit-transition: border-left-color .25s ease-in-out;
    -moz-transition: border-left-color .25s ease-in-out;
    -ms-transition: border-left-color .25s ease-in-out;
    -o-transition: border-left-color .25s ease-in-out;
    transition: border-left-color .25s ease-in-out;
}

.kt-coupon-percent {
    display: block;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 2px;
}

.kt-coupon-copy {
    background: #f7f8fa;
    border-radius: 5px;
    padding: 4px 16px;
    display: inline-block;
    margin-top: 15px;
    font-weight: 400;
    font-size: 13px;
    color: #7e8aa7 !important;
}

    .kt-coupon-copy:before {
        content: "\f0c5";
        font-family: FontAwesome;
        float: right;
        font-size: 14px;
        line-height: 1;
        position: relative;
        top: 7px;
        margin-left: 6px;
    }

.kt-coupon-desc {
    background: rgba(255,185,49,.1);
    border-top-right-radius: 5px;
    position: relative;
    padding: 35px 35px 35px 40px;
}

    .kt-coupon-desc:before {
        width: 10px;
        content: '';
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        background: linear-gradient(45deg,#fff 25%,transparent 25%) 0 -50px,linear-gradient(135deg,#fff 25%,transparent 25%) 0 -50px,linear-gradient(225deg,#fff 25%,transparent 25%),linear-gradient(315deg,#fff 25%,transparent 25%);
        background-position: top left;
        background-size: 20px 20px;
    }

    .kt-coupon-desc h4 {
        margin: 0;
        border: none;
        padding: 0 !important;
        font-size: 20px;
        color: #676052;
    }

    .kt-coupon-desc .kt-coupon-text {
        font-size: 14px;
        line-height: 1.8;
        color: #676052;
        font-weight: 400;
        margin-top: 8px;
    }

.kt-coupon-outer {
    margin: 50px 0;
}

.kt-coupon-bottom {
    background: -webkit-linear-gradient(10deg,#ffb931,#ffc95f);
    background: linear-gradient(10deg,#ffb931,#ffc95f);
    box-shadow: 0 6px 60px rgba(255,185,49,.4);
    border-radius: 5px;
    padding: 20px;
    display: block;
}

    .kt-coupon-bottom div {
        float: right;
        color: #fff;
        font-weight: 400;
        line-height: 2;
        margin-top: 7px;
    }

    .kt-coupon-bottom .button {
        background: rgba(255,255,255,.15);
        color: #fff;
        font-weight: 500;
        float: left;
    }

.blog-cta {
    background: #b48ead;
    background: -webkit-linear-gradient(10deg,#7966ff,#87d36a);
    background: linear-gradient(10deg,#7966ff,#87d36a);
    box-shadow: 0 6px 40px rgba(106,200,71,.35);
    padding: 25px;
    border-radius: 5px;
    margin-top: 50px;
    color: #fff;
    line-height: 1.9;
    position: relative;
    overflow: hidden;
}

    .blog-cta i {
        font-size: 110px;
        position: absolute;
        transform: rotate(-7deg);
        z-index: 1;
        height: 1em;
        top: 0;
        bottom: 2px;
        margin: auto 0;
        right: 14px;
        color: rgba(0,0,0,.05);
    }

.blog-cta-btn, .blog-cta-text {
    position: relative;
    z-index: 2;
}

.blog-cta-text {
    float: right;
    margin-top: 5px;
    text-shadow: 0 1px 7px rgba(0,0,0,.15);
}

    .blog-cta-text b {
        display: block;
        font-size: 20px;
    }

    .blog-cta-text span {
        line-height: 1.8;
        display: block;
        margin-top: 1px;
        font-size: 15px;
    }

.blog-cta-btn {
    float: left;
    text-align: center;
}

    .blog-cta-btn span {
        display: block;
        font-size: 13px;
        margin-top: 5px;
        line-height: 1.8;
    }

    .blog-cta-btn .button {
        background: rgba(255,255,255,.15);
        color: #fff;
        font-weight: 500;
    }

.mobile-contact-button {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 9px 15px;
    display: none;
    z-index: 999;
    text-align: center;
    box-shadow: 0 -5px 50px rgba(28,76,156,.12);
}

    .mobile-contact-button > span {
        display: block;
        font-size: 14px;
        margin-bottom: 5px;
    }

        .mobile-contact-button > span + .button {
            font-size: 16px;
            display: inline-block;
        }

    .mobile-contact-button .button {
        display: block;
        text-align: center;
    }

        .mobile-contact-button .button.button-default {
            animation: mobileContactButton 2s linear infinite;
            -webkit-animation: mobileContactButton 2s linear infinite;
        }

        .mobile-contact-button .button span {
            direction: ltr;
            display: inline-block;
        }

    .mobile-contact-button.price {
        font-size: 0;
    }

        .mobile-contact-button.price .button {
            width: calc(50% - 3px);
            display: inline-block !important;
        }

            .mobile-contact-button.price .button:last-child {
                margin-right: 6px;
            }

            .mobile-contact-button.price .button:not(.button-transparent), .mobile-contact-button.price button:not(.button-transparent), .mobile-contact-button.price input[type=submit]:not(.button-transparent) {
                padding: 11px 0;
            }

@-webkit-keyframes mobileContactButton {
    50% {
        background: #49962d;
        box-shadow: 0 2px 5px rgba(255,255,255,.25),0 5px 15px rgba(73,150,45,.35);
    }

    0%,100% {
        background: #7966ff;
        box-shadow: 0 2px 5px rgba(255,255,255,.25),0 5px 15px rgba(106,200,71,.35);
    }
}

.kt-help-modal {
    max-width: 700px;
    text-align: right;
    line-height: 2.2;
}

    .kt-help-modal .kt-modal-close {
        top: 35px;
        left: 35px;
    }

    .kt-help-modal .kt-modal-content {
        padding: 35px;
    }

    .kt-help-modal ol {
        font-size: 15px;
        padding-right: 15px;
        margin-bottom: 18px;
    }

        .kt-help-modal ol li {
            padding-top: 10px;
            list-style-type: decimal;
        }

            .kt-help-modal ol li b {
                display: block;
                color: #474b53;
                font-size: 17px;
                margin-bottom: 5px;
            }

    .kt-help-modal p {
        font-size: 15px;
        margin-bottom: 5px;
    }

        .kt-help-modal p span {
            direction: ltr;
            font-weight: 500;
            color: #7966ff;
            display: inline-block;
            font-size: 16px;
        }

.help-modal-title {
    color: #474b53;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.7;
    padding-bottom: 20px;
}

.sample-message {
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 14px;
    line-height: 1.7em;
    max-width: 240px;
}

    .sample-message:before {
        background-image: url(/Content/css/data:image/svg+xml;utf8,<svg version="1.1" xmlns="http:/www.w3.org/2000/svg" xmlns:xlink="http:/www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 25.6 17.7" width="25.6" height="17.7" xml:space="preserve"><path fill="#6f8ec4" d="M0,0h20.1c0,3.1-0.1,6.2,0,9.4c0.2,3.5,2.4,6.6,5.5,8.3c-4.3-0.2-8.5-1.3-12.1-3.5C9.7,16.9,4.6,17.8,0,17.6V0 z"/></svg>);
        width: 26px;
        height: 18px;
        content: '';
        position: absolute;
        bottom: 0;
        background-repeat: no-repeat;
        background-position: center;
        transform: scaleX(.8);
    }

    .sample-message.single {
        position: absolute;
        pointer-events: none;
        opacity: 0;
        -webkit-transition: transform .15s ease-in-out,opacity .15s ease-in-out;
        -moz-transition: transform .15s ease-in-out,opacity .15s ease-in-out;
        -ms-transition: transform .15s ease-in-out,opacity .15s ease-in-out;
        -o-transition: transform .15s ease-in-out,opacity .15s ease-in-out;
        transition: transform .15s ease-in-out,opacity .15s ease-in-out;
        -webkit-transform: translate(10px,5px) scale(.75);
        -moz-transform: translate(10px,5px) scale(.75);
        -ms-transform: translate(10px,5px) scale(.75);
        transform: translate(10px,5px) scale(.75);
        transform-origin: right bottom;
    }

    .sample-message.to {
        background: #6f8ec4;
        color: #fff;
    }

        .sample-message.to:before {
            background-image: url(/Content/css/data:image/svg+xml;utf8,<svg version="1.1" xmlns="http:/www.w3.org/2000/svg" xmlns:xlink="http:/www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 25.6 17.7" width="25.6" height="17.7" xml:space="preserve"><path fill="#6f8ec4" d="M0,0h20.1c0,3.1-0.1,6.2,0,9.4c0.2,3.5,2.4,6.6,5.5,8.3c-4.3-0.2-8.5-1.3-12.1-3.5C9.7,16.9,4.6,17.8,0,17.6V0 z"/></svg>);
            right: -7px;
        }

    .sample-message.from {
        background: #f5f8fc;
        color: #6f747d;
    }

        .sample-message.from:before {
            background-image: url(/Content/css/data:image/svg+xml;utf8,<svg version="1.1" xmlns="http:/www.w3.org/2000/svg" xmlns:xlink="http:/www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 25.6 17.7" width="25.6" height="17.7" xml:space="preserve"><path fill="#f5f8fc" d="M25.6,17.6c-4.6,0.2-9.7-0.7-13.5-3.4C8.5,16.4,4.3,17.5,0,17.7c3.1-1.7,5.3-4.8,5.5-8.3c0.1-3.2,0-6.3,0-9.4 l20.1,0V17.6z"/></svg>);
            left: -7px;
        }

.sample-messages {
    width: 320px;
    background: #fff;
    border-radius: 5px;
    padding: 20px 25px;
    overflow: hidden;
}

    .sample-messages .sample-message-holder:last-child {
        margin-bottom: 0;
    }

    .sample-messages span {
        display: block;
        font-size: 13px;
    }

        .sample-messages span:before {
            content: '\f0a2';
            font-family: FontAwesome;
            margin-left: 10px;
            line-height: 26px;
            float: right;
            color: #ffb931;
            font-size: 15px;
        }

.sample-message-holder {
    margin-bottom: 10px;
}

    .sample-message-holder:last-child {
        margin-bottom: 0;
    }

    .sample-message-holder .sample-messages {
        pointer-events: none;
        opacity: 0;
        -webkit-transition: transform .15s ease-in-out,opacity .15s ease-in-out;
        -moz-transition: transform .15s ease-in-out,opacity .15s ease-in-out;
        -ms-transition: transform .15s ease-in-out,opacity .15s ease-in-out;
        -o-transition: transform .15s ease-in-out,opacity .15s ease-in-out;
        transition: transform .15s ease-in-out,opacity .15s ease-in-out;
        -webkit-transform: translate(10px,5px) scale(.75);
        -moz-transform: translate(10px,5px) scale(.75);
        -ms-transform: translate(10px,5px) scale(.75);
        transform: translate(10px,5px) scale(.75);
        transform-origin: right bottom;
        box-shadow: 0 4px 35px rgba(28,76,156,.19);
        bottom: 0;
        position: absolute;
    }

    .sample-message-holder .sample-message {
        position: relative;
    }

        .sample-message-holder .sample-message.to {
            float: right;
        }

        .sample-message-holder .sample-message.from {
            float: left;
        }

.sample-messages-holder {
    position: relative;
}

    .sample-messages-holder.active .sample-message.single, .sample-messages-holder.active .sample-messages {
        opacity: 1 !important;
        -webkit-transition: transform .22s cubic-bezier(.165,.84,.44,1),opacity .22s cubic-bezier(.165,.84,.44,1) !important;
        -moz-transition: transform .22s cubic-bezier(.165,.84,.44,1),opacity .22s cubic-bezier(.165,.84,.44,1) !important;
        -ms-transition: transform .22s cubic-bezier(.165,.84,.44,1),opacity .22s cubic-bezier(.165,.84,.44,1) !important;
        -o-transition: transform .22s cubic-bezier(.165,.84,.44,1),opacity .22s cubic-bezier(.165,.84,.44,1) !important;
        transition: transform .22s cubic-bezier(.165,.84,.44,1),opacity .22s cubic-bezier(.165,.84,.44,1) !important;
        -webkit-transform: translate(0,0) scale(1) !important;
        -moz-transform: translate(0,0) scale(1) !important;
        -ms-transform: translate(0,0) scale(1) !important;
        transform: translate(0,0) scale(1) !important;
    }

    .sample-messages-holder.active.large .sample-message-button {
        top: -1px;
        box-shadow: 0 4px 35px rgba(28,76,156,.19);
        color: rgba(255,255,255,0) !important;
    }

        .sample-messages-holder.active.large .sample-message-button:before {
            opacity: 1;
            color: #4b72b5;
        }

    .sample-messages-holder.active.small .sample-message-button {
        background: #e0e9f7;
    }

        .sample-messages-holder.active.small .sample-message-button:after {
            opacity: 0;
        }

        .sample-messages-holder.active.small .sample-message-button:before {
            opacity: 1;
        }

    .sample-messages-holder.large {
        margin-top: 20px;
    }

        .sample-messages-holder.large .sample-message-button {
            background: #fff;
            box-shadow: 0 3px 25px rgba(28,76,156,.15);
            width: 140px;
            font-weight: 500;
            -webkit-transition: box-shadow .15s ease-in-out,color .15s ease-in-out,top .15s ease-in-out;
            -moz-transition: box-shadow .15s ease-in-out,color .15s ease-in-out,top .15s ease-in-out;
            -ms-transition: box-shadow .15s ease-in-out,color .15s ease-in-out,top .15s ease-in-out;
            -o-transition: box-shadow .15s ease-in-out,color .15s ease-in-out,top .15s ease-in-out;
            transition: box-shadow .15s ease-in-out,color .15s ease-in-out,top .15s ease-in-out;
        }

            .sample-messages-holder.large .sample-message-button:hover {
                top: -1px;
                box-shadow: 0 4px 35px rgba(28,76,156,.19);
                color: #4b72b5;
            }

            .sample-messages-holder.large .sample-message-button:before {
                padding: 11px 28px;
                color: #4b72b5;
                content: 'بستن';
            }

        .sample-messages-holder.large .sample-messages {
            pointer-events: none;
            opacity: 0;
            -webkit-transition: transform .15s ease-in-out,opacity .15s ease-in-out;
            -moz-transition: transform .15s ease-in-out,opacity .15s ease-in-out;
            -ms-transition: transform .15s ease-in-out,opacity .15s ease-in-out;
            -o-transition: transform .15s ease-in-out,opacity .15s ease-in-out;
            transition: transform .15s ease-in-out,opacity .15s ease-in-out;
            -webkit-transform: translate(10px,5px) scale(.75);
            -moz-transform: translate(10px,5px) scale(.75);
            -ms-transform: translate(10px,5px) scale(.75);
            transform: translate(10px,5px) scale(.75);
            transform-origin: right bottom;
            position: absolute;
            box-shadow: 0 4px 35px rgba(28,76,156,.19);
            bottom: 0;
        }

        .sample-messages-holder.large .sample-message.single, .sample-messages-holder.large .sample-messages {
            right: 155px;
        }

        .sample-messages-holder.large .sample-message.single {
            bottom: 20px;
        }

    .sample-messages-holder.small {
        margin-top: 10px;
    }

        .sample-messages-holder.small .sample-message-button {
            padding: 0;
            height: 24px;
            width: 24px;
            background: #ebeff5;
            -webkit-transition: background .15s ease-in-out;
            -moz-transition: background .15s ease-in-out;
            -ms-transition: background .15s ease-in-out;
            -o-transition: background .15s ease-in-out;
            transition: background .15s ease-in-out;
        }

            .sample-messages-holder.small .sample-message-button:hover {
                background: #e0e9f7;
            }

                .sample-messages-holder.small .sample-message-button:hover:after {
                    color: #4b72b5;
                }

            .sample-messages-holder.small .sample-message-button:after {
                content: "\f129";
                font-family: FontAwesome;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                text-align: center;
                padding-left: 1px;
                font-size: 14px;
                -webkit-transition: opacity .15s ease-in-out,color .15s ease-in-out;
                -moz-transition: opacity .15s ease-in-out,color .15s ease-in-out;
                -ms-transition: opacity .15s ease-in-out,color .15s ease-in-out;
                -o-transition: opacity .15s ease-in-out,color .15s ease-in-out;
                transition: opacity .15s ease-in-out,color .15s ease-in-out;
                line-height: 24px;
            }

            .sample-messages-holder.small .sample-message-button:before {
                font-size: 18px;
                font-family: ElegantIcons;
                content: "\4d";
                line-height: 22px;
            }

        .sample-messages-holder.small .sample-message.single, .sample-messages-holder.small .sample-messages {
            right: 34px;
        }

        .sample-messages-holder.small .sample-message.single {
            bottom: 13px;
        }

.sample-message-button {
    text-align: center;
    color: #6f8ec4;
}

    .sample-message-button:hover {
        color: #4b72b5;
    }

    .sample-message-button:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: opacity .15s ease-in-out;
        -moz-transition: opacity .15s ease-in-out;
        -ms-transition: opacity .15s ease-in-out;
        -o-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
        opacity: 0;
    }

.kt-ebook-modal {
    max-width: 550px;
    text-align: right;
}

    .kt-ebook-modal .kt-modal-close {
        top: 35px;
        left: 35px;
    }

    .kt-ebook-modal .kt-modal-content {
        padding: 35px;
    }

.ebook-modal-title {
    color: #474b53;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.7;
    padding-bottom: 20px;
}

.ebook-form .button-default {
    width: 100%;
    margin-top: 3px;
    border-radius: 5px;
    background: #7966ff;
    color: #fff;
    box-shadow: 0 2px 5px rgba(255,255,255,.25),0 5px 15px rgba(106,200,71,.35);
}

    .ebook-form .button-default:hover {
        color: #fff;
        background: #5cbd38;
        box-shadow: 0 2px 5px rgba(255,255,255,.3),0 7px 30px rgba(92,189,56,.45);
        top: -1px;
    }

.ebook-form input {
    margin-bottom: 12px;
}

div.pp_default .pp_content .ppt {
    color: #f8f8f8;
}

div.pp_default .pp_loaderIcon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: url(/Content/img/image-loading.svg) center center no-repeat;
    background-color: #fff;
}

div.pp_pic_holder a:focus {
    outline: 0;
}

div.pp_overlay {
    position: fixed;
    z-index: 999999;
    top: 0 !important;
    right: 0;
    display: none;
    width: 100%;
    background: rgba(255,255,255,.95);
    height: 100% !important;
}

.kt-gallery a, .kt-gallery img {
    display: block;
}

div.pp_pic_holder {
    z-index: 1000000;
    display: none;
    width: 100px;
    position: fixed;
    top: 50% !important;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.pp_content {
    min-width: 40px;
    height: 40px;
}

* html .pp_content {
    width: 40px;
}

.pp_content_container {
    position: relative;
    width: 100%;
    text-align: right;
}

    .pp_content_container .pp_left {
        padding-right: 20px;
    }

    .pp_content_container .pp_right {
        padding-left: 20px;
    }

div.pp_default .pp_nav .currentTextHolder {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    letter-spacing: 2px;
    margin-left: -2px;
    color: #fff;
}

.pp_hoverContainer {
    position: absolute;
    z-index: 2000;
    top: 0;
    width: 100%;
}

.pp_content_container .pp_details .pp_description, .pp_content_container .pp_details .pp_nav, .pp_content_container .pp_details .pp_social, .pp_gallery, a.pp_contract, a.pp_expand, a.pp_next, a.pp_previous {
    display: none !important;
}

div.ppt {
    font-size: 17px;
    z-index: 9999;
    display: none;
    margin: 0 20px 12px 0;
    color: #fff;
    max-width: calc(100% - 3.75rem);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

a.pp_close {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    cursor: pointer;
    padding-bottom: 10px;
    line-height: 1;
    -webkit-transform: translate(-7px,-100%);
    -moz-transform: translate(-7px,-100%);
    -ms-transform: translate(-7px,-100%);
    transform: translate(-7px,-100%);
    font-size: 0;
}

    a.pp_close:before {
        font-size: 34px;
        content: "\4d";
        font-family: ElegantIcons;
        line-height: 1;
        color: #69656f;
    }

.pp_play {
    display: none;
}

.pp_loaderIcon {
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
}

#pp_full_res {
    line-height: 1 !important;
    font-size: 0;
}

.pp_fade {
    display: none;
    position: relative;
}

.responsive-menu-outer-holder {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 275px;
    background-color: #fff;
    z-index: 99999;
    box-shadow: 0 0 50px rgba(28,76,156,0);
    border-style: solid;
    display: none;
    -webkit-transition: right .55s cubic-bezier(.38,.11,.01,1),box-shadow .55s cubic-bezier(.38,.11,.01,1);
    -moz-transition: right .55s cubic-bezier(.38,.11,.01,1),box-shadow .55s cubic-bezier(.38,.11,.01,1);
    -ms-transition: right .55s cubic-bezier(.38,.11,.01,1),box-shadow .55s cubic-bezier(.38,.11,.01,1);
    -o-transition: right .55s cubic-bezier(.38,.11,.01,1),box-shadow .55s cubic-bezier(.38,.11,.01,1);
    transition: right .55s cubic-bezier(.38,.11,.01,1),box-shadow .55s cubic-bezier(.38,.11,.01,1);
    right: -275px;
    overflow: hidden;
}

    .responsive-menu-outer-holder .button {
        display: block;
        text-align: center;
        margin: 10px 20px 0;
    }

.responsive-logo {
    background: #7966FF;
    background: linear-gradient(-148deg,#7966FF 0,#8d80bf 100%);
    padding: 24px 20px;
    box-shadow: 0 10px 50px rgba(136,122,207,.5);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}

    .responsive-logo .logo {
        float: right;
        margin-left: 10px;
        width: 65px;
    }

    .responsive-logo .logo-inner {
        float: right;
        padding-top: 2px;
    }

        .responsive-logo .logo-inner h2 {
            color: #fff;
            font-size: 23px;
            font-weight: 500;
        }

        .responsive-logo .logo-inner h3 {
            font-size: 13px;
            color: #fff;
            margin-top: 1px;
        }

        .responsive-logo .logo-inner h2, .responsive-logo .logo-inner h3 {
            line-height: 1.5;
        }

.responsive-menu-outer {
    width: 100%;
    padding: 0;
    position: absolute;
    top: 120px;
    bottom: 40px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}

    .responsive-menu-outer .mobile-menu .menu-item .menu-item-inner a {
        font-size: 18px;
    }

        .responsive-menu-outer .mobile-menu .menu-item .menu-item-inner a i:not(.menu-item-toggle-icon) {
            font-size: 18px;
        }

    .responsive-menu-outer .mobile-menu .menu-item .sub-menu .menu-item-inner a {
        font-size: 16px;
    }

        .responsive-menu-outer .mobile-menu .menu-item .sub-menu .menu-item-inner a i:not(.menu-item-toggle-icon) {
            font-size: 16px;
        }

.responsive-menu-overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(247,249,252,.85);
    position: fixed;
    cursor: pointer;
    z-index: 99991;
    visibility: hidden;
    opacity: 0;
    display: none;
    -webkit-transition: opacity .5s cubic-bezier(.38,.11,.01,1);
    -moz-transition: opacity .5s cubic-bezier(.38,.11,.01,1);
    -ms-transition: opacity .5s cubic-bezier(.38,.11,.01,1);
    -o-transition: opacity .5s cubic-bezier(.38,.11,.01,1);
    transition: opacity .5s cubic-bezier(.38,.11,.01,1);
}

html.responsive-menu-opened .responsive-menu-outer-holder {
    right: 0;
    box-shadow: 0 0 50px rgba(28,76,156,.15);
}

html.responsive-menu-opened .responsive-menu-overlay {
    opacity: 1;
}

.responsive-menu-inner > .menu-item > .menu-item-inner, .responsive-menu-inner > .menu-item > .sub-menu {
    padding-right: 30px;
    padding-left: 30px;
}

.responsive-menu-inner > .menu-item > .sub-menu {
    margin-right: 20px;
}

.responsive-menu-inner .menu-item {
    border-bottom: 1px solid #eaeff5;
}

    .responsive-menu-inner .menu-item .menu-item-inner a {
        padding: 1em 0;
        position: relative;
        display: block;
        font-size: 16px;
        line-height: 1.6em;
    }

        .responsive-menu-inner .menu-item .menu-item-inner a span {
            color: #85878d;
            -webkit-transition: color .15s ease-in-out;
            -moz-transition: color .15s ease-in-out;
            -ms-transition: color .15s ease-in-out;
            -o-transition: color .15s ease-in-out;
            transition: color .15s ease-in-out;
            display: inline-block;
            position: relative;
            vertical-align: top;
        }

    .responsive-menu-inner .menu-item.menu-item-has-children > .menu-item-inner > a .menu-item-toggle-icon {
        left: 0;
        padding-top: .9em;
        padding-bottom: .9em;
        top: 0;
        padding-right: .7em;
        margin: auto 0;
        position: absolute;
        color: #85878d;
        font-size: 1.2em;
        display: block;
    }

        .responsive-menu-inner .menu-item.menu-item-has-children > .menu-item-inner > a .menu-item-toggle-icon:before {
            font-family: FontAwesome;
            content: '\f104';
            display: inline-block;
            vertical-align: top;
            -webkit-transition: color .15s ease-in-out,transform .2s ease-in-out;
            -moz-transition: color .15s ease-in-out,transform .2s ease-in-out;
            -ms-transition: color .15s ease-in-out,transform .2s ease-in-out;
            -o-transition: color .15s ease-in-out,transform .2s ease-in-out;
            transition: color .15s ease-in-out,transform .2s ease-in-out;
        }

    .responsive-menu-inner .menu-item.menu-item-has-children.active > .sub-menu {
        display: block;
    }

    .responsive-menu-inner .menu-item.menu-item-has-children.active > .menu-item-inner > a .menu-item-toggle-icon:before {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .responsive-menu-inner .menu-item .sub-menu {
        display: none;
        padding-right: 20px;
    }

        .responsive-menu-inner .menu-item .sub-menu .menu-item a {
            font-size: 14px;
        }

    .responsive-menu-inner .menu-item.active.menu-item-has-children > .menu-item-inner > a .menu-item-toggle-icon, .responsive-menu-inner .menu-item.active > .menu-item-inner a span, .responsive-menu-inner .menu-item:hover.menu-item-has-children > .menu-item-inner > a .menu-item-toggle-icon, .responsive-menu-inner .menu-item:hover > .menu-item-inner a span {
        color: #7966ff;
    }

.responsive-menu-inner .sub-menu {
    border-top: 1px solid #eaeff5;
}

    .responsive-menu-inner .menu-item:last-child, .responsive-menu-inner .sub-menu .menu-item:last-child {
        border-bottom: none !important;
    }

.responsive-menu-button {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative;
    display: none;
    float: left;
    margin-top: 7px;
    margin-left: 5px;
}

    .responsive-menu-button.active .responsive-menu-button-inner {
        -webkit-transform: translateX(.375rem);
        -moz-transform: translateX(.375rem);
        -ms-transform: translateX(.375rem);
        transform: translateX(.375rem);
        background: 0 0 !important;
    }

        .responsive-menu-button.active .responsive-menu-button-inner:before {
            bottom: 0;
        }

        .responsive-menu-button.active .responsive-menu-button-inner:after {
            top: 0;
        }

        .responsive-menu-button.active .responsive-menu-button-inner:before {
            -webkit-transform: translateX(-.375rem) rotate(-45deg);
            -moz-transform: translateX(-.375rem) rotate(-45deg);
            -ms-transform: translateX(-.375rem) rotate(-45deg);
            transform: translateX(-.375rem) rotate(-45deg);
        }

        .responsive-menu-button.active .responsive-menu-button-inner:after {
            -webkit-transform: translateX(-.375rem) rotate(45deg);
            -moz-transform: translateX(-.375rem) rotate(45deg);
            -ms-transform: translateX(-.375rem) rotate(45deg);
            transform: translateX(-.375rem) rotate(45deg);
        }

.responsive-menu-button-inner {
    top: 0;
    -webkit-transition: transform .45s cubic-bezier(.5,-.6,.19,1),background .3s ease-in-out;
    -moz-transition: transform .45s cubic-bezier(.5,-.6,.19,1),background .3s ease-in-out;
    -ms-transition: transform .45s cubic-bezier(.5,-.6,.19,1),background .3s ease-in-out;
    -o-transition: transform .45s cubic-bezier(.5,-.6,.19,1),background .3s ease-in-out;
    transition: transform .45s cubic-bezier(.5,-.6,.19,1),background .3s ease-in-out;
    bottom: 0;
    margin: auto 0;
}

    .responsive-menu-button-inner, .responsive-menu-button-inner:after, .responsive-menu-button-inner:before {
        position: absolute;
        width: 40px;
        height: 3px;
        background-color: #cbd1d8;
        right: 0;
    }

        .responsive-menu-button-inner:after, .responsive-menu-button-inner:before {
            content: "";
            -webkit-transition: transform .45s cubic-bezier(.5,-.6,.19,1),top .45s cubic-bezier(.5,-.6,.19,1),bottom .45s cubic-bezier(.5,-.6,.19,1),background .3s ease-in-out;
            -moz-transition: transform .45s cubic-bezier(.5,-.6,.19,1),top .45s cubic-bezier(.5,-.6,.19,1),bottom .45s cubic-bezier(.5,-.6,.19,1),background .3s ease-in-out;
            -ms-transition: transform .45s cubic-bezier(.5,-.6,.19,1),top .45s cubic-bezier(.5,-.6,.19,1),bottom .45s cubic-bezier(.5,-.6,.19,1),background .3s ease-in-out;
            -o-transition: transform .45s cubic-bezier(.5,-.6,.19,1),top .45s cubic-bezier(.5,-.6,.19,1),bottom .45s cubic-bezier(.5,-.6,.19,1),background .3s ease-in-out;
            transition: transform .45s cubic-bezier(.5,-.6,.19,1),top .45s cubic-bezier(.5,-.6,.19,1),bottom .45s cubic-bezier(.5,-.6,.19,1),background .3s ease-in-out;
        }

        .responsive-menu-button-inner:after {
            top: -12px;
        }

        .responsive-menu-button-inner:before {
            bottom: -12px;
        }

.header-content .column {
    width: 50%;
}

#registerIframe {
    border: 0;
    width: 100%;
    height: 500px;
}

.kt-updates-holder {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 100px;
    margin-top: 20px;
}

    .kt-updates-holder:after, .kt-updates-holder:before {
        position: absolute;
        content: '';
        background: #f5f8fc;
    }

    .kt-updates-holder:after {
        height: 16px;
        width: 16px;
        border-radius: 100%;
        bottom: 0;
        right: 39px;
    }

    .kt-updates-holder:before {
        width: 2px;
        height: 100%;
        right: 46px;
        top: 0;
    }

    .kt-updates-holder .kt-updates-year:last-child {
        margin-bottom: 0;
    }

.kt-updates-year-badge {
    width: 94px;
    text-align: center;
    border-radius: 35px;
    background: #7966ff;
    color: #fff;
    box-shadow: 0 5px 30px rgba(106,200,71,.35),0 0 10px 5px #fff;
    padding: 7px 0 4px;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    margin-bottom: 35px;
}

.kt-updates-inner {
    margin-right: 124px;
}

    .kt-updates-inner .kt-update-holder:last-child {
        margin-bottom: 0;
    }

.kt-updates-year {
    margin-bottom: 55px;
}

    .kt-updates-year .kt-updates-month:last-child {
        margin-bottom: 0;
    }

.kt-update-inner {
    margin-left: auto;
}

.kt-update-text {
    font-size: 13px;
    line-height: 1.7;
    margin-top: 8px;
}

.kt-updates-month {
    margin-bottom: 40px;
}

.kt-update-holder {
    padding: 22px 25px;
    border-radius: 5px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

    .kt-update-holder .button {
        margin-right: 25px;
        white-space: nowrap;
        font-size: 15px;
    }

    .kt-update-holder.kt-update-default {
        background: rgba(106,200,71,.05);
    }

        .kt-update-holder.kt-update-default .kt-update-title {
            color: #4d9e2f;
        }

        .kt-update-holder.kt-update-default .kt-update-text {
            color: #3e7e26;
        }

    .kt-update-holder.kt-update-red {
        background: rgba(255,94,94,.04);
    }

        .kt-update-holder.kt-update-red .kt-update-title {
            color: #ed0000;
        }

        .kt-update-holder.kt-update-red .kt-update-text {
            color: #c40000;
        }

    .kt-update-holder.kt-update-blue {
        background: rgba(31,148,206,.04);
    }

        .kt-update-holder.kt-update-blue .kt-update-title {
            color: #1a7bab;
        }

        .kt-update-holder.kt-update-blue .kt-update-text {
            color: #146187;
        }

    .kt-update-holder.kt-update-orange {
        background: rgba(255,185,49,.04);
    }

        .kt-update-holder.kt-update-orange .kt-update-title {
            color: #e99a00;
        }

        .kt-update-holder.kt-update-orange .kt-update-text {
            color: #c07f00;
        }

.kt-update-title {
    font-size: 15px;
    margin-left: auto;
}

.kt-updates-month-badge {
    width: 94px;
    float: right;
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    background: #f5f8fc;
    border-radius: 5px;
    padding: 6px 16px;
    margin-top: 15px;
    box-shadow: 0 0 0 6px #fff;
    position: relative;
}

    .kt-updates-month-badge:before {
        position: absolute;
        width: 0;
        height: 0;
        border-width: 6px 6px 6px 0;
        border-style: solid;
        border-color: transparent;
        border-right-color: #f5f8fc;
        left: -6px;
        top: 0;
        bottom: 0;
        margin: auto 0;
        content: '';
    }

.blog-engagements {
    float: right;
}

    .blog-engagements span {
        line-height: 26px;
        display: block;
        overflow: hidden;
        color: #69656f;
        font-size: 15px;
        padding-right: 10px;
    }

.blog-engagements-icon {
    float: right;
    width: 22px;
}

    .blog-engagements-icon img {
        display: block;
    }

[data-tooltip] {
    position: relative;
    cursor: pointer;
}

    [data-tooltip]:after, [data-tooltip]:before {
        pointer-events: none;
        bottom: 100%;
        position: absolute;
        opacity: 0;
        -webkit-transition: opacity .2s ease-in-out;
        -moz-transition: opacity .2s ease-in-out;
        -ms-transition: opacity .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out;
    }

    [data-tooltip]:after {
        line-height: 1.8;
        font-size: 13px;
        box-shadow: 0 5px 30px rgba(0,0,0,.08);
        padding: 6px 12px 5px;
        color: #817f84;
        text-align: center;
        background-color: #fff;
        border-radius: 3px;
        white-space: nowrap;
        right: -10px;
        bottom: 100%;
        margin-bottom: 8px;
        content: attr(data-tooltip);
        z-index: 1;
    }

    [data-tooltip]:before {
        border-color: transparent;
        border-style: solid;
        border-width: 4px 5px 0;
        border-top-color: #fff;
        content: "";
        width: 0;
        height: 0;
        margin: 0 auto 4px;
        right: 6px;
        z-index: 2;
    }

    [data-tooltip]:hover:after, [data-tooltip]:hover:before {
        opacity: 1;
    }

@media (min-width:1920px) {
    .vc_row:not(.vc_inner) {
        overflow: visible;
    }
}

@media (max-width:1390px) {
    .blog-header .carousel-holder i.carousel-arrow {
        display: none;
    }
}

@media (max-width:1270px) {
    .fixed-contact-button {
        right: 25px;
        bottom: 25px;
    }
}

@media (max-width:1250px) {
    .kt-notice-inner {
        margin-right: 15px;
    }
}

@media (max-width:1150px) {
    .index-features:before {
        width: 80%;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transform: rotate(-1.5deg);
        -moz-transform: rotate(-1.5deg);
        -ms-transform: rotate(-1.5deg);
        transform: rotate(-1.5deg);
        top: -30px;
        bottom: 0;
    }

    .logo-holder .logo-inner {
        display: block;
    }

    .price tbody tr th {
        width: 240px;
    }

    .price-holder:before {
        right: 240px;
    }

    .price-outer:before, .price-outer > .row-inner:after {
        display: none;
    }

    .price-outer > .row-inner > .row-outer-holder {
        padding-top: 160px;
    }

    .blog-single {
        padding-top: 145px;
    }

        .blog-single:before {
            height: 1009px;
        }

    .lab-single {
        padding-top: 125px;
    }

    .help-header-inner {
        padding: 100px 0 190px;
    }

    .home-search-inner {
        padding: 60px 0 50px;
    }

    .archive-help-header .help-header-inner {
        padding: 100px 0 280px;
    }

    .header-content .column {
        width: 100%;
    }

    .header {
        margin-bottom: -185px;
    }

        .header:before {
            position: absolute;
            right: 0;
            height: 250%;
            width: 100%;
            z-index: -2;
            content: '';
            border-radius: 0 0 50px 0;
            transform: skewY(8deg);
            transform-origin: top center;
            background: #f5f8fc;
            bottom: 125px;
        }

    .header-Scorm-holder {
        display: none;
    }

    .header-content-inner {
        margin-top: 0;
        padding: 80px 50px;
        border-radius: 5px;
        background: #fff;
        margin-bottom: 34px;
        box-shadow: 0 10px 50px rgba(28,76,156,.15);
    }

    .header-left {
        width: 42% !important;
    }

    .customers.index-customers {
        box-shadow: 0 4px 25px rgba(28,76,156,.15);
    }

    .header-content {
        text-align: center;
    }

    .header-animation-rocket, .header-login-button, .header-number-holder, .header-order-button, .main-menu-outer {
        display: none;
    }

    .menu-inner {
        top: 35px;
    }

    .page-content-outer-holder {
        padding-top: 135px;
    }

    .responsive-menu-button, .responsive-menu-outer-holder, .responsive-menu-overlay {
        display: block;
    }
}

@media (max-width:1023px) {
    .footer:after, .footer:before {
        display: none;
    }

    .kt-responsive-table {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

    html.kt-modal-opened, html.responsive-menu-opened {
        overflow: hidden;
    }

    .kt-modal-inner {
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .kt-row.pdf-files .column {
        width: 25%;
    }

    .price-holder-outer {
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        padding: 25px 20px 25px 25px;
        margin: -25px -20px;
    }

    .price-holder {
        width: 988px;
        padding-left: 20px;
    }

        .price-holder:before {
            left: 20px;
        }

        .price-holder:after {
            position: absolute;
            top: 117px;
            right: 0;
            width: 200px;
            content: 'صفحه را به راست بکشید';
            z-index: 1;
            font-size: 26px;
            line-height: 1.4;
            font-weight: 600;
            color: #464b52;
        }
}

.visible-in-tablet {
    display: none;
}

@media (max-width:991px) {
    .kt-process:before {
        display: none;
    }

    .kt-process-number {
        display: inline-block;
    }

    .kt-process-items {
        margin: -25px;
    }

        .kt-process-items .column {
            padding: 25px;
        }

    .kt-process-icon {
        margin-bottom: 25px;
    }

    .kt-process-text {
        margin-top: 10px;
    }

    .kt-notice-inner {
        margin-right: 20px;
    }

    .index-support2 {
        margin-top: 30px;
    }

    .blog-section-holder .kt-col-md-6 + .kt-col-md-6 {
        margin-top: 40px;
    }

    .header:before {
        bottom: 60px;
    }

    .footer-top .kt-row .column {
        width: 50% !important;
    }

    .pricing-tables.slick-slider {
        overflow: hidden;
        background: 0 0;
        box-shadow: none;
        border-radius: 0;
        padding: 20px;
        margin: -24px -20px;
        border-left: none;
    }

        .pricing-tables.slick-slider .slick-list {
            margin: -5px;
        }

            .pricing-tables.slick-slider .slick-list .slick-slide {
                padding: 5px;
            }

            .pricing-tables.slick-slider .slick-list .slick-slide {
                box-shadow: none;
                border-left: none;
            }

        .pricing-tables.slick-slider .slick-dots li button {
            width: 14px;
            height: 14px;
            background: #636974;
        }

            .pricing-tables.slick-slider .slick-dots li button:hover, .pricing-tables.slick-slider .slick-dots li.slick-active button {
                background: #7966ff;
            }

    .pricing-table {
        box-shadow: 0 3px 25px rgba(0,0,0,.08);
        border-radius: 5px;
        background: #fff;
    }

        .pricing-table.pricing-table-featured {
            margin: 0;
        }

    .fixed-contact-button {
        right: auto;
        left: 20px;
        bottom: 20px;
    }

        .fixed-contact-button .tooltip {
            display: none;
        }

    .guarantees {
        margin-right: 0 !important;
    }

        .guarantees.reseller-guarantees {
            float: none;
            width: auto;
        }

    .reseller-installment {
        width: auto;
        height: auto;
        margin-top: 30px;
    }

    .lab-single-content {
        margin-top: 30px;
    }

    .kt-alert {
        margin: 20px 0;
    }

        .kt-alert:before {
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0);
            border-radius: 10px;
        }

    .lab-single-alerts {
        padding: 15px 30px;
    }

    .course-group-head {
        display: block;
        text-align: center;
        padding: 45px 25px 35px;
    }

    .course-group-head-info, .course-group-head-content, .course-group-head-icon {
        display: block;
    }

    .course-group-head-content {
        padding: 25px 0;
    }

    .course-group-head-icon {
        width: 170px;
        margin: 0 auto;
    }

    .lab-header-plugins {
        margin: 100px 0 0;
    }

    .page-header.lab-header > .row-inner > .row-outer-holder {
        padding-bottom: 240px;
    }

    .lab-items-outer > .column:first-child {
        text-align: center;
        margin-top: -60px;
        position: relative;
        z-index: 3;
    }

    .course-group-items {
        border-right: none;
        padding-top: 10px;
        margin-top: 20px;
        /*border-top: 1px solid #eaeff5;*/
    }

    .help-sidemenu {
        margin-top: 30px;
    }

    .help-header-inner {
        padding: 60px 0 50px;
    }

    .home-search-inner {
        padding: 60px 0 50px;
    }

    .archive-help-header .help-header-inner {
        padding-top: 80px;
    }

    .call-to-action.call-to-action-light.help-archive-cta, .help-archive-box.orange {
        margin-top: 40px;
    }

    .send-sms-title {
        margin-top: -40px;
    }

    .invoice-holder {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 10px 50px rgba(28,76,156,.15);
    }

    .invoice-outer {
        margin-bottom: 35px;
        margin-top: -20px;
    }

        .invoice-outer:before {
            display: none;
        }

    .portal {
        right: 20px;
    }

    .customers-inner .customer {
        width: 33.3333%;
    }

        .customers-inner .customer:last-child {
            display: none;
        }

    .notifications-left {
        margin-top: -60px;
        position: relative;
        z-index: 6;
    }

    .sample-messages-holder.large, .sample-messages-holder.small.center-in-tablet {
        text-align: center;
    }

        .sample-messages-holder.large .sample-message.single, .sample-messages-holder.large .sample-messages, .sample-messages-holder.small.center-in-tablet .sample-message.single, .sample-messages-holder.small.center-in-tablet .sample-messages {
            left: 0;
            right: 0;
            margin: 0 auto 10px;
            bottom: 100%;
            transform-origin: center bottom;
        }

    .kt-row.course-group-items-holder:before {
        width: 80%;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transform: rotate(-1deg);
        -moz-transform: rotate(-1deg);
        -ms-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }

    .messages {
        margin: 120px auto 15px;
    }

    .center-in-tablet, .center-in-tablet .row-inner-holder, .center-in-tablet p, .center-in-tablet span {
        text-align: center !important;
    }

    .right-in-tablet, .right-in-tablet .row-inner-holder, .right-in-tablet p, .right-in-tablet span {
        text-align: right !important;
    }

    .left-in-tablet, .left-in-tablet .row-inner-holder, .left-in-tablet p, .left-in-tablet span {
        text-align: left !important;
    }

    .padding-left-none-tablet, .padding-left-none-tablet > .vc_column-inner {
        padding-left: 0 !important;
    }

    .padding-right-none-tablet, .padding-right-none-tablet > .vc_column-inner {
        padding-right: 0 !important;
    }

    .autoheight-tablet {
        height: auto !important;
    }

    .visible-in-tablet {
        display: block !important;
    }

    .hidden-in-tablet {
        display: none !important;
    }

    .blog-header:after, .code-tabs, .page-header:after {
        display: none;
    }

    .line-price-header.page-header:after {
        display: block;
    }

    .call-to-action {
        text-align: center;
        padding: 30px 25px;
    }

        .call-to-action img {
            float: none;
            display: block;
            margin: 0 auto 12px;
        }

        .call-to-action .call-to-action-content {
            padding-top: 0 !important;
        }

        .call-to-action .button {
            float: none;
            margin-top: 15px !important;
        }

    .call-to-action-inner {
        float: none;
    }

    .wrapper {
        padding: 0 20px;
    }

    .about-us-box {
        padding: 50px 30px;
    }

    .blog-single-social-links {
        padding-top: 0;
        position: static !important;
        width: 100% !important;
        font-size: 0;
    }

        .blog-single-social-links a {
            display: inline-block;
            width: 14.2857%;
            text-align: center;
            vertical-align: middle;
            margin-bottom: 0;
            padding: 12px 0;
            float: none;
        }

            .blog-single-social-links a i {
                float: none !important;
                margin: 0 !important;
                font-size: 22px !important;
            }

            .blog-single-social-links a.social-share-button-telegram i {
                font-size: 20px !important;
            }

            .blog-single-social-links a span {
                display: none;
            }

        .blog-single-social-links .kt-like-holder {
            display: inline-block;
            width: 14.2857%;
            vertical-align: middle;
        }

            .blog-single-social-links .kt-like-holder .kt-dislike {
                display: none;
            }

            .blog-single-social-links .kt-like-holder .kt-like {
                width: 100%;
                display: inline-block;
                vertical-align: middle;
            }

                .blog-single-social-links .kt-like-holder .kt-like a {
                    width: 100% !important;
                    margin-bottom: 0;
                }

                    .blog-single-social-links .kt-like-holder .kt-like a i {
                        position: relative;
                        top: 2px;
                    }

                        .blog-single-social-links .kt-like-holder .kt-like a i:before {
                            font-size: 21px !important;
                        }

    .blog-single-content-sidebar {
        float: none;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 9999;
        background: #fff;
        box-shadow: 0 0 70px rgba(28,76,156,.15);
    }

    .blog-single-content-sidebar-inner {
        width: 100% !important;
    }

    .blog-single-banner {
        display: none;
    }

    .blog-single-comments, .blog-single-content {
        margin-left: 0;
    }

    .blog-single-image-holder {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .blog-single-details {
        position: relative;
        top: 0;
        transform: none;
        width: auto;
        background: 0 0;
        box-shadow: none;
        margin-top: 40px;
        padding: 0;
    }

    .blog-single-content-holder {
        margin-top: 15px;
    }

    .blog-single {
        padding-top: 125px;
    }

        .blog-single:before {
            height: 989px;
        }
}

@media (max-width:867px) {
    .modal-contact-right {
        position: relative;
        width: 100%;
        border-radius: 5px 5px 0 0;
    }

        .modal-contact-right:before {
            transform: skewY(2deg);
            border-radius: 0 0 15px 50px;
        }

        .modal-contact-right:after {
            transform: skewY(-1deg);
            bottom: 0;
            transform-origin: left bottom;
            top: auto;
            border-radius: 0 0 0 15px;
        }

    .modal-contact-right-inner {
        position: relative;
    }

    .modal-contact-bottom {
        position: relative;
        padding: 15px 0 50px;
    }

    .modal-contact-left {
        margin-right: 0;
        padding: 40px;
    }

    .kt-contact-modal .kt-modal-close {
        z-index: 6;
    }

        .kt-contact-modal .kt-modal-close:after, .kt-contact-modal .kt-modal-close:before {
            background: #fff;
        }
}

@media (max-width:767px) {
    .kt-update-holder {
        display: block;
    }

        .kt-update-holder .button {
            margin-right: 0;
            margin-top: 12px;
        }

    .kt-process-items {
        margin: -22px;
    }

        .kt-process-items .column {
            padding: 22px;
        }

    .khadamati-tabs .tabs-title-holder .tab-title {
        width: calc(33.3333% - 6.7px);
        margin-top: 10px;
    }

        .khadamati-tabs .tabs-title-holder .tab-title:nth-child(3), .khadamati-tabs .tabs-title-holder .tab-title:nth-child(6) {
            margin-left: 0;
        }

        .khadamati-tabs .tabs-title-holder .tab-title:nth-child(1), .khadamati-tabs .tabs-title-holder .tab-title:nth-child(2), .khadamati-tabs .tabs-title-holder .tab-title:nth-child(3) {
            margin-top: 0;
        }

        .khadamati-tabs .tabs-title-holder .tab-title:last-child {
            width: 100%;
        }

    .price-holder, .reseller-price-holder {
        width: auto;
        padding: 0;
    }

        .price-holder:after, .price-holder:before, .reseller-price-holder:after, .reseller-price-holder:before {
            display: none;
        }

    .price-td-inner .tooltip, .reseller-price-td-inner .tooltip {
        display: none !important;
    }

    .price-holder-outer, .reseller-price-holder-outer {
        padding: 0;
        margin: 0;
        overflow: visible;
    }

    .price tbody tr td, .price tbody tr th {
        font-size: 13px;
        line-height: 1.6;
        padding: 6px 7px 5px;
    }

    .price tbody tr:first-child td:last-child {
        border-top-left-radius: 5px;
    }

    .price tbody tr:last-child th:last-child {
        border-bottom-left-radius: 5px;
    }

    table.price .elegant-icon.icon_check:before, table.reseller-price .elegant-icon.icon_check:before {
        font-size: 16px;
    }

    table.price .elegant-icon.icon_close:before, table.reseller-price .elegant-icon.icon_close:before {
        font-size: 20px;
    }

    .price tbody tr th:first-child {
        border-left: 1px solid #f2f6fa;
    }

    .price tbody tr:nth-child(2n+1) th:first-child {
        border-left-color: #eef2f5;
    }

    .price tbody tr:first-child td .price-td-inner {
        visibility: visible;
    }

    .price tbody tr .elegant-icon {
        line-height: 20px;
    }

        .price tbody tr .elegant-icon:before {
            line-height: 20px;
            display: block;
        }

    .reseller-price tbody tr .elegant-icon {
        line-height: 22px;
    }

    .price tbody tr.price-title th {
        font-size: 16px;
        padding: 9px 10px 8px;
        line-height: 1.4;
    }

    .reseller-price tbody tr td, .reseller-price tfoot tr td, .reseller-price thead tr th {
        max-width: none;
        min-width: auto;
        width: auto;
    }

    .reseller-price tbody tr td, .reseller-price tbody tr th {
        font-size: 13px;
        padding: 11px 10px 10px;
        line-height: 1.7;
    }

    .reseller-price tfoot {
        display: none;
    }

        .reseller-price tbody tr th, .reseller-price tfoot tr td:first-child, .reseller-price thead tr th:first-child {
            max-width: 180px !important;
            min-width: 180px !important;
            width: 180px !important;
        }

    .reseller-price thead tr td, .reseller-price thead tr th {
        padding: 11px 7px 10px;
    }

        .reseller-price thead tr td h2, .reseller-price thead tr th h2 {
            font-size: 14px;
        }

    .reseller-price tbody tr:nth-child(2n+1) th:first-child {
        border-left: 1px solid #ebeff7;
    }

    .reseller-price tbody tr:nth-child(2n) th:first-child {
        border-left: 1px solid #f2f6fa;
    }

    .price tfoot, .price thead {
        display: none;
    }

    .kt-notice-inner {
        text-align: center;
        padding: 15px;
        margin-right: 25px;
    }

        .kt-notice-inner .button {
            float: none;
            margin-top: 2px;
        }

        .kt-notice-inner .kt-notice-text {
            float: none;
        }

    .blog-section-holder {
        padding-bottom: 40px;
    }

    .blog .ebook-holder {
        padding-bottom: 60px;
        padding-top: 0;
    }

    .header-content-inner {
        padding: 45px 25px 60px;
    }

    .header-left {
        width: 50% !important;
    }

    .help-category h2 {
        text-align: right;
    }

    .ebook-image {
        display: block;
        width: 300px;
        margin: 0 auto 45px;
    }

    .ebook-inner {
        width: auto !important;
        padding-left: 0 !important;
        text-align: center;
        display: block;
    }

    .fixed-contact-button {
        display: none;
    }

    .mobile-contact-button {
        display: block;
    }

    body:not(.blog) {
        padding-bottom: 67px;
    }

    .testimonials-slide-image {
        position: relative;
        height: 270px;
        width: 100%;
        border-radius: 5px 5px 0 0;
    }

        .testimonials-slide-image:before {
            transform: skewY(3deg);
            transform-origin: right top;
            border-radius: 0 0 0 62px;
        }

        .testimonials-slide-image:after {
            transform: skewY(0);
            transform-origin: left bottom;
            border-radius: 0 62px 0 53px;
        }

    .testimonials-slide-content {
        height: auto;
        margin-right: 0;
    }

    .testimonials-slide-content-inner {
        padding: 35px 30px 30px;
    }

    .testimonials-slider {
        margin-right: 18px;
        margin-left: 18px;
    }

    .guarantees {
        padding: 15px 25px;
    }

    .guarantees-item {
        width: 100%;
        text-align: right !important;
        padding: 8px 0;
    }

    .related-posts-inner .related-post {
        width: 100%;
    }

    .customers-logo-outer {
        margin-top: -20px;
        transform: scale(.8);
    }

    .ebook-details {
        padding: 70px 40px 40px;
    }

    .wrapper {
        padding: 0 15px;
    }

    .kt-row.pdf-files .column {
        width: 33.3333%;
    }

        .kt-row.pdf-files .column:last-child {
            width: 100%;
        }

    .blog-instagram {
        padding: 60px 25px;
    }

    .center-in-mobile, .center-in-mobile .row-inner-holder, .center-in-mobile p, .center-in-mobile span {
        text-align: center !important;
    }

    .right-in-mobile, .right-in-mobile .row-inner-holder, .right-in-mobile p, .right-in-mobile span {
        text-align: right !important;
    }

    .left-in-mobile, .left-in-mobile .row-inner-holder, .left-in-mobile p, .left-in-mobile span {
        text-align: left !important;
    }

    .padding-left-none-mobile, .padding-left-none-mobile > .vc_column-inner {
        padding-left: 0 !important;
    }

    .padding-right-none-mobile, .padding-right-none-mobile > .vc_column-inner {
        padding-right: 0 !important;
    }

    .autoheight-mobile {
        height: auto !important;
    }

    .visible-in-mobile {
        display: block !important;
    }

    .hidden-in-mobile {
        display: none !important;
    }

    .send-sms-number {
        padding: 30px 20px;
    }

        .send-sms-number span {
            display: block;
            width: auto;
            font-size: 45px;
            line-height: 1;
            margin-top: 5px;
        }

    .noUi-target {
        margin: -4px 30px 0;
    }

    .send-sms-plans-head {
        display: none;
    }

    .send-sms-plans {
        padding: 40px 20px 30px;
    }

    .send-sms-bottom {
        padding: 30px 20px 10px;
    }

    .send-sms-plan {
        padding: 30px 20px;
    }

        .send-sms-plan > div {
            float: none;
            width: 100% !important;
            text-align: center !important;
        }

        .send-sms-plan .button {
            margin-top: 10px;
        }

        .send-sms-plan span {
            padding-top: 0;
            line-height: 1.6;
        }

    .blog-single-content-inner .ebook-image {
        margin: 0 auto 30px;
    }

        .blog-single-content-inner .ebook-image img {
            margin: 0 auto !important;
        }

    .blog-single-content-inner .ebook-holder {
        padding: 40px;
    }
}

@media (max-width:649px) {
    .blog-cat-desc {
        padding: 30px;
    }

        .blog-cat-desc ol, .blog-cat-desc ul {
            margin-bottom: 20px;
        }

    .kt-coupon-holder {
        padding: 20px 25px 25px;
    }

    .kt-coupon-top {
        flex-direction: column;
    }

    .kt-coupon-desc {
        text-align: center;
        padding: 30px 30px 35px;
    }

        .kt-coupon-desc:before {
            background-position: bottom center;
            background-size: 20px 20px;
            width: 100%;
            height: 10px;
            bottom: 0;
            top: auto;
        }

    .blog-cta-text {
        float: none;
        margin-top: 0;
        text-align: center;
    }

    .blog-cta-btn {
        float: none;
        margin-top: 12px;
    }

        .blog-cta-btn span {
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
            margin-top: 0;
        }

    .blog-cta i {
        display: none;
    }

    .kt-notice-inner .kt-notice-close {
        right: -1.2em;
    }

    .kt-row.pdf-files .column {
        width: 50%;
    }

    .modal-contact-left {
        padding: 40px 30px;
    }

    .modal-contact-right-inner {
        padding: 40px 30px 0;
    }

    .modal-contact-bottom {
        padding-bottom: 40px;
    }

    .contact-form-email, .contact-form-name, .contact-form-phone, .contact-form-website, .modal-contact-form-email, .modal-contact-form-name, .modal-contact-form-phone, .modal-contact-form-website, .submit-review-form-company, .submit-review-form-name {
        width: 100%;
    }

    .contact-form-email, .contact-form-name, .modal-contact-form-email, .modal-contact-form-name, .submit-review-form-name {
        margin-left: 0;
    }

    .call-to-action {
        padding: 25px 20px;
    }

    .page-content-inner {
        padding: 30px;
    }

    .invoice .invoice-footer div:nth-child(1), .invoice .invoice-head div:nth-child(1), .invoice .invoice-item div:nth-child(1) {
        width: 31.75%;
    }

    .invoice .invoice-footer div:nth-child(2), .invoice .invoice-head div:nth-child(2), .invoice .invoice-item div:nth-child(2) {
        width: 19.75%;
    }

    .invoice .invoice-footer div:nth-child(4), .invoice .invoice-footer div:nth-child(5), .invoice .invoice-head div:nth-child(4), .invoice .invoice-head div:nth-child(5), .invoice .invoice-item div:nth-child(4), .invoice .invoice-item div:nth-child(5) {
        width: 24.25%;
    }

    .invoice .invoice-footer div:nth-child(3), .invoice .invoice-head div:nth-child(3), .invoice .invoice-item div:nth-child(3) {
        display: none;
    }

    .blog-single:before {
        height: 830px;
    }

    .footer-top .kt-row .column {
        width: 100% !important;
    }

    .widget-title {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .footer-top {
        padding: 50px 0;
    }

    .copyright {
        float: none;
        max-width: none;
        padding: 15px 0;
        text-align: center;
    }

    .footer-logos {
        float: none;
        text-align: center;
        padding-top: 15px;
    }

    .blog-header-categories {
        float: none;
        margin-bottom: 10px;
    }

        .blog-header-categories:before {
            display: none;
        }

        .blog-header-categories .button {
            width: 100%;
        }

    .blog-header-categories-holder {
        width: 100%;
        right: 0;
        margin-top: 15px;
    }

    .search-form {
        float: none;
    }

        .search-form input {
            width: 100%;
        }

    .blog-header-social-icons {
        float: none;
        text-align: center;
        margin-top: 17px;
        margin-left: 0;
        direction: ltr;
    }

        .blog-header-social-icons a {
            float: none;
            display: inline-block;
        }
}

@media (max-width:575px) {
    .kt-updates-holder:after, .kt-updates-holder:before {
        display: none;
    }

    .kt-updates-inner {
        margin-right: 0;
    }

    .kt-updates-month-badge {
        margin-top: 0;
        float: none;
        margin-bottom: 20px;
        box-shadow: none;
    }

        .kt-updates-month-badge:before {
            display: none;
        }

    .header-content-buttons .button.button-default {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .contact-button-holder {
        display: block;
    }
}

@media (max-width:550px) {
    .blog-single-content-inner .ebook-image {
        margin: 0 auto 22px;
    }

    .blog-single-content-inner .ebook-holder {
        padding: 30px;
    }

    .blog-single-content-inner .ebook-inner .button {
        margin-top: 15px;
    }

    .kt-ebook-modal .kt-modal-content, .kt-help-modal .kt-modal-content {
        padding: 25px;
    }

    .kt-ebook-modal .kt-modal-close, .kt-help-modal .kt-modal-close {
        left: 25px;
        top: 25px;
    }

    .ebook-modal-title, .help-modal-title {
        padding-bottom: 12px;
    }

    .index-support > .vc_column-inner > .wpb_wrapper {
        padding: 50px 25px 35px;
    }

    .header-left {
        width: 58% !important;
    }

    .inline-related-post, .related-posts-inner .related-post a {
        padding: 15px;
    }

    .author-bio-holder .author-avatar {
        display: none;
    }

    .author-bio-holder .author-bio-desc-outer {
        padding: 0;
    }

    .blog-goto-comments {
        text-align: center;
    }

        .blog-goto-comments .button, .blog-goto-comments span {
            float: none;
        }

        .blog-goto-comments .button {
            margin-top: 8px;
        }

        .blog-goto-comments:before {
            top: 0;
        }

    .ebook-details {
        padding: 30px 20px 0;
    }

    .comment-image-holder {
        display: none;
    }

    .comment-inner {
        padding: 20px;
    }

    .button-holder {
        display: block !important;
    }

        .button-holder .button {
            margin-left: 0 !important;
        }

        .button-holder + .button-holder, .button-holder + .contact-button-holder {
            margin-top: 15px;
        }

    .activation-tabs .tabs-title-holder .tab-title {
        display: block;
        margin-bottom: 10px;
        margin-left: 0 !important;
    }

        .activation-tabs .tabs-title-holder .tab-title:last-child {
            margin-bottom: 0;
        }

    .page-content-inner {
        padding: 25px;
    }

    .check-list ul li {
        width: 100%;
    }

    .customers-inner .customer {
        width: 50%;
    }

    .invoice .invoice-footer div:nth-child(1), .invoice .invoice-head div:nth-child(1), .invoice .invoice-item div:nth-child(1) {
        width: 39.75%;
    }

    .invoice .invoice-footer div:nth-child(2), .invoice .invoice-head div:nth-child(2), .invoice .invoice-item div:nth-child(2) {
        width: 27.75%;
    }

    .invoice .invoice-footer div:nth-child(5), .invoice .invoice-head div:nth-child(5), .invoice .invoice-item div:nth-child(5) {
        width: 32.5%;
    }

    .invoice .invoice-footer div:nth-child(4), .invoice .invoice-head div:nth-child(4), .invoice .invoice-item div:nth-child(4) {
        display: none;
    }

    .invoice .invoice-footer div {
        text-align: right;
        transform-origin: right center;
    }

    .invoice-holder {
        padding: 80px 20px 5px;
        border-radius: 5px;
    }

    .invoice-title {
        font-size: 18px;
    }

    .invoice-date {
        font-size: 14px;
        margin-top: 3px;
        margin-bottom: 10px;
    }

    .help-archive-box ul li {
        width: 100%;
    }

    .help-archive-box {
        padding: 30px 30px 15px;
    }

        .help-archive-box .button.button-transparent {
            padding-top: 0;
        }

        .help-archive-box i {
            height: 80px;
            width: 80px;
            line-height: 80px;
            margin-left: 20px;
            font-size: 48px;
        }

        .help-archive-box h2 {
            font-size: 22px;
        }

    .help-archive-box-top {
        margin-bottom: 25px;
    }

    .help-archive-box.orange i {
        font-size: 44px;
    }

    .single-help .lab-single-content-inner {
        padding-top: 5px;
    }

    .lab-single-content, .lab-single-gallery {
        padding: 25px;
    }

    .lab-single-comments {
        padding: 25px 25px 0;
    }

    .comment-open-button, .comments-title-outer {
        float: none;
    }

    .comments-title {
        text-align: center;
        padding-bottom: 22px;
    }

    .comment-open-button {
        margin-top: 10px;
    }

    .lab-single-details {
        padding: 30px 25px 25px;
    }

    .lab-single-alerts {
        padding: 10px 25px;
    }

    .kt-ads-box .blog-ads-icon {
        float: none;
        margin: 0 auto !important;
    }

    .kt-ads-box-desc {
        padding: 12px 0 0;
        overflow: visible;
        text-align: center;
    }

    .kt-ads-box-text {
        margin-bottom: 12px;
        margin-top: 3px;
    }

    .kt-ads-box-phone {
        margin-right: 15px;
    }

    .kt-ads-box {
        padding: 35px 30px 30px;
    }
}

.page-holder, body, html {
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow-x: hidden !important;
}

@media (max-width:520px) {
    #registerIframe {
        height: 527px;
    }

    .blog-ads-fixed {
        width: auto;
        right: 25px;
    }
}

@media (max-width:450px) {
    .kt-ads-box {
        padding: 35px 25px 25px;
    }

    .blog-ads {
        padding: 35px 25px;
    }

    .kt-coupon-top {
        margin: 0 15px;
    }

    .kt-coupon-desc {
        padding: 25px 25px 30px;
    }

    .kt-coupon-holder {
        padding: 15px 20px 23px;
    }

    .kt-coupon-bottom {
        text-align: center;
    }

        .kt-coupon-bottom .button {
            float: none;
        }

        .kt-coupon-bottom div {
            float: none;
            margin-top: 0;
            margin-bottom: 8px;
        }

    .khadamati-tabs .tabs-title-holder .tab-title {
        width: calc(50% - 5px);
    }

        .khadamati-tabs .tabs-title-holder .tab-title:nth-child(3), .khadamati-tabs .tabs-title-holder .tab-title:nth-child(6) {
            margin-left: 10px;
        }

        .khadamati-tabs .tabs-title-holder .tab-title:nth-child(2n) {
            margin-left: 0;
        }

        .khadamati-tabs .tabs-title-holder .tab-title:nth-child(3) {
            margin-top: 10px;
        }

        .khadamati-tabs .tabs-title-holder .tab-title:last-child {
            width: 100%;
        }

    .portal {
        padding-top: 66.07%;
        height: auto;
    }

    .ebook-page-title h1 {
        font-size: 30px;
    }

        .ebook-page-title h1 span {
            font-size: 36px;
        }

    .testimonials-style2 .testimonials-logo {
        margin-top: 0;
    }
}

@media (max-width:400px) {
    .creative-image .vc_single_image-wrapper:before {
        display: none;
    }

    #contact-form-file + label {
        width: 100%;
        margin-left: 0;
    }

    form .contact-form-submit {
        width: 100%;
    }
}

@media (max-width:374px) {
    .help-archive-box i {
        display: block;
        margin-bottom: 15px;
    }

    .mobile-contact-button {
        padding-left: 10px;
        padding-right: 10px;
    }

    .wrapper {
        padding: 0 10px;
    }
}

@media (max-width:330px) {
    .application-button {
        display: block;
        margin: 0 auto !important;
    }

        .application-button.appstore-button {
            margin-bottom: 10px !important;
        }
}

.input {
    position: relative;
    margin-bottom: 45px;
    padding: 5px;
    border: 1px solid #e6ebf1;
    border-radius: 3px;
    background-color: #fff;
}

    .input:focus {
        border: 1px solid #398439;
    }

    .input input, .input select {
        font-size: 14px;
        padding: 17px 10px 1px 5px;
        display: block;
        border: none;
        height: 38px;
        font-family: IRANSans,Tahoma;
        font-weight: 500;
        color: #474b53;
    }

    .input select {
        padding: 0;
    }

    .input input:focus {
        outline: 0;
    }

    .input label {
        color: #949494;
        font-size: 15px;
        font-weight: 300;
        position: absolute;
        pointer-events: none;
        right: 15px;
        top: 12px;
        width: 100% !important;
        text-align: right !important;
        transition: .1s ease all;
        -moz-transition: .1s ease all;
        -webkit-transition: .1s ease all;
    }

    .input.active label {
        top: 5px;
        font-size: 13px;
        font-weight: 300;
    }

div.input {
    margin-bottom: 10px;
    padding-top: 7px;
}

div.input {
    margin-bottom: 10px;
    padding-top: 7px;
}

    div.input.error .error-message {
        margin: 0 10px;
        padding: 8px 0 3px;
    }

form .input.required label:after {
    color: #e32;
    content: '*';
    display: inline;
}

.register-text {
    padding: 15px 20px;
    line-height: 1.6;
    font-size: 14px;
    text-align: right;
}

    .register-text span {
        font-weight: 500;
        color: #7966ff;
    }


.kt-buy-modal .register-fields-holder {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .kt-buy-modal .register-fields-holder:after, .kt-buy-modal .register-fields-holder:before {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity .2s ease-in-out;
        -moz-transition: opacity .2s ease-in-out;
        -ms-transition: opacity .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out;
    }

    .kt-buy-modal .register-fields-holder:before {
        content: '';
        z-index: 2;
        background: rgba(255,255,255,.85);
    }

    .kt-buy-modal .register-fields-holder:after {
        content: '';
        background: #fff url(/Content/img/image-loading.svg) no-repeat center;
        height: 40px;
        margin: auto;
        z-index: 3;
        width: 40px;
        border-radius: 100%;
        box-shadow: 0 5px 30px rgba(21,45,84,.2);
    }

    .kt-buy-modal .register-fields-holder.is-loading:after, .kt-buy-modal .register-fields-holder.is-loading:before {
        opacity: 1;
        pointer-events: auto;
    }


.register-plans {
    text-align: right;
    padding: 20px;
    position: relative;
}

/*.kt-buy-modal .register-plans-holder .button {
    display: none;
}*/

.kt-buy-modal .register-plans {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .kt-buy-modal .register-plans:after, .kt-buy-modal .register-plans:before {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity .2s ease-in-out;
        -moz-transition: opacity .2s ease-in-out;
        -ms-transition: opacity .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out;
    }

    .kt-buy-modal .register-plans:before {
        content: '';
        z-index: 2;
        background: rgba(255,255,255,.85);
    }

    .kt-buy-modal .register-plans:after {
        content: '';
        background: #fff url(/Content/img/image-loading.svg) no-repeat center;
        height: 40px;
        margin: auto;
        z-index: 3;
        width: 40px;
        border-radius: 100%;
        box-shadow: 0 5px 30px rgba(21,45,84,.2);
    }

    .kt-buy-modal .register-plans.is-loading:after, .kt-buy-modal .register-plans.is-loading:before {
        opacity: 1;
        pointer-events: auto;
    }


.register-plans .register-plan:last-child {
    margin: 0 !important;
}

.register-fields {
    padding: 20px;
    padding-top: 0 !important;
}

    .register-fields span {
        font-size: 12px;
        color: #ff5e5e;
        margin-bottom: 2px;
        display: block;
        position: relative;
        top: -6px;
    }

        .register-fields span:last-child {
            margin-bottom: -8px;
        }

    .register-fields div.input:last-child {
        margin-bottom: 0 !important;
    }

.register-plan-input {
    display: none;
}

    .register-plan-input + .register-plan {
        border-radius: 5px;
        padding: 10px 15px 9px !important;
        background: #fff;
        box-shadow: 0 3px 15px rgba(0,0,0,.08);
        margin-bottom: 6px;
        position: relative;
        cursor: pointer;
        display: block;
    }

        .register-plan-input + .register-plan:before {
            display: none;
        }

        .register-plan-input + .register-plan:after {
            width: 16px;
            height: 16px;
            border-radius: 100%;
            position: absolute;
            right: -8px;
            background: #fff;
            box-shadow: 0 0 15px rgba(0,0,0,.15);
            top: 15px;
            color: #7ea1d1;
            line-height: 17px;
            text-align: center;
            content: "\f00c";
            font-family: FontAwesome;
            font-size: 10px;
            padding-left: 1px;
            opacity: 0;
            -webkit-transition: opacity .25s cubic-bezier(.69,0,.19,1);
            -moz-transition: opacity .25s cubic-bezier(.69,0,.19,1);
            -ms-transition: opacity .25s cubic-bezier(.69,0,.19,1);
            -o-transition: opacity .25s cubic-bezier(.69,0,.19,1);
            transition: opacity .25s cubic-bezier(.69,0,.19,1);
        }

.register-plan-title {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
}

    .register-plan-title span {
        font-size: 10px;
        line-height: 1;
        padding: 5px 6px 4px;
        border-radius: 10px;
        margin-right: 5px;
    }

.button.register-button {
    width: 100%;
    border-radius: 0 0 5px 5px !important;
    box-shadow: none !important;
    padding: 12px !important;
    font-weight: 500;
    font-size: 15px;
    top: 0 !important;
}

.button.btn-ConformCode {
    width: 100%;
    border-radius: 0 0 5px 5px !important;
    box-shadow: none !important;
    padding: 12px !important;
    font-weight: 500;
    font-size: 15px;
    top: 0 !important;
}


.register-plan-green .register-plan-price {
    color: #7966ff;
}

.register-plan-green .register-plan-title span {
    background: rgba(106,200,71,.15);
    color: #7966ff;
}

.register-plan-orange .register-plan-price {
    color: #ffb931;
}

.register-plan-orange .register-plan-title span {
    background: rgba(255,185,49,.15);
    color: #ffb931;
}

.register-plan-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.register-plan-features {
    display: flex;
    margin-top: 2px;
    font-weight: 400;
    justify-content: space-between;
}

    .register-plan-features span {
        color: #5e6168;
        font-size: 10px;
    }

.register-plan-price {
    font-weight: 600;
    font-size: 18px;
    color: #474b53;
    display: flex;
    align-items: baseline;
    line-height: 1.5;
}

    .register-plan-price span {
        color: #85878d;
        font-size: 11px;
        font-weight: 400;
        margin-right: 4px;
        position: relative;
        top: 1px;
    }

    .register-plan, .register-plan-features span, .register-plan-price, .register-plan-price span, .register-plan-price b, .register-plan-title, .register-plan-title span {
        -webkit-transition: all .15s ease-in-out;
        -moz-transition: all .15s ease-in-out;
        -ms-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
    }

.register-plan-input:checked + .register-plan {
    background: #7ea1d1;
}

    .register-plan-input:checked + .register-plan:after {
        opacity: 1;
    }

    .register-plan-input:checked + .register-plan .register-plan-features span, .register-plan-input:checked + .register-plan .register-plan-price, .register-plan-input:checked + .register-plan .register-plan-price b, .register-plan-input:checked + .register-plan .register-plan-price span, .register-plan-input:checked + .register-plan .register-plan-title, .register-plan-input:checked + .register-plan .register-plan-title span {
        color: #fff !important;
    }

        .register-plan-input:checked + .register-plan .register-plan-title span {
            background: rgba(0,0,0,.1) !important;
        }

.register-title {
    text-align: right;
    line-height: 1;
    padding-top: 20px;
    padding-right: 20px;
    font-size: 20px;
    margin-bottom: -1px;
}

@media (min-width:375px) {
    .register-text {
        padding: 15px 25px;
        font-size: 15px;
    }

    .register-plan-input + .register-plan:after {
        line-height: 20px;
        width: 18px;
        height: 18px;
        font-size: 11px;
        right: -9px;
    }

    .kt-modal-inner.kt-buy-modal {
        max-width: 355px;
    }

        .kt-modal-inner.kt-buy-modal .kt-modal-close {
            left: 25px;
            top: 25px;
            width: 25px;
            height: 25px;
            margin-top: 1px;
        }

            .kt-modal-inner.kt-buy-modal .kt-modal-close:after, .kt-modal-inner.kt-buy-modal .kt-modal-close:before {
                height: 30px;
            }

    .register-title {
        padding-top: 25px;
        padding-right: 25px;
        font-size: 22px;
    }

    .button.register-button {
        padding: 14px !important;
        font-size: 16px;
    }

    .register-plan-input + .register-plan {
        padding: 13px 18px 12px !important;
        margin-bottom: 8px;
    }

    .register-plan-title {
        font-size: 17px;
    }

        .register-plan-title span {
            font-size: 11px;
            padding: 7px 8px 6px;
            margin-right: 7px;
        }

    .register-plan-price {
        font-size: 19px;
    }

        .register-plan-price span {
            font-size: 12px;
            top: 0;
            margin-right: 5px;
        }

    .register-plan-features {
        margin-top: 3px;
    }

        .register-plan-features span {
            font-size: 11px;
        }

    .register-fields, .register-plans {
        padding: 25px;
    }
}

@media (min-width:410px) {
    .register-text {
        padding: 20px 30px;
        font-size: 16px;
    }

    .register-plan-input + .register-plan:after {
        width: 22px;
        height: 22px;
        right: -11px;
        top: 17px;
        line-height: 24px;
        font-size: 13px;
    }

    .kt-modal-inner.kt-buy-modal {
        max-width: 390px;
    }

        .kt-modal-inner.kt-buy-modal .kt-modal-close {
            left: 30px;
            top: 30px;
            width: 30px;
            height: 30px;
        }

            .kt-modal-inner.kt-buy-modal .kt-modal-close:after, .kt-modal-inner.kt-buy-modal .kt-modal-close:before {
                height: 34px;
            }

    .register-title {
        padding-top: 30px;
        padding-right: 30px;
        font-size: 24px;
    }

    .button.register-button {
        padding: 15px !important;
        font-size: 17px;
    }

    .register-plan-input + .register-plan {
        padding: 16px 24px 15px !important;
        margin-bottom: 10px;
    }

    .register-plan-title {
        font-size: 18px;
    }

    .register-plan-price {
        font-size: 20px;
    }

        .register-plan-price span {
            font-size: 13px;
        }

    .register-plan-features {
        margin-top: 4px;
    }

        .register-plan-features span {
            font-size: 12px;
        }

    .register-fields, .register-plans {
        padding: 30px;
    }
}

.register-holder {
    overflow: hidden;
    position: relative;
    text-align: right;
    -webkit-transition: height .5s cubic-bezier(.68,.01,.31,.93);
    -moz-transition: height .5s cubic-bezier(.68,.01,.31,.93);
    -ms-transition: height .5s cubic-bezier(.68,.01,.31,.93);
    -o-transition: height .5s cubic-bezier(.68,.01,.31,.93);
    transition: height .5s cubic-bezier(.68,.01,.31,.93);
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.register-tab {
    position: absolute;
    padding-top: 3px;
    right: -10000px;
    top: 0;
    visibility: hidden;
    width: 100%;
    opacity: 0;
}

    .register-tab.active {
        position: static;
        right: auto;
        visibility: visible;
        opacity: 1;
    }

.register-next-step + .button {
    display: none;
}

.register-one-step .register-next-step {
    display: none;
}

    .register-one-step .register-next-step + .button {
        display: block;
    }

.register-plan-price b {
    font-size: 0.8em;
    margin-left: 7px;
    text-decoration: line-through;
    color: #ff5e5e;
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */ @font-face {
    font-family: FontAwesome;
    src: url(/Content/themes/IranHLS/css/fontawesome/fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(/Content/themes/IranHLS/css/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(/Content/themes/IranHLS/css/fontawesome/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(/Content/themes/IranHLS/css/fontawesome/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(/Content/themes/IranHLS/css/fontawesome/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url(/Content/themes/IranHLS/css/fontawesome/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.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(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1,1);
    -ms-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);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1);
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-cog:before, .fa-gear:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-cogs:before, .fa-gears:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc";
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd";
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

.fa-gavel:before, .fa-legal:before {
    content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-bolt:before, .fa-flash:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150";
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151";
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152";
}

.fa-eur:before, .fa-euro:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

.fa-inr:before, .fa-rupee:before {
    content: "\f156";
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157";
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158";
}

.fa-krw:before, .fa-won:before {
    content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-try:before, .fa-turkish-lira:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c";
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5";
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6";
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: "\f1d0";
}

.fa-empire:before, .fa-ge:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}

.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8";
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-bed:before, .fa-hotel:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-y-combinator:before, .fa-yc:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-television:before, .fa-tv:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: "\f2a3";
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-sign-language:before, .fa-signing:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

@font-face {
    font-family: ElegantIcons;
    font-weight: 400;
    font-style: normal;
    src: url(/Content/themes/IranHLS/css/elegant-icons/fonts/ElegantIcons.eot);
    src: url(/Content/themes/IranHLS/css/elegant-icons/fonts/ElegantIcons.eot?#iefix) format('embedded-opentype'), url(/Content/themes/IranHLS/css/elegant-icons/fonts/ElegantIcons.woff) format('woff'), url(/Content/themes/IranHLS/css/elegant-icons/fonts/ElegantIcons.ttf) format('truetype'), url(/Content/themes/IranHLS/css/elegant-icons/fonts/ElegantIcons.svg#ElegantIcons) format('svg');
}

.elegant-icon, .elegant-social-icon {
    font-family: ElegantIcons;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.elegant-icon {
    line-height: 1;
}

.arrow_up:before {
    content: '\21';
}

.arrow_down:before {
    content: '\22';
}

.arrow_left:before {
    content: '\23';
}

.arrow_right:before {
    content: '\24';
}

.arrow_left-up:before {
    content: '\25';
}

.arrow_right-up:before {
    content: '\26';
}

.arrow_right-down:before {
    content: '\27';
}

.arrow_left-down:before {
    content: '\28';
}

.arrow-up-down:before {
    content: '\29';
}

.arrow_up-down_alt:before {
    content: '\2a';
}

.arrow_left-right_alt:before {
    content: '\2b';
}

.arrow_left-right:before {
    content: '\2c';
}

.arrow_expand_alt2:before {
    content: '\2d';
}

.arrow_expand_alt:before {
    content: '\2e';
}

.arrow_condense:before {
    content: '\2f';
}

.arrow_expand:before {
    content: '\30';
}

.arrow_move:before {
    content: '\31';
}

.arrow_carrot-up:before {
    content: '\32';
}

.arrow_carrot-down:before {
    content: '\33';
}

.arrow_carrot-left:before {
    content: '\34';
}

.arrow_carrot-right:before {
    content: '\35';
}

.arrow_carrot-2up:before {
    content: '\36';
}

.arrow_carrot-2down:before {
    content: '\37';
}

.arrow_carrot-2left:before {
    content: '\38';
}

.arrow_carrot-2right:before {
    content: '\39';
}

.arrow_carrot-up_alt2:before {
    content: '\3a';
}

.arrow_carrot-down_alt2:before {
    content: '\3b';
}

.arrow_carrot-left_alt2:before {
    content: '\3c';
}

.arrow_carrot-right_alt2:before {
    content: '\3d';
}

.arrow_carrot-2up_alt2:before {
    content: '\3e';
}

.arrow_carrot-2down_alt2:before {
    content: '\3f';
}

.arrow_carrot-2left_alt2:before {
    content: '\40';
}

.arrow_carrot-2right_alt2:before {
    content: '\41';
}

.arrow_triangle-up:before {
    content: '\42';
}

.arrow_triangle-down:before {
    content: '\43';
}

.arrow_triangle-left:before {
    content: '\44';
}

.arrow_triangle-right:before {
    content: '\45';
}

.arrow_triangle-up_alt2:before {
    content: '\46';
}

.arrow_triangle-down_alt2:before {
    content: '\47';
}

.arrow_triangle-left_alt2:before {
    content: '\48';
}

.arrow_triangle-right_alt2:before {
    content: '\49';
}

.arrow_back:before {
    content: '\4a';
}

.icon_minus-06:before {
    content: '\4b';
}

.icon_plus:before {
    content: '\4c';
}

.icon_close:before {
    content: '\4d';
}

.icon_check:before {
    content: '\4e';
}

.icon_minus_alt2:before {
    content: '\4f';
}

.icon_plus_alt2:before {
    content: '\50';
}

.icon_close_alt2:before {
    content: '\51';
}

.icon_check_alt2:before {
    content: '\52';
}

.icon_zoom-out_alt:before {
    content: '\53';
}

.icon_zoom-in_alt:before {
    content: '\54';
}

.icon_search:before {
    content: '\55';
}

.icon_box-empty:before {
    content: '\56';
}

.icon_box-selected:before {
    content: '\57';
}

.icon_minus-box:before {
    content: '\58';
}

.icon_plus-box:before {
    content: '\59';
}

.icon_box-checked:before {
    content: '\5a';
}

.icon_circle-empty:before {
    content: '\5b';
}

.icon_circle-slelected:before {
    content: '\5c';
}

.icon_stop_alt2:before {
    content: '\5d';
}

.icon_stop:before {
    content: '\5e';
}

.icon_pause_alt2:before {
    content: '\5f';
}

.icon_pause:before {
    content: '\60';
}

.icon_menu:before {
    content: '\61';
}

.icon_menu-square_alt2:before {
    content: '\62';
}

.icon_menu-circle_alt2:before {
    content: '\63';
}

.icon_ul:before {
    content: '\64';
}

.icon_ol:before {
    content: '\65';
}

.icon_adjust-horiz:before {
    content: '\66';
}

.icon_adjust-vert:before {
    content: '\67';
}

.icon_document_alt:before {
    content: '\68';
}

.icon_documents_alt:before {
    content: '\69';
}

.icon_pencil:before {
    content: '\6a';
}

.icon_pencil-edit_alt:before {
    content: '\6b';
}

.icon_pencil-edit:before {
    content: '\6c';
}

.icon_folder-alt:before {
    content: '\6d';
}

.icon_folder-open_alt:before {
    content: '\6e';
}

.icon_folder-add_alt:before {
    content: '\6f';
}

.icon_info_alt:before {
    content: '\70';
}

.icon_error-oct_alt:before {
    content: '\71';
}

.icon_error-circle_alt:before {
    content: '\72';
}

.icon_error-triangle_alt:before {
    content: '\73';
}

.icon_question_alt2:before {
    content: '\74';
}

.icon_question:before {
    content: '\75';
}

.icon_comment_alt:before {
    content: '\76';
}

.icon_chat_alt:before {
    content: '\77';
}

.icon_vol-mute_alt:before {
    content: '\78';
}

.icon_volume-low_alt:before {
    content: '\79';
}

.icon_volume-high_alt:before {
    content: '\7a';
}

.icon_quotations:before {
    content: '\7d';
}

.icon_quotations_alt2:before {
    content: '\7c';
}

.icon_clock_alt:before {
    content: '\7b';
}

.icon_lock_alt:before {
    content: '\7e';
}

.icon_lock-open_alt:before {
    content: '\e000';
}

.icon_key_alt:before {
    content: '\e001';
}

.icon_cloud_alt:before {
    content: '\e002';
}

.icon_cloud-upload_alt:before {
    content: '\e003';
}

.icon_cloud-download_alt:before {
    content: '\e004';
}

.icon_image:before {
    content: '\e005';
}

.icon_images:before {
    content: '\e006';
}

.icon_lightbulb_alt:before {
    content: '\e007';
}

.icon_gift_alt:before {
    content: '\e008';
}

.icon_house_alt:before {
    content: '\e009';
}

.icon_genius:before {
    content: '\e00a';
}

.icon_mobile:before {
    content: '\e00b';
}

.icon_tablet:before {
    content: '\e00c';
}

.icon_laptop:before {
    content: '\e00d';
}

.icon_desktop:before {
    content: '\e00e';
}

.icon_camera_alt:before {
    content: '\e00f';
}

.icon_mail_alt:before {
    content: '\e010';
}

.icon_cone_alt:before {
    content: '\e011';
}

.icon_ribbon_alt:before {
    content: '\e012';
}

.icon_bag_alt:before {
    content: '\e013';
}

.icon_creditcard:before {
    content: '\e014';
}

.icon_cart_alt:before {
    content: '\e015';
}

.icon_paperclip:before {
    content: '\e016';
}

.icon_tag_alt:before {
    content: '\e017';
}

.icon_tags_alt:before {
    content: '\e018';
}

.icon_trash_alt:before {
    content: '\e019';
}

.icon_cursor_alt:before {
    content: '\e01a';
}

.icon_mic_alt:before {
    content: '\e01b';
}

.icon_compass_alt:before {
    content: '\e01c';
}

.icon_pin_alt:before {
    content: '\e01d';
}

.icon_pushpin_alt:before {
    content: '\e01e';
}

.icon_map_alt:before {
    content: '\e01f';
}

.icon_drawer_alt:before {
    content: '\e020';
}

.icon_toolbox_alt:before {
    content: '\e021';
}

.icon_book_alt:before {
    content: '\e022';
}

.icon_calendar:before {
    content: '\e023';
}

.icon_film:before {
    content: '\e024';
}

.icon_table:before {
    content: '\e025';
}

.icon_contacts_alt:before {
    content: '\e026';
}

.icon_headphones:before {
    content: '\e027';
}

.icon_lifesaver:before {
    content: '\e028';
}

.icon_piechart:before {
    content: '\e029';
}

.icon_refresh:before {
    content: '\e02a';
}

.icon_link_alt:before {
    content: '\e02b';
}

.icon_link:before {
    content: '\e02c';
}

.icon_loading:before {
    content: '\e02d';
}

.icon_blocked:before {
    content: '\e02e';
}

.icon_archive_alt:before {
    content: '\e02f';
}

.icon_heart_alt:before {
    content: '\e030';
}

.icon_star_alt:before {
    content: '\e031';
}

.icon_star-half_alt:before {
    content: '\e032';
}

.icon_star:before {
    content: '\e033';
}

.icon_star-half:before {
    content: '\e034';
}

.icon_tools:before {
    content: '\e035';
}

.icon_tool:before {
    content: '\e036';
}

.icon_cog:before {
    content: '\e037';
}

.icon_cogs:before {
    content: '\e038';
}

.arrow_up_alt:before {
    content: '\e039';
}

.arrow_down_alt:before {
    content: '\e03a';
}

.arrow_left_alt:before {
    content: '\e03b';
}

.arrow_right_alt:before {
    content: '\e03c';
}

.arrow_left-up_alt:before {
    content: '\e03d';
}

.arrow_right-up_alt:before {
    content: '\e03e';
}

.arrow_right-down_alt:before {
    content: '\e03f';
}

.arrow_left-down_alt:before {
    content: '\e040';
}

.arrow_condense_alt:before {
    content: '\e041';
}

.arrow_expand_alt3:before {
    content: '\e042';
}

.arrow_carrot_up_alt:before {
    content: '\e043';
}

.arrow_carrot-down_alt:before {
    content: '\e044';
}

.arrow_carrot-left_alt:before {
    content: '\e045';
}

.arrow_carrot-right_alt:before {
    content: '\e046';
}

.arrow_carrot-2up_alt:before {
    content: '\e047';
}

.arrow_carrot-2dwnn_alt:before {
    content: '\e048';
}

.arrow_carrot-2left_alt:before {
    content: '\e049';
}

.arrow_carrot-2right_alt:before {
    content: '\e04a';
}

.arrow_triangle-up_alt:before {
    content: '\e04b';
}

.arrow_triangle-down_alt:before {
    content: '\e04c';
}

.arrow_triangle-left_alt:before {
    content: '\e04d';
}

.arrow_triangle-right_alt:before {
    content: '\e04e';
}

.icon_minus_alt:before {
    content: '\e04f';
}

.icon_plus_alt:before {
    content: '\e050';
}

.icon_close_alt:before {
    content: '\e051';
}

.icon_check_alt:before {
    content: '\e052';
}

.icon_zoom-out:before {
    content: '\e053';
}

.icon_zoom-in:before {
    content: '\e054';
}

.icon_stop_alt:before {
    content: '\e055';
}

.icon_menu-square_alt:before {
    content: '\e056';
}

.icon_menu-circle_alt:before {
    content: '\e057';
}

.icon_document:before {
    content: '\e058';
}

.icon_documents:before {
    content: '\e059';
}

.icon_pencil_alt:before {
    content: '\e05a';
}

.icon_folder:before {
    content: '\e05b';
}

.icon_folder-open:before {
    content: '\e05c';
}

.icon_folder-add:before {
    content: '\e05d';
}

.icon_folder_upload:before {
    content: '\e05e';
}

.icon_folder_download:before {
    content: '\e05f';
}

.icon_info:before {
    content: '\e060';
}

.icon_error-circle:before {
    content: '\e061';
}

.icon_error-oct:before {
    content: '\e062';
}

.icon_error-triangle:before {
    content: '\e063';
}

.icon_question_alt:before {
    content: '\e064';
}

.icon_comment:before {
    content: '\e065';
}

.icon_chat:before {
    content: '\e066';
}

.icon_vol-mute:before {
    content: '\e067';
}

.icon_volume-low:before {
    content: '\e068';
}

.icon_volume-high:before {
    content: '\e069';
}

.icon_quotations_alt:before {
    content: '\e06a';
}

.icon_clock:before {
    content: '\e06b';
}

.icon_lock:before {
    content: '\e06c';
}

.icon_lock-open:before {
    content: '\e06d';
}

.icon_key:before {
    content: '\e06e';
}

.icon_cloud:before {
    content: '\e06f';
}

.icon_cloud-upload:before {
    content: '\e070';
}

.icon_cloud-download:before {
    content: '\e071';
}

.icon_lightbulb:before {
    content: '\e072';
}

.icon_gift:before {
    content: '\e073';
}

.icon_house:before {
    content: '\e074';
}

.icon_camera:before {
    content: '\e075';
}

.icon_mail:before {
    content: '\e076';
}

.icon_cone:before {
    content: '\e077';
}

.icon_ribbon:before {
    content: '\e078';
}

.icon_bag:before {
    content: '\e079';
}

.icon_cart:before {
    content: '\e07a';
}

.icon_tag:before {
    content: '\e07b';
}

.icon_tags:before {
    content: '\e07c';
}

.icon_trash:before {
    content: '\e07d';
}

.icon_cursor:before {
    content: '\e07e';
}

.icon_mic:before {
    content: '\e07f';
}

.icon_compass:before {
    content: '\e080';
}

.icon_pin:before {
    content: '\e081';
}

.icon_pushpin:before {
    content: '\e082';
}

.icon_map:before {
    content: '\e083';
}

.icon_drawer:before {
    content: '\e084';
}

.icon_toolbox:before {
    content: '\e085';
}

.icon_book:before {
    content: '\e086';
}

.icon_contacts:before {
    content: '\e087';
}

.icon_archive:before {
    content: '\e088';
}

.icon_heart:before {
    content: '\e089';
}

.icon_profile:before {
    content: '\e08a';
}

.icon_group:before {
    content: '\e08b';
}

.icon_grid-2x2:before {
    content: '\e08c';
}

.icon_grid-3x3:before {
    content: '\e08d';
}

.icon_music:before {
    content: '\e08e';
}

.icon_pause_alt:before {
    content: '\e08f';
}

.icon_phone:before {
    content: '\e090';
}

.icon_upload:before {
    content: '\e091';
}

.icon_download:before {
    content: '\e092';
}

.social_facebook:before {
    content: '\e093';
}

.social_twitter:before {
    content: '\e094';
}

.social_pinterest:before {
    content: '\e095';
}

.social_googleplus:before {
    content: '\e096';
}

.social_tumblr:before {
    content: '\e097';
}

.social_tumbleupon:before {
    content: '\e098';
}

.social_wordpress:before {
    content: '\e099';
}

.social_instagram:before {
    content: '\e09a';
}

.social_dribbble:before {
    content: '\e09b';
}

.social_vimeo:before {
    content: '\e09c';
}

.social_linkedin:before {
    content: '\e09d';
}

.social_rss:before {
    content: '\e09e';
}

.social_deviantart:before {
    content: '\e09f';
}

.social_share:before {
    content: '\e0a0';
}

.social_myspace:before {
    content: '\e0a1';
}

.social_skype:before {
    content: '\e0a2';
}

.social_youtube:before {
    content: '\e0a3';
}

.social_picassa:before {
    content: '\e0a4';
}

.social_googledrive:before {
    content: '\e0a5';
}

.social_flickr:before {
    content: '\e0a6';
}

.social_blogger:before {
    content: '\e0a7';
}

.social_spotify:before {
    content: '\e0a8';
}

.social_delicious:before {
    content: '\e0a9';
}

.social_facebook_circle:before {
    content: '\e0aa';
}

.social_twitter_circle:before {
    content: '\e0ab';
}

.social_pinterest_circle:before {
    content: '\e0ac';
}

.social_googleplus_circle:before {
    content: '\e0ad';
}

.social_tumblr_circle:before {
    content: '\e0ae';
}

.social_stumbleupon_circle:before {
    content: '\e0af';
}

.social_wordpress_circle:before {
    content: '\e0b0';
}

.social_instagram_circle:before {
    content: '\e0b1';
}

.social_dribbble_circle:before {
    content: '\e0b2';
}

.social_vimeo_circle:before {
    content: '\e0b3';
}

.social_linkedin_circle:before {
    content: '\e0b4';
}

.social_rss_circle:before {
    content: '\e0b5';
}

.social_deviantart_circle:before {
    content: '\e0b6';
}

.social_share_circle:before {
    content: '\e0b7';
}

.social_myspace_circle:before {
    content: '\e0b8';
}

.social_skype_circle:before {
    content: '\e0b9';
}

.social_youtube_circle:before {
    content: '\e0ba';
}

.social_picassa_circle:before {
    content: '\e0bb';
}

.social_googledrive_alt2:before {
    content: '\e0bc';
}

.social_flickr_circle:before {
    content: '\e0bd';
}

.social_blogger_circle:before {
    content: '\e0be';
}

.social_spotify_circle:before {
    content: '\e0bf';
}

.social_delicious_circle:before {
    content: '\e0c0';
}

.social_facebook_square:before {
    content: '\e0c1';
}

.social_twitter_square:before {
    content: '\e0c2';
}

.social_pinterest_square:before {
    content: '\e0c3';
}

.social_googleplus_square:before {
    content: '\e0c4';
}

.social_tumblr_square:before {
    content: '\e0c5';
}

.social_stumbleupon_square:before {
    content: '\e0c6';
}

.social_wordpress_square:before {
    content: '\e0c7';
}

.social_instagram_square:before {
    content: '\e0c8';
}

.social_dribbble_square:before {
    content: '\e0c9';
}

.social_vimeo_square:before {
    content: '\e0ca';
}

.social_linkedin_square:before {
    content: '\e0cb';
}

.social_rss_square:before {
    content: '\e0cc';
}

.social_deviantart_square:before {
    content: '\e0cd';
}

.social_share_square:before {
    content: '\e0ce';
}

.social_myspace_square:before {
    content: '\e0cf';
}

.social_skype_square:before {
    content: '\e0d0';
}

.social_youtube_square:before {
    content: '\e0d1';
}

.social_picassa_square:before {
    content: '\e0d2';
}

.social_googledrive_square:before {
    content: '\e0d3';
}

.social_flickr_square:before {
    content: '\e0d4';
}

.social_blogger_square:before {
    content: '\e0d5';
}

.social_spotify_square:before {
    content: '\e0d6';
}

.social_delicious_square:before {
    content: '\e0d7';
}

.icon_printer:before {
    content: '\e103';
}

.icon_calulator:before {
    content: '\e0ee';
}

.icon_building:before {
    content: '\e0ef';
}

.icon_floppy:before {
    content: '\e0e8';
}

.icon_drive:before {
    content: '\e0ea';
}

.icon_search-2:before {
    content: '\e101';
}

.icon_id:before {
    content: '\e107';
}

.icon_id-2:before {
    content: '\e108';
}

.icon_puzzle:before {
    content: '\e102';
}

.icon_like:before {
    content: '\e106';
}

.icon_dislike:before {
    content: '\e0eb';
}

.icon_mug:before {
    content: '\e105';
}

.icon_currency:before {
    content: '\e0ed';
}

.icon_wallet:before {
    content: '\e100';
}

.icon_pens:before {
    content: '\e104';
}

.icon_easel:before {
    content: '\e0e9';
}

.icon_flowchart:before {
    content: '\e109';
}

.icon_datareport:before {
    content: '\e0ec';
}

.icon_briefcase:before {
    content: '\e0fe';
}

.icon_shield:before {
    content: '\e0f6';
}

.icon_percent:before {
    content: '\e0fb';
}

.icon_globe:before {
    content: '\e0e2';
}

.icon_globe-2:before {
    content: '\e0e3';
}

.icon_target:before {
    content: '\e0f5';
}

.icon_hourglass:before {
    content: '\e0e1';
}

.icon_balance:before {
    content: '\e0ff';
}

.icon_rook:before {
    content: '\e0f8';
}

.icon_printer-alt:before {
    content: '\e0fa';
}

.icon_calculator_alt:before {
    content: '\e0e7';
}

.icon_building_alt:before {
    content: '\e0fd';
}

.icon_floppy_alt:before {
    content: '\e0e4';
}

.icon_drive_alt:before {
    content: '\e0e5';
}

.icon_search_alt:before {
    content: '\e0f7';
}

.icon_id_alt:before {
    content: '\e0e0';
}

.icon_id-2_alt:before {
    content: '\e0fc';
}

.icon_puzzle_alt:before {
    content: '\e0f9';
}

.icon_like_alt:before {
    content: '\e0dd';
}

.icon_dislike_alt:before {
    content: '\e0f1';
}

.icon_mug_alt:before {
    content: '\e0dc';
}

.icon_currency_alt:before {
    content: '\e0f3';
}

.icon_wallet_alt:before {
    content: '\e0d8';
}

.icon_pens_alt:before {
    content: '\e0db';
}

.icon_easel_alt:before {
    content: '\e0f0';
}

.icon_flowchart_alt:before {
    content: '\e0df';
}

.icon_datareport_alt:before {
    content: '\e0f2';
}

.icon_briefcase_alt:before {
    content: '\e0f4';
}

.icon_shield_alt:before {
    content: '\e0d9';
}

.icon_percent_alt:before {
    content: '\e0da';
}

.icon_globe_alt:before {
    content: '\e0de';
}

.icon_clipboard:before {
    content: '\e0e6';
}

.pricing-table-price span {
    float: right;
    font-size: 16px;
    top: -5px;
    right: -6px;
    position: relative;
    color: #ff5e5e;
    text-decoration: line-through;
    font-weight: 400;
    background: rgba(255,94,94,.1);
    padding: 7px 9px 3px;
    border-radius: 20px;
}

.price-value b em {
    margin-right: -5px;
    position: relative;
    font-size: 20px;
    text-decoration: line-through;
    font-weight: 400;
    color: #ff7272;
    display: inline-block;
    margin-left: 8px;
}

.td-inner-price {
    display: block;
    font-size: 12px;
    text-decoration: line-through;
    color: #ff8f8f;
    margin-bottom: -4px;
}

@media (max-width:610px) {
    .td-inner-price {
        margin-bottom: 2px;
    }
}

.responsive-menu-outer {
    direction: ltr;
}

.responsive-menu-holder {
    direction: rtl;
}

body #gform_wrapper_1 .gform_footer input[type=submit] {
    background: #ffb931;
    color: #fff;
}

body #gform_wrapper_2 .gform_footer input[type=submit] {
    background: #ffb931;
    color: #fff;
}

body #gform_wrapper_3 .gform_footer input[type=submit] {
    background: #ffb931;
    color: #fff;
}
/*#row-60a0dc9e76396>.row-inner>.row-outer-holder>.wrapper>.row-inner-holder,#row-60a0dc9e76396>.row-inner>.row-outer-holder>.row-inner-holder{margin-left:-30px;margin-right:-30px}#row-60a0dc9e76396>.row-inner>.row-outer-holder>.wrapper>.row-inner-holder>.vc_column_container>.vc_column-inner,#row-60a0dc9e76396>.row-inner>.row-outer-holder>.row-inner-holder>.vc_column_container>.vc_column-inner{padding-left:30px;padding-right:30px}*/


@charset "UTF-8";

@font-face {
    font-family: linea-ecommerce-10;
    src: url(/content/themes/IranHLS/css/linea-icons/ecommerce/fonts/linea-ecommerce-10.eot);
    src: url(/content/themes/IranHLS/css/linea-icons/ecommerce/fonts/linea-ecommerce-10.eot?#iefix) format("embedded-opentype"), url(/content/themes/IranHLS/css/linea-icons/ecommerce/fonts/linea-ecommerce-10.woff) format("woff"), url(/content/themes/IranHLS/css/linea-icons/ecommerce/fonts/linea-ecommerce-10.ttf) format("truetype"), url(/content/themes/IranHLS/css/linea-icons/ecommerce/fonts/linea-ecommerce-10.svg#linea-ecommerce-10) format("svg");
    font-weight: 400;
    font-style: normal;
}

.linea-ecommerce {
    font-family: linea-ecommerce-10 !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.linea-ecommerce-bag:before {
    content: "a";
}

.linea-ecommerce-bag-check:before {
    content: "b";
}

.linea-ecommerce-bag-cloud:before {
    content: "c";
}

.linea-ecommerce-bag-download:before {
    content: "d";
}

.linea-ecommerce-bag-minus:before {
    content: "e";
}

.linea-ecommerce-bag-plus:before {
    content: "f";
}

.linea-ecommerce-bag-refresh:before {
    content: "g";
}

.linea-ecommerce-bag-remove:before {
    content: "h";
}

.linea-ecommerce-bag-search:before {
    content: "i";
}

.linea-ecommerce-bag-upload:before {
    content: "j";
}

.linea-ecommerce-banknote:before {
    content: "k";
}

.linea-ecommerce-banknotes:before {
    content: "l";
}

.linea-ecommerce-basket:before {
    content: "m";
}

.linea-ecommerce-basket-check:before {
    content: "n";
}

.linea-ecommerce-basket-cloud:before {
    content: "o";
}

.linea-ecommerce-basket-download:before {
    content: "p";
}

.linea-ecommerce-basket-minus:before {
    content: "q";
}

.linea-ecommerce-basket-plus:before {
    content: "r";
}

.linea-ecommerce-basket-refresh:before {
    content: "s";
}

.linea-ecommerce-basket-remove:before {
    content: "t";
}

.linea-ecommerce-basket-search:before {
    content: "u";
}

.linea-ecommerce-basket-upload:before {
    content: "v";
}

.linea-ecommerce-bath:before {
    content: "w";
}

.linea-ecommerce-cart:before {
    content: "x";
}

.linea-ecommerce-cart-check:before {
    content: "y";
}

.linea-ecommerce-cart-cloud:before {
    content: "z";
}

.linea-ecommerce-cart-content:before {
    content: "A";
}

.linea-ecommerce-cart-download:before {
    content: "B";
}

.linea-ecommerce-cart-minus:before {
    content: "C";
}

.linea-ecommerce-cart-plus:before {
    content: "D";
}

.linea-ecommerce-cart-refresh:before {
    content: "E";
}

.linea-ecommerce-cart-remove:before {
    content: "F";
}

.linea-ecommerce-cart-search:before {
    content: "G";
}

.linea-ecommerce-cart-upload:before {
    content: "H";
}

.linea-ecommerce-cent:before {
    content: "I";
}

.linea-ecommerce-colon:before {
    content: "J";
}

.linea-ecommerce-creditcard:before {
    content: "K";
}

.linea-ecommerce-diamond:before {
    content: "L";
}

.linea-ecommerce-dollar:before {
    content: "M";
}

.linea-ecommerce-euro:before {
    content: "N";
}

.linea-ecommerce-franc:before {
    content: "O";
}

.linea-ecommerce-gift:before {
    content: "P";
}

.linea-ecommerce-graph1:before {
    content: "Q";
}

.linea-ecommerce-graph2:before {
    content: "R";
}

.linea-ecommerce-graph3:before {
    content: "S";
}

.linea-ecommerce-graph-decrease:before {
    content: "T";
}

.linea-ecommerce-graph-increase:before {
    content: "U";
}

.linea-ecommerce-guarani:before {
    content: "V";
}

.linea-ecommerce-kips:before {
    content: "W";
}

.linea-ecommerce-lira:before {
    content: "X";
}

.linea-ecommerce-megaphone:before {
    content: "Y";
}

.linea-ecommerce-money:before {
    content: "Z";
}

.linea-ecommerce-naira:before {
    content: "0";
}

.linea-ecommerce-pesos:before {
    content: "1";
}

.linea-ecommerce-pound:before {
    content: "2";
}

.linea-ecommerce-receipt:before {
    content: "3";
}

.linea-ecommerce-receipt-bath:before {
    content: "4";
}

.linea-ecommerce-receipt-cent:before {
    content: "5";
}

.linea-ecommerce-receipt-dollar:before {
    content: "6";
}

.linea-ecommerce-receipt-euro:before {
    content: "7";
}

.linea-ecommerce-receipt-franc:before {
    content: "8";
}

.linea-ecommerce-receipt-guarani:before {
    content: "9";
}

.linea-ecommerce-receipt-kips:before {
    content: "!";
}

.linea-ecommerce-receipt-lira:before {
    content: "\"";
}

.linea-ecommerce-receipt-naira:before {
    content: "#";
}

.linea-ecommerce-receipt-pesos:before {
    content: "$";
}

.linea-ecommerce-receipt-pound:before {
    content: "%";
}

.linea-ecommerce-receipt-rublo:before {
    content: "&";
}

.linea-ecommerce-receipt-rupee:before {
    content: "'";
}

.linea-ecommerce-receipt-tugrik:before {
    content: "(";
}

.linea-ecommerce-receipt-won:before {
    content: ")";
}

.linea-ecommerce-receipt-yen:before {
    content: "*";
}

.linea-ecommerce-receipt-yen2:before {
    content: "+";
}

.linea-ecommerce-recept-colon:before {
    content: ",";
}

.linea-ecommerce-rublo:before {
    content: "-";
}

.linea-ecommerce-rupee:before {
    content: ".";
}

.linea-ecommerce-safe:before {
    content: "/";
}

.linea-ecommerce-sale:before {
    content: ":";
}

.linea-ecommerce-sales:before {
    content: ";";
}

.linea-ecommerce-ticket:before {
    content: "<";
}

.linea-ecommerce-tugriks:before {
    content: "=";
}

.linea-ecommerce-wallet:before {
    content: ">";
}

.linea-ecommerce-won:before {
    content: "?";
}

.linea-ecommerce-yen:before {
    content: "@";
}

.linea-ecommerce-yen2:before {
    content: "[";
}

@charset "UTF-8";

@font-face {
    font-family: linea-basic-10;
    src: url(/content/themes/IranHLS/css/linea-icons/basic/fonts/linea-basic-10.eot);
    src: url(/content/themes/IranHLS/css/linea-icons/basic/fonts/linea-basic-10.eot?#iefix) format("embedded-opentype"), url(/content/themes/IranHLS/css/linea-icons/basic/fonts/linea-basic-10.woff) format("woff"), url(/content/themes/IranHLS/css/linea-icons/basic/fonts/linea-basic-10.ttf) format("truetype"), url(/content/themes/IranHLS/css/linea-icons/basic/fonts/linea-basic-10.svg#linea-basic-10) format("svg");
    font-weight: 400;
    font-style: normal;
}

.linea-basic {
    font-family: linea-basic-10 !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.linea-basic-accelerator:before {
    content: "a";
}

.linea-basic-alarm:before {
    content: "b";
}

.linea-basic-anchor:before {
    content: "c";
}

.linea-basic-anticlockwise:before {
    content: "d";
}

.linea-basic-archive:before {
    content: "e";
}

.linea-basic-archive-full:before {
    content: "f";
}

.linea-basic-ban:before {
    content: "g";
}

.linea-basic-battery-charge:before {
    content: "h";
}

.linea-basic-battery-empty:before {
    content: "i";
}

.linea-basic-battery-full:before {
    content: "j";
}

.linea-basic-battery-half:before {
    content: "k";
}

.linea-basic-bolt:before {
    content: "l";
}

.linea-basic-book:before {
    content: "m";
}

.linea-basic-book-pen:before {
    content: "n";
}

.linea-basic-book-pencil:before {
    content: "o";
}

.linea-basic-bookmark:before {
    content: "p";
}

.linea-basic-calculator:before {
    content: "q";
}

.linea-basic-calendar:before {
    content: "r";
}

.linea-basic-cards-diamonds:before {
    content: "s";
}

.linea-basic-cards-hearts:before {
    content: "t";
}

.linea-basic-case:before {
    content: "u";
}

.linea-basic-chronometer:before {
    content: "v";
}

.linea-basic-clessidre:before {
    content: "w";
}

.linea-basic-clock:before {
    content: "x";
}

.linea-basic-clockwise:before {
    content: "y";
}

.linea-basic-cloud:before {
    content: "z";
}

.linea-basic-clubs:before {
    content: "A";
}

.linea-basic-compass:before {
    content: "B";
}

.linea-basic-cup:before {
    content: "C";
}

.linea-basic-diamonds:before {
    content: "D";
}

.linea-basic-display:before {
    content: "E";
}

.linea-basic-download:before {
    content: "F";
}

.linea-basic-exclamation:before {
    content: "G";
}

.linea-basic-eye:before {
    content: "H";
}

.linea-basic-eye-closed:before {
    content: "I";
}

.linea-basic-female:before {
    content: "J";
}

.linea-basic-flag1:before {
    content: "K";
}

.linea-basic-flag2:before {
    content: "L";
}

.linea-basic-floppydisk:before {
    content: "M";
}

.linea-basic-folder:before {
    content: "N";
}

.linea-basic-folder-multiple:before {
    content: "O";
}

.linea-basic-gear:before {
    content: "P";
}

.linea-basic-geolocalize-01:before {
    content: "Q";
}

.linea-basic-geolocalize-05:before {
    content: "R";
}

.linea-basic-globe:before {
    content: "S";
}

.linea-basic-gunsight:before {
    content: "T";
}

.linea-basic-hammer:before {
    content: "U";
}

.linea-basic-headset:before {
    content: "V";
}

.linea-basic-heart:before {
    content: "W";
}

.linea-basic-heart-broken:before {
    content: "X";
}

.linea-basic-helm:before {
    content: "Y";
}

.linea-basic-home:before {
    content: "Z";
}

.linea-basic-info:before {
    content: "0";
}

.linea-basic-ipod:before {
    content: "1";
}

.linea-basic-joypad:before {
    content: "2";
}

.linea-basic-key:before {
    content: "3";
}

.linea-basic-keyboard:before {
    content: "4";
}

.linea-basic-laptop:before {
    content: "5";
}

.linea-basic-life-buoy:before {
    content: "6";
}

.linea-basic-lightbulb:before {
    content: "7";
}

.linea-basic-link:before {
    content: "8";
}

.linea-basic-lock:before {
    content: "9";
}

.linea-basic-lock-open:before {
    content: "!";
}

.linea-basic-magic-mouse:before {
    content: "\"";
}

.linea-basic-magnifier:before {
    content: "#";
}

.linea-basic-magnifier-minus:before {
    content: "$";
}

.linea-basic-magnifier-plus:before {
    content: "%";
}

.linea-basic-mail:before {
    content: "&";
}

.linea-basic-mail-multiple:before {
    content: "'";
}

.linea-basic-mail-open:before {
    content: "(";
}

.linea-basic-mail-open-text:before {
    content: ")";
}

.linea-basic-male:before {
    content: "*";
}

.linea-basic-map:before {
    content: "+";
}

.linea-basic-message:before {
    content: ",";
}

.linea-basic-message-multiple:before {
    content: "-";
}

.linea-basic-message-txt:before {
    content: ".";
}

.linea-basic-mixer2:before {
    content: "/";
}

.linea-basic-mouse:before {
    content: ":";
}

.linea-basic-notebook:before {
    content: ";";
}

.linea-basic-notebook-pen:before {
    content: "<";
}

.linea-basic-notebook-pencil:before {
    content: "=";
}

.linea-basic-paperplane:before {
    content: ">";
}

.linea-basic-pencil-ruler:before {
    content: "?";
}

.linea-basic-pencil-ruler-pen:before {
    content: "@";
}

.linea-basic-photo:before {
    content: "[";
}

.linea-basic-picture:before {
    content: "]";
}

.linea-basic-picture-multiple:before {
    content: "^";
}

.linea-basic-pin1:before {
    content: "_";
}

.linea-basic-pin2:before {
    content: "`";
}

.linea-basic-postcard:before {
    content: "{";
}

.linea-basic-postcard-multiple:before {
    content: "|";
}

.linea-basic-printer:before {
    content: "}";
}

.linea-basic-question:before {
    content: "~";
}

.linea-basic-rss:before {
    content: "\\";
}

.linea-basic-server:before {
    content: "\e000";
}

.linea-basic-server2:before {
    content: "\e001";
}

.linea-basic-server-cloud:before {
    content: "\e002";
}

.linea-basic-server-download:before {
    content: "\e003";
}

.linea-basic-server-upload:before {
    content: "\e004";
}

.linea-basic-settings:before {
    content: "\e005";
}

.linea-basic-share:before {
    content: "\e006";
}

.linea-basic-sheet:before {
    content: "\e007";
}

.linea-basic-sheet-multiple:before {
    content: "\e008";
}

.linea-basic-sheet-pen:before {
    content: "\e009";
}

.linea-basic-sheet-pencil:before {
    content: "\e00a";
}

.linea-basic-sheet-txt:before {
    content: "\e00b";
}

.linea-basic-signs:before {
    content: "\e00c";
}

.linea-basic-smartphone:before {
    content: "\e00d";
}

.linea-basic-spades:before {
    content: "\e00e";
}

.linea-basic-spread:before {
    content: "\e00f";
}

.linea-basic-spread-bookmark:before {
    content: "\e010";
}

.linea-basic-spread-text:before {
    content: "\e011";
}

.linea-basic-spread-text-bookmark:before {
    content: "\e012";
}

.linea-basic-star:before {
    content: "\e013";
}

.linea-basic-tablet:before {
    content: "\e014";
}

.linea-basic-target:before {
    content: "\e015";
}

.linea-basic-todo:before {
    content: "\e016";
}

.linea-basic-todo-pen:before {
    content: "\e017";
}

.linea-basic-todo-pencil:before {
    content: "\e018";
}

.linea-basic-todo-txt:before {
    content: "\e019";
}

.linea-basic-todolist-pen:before {
    content: "\e01a";
}

.linea-basic-todolist-pencil:before {
    content: "\e01b";
}

.linea-basic-trashcan:before {
    content: "\e01c";
}

.linea-basic-trashcan-full:before {
    content: "\e01d";
}

.linea-basic-trashcan-refresh:before {
    content: "\e01e";
}

.linea-basic-trashcan-remove:before {
    content: "\e01f";
}

.linea-basic-upload:before {
    content: "\e020";
}

.linea-basic-usb:before {
    content: "\e021";
}

.linea-basic-video:before {
    content: "\e022";
}

.linea-basic-watch:before {
    content: "\e023";
}

.linea-basic-webpage:before {
    content: "\e024";
}

.linea-basic-webpage-img-txt:before {
    content: "\e025";
}

.linea-basic-webpage-multiple:before {
    content: "\e026";
}

.linea-basic-webpage-txt:before {
    content: "\e027";
}

.linea-basic-world:before {
    content: "\e028";
}

/* dripicons font*/
@charset "UTF-8";

@font-face {
    font-family: dripicons-v2;
    src: url(/content/themes/IranHLS/css/dripicons/fonts/dripicons-v2.eot);
    src: url(/content/themes/IranHLS/css/dripicons/fonts/dripicons-v2.eot?#iefix) format("embedded-opentype"), url(/content/themes/IranHLS/css/dripicons/fonts/dripicons-v2.woff) format("woff"), url(/content/themes/IranHLS/css/dripicons/fonts/dripicons-v2.ttf) format("truetype"), url(/content/themes/IranHLS/css/dripicons/fonts/dripicons-v2.svg#dripicons-v2) format("svg");
    font-weight: 400;
    font-style: normal;
}

.dripicons {
    font-family: dripicons-v2 !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dripicons-alarm:before {
    content: "\61";
}

.dripicons-align-center:before {
    content: "\62";
}

.dripicons-align-justify:before {
    content: "\63";
}

.dripicons-align-left:before {
    content: "\64";
}

.dripicons-align-right:before {
    content: "\65";
}

.dripicons-anchor:before {
    content: "\66";
}

.dripicons-archive:before {
    content: "\67";
}

.dripicons-arrow-down:before {
    content: "\68";
}

.dripicons-arrow-left:before {
    content: "\69";
}

.dripicons-arrow-right:before {
    content: "\6a";
}

.dripicons-arrow-thin-down:before {
    content: "\6b";
}

.dripicons-arrow-thin-left:before {
    content: "\6c";
}

.dripicons-arrow-thin-right:before {
    content: "\6d";
}

.dripicons-arrow-thin-up:before {
    content: "\6e";
}

.dripicons-arrow-up:before {
    content: "\6f";
}

.dripicons-article:before {
    content: "\70";
}

.dripicons-backspace:before {
    content: "\71";
}

.dripicons-basket:before {
    content: "\72";
}

.dripicons-basketball:before {
    content: "\73";
}

.dripicons-battery-empty:before {
    content: "\74";
}

.dripicons-battery-full:before {
    content: "\75";
}

.dripicons-battery-low:before {
    content: "\76";
}

.dripicons-battery-medium:before {
    content: "\77";
}

.dripicons-bell:before {
    content: "\78";
}

.dripicons-blog:before {
    content: "\79";
}

.dripicons-bluetooth:before {
    content: "\7a";
}

.dripicons-bold:before {
    content: "\41";
}

.dripicons-bookmark:before {
    content: "\42";
}

.dripicons-bookmarks:before {
    content: "\43";
}

.dripicons-box:before {
    content: "\44";
}

.dripicons-briefcase:before {
    content: "\45";
}

.dripicons-brightness-low:before {
    content: "\46";
}

.dripicons-brightness-max:before {
    content: "\47";
}

.dripicons-brightness-medium:before {
    content: "\48";
}

.dripicons-broadcast:before {
    content: "\49";
}

.dripicons-browser:before {
    content: "\4a";
}

.dripicons-browser-upload:before {
    content: "\4b";
}

.dripicons-brush:before {
    content: "\4c";
}

.dripicons-calendar:before {
    content: "\4d";
}

.dripicons-camcorder:before {
    content: "\4e";
}

.dripicons-camera:before {
    content: "\4f";
}

.dripicons-card:before {
    content: "\50";
}

.dripicons-cart:before {
    content: "\51";
}

.dripicons-checklist:before {
    content: "\52";
}

.dripicons-checkmark:before {
    content: "\53";
}

.dripicons-chevron-down:before {
    content: "\54";
}

.dripicons-chevron-left:before {
    content: "\55";
}

.dripicons-chevron-right:before {
    content: "\56";
}

.dripicons-chevron-up:before {
    content: "\57";
}

.dripicons-clipboard:before {
    content: "\58";
}

.dripicons-clock:before {
    content: "\59";
}

.dripicons-clockwise:before {
    content: "\5a";
}

.dripicons-cloud:before {
    content: "\30";
}

.dripicons-cloud-download:before {
    content: "\31";
}

.dripicons-cloud-upload:before {
    content: "\32";
}

.dripicons-code:before {
    content: "\33";
}

.dripicons-contract:before {
    content: "\34";
}

.dripicons-contract-2:before {
    content: "\35";
}

.dripicons-conversation:before {
    content: "\36";
}

.dripicons-copy:before {
    content: "\37";
}

.dripicons-crop:before {
    content: "\38";
}

.dripicons-cross:before {
    content: "\39";
}

.dripicons-crosshair:before {
    content: "\21";
}

.dripicons-cutlery:before {
    content: "\22";
}

.dripicons-device-desktop:before {
    content: "\23";
}

.dripicons-device-mobile:before {
    content: "\24";
}

.dripicons-device-tablet:before {
    content: "\25";
}

.dripicons-direction:before {
    content: "\26";
}

.dripicons-disc:before {
    content: "\27";
}

.dripicons-document:before {
    content: "\28";
}

.dripicons-document-delete:before {
    content: "\29";
}

.dripicons-document-edit:before {
    content: "\2a";
}

.dripicons-document-new:before {
    content: "\2b";
}

.dripicons-document-remove:before {
    content: "\2c";
}

.dripicons-dot:before {
    content: "\2d";
}

.dripicons-dots-2:before {
    content: "\2e";
}

.dripicons-dots-3:before {
    content: "\2f";
}

.dripicons-download:before {
    content: "\3a";
}

.dripicons-duplicate:before {
    content: "\3b";
}

.dripicons-enter:before {
    content: "\3c";
}

.dripicons-exit:before {
    content: "\3d";
}

.dripicons-expand:before {
    content: "\3e";
}

.dripicons-expand-2:before {
    content: "\3f";
}

.dripicons-experiment:before {
    content: "\40";
}

.dripicons-export:before {
    content: "\5b";
}

.dripicons-feed:before {
    content: "\5d";
}

.dripicons-flag:before {
    content: "\5e";
}

.dripicons-flashlight:before {
    content: "\5f";
}

.dripicons-folder:before {
    content: "\60";
}

.dripicons-folder-open:before {
    content: "\7b";
}

.dripicons-forward:before {
    content: "\7c";
}

.dripicons-gaming:before {
    content: "\7d";
}

.dripicons-gear:before {
    content: "\7e";
}

.dripicons-graduation:before {
    content: "\5c";
}

.dripicons-graph-bar:before {
    content: "\e000";
}

.dripicons-graph-line:before {
    content: "\e001";
}

.dripicons-graph-pie:before {
    content: "\e002";
}

.dripicons-headset:before {
    content: "\e003";
}

.dripicons-heart:before {
    content: "\e004";
}

.dripicons-help:before {
    content: "\e005";
}

.dripicons-home:before {
    content: "\e006";
}

.dripicons-hourglass:before {
    content: "\e007";
}

.dripicons-inbox:before {
    content: "\e008";
}

.dripicons-information:before {
    content: "\e009";
}

.dripicons-italic:before {
    content: "\e00a";
}

.dripicons-jewel:before {
    content: "\e00b";
}

.dripicons-lifting:before {
    content: "\e00c";
}

.dripicons-lightbulb:before {
    content: "\e00d";
}

.dripicons-link:before {
    content: "\e00e";
}

.dripicons-link-broken:before {
    content: "\e00f";
}

.dripicons-list:before {
    content: "\e010";
}

.dripicons-loading:before {
    content: "\e011";
}

.dripicons-location:before {
    content: "\e012";
}

.dripicons-lock:before {
    content: "\e013";
}

.dripicons-lock-open:before {
    content: "\e014";
}

.dripicons-mail:before {
    content: "\e015";
}

.dripicons-map:before {
    content: "\e016";
}

.dripicons-media-loop:before {
    content: "\e017";
}

.dripicons-media-next:before {
    content: "\e018";
}

.dripicons-media-pause:before {
    content: "\e019";
}

.dripicons-media-play:before {
    content: "\e01a";
}

.dripicons-media-previous:before {
    content: "\e01b";
}

.dripicons-media-record:before {
    content: "\e01c";
}

.dripicons-media-shuffle:before {
    content: "\e01d";
}

.dripicons-media-stop:before {
    content: "\e01e";
}

.dripicons-medical:before {
    content: "\e01f";
}

.dripicons-menu:before {
    content: "\e020";
}

.dripicons-message:before {
    content: "\e021";
}

.dripicons-meter:before {
    content: "\e022";
}

.dripicons-microphone:before {
    content: "\e023";
}

.dripicons-minus:before {
    content: "\e024";
}

.dripicons-monitor:before {
    content: "\e025";
}

.dripicons-move:before {
    content: "\e026";
}

.dripicons-music:before {
    content: "\e027";
}

.dripicons-network-1:before {
    content: "\e028";
}

.dripicons-network-2:before {
    content: "\e029";
}

.dripicons-network-3:before {
    content: "\e02a";
}

.dripicons-network-4:before {
    content: "\e02b";
}

.dripicons-network-5:before {
    content: "\e02c";
}

.dripicons-pamphlet:before {
    content: "\e02d";
}

.dripicons-paperclip:before {
    content: "\e02e";
}

.dripicons-pencil:before {
    content: "\e02f";
}

.dripicons-phone:before {
    content: "\e030";
}

.dripicons-photo:before {
    content: "\e031";
}

.dripicons-photo-group:before {
    content: "\e032";
}

.dripicons-pill:before {
    content: "\e033";
}

.dripicons-pin:before {
    content: "\e034";
}

.dripicons-plus:before {
    content: "\e035";
}

.dripicons-power:before {
    content: "\e036";
}

.dripicons-preview:before {
    content: "\e037";
}

.dripicons-print:before {
    content: "\e038";
}

.dripicons-pulse:before {
    content: "\e039";
}

.dripicons-question:before {
    content: "\e03a";
}

.dripicons-reply:before {
    content: "\e03b";
}

.dripicons-reply-all:before {
    content: "\e03c";
}

.dripicons-return:before {
    content: "\e03d";
}

.dripicons-retweet:before {
    content: "\e03e";
}

.dripicons-rocket:before {
    content: "\e03f";
}

.dripicons-scale:before {
    content: "\e040";
}

.dripicons-search:before {
    content: "\e041";
}

.dripicons-shopping-bag:before {
    content: "\e042";
}

.dripicons-skip:before {
    content: "\e043";
}

.dripicons-stack:before {
    content: "\e044";
}

.dripicons-star:before {
    content: "\e045";
}

.dripicons-stopwatch:before {
    content: "\e046";
}

.dripicons-store:before {
    content: "\e047";
}

.dripicons-suitcase:before {
    content: "\e048";
}

.dripicons-swap:before {
    content: "\e049";
}

.dripicons-tag:before {
    content: "\e04a";
}

.dripicons-tag-delete:before {
    content: "\e04b";
}

.dripicons-tags:before {
    content: "\e04c";
}

.dripicons-thumbs-down:before {
    content: "\e04d";
}

.dripicons-thumbs-up:before {
    content: "\e04e";
}

.dripicons-ticket:before {
    content: "\e04f";
}

.dripicons-time-reverse:before {
    content: "\e050";
}

.dripicons-to-do:before {
    content: "\e051";
}

.dripicons-toggles:before {
    content: "\e052";
}

.dripicons-trash:before {
    content: "\e053";
}

.dripicons-trophy:before {
    content: "\e054";
}

.dripicons-upload:before {
    content: "\e055";
}

.dripicons-user:before {
    content: "\e056";
}

.dripicons-user-group:before {
    content: "\e057";
}

.dripicons-user-id:before {
    content: "\e058";
}

.dripicons-vibrate:before {
    content: "\e059";
}

.dripicons-view-apps:before {
    content: "\e05a";
}

.dripicons-view-list:before {
    content: "\e05b";
}

.dripicons-view-list-large:before {
    content: "\e05c";
}

.dripicons-view-thumb:before {
    content: "\e05d";
}

.dripicons-volume-full:before {
    content: "\e05e";
}

.dripicons-volume-low:before {
    content: "\e05f";
}

.dripicons-volume-medium:before {
    content: "\e060";
}

.dripicons-volume-off:before {
    content: "\e061";
}

.dripicons-wallet:before {
    content: "\e062";
}

.dripicons-warning:before {
    content: "\e063";
}

.dripicons-web:before {
    content: "\e064";
}

.dripicons-weight:before {
    content: "\e065";
}

.dripicons-wifi:before {
    content: "\e066";
}

.dripicons-wrong:before {
    content: "\e067";
}

.dripicons-zoom-in:before {
    content: "\e068";
}

.dripicons-zoom-out:before {
    content: "\e069";
}


.login-tab {
    position: absolute;
    padding-top: 3px;
    right: -10000px;
    top: 0;
    visibility: hidden;
    width: 100%;
    opacity: 0;
}

    .login-tab.active {
        position: static;
        right: auto;
        visibility: visible;
        opacity: 1;
    }

.button.btn-login {
    width: 100%;
    border-radius: 50px !important;
    box-shadow: none !important;
    padding: 12px !important;
    font-weight: normal;
    font-size: 15px;
    top: 0 !important;
    box-shadow: 0 2px 5px rgba(255,255,255,.25),0 5px 15px rgba(121,102,255,.45) !important;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
.snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 100000;
    left: 50%;
    top: 30px;
    box-shadow: 0 3px 5px -1px rgba(51, 51, 51, 0.15), 0 6px 10px 0 rgba(51, 51, 51, 0.15), 0 1px 18px 0 rgba(51, 51, 51, 0.15);
}

    /* Show the snackbar when clicking on a button (class added with JavaScript) */
    .snackbar.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 4s;
        animation: fadein 0.5s, fadeout 0.5s 4s;
    }

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        top: 30px;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        top: 30px;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 0;
    }
}

.bg-danger {
    background-color: #fa8787;
}

.bg-success {
    background-color: #52ebc1;
}

.RememberLink {
    position: absolute;
    text-align: left;
    left: 10px;
    top: 12px;
}

.p-0 {
    padding: 0;
}

.pl {
    padding-left: 0;
}

.pr {
    padding-right: 0;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}

.p-25 {
    padding: 25px;
}

/*snackbar-component {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    border-radius: 0.25rem;
    background-color: #333;
    box-shadow: 0 3px 5px -1px rgba(51, 51, 51, 0.15), 0 6px 10px 0 rgba(51, 51, 51, 0.15), 0 1px 18px 0 rgba(51, 51, 51, 0.15);
    color: rgba(255, 255, 255, 0.87);
    min-width: 350px;
    max-width: 90vw;
    transform: scale(0.87);
    opacity: 0;
    z-index: 1000;
    transform-origin: center;
    animation: notificationPop 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

snackbar-component[position][position~="bottom"] {
    bottom: 1rem;
}

snackbar-component[position][position~="top"] {
    top: 1rem;
}

snackbar-component[position][position~="center"] {
    left: 50%;
    transform: translate(-50%) scale(0.87);
    transform-origin: left center;
    animation: notificationPopCenter 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

snackbar-component[position][position~="left"] {
    left: 1.5rem;
}

snackbar-component[position][position~="right"] {
    right: 1.5rem;
}

snackbar-component p {
    padding: 0.875rem 1rem;
    line-height: 1.618;
    font-size: 0.875rem;
    margin: 0;
}

snackbar-component snackbar-actions {
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0.5rem;
}

snackbar-component snackbar-actions button {
    user-select: none;
    font-weight: 500;
    font-size: 0.875rem;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 0.5rem;
    color: #4a99ff;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    position: relative;
    background: transparent;
    border: none;
    outline: none;
}

snackbar-component snackbar-actions button:not(:last-child) {
    margin-right: 0.5rem;
}

snackbar-component snackbar-actions button:hover::before {
    transform: scale(1);
    background-color: rgba(74, 153, 255, 0.15);
    transition: transform 175ms cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 75ms ease;
}

snackbar-component snackbar-actions button:active::before {
    background-color: rgba(74, 153, 255, 0.3);
    transition: background-color 75ms ease-in-out;
}

snackbar-component snackbar-actions button::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.25rem;
    background-color: transparent;
    transform-origin: center;
    transform: scale(0.3);
    transition: all 75ms ease-out;
}

snackbar-component snackbar-actions close-button {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-flow: column wrap;
    color: rgba(255, 255, 255, 0.87);
    cursor: pointer;
    user-select: none;
    transition: color 75ms ease-in-out;
    position: relative;
}

snackbar-component snackbar-actions close-button:hover {
    color: #fff;
}

snackbar-component snackbar-actions close-button:hover::before {
    transform: scale(1);
    background-color: rgba(255, 255, 255, 0.1);
    transition: transform 175ms cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 75ms ease;
}

snackbar-component snackbar-actions close-button:active {
    color: #fff;
}

snackbar-component snackbar-actions close-button:active::before {
    background-color: rgba(255, 255, 255, 0.15);
    transition: background-color 75ms ease-in-out;
}

snackbar-component snackbar-actions close-button svg {
    width: 20px;
    height: 20px;
    position: relative;
    margin: 0;
}

snackbar-component snackbar-actions close-button::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    content: "";
    border-radius: 50%;
    background-color: transparent;
    transform-origin: center;
    transform: scale(0.3);
    transition: all 75ms ease-out;
}

@keyframes notificationPopCenter {
    from {
        opacity: 0;
        transform: scale(0.87) translateX(-50%);
    }

    to {
        opacity: 1;
        transform: scale(1) translateX(-50%);
    }
}

@keyframes notificationPop {
    from {
        opacity: 0;
        transform: scale(0.87);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}*/
.help-search {
    margin-top: 30px;
    position: relative;
}

    .help-search input {
        padding: 18px 30px;
        font-size: 17px;
        border: none;
        border-radius: 50px;
        box-shadow: 0 4px 35px rgb(28 76 156 / 12%);
    }

    .help-search button {
        position: absolute;
        left: 15px;
        top: 10px;
        font-size: 18px;
        padding: 0 !important;
        width: 44px;
        height: 44px;
        background: #7966ff;
        color: #fff;
        box-shadow: 0 2px 5px rgb(106 200 71 / 25%), 0 5px 15px rgb(106 200 71 / 35%);
        -webkit-transition: box-shadow .2s ease-in-out,background .2s ease-in-out,top .2s ease-in-out;
        -moz-transition: box-shadow .2s ease-in-out,background .2s ease-in-out,top .2s ease-in-out;
        -ms-transition: box-shadow .2s ease-in-out,background .2s ease-in-out,top .2s ease-in-out;
        -o-transition: box-shadow .2s ease-in-out,background .2s ease-in-out,top .2s ease-in-out;
        transition: box-shadow .2s ease-in-out,background .2s ease-in-out,top .2s ease-in-out;
    }

        .help-search button:hover {
            background: #5cbd38;
            box-shadow: 0 2px 5px rgb(255 255 255 / 30%), 0 7px 30px rgb(92 189 56 / 45%);
            top: 9px;
        }

.footer-logo-svg {
    max-width: 50px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.color-primary {
    color: #03a9f4 !important;
}

.color-info {
    color: #00bcd4 !important;
}

.color-success {
    color: #4caf50 !important;
}

.color-warning {
    color: #ff9800 !important;
}

.color-danger {
    color: #f44336 !important;
}

.color-royal {
    color: #9c27b0 !important;
}

.color-light {
    color: #f5f5f5 !important;
}

.color-medium {
    color: #bdbdbd !important;
}

.color-dark {
    color: #424242 !important;
}

.ms-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
    background-color: #03a9f4;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    margin: 0 5px 5px 0;
    text-align: center;
    line-height: 2.2;
}

    .ms-icon.color-info {
        color: #fff !important;
        background-color: #00bcd4;
    }

    .ms-icon.color-warning {
        color: #fff !important;
        background-color: #ff9800;
    }

    .ms-icon.color-danger {
        color: #fff !important;
        background-color: #f44336;
    }

    .ms-icon.color-success {
        color: #fff !important;
        background-color: #4caf50;
    }

    .ms-icon.color-royal {
        color: #fff !important;
        background-color: #9c27b0;
    }

    .ms-icon.color-black {
        color: #fff !important;
        background-color: #000;
    }

    .ms-icon.ms-icon-inverse {
        background-color: transparent;
        color: #03a9f4;
        border: solid 1px #03a9f4;
    }

        .ms-icon.ms-icon-inverse.color-info {
            background-color: transparent;
            border-color: #00bcd4;
            color: #00bcd4 !important;
        }

        .ms-icon.ms-icon-inverse.color-warning {
            background-color: transparent;
            border-color: #ff9800;
            color: #ff9800 !important;
        }

        .ms-icon.ms-icon-inverse.color-danger {
            background-color: transparent;
            border-color: #f44336;
            color: #f44336 !important;
        }

        .ms-icon.ms-icon-inverse.color-success {
            background-color: transparent;
            border-color: #4caf50;
            color: #4caf50 !important;
        }

        .ms-icon.ms-icon-inverse.color-royal {
            background-color: transparent;
            border-color: #9c27b0;
            color: #9c27b0 !important;
        }

        .ms-icon.ms-icon-inverse.color-black {
            background-color: transparent;
            border-color: #000;
            color: #000 !important;
        }

    .ms-icon.ms-icon-square {
        border-radius: 0;
    }

    .ms-icon.ms-icon-round {
        border-radius: 5px;
    }

    .ms-icon.ms-icon-circle {
        border-radius: 50%;
    }

    .ms-icon.ms-icon-lg {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 22px;
    }

    .ms-icon.ms-icon-xlg {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 24px;
    }

    .ms-icon.ms-icon-xxlg {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 36px;
    }

    .ms-icon.ms-icon-sm {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .ms-icon.ms-icon-white {
        background-color: #fff;
        color: #03a9f4;
    }

        .ms-icon.ms-icon-white.ms-icon-inverse {
            background-color: transparent;
            color: #fff;
            border-color: #fff;
        }

.m-0 {
    margin: 0 !important;
}

.mr-1, .mx-1 {
    margin-right: .25rem !important;
}

.ml-1, .mx-1 {
    margin-left: .25rem !important;
}

.mt-1, .my-1 {
    margin-top: .25rem !important;
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important;
}

.m-1, .section-blog-fw .author-box, .section-blog-fw .jumbotron {
    margin: .25rem !important;
}

.mr-2, .mx-2 {
    margin-right: .5rem !important;
}

.ml-2, .mx-2 {
    margin-left: .5rem !important;
}

.mt-2, .my-2 {
    margin-top: .5rem !important;
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}

.m-2 {
    margin: .5rem !important;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.ml-3, .mx-3 {
    margin-left: 1rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mr-5, .mx-5 {
    margin-right: 3rem !important;
}

.ml-5, .mx-5 {
    margin-left: 3rem !important;
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
}

.mt-6, .my-6 {
    margin-top: 5rem !important;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.mt-auto, .my-auto {
    margin-top: auto !important;
}

.mb-auto, .my-auto {
    margin-bottom: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.pr-1, .px-1 {
    padding-right: .25rem !important;
}

.pl-1, .px-1 {
    padding-left: .25rem !important;
}

.pt-1, .py-1 {
    padding-top: .25rem !important;
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important;
}

.p-1 {
    padding: .25rem !important;
}

.pr-2, .px-2 {
    padding-right: .5rem !important;
}

.pl-2, .px-2 {
    padding-left: .5rem !important;
}

.pt-2, .py-2 {
    padding-top: .5rem !important;
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important;
}

.p-2 {
    padding: .5rem !important;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pr-5, .px-5 {
    padding-right: 3rem !important;
}

.pl-5, .px-5 {
    padding-left: 3rem !important;
}

.pt-5, .py-5 {
    padding-top: 3rem !important;
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

div .has-loading {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

    div .has-loading:before, div .has-loading:after {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity .2s ease-in-out;
        -moz-transition: opacity .2s ease-in-out;
        -ms-transition: opacity .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out;
    }

    div .has-loading:before {
        content: '';
        z-index: 2;
        background: rgba(255,255,255,.85);
    }

    div .has-loading:after {
        content: '';
        background: #fff url(/Content/img/image-loading.svg) no-repeat center;
        height: 40px;
        margin: auto;
        z-index: 3;
        width: 40px;
        border-radius: 100%;
        box-shadow: 0 5px 30px rgba(21,45,84,.2);
    }

    div .has-loading.is-loading:after, div .has-loading.is-loading:before {
        opacity: 1;
        pointer-events: auto;
    }

.blog-short-text {
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */: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,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--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%;-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,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:right;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}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}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.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}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1200px}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-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%;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%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.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%}.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.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%}.row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.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%}.row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.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%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.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}.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}.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}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;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 (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.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}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url(/Content/assets/css/data:image/svg+xml,%3csvg xmlns='http:/www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e);background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem);background:url(/Content/assets/css/data:image/svg+xml,%3csvg xmlns='http:/www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e) right .75rem center/8px 10px no-repeat,#fff url(/Content/assets/css/data:image/svg+xml,%3csvg xmlns='http:/www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e) center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url(/Content/assets/css/data:image/svg+xml,%3csvg xmlns='http:/www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem);background:url(/Content/assets/css/data:image/svg+xml,%3csvg xmlns='http:/www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e) right .75rem center/8px 10px no-repeat,#fff url(/Content/assets/css/data:image/svg+xml,%3csvg xmlns='http:/www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e) center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#dc3545}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@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;-ms-flex-negative:0;flex-shrink:0;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;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;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 (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after,.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after,.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.form-control:nth-last-child(n+3){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem;-webkit-print-color-adjust:exact;color-adjust:exact}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before,.custom-control-input[disabled]~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:50%/50% 50% no-repeat}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url(/Content/assets/css/data:image/svg+xml,%3csvg xmlns='http:/www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e)}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url(/Content/assets/css/data:image/svg+xml,%3csvg xmlns='http:/www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e)}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url(/Content/assets/css/data:image/svg+xml,%3csvg xmlns='http:/www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e)}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url(/Content/assets/css/data:image/svg+xml,%3csvg xmlns='http:/www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e) right .75rem center/8px 10px no-repeat;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:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;overflow:hidden;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;overflow:hidden;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item,.nav-fill>.nav-link{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100% no-repeat}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{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,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.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,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{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,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.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,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{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,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.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,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{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,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.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}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url(/Content/assets/css/data:image/svg+xml,%3csvg xmlns='http:/www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e)}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url(/Content/assets/css/data:image/svg+xml,%3csvg xmlns='http:/www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e)}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.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>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{-ms-flex-negative:0;flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{-ms-flex:1 0 0%;flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{display:-ms-flexbox;display:flex;-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:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@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%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;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 (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}.toast{-ms-flex-preferred-size:350px;flex-basis:350px;max-width:350px;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.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,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.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;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.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-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}.carousel-control-prev-icon{background-image:url(/Content/assets/css/data:image/svg+xml,%3csvg xmlns='http:/www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e)}.carousel-control-next-icon{background-image:url(/Content/assets/css/data:image/svg+xml,%3csvg xmlns='http:/www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e)}.carousel-indicators{position:absolute;right:0;bottom:0;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}.carousel-indicators li{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display: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}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;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}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!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}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-right:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!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}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;word-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!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}}
.slick-slider {
    direction: ltr;
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}.slick-list:focus {outline: none;}.slick-list.dragging {cursor: pointer;cursor: hand;}.slick-slider .slick-track, .slick-slider .slick-list {-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}.slick-track {position: relative;top: 0;left: 0;display: block;margin-left: auto;margin-right: auto;}.slick-track:before, .slick-track:after {display: table;content: '';}.slick-track:after {clear: both;}.slick-loading .slick-track {visibility: hidden;}.slick-slide {display: none;float: left;height: 100%;min-height: 1px;}[dir='rtl'] .slick-slide {float: right;}.slick-slide img {display: block;}.slick-slide.slick-loading img {display: none;}.slick-slide.dragging img {pointer-events: none;}.slick-initialized .slick-slide {display: block;}.slick-loading .slick-slide {visibility: hidden;}.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}.slick-arrow.slick-hidden {display: none;}{"mode":"full","isActive":false}
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden;}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}
.nice-select {-webkit-tap-highlight-color: transparent;background-color: #fff;border-radius: 5px;border: solid 1px #e8e8e8;box-sizing: border-box;clear: both;cursor: pointer;display: block;float: left;font-family: inherit;font-size: 14px;font-weight: normal;height: 42px;line-height: 40px;outline: none;padding-left: 18px;padding-right: 30px;position: relative;text-align: left !important;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;white-space: nowrap;width: auto;}.nice-select:hover {border-color: #dbdbdb;}.nice-select:active, .nice-select.open, .nice-select:focus {border-color: #999;}.nice-select:after {border-bottom: 2px solid #999;border-right: 2px solid #999;content: '';display: block;height: 5px;margin-top: -4px;pointer-events: none;position: absolute;left: 12px;top: 50%;-webkit-transform-origin: 66% 66%;-ms-transform-origin: 66% 66%;transform-origin: 66% 66%;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition: all 0.15s ease-in-out;transition: all 0.15s ease-in-out;width: 5px;}.nice-select.open:after {-webkit-transform: rotate(-135deg);-ms-transform: rotate(-135deg);transform: rotate(-135deg);}.nice-select.open .list {opacity: 1;pointer-events: auto;-webkit-transform: scale(1) translateY(0);-ms-transform: scale(1) translateY(0);transform: scale(1) translateY(0);}.nice-select.disabled {border-color: #ededed;color: #999;pointer-events: none;}.nice-select.disabled:after {border-color: #cccccc;}.nice-select.wide {width: 100%;}.nice-select.wide .list {left: 0 !important;right: 0 !important;}.nice-select.right {float: right;}.nice-select.right .list {left: auto;right: 0;}.nice-select.small {font-size: 12px;height: 36px;line-height: 34px;}.nice-select.small:after {height: 4px;width: 4px;}.nice-select.small .option {line-height: 34px;min-height: 34px;}.nice-select .list {background-color: #fff;border-radius: 5px;box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);box-sizing: border-box;margin-top: 4px;opacity: 0;overflow: hidden;padding: 0;pointer-events: none;position: absolute;top: 100%;left: 0;-webkit-transform-origin: 50% 0;-ms-transform-origin: 50% 0;transform-origin: 50% 0;-webkit-transform: scale(0.75) translateY(-21px);-ms-transform: scale(0.75) translateY(-21px);transform: scale(0.75) translateY(-21px);-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;z-index: 9;}.nice-select .list:hover .option:not(:hover) {background-color: transparent !important;}.nice-select .option {cursor: pointer;font-weight: 400;line-height: 40px;list-style: none;min-height: 40px;outline: none;padding-right: 18px;padding-left: 29px;text-align: right;-webkit-transition: all 0.2s;transition: all 0.2s;}.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {background-color: #f6f6f6;}.nice-select .option.selected {font-weight: bold;}.nice-select .option.disabled {background-color: transparent;color: #999;cursor: default;}.no-csspointerevents .nice-select .list {display: none;}.no-csspointerevents .nice-select.open .list {display: block;}
@charset "UTF-8";/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);-ms-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-3deg);transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-3deg);-ms-transform:scale(.9) rotate(-3deg);transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);-ms-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);-ms-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0);transform:translateX(0)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes wobble{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);-ms-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);-ms-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);-ms-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);-ms-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);-ms-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);transform:scale(.9)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.95);transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}}@keyframes bounceOut{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes bounceOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes bounceOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes bounceOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}}@keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}}@keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}}@keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}}@keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;-ms-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0);transform:perspective(400px) rotateX(0);opacity:1}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);-ms-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);-ms-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0);-ms-transform:perspective(400px) rotateX(0);transform:perspective(400px) rotateX(0);opacity:1}}.flipInX{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0);transform:perspective(400px) rotateY(0);opacity:1}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);-ms-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);-ms-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0);-ms-transform:perspective(400px) rotateY(0);transform:perspective(400px) rotateY(0);opacity:1}}.flipInY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0);transform:perspective(400px) rotateX(0);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0);-ms-transform:perspective(400px) rotateX(0);transform:perspective(400px) rotateX(0);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0);transform:perspective(400px) rotateY(0);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0);-ms-transform:perspective(400px) rotateY(0);transform:perspective(400px) rotateY(0);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0) skewX(-15deg);transform:translateX(0) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0) skewX(0);transform:translateX(0) skewX(0);opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);-ms-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0) skewX(-15deg);-ms-transform:translateX(0) skewX(-15deg);transform:translateX(0) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0) skewX(0);-ms-transform:translateX(0) skewX(0);transform:translateX(0) skewX(0);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{-webkit-transform:translateX(0) skewX(0);transform:translateX(0) skewX(0);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}}@keyframes lightSpeedOut{0%{-webkit-transform:translateX(0) skewX(0);-ms-transform:translateX(0) skewX(0);transform:translateX(0) skewX(0);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);-ms-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(200deg);-ms-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes hinge{0%{-webkit-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);transform:rotate(60deg) translateY(0);opacity:1;-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}100%{-webkit-transform:translateY(700px);transform:translateY(700px);opacity:0}}@keyframes hinge{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);-ms-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);-ms-transform:rotate(60deg) translateY(0);transform:rotate(60deg) translateY(0);opacity:1;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}100%{-webkit-transform:translateY(700px);-ms-transform:translateY(700px);transform:translateY(700px);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);-ms-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0) rotate(0);-ms-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);transform:translateX(100%) rotate(120deg)}}@keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0) rotate(0);-ms-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);-ms-transform:translateX(100%) rotate(120deg);transform:translateX(100%) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(/Content/assets/css/%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(/Content/assets/css/%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(/Content/assets/css/%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(/Content/assets/css/%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(/Content/assets/css/%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(/Content/assets/css/%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(/Content/assets/css/%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url(/Content/assets/css/data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(/Content/assets/css/data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP/yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(/Content/assets/css/images/ui-icons_444444_256x240.png)}.ui-widget-header .ui-icon{background-image:url(/Content/assets/css/images/ui-icons_444444_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url(/Content/assets/css/images/ui-icons_555555_256x240.png)}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url(/Content/assets/css/images/ui-icons_ffffff_256x240.png)}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url(/Content/assets/css/images/ui-icons_777620_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(/Content/assets/css/images/ui-icons_cc0000_256x240.png)}.ui-button .ui-icon{background-image:url(/Content/assets/css/images/ui-icons_777777_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.003;filter:Alpha(Opacity=.3)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}
/*!
 * Font Awesome Pro 5.8.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,.fab,.fal,.far,.fas{-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:.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:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{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}.fa-500px:before{content:"\f26e"}.fa-abacus:before{content:"\f640"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acorn:before{content:"\f6ae"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-alarm-clock:before{content:"\f34e"}.fa-algolia:before{content:"\f36c"}.fa-alicorn:before{content:"\f6b0"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-analytics:before{content:"\f643"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angel:before{content:"\f779"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-crate:before{content:"\f6b1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-alt-down:before{content:"\f354"}.fa-arrow-alt-from-bottom:before{content:"\f346"}.fa-arrow-alt-from-left:before{content:"\f347"}.fa-arrow-alt-from-right:before{content:"\f348"}.fa-arrow-alt-from-top:before{content:"\f349"}.fa-arrow-alt-left:before{content:"\f355"}.fa-arrow-alt-right:before{content:"\f356"}.fa-arrow-alt-square-down:before{content:"\f350"}.fa-arrow-alt-square-left:before{content:"\f351"}.fa-arrow-alt-square-right:before{content:"\f352"}.fa-arrow-alt-square-up:before{content:"\f353"}.fa-arrow-alt-to-bottom:before{content:"\f34a"}.fa-arrow-alt-to-left:before{content:"\f34b"}.fa-arrow-alt-to-right:before{content:"\f34c"}.fa-arrow-alt-to-top:before{content:"\f34d"}.fa-arrow-alt-up:before{content:"\f357"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-from-bottom:before{content:"\f342"}.fa-arrow-from-left:before{content:"\f343"}.fa-arrow-from-right:before{content:"\f344"}.fa-arrow-from-top:before{content:"\f345"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-square-down:before{content:"\f339"}.fa-arrow-square-left:before{content:"\f33a"}.fa-arrow-square-right:before{content:"\f33b"}.fa-arrow-square-up:before{content:"\f33c"}.fa-arrow-to-bottom:before{content:"\f33d"}.fa-arrow-to-left:before{content:"\f33e"}.fa-arrow-to-right:before{content:"\f340"}.fa-arrow-to-top:before{content:"\f341"}.fa-arrow-up:before{content:"\f062"}.fa-arrows:before{content:"\f047"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-arrows-h:before{content:"\f07e"}.fa-arrows-v:before{content:"\f07d"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-atom-alt:before{content:"\f5d3"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-axe:before{content:"\f6b2"}.fa-axe-battle:before{content:"\f6b3"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backpack:before{content:"\f5d4"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-badge:before{content:"\f335"}.fa-badge-check:before{content:"\f336"}.fa-badge-dollar:before{content:"\f645"}.fa-badge-percent:before{content:"\f646"}.fa-badger-honey:before{content:"\f6b4"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ball-pile:before{content:"\f77e"}.fa-ballot:before{content:"\f732"}.fa-ballot-check:before{content:"\f733"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-barcode-alt:before{content:"\f463"}.fa-barcode-read:before{content:"\f464"}.fa-barcode-scan:before{content:"\f465"}.fa-bars:before{content:"\f0c9"}.fa-baseball:before{content:"\f432"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-basketball-hoop:before{content:"\f435"}.fa-bat:before{content:"\f6b5"}.fa-bath:before{content:"\f2cd"}.fa-battery-bolt:before{content:"\f376"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-slash:before{content:"\f377"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-school:before{content:"\f5d5"}.fa-bell-school-slash:before{content:"\f5d6"}.fa-bell-slash:before{content:"\f1f6"}.fa-bells:before{content:"\f77f"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blanket:before{content:"\f498"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bone-break:before{content:"\f5d8"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-alt:before{content:"\f5d9"}.fa-book-dead:before{content:"\f6b7"}.fa-book-heart:before{content:"\f499"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-book-spells:before{content:"\f6b8"}.fa-book-user:before{content:"\f7e7"}.fa-bookmark:before{content:"\f02e"}.fa-books:before{content:"\f5db"}.fa-books-medical:before{content:"\f7e8"}.fa-boot:before{content:"\f782"}.fa-booth-curtain:before{content:"\f734"}.fa-bootstrap:before{content:"\f836"}.fa-bow-arrow:before{content:"\f6b9"}.fa-bowling-ball:before{content:"\f436"}.fa-bowling-pins:before{content:"\f437"}.fa-box:before{content:"\f466"}.fa-box-alt:before{content:"\f49a"}.fa-box-ballot:before{content:"\f735"}.fa-box-check:before{content:"\f467"}.fa-box-fragile:before{content:"\f49b"}.fa-box-full:before{content:"\f49c"}.fa-box-heart:before{content:"\f49d"}.fa-box-open:before{content:"\f49e"}.fa-box-up:before{content:"\f49f"}.fa-box-usd:before{content:"\f4a0"}.fa-boxes:before{content:"\f468"}.fa-boxes-alt:before{content:"\f4a1"}.fa-boxing-glove:before{content:"\f438"}.fa-brackets:before{content:"\f7e9"}.fa-brackets-curly:before{content:"\f7ea"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-loaf:before{content:"\f7eb"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-browser:before{content:"\f37e"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-bullseye-arrow:before{content:"\f648"}.fa-bullseye-pointer:before{content:"\f649"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-burrito:before{content:"\f7ed"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-bus-school:before{content:"\f5dd"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-cabinet-filing:before{content:"\f64b"}.fa-calculator:before{content:"\f1ec"}.fa-calculator-alt:before{content:"\f64c"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-edit:before{content:"\f333"}.fa-calendar-exclamation:before{content:"\f334"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-star:before{content:"\f736"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-alt:before{content:"\f332"}.fa-camera-retro:before{content:"\f083"}.fa-campfire:before{content:"\f6ba"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candle-holder:before{content:"\f6bc"}.fa-candy-cane:before{content:"\f786"}.fa-candy-corn:before{content:"\f6bd"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-bump:before{content:"\f5e0"}.fa-car-crash:before{content:"\f5e1"}.fa-car-garage:before{content:"\f5e2"}.fa-car-mechanic:before{content:"\f5e3"}.fa-car-side:before{content:"\f5e4"}.fa-car-tilt:before{content:"\f5e5"}.fa-car-wash:before{content:"\f5e6"}.fa-caret-circle-down:before{content:"\f32d"}.fa-caret-circle-left:before{content:"\f32e"}.fa-caret-circle-right:before{content:"\f330"}.fa-caret-circle-up:before{content:"\f331"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cauldron:before{content:"\f6bf"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chair-office:before{content:"\f6c1"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-line-down:before{content:"\f64d"}.fa-chart-network:before{content:"\f78a"}.fa-chart-pie:before{content:"\f200"}.fa-chart-pie-alt:before{content:"\f64e"}.fa-chart-scatter:before{content:"\f7ee"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-cheese-swiss:before{content:"\f7f0"}.fa-cheeseburger:before{content:"\f7f1"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-bishop-alt:before{content:"\f43b"}.fa-chess-board:before{content:"\f43c"}.fa-chess-clock:before{content:"\f43d"}.fa-chess-clock-alt:before{content:"\f43e"}.fa-chess-king:before{content:"\f43f"}.fa-chess-king-alt:before{content:"\f440"}.fa-chess-knight:before{content:"\f441"}.fa-chess-knight-alt:before{content:"\f442"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-pawn-alt:before{content:"\f444"}.fa-chess-queen:before{content:"\f445"}.fa-chess-queen-alt:before{content:"\f446"}.fa-chess-rook:before{content:"\f447"}.fa-chess-rook-alt:before{content:"\f448"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-double-down:before{content:"\f322"}.fa-chevron-double-left:before{content:"\f323"}.fa-chevron-double-right:before{content:"\f324"}.fa-chevron-double-up:before{content:"\f325"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-square-down:before{content:"\f329"}.fa-chevron-square-left:before{content:"\f32a"}.fa-chevron-square-right:before{content:"\f32b"}.fa-chevron-square-up:before{content:"\f32c"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chimney:before{content:"\f78b"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-claw-marks:before{content:"\f6c2"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clipboard-list-check:before{content:"\f737"}.fa-clipboard-prescription:before{content:"\f5e8"}.fa-clipboard-user:before{content:"\f7f3"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-drizzle:before{content:"\f738"}.fa-cloud-hail:before{content:"\f739"}.fa-cloud-hail-mixed:before{content:"\f73a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-rainbow:before{content:"\f73e"}.fa-cloud-showers:before{content:"\f73f"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sleet:before{content:"\f741"}.fa-cloud-snow:before{content:"\f742"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-clouds:before{content:"\f744"}.fa-clouds-moon:before{content:"\f745"}.fa-clouds-sun:before{content:"\f746"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-club:before{content:"\f327"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-code-commit:before{content:"\f386"}.fa-code-merge:before{content:"\f387"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-coffee-togo:before{content:"\f6c5"}.fa-coffin:before{content:"\f6c6"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-alt-check:before{content:"\f4a2"}.fa-comment-alt-dollar:before{content:"\f650"}.fa-comment-alt-dots:before{content:"\f4a3"}.fa-comment-alt-edit:before{content:"\f4a4"}.fa-comment-alt-exclamation:before{content:"\f4a5"}.fa-comment-alt-lines:before{content:"\f4a6"}.fa-comment-alt-medical:before{content:"\f7f4"}.fa-comment-alt-minus:before{content:"\f4a7"}.fa-comment-alt-plus:before{content:"\f4a8"}.fa-comment-alt-slash:before{content:"\f4a9"}.fa-comment-alt-smile:before{content:"\f4aa"}.fa-comment-alt-times:before{content:"\f4ab"}.fa-comment-check:before{content:"\f4ac"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-edit:before{content:"\f4ae"}.fa-comment-exclamation:before{content:"\f4af"}.fa-comment-lines:before{content:"\f4b0"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-minus:before{content:"\f4b1"}.fa-comment-plus:before{content:"\f4b2"}.fa-comment-slash:before{content:"\f4b3"}.fa-comment-smile:before{content:"\f4b4"}.fa-comment-times:before{content:"\f4b5"}.fa-comments:before{content:"\f086"}.fa-comments-alt:before{content:"\f4b6"}.fa-comments-alt-dollar:before{content:"\f652"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compass-slash:before{content:"\f5e9"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-compress-wide:before{content:"\f326"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-container-storage:before{content:"\f4b7"}.fa-contao:before{content:"\f26d"}.fa-conveyor-belt:before{content:"\f46e"}.fa-conveyor-belt-alt:before{content:"\f46f"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-corn:before{content:"\f6c7"}.fa-couch:before{content:"\f4b8"}.fa-cow:before{content:"\f6c8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-credit-card-blank:before{content:"\f389"}.fa-credit-card-front:before{content:"\f38a"}.fa-cricket:before{content:"\f449"}.fa-critical-role:before{content:"\f6c9"}.fa-croissant:before{content:"\f7f6"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-crutches:before{content:"\f7f8"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-curling:before{content:"\f44a"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dagger:before{content:"\f6cb"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-debug:before{content:"\f7f9"}.fa-deer:before{content:"\f78e"}.fa-deer-rudolph:before{content:"\f78f"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-desktop-alt:before{content:"\f390"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dewpoint:before{content:"\f748"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diamond:before{content:"\f219"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d10:before{content:"\f6cd"}.fa-dice-d12:before{content:"\f6ce"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d4:before{content:"\f6d0"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-d8:before{content:"\f6d2"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-diploma:before{content:"\f5ea"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-do-not-enter:before{content:"\f5ec"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dog-leashed:before{content:"\f6d4"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-empty:before{content:"\f473"}.fa-dolly-flatbed:before{content:"\f474"}.fa-dolly-flatbed-alt:before{content:"\f475"}.fa-dolly-flatbed-empty:before{content:"\f476"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-circle:before{content:"\f5ed"}.fa-draw-polygon:before{content:"\f5ee"}.fa-draw-square:before{content:"\f5ef"}.fa-dreidel:before{content:"\f792"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick:before{content:"\f6d6"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-duck:before{content:"\f6d8"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-ear:before{content:"\f5f0"}.fa-ear-muffs:before{content:"\f795"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-eclipse:before{content:"\f749"}.fa-eclipse-alt:before{content:"\f74a"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-egg-fried:before{content:"\f7fc"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-elephant:before{content:"\f6da"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-h-alt:before{content:"\f39b"}.fa-ellipsis-v:before{content:"\f142"}.fa-ellipsis-v-alt:before{content:"\f39c"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-empty-set:before{content:"\f656"}.fa-engine-warning:before{content:"\f5f2"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-dollar:before{content:"\f657"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange:before{content:"\f0ec"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-square:before{content:"\f321"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows:before{content:"\f31d"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expand-wide:before{content:"\f320"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link:before{content:"\f08e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square:before{content:"\f14c"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-evil:before{content:"\f6db"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-field-hockey:before{content:"\f44c"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-certificate:before{content:"\f5f3"}.fa-file-chart-line:before{content:"\f659"}.fa-file-chart-pie:before{content:"\f65a"}.fa-file-check:before{content:"\f316"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-edit:before{content:"\f31c"}.fa-file-excel:before{content:"\f1c3"}.fa-file-exclamation:before{content:"\f31a"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-minus:before{content:"\f318"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-plus:before{content:"\f319"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-spreadsheet:before{content:"\f65b"}.fa-file-times:before{content:"\f317"}.fa-file-upload:before{content:"\f574"}.fa-file-user:before{content:"\f65c"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-files-medical:before{content:"\f7fd"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-film-alt:before{content:"\f3a0"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-fire-smoke:before{content:"\f74b"}.fa-firefox:before{content:"\f269"}.fa-fireplace:before{content:"\f79a"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fish-cooked:before{content:"\f7fe"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-alt:before{content:"\f74c"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flame:before{content:"\f6df"}.fa-flask:before{content:"\f0c3"}.fa-flask-poison:before{content:"\f6e0"}.fa-flask-potion:before{content:"\f6e1"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flower:before{content:"\f7ff"}.fa-flower-daffodil:before{content:"\f800"}.fa-flower-tulip:before{content:"\f801"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-fog:before{content:"\f74e"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-folder-times:before{content:"\f65f"}.fa-folder-tree:before{content:"\f802"}.fa-folders:before{content:"\f660"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-football-helmet:before{content:"\f44f"}.fa-forklift:before{content:"\f47a"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-fragile:before{content:"\f4bb"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-french-fries:before{content:"\f803"}.fa-frog:before{content:"\f52e"}.fa-frosty-head:before{content:"\f79b"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-function:before{content:"\f661"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gas-pump-slash:before{content:"\f5f4"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gift-card:before{content:"\f663"}.fa-gifts:before{content:"\f79c"}.fa-gingerbread-man:before{content:"\f79d"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass:before{content:"\f804"}.fa-glass-champagne:before{content:"\f79e"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glass-whiskey-rocks:before{content:"\f7a1"}.fa-glasses:before{content:"\f530"}.fa-glasses-alt:before{content:"\f5f5"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-globe-snow:before{content:"\f7a3"}.fa-globe-stand:before{content:"\f5f6"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-golf-club:before{content:"\f451"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-h1:before{content:"\f313"}.fa-h2:before{content:"\f314"}.fa-h3:before{content:"\f315"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hammer-war:before{content:"\f6e4"}.fa-hamsa:before{content:"\f665"}.fa-hand-heart:before{content:"\f4bc"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-box:before{content:"\f47b"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-magic:before{content:"\f6e5"}.fa-hand-holding-seedling:before{content:"\f4bf"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-receiving:before{content:"\f47c"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-heart:before{content:"\f4c3"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-usd:before{content:"\f4c5"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt:before{content:"\f4c6"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-santa:before{content:"\f7a7"}.fa-hat-winter:before{content:"\f7a8"}.fa-hat-witch:before{content:"\f6e7"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-head-side:before{content:"\f6e9"}.fa-head-side-brain:before{content:"\f808"}.fa-head-side-medical:before{content:"\f809"}.fa-head-vr:before{content:"\f6ea"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heart-circle:before{content:"\f4c7"}.fa-heart-rate:before{content:"\f5f8"}.fa-heart-square:before{content:"\f4c8"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-helmet-battle:before{content:"\f6eb"}.fa-hexagon:before{content:"\f312"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-mask:before{content:"\f6ee"}.fa-hockey-puck:before{content:"\f453"}.fa-hockey-sticks:before{content:"\f454"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-home-alt:before{content:"\f80a"}.fa-home-heart:before{content:"\f4c9"}.fa-home-lg:before{content:"\f80b"}.fa-home-lg-alt:before{content:"\f80c"}.fa-hood-cloak:before{content:"\f6ef"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hospitals:before{content:"\f80e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-flood:before{content:"\f74f"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-humidity:before{content:"\f750"}.fa-hurricane:before{content:"\f751"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-ice-skate:before{content:"\f7ac"}.fa-icicles:before{content:"\f7ad"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-inbox-in:before{content:"\f310"}.fa-inbox-out:before{content:"\f311"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-industry-alt:before{content:"\f3b3"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-info-square:before{content:"\f30f"}.fa-inhaler:before{content:"\f5f9"}.fa-instagram:before{content:"\f16d"}.fa-integral:before{content:"\f667"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-intersection:before{content:"\f668"}.fa-inventory:before{content:"\f480"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-island-tropical:before{content:"\f811"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jack-o-lantern:before{content:"\f30e"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-key-skeleton:before{content:"\f6f3"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-keynote:before{content:"\f66c"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kidneys:before{content:"\f5fb"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kite:before{content:"\f6f4"}.fa-kiwi-bird:before{content:"\f535"}.fa-knife-kitchen:before{content:"\f6f5"}.fa-korvue:before{content:"\f42f"}.fa-lambda:before{content:"\f66e"}.fa-lamp:before{content:"\f4ca"}.fa-landmark:before{content:"\f66f"}.fa-landmark-alt:before{content:"\f752"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-layer-minus:before{content:"\f5fe"}.fa-layer-plus:before{content:"\f5ff"}.fa-leaf:before{content:"\f06c"}.fa-leaf-heart:before{content:"\f4cb"}.fa-leaf-maple:before{content:"\f6f6"}.fa-leaf-oak:before{content:"\f6f7"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down:before{content:"\f149"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up:before{content:"\f148"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-lightbulb-dollar:before{content:"\f670"}.fa-lightbulb-exclamation:before{content:"\f671"}.fa-lightbulb-on:before{content:"\f672"}.fa-lightbulb-slash:before{content:"\f673"}.fa-lights-holiday:before{content:"\f7b2"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lips:before{content:"\f600"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location:before{content:"\f601"}.fa-location-arrow:before{content:"\f124"}.fa-location-circle:before{content:"\f602"}.fa-location-slash:before{content:"\f603"}.fa-lock:before{content:"\f023"}.fa-lock-alt:before{content:"\f30d"}.fa-lock-open:before{content:"\f3c1"}.fa-lock-open-alt:before{content:"\f3c2"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-long-arrow-up:before{content:"\f176"}.fa-loveseat:before{content:"\f4cc"}.fa-low-vision:before{content:"\f2a8"}.fa-luchador:before{content:"\f455"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lyft:before{content:"\f3c3"}.fa-mace:before{content:"\f6f8"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailbox:before{content:"\f813"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-mandolin:before{content:"\f6f9"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-marker-alt-slash:before{content:"\f605"}.fa-map-marker-check:before{content:"\f606"}.fa-map-marker-edit:before{content:"\f607"}.fa-map-marker-exclamation:before{content:"\f608"}.fa-map-marker-minus:before{content:"\f609"}.fa-map-marker-plus:before{content:"\f60a"}.fa-map-marker-question:before{content:"\f60b"}.fa-map-marker-slash:before{content:"\f60c"}.fa-map-marker-smile:before{content:"\f60d"}.fa-map-marker-times:before{content:"\f60e"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-meat:before{content:"\f814"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaphone:before{content:"\f675"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-mind-share:before{content:"\f677"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-hexagon:before{content:"\f307"}.fa-minus-octagon:before{content:"\f308"}.fa-minus-square:before{content:"\f146"}.fa-mistletoe:before{content:"\f7b4"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-mobile-android:before{content:"\f3ce"}.fa-mobile-android-alt:before{content:"\f3cf"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monitor-heart-rate:before{content:"\f611"}.fa-monkey:before{content:"\f6fb"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-moon-cloud:before{content:"\f754"}.fa-moon-stars:before{content:"\f755"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mountains:before{content:"\f6fd"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-mug-marshmallows:before{content:"\f7b7"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-narwhal:before{content:"\f6fe"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octagon:before{content:"\f306"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-oil-temp:before{content:"\f614"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-omega:before{content:"\f67a"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-ornament:before{content:"\f7b8"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-brush-alt:before{content:"\f5a9"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-pallet-alt:before{content:"\f483"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-parking-circle:before{content:"\f615"}.fa-parking-circle-slash:before{content:"\f616"}.fa-parking-slash:before{content:"\f617"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paw-alt:before{content:"\f701"}.fa-paw-claws:before{content:"\f702"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pegasus:before{content:"\f703"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil:before{content:"\f040"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-paintbrush:before{content:"\f618"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-pennant:before{content:"\f456"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-person-carry:before{content:"\f4cf"}.fa-person-dolly:before{content:"\f4d0"}.fa-person-dolly-empty:before{content:"\f4d1"}.fa-person-sign:before{content:"\f757"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-office:before{content:"\f67d"}.fa-phone-plus:before{content:"\f4d2"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pi:before{content:"\f67e"}.fa-pie:before{content:"\f705"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pig:before{content:"\f706"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza:before{content:"\f817"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-alt:before{content:"\f3de"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-hexagon:before{content:"\f300"}.fa-plus-octagon:before{content:"\f301"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-podium:before{content:"\f680"}.fa-podium-star:before{content:"\f758"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poll-people:before{content:"\f759"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-popcorn:before{content:"\f819"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-presentation:before{content:"\f685"}.fa-print:before{content:"\f02f"}.fa-print-search:before{content:"\f81a"}.fa-print-slash:before{content:"\f686"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pumpkin:before{content:"\f707"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-question-square:before{content:"\f2fd"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-rabbit:before{content:"\f708"}.fa-rabbit-fast:before{content:"\f709"}.fa-racquet:before{content:"\f45a"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-raindrops:before{content:"\f75c"}.fa-ram:before{content:"\f70a"}.fa-ramp-loading:before{content:"\f4d4"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-rectangle-landscape:before{content:"\f2fa"}.fa-rectangle-portrait:before{content:"\f2fb"}.fa-rectangle-wide:before{content:"\f2fc"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-repeat:before{content:"\f363"}.fa-repeat-1:before{content:"\f365"}.fa-repeat-1-alt:before{content:"\f366"}.fa-repeat-alt:before{content:"\f364"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-retweet-alt:before{content:"\f361"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-rings-wedding:before{content:"\f81b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-route-highway:before{content:"\f61a"}.fa-route-interstate:before{content:"\f61b"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-triangle:before{content:"\f61c"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rv:before{content:"\f7be"}.fa-sack:before{content:"\f81c"}.fa-sack-dollar:before{content:"\f81d"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salad:before{content:"\f81e"}.fa-salesforce:before{content:"\f83b"}.fa-sandwich:before{content:"\f81f"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-sausage:before{content:"\f820"}.fa-save:before{content:"\f0c7"}.fa-scalpel:before{content:"\f61d"}.fa-scalpel-path:before{content:"\f61e"}.fa-scanner:before{content:"\f488"}.fa-scanner-keyboard:before{content:"\f489"}.fa-scanner-touchscreen:before{content:"\f48a"}.fa-scarecrow:before{content:"\f70d"}.fa-scarf:before{content:"\f7c1"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-scroll-old:before{content:"\f70f"}.fa-scrubber:before{content:"\f2f8"}.fa-scythe:before{content:"\f710"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-all:before{content:"\f367"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-sheep:before{content:"\f711"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield:before{content:"\f132"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-check:before{content:"\f2f7"}.fa-shield-cross:before{content:"\f712"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shipping-timed:before{content:"\f48c"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shish-kebab:before{content:"\f821"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shovel:before{content:"\f713"}.fa-shovel-snow:before{content:"\f7c3"}.fa-shower:before{content:"\f2cc"}.fa-shredder:before{content:"\f68a"}.fa-shuttle-van:before{content:"\f5b6"}.fa-shuttlecock:before{content:"\f45b"}.fa-sickle:before{content:"\f822"}.fa-sigma:before{content:"\f68b"}.fa-sign:before{content:"\f4d9"}.fa-sign-in:before{content:"\f090"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out:before{content:"\f08b"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signal-1:before{content:"\f68c"}.fa-signal-2:before{content:"\f68d"}.fa-signal-3:before{content:"\f68e"}.fa-signal-4:before{content:"\f68f"}.fa-signal-alt:before{content:"\f690"}.fa-signal-alt-1:before{content:"\f691"}.fa-signal-alt-2:before{content:"\f692"}.fa-signal-alt-3:before{content:"\f693"}.fa-signal-alt-slash:before{content:"\f694"}.fa-signal-slash:before{content:"\f695"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-skeleton:before{content:"\f620"}.fa-sketch:before{content:"\f7c6"}.fa-ski-jump:before{content:"\f7c7"}.fa-ski-lift:before{content:"\f7c8"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sledding:before{content:"\f7cb"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-sliders-h-square:before{content:"\f3f0"}.fa-sliders-v:before{content:"\f3f1"}.fa-sliders-v-square:before{content:"\f3f2"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-plus:before{content:"\f5b9"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoke:before{content:"\f760"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snake:before{content:"\f716"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snow-blowing:before{content:"\f761"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowflakes:before{content:"\f7cf"}.fa-snowman:before{content:"\f7d0"}.fa-snowmobile:before{content:"\f7d1"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-soup:before{content:"\f823"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-spade:before{content:"\f2f4"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spider:before{content:"\f717"}.fa-spider-black-widow:before{content:"\f718"}.fa-spider-web:before{content:"\f719"}.fa-spinner:before{content:"\f110"}.fa-spinner-third:before{content:"\f3f4"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root:before{content:"\f697"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-squirrel:before{content:"\f71a"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-staff:before{content:"\f71b"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-christmas:before{content:"\f7d4"}.fa-star-exclamation:before{content:"\f2f3"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-stars:before{content:"\f762"}.fa-staylinked:before{content:"\f3f5"}.fa-steak:before{content:"\f824"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-steering-wheel:before{content:"\f622"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stocking:before{content:"\f7d5"}.fa-stomach:before{content:"\f623"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-stretcher:before{content:"\f825"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-sun-cloud:before{content:"\f763"}.fa-sun-dust:before{content:"\f764"}.fa-sun-haze:before{content:"\f765"}.fa-sunrise:before{content:"\f766"}.fa-sunset:before{content:"\f767"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-sword:before{content:"\f71c"}.fa-swords:before{content:"\f71d"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablet-android:before{content:"\f3fb"}.fa-tablet-android-alt:before{content:"\f3fc"}.fa-tablet-rugged:before{content:"\f48f"}.fa-tablets:before{content:"\f490"}.fa-tachometer:before{content:"\f0e4"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tachometer-alt-average:before{content:"\f624"}.fa-tachometer-alt-fast:before{content:"\f625"}.fa-tachometer-alt-fastest:before{content:"\f626"}.fa-tachometer-alt-slow:before{content:"\f627"}.fa-tachometer-alt-slowest:before{content:"\f628"}.fa-tachometer-average:before{content:"\f629"}.fa-tachometer-fast:before{content:"\f62a"}.fa-tachometer-fastest:before{content:"\f62b"}.fa-tachometer-slow:before{content:"\f62c"}.fa-tachometer-slowest:before{content:"\f62d"}.fa-taco:before{content:"\f826"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tally:before{content:"\f69c"}.fa-tanakh:before{content:"\f827"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-tasks-alt:before{content:"\f828"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-frigid:before{content:"\f768"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-hot:before{content:"\f76a"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-tennis-ball:before{content:"\f45e"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-theta:before{content:"\f69e"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-thunderstorm:before{content:"\f76c"}.fa-thunderstorm-moon:before{content:"\f76d"}.fa-thunderstorm-sun:before{content:"\f76e"}.fa-ticket:before{content:"\f145"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tilde:before{content:"\f69f"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-times-hexagon:before{content:"\f2ee"}.fa-times-octagon:before{content:"\f2f0"}.fa-times-square:before{content:"\f2d3"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tire:before{content:"\f631"}.fa-tire-flat:before{content:"\f632"}.fa-tire-pressure-warning:before{content:"\f633"}.fa-tire-rugged:before{content:"\f634"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-alt:before{content:"\f71f"}.fa-tombstone:before{content:"\f720"}.fa-tombstone-alt:before{content:"\f721"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-toothbrush:before{content:"\f635"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tornado:before{content:"\f76f"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-cone:before{content:"\f636"}.fa-traffic-light:before{content:"\f637"}.fa-traffic-light-go:before{content:"\f638"}.fa-traffic-light-slow:before{content:"\f639"}.fa-traffic-light-stop:before{content:"\f63a"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-treasure-chest:before{content:"\f723"}.fa-tree:before{content:"\f1bb"}.fa-tree-alt:before{content:"\f400"}.fa-tree-christmas:before{content:"\f7db"}.fa-tree-decorated:before{content:"\f7dc"}.fa-tree-large:before{content:"\f7dd"}.fa-tree-palm:before{content:"\f82b"}.fa-trees:before{content:"\f724"}.fa-trello:before{content:"\f181"}.fa-triangle:before{content:"\f2ec"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-trophy-alt:before{content:"\f2eb"}.fa-truck:before{content:"\f0d1"}.fa-truck-container:before{content:"\f4dc"}.fa-truck-couch:before{content:"\f4dd"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-truck-plow:before{content:"\f7de"}.fa-truck-ramp:before{content:"\f4e0"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-turkey:before{content:"\f725"}.fa-turtle:before{content:"\f726"}.fa-tv:before{content:"\f26c"}.fa-tv-retro:before{content:"\f401"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-unicorn:before{content:"\f727"}.fa-union:before{content:"\f6a2"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-usd-circle:before{content:"\f2e8"}.fa-usd-square:before{content:"\f2e9"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-chart:before{content:"\f6a3"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-crown:before{content:"\f6a4"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-hard-hat:before{content:"\f82c"}.fa-user-headset:before{content:"\f82d"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-md-chat:before{content:"\f82e"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-class:before{content:"\f63d"}.fa-users-cog:before{content:"\f509"}.fa-users-crown:before{content:"\f6a5"}.fa-users-medical:before{content:"\f830"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-fork:before{content:"\f2e3"}.fa-utensil-knife:before{content:"\f2e4"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-utensils-alt:before{content:"\f2e6"}.fa-vaadin:before{content:"\f408"}.fa-value-absolute:before{content:"\f6a6"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-plus:before{content:"\f4e1"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volcano:before{content:"\f770"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume:before{content:"\f6a8"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-slash:before{content:"\f2e2"}.fa-volume-up:before{content:"\f028"}.fa-vote-nay:before{content:"\f771"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walker:before{content:"\f831"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-wand:before{content:"\f72a"}.fa-wand-magic:before{content:"\f72b"}.fa-warehouse:before{content:"\f494"}.fa-warehouse-alt:before{content:"\f495"}.fa-watch:before{content:"\f2e1"}.fa-watch-fitness:before{content:"\f63e"}.fa-water:before{content:"\f773"}.fa-water-lower:before{content:"\f774"}.fa-water-rise:before{content:"\f775"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-webcam:before{content:"\f832"}.fa-webcam-slash:before{content:"\f833"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whale:before{content:"\f72c"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheat:before{content:"\f72d"}.fa-wheelchair:before{content:"\f193"}.fa-whistle:before{content:"\f460"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wifi-1:before{content:"\f6aa"}.fa-wifi-2:before{content:"\f6ab"}.fa-wifi-slash:before{content:"\f6ac"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-wind-warning:before{content:"\f776"}.fa-window:before{content:"\f40e"}.fa-window-alt:before{content:"\f40f"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-windsock:before{content:"\f777"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wreath:before{content:"\f7e2"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.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:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(/Content/assets/fonts/fontawesome/webfonts/fa-brands-400.eot);src:url(/Content/assets/fonts/fontawesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/Content/assets/fonts/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(/Content/assets/fonts/fontawesome/webfonts/fa-brands-400.woff) format("woff"),url(/Content/assets/fonts/fontawesome/webfonts/fa-brands-400.ttf) format("truetype"),url(/Content/assets/fonts/fontawesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:300;font-display:auto;src:url(/Content/assets/fonts/fontawesome/webfonts/fa-light-300.eot);src:url(/Content/assets/fonts/fontawesome/webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"),url(/Content/assets/fonts/fontawesome/webfonts/fa-light-300.woff2) format("woff2"),url(/Content/assets/fonts/fontawesome/webfonts/fa-light-300.woff) format("woff"),url(/Content/assets/fonts/fontawesome/webfonts/fa-light-300.ttf) format("truetype"),url(/Content/assets/fonts/fontawesome/webfonts/fa-light-300.svg#fontawesome) format("svg")}.fal{font-weight:300}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:400;font-display:auto;src:url(/Content/assets/fonts/fontawesome/webfonts/fa-regular-400.eot);src:url(/Content/assets/fonts/fontawesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/Content/assets/fonts/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(/Content/assets/fonts/fontawesome/webfonts/fa-regular-400.woff) format("woff"),url(/Content/assets/fonts/fontawesome/webfonts/fa-regular-400.ttf) format("truetype"),url(/Content/assets/fonts/fontawesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fal,.far{font-family:"Font Awesome 5 Pro"}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:900;font-display:auto;src:url(/Content/assets/fonts/fontawesome/webfonts/fa-solid-900.eot);src:url(/Content/assets/fonts/fontawesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/Content/assets/fonts/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(/Content/assets/fonts/fontawesome/webfonts/fa-solid-900.woff) format("woff"),url(/Content/assets/fonts/fontawesome/webfonts/fa-solid-900.ttf) format("truetype"),url(/Content/assets/fonts/fontawesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Pro";font-weight:900}
@font-face {
    font-family: "flaticon";
    src: url(/Content/assets/fonts/flaticon/font/flaticon.ttf?5c255c376c4b47674142d2106371c66a) format("truetype"),
        url(/Content/assets/fonts/flaticon/font/flaticon.woff?5c255c376c4b47674142d2106371c66a) format("woff"),
        url(/Content/assets/fonts/flaticon/font/flaticon.woff2?5c255c376c4b47674142d2106371c66a) format("woff2"),
        url(/Content/assets/fonts/flaticon/font/flaticon.eot?5c255c376c4b47674142d2106371c66a#iefix) format("embedded-opentype"),
        url(/Content/assets/fonts/flaticon/font/flaticon.svg?5c255c376c4b47674142d2106371c66a#flaticon) format("svg");
}

i[class^="flaticon-"],
i[class*=" flaticon-"] {
    display: inline-block;
    font-family: flaticon !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flaticon-3d-1:before {
    content: "\f101";
}
.flaticon-right-quote:before {
    content: "\f102";
}
.flaticon-targeting:before {
    content: "\f103";
}
.flaticon-stats:before {
    content: "\f104";
}
.flaticon-headphones:before {
    content: "\f105";
}
.flaticon-share:before {
    content: "\f106";
}
.flaticon-chatting:before {
    content: "\f107";
}
.flaticon-rating:before {
    content: "\f108";
}
.flaticon-satisfaction:before {
    content: "\f109";
}
.flaticon-video-player:before {
    content: "\f10a";
}
.flaticon-online-video:before {
    content: "\f10b";
}
.flaticon-video-player-1:before {
    content: "\f10c";
}
.flaticon-volume:before {
    content: "\f10d";
}
.flaticon-live-chat:before {
    content: "\f10e";
}
.flaticon-podcast:before {
    content: "\f10f";
}
.flaticon-microphone:before {
    content: "\f110";
}
.flaticon-quotation-mark:before {
    content: "\f111";
}
.flaticon-digital-marketing:before {
    content: "\f112";
}
.flaticon-social-media:before {
    content: "\f113";
}
.flaticon-certificate-1:before {
    content: "\f114";
}
.flaticon-layers-2:before {
    content: "\f115";
}
.flaticon-talk-show-1:before {
    content: "\f116";
}
.flaticon-goal-1:before {
    content: "\f117";
}
.flaticon-rss-1:before {
    content: "\f118";
}
.flaticon-diamond-1:before {
    content: "\f119";
}
.flaticon-medal-1:before {
    content: "\f11a";
}
.flaticon-crown-1:before {
    content: "\f11b";
}
.flaticon-money-exchange-1:before {
    content: "\f11c";
}
.flaticon-exchange:before {
    content: "\f11d";
}
.flaticon-cryptocurrency:before {
    content: "\f11e";
}
.flaticon-cyber-security:before {
    content: "\f11f";
}
.flaticon-cryptocurrency-1:before {
    content: "\f120";
}
.flaticon-bitcoin:before {
    content: "\f121";
}
.flaticon-exchange-1:before {
    content: "\f122";
}
.flaticon-blockchain:before {
    content: "\f123";
}
.flaticon-bitcoin-1:before {
    content: "\f124";
}
.flaticon-cryptocurrencies:before {
    content: "\f125";
}
.flaticon-bitcoin-2:before {
    content: "\f126";
}
.flaticon-exchange-2:before {
    content: "\f127";
}

.m-t-0{margin-top:0}.m-t-5{margin-top:5px}.m-t-10{margin-top:10px}.m-t-15{margin-top:15px}.m-t-20{margin-top:20px}.m-t-25{margin-top:25px}.m-t-30{margin-top:30px}.m-t-35{margin-top:35px}.m-t-40{margin-top:40px}.m-t-45{margin-top:45px}.m-t-50{margin-top:50px}.m-t-55{margin-top:55px}.m-t-60{margin-top:60px}.m-t-65{margin-top:65px}.m-t-70{margin-top:70px}.m-t-75{margin-top:75px}.m-t-80{margin-top:80px}.m-t-85{margin-top:85px}.m-t-90{margin-top:90px}.m-t-95{margin-top:95px}.m-t-100{margin-top:100px}.m-t-105{margin-top:105px}.m-t-110{margin-top:110px}.m-t-115{margin-top:115px}.m-t-120{margin-top:120px}.m-t-125{margin-top:125px}.m-t-130{margin-top:130px}.m-t-135{margin-top:135px}.m-t-140{margin-top:140px}.m-t-145{margin-top:145px}.m-t-150{margin-top:150px}.m-t-155{margin-top:155px}.m-t-160{margin-top:160px}.m-t-165{margin-top:165px}.m-t-170{margin-top:170px}.m-t-175{margin-top:175px}.m-t-180{margin-top:180px}.m-t-185{margin-top:185px}.m-t-190{margin-top:190px}.m-t-195{margin-top:195px}.m-t-200{margin-top:200px}.m-b-0{margin-bottom:0}.m-b-5{margin-bottom:5px}.m-b-10{margin-bottom:10px}.m-b-15{margin-bottom:15px}.m-b-20{margin-bottom:20px}.m-b-25{margin-bottom:25px}.m-b-30{margin-bottom:30px}.m-b-35{margin-bottom:35px}.m-b-40{margin-bottom:40px}.m-b-45{margin-bottom:45px}.m-b-50{margin-bottom:50px}.m-b-55{margin-bottom:55px}.m-b-60{margin-bottom:60px}.m-b-65{margin-bottom:65px}.m-b-70{margin-bottom:70px}.m-b-75{margin-bottom:75px}.m-b-80{margin-bottom:80px}.m-b-85{margin-bottom:85px}.m-b-90{margin-bottom:90px}.m-b-95{margin-bottom:95px}.m-b-100{margin-bottom:100px}.m-b-105{margin-bottom:105px}.m-b-110{margin-bottom:110px}.m-b-115{margin-bottom:115px}.m-b-120{margin-bottom:120px}.m-b-125{margin-bottom:125px}.m-b-130{margin-bottom:130px}.m-b-135{margin-bottom:135px}.m-b-140{margin-bottom:140px}.m-b-145{margin-bottom:145px}.m-b-150{margin-bottom:150px}.m-b-155{margin-bottom:155px}.m-b-160{margin-bottom:160px}.m-b-165{margin-bottom:165px}.m-b-170{margin-bottom:170px}.m-b-175{margin-bottom:175px}.m-b-180{margin-bottom:180px}.m-b-185{margin-bottom:185px}.m-b-190{margin-bottom:190px}.m-b-195{margin-bottom:195px}.m-b-200{margin-bottom:200px}.m-l-0{margin-left:0}.m-l-5{margin-left:5px}.m-l-10{margin-left:10px}.m-l-15{margin-left:15px}.m-l-20{margin-left:20px}.m-l-25{margin-left:25px}.m-l-30{margin-left:30px}.m-l-35{margin-left:35px}.m-l-40{margin-left:40px}.m-l-45{margin-left:45px}.m-l-50{margin-left:50px}.m-l-55{margin-left:55px}.m-l-60{margin-left:60px}.m-l-65{margin-left:65px}.m-l-70{margin-left:70px}.m-l-75{margin-left:75px}.m-l-80{margin-left:80px}.m-l-85{margin-left:85px}.m-l-90{margin-left:90px}.m-l-95{margin-left:95px}.m-l-100{margin-left:100px}.m-l-105{margin-left:105px}.m-l-110{margin-left:110px}.m-l-115{margin-left:115px}.m-l-120{margin-left:120px}.m-l-125{margin-left:125px}.m-l-130{margin-left:130px}.m-l-135{margin-left:135px}.m-l-140{margin-left:140px}.m-l-145{margin-left:145px}.m-l-150{margin-left:150px}.m-l-155{margin-left:155px}.m-l-160{margin-left:160px}.m-l-165{margin-left:165px}.m-l-170{margin-left:170px}.m-l-175{margin-left:175px}.m-l-180{margin-left:180px}.m-l-185{margin-left:185px}.m-l-190{margin-left:190px}.m-l-195{margin-left:195px}.m-l-200{margin-left:200px}.m-r-0{margin-right:0}.m-r-5{margin-right:5px}.m-r-10{margin-right:10px}.m-r-15{margin-right:15px}.m-r-20{margin-right:20px}.m-r-25{margin-right:25px}.m-r-30{margin-right:30px}.m-r-35{margin-right:35px}.m-r-40{margin-right:40px}.m-r-45{margin-right:45px}.m-r-50{margin-right:50px}.m-r-55{margin-right:55px}.m-r-60{margin-right:60px}.m-r-65{margin-right:65px}.m-r-70{margin-right:70px}.m-r-75{margin-right:75px}.m-r-80{margin-right:80px}.m-r-85{margin-right:85px}.m-r-90{margin-right:90px}.m-r-95{margin-right:95px}.m-r-100{margin-right:100px}.m-r-105{margin-right:105px}.m-r-110{margin-right:110px}.m-r-115{margin-right:115px}.m-r-120{margin-right:120px}.m-r-125{margin-right:125px}.m-r-130{margin-right:130px}.m-r-135{margin-right:135px}.m-r-140{margin-right:140px}.m-r-145{margin-right:145px}.m-r-150{margin-right:150px}.m-r-155{margin-right:155px}.m-r-160{margin-right:160px}.m-r-165{margin-right:165px}.m-r-170{margin-right:170px}.m-r-175{margin-right:175px}.m-r-180{margin-right:180px}.m-r-185{margin-right:185px}.m-r-190{margin-right:190px}.m-r-195{margin-right:195px}.m-r-200{margin-right:200px}.p-t-0{padding-top:0}.p-t-5{padding-top:5px}.p-t-10{padding-top:10px}.p-t-15{padding-top:15px}.p-t-20{padding-top:20px}.p-t-25{padding-top:25px}.p-t-30{padding-top:30px}.p-t-35{padding-top:35px}.p-t-40{padding-top:40px}.p-t-45{padding-top:45px}.p-t-50{padding-top:50px}.p-t-55{padding-top:55px}.p-t-60{padding-top:60px}.p-t-65{padding-top:65px}.p-t-70{padding-top:70px}.p-t-75{padding-top:75px}.p-t-80{padding-top:80px}.p-t-85{padding-top:85px}.p-t-90{padding-top:90px}.p-t-95{padding-top:95px}.p-t-100{padding-top:100px}.p-t-105{padding-top:105px}.p-t-110{padding-top:110px}.p-t-115{padding-top:115px}.p-t-120{padding-top:120px}.p-t-125{padding-top:125px}.p-t-130{padding-top:130px}.p-t-135{padding-top:135px}.p-t-140{padding-top:140px}.p-t-145{padding-top:145px}.p-t-150{padding-top:150px}.p-t-155{padding-top:155px}.p-t-160{padding-top:160px}.p-t-165{padding-top:165px}.p-t-170{padding-top:170px}.p-t-175{padding-top:175px}.p-t-180{padding-top:180px}.p-t-185{padding-top:185px}.p-t-190{padding-top:190px}.p-t-195{padding-top:195px}.p-t-200{padding-top:200px}.p-b-5{padding-bottom:5px}.p-b-10{padding-bottom:10px}.p-b-15{padding-bottom:15px}.p-b-20{padding-bottom:20px}.p-b-25{padding-bottom:25px}.p-b-30{padding-bottom:30px}.p-b-35{padding-bottom:35px}.p-b-40{padding-bottom:40px}.p-b-45{padding-bottom:45px}.p-b-50{padding-bottom:50px}.p-b-55{padding-bottom:55px}.p-b-60{padding-bottom:60px}.p-b-65{padding-bottom:65px}.p-b-70{padding-bottom:70px}.p-b-75{padding-bottom:75px}.p-b-80{padding-bottom:80px}.p-b-85{padding-bottom:85px}.p-b-90{padding-bottom:90px}.p-b-95{padding-bottom:95px}.p-b-100{padding-bottom:100px}.p-b-105{padding-bottom:105px}.p-b-110{padding-bottom:110px}.p-b-115{padding-bottom:115px}.p-b-120{padding-bottom:120px}.p-b-125{padding-bottom:125px}.p-b-130{padding-bottom:130px}.p-b-135{padding-bottom:135px}.p-b-140{padding-bottom:140px}.p-b-145{padding-bottom:145px}.p-b-150{padding-bottom:150px}.p-b-155{padding-bottom:155px}.p-b-160{padding-bottom:160px}.p-b-165{padding-bottom:165px}.p-b-170{padding-bottom:170px}.p-b-175{padding-bottom:175px}.p-b-180{padding-bottom:180px}.p-b-185{padding-bottom:185px}.p-b-190{padding-bottom:190px}.p-b-195{padding-bottom:195px}.p-b-200{padding-bottom:200px}.p-l-0{padding-left:0}.p-l-5{padding-left:5px}.p-l-10{padding-left:10px}.p-l-15{padding-left:15px}.p-l-20{padding-left:20px}.p-l-25{padding-left:25px}.p-l-30{padding-left:30px}.p-l-35{padding-left:35px}.p-l-40{padding-left:40px}.p-l-45{padding-left:45px}.p-l-50{padding-left:50px}.p-l-55{padding-left:55px}.p-l-60{padding-left:60px}.p-l-65{padding-left:65px}.p-l-70{padding-left:70px}.p-l-75{padding-left:75px}.p-l-80{padding-left:80px}.p-l-85{padding-left:85px}.p-l-90{padding-left:90px}.p-l-95{padding-left:95px}.p-l-100{padding-left:100px}.p-l-105{padding-left:105px}.p-l-110{padding-left:110px}.p-l-115{padding-left:115px}.p-l-120{padding-left:120px}.p-l-125{padding-left:125px}.p-l-130{padding-left:130px}.p-l-135{padding-left:135px}.p-l-140{padding-left:140px}.p-l-145{padding-left:145px}.p-l-150{padding-left:150px}.p-l-155{padding-left:155px}.p-l-160{padding-left:160px}.p-l-165{padding-left:165px}.p-l-170{padding-left:170px}.p-l-175{padding-left:175px}.p-l-180{padding-left:180px}.p-l-185{padding-left:185px}.p-l-190{padding-left:190px}.p-l-195{padding-left:195px}.p-l-200{padding-left:200px}.p-r-0{padding-right:0}.p-r-5{padding-right:5px}.p-r-10{padding-right:10px}.p-r-15{padding-right:15px}.p-r-20{padding-right:20px}.p-r-25{padding-right:25px}.p-r-30{padding-right:30px}.p-r-35{padding-right:35px}.p-r-40{padding-right:40px}.p-r-45{padding-right:45px}.p-r-50{padding-right:50px}.p-r-55{padding-right:55px}.p-r-60{padding-right:60px}.p-r-65{padding-right:65px}.p-r-70{padding-right:70px}.p-r-75{padding-right:75px}.p-r-80{padding-right:80px}.p-r-85{padding-right:85px}.p-r-90{padding-right:90px}.p-r-95{padding-right:95px}.p-r-100{padding-right:100px}.p-r-105{padding-right:105px}.p-r-110{padding-right:110px}.p-r-115{padding-right:115px}.p-r-120{padding-right:120px}.p-r-125{padding-right:125px}.p-r-130{padding-right:130px}.p-r-135{padding-right:135px}.p-r-140{padding-right:140px}.p-r-145{padding-right:145px}.p-r-150{padding-right:150px}.p-r-155{padding-right:155px}.p-r-160{padding-right:160px}.p-r-165{padding-right:165px}.p-r-170{padding-right:170px}.p-r-175{padding-right:175px}.p-r-180{padding-right:180px}.p-r-185{padding-right:185px}.p-r-190{padding-right:190px}.p-r-195{padding-right:195px}.p-r-200{padding-right:200px}@media (max-width:1199px){.m-t-lg-0{margin-top:0}.m-t-lg-5{margin-top:5px}.m-t-lg-10{margin-top:10px}.m-t-lg-15{margin-top:15px}.m-t-lg-20{margin-top:20px}.m-t-lg-25{margin-top:25px}.m-t-lg-30{margin-top:30px}.m-t-lg-35{margin-top:35px}.m-t-lg-40{margin-top:40px}.m-t-lg-45{margin-top:45px}.m-t-lg-50{margin-top:50px}.m-t-lg-55{margin-top:55px}.m-t-lg-60{margin-top:60px}.m-t-lg-65{margin-top:65px}.m-t-lg-70{margin-top:70px}.m-t-lg-75{margin-top:75px}.m-t-lg-80{margin-top:80px}.m-t-lg-85{margin-top:85px}.m-t-lg-90{margin-top:90px}.m-t-lg-95{margin-top:95px}.m-t-lg-100{margin-top:100px}.m-t-lg-105{margin-top:105px}.m-t-lg-110{margin-top:110px}.m-t-lg-115{margin-top:115px}.m-t-lg-120{margin-top:120px}.m-t-lg-125{margin-top:125px}.m-t-lg-130{margin-top:130px}.m-t-lg-135{margin-top:135px}.m-t-lg-140{margin-top:140px}.m-t-lg-145{margin-top:145px}.m-t-lg-150{margin-top:150px}.m-t-lg-155{margin-top:155px}.m-t-lg-160{margin-top:160px}.m-t-lg-165{margin-top:165px}.m-t-lg-170{margin-top:170px}.m-t-lg-175{margin-top:175px}.m-t-lg-180{margin-top:180px}.m-t-lg-185{margin-top:185px}.m-t-lg-190{margin-top:190px}.m-t-lg-195{margin-top:195px}.m-t-lg-200{margin-top:200px}.m-b-lg-0{margin-bottom:0}.m-b-lg-5{margin-bottom:5px}.m-b-lg-10{margin-bottom:10px}.m-b-lg-15{margin-bottom:15px}.m-b-lg-20{margin-bottom:20px}.m-b-lg-25{margin-bottom:25px}.m-b-lg-30{margin-bottom:30px}.m-b-lg-35{margin-bottom:35px}.m-b-lg-40{margin-bottom:40px}.m-b-lg-45{margin-bottom:45px}.m-b-lg-50{margin-bottom:50px}.m-b-lg-55{margin-bottom:55px}.m-b-lg-60{margin-bottom:60px}.m-b-lg-65{margin-bottom:65px}.m-b-lg-70{margin-bottom:70px}.m-b-lg-75{margin-bottom:75px}.m-b-lg-80{margin-bottom:80px}.m-b-lg-85{margin-bottom:85px}.m-b-lg-90{margin-bottom:90px}.m-b-lg-95{margin-bottom:95px}.m-b-lg-100{margin-bottom:100px}.m-b-lg-105{margin-bottom:105px}.m-b-lg-110{margin-bottom:110px}.m-b-lg-115{margin-bottom:115px}.m-b-lg-120{margin-bottom:120px}.m-b-lg-125{margin-bottom:125px}.m-b-lg-130{margin-bottom:130px}.m-b-lg-135{margin-bottom:135px}.m-b-lg-140{margin-bottom:140px}.m-b-lg-145{margin-bottom:145px}.m-b-lg-150{margin-bottom:150px}.m-b-lg-155{margin-bottom:155px}.m-b-lg-160{margin-bottom:160px}.m-b-lg-165{margin-bottom:165px}.m-b-lg-170{margin-bottom:170px}.m-b-lg-175{margin-bottom:175px}.m-b-lg-180{margin-bottom:180px}.m-b-lg-185{margin-bottom:185px}.m-b-lg-190{margin-bottom:190px}.m-b-lg-195{margin-bottom:195px}.m-b-lg-200{margin-bottom:200px}.m-l-lg-0{margin-left:0}.m-l-lg-5{margin-left:5px}.m-l-lg-10{margin-left:10px}.m-l-lg-15{margin-left:15px}.m-l-lg-20{margin-left:20px}.m-l-lg-25{margin-left:25px}.m-l-lg-30{margin-left:30px}.m-l-lg-35{margin-left:35px}.m-l-lg-40{margin-left:40px}.m-l-lg-45{margin-left:45px}.m-l-lg-50{margin-left:50px}.m-l-lg-55{margin-left:55px}.m-l-lg-60{margin-left:60px}.m-l-lg-65{margin-left:65px}.m-l-lg-70{margin-left:70px}.m-l-lg-75{margin-left:75px}.m-l-lg-80{margin-left:80px}.m-l-lg-85{margin-left:85px}.m-l-lg-90{margin-left:90px}.m-l-lg-95{margin-left:95px}.m-l-lg-100{margin-left:100px}.m-l-lg-105{margin-left:105px}.m-l-lg-110{margin-left:110px}.m-l-lg-115{margin-left:115px}.m-l-lg-120{margin-left:120px}.m-l-lg-125{margin-left:125px}.m-l-lg-130{margin-left:130px}.m-l-lg-135{margin-left:135px}.m-l-lg-140{margin-left:140px}.m-l-lg-145{margin-left:145px}.m-l-lg-150{margin-left:150px}.m-l-lg-155{margin-left:155px}.m-l-lg-160{margin-left:160px}.m-l-lg-165{margin-left:165px}.m-l-lg-170{margin-left:170px}.m-l-lg-175{margin-left:175px}.m-l-lg-180{margin-left:180px}.m-l-lg-185{margin-left:185px}.m-l-lg-190{margin-left:190px}.m-l-lg-195{margin-left:195px}.m-l-lg-200{margin-left:200px}.m-r-lg-0{margin-right:0}.m-r-lg-5{margin-right:5px}.m-r-lg-10{margin-right:10px}.m-r-lg-15{margin-right:15px}.m-r-lg-20{margin-right:20px}.m-r-lg-25{margin-right:25px}.m-r-lg-30{margin-right:30px}.m-r-lg-35{margin-right:35px}.m-r-lg-40{margin-right:40px}.m-r-lg-45{margin-right:45px}.m-r-lg-50{margin-right:50px}.m-r-lg-55{margin-right:55px}.m-r-lg-60{margin-right:60px}.m-r-lg-65{margin-right:65px}.m-r-lg-70{margin-right:70px}.m-r-lg-75{margin-right:75px}.m-r-lg-80{margin-right:80px}.m-r-lg-85{margin-right:85px}.m-r-lg-90{margin-right:90px}.m-r-lg-95{margin-right:95px}.m-r-lg-100{margin-right:100px}.m-r-lg-105{margin-right:105px}.m-r-lg-110{margin-right:110px}.m-r-lg-115{margin-right:115px}.m-r-lg-120{margin-right:120px}.m-r-lg-125{margin-right:125px}.m-r-lg-130{margin-right:130px}.m-r-lg-135{margin-right:135px}.m-r-lg-140{margin-right:140px}.m-r-lg-145{margin-right:145px}.m-r-lg-150{margin-right:150px}.m-r-lg-155{margin-right:155px}.m-r-lg-160{margin-right:160px}.m-r-lg-165{margin-right:165px}.m-r-lg-170{margin-right:170px}.m-r-lg-175{margin-right:175px}.m-r-lg-180{margin-right:180px}.m-r-lg-185{margin-right:185px}.m-r-lg-190{margin-right:190px}.m-r-lg-195{margin-right:195px}.m-r-lg-200{margin-right:200px}.p-t-lg-0{padding-top:0}.p-t-lg-5{padding-top:5px}.p-t-lg-10{padding-top:10px}.p-t-lg-15{padding-top:15px}.p-t-lg-20{padding-top:20px}.p-t-lg-25{padding-top:25px}.p-t-lg-30{padding-top:30px}.p-t-lg-35{padding-top:35px}.p-t-lg-40{padding-top:40px}.p-t-lg-45{padding-top:45px}.p-t-lg-50{padding-top:50px}.p-t-lg-55{padding-top:55px}.p-t-lg-60{padding-top:60px}.p-t-lg-65{padding-top:65px}.p-t-lg-70{padding-top:70px}.p-t-lg-75{padding-top:75px}.p-t-lg-80{padding-top:80px}.p-t-lg-85{padding-top:85px}.p-t-lg-90{padding-top:90px}.p-t-lg-95{padding-top:95px}.p-t-lg-100{padding-top:100px}.p-t-lg-105{padding-top:105px}.p-t-lg-110{padding-top:110px}.p-t-lg-115{padding-top:115px}.p-t-lg-120{padding-top:120px}.p-t-lg-125{padding-top:125px}.p-t-lg-130{padding-top:130px}.p-t-lg-135{padding-top:135px}.p-t-lg-140{padding-top:140px}.p-t-lg-145{padding-top:145px}.p-t-lg-150{padding-top:150px}.p-t-lg-155{padding-top:155px}.p-t-lg-160{padding-top:160px}.p-t-lg-165{padding-top:165px}.p-t-lg-170{padding-top:170px}.p-t-lg-175{padding-top:175px}.p-t-lg-180{padding-top:180px}.p-t-lg-185{padding-top:185px}.p-t-lg-190{padding-top:190px}.p-t-lg-195{padding-top:195px}.p-t-lg-200{padding-top:200px}.p-b-lg-0{padding-bottom:0}.p-b-lg-5{padding-bottom:5px}.p-b-lg-10{padding-bottom:10px}.p-b-lg-15{padding-bottom:15px}.p-b-lg-20{padding-bottom:20px}.p-b-lg-25{padding-bottom:25px}.p-b-lg-30{padding-bottom:30px}.p-b-lg-35{padding-bottom:35px}.p-b-lg-40{padding-bottom:40px}.p-b-lg-45{padding-bottom:45px}.p-b-lg-50{padding-bottom:50px}.p-b-lg-55{padding-bottom:55px}.p-b-lg-60{padding-bottom:60px}.p-b-lg-65{padding-bottom:65px}.p-b-lg-70{padding-bottom:70px}.p-b-lg-75{padding-bottom:75px}.p-b-lg-80{padding-bottom:80px}.p-b-lg-85{padding-bottom:85px}.p-b-lg-90{padding-bottom:90px}.p-b-lg-95{padding-bottom:95px}.p-b-lg-100{padding-bottom:100px}.p-b-lg-105{padding-bottom:105px}.p-b-lg-110{padding-bottom:110px}.p-b-lg-115{padding-bottom:115px}.p-b-lg-120{padding-bottom:120px}.p-b-lg-125{padding-bottom:125px}.p-b-lg-130{padding-bottom:130px}.p-b-lg-135{padding-bottom:135px}.p-b-lg-140{padding-bottom:140px}.p-b-lg-145{padding-bottom:145px}.p-b-lg-150{padding-bottom:150px}.p-b-lg-155{padding-bottom:155px}.p-b-lg-160{padding-bottom:160px}.p-b-lg-165{padding-bottom:165px}.p-b-lg-170{padding-bottom:170px}.p-b-lg-175{padding-bottom:175px}.p-b-lg-180{padding-bottom:180px}.p-b-lg-185{padding-bottom:185px}.p-b-lg-190{padding-bottom:190px}.p-b-lg-195{padding-bottom:195px}.p-b-lg-200{padding-bottom:200px}.p-l-lg-0{padding-left:0}.p-l-lg-5{padding-left:5px}.p-l-lg-10{padding-left:10px}.p-l-lg-15{padding-left:15px}.p-l-lg-20{padding-left:20px}.p-l-lg-25{padding-left:25px}.p-l-lg-30{padding-left:30px}.p-l-lg-35{padding-left:35px}.p-l-lg-40{padding-left:40px}.p-l-lg-45{padding-left:45px}.p-l-lg-50{padding-left:50px}.p-l-lg-55{padding-left:55px}.p-l-lg-60{padding-left:60px}.p-l-lg-65{padding-left:65px}.p-l-lg-70{padding-left:70px}.p-l-lg-75{padding-left:75px}.p-l-lg-80{padding-left:80px}.p-l-lg-85{padding-left:85px}.p-l-lg-90{padding-left:90px}.p-l-lg-95{padding-left:95px}.p-l-lg-100{padding-left:100px}.p-l-lg-105{padding-left:105px}.p-l-lg-110{padding-left:110px}.p-l-lg-115{padding-left:115px}.p-l-lg-120{padding-left:120px}.p-l-lg-125{padding-left:125px}.p-l-lg-130{padding-left:130px}.p-l-lg-135{padding-left:135px}.p-l-lg-140{padding-left:140px}.p-l-lg-145{padding-left:145px}.p-l-lg-150{padding-left:150px}.p-l-lg-155{padding-left:155px}.p-l-lg-160{padding-left:160px}.p-l-lg-165{padding-left:165px}.p-l-lg-170{padding-left:170px}.p-l-lg-175{padding-left:175px}.p-l-lg-180{padding-left:180px}.p-l-lg-185{padding-left:185px}.p-l-lg-190{padding-left:190px}.p-l-lg-195{padding-left:195px}.p-l-lg-200{padding-left:200px}.p-r-lg-0{padding-right:0}.p-r-lg-5{padding-right:5px}.p-r-lg-10{padding-right:10px}.p-r-lg-15{padding-right:15px}.p-r-lg-20{padding-right:20px}.p-r-lg-25{padding-right:25px}.p-r-lg-30{padding-right:30px}.p-r-lg-35{padding-right:35px}.p-r-lg-40{padding-right:40px}.p-r-lg-45{padding-right:45px}.p-r-lg-50{padding-right:50px}.p-r-lg-55{padding-right:55px}.p-r-lg-60{padding-right:60px}.p-r-lg-65{padding-right:65px}.p-r-lg-70{padding-right:70px}.p-r-lg-75{padding-right:75px}.p-r-lg-80{padding-right:80px}.p-r-lg-85{padding-right:85px}.p-r-lg-90{padding-right:90px}.p-r-lg-95{padding-right:95px}.p-r-lg-100{padding-right:100px}.p-r-lg-105{padding-right:105px}.p-r-lg-110{padding-right:110px}.p-r-lg-115{padding-right:115px}.p-r-lg-120{padding-right:120px}.p-r-lg-125{padding-right:125px}.p-r-lg-130{padding-right:130px}.p-r-lg-135{padding-right:135px}.p-r-lg-140{padding-right:140px}.p-r-lg-145{padding-right:145px}.p-r-lg-150{padding-right:150px}.p-r-lg-155{padding-right:155px}.p-r-lg-160{padding-right:160px}.p-r-lg-165{padding-right:165px}.p-r-lg-170{padding-right:170px}.p-r-lg-175{padding-right:175px}.p-r-lg-180{padding-right:180px}.p-r-lg-185{padding-right:185px}.p-r-lg-190{padding-right:190px}.p-r-lg-195{padding-right:195px}.p-r-lg-200{padding-right:200px}}@media (max-width:991px){.m-t-md-0{margin-top:0}.m-t-md-5{margin-top:5px}.m-t-md-10{margin-top:10px}.m-t-md-15{margin-top:15px}.m-t-md-20{margin-top:20px}.m-t-md-25{margin-top:25px}.m-t-md-30{margin-top:30px}.m-t-md-35{margin-top:35px}.m-t-md-40{margin-top:40px}.m-t-md-45{margin-top:45px}.m-t-md-50{margin-top:50px}.m-t-md-55{margin-top:55px}.m-t-md-60{margin-top:60px}.m-t-md-65{margin-top:65px}.m-t-md-70{margin-top:70px}.m-t-md-75{margin-top:75px}.m-t-md-80{margin-top:80px}.m-t-md-85{margin-top:85px}.m-t-md-90{margin-top:90px}.m-t-md-95{margin-top:95px}.m-t-md-100{margin-top:100px}.m-t-md-105{margin-top:105px}.m-t-md-110{margin-top:110px}.m-t-md-115{margin-top:115px}.m-t-md-120{margin-top:120px}.m-t-md-125{margin-top:125px}.m-t-md-130{margin-top:130px}.m-t-md-135{margin-top:135px}.m-t-md-140{margin-top:140px}.m-t-md-145{margin-top:145px}.m-t-md-150{margin-top:150px}.m-t-md-155{margin-top:155px}.m-t-md-160{margin-top:160px}.m-t-md-165{margin-top:165px}.m-t-md-170{margin-top:170px}.m-t-md-175{margin-top:175px}.m-t-md-180{margin-top:180px}.m-t-md-185{margin-top:185px}.m-t-md-190{margin-top:190px}.m-t-md-195{margin-top:195px}.m-t-md-200{margin-top:200px}.m-b-md-0{margin-bottom:0}.m-b-md-5{margin-bottom:5px}.m-b-md-10{margin-bottom:10px}.m-b-md-15{margin-bottom:15px}.m-b-md-20{margin-bottom:20px}.m-b-md-25{margin-bottom:25px}.m-b-md-30{margin-bottom:30px}.m-b-md-35{margin-bottom:35px}.m-b-md-40{margin-bottom:40px}.m-b-md-45{margin-bottom:45px}.m-b-md-50{margin-bottom:50px}.m-b-md-55{margin-bottom:55px}.m-b-md-60{margin-bottom:60px}.m-b-md-65{margin-bottom:65px}.m-b-md-70{margin-bottom:70px}.m-b-md-75{margin-bottom:75px}.m-b-md-80{margin-bottom:80px}.m-b-md-85{margin-bottom:85px}.m-b-md-90{margin-bottom:90px}.m-b-md-95{margin-bottom:95px}.m-b-md-100{margin-bottom:100px}.m-b-md-105{margin-bottom:105px}.m-b-md-110{margin-bottom:110px}.m-b-md-115{margin-bottom:115px}.m-b-md-120{margin-bottom:120px}.m-b-md-125{margin-bottom:125px}.m-b-md-130{margin-bottom:130px}.m-b-md-135{margin-bottom:135px}.m-b-md-140{margin-bottom:140px}.m-b-md-145{margin-bottom:145px}.m-b-md-150{margin-bottom:150px}.m-b-md-155{margin-bottom:155px}.m-b-md-160{margin-bottom:160px}.m-b-md-165{margin-bottom:165px}.m-b-md-170{margin-bottom:170px}.m-b-md-175{margin-bottom:175px}.m-b-md-180{margin-bottom:180px}.m-b-md-185{margin-bottom:185px}.m-b-md-190{margin-bottom:190px}.m-b-md-195{margin-bottom:195px}.m-b-md-200{margin-bottom:200px}.m-l-md-0{margin-left:0}.m-l-md-5{margin-left:5px}.m-l-md-10{margin-left:10px}.m-l-md-15{margin-left:15px}.m-l-md-20{margin-left:20px}.m-l-md-25{margin-left:25px}.m-l-md-30{margin-left:30px}.m-l-md-35{margin-left:35px}.m-l-md-40{margin-left:40px}.m-l-md-45{margin-left:45px}.m-l-md-50{margin-left:50px}.m-l-md-55{margin-left:55px}.m-l-md-60{margin-left:60px}.m-l-md-65{margin-left:65px}.m-l-md-70{margin-left:70px}.m-l-md-75{margin-left:75px}.m-l-md-80{margin-left:80px}.m-l-md-85{margin-left:85px}.m-l-md-90{margin-left:90px}.m-l-md-95{margin-left:95px}.m-l-md-100{margin-left:100px}.m-l-md-105{margin-left:105px}.m-l-md-110{margin-left:110px}.m-l-md-115{margin-left:115px}.m-l-md-120{margin-left:120px}.m-l-md-125{margin-left:125px}.m-l-md-130{margin-left:130px}.m-l-md-135{margin-left:135px}.m-l-md-140{margin-left:140px}.m-l-md-145{margin-left:145px}.m-l-md-150{margin-left:150px}.m-l-md-155{margin-left:155px}.m-l-md-160{margin-left:160px}.m-l-md-165{margin-left:165px}.m-l-md-170{margin-left:170px}.m-l-md-175{margin-left:175px}.m-l-md-180{margin-left:180px}.m-l-md-185{margin-left:185px}.m-l-md-190{margin-left:190px}.m-l-md-195{margin-left:195px}.m-l-md-200{margin-left:200px}.m-r-md-0{margin-right:0}.m-r-md-5{margin-right:5px}.m-r-md-10{margin-right:10px}.m-r-md-15{margin-right:15px}.m-r-md-20{margin-right:20px}.m-r-md-25{margin-right:25px}.m-r-md-30{margin-right:30px}.m-r-md-35{margin-right:35px}.m-r-md-40{margin-right:40px}.m-r-md-45{margin-right:45px}.m-r-md-50{margin-right:50px}.m-r-md-55{margin-right:55px}.m-r-md-60{margin-right:60px}.m-r-md-65{margin-right:65px}.m-r-md-70{margin-right:70px}.m-r-md-75{margin-right:75px}.m-r-md-80{margin-right:80px}.m-r-md-85{margin-right:85px}.m-r-md-90{margin-right:90px}.m-r-md-95{margin-right:95px}.m-r-md-100{margin-right:100px}.m-r-md-105{margin-right:105px}.m-r-md-110{margin-right:110px}.m-r-md-115{margin-right:115px}.m-r-md-120{margin-right:120px}.m-r-md-125{margin-right:125px}.m-r-md-130{margin-right:130px}.m-r-md-135{margin-right:135px}.m-r-md-140{margin-right:140px}.m-r-md-145{margin-right:145px}.m-r-md-150{margin-right:150px}.m-r-md-155{margin-right:155px}.m-r-md-160{margin-right:160px}.m-r-md-165{margin-right:165px}.m-r-md-170{margin-right:170px}.m-r-md-175{margin-right:175px}.m-r-md-180{margin-right:180px}.m-r-md-185{margin-right:185px}.m-r-md-190{margin-right:190px}.m-r-md-195{margin-right:195px}.m-r-md-200{margin-right:200px}.p-t-md-0{padding-top:0}.p-t-md-5{padding-top:5px}.p-t-md-10{padding-top:10px}.p-t-md-15{padding-top:15px}.p-t-md-20{padding-top:20px}.p-t-md-25{padding-top:25px}.p-t-md-30{padding-top:30px}.p-t-md-35{padding-top:35px}.p-t-md-40{padding-top:40px}.p-t-md-45{padding-top:45px}.p-t-md-50{padding-top:50px}.p-t-md-55{padding-top:55px}.p-t-md-60{padding-top:60px}.p-t-md-65{padding-top:65px}.p-t-md-70{padding-top:70px}.p-t-md-75{padding-top:75px}.p-t-md-80{padding-top:80px}.p-t-md-85{padding-top:85px}.p-t-md-90{padding-top:90px}.p-t-md-95{padding-top:95px}.p-t-md-100{padding-top:100px}.p-t-md-105{padding-top:105px}.p-t-md-110{padding-top:110px}.p-t-md-115{padding-top:115px}.p-t-md-120{padding-top:120px}.p-t-md-125{padding-top:125px}.p-t-md-130{padding-top:130px}.p-t-md-135{padding-top:135px}.p-t-md-140{padding-top:140px}.p-t-md-145{padding-top:145px}.p-t-md-150{padding-top:150px}.p-t-md-155{padding-top:155px}.p-t-md-160{padding-top:160px}.p-t-md-165{padding-top:165px}.p-t-md-170{padding-top:170px}.p-t-md-175{padding-top:175px}.p-t-md-180{padding-top:180px}.p-t-md-185{padding-top:185px}.p-t-md-190{padding-top:190px}.p-t-md-195{padding-top:195px}.p-t-md-200{padding-top:200px}.p-b-md-5{padding-bottom:5px}.p-b-md-10{padding-bottom:10px}.p-b-md-15{padding-bottom:15px}.p-b-md-20{padding-bottom:20px}.p-b-md-25{padding-bottom:25px}.p-b-md-30{padding-bottom:30px}.p-b-md-35{padding-bottom:35px}.p-b-md-40{padding-bottom:40px}.p-b-md-45{padding-bottom:45px}.p-b-md-50{padding-bottom:50px}.p-b-md-55{padding-bottom:55px}.p-b-md-60{padding-bottom:60px}.p-b-md-65{padding-bottom:65px}.p-b-md-70{padding-bottom:70px}.p-b-md-75{padding-bottom:75px}.p-b-md-80{padding-bottom:80px}.p-b-md-85{padding-bottom:85px}.p-b-md-90{padding-bottom:90px}.p-b-md-95{padding-bottom:95px}.p-b-md-100{padding-bottom:100px}.p-b-md-105{padding-bottom:105px}.p-b-md-110{padding-bottom:110px}.p-b-md-115{padding-bottom:115px}.p-b-md-120{padding-bottom:120px}.p-b-md-125{padding-bottom:125px}.p-b-md-130{padding-bottom:130px}.p-b-md-135{padding-bottom:135px}.p-b-md-140{padding-bottom:140px}.p-b-md-145{padding-bottom:145px}.p-b-md-150{padding-bottom:150px}.p-b-md-155{padding-bottom:155px}.p-b-md-160{padding-bottom:160px}.p-b-md-165{padding-bottom:165px}.p-b-md-170{padding-bottom:170px}.p-b-md-175{padding-bottom:175px}.p-b-md-180{padding-bottom:180px}.p-b-md-185{padding-bottom:185px}.p-b-md-190{padding-bottom:190px}.p-b-md-195{padding-bottom:195px}.p-b-md-200{padding-bottom:200px}.p-l-md-0{padding-left:0}.p-l-md-5{padding-left:5px}.p-l-md-10{padding-left:10px}.p-l-md-15{padding-left:15px}.p-l-md-20{padding-left:20px}.p-l-md-25{padding-left:25px}.p-l-md-30{padding-left:30px}.p-l-md-35{padding-left:35px}.p-l-md-40{padding-left:40px}.p-l-md-45{padding-left:45px}.p-l-md-50{padding-left:50px}.p-l-md-55{padding-left:55px}.p-l-md-60{padding-left:60px}.p-l-md-65{padding-left:65px}.p-l-md-70{padding-left:70px}.p-l-md-75{padding-left:75px}.p-l-md-80{padding-left:80px}.p-l-md-85{padding-left:85px}.p-l-md-90{padding-left:90px}.p-l-md-95{padding-left:95px}.p-l-md-100{padding-left:100px}.p-l-md-105{padding-left:105px}.p-l-md-110{padding-left:110px}.p-l-md-115{padding-left:115px}.p-l-md-120{padding-left:120px}.p-l-md-125{padding-left:125px}.p-l-md-130{padding-left:130px}.p-l-md-135{padding-left:135px}.p-l-md-140{padding-left:140px}.p-l-md-145{padding-left:145px}.p-l-md-150{padding-left:150px}.p-l-md-155{padding-left:155px}.p-l-md-160{padding-left:160px}.p-l-md-165{padding-left:165px}.p-l-md-170{padding-left:170px}.p-l-md-175{padding-left:175px}.p-l-md-180{padding-left:180px}.p-l-md-185{padding-left:185px}.p-l-md-190{padding-left:190px}.p-l-md-195{padding-left:195px}.p-l-md-200{padding-left:200px}.p-r-md-0{padding-right:0}.p-r-md-5{padding-right:5px}.p-r-md-10{padding-right:10px}.p-r-md-15{padding-right:15px}.p-r-md-20{padding-right:20px}.p-r-md-25{padding-right:25px}.p-r-md-30{padding-right:30px}.p-r-md-35{padding-right:35px}.p-r-md-40{padding-right:40px}.p-r-md-45{padding-right:45px}.p-r-md-50{padding-right:50px}.p-r-md-55{padding-right:55px}.p-r-md-60{padding-right:60px}.p-r-md-65{padding-right:65px}.p-r-md-70{padding-right:70px}.p-r-md-75{padding-right:75px}.p-r-md-80{padding-right:80px}.p-r-md-85{padding-right:85px}.p-r-md-90{padding-right:90px}.p-r-md-95{padding-right:95px}.p-r-md-100{padding-right:100px}.p-r-md-105{padding-right:105px}.p-r-md-110{padding-right:110px}.p-r-md-115{padding-right:115px}.p-r-md-120{padding-right:120px}.p-r-md-125{padding-right:125px}.p-r-md-130{padding-right:130px}.p-r-md-135{padding-right:135px}.p-r-md-140{padding-right:140px}.p-r-md-145{padding-right:145px}.p-r-md-150{padding-right:150px}.p-r-md-155{padding-right:155px}.p-r-md-160{padding-right:160px}.p-r-md-165{padding-right:165px}.p-r-md-170{padding-right:170px}.p-r-md-175{padding-right:175px}.p-r-md-180{padding-right:180px}.p-r-md-185{padding-right:185px}.p-r-md-190{padding-right:190px}.p-r-md-195{padding-right:195px}.p-r-md-200{padding-right:200px}}@media (max-width:767px){.m-t-sm-0{margin-top:0}.m-t-sm-5{margin-top:5px}.m-t-sm-10{margin-top:10px}.m-t-sm-15{margin-top:15px}.m-t-sm-20{margin-top:20px}.m-t-sm-25{margin-top:25px}.m-t-sm-30{margin-top:30px}.m-t-sm-35{margin-top:35px}.m-t-sm-40{margin-top:40px}.m-t-sm-45{margin-top:45px}.m-t-sm-50{margin-top:50px}.m-t-sm-55{margin-top:55px}.m-t-sm-60{margin-top:60px}.m-t-sm-65{margin-top:65px}.m-t-sm-70{margin-top:70px}.m-t-sm-75{margin-top:75px}.m-t-sm-80{margin-top:80px}.m-t-sm-85{margin-top:85px}.m-t-sm-90{margin-top:90px}.m-t-sm-95{margin-top:95px}.m-t-sm-100{margin-top:100px}.m-t-sm-105{margin-top:105px}.m-t-sm-110{margin-top:110px}.m-t-sm-115{margin-top:115px}.m-t-sm-120{margin-top:120px}.m-t-sm-125{margin-top:125px}.m-t-sm-130{margin-top:130px}.m-t-sm-135{margin-top:135px}.m-t-sm-140{margin-top:140px}.m-t-sm-145{margin-top:145px}.m-t-sm-150{margin-top:150px}.m-t-sm-155{margin-top:155px}.m-t-sm-160{margin-top:160px}.m-t-sm-165{margin-top:165px}.m-t-sm-170{margin-top:170px}.m-t-sm-175{margin-top:175px}.m-t-sm-180{margin-top:180px}.m-t-sm-185{margin-top:185px}.m-t-sm-190{margin-top:190px}.m-t-sm-195{margin-top:195px}.m-t-sm-200{margin-top:200px}.m-b-sm-0{margin-bottom:0}.m-b-sm-5{margin-bottom:5px}.m-b-sm-10{margin-bottom:10px}.m-b-sm-15{margin-bottom:15px}.m-b-sm-20{margin-bottom:20px}.m-b-sm-25{margin-bottom:25px}.m-b-sm-30{margin-bottom:30px}.m-b-sm-35{margin-bottom:35px}.m-b-sm-40{margin-bottom:40px}.m-b-sm-45{margin-bottom:45px}.m-b-sm-50{margin-bottom:50px}.m-b-sm-55{margin-bottom:55px}.m-b-sm-60{margin-bottom:60px}.m-b-sm-65{margin-bottom:65px}.m-b-sm-70{margin-bottom:70px}.m-b-sm-75{margin-bottom:75px}.m-b-sm-80{margin-bottom:80px}.m-b-sm-85{margin-bottom:85px}.m-b-sm-90{margin-bottom:90px}.m-b-sm-95{margin-bottom:95px}.m-b-sm-100{margin-bottom:100px}.m-b-sm-105{margin-bottom:105px}.m-b-sm-110{margin-bottom:110px}.m-b-sm-115{margin-bottom:115px}.m-b-sm-120{margin-bottom:120px}.m-b-sm-125{margin-bottom:125px}.m-b-sm-130{margin-bottom:130px}.m-b-sm-135{margin-bottom:135px}.m-b-sm-140{margin-bottom:140px}.m-b-sm-145{margin-bottom:145px}.m-b-sm-150{margin-bottom:150px}.m-b-sm-155{margin-bottom:155px}.m-b-sm-160{margin-bottom:160px}.m-b-sm-165{margin-bottom:165px}.m-b-sm-170{margin-bottom:170px}.m-b-sm-175{margin-bottom:175px}.m-b-sm-180{margin-bottom:180px}.m-b-sm-185{margin-bottom:185px}.m-b-sm-190{margin-bottom:190px}.m-b-sm-195{margin-bottom:195px}.m-b-sm-200{margin-bottom:200px}.m-l-sm-0{margin-left:0}.m-l-sm-5{margin-left:5px}.m-l-sm-10{margin-left:10px}.m-l-sm-15{margin-left:15px}.m-l-sm-20{margin-left:20px}.m-l-sm-25{margin-left:25px}.m-l-sm-30{margin-left:30px}.m-l-sm-35{margin-left:35px}.m-l-sm-40{margin-left:40px}.m-l-sm-45{margin-left:45px}.m-l-sm-50{margin-left:50px}.m-l-sm-55{margin-left:55px}.m-l-sm-60{margin-left:60px}.m-l-sm-65{margin-left:65px}.m-l-sm-70{margin-left:70px}.m-l-sm-75{margin-left:75px}.m-l-sm-80{margin-left:80px}.m-l-sm-85{margin-left:85px}.m-l-sm-90{margin-left:90px}.m-l-sm-95{margin-left:95px}.m-l-sm-100{margin-left:100px}.m-l-sm-105{margin-left:105px}.m-l-sm-110{margin-left:110px}.m-l-sm-115{margin-left:115px}.m-l-sm-120{margin-left:120px}.m-l-sm-125{margin-left:125px}.m-l-sm-130{margin-left:130px}.m-l-sm-135{margin-left:135px}.m-l-sm-140{margin-left:140px}.m-l-sm-145{margin-left:145px}.m-l-sm-150{margin-left:150px}.m-l-sm-155{margin-left:155px}.m-l-sm-160{margin-left:160px}.m-l-sm-165{margin-left:165px}.m-l-sm-170{margin-left:170px}.m-l-sm-175{margin-left:175px}.m-l-sm-180{margin-left:180px}.m-l-sm-185{margin-left:185px}.m-l-sm-190{margin-left:190px}.m-l-sm-195{margin-left:195px}.m-l-sm-200{margin-left:200px}.m-r-sm-0{margin-right:0}.m-r-sm-5{margin-right:5px}.m-r-sm-10{margin-right:10px}.m-r-sm-15{margin-right:15px}.m-r-sm-20{margin-right:20px}.m-r-sm-25{margin-right:25px}.m-r-sm-30{margin-right:30px}.m-r-sm-35{margin-right:35px}.m-r-sm-40{margin-right:40px}.m-r-sm-45{margin-right:45px}.m-r-sm-50{margin-right:50px}.m-r-sm-55{margin-right:55px}.m-r-sm-60{margin-right:60px}.m-r-sm-65{margin-right:65px}.m-r-sm-70{margin-right:70px}.m-r-sm-75{margin-right:75px}.m-r-sm-80{margin-right:80px}.m-r-sm-85{margin-right:85px}.m-r-sm-90{margin-right:90px}.m-r-sm-95{margin-right:95px}.m-r-sm-100{margin-right:100px}.m-r-sm-105{margin-right:105px}.m-r-sm-110{margin-right:110px}.m-r-sm-115{margin-right:115px}.m-r-sm-120{margin-right:120px}.m-r-sm-125{margin-right:125px}.m-r-sm-130{margin-right:130px}.m-r-sm-135{margin-right:135px}.m-r-sm-140{margin-right:140px}.m-r-sm-145{margin-right:145px}.m-r-sm-150{margin-right:150px}.m-r-sm-155{margin-right:155px}.m-r-sm-160{margin-right:160px}.m-r-sm-165{margin-right:165px}.m-r-sm-170{margin-right:170px}.m-r-sm-175{margin-right:175px}.m-r-sm-180{margin-right:180px}.m-r-sm-185{margin-right:185px}.m-r-sm-190{margin-right:190px}.m-r-sm-195{margin-right:195px}.m-r-sm-200{margin-right:200px}.p-t-sm-0{padding-top:0}.p-t-sm-5{padding-top:5px}.p-t-sm-10{padding-top:10px}.p-t-sm-15{padding-top:15px}.p-t-sm-20{padding-top:20px}.p-t-sm-25{padding-top:25px}.p-t-sm-30{padding-top:30px}.p-t-sm-35{padding-top:35px}.p-t-sm-40{padding-top:40px}.p-t-sm-45{padding-top:45px}.p-t-sm-50{padding-top:50px}.p-t-sm-55{padding-top:55px}.p-t-sm-60{padding-top:60px}.p-t-sm-65{padding-top:65px}.p-t-sm-70{padding-top:70px}.p-t-sm-75{padding-top:75px}.p-t-sm-80{padding-top:80px}.p-t-sm-85{padding-top:85px}.p-t-sm-90{padding-top:90px}.p-t-sm-95{padding-top:95px}.p-t-sm-100{padding-top:100px}.p-t-sm-105{padding-top:105px}.p-t-sm-110{padding-top:110px}.p-t-sm-115{padding-top:115px}.p-t-sm-120{padding-top:120px}.p-t-sm-125{padding-top:125px}.p-t-sm-130{padding-top:130px}.p-t-sm-135{padding-top:135px}.p-t-sm-140{padding-top:140px}.p-t-sm-145{padding-top:145px}.p-t-sm-150{padding-top:150px}.p-t-sm-155{padding-top:155px}.p-t-sm-160{padding-top:160px}.p-t-sm-165{padding-top:165px}.p-t-sm-170{padding-top:170px}.p-t-sm-175{padding-top:175px}.p-t-sm-180{padding-top:180px}.p-t-sm-185{padding-top:185px}.p-t-sm-190{padding-top:190px}.p-t-sm-195{padding-top:195px}.p-t-sm-200{padding-top:200px}.p-b-sm-5{padding-bottom:5px}.p-b-sm-10{padding-bottom:10px}.p-b-sm-15{padding-bottom:15px}.p-b-sm-20{padding-bottom:20px}.p-b-sm-25{padding-bottom:25px}.p-b-sm-30{padding-bottom:30px}.p-b-sm-35{padding-bottom:35px}.p-b-sm-40{padding-bottom:40px}.p-b-sm-45{padding-bottom:45px}.p-b-sm-50{padding-bottom:50px}.p-b-sm-55{padding-bottom:55px}.p-b-sm-60{padding-bottom:60px}.p-b-sm-65{padding-bottom:65px}.p-b-sm-70{padding-bottom:70px}.p-b-sm-75{padding-bottom:75px}.p-b-sm-80{padding-bottom:80px}.p-b-sm-85{padding-bottom:85px}.p-b-sm-90{padding-bottom:90px}.p-b-sm-95{padding-bottom:95px}.p-b-sm-100{padding-bottom:100px}.p-b-sm-105{padding-bottom:105px}.p-b-sm-110{padding-bottom:110px}.p-b-sm-115{padding-bottom:115px}.p-b-sm-120{padding-bottom:120px}.p-b-sm-125{padding-bottom:125px}.p-b-sm-130{padding-bottom:130px}.p-b-sm-135{padding-bottom:135px}.p-b-sm-140{padding-bottom:140px}.p-b-sm-145{padding-bottom:145px}.p-b-sm-150{padding-bottom:150px}.p-b-sm-155{padding-bottom:155px}.p-b-sm-160{padding-bottom:160px}.p-b-sm-165{padding-bottom:165px}.p-b-sm-170{padding-bottom:170px}.p-b-sm-175{padding-bottom:175px}.p-b-sm-180{padding-bottom:180px}.p-b-sm-185{padding-bottom:185px}.p-b-sm-190{padding-bottom:190px}.p-b-sm-195{padding-bottom:195px}.p-b-sm-200{padding-bottom:200px}.p-l-sm-0{padding-left:0}.p-l-sm-5{padding-left:5px}.p-l-sm-10{padding-left:10px}.p-l-sm-15{padding-left:15px}.p-l-sm-20{padding-left:20px}.p-l-sm-25{padding-left:25px}.p-l-sm-30{padding-left:30px}.p-l-sm-35{padding-left:35px}.p-l-sm-40{padding-left:40px}.p-l-sm-45{padding-left:45px}.p-l-sm-50{padding-left:50px}.p-l-sm-55{padding-left:55px}.p-l-sm-60{padding-left:60px}.p-l-sm-65{padding-left:65px}.p-l-sm-70{padding-left:70px}.p-l-sm-75{padding-left:75px}.p-l-sm-80{padding-left:80px}.p-l-sm-85{padding-left:85px}.p-l-sm-90{padding-left:90px}.p-l-sm-95{padding-left:95px}.p-l-sm-100{padding-left:100px}.p-l-sm-105{padding-left:105px}.p-l-sm-110{padding-left:110px}.p-l-sm-115{padding-left:115px}.p-l-sm-120{padding-left:120px}.p-l-sm-125{padding-left:125px}.p-l-sm-130{padding-left:130px}.p-l-sm-135{padding-left:135px}.p-l-sm-140{padding-left:140px}.p-l-sm-145{padding-left:145px}.p-l-sm-150{padding-left:150px}.p-l-sm-155{padding-left:155px}.p-l-sm-160{padding-left:160px}.p-l-sm-165{padding-left:165px}.p-l-sm-170{padding-left:170px}.p-l-sm-175{padding-left:175px}.p-l-sm-180{padding-left:180px}.p-l-sm-185{padding-left:185px}.p-l-sm-190{padding-left:190px}.p-l-sm-195{padding-left:195px}.p-l-sm-200{padding-left:200px}.p-r-sm-0{padding-right:0}.p-r-sm-5{padding-right:5px}.p-r-sm-10{padding-right:10px}.p-r-sm-15{padding-right:15px}.p-r-sm-20{padding-right:20px}.p-r-sm-25{padding-right:25px}.p-r-sm-30{padding-right:30px}.p-r-sm-35{padding-right:35px}.p-r-sm-40{padding-right:40px}.p-r-sm-45{padding-right:45px}.p-r-sm-50{padding-right:50px}.p-r-sm-55{padding-right:55px}.p-r-sm-60{padding-right:60px}.p-r-sm-65{padding-right:65px}.p-r-sm-70{padding-right:70px}.p-r-sm-75{padding-right:75px}.p-r-sm-80{padding-right:80px}.p-r-sm-85{padding-right:85px}.p-r-sm-90{padding-right:90px}.p-r-sm-95{padding-right:95px}.p-r-sm-100{padding-right:100px}.p-r-sm-105{padding-right:105px}.p-r-sm-110{padding-right:110px}.p-r-sm-115{padding-right:115px}.p-r-sm-120{padding-right:120px}.p-r-sm-125{padding-right:125px}.p-r-sm-130{padding-right:130px}.p-r-sm-135{padding-right:135px}.p-r-sm-140{padding-right:140px}.p-r-sm-145{padding-right:145px}.p-r-sm-150{padding-right:150px}.p-r-sm-155{padding-right:155px}.p-r-sm-160{padding-right:160px}.p-r-sm-165{padding-right:165px}.p-r-sm-170{padding-right:170px}.p-r-sm-175{padding-right:175px}.p-r-sm-180{padding-right:180px}.p-r-sm-185{padding-right:185px}.p-r-sm-190{padding-right:190px}.p-r-sm-195{padding-right:195px}.p-r-sm-200{padding-right:200px}}
/*-----------------------------------------------------------------------------------
    Template Name: Landio - Multipurpose Landing Page HTML Template
    Template URI: https://webtend.net/demo/html/landio/
    Author: WebTend
    Author URI:  https://webtend.net/
    Version: 1.3

    Note: This is Main Style CSS File.
-----------------------------------------------------------------------------------
	CSS INDEX
	===================
    #. Fonts
    #. Common
    #. Input field
    #. Keyframes & Animation
    #. Header
        ##. Header Common
        ##. Header Search
        ##. Off Canvas And Mobile Slide Panel
    #. components
        ##. Preloader
        ##. Template Button
        ##. Hero Area
            ###. Hero Buttons
            ###. Hero Area v1
            ###. Hero Area v2
            ###. Hero Area v3
            ###. Hero Area v4
            ###. Hero Area v5
            ###. Hero Area v6
            ###. Hero Area v7
            ###. Hero Area v8
            ###. Hero Area v9
        ##. Common Heading
        ##. Check List
            ###. Check List
            ###. Check List Two
            ###. Check List Three
        ##. Simple Icon Box
        ##. Image Boxes
            ###. Image Boxes v1
            ###. Image Boxes v2
            ###. Image Boxes v3
        ##. Iconic Boxes
            ###. Iconic Boxes v1
            ###. Iconic Boxes v1 Square Bordered
            ###. Iconic Boxes v2
            ###. Iconic Boxes v3
            ###. Icon Bordered Box
        ##. Fancy Icon Boxes
            ###. Fancy Icon Boxes v1
            ###. Fancy Icon Boxes v2
        ##. Preview
            ###. Preview Gallery v1
            ###. Preview Gallery v2
            ###. Preview Gallery v3
            ###. Preview Gallery v4
            ###. Preview Gallery v5
            ###. Preview Gallery v6
            ###. Preview Gallery v7
            ###. Preview Gallery v8
            ###. Preview Gallery v9
            ###. Preview Image v1
            ###. Preview Image v2
            ###. Preview Image v3
            ###. Preview Image v4
            ###. Preview Image v5
            ###. Preview Square oval Image
            ###. Preview Blob Image
            ###. Preview Image showcase
        ##. Counter
            ###. Counter Items v1
            ###. Counter Items v2
        ##. Fancy Check List
            ###. Fancy Check List v1
            ###. Fancy Check List v2
        ##. Testimonials
            ###. Testimonials v1
            ###. Testimonials v1 Boxed
            ###. Testimonials v1 Fancy Boxed
            ###. Testimonials SLider v2
            ###. Testimonials Boxes v1
            ###. Testimonials Quote Bordered
            ###. Testimonials Boxes v2
        ##. Pricing Table
            ###. Pricing Table One
            ###. Pricing Table Two
            ###. Pricing Table Three
        ##. Programs
        ##. Team Member
        ##. Seo Score Box
        ##. Accordion
            ###. Accordion v1
            ###. Accordion v1 Bordered
        ##. Landio Vidoe v1
        ##. Info Box
        ##. Brand Items
        ##. Latest News
            ###. Latest News v1
            ###. Latest News v2
        ##. Contact
            ###. Contact Boxes v1
            ###. Contact Boxes v2
            ###. Contact Form v1
            ###. Contact Form v2
            ###. Contact Map
        ##. Progress Bar
        ##. Newsletter Form
        ##. Projects
        ##. Video Call To Action
        ##. Service Tab
        ##. Screenshot Slider
        ##. Specific Section
        ##. Blog
            ###. Blog Standard
            ###. Blog Details
            ###. Blog Details
            ###. Blog Sidebar
            ###. Blog Pagination
            ###. Comment Template
        ##. Footer
        ##. Page Title
        ##. 404
        ##. Coming Soon
-----------------------------------------------------------------------------------*/
/*=======  Fonts =======*/
@font-face {
  font-family: "CircularStdBold";
  src: url(/Content/assets/fonts/circularstd/CircularStdBold.eot);
  src: url(/Content/assets/fonts/circularstd/CircularStdBold.eot) format("embedded-opentype"), url(/Content/assets/fonts/circularstd/CircularStdBold.woff2) format("woff2"), url(/Content/assets/fonts/circularstd/CircularStdBold.woff) format("woff"), url(/Content/assets/fonts/circularstd/CircularStdBold.ttf) format("truetype"), url(/Content/assets/fonts/circularstd/CircularStdBold.svg#CircularStdBold) format("svg"); }

@font-face {
  font-family: "CircularStdMedium";
  src: url(/Content/assets/fonts/circularstd/CircularStdMedium.eot);
  src: url(/Content/assets/fonts/circularstd/CircularStdMedium.eot) format("embedded-opentype"), url(/Content/assets/fonts/circularstd/CircularStdMedium.woff2) format("woff2"), url(/Content/assets/fonts/circularstd/CircularStdMedium.woff) format("woff"), url(/Content/assets/fonts/circularstd/CircularStdMedium.ttf) format("truetype"), url(/Content/assets/fonts/circularstd/CircularStdMedium.svg#CircularStdMedium) format("svg"); }

@font-face {
  font-family: "CircularStdBook";
  src: url(/Content/assets/fonts/circularstd/CircularStdBook.eot);
  src: url(/Content/assets/fonts/circularstd/CircularStdBook.eot) format("embedded-opentype"), url(/Content/assets/fonts/circularstd/CircularStdBook.woff2) format("woff2"), url(/Content/assets/fonts/circularstd/CircularStdBook.woff) format("woff"), url(/Content/assets/fonts/circularstd/CircularStdBook.ttf) format("truetype"), url(/Content/assets/fonts/circularstd/CircularStdBook.svg#CircularStdBook) format("svg"); }
@font-face {
    font-family: estedad;
    font-display: swap;
    src: url(/Content/assets/fonts/estedad.woff2) format("woff2");
}
/*======= Common =======*/
:root {
    --color-primary: #473bf0;
    --color-primary-2: #0040e5;
    --color-primary-3: #e95e6c;
    --color-primary-4: #3377ff;
    --color-primary-5: #5580ff;
    --color-primary-6: #42a66c;
    --color-primary-7: #ff5d0c;
    --color-secondary: #f4732a;
    --color-secondary-2: #f6b9a7;
    --color-secondary-3: #8208fe;
    --color-secondary-4: #2b354f;
    --color-secondary-5: #343351;
    --color-secondary-6: #fdf5e2;
    --color-secondary-7: #e0fafb;
    --color-heading: #161c2d;
    --color-heading-2: #1a1b1e;
    --color-heading-3: #36234b;
    --color-heading-4: #1f1f1f;
    --color-heading-5: #000002;
    --color-body: #6e727d;
    --color-body-2: #6f667b;
    --color-body-3: #7a7a7a;
    --color-body-4: #656871;
    --color-dark: #1b202f;
    --color-dark-2: #16171b;
    --color-dark-3: #191a1e;
    --color-dark-4: #282a33;
    --color-white: #fff;
    --color-grey: #f5f3f5;
    --color-soft-grey: #f2f5fe;
    --color-soft-grey-2: #f4f7fa;
    --color-offwhite: #e7e8ea;
    --font-cs-bold: 'estedad';
    --font-cs-medium: 'estedad';
    --font-cs-book: 'estedad';
}

body {
    color: var(--color-body);
    font-family: var(--font-cs-book);
    font-weight: normal;
    font-size: 17px;
    line-height: 1.8;
    overflow-x: hidden !important;
    direction: rtl;

}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.slick-slide img {
  display: inline-block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-cs-bold);
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-heading);
  margin: 0px; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: var(--color-heading); }

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
    margin: 0px;
    text-align:justify
}

a {
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;

}
  a:hover {
    text-decoration: none; }

a,
span {
  display: inline-block; }

@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.alert {
    animation: fadeInSlide 0.4s ease forwards;
    border-radius: 10px;
    padding: 15px;
}

.comment-error-box {
    background-color: #f14668;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    animation: fadeInDown 0.3s ease-in-out;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}










/*======= Common Classes =======*/
.border-bottom-primary {
  border-bottom: 1px solid rgba(71, 59, 240, 0.1); }

.border-top-primary {
  border-top: 1px solid rgba(71, 59, 240, 0.1); }

.border-bottom-primary-3 {
  border-bottom: 1px solid rgba(233, 94, 108, 0.12); }

.border-top-primary-3 {
  border-top: 1px solid rgba(233, 94, 108, 0.12); }

.border-bottom-off-white {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1); }

.border-top-off-white {
  border-top: 2px solid rgba(255, 255, 255, 0.1); }

.border-top-secondary {
  border-top: 1px solid rgba(22, 28, 45, 0.1); }

.border-bottom-secondary {
  border-bottom: 1px solid rgba(22, 28, 45, 0.1); }

.section-inner-line {
  height: 1px;
  width: 100%;
  background-color: var(--color-heading-3);
  opacity: 0.1; }

.slick-dots {
  text-align: center;
  margin-top: 80px;
  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; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    line-height: 1;
    height: 12px;
    width: 12px;
    background: #dad8fc;
    border-radius: 50%;
    margin: 0 10px;
    cursor: pointer; }
    .slick-dots li button {
      width: 100%;
      height: 100%;
      font-size: 0;
      background-color: transparent;
      border: none; }
    .slick-dots li::after {
      position: absolute;
      content: "";
      height: 30px;
      width: 30px;
      background: transparent;
      z-index: -1;
      border-radius: 50%;
      left: -9px;
      top: -9px;
      border: 2px solid var(--color-primary);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      z-index: 1; }
    .slick-dots li.slick-active {
      background-color: var(--color-primary); }
      .slick-dots li.slick-active::after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }

.text-pullquote {
  position: relative;
  padding-left: 30px;
  font-family: var(--font-cs-medium);
  color: var(--color-heading); }
  .text-pullquote::after {
    position: absolute;
    content: "";
    left: 0;
    top: 3px;
    background-color: var(--color-primary-2);
    height: 90%;
    width: 4px; }
  .text-pullquote.pullquote-secondary-color {
    color: var(--color-heading-2); }
    .text-pullquote.pullquote-secondary-color::after {
      background-color: var(--color-secondary); }

/*======= Custom Container =======*/
.container-1420 {
  max-width: 1450px; }

.container-1430 {
  max-width: 1460px; }

.container-1380 {
  max-width: 1410px; }

.container-1470 {
  max-width: 1500px; }

.container-1570 {
  max-width: 1600px; }

.container-1600 {
  max-width: 1630px; }

.container-1720 {
  max-width: 1750px; }

@media (min-width: 1400px) {
  .container-fluid.fluid-gap-70 {
    padding-left: 70px;
    padding-right: 70px; } }

.fluid-in-container-left {
  padding-left: calc((100% - 1200px) / 2); }

.fluid-in-container-right {
  padding-right: calc((100% - 1200px) / 2); }

.bg-cover-center {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.bg-cover-left {
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat; }

/*======= Specific Page Color =======*/
.app-landing-page {
  color: var(--color-body-2); }
  .app-landing-page h1,
  .app-landing-page h2,
  .app-landing-page h3,
  .app-landing-page h4,
  .app-landing-page h5,
  .app-landing-page h6 {
    color: var(--color-heading-3); }
    .app-landing-page h1 a,
    .app-landing-page h2 a,
    .app-landing-page h3 a,
    .app-landing-page h4 a,
    .app-landing-page h5 a,
    .app-landing-page h6 a {
      color: var(--color-heading-3); }

.fintech-landing-page {
  color: var(--color-body-3); }
  .fintech-landing-page h1,
  .fintech-landing-page h2,
  .fintech-landing-page h3,
  .fintech-landing-page h4,
  .fintech-landing-page h5,
  .fintech-landing-page h6 {
    color: var(--color-heading-4); }
    .fintech-landing-page h1 a,
    .fintech-landing-page h2 a,
    .fintech-landing-page h3 a,
    .fintech-landing-page h4 a,
    .fintech-landing-page h5 a,
    .fintech-landing-page h6 a {
      color: var(--color-heading-4); }

.software-landing-page h1,
.software-landing-page h2,
.software-landing-page h3,
.software-landing-page h4,
.software-landing-page h5,
.software-landing-page h6 {
  color: var(--color-heading-4); }
  .software-landing-page h1 a,
  .software-landing-page h2 a,
  .software-landing-page h3 a,
  .software-landing-page h4 a,
  .software-landing-page h5 a,
  .software-landing-page h6 a {
    color: var(--color-heading-4); }

.e-wallet-landing {
  background-color: var(--color-dark-2);
  color: var(--color-body-4); }
  .e-wallet-landing h1,
  .e-wallet-landing h2,
  .e-wallet-landing h3,
  .e-wallet-landing h4,
  .e-wallet-landing h5,
  .e-wallet-landing h6 {
    color: var(--color-white); }
    .e-wallet-landing h1 a,
    .e-wallet-landing h2 a,
    .e-wallet-landing h3 a,
    .e-wallet-landing h4 a,
    .e-wallet-landing h5 a,
    .e-wallet-landing h6 a {
      color: var(--color-white); }

.e-wallet-boxed-container {
  max-width: 1600px;
  margin: auto;
  background-color: var(--color-dark-3);
  border-radius: 12px; }
  .e-wallet-boxed-container.boxed-bordered {
    border-right: 7px solid var(--color-primary-6);
    border-bottom: 7px solid var(--color-primary-6); }
  .e-wallet-boxed-container.boxed-shape {
    position: relative;
    z-index: 1; }
    .e-wallet-boxed-container.boxed-shape::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background-image: url(/Content/assets/img/e-wallet-boxed-shape.png);
      background-repeat: no-repeat;
      background-position: left top;
      background-size: contain; }

.webinar-landing {
  color: var(--color-body-3); }
  .webinar-landing h1,
  .webinar-landing h2,
  .webinar-landing h3,
  .webinar-landing h4,
  .webinar-landing h5,
  .webinar-landing h6 {
    color: var(--color-heading-5); }
    .webinar-landing h1 a,
    .webinar-landing h2 a,
    .webinar-landing h3 a,
    .webinar-landing h4 a,
    .webinar-landing h5 a,
    .webinar-landing h6 a {
      color: var(--color-heading-5); }

/*======= Background & Colors =======*/
.bg-primary-color {
  background-color: var(--color-primary); }

.bg-primary-color-2 {
  background-color: var(--color-primary-2); }

.bg-primary-color-4 {
  background-color: var(--color-primary-4); }

.bg-secondary-color {
  background-color: var(--color-secondary); }

.bg-secondary-color-3 {
  background-color: var(--color-secondary-2); }

.bg-secondary-color-2 {
  background-color: var(--color-secondary-3); }

.bg-secondary-color-4 {
  background-color: var(--color-secondary-4); }

.bg-secondary-color-5 {
  background-color: var(--color-secondary-5); }

.bg-heading-color {
  background-color: var(--color-heading); }

.bg-heading-color-2 {
  background-color: var(--color-heading-2); }

.bg-heading-color-3 {
  background-color: var(--color-heading-3); }

.bg-grey-color {
  background-color: var(--color-grey); }

.bg-soft-grey-color {
  background-color: var(--color-soft-grey); }

.bg-soft-grey-color-2 {
  background-color: var(--color-soft-grey-2); }

.bg-dark-color {
  background-color: var(--color-dark); }

.bg-dark-color-3 {
  background-color: var(--color-dark-3); }

.color-primary-4 {
  color: var(--color-primary-4); }

.color-primary-5 {
  color: var(--color-primary-5); }

.color-primary-6 {
  color: var(--color-primary-6); }

.bg-secondary-color-7 {
  background-color: var(--color-secondary-7); }

.bg-heading-color-5 {
  background-color: var(--color-heading-5); }

.bg-golden-light {
  background: rgba(255, 169, 0, 0.07); }

/*======= Input field =======*/
a:focus,
.slick-initialized .slick-slide:focus,
input:focus,
textarea:focus,
select:focus,
button:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

input:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }

:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }

::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }

::placeholder {
  color: inherit;
  opacity: 1; }

input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

input,
select,
textarea,
.nice-select {
  width: 100%;
  height: 65px;
  padding: 0 30px;
  background-color: var(--color-soft-grey);
  border: none;
  color: var(--color-body);
  border-radius: 0;
  font-size: 16px; }

textarea {
  padding-top: 20px;
  height: 200px;
  display: inherit; }

.nice-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .nice-select .list {
    width: 100%;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid var(--color-soft-grey-2); }
    .nice-select .list .option {
      padding: 5px 30px;
      font-size: 16px;
      height: auto; }
      .nice-select .list .option:hover, .nice-select .list .option.selected {
        background-color: var(--color-soft-grey-2); }
      .nice-select .list .option:hover, .nice-select .list .option.focus, .nice-select .list .option.selected.focus {
        background-color: var(--color-soft-grey-2); }
      .nice-select .list .option.selected {
        font-weight: normal; }
      .nice-select .list .option:not(:last-child) {
        border-bottom: 1px solid var(--color-soft-grey-2); }
  .nice-select::after {
    content: "\f107";
    border: none;
    position: absolute;
    line-height: 1;
    left: 30px;
    top: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform-origin: unset;
    -ms-transform-origin: unset;
    transform-origin: unset;
    width: auto;
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    font-family: "Font Awesome 5 Pro"; }
  .nice-select.open::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

/*======= keyframes & Animation =======*/
@-webkit-keyframes sticky {
  0% {
    top: -200px; }
  100% {
    top: 0; } }
@keyframes sticky {
  0% {
    top: -200px; }
  100% {
    top: 0; } }

@-webkit-keyframes circle {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0; } }

@keyframes circle {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0; } }

@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0; }
  50% {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(360deg) scale(0.7);
    transform: rotate(360deg) scale(0.7);
    opacity: 0; } }

@keyframes zoomInOut {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0; }
  50% {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(360deg) scale(0.7);
    transform: rotate(360deg) scale(0.7);
    opacity: 0; } }

@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); } }

@keyframes float-bob {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); } }

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }

@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }

@keyframes shine {
  100% {
    left: 125%; } }

.animate-zoominout {
  -webkit-animation-name: zoomInOut;
  animation-name: zoomInOut;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

.animate-zoom-fade {
  -webkit-animation-name: zoom-fade;
  animation-name: zoom-fade;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

.animate-float-bob {
  -webkit-animation-name: float-bob;
  animation-name: float-bob;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

.animate-float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

.animate-float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

.animate-rotate-me {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 24s;
  animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

.hover-overly-left-to-right {
  position: relative;
  overflow: hidden; }
  .hover-overly-left-to-right::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.3)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    transform: skewX(25deg);
    z-index: 2; }
  .hover-overly-left-to-right:hover:before {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s; }

.hover-overly-zoom {
  position: relative;
  overflow: hidden; }
  .hover-overly-zoom:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 7px; }
  .hover-overly-zoom:hover:before {
    -webkit-animation-duration: 0.95s;
    animation-duration: 0.95s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-name: circle;
    animation-name: circle; }

/*=======  Header  =======*/
.template-header {
  position: relative;
  z-index: 999; }
  .template-header .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .template-header .header-left,
  .template-header .header-center,
  .template-header .header-right,
  .template-header .header-right .header-extra,
  .template-header .branding-and-language-selection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .template-header .language-selection .nice-select {
    background-color: var(--color-soft-grey-2);
    border: 0;
    width: 160px;
    height: 50px;
    padding: 0 30px 0 50px;
    border-radius: 50px;
    z-index: 1;
    color: var(--color-heading);
    font-size: 18px;
    font-family: var(--font-cs-medium);
    font-weight: 500; }
    .template-header .language-selection .nice-select .list {
      -webkit-box-shadow: 0 8px 20px rgba(55, 125, 255, 0.08);
      box-shadow: 0 8px 20px rgba(55, 125, 255, 0.08); }
      .template-header .language-selection .nice-select .list .option {
        padding: 3px 10px;
        color: var(--color-body); }
        .template-header .language-selection .nice-select .list .option.selected {
          color: var(--color-primary); }
    .template-header .language-selection .nice-select::before {
      content: "\f0ac";
      font-family: "Font Awesome 5 Pro";
      position: absolute;
      right: 10px;
      font-size: 18px;
      color: var(--color-primary); }
  .template-header .language-selection.bg-transparent .nice-select {
    width: 100px;
    background-color: transparent;
    padding: 0 0 0 25px; }
    .template-header .language-selection.bg-transparent .nice-select::before {
      left: 0; }
    .template-header .language-selection.bg-transparent .nice-select::after {
      right: 0; }
  .template-header .branding-and-language-selection .nice-select {
    margin-right: 50px; }
  .template-header .branding-and-language-selection.branding-border-right .nice-select {
    margin-left: 50px; }
  .template-header .branding-and-language-selection.branding-border-right .language-selection {
    position: relative;
    z-index: 1;
    padding-left: 20px; }
    .template-header .branding-and-language-selection.branding-border-right .language-selection::before {
      content: "";
      position: absolute;
      left: 35px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 2px;
      height: 20px;
      background-color: var(--color-dark-4); }
  .template-header .nav-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .template-header .nav-menu li {
    line-height: 110px;
    margin: 0 15px;
    position: relative; }
    .template-header .nav-menu li a {
      position: static;
      padding: 5px;
      line-height: 1.4;
      color: var(--color-heading);
      font-size: 18px;
      font-family: var(--font-cs-medium);
      font-weight: 500; }
      .template-header .nav-menu li a .dd-trigger {
        padding-right: 6px;
        font-size: 15px; }
      .template-header .nav-menu li a::before {
        content: "";
        position: absolute;
        left: 5px;
        right: 5px;
        width: 0;
        top: 0;
        height: 5px;
        background-color: var(--color-primary);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        visibility: hidden;
        opacity: 0; }
      .template-header .nav-menu li a:hover {
        color: var(--color-primary); }
        .template-header .nav-menu li a:hover::before {
          width: calc(100% - 10px);
          visibility: visible;
          opacity: 1; }
    .template-header .nav-menu li.active > a {
      color: var(--color-primary); }
      .template-header .nav-menu li.active > a::before {
        visibility: visible;
        opacity: 1;
        width: calc(100% - 10px); }
  .template-header .nav-menu .sub-menu {
    display: block;
    position: absolute;
    width: 220px;
    background-color: var(--color-white);
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 99;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 29, 35, 0.05);
    box-shadow: 0 2px 8px 0 rgba(0, 29, 35, 0.05);
    right: 0;
    top: calc(100% + 40px);
    visibility: hidden;
    opacity: 0; }
    .template-header .nav-menu .sub-menu li {
      line-height: 1;
      margin: 0; }
      .template-header .nav-menu .sub-menu li:not(:last-child) {
        border-bottom: 1px solid rgba(0, 29, 35, 0.05); }
      .template-header .nav-menu .sub-menu li::before {
        display: none; }
      .template-header .nav-menu .sub-menu li a {
        font-size: 15px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 12px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        line-height: 1.4; }
        .template-header .nav-menu .sub-menu li a .dd-trigger i {
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
        .template-header .nav-menu .sub-menu li a:hover {
          background-color: var(--color-primary);
          color: var(--color-white); }
        .template-header .nav-menu .sub-menu li a::before {
          display: none; }
    .template-header .nav-menu .sub-menu .sub-menu {
      right: 100%;
      top: 50%; }
  .template-header .nav-menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%; }
  .template-header .nav-menu .sub-menu li:hover > .sub-menu {
    top: 0; }
  .template-header .search-btn {
    font-size: 18px;
    color: var(--color-heading); }
    .template-header .search-btn.search-border-right {
      margin-left: 40px;
      padding-left: 30px;
      border-left: 2px solid #dcdde0; }
    .template-header .user-login {
        font-size: 18px;
        font-family: var(--font-cs-medium);
        font-weight: 500;
        color: var(--color-heading);
        margin-left: 20px;
    }
    .template-header .user-login i {
      margin-right: 5px; }
    .template-header .user-login:hover {
      color: var(--color-primary); }
    .template-header .user-login.user-login-border-right {
      padding-left: 30px;
      border-left: 2px solid var(--color-dark-4); }
  .template-header .header-extra > li {
    line-height: 1; }
    .template-header .header-extra > li:not(:first-child) {
      margin-left: 35px; }
  .template-header .off-canvas-btn {
    width: 50px; }
    .template-header .off-canvas-btn span {
      display: block;
      height: 4px;
      background-color: var(--color-heading);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .template-header .off-canvas-btn span:nth-child(2) {
        margin: 10px 0; }
      .template-header .off-canvas-btn span:nth-child(1) {
        margin-left: 8px; }
      .template-header .off-canvas-btn span:nth-child(3) {
        margin-right: 8px; }
    .template-header .off-canvas-btn:hover span:nth-child(1) {
      margin-left: 0;
      margin-right: 8px; }
    .template-header .off-canvas-btn:hover span:nth-child(3) {
      margin-right: 0;
      margin-left: 8px; }
  .template-header .template-btn {
    padding: 13px 32px; }
  .template-header .navbar-toggler {
    width: 55px;
    padding: 10px;
    font-size: 0;
    border: 2px solid var(--color-heading);
    border-radius: 5px; }
    .template-header .navbar-toggler span {
      display: block;
      height: 3px;
      background-color: var(--color-heading); }
      .template-header .navbar-toggler span:nth-child(2) {
        margin: 6px 0; }
  .template-header.navbar-right .nav-menu ul > li:last-child {
    margin-right: 0; }
    .template-header.navbar-right .nav-menu ul > li:last-child > a {
      padding-left: 0; }
      .template-header.navbar-right .nav-menu ul > li:last-child > a::before {
        left: auto;
        right: 0; }
  .template-header.navbar-right .header-right .header-extra {
    margin-left: 40px; }
  .template-header.navbar-left .nav-menu > ul > li:first-child {
    margin-left: 0; }
    .template-header.navbar-left .nav-menu > ul > li:first-child > a {
      padding-left: 0; }
      .template-header.navbar-left .nav-menu > ul > li:first-child > a::before {
        left: 0; }
  .template-header.navbar-left .header-left .brand-logo {
    margin-right: 100px; }

   .brand-logo img{
        width:250px
    }


    .template-header.logo-center .header-left,
    .template-header.logo-center .header-right {
        max-width: 32%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
    }
  .template-header.logo-center .header-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .template-header.logo-center .header-center {
    max-width: 16%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .template-header.absolute-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999; }
  .template-header.bordered-header .header-inner {
    border-bottom: 1px solid var(--color-dark-4); }
  .template-header.bordered-header .nav-menu li a {
    color: var(--color-white); }
    .template-header.bordered-header .nav-menu li a::before {
      background-color: var(--color-primary-6); }
  .template-header.bordered-header .nav-menu li .sub-menu a {
    color: var(--color-heading); }
    .template-header.bordered-header .nav-menu li .sub-menu a:hover {
      background-color: var(--color-primary-6);
      color: var(--color-white); }
  .template-header.bordered-header .user-login i,
  .template-header.bordered-header .nice-select::before {
    color: var(--color-primary-6); }
  .template-header.bordered-header .search-btn,
  .template-header.bordered-header .nice-select,
  .template-header.bordered-header .user-login {
    color: var(--color-white); }
  .template-header.bordered-header .navbar-toggler {
    border-color: var(--color-white); }
    .template-header.bordered-header .navbar-toggler span {
      background-color: var(--color-white); }
  .template-header.nav-white-color:not(.sticky-on) .nav-menu > ul > li > a {
    color: var(--color-white); }
    .template-header.nav-white-color:not(.sticky-on) .nav-menu > ul > li > a::before {
      background-color: var(--color-white); }
  .template-header.nav-white-color:not(.sticky-on) .search-btn,
  .template-header.nav-white-color:not(.sticky-on) .user-login,
  .template-header.nav-white-color:not(.sticky-on) .nice-select,
  .template-header.nav-white-color:not(.sticky-on) .nice-select::before {
    color: var(--color-white); }
  .template-header.nav-white-color:not(.sticky-on) .off-canvas-btn span {
    background-color: var(--color-white); }
  .template-header.nav-white-color:not(.sticky-on) .navbar-toggler {
    border-color: var(--color-white); }
    .template-header.nav-white-color:not(.sticky-on) .navbar-toggler span {
      background-color: var(--color-white); }
  .template-header.nav-primary-3 .nav-menu > ul > li > a {
    color: var(--color-heading); }
    .template-header.nav-primary-3 .nav-menu > ul > li > a::before {
      background-color: var(--color-primary-3); }
  .template-header.nav-primary-3 .nav-menu > ul > li.active > a {
    color: var(--color-primary-3); }
  .template-header.nav-primary-3 .language-selection .nice-select {
    background-color: var(--color-white); }
    .template-header.nav-primary-3 .language-selection .nice-select::before {
      color: var(--color-primary-3); }
  .template-header.nav-primary-5 .nav-menu > ul > li > a {
    color: var(--color-heading); }
    .template-header.nav-primary-5 .nav-menu > ul > li > a::before {
      background-color: var(--color-primary-5); }
  .template-header.nav-primary-5 .nav-menu > ul > li.active > a {
    color: var(--color-primary-5); }
  .template-header.nav-primary-5 .language-selection .nice-select {
    background-color: var(--color-white); }
    .template-header.nav-primary-5 .language-selection .nice-select::before {
      color: var(--color-primary-5); }
  .template-header.submenu-seconday-color .nav-menu li .sub-menu a:hover {
    background-color: var(--color-secondary); }
  .template-header.submenu-seconday-color.sticky-on .nav-menu li a::before {
    background-color: var(--color-secondary); }
  .template-header.submenu-seconday-color.sticky-on .nav-menu li.active > a {
    color: var(--color-secondary); }
  .template-header.submenu-seconday-color.sticky-on .nav-menu > ul > li > a:hover {
    color: var(--color-secondary); }
  .template-header.submenu-primary-3 .nav-menu li .sub-menu a:hover {
    background-color: var(--color-primary-3); }
  .template-header.submenu-primary-4 .nav-menu li .sub-menu a:hover {
    background-color: var(--color-primary-4); }
  .template-header.submenu-primary-4.sticky-on .nav-menu li a::before {
    background-color: var(--color-primary-4); }
  .template-header.submenu-primary-4.sticky-on .nav-menu li.active > a {
    color: var(--color-primary-4); }
  .template-header.submenu-primary-4.sticky-on .nav-menu > ul > li > a:hover {
    color: var(--color-primary-4); }
  .template-header.submenu-primary-5 .nav-menu li .sub-menu a:hover {
    background-color: var(--color-primary-5); }
  .template-header.nav-primary-7 .nav-menu > ul > li > a {
    color: var(--color-heading-5); }
    .template-header.nav-primary-7 .nav-menu > ul > li > a::before {
      background-color: var(--color-primary-7); }
  .template-header.nav-primary-7 .nav-menu > ul > li.active > a {
    color: var(--color-primary-7); }
  .template-header.nav-primary-7 .nav-menu li .sub-menu a:hover {
    background-color: var(--color-primary-7); }
  .template-header.nav-primary-7 .template-btn {
    background-color: var(--color-primary-7);
    border-radius: 0;
    text-transform: uppercase;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    line-height: 1;
    padding: 18px 30px; }
    .template-header.nav-primary-7 .template-btn:hover {
      background-color: var(--color-heading-5); }
  .template-header.header-ten.nav-border-bottom:not(.sticky-on) {
    padding-top: 50px; }
    @media (max-width: 1199px) {
      .template-header.header-ten.nav-border-bottom:not(.sticky-on) {
        padding-top: 25px; } }
    .template-header.header-ten.nav-border-bottom:not(.sticky-on) .nav-menu li {
      line-height: 1; }
    .template-header.header-ten.nav-border-bottom:not(.sticky-on) .nav-menu > ul > li > a::before {
      height: 2px; }
    .template-header.header-ten.nav-border-bottom:not(.sticky-on) .template-btn {
      color: white;
      border-color: white; }
  .template-header.header-ten .nav-search > a {
    margin: 0;
    padding: 0;
    border: none; }
    .template-header.header-ten .nav-search > a:before {
      display: none; }
  .template-header.header-ten .template-btn {
    padding-top: 14px;
    padding-bottom: 10px; }
  .template-header.header-ten .nav-menu ul ul li a:hover {
    background: #d4156e; }
  .template-header.header-ten.sticky-on .nav-menu > ul > li > a:hover,
  .template-header.header-ten.sticky-on .nav-menu li.active > a {
    color: #d4156e; }
    .template-header.header-ten.sticky-on .nav-menu > ul > li > a:hover:before,
    .template-header.header-ten.sticky-on .nav-menu li.active > a:before {
      background: #d4156e; }
  .template-header.header-ten .navbar-toggler {
    border: none; }
  .template-header.header-eleven .header-center {
    margin-left: 80px;
    margin-right: auto; }
  .template-header.header-eleven .nav-menu li a:before {
    height: 2px; }
  .template-header.header-eleven .nav-search a {
    margin-right: 0;
    border-right: none;
    padding-right: 5px; }
    .template-header.header-eleven .nav-search a:before {
      display: none; }
  @media (min-width: 1200px) {
    .template-header.header-eleven.absolute-header {
      top: 15px; } }
  .template-header.header-eleven.nav-border-bottom.sticky-on .nav-menu li, .template-header.header-eleven.nav-border-bottom:not(.sticky-on) .nav-menu li {
    line-height: 45px; }
  .template-header.header-eleven .navbar-toggler {
    border: none; }
  .template-header.header-twelve .nav-menu li a:hover {
    color: #ffa900; }
  .template-header.header-twelve .nav-menu li a:before {
    height: 2px;
    background-color: #ffa900; }
  .template-header.header-twelve .nav-menu li.active > a {
    color: #ffa900; }
  .template-header.header-twelve .nav-menu .sub-menu li a:hover {
    color: white;
    background-color: #ffa900; }
  .template-header.header-twelve:not(.sticky-on) .header-inner {
    border-bottom: 1px solid #282a33; }
    @media (max-width: 1199px) {
      .template-header.header-twelve:not(.sticky-on) .header-inner {
        padding-bottom: 18px; } }
    .template-header.header-twelve:not(.sticky-on) .header-inner .nav-menu li a:before {
      height: 2px;
      background-color: #ffa900; }
  .template-header.header-twelve .navbar-toggler {
    border: none; }
  .template-header.nav-border-bottom:not(.sticky-on) .nav-menu li {
    line-height: 95px; }
    .template-header.nav-border-bottom:not(.sticky-on) .nav-menu li a::before {
      top: auto;
      bottom: 0; }
  .template-header.nav-border-bottom:not(.sticky-on) .nav-menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1; }
  .template-header.nav-border-bottom:not(.sticky-on) .nav-menu .sub-menu li:hover > .sub-menu {
    top: 0; }
  .template-header.sticky-header .sticky-logo {
    display: none; }
  .template-header.sticky-header.sticky-on {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation: sticky 1.2s;
    animation: sticky 1.2s;
    -webkit-box-shadow: 0 8px 20px rgba(55, 125, 255, 0.08);
    box-shadow: 0 8px 20px rgba(55, 125, 255, 0.08);
    background-color: var(--color-white); }
    .template-header.sticky-header.sticky-on .nav-menu ul li {
      line-height: 95px; }
    .template-header.sticky-header.sticky-on .sticky-logo {
      display: block; }
    .template-header.sticky-header.sticky-on .main-logo {
      display: none; }
  .template-header.sticky-header.bordered-header.sticky-on {
    background-color: var(--color-dark-3);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid var(--color-dark-4); }
    .template-header.sticky-header.bordered-header.sticky-on .header-inner {
      border-bottom: 0; }

/*=======  Header Search  =======*/
.search-area {
  background: rgba(23, 26, 33, 0.85); }
  .search-area .modal-dialog {
    border: none;
    outline: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .search-area form {
    max-width: 555px;
    position: relative; }
  .search-area .modal-content {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none; }
    .search-area .modal-content:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }
  .search-area input {
    padding-left: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    color: var(--color-white);
    margin-bottom: 0;
    height: 50px;
    width: 100%;
    padding-right: 40px; }
  .search-area .search-btn {
    position: absolute;
    background: transparent;
    top: 10px;
    left: 0;
    color: var(--color-white);
    border: none; }

/*=======  Off Canvas And Mobile Slide Panel  =======*/
.off-canvas-wrapper,
.mobile-slide-panel {
  position: fixed;
  right: 0;
  top: 0;
  background-color: transparent;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden; }

.off-canvas-wrapper .canvas-inner,
.mobile-slide-panel .panel-inner {
  max-width: 400px;
  height: 100vh;
  background-color: var(--color-white);
  padding: 40px;
  position: relative;
  z-index: 2;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-right: -400px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.off-canvas-wrapper .canvas-overlay,
.mobile-slide-panel .panel-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--color-heading);
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  opacity: 0;
  visibility: hidden; }

.off-canvas-wrapper .canvas-close,
.mobile-slide-panel .panel-close {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 2;
  font-size: 28px;
  line-height: 1;
  color: var(--color-heading); }

.mobile-slide-panel .panel-inner {
  width: 300px;
  margin-right: -300px;
  padding: 40px 30px; }

.mobile-slide-panel .mobile-logo {
  margin-bottom: 30px; }

.mobile-slide-panel .mobile-menu li a {
  position: relative;
  display: block;
  line-height: 1.5;
  padding: 10px 45px 10px 0;
  border-bottom: 1px solid #e5e5e5;
  color: var(--color-heading);
  font-size: 15px;
  font-family: var(--font-cs-medium);
  font-weight: 500; }
  .mobile-slide-panel .mobile-menu li a .dd-trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    z-index: 2;
    border-left: 1px solid #e5e5e5; }

.mobile-slide-panel .mobile-menu li .sub-menu {
  display: none;
  padding-left: 10px; }

.mobile-slide-panel .mobile-menu li.active > a {
  color: var(--color-primary); }
  .mobile-slide-panel .mobile-menu li.active > a::before {
    visibility: visible;
    opacity: 1;
    width: calc(100% - 10px); }

.off-canvas-wrapper .canvas-close {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 2;
  font-size: 28px;
  line-height: 1;
  color: var(--color-heading); }

.off-canvas-wrapper .canvas-widget-title {
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #e8e9ec;
  font-weight: 600;
  color: var(--color-heading); }

.off-canvas-wrapper .canvas-logo,
.off-canvas-wrapper .contact-us,
.off-canvas-wrapper .about-us {
  margin-bottom: 40px; }

.off-canvas-wrapper .contact-us li {
  position: relative;
  padding-left: 60px; }
  .off-canvas-wrapper .contact-us li:not(:last-child) {
    margin-bottom: 25px; }
  .off-canvas-wrapper .contact-us li,
  .off-canvas-wrapper .contact-us li a {
    color: var(--color-body); }
  .off-canvas-wrapper .contact-us li i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: var(--color-primary);
    border-radius: 50%;
    font-size: 14px;
    border-radius: 50%;
    color: var(--color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.off-canvas-wrapper.canvas-on,
.mobile-slide-panel.panel-on {
  opacity: 1;
  visibility: visible; }

.off-canvas-wrapper.canvas-on .canvas-inner,
.mobile-slide-panel.panel-on .panel-inner {
  visibility: visible;
  opacity: 1;
  margin-right: -18px; }

.off-canvas-wrapper.canvas-on .canvas-overlay,
.mobile-slide-panel.panel-on .panel-overlay {
  opacity: 1;
  visibility: visible;
  opacity: 0.4; }

/*======= Preloader =======*/
#preloader {
  position: fixed;
  background-color: var(--color-heading);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }
  #preloader .preloader-image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-blend-mode: multiply; }

/*======= Template Button =======*/
.template-btn {
  display: inline-block;
  color: var(--color-white);
  padding: 15px 40px;
  font-size: 15px;
  font-family: var(--font-cs-bold);
  font-weight: 700;
  line-height: 1.4;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  border-radius: 50px;
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.36);
  box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.36);
  overflow: hidden; }
  .template-btn i {
    margin-right: 10px; }
  .template-btn:hover {
    color: var(--color-white);
    -webkit-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.3);
    background-color: var(--color-heading);
    border-color: var(--color-heading); }
  .template-btn.template-btn-2 {
    border-radius: 7px; }
  .template-btn.bordered-btn {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--color-heading);
    border-color: rgba(71, 59, 240, 0.1); }
    .template-btn.bordered-btn:hover {
      border-color: var(--color-heading);
      color: var(--color-white);
      background-color: var(--color-heading); }
  .template-btn.bordered-body-4 {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--color-body-4);
    border-color: #282a33; }
    .template-btn.bordered-body-4:hover {
      background-color: var(--color-primary-6);
      color: var(--color-white);
      border-color: var(--color-primary-6); }
  .template-btn.primary-bg-2:not(:hover) {
    background-color: var(--color-primary-2);
    border-color: var(--color-primary-2);
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 64, 229, 0.36);
    box-shadow: 0px 10px 30px 0px rgba(0, 64, 229, 0.36); }
  .template-btn.primary-bg-2:hover {
    background-color: var(--color-heading-2);
    border-color: var(--color-heading-2); }
  .template-btn.primary-bg-3:not(:hover) {
    background-color: var(--color-primary-3);
    border-color: var(--color-primary-3);
    -webkit-box-shadow: 0px 10px 30px 0px rgba(226, 92, 106, 0.36);
    box-shadow: 0px 10px 30px 0px rgba(226, 92, 106, 0.36); }
  .template-btn.primary-bg-4 {
    background-color: var(--color-primary-4);
    border-color: var(--color-primary-4);
    -webkit-box-shadow: 0px 10px 30px 0px rgba(51, 119, 255, 0.36);
    box-shadow: 0px 10px 30px 0px rgba(51, 119, 255, 0.36); }
    .template-btn.primary-bg-4.bordered-btn {
      background-color: transparent;
      border-color: rgba(71, 59, 240, 0.1);
      -webkit-box-shadow: none;
      box-shadow: none; }
      .template-btn.primary-bg-4.bordered-btn:hover {
        background-color: var(--color-primary-4);
        color: var(--color-white);
        border-color: var(--color-primary-4); }
  .template-btn.primary-bg-5:not(:hover) {
    background-color: var(--color-primary-5);
    border-color: var(--color-primary-5);
    -webkit-box-shadow: 0px 10px 30px 0px rgba(85, 128, 255, 0.36);
    box-shadow: 0px 10px 30px 0px rgba(85, 128, 255, 0.36); }
  .template-btn.primary-bg-5:hover {
    background-color: var(--color-heading-4); }
  .template-btn.primary-bg-6:not(:hover) {
    background-color: var(--color-primary-6);
    border-color: var(--color-primary-6);
    -webkit-box-shadow: 0px 3px 30px 0px rgba(66, 166, 108, 0.36);
    box-shadow: 0px 3px 30px 0px rgba(66, 166, 108, 0.36); }
  .template-btn.primary-bg-6:hover {
    background-color: var(--color-white);
    border-color: var(--color-white);
    color: var(--color-heading);
    -webkit-box-shadow: none;
    box-shadow: none; }
  .template-btn.secondary-bg:not(:hover) {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    -webkit-box-shadow: 0px 10px 30px 0px rgba(244, 115, 42, 0.36);
    box-shadow: 0px 10px 30px 0px rgba(244, 115, 42, 0.36); }
  .template-btn.secondary-bg:hover {
    background-color: var(--color-heading-2);
    border-color: var(--color-heading-2); }
  .template-btn.secondary-2-bg:not(:hover) {
    background-color: var(--color-secondary-2);
    border-color: var(--color-secondary-2);
    -webkit-box-shadow: 0px 10px 30px 0px rgba(246, 185, 167, 0.61);
    box-shadow: 0px 10px 30px 0px rgba(246, 185, 167, 0.61);
    color: var(--color-heading-3); }
  .template-btn.secondary-3-bg:not(:hover) {
    background-color: var(--color-secondary-3);
    border-color: var(--color-secondary-3);
    -webkit-box-shadow: 0px 10px 30px 0px rgba(130, 8, 254, 0.36);
    box-shadow: 0px 10px 30px 0px rgba(130, 8, 254, 0.36); }
  .template-btn.heading-3-bg:not(:hover) {
    background-color: var(--color-heading-3);
    border-color: var(--color-heading-3);
    -webkit-box-shadow: 0px 10px 30px 0px rgba(54, 35, 75, 0.36);
    box-shadow: 0px 10px 30px 0px rgba(54, 35, 75, 0.36); }
  .template-btn.bg-soft-grey-color {
    background-color: var(--color-soft-grey);
    border-color: var(--color-soft-grey);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--color-heading); }
  .template-btn.white-bg {
    background-color: var(--color-white);
    border-color: var(--color-white);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--color-heading-2); }
    .template-btn.white-bg:hover {
      background-color: var(--color-heading);
      border-color: var(--color-heading);
      color: var(--color-white); }
    .template-btn.white-bg.bordered-btn {
      background-color: transparent;
      color: var(--color-white);
      border-color: rgba(255, 255, 255, 0.15); }
      .template-btn.white-bg.bordered-btn:hover {
        background-color: var(--color-white);
        color: var(--color-heading-2);
        border-color: var(--color-white); }
  .template-btn.gradient-bg {
    border: none;
    background-image: -webkit-linear-gradient(45deg, #6b34fa 0%, #d4156e 80%);
    background-image: -o-linear-gradient(45deg, #6b34fa 0%, #d4156e 80%);
    background-image: linear-gradient(45deg, #6b34fa 0%, #d4156e 80%);
    background-size: 200%;
    background-position: 50%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    .template-btn.gradient-bg:hover {
      background-position: 0%; }
  .template-btn.template-btn-3 {
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: rgba(0, 0, 2, 0.15);
    font-size: 14px;
    color: var(--color-heading-5);
    text-transform: uppercase; }
    .template-btn.template-btn-3:hover {
      border-color: var(--color-heading-5);
      color: var(--color-white);
      background-color: var(--color-heading-5); }
    .template-btn.template-btn-3.br-50 {
      border-radius: 50px; }
  .template-btn.template-btn-4 {
    font-size: 14px;
    border-radius: 0;
    text-transform: uppercase; }

/*======= Hero Buttons =======*/
.hero-btns {
  margin: -5px; }
  .hero-btns li {
    padding: 5px; }
  .hero-btns .play-btn {
    height: 54px;
    width: 54px;
    background-color: var(--color-white);
    color: var(--color-primary);
    font-size: 14px;
    text-align: center;
    line-height: 54px;
    border-radius: 50px;
    position: relative;
    z-index: 1; }

/*======= Hero Area v1 =======*/
.hero-area-v1 {
  position: relative;
  z-index: 1;
  padding-bottom: 135px;
  background-image: url(/Content/assets/img/hero/hero-1-overly.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden; }
  .hero-area-v1 .hero-content {
    position: relative;
    z-index: 1;
    padding-top: 130px;
    padding-bottom: 135px;
    text-align: center; }
    .hero-area-v1 .hero-content .title-tag {
      margin-bottom: 20px;
      color: var(--color-primary);
      font-size: 18px;
      font-family: var(--font-cs-medium);
      font-weight: 500;
      line-height: 1.3;
      background-color: transparent; }
      .hero-area-v1 .hero-content .title-tag span {
        background-color: #d3d3f8;
        border-radius: 25px;
        padding: 5px 15px;
        margin-right: 12px; }
    .hero-area-v1 .hero-content .hero-title {
      font-size: 70px;
      line-height: 1.15;
      margin-bottom: 45px;
      letter-spacing: -1px; }
      .hero-area-v1 .hero-content .hero-title span {
        color: var(--color-primary);
        padding: 5px 20px;
        position: relative;
        z-index: 1; }
        .hero-area-v1 .hero-content .hero-title span::after {
          position: absolute;
          content: "";
          width: 100%;
          left: 0;
          background-image: url(/Content/assets/img/particle/heading-line.png);
          background-repeat: no-repeat;
          background-size: 100%;
          z-index: -1;
          background-attachment: scroll;
          background-position: bottom;
          top: auto;
          bottom: 0;
          height: 100%; }
    .hero-area-v1 .hero-content::after {
      position: absolute;
      content: "";
      z-index: -1;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      background: url(/Content/assets/img/hero/hero-1-shadow.png) no-repeat scroll;
      background-size: 100% 100%;
      background-position: 0 0; }
  .hero-area-v1 .hero-img img {
    border-radius: 20px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(225, 223, 255, 0.36);
    box-shadow: 0px 10px 30px 0px rgba(225, 223, 255, 0.36); }
  .hero-area-v1 .container {
    position: relative; }
  .hero-area-v1 .hero-particle-effect {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
    .hero-area-v1 .hero-particle-effect img {
      position: absolute; }
    .hero-area-v1 .hero-particle-effect .particle-1 {
      top: 100px;
      left: -120px; }
    .hero-area-v1 .hero-particle-effect .particle-2 {
      left: -55px;
      top: 160px; }
    .hero-area-v1 .hero-particle-effect .particle-3 {
      right: 20px;
      top: 80px; }
    .hero-area-v1 .hero-particle-effect .particle-4 {
      bottom: 130px;
      left: 0; }
    .hero-area-v1 .hero-particle-effect .particle-5 {
      right: 0;
      bottom: 100px; }

/*======= Hero Area v2 =======*/
.hero-area-v2 {
  background-color: var(--color-primary-2);
  background-image: url(/Content/assets/img/hero/hero-map-bg.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 155px 0 40px; }
  .hero-area-v2 .hero-content-wrapper {
    padding-right: calc((100% - 1200px) / 2);
    padding-bottom: 100px; }
  .hero-area-v2 .hero-content .title-tag {
    margin-bottom: 30px;
    color: var(--color-white);
    font-size: 18px;
    font-family: var(--font-cs-medium);
    font-weight: 500;
    line-height: 1.3;
    background-color: transparent; }
    .hero-area-v2 .hero-content .title-tag span {
      background-color: var(--color-secondary);
      border-radius: 25px;
      padding: 5px 15px;
      margin-right: 12px; }
  .hero-area-v2 .hero-content .hero-title {
    font-size: 90px;
    line-height: 1.15;
    margin-bottom: 65px;
    letter-spacing: -2px;
    color: var(--color-white); }
    .hero-area-v2 .hero-content .hero-title span {
      position: relative;
      z-index: 1; }
      .hero-area-v2 .hero-content .hero-title span::after {
        position: absolute;
        content: "";
        width: 100%;
        left: 0;
        z-index: -1;
        background-position: bottom;
        background-repeat: no-repeat;
        bottom: -18px;
        height: 39px;
        background-image: url(/Content/assets/img/particle/title-line-white.png);
        background-size: contain; }
  .hero-area-v2 .hero-content .template-btn.bordered-btn {
    border-color: rgba(255, 255, 255, 0.2);
    color: var(--color-white); }
    .hero-area-v2 .hero-content .template-btn.bordered-btn:hover {
      border-color: var(--color-white);
      background-color: var(--color-white);
      color: var(--color-secondary); }
  .hero-area-v2 .hero-content .play-btn {
    color: var(--color-secondary); }

/*======= Hero Area v3 =======*/
.hero-area-v3 {
  position: relative;
  z-index: 1;
  background-color: var(--color-heading-3);
  background-image: url(/Content/assets/img/hero/hero-leaf-bg.jpg);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat; }
  .hero-area-v3::after {
    position: absolute;
    content: "";
    height: 340px;
    width: 270px;
    right: 0;
    top: 0;
    z-index: -1;
    background-image: url(/Content/assets/img/hero/hero-3-line.png);
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat; }
  .hero-area-v3 .hero-content {
    padding-top: 265px;
    padding-bottom: 150px; }
    .hero-area-v3 .hero-content .hero-title {
      font-size: 85px;
      line-height: 1.15;
      margin-bottom: 60px;
      letter-spacing: -3px;
      color: var(--color-white); }

    .hero-area-v3 .hero-content .hero-title2 {
        font-size: 65px;
        line-height: 1.85;
        margin-bottom: 60px;
        letter-spacing: -3px;
        color: var(--color-white);
    }
    .hero-area-v3 .hero-content .hero-title2 span {
        position: relative;
        z-index: 1;
    }

        .hero-area-v3 .hero-content .hero-title2 span::after {
            position: absolute;
            content: "";
            width: 65%;
            left: 0;
            z-index: -1;
            background-attachment: scroll;
            background-position: bottom;
            background-repeat: no-repeat;
            bottom: -15px;
            height: 39px;
            background-image: url(/Content/assets/img/particle/title-line-white-2.png);
            background-size: contain;
        }

      .hero-area-v3 .hero-content .hero-title span {
        position: relative;
        z-index: 1; }
        .hero-area-v3 .hero-content .hero-title span::after {
          position: absolute;
          content: "";
          width: 65%;
          left: 0;
          z-index: -1;
          background-attachment: scroll;
          background-position: bottom;
          background-repeat: no-repeat;
          bottom: -15px;
          height: 39px;
          background-image: url(/Content/assets/img/particle/title-line-white-2.png);
          background-size: contain; }
    .hero-area-v3 .hero-content p {
      color: var(--color-white);
      margin-bottom: 35px; }
  .hero-area-v3 .hero-img {
    padding-left: 50px; }
  .hero-area-v3 .particle-1 {
    position: absolute;
    right: 6%;
    top: 22%; }
  .hero-area-v3 .particle-2 {
    position: absolute;
    right: 12%;
    bottom: 10%; }

/*======= Hero Area v4 =======*/
.hero-area-v4 {
  background-color: #f0f6ff;
  background-image: url(/Content/assets/img/hero/hero-curve-bg.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 52%;
  overflow: hidden;
  padding-bottom: 50px; }
  .hero-area-v4 .hero-content {
    padding-top: 260px;
    padding-bottom: 110px; }
    .hero-area-v4 .hero-content .hero-title {
      font-size: 90px;
      line-height: 1;
      margin-bottom: 45px; }
      .hero-area-v4 .hero-content .hero-title span {
        position: relative;
        z-index: 1; }
        .hero-area-v4 .hero-content .hero-title span::after {
          position: absolute;
          content: "";
          right: 0;
          z-index: -1;
          background-image: url(/Content/assets/img/particle/heading-line-2.png);
          background-size: contain;
          background-repeat: no-repeat;
          background-position: right center;
          top: auto;
          bottom: 0;
          height: 100%;
          width: 100%; }
    .hero-area-v4 .hero-content .user-images {
      margin-top: 35px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .hero-area-v4 .hero-content .user-images li {
        width: 50px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px; }
        .hero-area-v4 .hero-content .user-images li:not(:first-child) {
          margin-left: -25px; }
        .hero-area-v4 .hero-content .user-images li img {
          width: 50px;
          height: 50px;
          border-radius: 50%;
          border: 3px solid var(--color-white); }
        .hero-area-v4 .hero-content .user-images li.note {
          margin-left: 20px;
          font-size: 20px;
          font-family: var(--font-cs-bold);
          font-weight: 700;
          line-height: 1;
          color: var(--color-heading);
          width: auto;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
      .hero-area-v4 .hero-content .user-images .more-icon {
        display: block;
        border-radius: 50%;
        height: 50px;
        width: 50px;
        background-color: #ffc001;
        color: var(--color-heading);
        font-size: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .hero-area-v4 .hero-content .user-images .more-icon:hover {
          background-color: var(--color-primary-3);
          color: var(--color-white); }
  .hero-area-v4 .hero-preview-galley {
    position: relative;
    z-index: 1;
    height: 700px;
    width: 100%; }
    .hero-area-v4 .hero-preview-galley img {
      position: absolute;
      z-index: 1; }
      .hero-area-v4 .hero-preview-galley img.main-image-1 {
        left: 0;
        top: 0; }
      .hero-area-v4 .hero-preview-galley img.main-image-2 {
        right: -250px;
        bottom: 0; }
    .hero-area-v4 .hero-preview-galley .preview-inner {
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      z-index: 2; }
      .hero-area-v4 .hero-preview-galley .preview-inner img {
        border-radius: 15px; }
        .hero-area-v4 .hero-preview-galley .preview-inner img.image-1 {
          right: 20px;
          top: 94px;
          z-index: 2; }
        .hero-area-v4 .hero-preview-galley .preview-inner img.image-2 {
          right: 50px;
          bottom: 160px;
          z-index: 2;
          -webkit-box-shadow: 0 10px 30px 0px rgba(89, 89, 89, 0.18);
          box-shadow: 0 10px 30px 0px rgba(89, 89, 89, 0.18); }
        .hero-area-v4 .hero-preview-galley .preview-inner img.image-3 {
          right: 180px;
          bottom: 105px;
          -webkit-box-shadow: 0 10px 30px 0px rgba(89, 89, 89, 0.1);
          box-shadow: 0 10px 30px 0px rgba(89, 89, 89, 0.1); }

/*======= Hero Area v5 =======*/
.hero-area-v5 {
  background-color: var(--color-dark);
  padding-top: 330px;
  padding-bottom: 230px;
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .hero-area-v5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(/Content/assets/img/hero/map-bg.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.2; }
  .hero-area-v5 .container {
    position: relative;
    z-index: 1; }
  .hero-area-v5 .hero-thumbnail-wrap {
    height: 685px;
    width: 740px;
    position: absolute;
    right: -100px;
    top: -148px;
    z-index: -1; }
    .hero-area-v5 .hero-thumbnail-wrap .hero-thumbnail {
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 1;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      .hero-area-v5 .hero-thumbnail-wrap .hero-thumbnail::after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-color: var(--color-dark);
        opacity: 0.5; }
    .hero-area-v5 .hero-thumbnail-wrap::before {
      position: absolute;
      content: "";
      top: 10px;
      right: -10px;
      width: 100%;
      height: 100%;
      z-index: -1;
      background-color: var(--color-primary); }
    .hero-area-v5 .hero-thumbnail-wrap::before,
    .hero-area-v5 .hero-thumbnail-wrap .hero-thumbnail,
    .hero-area-v5 .hero-thumbnail-wrap .hero-thumbnail::after {
      border-radius: 50% 50% 50% 50% / 0% 50% 50% 50%; }
  .hero-area-v5 .hero-content .hero-title {
    font-size: 90px;
    line-height: 1.12;
    letter-spacing: -2px;
    margin-bottom: 40px;
    color: var(--color-white); }
  .hero-area-v5 .hero-content p {
    font-size: 17px;
    color: var(--color-white);
    position: relative;
    padding-left: 32px;
    margin-bottom: 35px; }
    .hero-area-v5 .hero-content p::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 4px;
      background-color: var(--color-primary); }

/*======= Hero Area v6 =======*/
.hero-area-v6 {
  background-color: var(--color-dark); }
  .hero-area-v6 .single-slider {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1; }
    .hero-area-v6 .single-slider::after {
      position: absolute;
      content: "";
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      z-index: -1;
      background: -webkit-linear-gradient(140deg, rgba(9, 16, 35, 0.2902) 0%, rgba(6, 14, 34, 0.58) 61%, rgba(4, 13, 34, 0.87843) 100%);
      background: -o-linear-gradient(140deg, rgba(9, 16, 35, 0.2902) 0%, rgba(6, 14, 34, 0.58) 61%, rgba(4, 13, 34, 0.87843) 100%);
      background: linear-gradient(310deg, rgba(9, 16, 35, 0.2902) 0%, rgba(6, 14, 34, 0.58) 61%, rgba(4, 13, 34, 0.87843) 100%); }
  .hero-area-v6 .hero-content {
    padding-top: 280px;
    padding-bottom: 180px; }
    .hero-area-v6 .hero-content .hero-title {
      font-size: 80px;
      line-height: 1.12;
      letter-spacing: -2px;
      margin-bottom: 40px;
      color: var(--color-white); }
    .hero-area-v6 .hero-content p {
      font-size: 17px;
      color: var(--color-white);
      position: relative;
      padding-left: 32px;
      margin-bottom: 35px; }
      .hero-area-v6 .hero-content p::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 4px;
        background-color: var(--color-white); }
    .hero-area-v6 .hero-content .template-btn {
      -webkit-box-shadow: none;
      box-shadow: none; }
    .hero-area-v6 .hero-content .play-text-btn {
      font-size: 15px;
      font-family: var(--font-cs-bold);
      color: var(--color-white);
      position: relative;
      margin-left: 14px; }
      .hero-area-v6 .hero-content .play-text-btn:after {
        position: absolute;
        content: "";
        height: 3px;
        width: 100%;
        background-color: var(--color-white);
        bottom: -2px;
        left: 0; }

/*======= Hero Area v7 =======*/
.hero-area-v7 {
  position: relative;
  z-index: 1;
  padding-left: calc((100% - 1200px) / 2);
  padding-top: 200px;
  padding-bottom: 125px; }
  .hero-area-v7::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: var(--color-soft-grey);
    z-index: -1; }
  .hero-area-v7 .hero-img {
    position: absolute;
    left: 50%;
    bottom: 0;
    max-width: 50%;
    max-height: 90%; }
  .hero-area-v7 .hero-content {
    max-width: 35%; }
    .hero-area-v7 .hero-content .hero-title {
      font-size: 80px;
      line-height: 1.05;
      letter-spacing: -2px;
      margin-bottom: 45px; }
    .hero-area-v7 .hero-content p {
      font-size: 17px;
      position: relative;
      padding-left: 30px;
      margin-bottom: 45px; }
      .hero-area-v7 .hero-content p::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 3px;
        height: 100%;
        background-color: #dde6ff; }
    .hero-area-v7 .hero-content .notice {
      margin-top: 35px;
      display: block;
      font-size: 17px; }
      .hero-area-v7 .hero-content .notice img {
        margin-right: 15px; }

/*======= Hero Area v8 =======*/
.hero-area-v8 {
  background-color: var(--color-dark-2);
  overflow: hidden; }
  .hero-area-v8 .hero-content {
    padding: 280px 60px 150px 0;
    position: relative;
    z-index: 6; }
    .hero-area-v8 .hero-content .hero-title {
      font-size: 80px;
      line-height: 1.05;
      letter-spacing: -2px;
      color: var(--color-white);
      margin-bottom: 45px; }
    .hero-area-v8 .hero-content p {
      font-size: 17px;
      color: #abb0bf;
      position: relative;
      padding-left: 30px;
      margin-bottom: 45px; }
      .hero-area-v8 .hero-content p::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 3px;
        height: 100%;
        background-color: #abb0bf; }
    .hero-area-v8 .hero-content .notice {
      margin-top: 35px;
      display: block;
      color: #abb0bf;
      font-size: 17px; }
      .hero-area-v8 .hero-content .notice i {
        margin-right: 8px;
        color: #f7d71e; }
  .hero-area-v8 .hero-img {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .hero-area-v8 .hero-img .hero-img-inner {
      position: relative;
      z-index: 1; }
    .hero-area-v8 .hero-img .circle-shape {
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transform: translate(-42%, -42%);
      -ms-transform: translate(-42%, -42%);
      transform: translate(-42%, -42%);
      z-index: -1;
      opacity: 0.15; }
    .hero-area-v8 .hero-img::before {
      content: "";
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 0;
      z-index: -1;
      height: 100%;
      width: 150%;
      background-image: url(/Content/assets/img/hero/hero-v8-overly.png);
      background-position: center bottom;
      background-repeat: no-repeat;
      background-size: contain; }

/*======= Hero Area v9 =======*/
.hero-area-v9 {
  padding: 220px 0 0;
  background-color: var(--color-secondary-6);
  position: relative;
  z-index: 1; }
  .hero-area-v9::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: transparent;
    background-image: -webkit-radial-gradient(at center left, var(--color-primary-7) 0%, var(--color-secondary-6) 56%);
    background-image: -o-radial-gradient(at center left, var(--color-primary-7) 0%, var(--color-secondary-6) 56%);
    background-image: radial-gradient(at center left, var(--color-primary-7) 0%, var(--color-secondary-6) 56%);
    opacity: 0.5; }
  .hero-area-v9 .hero-content {
    position: relative;
    z-index: 2; }
    .hero-area-v9 .hero-content .hero-title {
      font-size: 200px;
      line-height: 0.85;
      letter-spacing: -0.027em;
      color: var(--color-heading-5);
      margin-bottom: 30px; }
    .hero-area-v9 .hero-content p {
      font-size: 18px;
      font-weight: 500;
      font-family: var(--font-cs-medium);
      color: var(--color-heading-5);
      margin-bottom: 30px; }
  .hero-area-v9 .hero-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .hero-area-v9 .hero-images .image-one {
      width: 60%;
      max-width: 60%; }
      .hero-area-v9 .hero-images .image-one .image-inner {
        margin: 15px -200px 0px 0px; }
    .hero-area-v9 .hero-images .image-two {
      width: 40%;
      max-width: 40%; }
      .hero-area-v9 .hero-images .image-two .image-inner {
        margin: -70px -300px 0px 230px; }
    .hero-area-v9 .hero-images .image-three {
      width: 60%;
      max-width: 60%; }
      .hero-area-v9 .hero-images .image-three .image-inner {
        margin: 30px 30px -30px -150px; }
    .hero-area-v9 .hero-images .image-four {
      width: 40%;
      max-width: 40%; }
      .hero-area-v9 .hero-images .image-four .image-inner {
        margin: 30px -150px 0px 0px; }

/*======= Hero Area v10 =======*/
.hero-area-v10 {
  position: relative;
  z-index: 1; }
  .hero-area-v10 .hero-content {
    padding-top: 245px;
    padding-bottom: 130px; }
    @media (max-width: 1199px) {
      .hero-area-v10 .hero-content {
        padding-top: 170px;
        padding-bottom: 80px; } }
    .hero-area-v10 .hero-content h1 {
      font-size: 200px;
      line-height: 0.88;
      margin-bottom: 45px;
      letter-spacing: -10px;
      color: var(--color-white); }
      @media (max-width: 1399px) {
        .hero-area-v10 .hero-content h1 {
          font-size: 150px;
          letter-spacing: -5px; } }
      @media (max-width: 1199px) {
        .hero-area-v10 .hero-content h1 {
          font-size: 100px;
          letter-spacing: 0; } }
      @media (max-width: 767px) {
        .hero-area-v10 .hero-content h1 {
          font-size: 80px;
          line-height: 1;
          margin-bottom: 20px; } }
      @media (max-width: 575px) {
        .hero-area-v10 .hero-content h1 {
          font-size: 60px; } }
      @media (max-width: 424px) {
        .hero-area-v10 .hero-content h1 {
          font-size: 50px; } }
    .hero-area-v10 .hero-content p {
      font-size: 18px;
      color: var(--color-white); }
      @media (max-width: 424px) {
        .hero-area-v10 .hero-content p {
          font-size: 16px; } }
    .hero-area-v10 .hero-content .hero-btn-contact-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-top: 10px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .hero-area-v10 .hero-content .hero-btn-contact-info .template-btn {
        margin-top: 20px;
        margin-right: 40px;
        margin-bottom: 20px; }
      .hero-area-v10 .hero-content .hero-btn-contact-info .hero-contact-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .hero-area-v10 .hero-content .hero-btn-contact-info .hero-contact-info .icon {
          color: white;
          line-height: 1;
          font-size: 50px;
          margin-right: 25px;
          padding-right: 25px;
          border-right: 5px solid; }
          @media (max-width: 424px) {
            .hero-area-v10 .hero-content .hero-btn-contact-info .hero-contact-info .icon {
              font-size: 40px; } }
        .hero-area-v10 .hero-content .hero-btn-contact-info .hero-contact-info .content h6 {
          color: white;
          font-size: 14px;
          margin-top: 8px;
          margin-bottom: 8px;
          text-transform: uppercase; }
        .hero-area-v10 .hero-content .hero-btn-contact-info .hero-contact-info .content > a {
          color: white;
          line-height: 1;
          font-size: 30px;
          font-family: var(--font-cs-medium); }
          @media (max-width: 424px) {
            .hero-area-v10 .hero-content .hero-btn-contact-info .hero-contact-info .content > a {
              font-size: 25px; } }
  .hero-area-v10:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: -webkit-linear-gradient(45deg, rgba(107, 52, 250, 0.87059) 0%, rgba(212, 21, 110, 0.90196) 100%);
    background: -o-linear-gradient(45deg, rgba(107, 52, 250, 0.87059) 0%, rgba(212, 21, 110, 0.90196) 100%);
    background: linear-gradient(45deg, rgba(107, 52, 250, 0.87059) 0%, rgba(212, 21, 110, 0.90196) 100%); }
  .hero-area-v10 .hero-right-man {
    bottom: 0;
    right: 13%;
    z-index: -1;
    max-width: 40%;
    position: absolute; }
    @media (max-width: 1199px) {
      .hero-area-v10 .hero-right-man {
        right: 5%; } }

/*======= Hero Area v10 =======*/
.hero-area-v11 {
  z-index: 1;
  position: relative; }
  @media (max-width: 575px) {
    .hero-area-v11 .hero-content {
      padding-bottom: 100px;
      padding-top: 155px; } }
  .hero-area-v11 .hero-content h1 {
    color: white;
    font-size: 150px;
    letter-spacing: -10px; }
    @media (max-width: 1399px) {
      .hero-area-v11 .hero-content h1 {
        font-size: 100px;
        letter-spacing: -5px; } }
    @media (max-width: 1199px) {
      .hero-area-v11 .hero-content h1 {
        font-size: 80px; } }
    @media (max-width: 767px) {
      .hero-area-v11 .hero-content h1 {
        font-size: 60px;
        letter-spacing: -2px; } }
    @media (max-width: 575px) {
      .hero-area-v11 .hero-content h1 {
        font-size: 50px; } }
    @media (max-width: 424px) {
      .hero-area-v11 .hero-content h1 {
        font-size: 40px; } }
  .hero-area-v11 .hero-content p {
    color: #b6b8da;
    font-size: 17px;
    max-width: 700px;
    padding-left: 20px;
    border-left: 3px solid var(--color-secondary); }
    @media (max-width: 424px) {
      .hero-area-v11 .hero-content p {
        font-size: 15px;
        border-width: 2px;
        padding-left: 15px; } }
  .hero-area-v11 .hero-content .read-more {
    color: #b6b8da;
    font-size: 15px;
    margin-left: 20px;
    padding-bottom: 2px;
    font-family: var(--font-cs-bold);
    border-bottom: 1px solid rgba(255, 255, 255, 0.35); }
    .hero-area-v11 .hero-content .read-more i {
      font-size: 12px;
      margin-left: 5px; }
  @media (min-width: 1200px) {
    .hero-area-v11 .container:not(:first-child) {
      max-width: 1365px; } }
  .hero-area-v11 .hero-bg-shapes {
    left: 0;
    top: 0;
    z-index: -2;
    width: 100%;
    height: 75%;
    overflow: hidden;
    position: absolute;
    background: #0d0f2c; }
    @media (max-width: 767px) {
      .hero-area-v11 .hero-bg-shapes {
        height: 85%; } }
    @media (max-width: 575px) {
      .hero-area-v11 .hero-bg-shapes {
        height: 90%; } }
    .hero-area-v11 .hero-bg-shapes:after, .hero-area-v11 .hero-bg-shapes:before {
      content: '';
      z-index: -2;
      border-radius: 50%;
      position: absolute;
      background: #fd695a; }
      @media (max-width: 991px) {
        .hero-area-v11 .hero-bg-shapes:after, .hero-area-v11 .hero-bg-shapes:before {
          opacity: 0.5; } }
    .hero-area-v11 .hero-bg-shapes:before {
      left: 4%;
      bottom: 10%;
      width: 200px;
      height: 200px;
      -webkit-filter: blur(60px) opacity(0.5);
      filter: blur(60px) opacity(0.5); }
    .hero-area-v11 .hero-bg-shapes:after {
      top: 20%;
      right: 20%;
      width: 400px;
      height: 400px;
      -webkit-filter: blur(150px) opacity(0.65);
      filter: blur(150px) opacity(0.65); }
    .hero-area-v11 .hero-bg-shapes .hero-shape-one,
    .hero-area-v11 .hero-bg-shapes .hero-shape-two {
      z-index: -1;
      position: absolute; }
    .hero-area-v11 .hero-bg-shapes .hero-shape-one {
      top: 20%;
      right: 15%;
      max-width: 15%; }
    .hero-area-v11 .hero-bg-shapes .hero-shape-two {
      top: 50%;
      right: 30%;
      max-width: 10%; }

/* Hero Area 12 */
.hero-area-v12 {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 285px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #040d1a;
  padding-bottom: 200px; }
  @media (max-width: 1399px) {
    .hero-area-v12 {
      padding-bottom: 100px;
      padding-top: 185px; } }
  @media (max-width: 1199px) {
    .hero-area-v12 {
      padding-top: 175px; } }
  .hero-area-v12 .hero-content h1 {
    color: white;
    font-size: 70px; }
    @media (max-width: 1399px) {
      .hero-area-v12 .hero-content h1 {
        font-size: 60px; } }
    @media (max-width: 991px) {
      .hero-area-v12 .hero-content h1 {
        font-size: 55px; } }
    @media (max-width: 767px) {
      .hero-area-v12 .hero-content h1 {
        font-size: 50px; } }
    @media (max-width: 575px) {
      .hero-area-v12 .hero-content h1 {
        font-size: 44px; } }
    @media (max-width: 424px) {
      .hero-area-v12 .hero-content h1 {
        font-size: 34px; } }
  .hero-area-v12 .hero-content p {
    color: #abb0bf;
    font-size: 17px;
    max-width: 400px;
    padding-left: 25px;
    border-left: 3px solid; }
  .hero-area-v12 .hero-content .hero-btns {
    margin: -5px; }
    .hero-area-v12 .hero-content .hero-btns .template-btn {
      margin: 5px; }
  .hero-area-v12 .hero-bg-image {
    right: 0;
    bottom: 50%;
    z-index: -1;
    max-width: 80%;
    position: absolute;
    -webkit-transform: translateY(53%);
    -ms-transform: translateY(53%);
    transform: translateY(53%); }

/*======= Hero Slider Arrow & Nav =======*/
.hero-slider .slick-dots {
  position: absolute;
  right: 13%;
  top: 50%;
  display: block;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .hero-slider .slick-dots li {
    display: block;
    margin: 20px 0;
    background-color: var(--color-white); }
    .hero-slider .slick-dots li::after {
      border-color: var(--color-white); }
    .hero-slider .slick-dots li.slick-active {
      background-color: var(--color-white); }

.hero-slider .slick-arrow {
  position: absolute;
  right: 4%;
  bottom: 0;
  height: 50px;
  width: 50px;
  background-color: var(--color-white);
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--color-heading);
  font-size: 18px;
  z-index: 2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .hero-slider .slick-arrow.prev-arrow {
    right: calc(4% + 52px); }
  .hero-slider .slick-arrow:hover {
    background-color: var(--color-primary-4);
    color: var(--color-white); }

/*======= Common Heading =======*/
.common-heading .tagline {
  font-size: 18px;
  font-family: var(--font-cs-medium);
  line-height: 1.4;
  margin-bottom: 15px; }

.common-heading .title {
  font-size: 38px;
  letter-spacing: -2px;
  line-height: 1.6; }

.common-heading.tagline-boxed .tagline {
  background-color: #d3d4f8;
  color: var(--color-primary);
  padding: 4px 18px;
  border-radius: 30px;
  margin-bottom: 25px; }

.common-heading.tagline-boxed-two .tagline {
  background-color: #e5ecfc;
  color: var(--color-primary-2);
  padding: 4px 18px;
  border-radius: 30px;
  margin-bottom: 25px; }
.common-heading-3 .tagline {
    font-size: 18px;
    font-family: var(--font-cs-medium);
    line-height: 1.4;
    margin-bottom: 15px;
}

.common-heading-3 .title {
    font-size: 42px;
    letter-spacing: -1px;
    line-height: 2;
}

.common-heading-3.tagline-boxed .tagline {
    background-color: #d3d4f8;
    color: var(--color-primary);
    padding: 4px 18px;
    border-radius: 30px;
    margin-bottom: 25px;
}

.common-heading-3.tagline-boxed-two .tagline {
    background-color: #e5ecfc;
    color: var(--color-primary-2);
    padding: 4px 18px;
    border-radius: 30px;
    margin-bottom: 25px;
}
.common-heading.title-line .title span {
  color: var(--color-primary-2);
  position: relative;
  z-index: 1; }
  .common-heading.title-line .title span img {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -25px; }

.common-heading.title-line.line-less-bottom .title span img {
  bottom: -10px; }

.common-heading.title-line-bottom .heading-line {
  margin-top: 10px; }

.common-heading.heading-white .tagline {
  color: var(--color-white); }

.common-heading.heading-white.tagline-boxed .tagline {
  background-color: var(--color-primary); }

.common-heading.heading-white.tagline-boxed-two .tagline {
  background-color: #1a53e8; }

.common-heading.heading-white .title {
  color: var(--color-white); }

.common-heading-2 .tagline {
  font-size: 14px;
  font-family: var(--font-cs-bold);
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 4px;
  word-spacing: 2px; }

.common-heading-2 .title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1.2; }

.common-heading-2.heading-white .tagline {
  color: var(--color-white); }

.common-heading-2.heading-white .title {
  color: var(--color-white); }
.common-heading-3 .tagline {
    font-size: 14px;
    font-family: var(--font-cs-bold);
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 0px;
    word-spacing: 2px;
}

.common-heading-3 .title {
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 1.6;
}

.common-heading-3.heading-white .tagline {
    color: var(--color-white);
}

.common-heading-3.heading-white .title {
    color: var(--color-white);
}
/*======= Check List =======*/
.check-list li {
  font-size: 18px;
  color: var(--color-body);
  position: relative;
  z-index: 1;
  padding-right: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .check-list li:not(:last-child) {
    margin-bottom: 10px; }
  .check-list li::after {
    position: absolute;
    content: "\f00c";
    right: 0;
    top: 2px;
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    color: var(--color-primary);
    font-weight: 800; }

/*======= Check List Two =======*/
.check-list-2 li {
  position: relative;
  z-index: 1;
  padding-right: 40px;
  color: var(--color-heading); }
  .check-list-2 li::before {
    position: absolute;
    content: "\f00c";
    right: 0;
    height: 25px;
    width: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    background-color: var(--color-primary-3);
    color: var(--color-white);
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%; }
  .check-list-2 li:not(:last-child) {
    margin-bottom: 12px; }

/*======= Check List Three =======*/
.check-list-3 li {
  position: relative;
  padding-left: 50px; }
  .check-list-3 li:not(:last-child) {
    margin-bottom: 30px; }
  .check-list-3 li::before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--color-primary-6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--color-white);
    font-size: 15px; }
  .check-list-3 li .title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px; }

/*======= Simple Icon Box =======*/
.simple-icon-boxes .icon {
  margin-bottom: 20px;
  font-size: 40px;
  color: var(--color-primary);
  line-height: 0.5; }

.simple-icon-boxes .title {
  font-size: 20px;
  line-height: 1.15; }

.simple-icon-boxes p {
  margin-top: 10px; }

/*======= Icon Box =======*/
.icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1; }
  .icon-box .icon {
    color: var(--color-primary-7);
    margin-right: 15px;
    font-size: 50px;
    line-height: 0.5; }
  .icon-box h5 {
    font-size: 35px;
    letter-spacing: -0.2px; }
  .icon-box span {
    font-size: 18px; }

/*======= Image Boxes v1 =======*/
.image-boxes-v1 .image-box {
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(225, 223, 255, 0.4);
  box-shadow: 0px 10px 30px 0px rgba(225, 223, 255, 0.4);
  padding: 50px 50px;
  text-align: center;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .image-boxes-v1 .image-box:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 0;
    top: 0;
    left: 0;
    background: var(--color-primary);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .image-boxes-v1 .image-box .thumb {
    margin-bottom: 30px; }
  .image-boxes-v1 .image-box .title {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 700; }
  .image-boxes-v1 .image-box .box-link {
    height: 55px;
    width: 55px;
    border-radius: 50px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
    color: var(--color-primary);
    border: 2px solid #ecebfd;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .image-boxes-v1 .image-box:hover::before, .image-boxes-v1 .image-box.active::before {
    width: 100%; }
  .image-boxes-v1 .image-box:hover .box-link, .image-boxes-v1 .image-box.active .box-link {
    border-color: #473bf0; }

.image-boxes-v1.image-thumbnail-boxed .image-box {
  padding: 45px 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative; }
  .image-boxes-v1.image-thumbnail-boxed .image-box .thumb {
    background-color: #f2f5fe;
    height: 180px;
    width: 180px;
    margin: 0 auto 25px;
    border-radius: 50%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .image-boxes-v1.image-thumbnail-boxed .image-box .thumb img {
      max-width: 120px; }
  .image-boxes-v1.image-thumbnail-boxed .image-box .title {
    font-size: 22px; }
  .image-boxes-v1.image-thumbnail-boxed .image-box:before {
    background-color: var(--color-primary-2); }
  .image-boxes-v1.image-thumbnail-boxed .image-box .box-link {
    color: var(--color-primary-2); }
  .image-boxes-v1.image-thumbnail-boxed .image-box:hover .box-link {
    background-color: var(--color-primary-2);
    border-color: var(--color-primary-2);
    color: var(--color-white); }

/*======= Image Boxes v2 =======*/
.image-boxes-v2 .image-box .box-image {
  border-radius: 7px;
  overflow: hidden;
  width: 100%;
  height: 210px;
  position: relative;
  z-index: 1; }
  .image-boxes-v2 .image-box .box-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

.image-boxes-v2 .image-box .box-content {
  background-color: var(--color-white);
  border-radius: 0 0 7px 7px;
  padding: 30px; }
  .image-boxes-v2 .image-box .box-content .title {
    font-size: 18px;
    margin-bottom: 15px; }
  .image-boxes-v2 .image-box .box-content .box-link {
    color: #7a7a7a;
    margin-top: 12px;
    font-size: 15px;
    font-family: var(--font-cs-bold);
    font-weight: 700;
    line-height: 1;
    position: relative;
    z-index: 1; }
    .image-boxes-v2 .image-box .box-content .box-link i {
      margin-left: 8px; }
    .image-boxes-v2 .image-box .box-content .box-link::after {
      position: absolute;
      content: "";
      height: 2px;
      width: 0;
      background-color: var(--color-primary);
      left: 0;
      bottom: -4px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }

.image-boxes-v2 .image-box:hover .box-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.image-boxes-v2 .image-box:hover .box-link {
  color: var(--color-primary); }
  .image-boxes-v2 .image-box:hover .box-link::after {
    width: 100%; }

/*======= Image Boxes v3 =======*/
.image-boxes-v3 .image-box {
  background-color: var(--color-white);
  border-radius: 15px;
  padding: 40px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .image-boxes-v3 .image-box .box-image {
    width: 130px;
    height: 130px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    margin-right: 35px; }
    .image-boxes-v3 .image-box .box-image img {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      -o-object-position: center;
      object-position: center;
      -o-object-fit: cover;
      object-fit: cover; }
  .image-boxes-v3 .image-box .box-content .title {
    font-size: 24px;
    margin-bottom: 10px; }
  .image-boxes-v3 .image-box .box-content .box-link {
    color: var(--color-body-3);
    margin-top: 12px;
    font-size: 15px;
    font-family: var(--font-cs-bold);
    font-weight: 700;
    line-height: 1;
    position: relative;
    z-index: 1; }
    .image-boxes-v3 .image-box .box-content .box-link i {
      margin-left: 8px; }
  .image-boxes-v3 .image-box::before, .image-boxes-v3 .image-box::after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 15px;
    z-index: -1;
    width: 100%;
    height: 100%; }
  .image-boxes-v3 .image-box::before {
    opacity: 0;
    visibility: hidden;
    left: -5px;
    top: -5px;
    z-index: -1;
    background-color: var(--color-primary-4);
    -webkit-transform: rotateY(-70deg);
    transform: rotateY(-70deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left; }
  .image-boxes-v3 .image-box::after {
    left: 0;
    top: 0;
    background-color: var(--color-white);
    opacity: 1; }
  .image-boxes-v3 .image-box:hover {
    -webkit-box-shadow: 0px 10px 45px 0px rgba(71, 59, 240, 0.1);
    box-shadow: 0px 10px 45px 0px rgba(71, 59, 240, 0.1); }
    .image-boxes-v3 .image-box:hover::before {
      visibility: visible;
      opacity: 1;
      -webkit-transform: rotateY(0);
      transform: rotateY(0); }

/*======= Iconic Boxes v1  =======*/
.iconic-boxes-v1 .iconic-box {
  position: relative;
  z-index: 1;
  padding: 45px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(189, 189, 189, 0.3);
  box-shadow: 0px 10px 60px 0px rgba(189, 189, 189, 0.3); }
  .iconic-boxes-v1 .iconic-box.no-shadow {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .iconic-boxes-v1 .iconic-box .icon {
    height: 60px;
    width: 60px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--color-primary);
    color: var(--color-white);
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px; }
    .iconic-boxes-v1 .iconic-box .icon.icon-gradient-1 {
      background: -webkit-linear-gradient(320deg, #7839f3 0%, #b31de1 59%, #ed00ce 100%);
      background: -o-linear-gradient(320deg, #7839f3 0%, #b31de1 59%, #ed00ce 100%);
      background: linear-gradient(130deg, #7839f3 0%, #b31de1 59%, #ed00ce 100%);
      -webkit-box-shadow: 0px 10px 60px 0px rgba(218, 9, 212, 0.28);
      box-shadow: 0px 10px 60px 0px rgba(218, 9, 212, 0.28); }
    .iconic-boxes-v1 .iconic-box .icon.icon-gradient-2 {
      background-image: -webkit-linear-gradient(320deg, #ff9200 0%, #f64967 59%, #ed00ce 100%);
      background-image: -o-linear-gradient(320deg, #ff9200 0%, #f64967 59%, #ed00ce 100%);
      background-image: linear-gradient(130deg, #ff9200 0%, #f64967 59%, #ed00ce 100%);
      -webkit-box-shadow: 0px 10px 60px 0px rgba(253, 132, 19, 0.28);
      box-shadow: 0px 10px 60px 0px rgba(253, 132, 19, 0.28); }
    .iconic-boxes-v1 .iconic-box .icon.icon-gradient-3 {
      background-image: -webkit-linear-gradient(320deg, #f33946 0%, #c81d9a 59%, #9c00ed 100%);
      background-image: -o-linear-gradient(320deg, #f33946 0%, #c81d9a 59%, #9c00ed 100%);
      background-image: linear-gradient(130deg, #f33946 0%, #c81d9a 59%, #9c00ed 100%);
      -webkit-box-shadow: 0px 10px 60px 0px rgba(218, 9, 212, 0.28);
      box-shadow: 0px 10px 60px 0px rgba(218, 9, 212, 0.28); }
    .iconic-boxes-v1 .iconic-box .icon.icon-gradient-4 {
      background-image: -webkit-linear-gradient(320deg, #4639f3 0%, #711df0 59%, #9c00ed 100%);
      background-image: -o-linear-gradient(320deg, #4639f3 0%, #711df0 59%, #9c00ed 100%);
      background-image: linear-gradient(130deg, #4639f3 0%, #711df0 59%, #9c00ed 100%);
      -webkit-box-shadow: 0px 10px 60px 0px rgba(84, 54, 240, 0.28);
      box-shadow: 0px 10px 60px 0px rgba(84, 54, 240, 0.28); }
    .iconic-boxes-v1 .iconic-box .icon.icon-gradient-5 {
      background-image: -webkit-linear-gradient(320deg, #1f5dfb 0%, #10a5cf 59%, #00eda2 100%);
      background-image: -o-linear-gradient(320deg, #1f5dfb 0%, #10a5cf 59%, #00eda2 100%);
      background-image: linear-gradient(130deg, #1f5dfb 0%, #10a5cf 59%, #00eda2 100%);
      -webkit-box-shadow: 0px 10px 60px 0px rgba(33, 113, 238, 0.28);
      box-shadow: 0px 10px 60px 0px rgba(33, 113, 238, 0.28); }
    .iconic-boxes-v1 .iconic-box .icon.icon-gradient-6 {
      background-image: -webkit-linear-gradient(320deg, #fdba1a 0%, #f55d64 59%, #ed00ad 100%);
      background-image: -o-linear-gradient(320deg, #fdba1a 0%, #f55d64 59%, #ed00ad 100%);
      background-image: linear-gradient(130deg, #fdba1a 0%, #f55d64 59%, #ed00ad 100%);
      -webkit-box-shadow: 0px 10px 60px 0px rgba(218, 9, 212, 0.28);
      box-shadow: 0px 10px 60px 0px rgba(218, 9, 212, 0.28); }
  .iconic-boxes-v1 .iconic-box .title {
    font-size: 22px;
    margin-bottom: 15px; }
  .iconic-boxes-v1 .iconic-box p {
    color: var(--color-body-2); }
  .iconic-boxes-v1 .iconic-box .box-link {
    color: var(--color-body-2);
    font-size: 15px;
    font-family: var(--font-cs-bold);
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    line-height: 1;
    margin-top: 20px; }
    .iconic-boxes-v1 .iconic-box .box-link i {
      padding-left: 10px; }
    .iconic-boxes-v1 .iconic-box .box-link::before, .iconic-boxes-v1 .iconic-box .box-link::after {
      position: absolute;
      content: "";
      height: 2px;
      width: 100%;
      background-color: var(--color-body-2);
      left: 0;
      bottom: -3px;
      z-index: -1;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .iconic-boxes-v1 .iconic-box .box-link::after {
      width: 40%;
      background-color: var(--color-heading);
      opacity: 0; }
  .iconic-boxes-v1 .iconic-box:hover .box-link {
    color: var(--color-heading); }
    .iconic-boxes-v1 .iconic-box:hover .box-link::after {
      width: 100%;
      opacity: 1; }

/*======= Iconic Boxes v1 Square Bordered   =======*/
.iconic-boxes-v1.icon-boxes-square-bordered {
  border-left: 1px solid rgba(54, 35, 75, 0.07);
  border-top: 1px solid rgba(54, 35, 75, 0.07); }
  .iconic-boxes-v1.icon-boxes-square-bordered .iconic-box {
    padding: 38px 35px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-right: 1px solid rgba(54, 35, 75, 0.07);
    border-bottom: 1px solid rgba(54, 35, 75, 0.07);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .iconic-boxes-v1.icon-boxes-square-bordered .iconic-box::before, .iconic-boxes-v1.icon-boxes-square-bordered .iconic-box::after {
      content: "";
      position: absolute;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      border-radius: 10px;
      z-index: -1;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: rotateY(-70deg);
      transform: rotateY(-70deg);
      -webkit-transform-origin: left;
      -ms-transform-origin: left;
      transform-origin: left; }
    .iconic-boxes-v1.icon-boxes-square-bordered .iconic-box::before {
      left: -20px;
      top: -20px;
      bottom: -10px;
      right: -10px;
      background-color: var(--color-secondary); }
    .iconic-boxes-v1.icon-boxes-square-bordered .iconic-box::after {
      left: -15px;
      top: -15px;
      bottom: -15px;
      right: -15px;
      background-color: var(--color-white);
      -webkit-box-shadow: 0px 10px 60px 0px rgba(189, 189, 189, 0.3);
      box-shadow: 0px 10px 60px 0px rgba(189, 189, 189, 0.3); }
    .iconic-boxes-v1.icon-boxes-square-bordered .iconic-box:hover {
      z-index: 2; }
      .iconic-boxes-v1.icon-boxes-square-bordered .iconic-box:hover::before, .iconic-boxes-v1.icon-boxes-square-bordered .iconic-box:hover::after {
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateY(0);
        transform: rotateY(0); }

/*======= Iconic Boxes v2  =======*/
.iconic-boxes-v2 .iconic-box .icon {
  margin-bottom: 30px; }
  .iconic-boxes-v2 .iconic-box .icon img,
  .iconic-boxes-v2 .iconic-box .icon i {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }

.iconic-boxes-v2 .iconic-box .title {
  font-size: 22px;
  margin-bottom: 15px; }
  .iconic-boxes-v2 .iconic-box .title a:hover {
    color: var(--color-primary-4); }

.iconic-boxes-v2 .iconic-box .box-link {
  margin-top: 30px;
  color: var(--color-primary-4);
  border: 2px solid #3377ff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1; }
  .iconic-boxes-v2 .iconic-box .box-link::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-radius: 50%;
    z-index: -1;
    background-color: var(--color-primary-4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

.iconic-boxes-v2 .iconic-box:hover .box-link {
  color: var(--color-white);
  border-color: var(--color-primary-4); }
  .iconic-boxes-v2 .iconic-box:hover .box-link::after {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1; }

.iconic-boxes-v2 .iconic-box:hover .icon img,
.iconic-boxes-v2 .iconic-box:hover .icon i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg); }

.iconic-boxes-v2 .iconic-box.color-1 .title a:hover {
  color: #19cb55; }

.iconic-boxes-v2 .iconic-box.color-1 .box-link {
  color: #19cb55;
  border-color: #19cb55; }
  .iconic-boxes-v2 .iconic-box.color-1 .box-link::after {
    background-color: #19cb55; }

.iconic-boxes-v2 .iconic-box.color-1:hover .box-link {
  color: var(--color-white);
  border-color: #19cb55; }

.iconic-boxes-v2 .iconic-box.color-2 .title a:hover {
  color: #1d79fb; }

.iconic-boxes-v2 .iconic-box.color-2 .box-link {
  color: #1d79fb;
  border-color: #1d79fb; }
  .iconic-boxes-v2 .iconic-box.color-2 .box-link::after {
    background-color: #1d79fb; }

.iconic-boxes-v2 .iconic-box.color-2:hover .box-link {
  color: var(--color-white);
  border-color: #1d79fb; }

.iconic-boxes-v2 .iconic-box.color-3 .title a:hover {
  color: #f95f75; }

.iconic-boxes-v2 .iconic-box.color-3 .box-link {
  color: #f95f75;
  border-color: #f95f75; }
  .iconic-boxes-v2 .iconic-box.color-3 .box-link::after {
    background-color: #f95f75; }

.iconic-boxes-v2 .iconic-box.color-3:hover .box-link {
  color: var(--color-white);
  border-color: #f95f75; }

.iconic-boxes-v2 .iconic-box.color-4 .title a:hover {
  color: #ff8500; }

.iconic-boxes-v2 .iconic-box.color-4 .box-link {
  color: #ff8500;
  border-color: #ff8500; }
  .iconic-boxes-v2 .iconic-box.color-4 .box-link::after {
    background-color: #ff8500; }

.iconic-boxes-v2 .iconic-box.color-4:hover .box-link {
  color: var(--color-white);
  border-color: #ff8500; }

/*======= Iconic Boxes v3  =======*/
.icon-boxes-v3 .iconic-box .icon {
  position: relative;
  z-index: 1; }
  .icon-boxes-v3 .iconic-box .icon i {
    height: 65px;
    width: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--color-white);
    border-radius: 50%;
    background-color: var(--color-primary-5);
    font-size: 24px;
    line-height: 0.5;
    margin-bottom: 30px; }

.icon-boxes-v3 .iconic-box.have-icon-overly .icon::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 72px;
  background-color: var(--color-white);
  z-index: -1;
  border-radius: 50%;
  opacity: 0.07; }

.icon-boxes-v3 .iconic-box .title {
  font-size: 24px;
  margin-bottom: 15px;
  letter-spacing: -1px; }
  .icon-boxes-v3 .iconic-box .title a:hover {
    color: inherit; }

.icon-boxes-v3 .iconic-box .box-btn {
  border: 2px solid var(--color-body);
  color: var(--color-body-4);
  font-weight: 700;
  line-height: 1;
  padding: 13px 30px;
  border-radius: 30px;
  margin-top: 30px;
  font-size: 15px; }
  .icon-boxes-v3 .iconic-box .box-btn i {
    margin-left: 5px; }
  .icon-boxes-v3 .iconic-box .box-btn:hover {
    background-color: var(--color-primary-5);
    border-color: var(--color-primary-5);
    color: var(--color-white); }

.icon-boxes-v3 .iconic-box.color-v1 .icon i,
.icon-boxes-v3 .iconic-box.color-v1 .box-btn:hover {
  background-color: #2ecea8;
  border-color: #2ecea8; }

.icon-boxes-v3 .iconic-box.color-v2 .icon i,
.icon-boxes-v3 .iconic-box.color-v2 .box-btn:hover {
  background-color: #fead44;
  border-color: #fead44; }

.icon-boxes-v3 .iconic-box.color-v3 .icon i,
.icon-boxes-v3 .iconic-box.color-v3 .box-btn:hover {
  background-color: #ff00ff;
  border-color: #ff00ff; }

.icon-boxes-v3 .iconic-box.color-v4 .icon i,
.icon-boxes-v3 .iconic-box.color-v4 .box-btn:hover {
  background-color: #009fe3;
  border-color: #009fe3; }

.icon-boxes-v3 .iconic-box.box-version-white,
.icon-boxes-v3 .iconic-box.box-version-white .title a {
  color: var(--color-white); }

.icon-boxes-v3 .iconic-box.box-version-white .box-btn:not(:hover) {
  border-color: #46446b;
  color: #afade9; }

/*======= Icon Bordered Box  =======*/
.icon-bordered-box {
  padding: 30px;
  border: 1px solid #eaeaed; }
  .icon-bordered-box .title {
    font-size: 22px;
    letter-spacing: -1px;
    margin-bottom: 10px;
    line-height: 1.2; }
  .icon-bordered-box .icon {
    font-size: 30px;
    color: var(--color-primary-5);
    line-height: 0.5;
    margin-bottom: 20px; }
  .icon-bordered-box.icon-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .icon-bordered-box.icon-left .icon {
      margin: 0 20px 0 0; }

/*======= Iconic Boxes v4  =======*/
.icon-boxes-v4 {
  position: relative;
  padding-right: 50px; }
  .icon-boxes-v4 .icon {
    margin-bottom: 30px; }
  .icon-boxes-v4 .title {
    font-size: 20px;
    line-height: 1.42;
    margin-bottom: 20px; }

/*======= Fancy Icon Boxes v1  =======*/
.fancy-icon-boxes-v1 .fancy-icon-box {
  border: 2px solid rgba(71, 59, 240, 0.07);
  padding: 45px 50px 45px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  border-radius: 7px; }
  .fancy-icon-boxes-v1 .fancy-icon-box::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(/Content/assets/img/fancy-icon-box/fancy-circle-dots.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden; }
  .fancy-icon-boxes-v1 .fancy-icon-box .box-icon {
    font-size: 75px;
    line-height: 0.5;
    max-width: 75px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    color: var(--color-primary); }
    .fancy-icon-boxes-v1 .fancy-icon-box .box-icon img,
    .fancy-icon-boxes-v1 .fancy-icon-box .box-icon i {
      -webkit-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease; }
  .fancy-icon-boxes-v1 .fancy-icon-box .box-content {
    padding-right: 40px; }
  .fancy-icon-boxes-v1 .fancy-icon-box .title {
    font-size: 24px;
    margin-bottom: 15px;
    text-transform: capitalize; }
  .fancy-icon-boxes-v1 .fancy-icon-box:hover {
    border-color: var(--color-primary);
    background-color: var(--color-primary); }
    .fancy-icon-boxes-v1 .fancy-icon-box:hover::before {
      width: 100%;
      height: 100%;
      opacity: 1;
      visibility: visible;
      border-radius: 0; }
    .fancy-icon-boxes-v1 .fancy-icon-box:hover .box-icon img,
    .fancy-icon-boxes-v1 .fancy-icon-box:hover .box-icon i {
      -webkit-transform: rotateY(360deg);
      transform: rotateY(360deg); }
    .fancy-icon-boxes-v1 .fancy-icon-box:hover .box-icon,
    .fancy-icon-boxes-v1 .fancy-icon-box:hover .title,
    .fancy-icon-boxes-v1 .fancy-icon-box:hover .title a,
    .fancy-icon-boxes-v1 .fancy-icon-box:hover .box-content {
      color: var(--color-white); }
        .fancy-icon-boxes-v1 .fancy-icon-box:hover .box-content .webservice-feature li {
            color: var(--color-white);
        }
        .fancy-icon-boxes-v1 .fancy-icon-box:hover .box-content .webservice-feature li::after{
            color: var(--color-white);
        }
.fancy-icon-boxes-v1.boxes-white-version .fancy-icon-box {
  border-color: #262c3c; }
  .fancy-icon-boxes-v1.boxes-white-version .fancy-icon-box::before {
    display: none; }
  .fancy-icon-boxes-v1.boxes-white-version .fancy-icon-box .box-icon,
  .fancy-icon-boxes-v1.boxes-white-version .fancy-icon-box .title,
  .fancy-icon-boxes-v1.boxes-white-version .fancy-icon-box .title a {
    color: var(--color-white); }
  .fancy-icon-boxes-v1.boxes-white-version .fancy-icon-box .box-content {
    color: #a8acb7; }
  .fancy-icon-boxes-v1.boxes-white-version .fancy-icon-box:hover {
    background-color: transparent; }

/*======= Fancy Icon Boxes v2  =======*/
.fancy-icon-boxes-v2 .fancy-icon-box {
  border-radius: 7px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(219, 219, 219, 0.41);
  box-shadow: 0px 10px 30px 0px rgba(219, 219, 219, 0.41);
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .fancy-icon-boxes-v2 .fancy-icon-box::before, .fancy-icon-boxes-v2 .fancy-icon-box::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 0%;
    background-color: #ff0101;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    visibility: hidden;
    border-radius: 2.5px; }
  .fancy-icon-boxes-v2 .fancy-icon-box::after {
    top: auto;
    bottom: 0; }
  .fancy-icon-boxes-v2 .fancy-icon-box .box-icon {
    color: #ff0101;
    font-size: 55px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    line-height: 0.5; }
    .fancy-icon-boxes-v2 .fancy-icon-box .box-icon img,
    .fancy-icon-boxes-v2 .fancy-icon-box .box-icon i {
      -webkit-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease; }
    .fancy-icon-boxes-v2 .fancy-icon-box .box-icon img {
      max-width: 55px; }
  .fancy-icon-boxes-v2 .fancy-icon-box .box-content {
    padding-left: 40px; }
    .fancy-icon-boxes-v2 .fancy-icon-box .box-content .title {
      font-size: 24px;
      margin-bottom: 15px; }
      .fancy-icon-boxes-v2 .fancy-icon-box .box-content .title a:hover {
        color: #ff0101; }
  .fancy-icon-boxes-v2 .fancy-icon-box:hover::before, .fancy-icon-boxes-v2 .fancy-icon-box:hover::after {
    height: 100%;
    visibility: visible; }
  .fancy-icon-boxes-v2 .fancy-icon-box:hover .box-icon img,
  .fancy-icon-boxes-v2 .fancy-icon-box:hover .box-icon i {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); }
  .fancy-icon-boxes-v2 .fancy-icon-box.color-2 .box-icon,
  .fancy-icon-boxes-v2 .fancy-icon-box.color-2 .title a:hover {
    color: #dc64ff; }
  .fancy-icon-boxes-v2 .fancy-icon-box.color-2::before, .fancy-icon-boxes-v2 .fancy-icon-box.color-2::after {
    background-color: #dc64ff; }
  .fancy-icon-boxes-v2 .fancy-icon-box.color-3 .box-icon,
  .fancy-icon-boxes-v2 .fancy-icon-box.color-3 .title a:hover {
    color: #2f84fb; }
  .fancy-icon-boxes-v2 .fancy-icon-box.color-3::before, .fancy-icon-boxes-v2 .fancy-icon-box.color-3::after {
    background-color: #2f84fb; }
  .fancy-icon-boxes-v2 .fancy-icon-box.color-4 .box-icon,
  .fancy-icon-boxes-v2 .fancy-icon-box.color-4 .title a:hover {
    color: #ff6c02; }
  .fancy-icon-boxes-v2 .fancy-icon-box.color-4::before, .fancy-icon-boxes-v2 .fancy-icon-box.color-4::after {
    background-color: #ff6c02; }

/*======= Preview Gallery v1 =======*/
.preview-galley-v1 {
  position: relative;
  height: 645px; }
  .preview-galley-v1 img {
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 30px 0px rgba(185, 182, 235, 0.4);
    box-shadow: 0 10px 30px 0px rgba(185, 182, 235, 0.4);
    position: relative;
    z-index: 1; }
    .preview-galley-v1 img.preview-image-2 {
      position: absolute;
      left: 26%;
      z-index: 2;
      top: 75px; }
    .preview-galley-v1 img.preview-image-3 {
      position: absolute;
      right: 80px;
      z-index: 3;
      top: 25px; }
    .preview-galley-v1 img.preview-image-4 {
      position: absolute;
      left: 30px;
      z-index: 1;
      bottom: 0; }
    .preview-galley-v1 img.preview-image-5 {
      position: absolute;
      right: 20%;
      z-index: 4;
      bottom: 78px; }
    .preview-galley-v1 img.preview-image-6 {
      position: absolute;
      right: 65px;
      bottom: 40%;
      z-index: 1; }

/*======= Preview Gallery v2 =======*/
.preview-galley-v2 {
  position: relative;
  z-index: 1;
  padding: 80px 70px 80px 0; }
  .preview-galley-v2::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 75%;
    height: 100%;
    background-color: #f2f1fe;
    background-image: url(/Content/assets/img/preview-gallery/preview-2-line.png);
    z-index: -1; }
  .preview-galley-v2 img {
    border-radius: 10px;
    vertical-align: top; }
  .preview-galley-v2 .image-1,
  .preview-galley-v2 .image-2 {
    margin-bottom: 30px; }
    .preview-galley-v2 .image-1 img,
    .preview-galley-v2 .image-2 img {
      -webkit-box-shadow: 0px 10px 30px 0px rgba(184, 179, 252, 0.49);
      box-shadow: 0px 10px 30px 0px rgba(184, 179, 252, 0.49); }
  .preview-galley-v2 .image-4 img {
    margin-top: -80px; }

/*======= Preview Gallery v3 =======*/
.preview-galley-v3 {
  position: relative;
  z-index: 1;
  text-align: center; }
  .preview-galley-v3::after {
    position: absolute;
    content: "";
    background-image: url(/Content/assets/img/preview-gallery/preview-two-line.png);
    background-repeat: no-repeat;
    background-size: 90% 100%;
    top: -95px;
    right: 0px;
    height: 150%;
    width: 100%;
    z-index: -1; }
  .preview-galley-v3 img.preview-image-2 {
    position: absolute;
    top: -60px;
    right: 70px;
    z-index: 1; }
  .preview-galley-v3 img.preview-image-3 {
    position: absolute;
    bottom: -40px;
    left: 30px;
    z-index: 1; }

/*======= Preview Gallery v4 =======*/
.preview-galley-v4 {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 600px;
  height: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .preview-galley-v4 img {
    border-radius: 15px;
    position: relative;
    z-index: 1; }
    .preview-galley-v4 img.preview-image-2 {
      position: absolute;
      z-index: -1;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .preview-galley-v4 img.preview-image-3 {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      -webkit-box-shadow: 0px 10px 30px 0px rgba(22, 22, 44, 0.18);
      box-shadow: 0px 10px 30px 0px rgba(22, 22, 44, 0.18); }
    .preview-galley-v4 img.preview-image-4 {
      position: absolute;
      position: absolute;
      right: 0;
      bottom: 40px;
      z-index: 1;
      -webkit-box-shadow: 0px 10px 30px 0px rgba(22, 22, 44, 0.18);
      box-shadow: 0px 10px 30px 0px rgba(22, 22, 44, 0.18); }
  .preview-galley-v4::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 130%;
    height: 180%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -2;
    background-image: url(/Content/assets/img/preview-gallery/oval-gradient-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center; }

/*======= Preview Gallery v5 =======*/
.preview-galley-v5 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .preview-galley-v5 .preview-image-one img {
    border-radius: 18px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(193, 193, 193, 0.18);
    box-shadow: 0px 10px 30px 0px rgba(193, 193, 193, 0.18); }
  .preview-galley-v5 .preview-image-two {
    margin-left: -100px; }
    .preview-galley-v5 .preview-image-two img {
      border-radius: 20px;
      -webkit-box-shadow: 0px 10px 30px 0px rgba(173, 173, 173, 0.24);
      box-shadow: 0px 10px 30px 0px rgba(173, 173, 173, 0.24); }
  .preview-galley-v5::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150%;
    height: 125%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    background-image: url(/Content/assets/img/preview-gallery/oval-gradient-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center; }

/*======= Preview Gallery v6 =======*/
.preview-galley-v6 {
  position: relative;
  z-index: 1;
  min-height: 435px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .preview-galley-v6 .preview-image-bottom,
  .preview-galley-v6 .preview-image-top {
    position: absolute;
    z-index: 2; }
    .preview-galley-v6 .preview-image-bottom img,
    .preview-galley-v6 .preview-image-top img {
      border-radius: 20px;
      -webkit-box-shadow: 0px 10px 60px 0px rgba(51, 119, 255, 0.15);
      box-shadow: 0px 10px 60px 0px rgba(51, 119, 255, 0.15); }
  .preview-galley-v6 .preview-image-top {
    top: 0;
    right: 0; }
  .preview-galley-v6 .preview-image-bottom {
    bottom: 0;
    left: 0; }

/*======= Preview Gallery v7 =======*/
.preview-galley-v7 {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 50px 60px 60px; }
  .preview-galley-v7 .main-img img {
    border-radius: 7px;
    width: 100%; }
  .preview-galley-v7 .preview-image-top,
  .preview-galley-v7 .preview-image-bottom {
    position: absolute;
    z-index: 2; }
  .preview-galley-v7 .preview-image-top {
    right: 0;
    top: 0; }
  .preview-galley-v7 .preview-image-bottom {
    left: 0;
    bottom: 0; }
    .preview-galley-v7 .preview-image-bottom img {
      border-radius: 5px;
      -webkit-box-shadow: 0px 10px 60px 0px rgba(51, 119, 255, 0.15);
      box-shadow: 0px 10px 60px 0px rgba(51, 119, 255, 0.15); }

/*======= Preview Gallery v8 =======*/
.preview-galley-v8 {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 550px; }
  .preview-galley-v8 img {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.1);
    box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.1);
    border-radius: 30px; }
    .preview-galley-v8 img.preview-three {
      position: absolute;
      left: 15%;
      bottom: 20px; }
    .preview-galley-v8 img.preview-two {
      position: absolute;
      left: 45px;
      top: 80px; }

/*======= Preview Gallery v9 =======*/
.preview-galley-v9 {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 430px;
  margin: auto; }
  .preview-galley-v9 .image-two {
    position: absolute;
    left: 0;
    top: 30%;
    z-index: 2; }
  .preview-galley-v9::before, .preview-galley-v9::after {
    content: "";
    position: absolute;
    height: 300px;
    width: 150px;
    z-index: -1;
    background-color: #1d1e22; }
  .preview-galley-v9::before {
    left: 0;
    top: -40px;
    border-top-left-radius: 300px;
    border-bottom-left-radius: 300px; }
  .preview-galley-v9::after {
    bottom: -40px;
    right: 0;
    border-top-right-radius: 300px;
    border-bottom-right-radius: 300px; }
  .preview-galley-v9 .icons img {
    position: absolute;
    z-index: 1; }
  .preview-galley-v9 .icons .icon-one {
    right: 35px;
    top: 0; }
  .preview-galley-v9 .icons .icon-two {
    right: 20px;
    bottom: 15px; }
  .preview-galley-v9 .icons .icon-three {
    left: 10px;
    bottom: 100px; }

/*======= Preview Image v1 =======*/
.preview-image-v1 {
  position: relative;
  z-index: 1; }
  .preview-image-v1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background-image: url(/Content/assets/img/preview-gallery/oval-gradient.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }

/*======= Preview Image v2 =======*/
.preview-image-v2 {
  position: relative;
  z-index: 1; }
  .preview-image-v2:after {
    position: absolute;
    content: "";
    height: 275px;
    width: 275px;
    background-color: var(--color-white);
    top: -75px;
    left: -100px;
    z-index: -1;
    border-radius: 50%; }
  .preview-image-v2 img {
    border-radius: 35px;
    -webkit-box-shadow: 0 10px 80px rgba(54, 35, 75, 0.27);
    box-shadow: 0 10px 80px rgba(54, 35, 75, 0.27); }

/*======= Preview Image v3 =======*/
.preview-image-v3 {
  position: relative;
  z-index: 1; }
  .preview-image-v3::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 140%;
    height: 120%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    background-image: url(/Content/assets/img/preview-gallery/oval-gradient-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center; }

/*======= Preview Image v4 =======*/
.preview-image-v4 {
  padding-right: 80px; }
  .preview-image-v4 img {
    border-radius: 20px; }
  .preview-image-v4 .image-two {
    margin-top: -170px;
    margin-right: -80px;
    position: relative;
    z-index: 2;
    text-align: right; }

/*======= Preview Image v5 =======*/
.preview-image-v5 {
  position: relative;
  z-index: 1; }
  .preview-image-v5 img {
    border-radius: 260px;
    width: 100%; }
  .preview-image-v5::before, .preview-image-v5::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 260px; }
  .preview-image-v5::after {
    background-color: var(--color-primary-5);
    bottom: -10px;
    right: -10px; }
  .preview-image-v5::before {
    left: -10px;
    top: -20px;
    border: 3px solid var(--color-soft-grey);
    background-color: transparent; }

/*======= Preview Square oval Image =======*/
.preview-square-oval-image {
  position: relative;
  padding-right: 107.5px;
  z-index: 1; }
  .preview-square-oval-image .square-image {
    position: relative;
    overflow: hidden; }
    .preview-square-oval-image .square-image::before {
      position: absolute;
      top: 0;
      left: -100%;
      content: "";
      width: 50%;
      height: 100%;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.3)));
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 100%);
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 100%);
      -webkit-transform: skewX(25deg);
      -ms-transform: skewX(25deg);
      transform: skewX(25deg);
      z-index: 2; }
  .preview-square-oval-image .oval-image {
    position: absolute;
    right: 0;
    bottom: 80px;
    width: 215px;
    height: 215px;
    border-radius: 50%;
    z-index: 3;
    -webkit-box-shadow: 0px 10px 45px 0px rgba(71, 59, 240, 0.3);
    box-shadow: 0px 10px 45px 0px rgba(71, 59, 240, 0.3);
    overflow: hidden; }
    .preview-square-oval-image .oval-image img {
      border-radius: 50%;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      border: 10px solid var(--color-white); }
    .preview-square-oval-image .oval-image::before {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 1;
      content: "";
      width: 0px;
      height: 0px;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 0;
      background: rgba(255, 255, 255, 0.2);
      border-radius: 50%; }
  .preview-square-oval-image.with-counter-box {
    padding-left: 40px; }
  .preview-square-oval-image .counter-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 10px 45px 0px rgba(71, 59, 240, 0.3);
    box-shadow: 0px 10px 45px 0px rgba(71, 59, 240, 0.3);
    border-radius: 12px;
    position: absolute;
    top: 65px;
    left: -30px;
    z-index: 5;
    background-color: var(--color-white);
    padding: 15px 30px; }
    .preview-square-oval-image .counter-item .count-icon {
      margin-right: 15px;
      background-color: var(--color-primary);
      height: 50px;
      width: 50px;
      font-size: 20px;
      border-radius: 50%;
      color: var(--color-white);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .preview-square-oval-image .counter-item .count-details {
      line-height: 1; }
      .preview-square-oval-image .counter-item .count-details .counter {
        font-size: 24px;
        font-weight: 500;
        font-family: var(--font-cs-bold);
        font-line-height: 1;
        color: var(--color-heading);
        margin-bottom: 8px; }
      .preview-square-oval-image .counter-item .count-details p {
        font-size: 17px;
        font-weight: 500;
        font-family: var(--font-cs-medium); }

/*======= Preview Blob Image =======*/
.preview-blob-image.with-floating-icon {
  position: relative;
  z-index: 1; }
  .preview-blob-image.with-floating-icon .floating-icons img {
    position: absolute;
    max-width: 50px;
    z-index: -1; }
  .preview-blob-image.with-floating-icon .floating-icons .icon-1 {
    left: 8%;
    top: 5%; }
  .preview-blob-image.with-floating-icon .floating-icons .icon-2 {
    right: 10%;
    top: 17%; }
  .preview-blob-image.with-floating-icon .floating-icons .icon-3 {
    left: 25%;
    bottom: -5%; }

/*======= Preview Image showcase =======*/
.preview-image-showcase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .preview-image-showcase .images-left,
  .preview-image-showcase .images-right {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 15px;
    padding-right: 15px; }
  .preview-image-showcase .images-left {
    margin-top: 60px; }
  .preview-image-showcase img {
    border-radius: 12px;
    margin-bottom: 30px; }

/*======= Preview Image v6 =======*/
.preview-image-v6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .preview-image-v6 .image-one {
    max-width: 35%;
    width: 35%;
    text-align: left;
    padding: 70px 30px 0px 0px; }
  .preview-image-v6 .image-two {
    max-width: 65%;
    width: 65%;
    text-align: right; }
  .preview-image-v6 .video-wrap {
    width: 35%;
    max-width: 35%;
    margin: -85px -60px 0px 55px;
    padding: 50px 0px 50px 0px;
    border: 7px solid var(--color-white);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center; }
    .preview-image-v6 .video-wrap .popup-video {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      background-color: var(--color-primary-7);
      font-size: 12px;
      color: var(--color-white);
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }

/*======= Counter Items v1  =======*/
.counter-items-v1 .counter-item .icon {
  font-size: 30px;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  color: var(--color-white);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .counter-items-v1 .counter-item .icon::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    background-color: var(--color-white);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

.counter-items-v1 .counter-item .counter-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 42px;
  line-height: 1;
  color: var(--color-white); }

.counter-items-v1 .counter-item .title {
  color: var(--color-white);
  margin-top: 15px;
  line-height: 1.4; }

.counter-items-v1 .counter-item:hover .icon {
  color: var(--color-primary); }
  .counter-items-v1 .counter-item:hover .icon::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

/*======= Counter Items v2  =======*/
.counter-items-v2 .counter-item .counter-wrap {
  position: relative;
  z-index: 1;
  display: inline-block; }

.counter-items-v2 .counter-item .counter {
  font-size: 85px;
  line-height: 0.8;
  color: var(--color-heading); }

.counter-items-v2 .counter-item .suffix {
  font-size: 20px;
  top: -10px;
  position: absolute;
  right: -25px;
  line-height: 0.9;
  color: var(--color-secondary); }

.counter-items-v2 .counter-item .title {
  padding-top: 10px;
  font-size: 18px;
  line-height: 1.4;
  font-family: var(--font-cs-medium);
  font-weight: 500; }

.counter-items-v2 .counter-item.counter-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .counter-items-v2 .counter-item.counter-left .counter-wrap {
    min-width: 95px; }
  .counter-items-v2 .counter-item.counter-left .title {
    padding-top: 0;
    padding-right: 25px; }

.counter-items-v2 .counter-item.white-color .title,
.counter-items-v2 .counter-item.white-color .counter,
.counter-items-v2 .counter-item.white-color .suffix {
  color: var(--color-white); }

/* Counter Three */
.counter-three-inner {
  position: relative;
  z-index: 1;
  margin-top: -170px; }
  .counter-three-inner:before {
    position: absolute;
    height: 100%;
    left: -115px;
    content: '';
    top: 0;
    z-index: -1;
    width: calc(100% + 230px);
    background: #ffa900; }

.counter-item.style-two {
  margin-bottom: 50px; }
  .counter-item.style-two .icon {
    height: 80px;
    width: 80px;
    color: white;
    font-size: 30px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 30px;
    background: rgba(4, 13, 26, 0.1); }
  .counter-item.style-two .counter-wrap {
    line-height: 1;
    font-size: 42px;
    margin-bottom: 5px;
    color: #040d1a;
    font-family: var(--font-cs-bold); }
    @media (max-width: 424px) {
      .counter-item.style-two .counter-wrap {
        font-size: 30px; } }
  .counter-item.style-two .title {
    color: #040d1a;
    font-family: var(--font-cs-book); }

/*======= Fancy Check List v1   =======*/
.fancy-check-list-v1 li {
  padding: 35px 80px 35px 35px;
  position: relative;
  z-index: 1; }
  .fancy-check-list-v1 li:first-child {
    background-color: var(--color-white);
    border-radius: 15px;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(189, 189, 189, 0.3);
    box-shadow: 0px 10px 60px 0px rgba(189, 189, 189, 0.3); }
  .fancy-check-list-v1 li:not(:last-child) {
    margin-bottom: 5px; }
  .fancy-check-list-v1 li::before {
    position: absolute;
    z-index: -1;
    right: 30px;
    top: 35px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--color-secondary);
    color: var(--color-white);
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 15px; }
  .fancy-check-list-v1 li .title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: capitalize; }

/*======= Fancy Check List v2   =======*/
.fancy-check-list-v2 li {
  color: var(--color-heading);
  font-size: 20px;
  font-family: var(--font-cs-bold);
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width:100%;
}
    .fancy-check-list-v2 li .list-inner {
        position: relative;
        z-index: 1;
        -webkit-box-shadow: 0px 10px 60px 0px rgba(189, 189, 189, 0.28);
        box-shadow: 0px 10px 60px 0px rgba(189, 189, 189, 0.28);
        padding: 20px 85px 20px 35px;
        border-radius: 10px;
        background-color: var(--color-white);
        width: 400px;
    }
    .fancy-check-list-v2 li .list-inner::before {
      position: absolute;
      z-index: -1;
      right: 30px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 30px;
      height: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 50%;
      background-color: var(--color-primary);
      color: var(--color-white);
      content: "\f00c";
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      font-size: 15px; }
  .fancy-check-list-v2 li:not(:last-child) {
    margin-bottom: 15px; }
  .fancy-check-list-v2 li:nth-child(1), .fancy-check-list-v2 li:nth-child(4) {
    margin-left: 15px; }
  .fancy-check-list-v2 li:nth-child(2), .fancy-check-list-v2 li:nth-child(5) {
    margin-left: 30px; }

.fancy-check-list-v2.color-heading-3 li {
  color: var(--color-heading-3); }
  .fancy-check-list-v2.color-heading-3 li .list-inner::before {
    background-color: var(--color-secondary); }

/*======= Testimonials v1  =======*/
.testimonial-slider-v1 .testimonial-item {
  text-align: center; }
  .testimonial-slider-v1 .testimonial-item .quote-icon {
    color: var(--color-primary);
    font-size: 90px;
    line-height: 0.5;
    margin-bottom: 20px; }
  .testimonial-slider-v1 .testimonial-item p {
    font-size: 20px;
    color: var(--color-heading);
    font-family: var(--font-cs-medium);
    line-height: 1.7; }
  .testimonial-slider-v1 .testimonial-item .author-info {
    margin-top: 25px; }
    .testimonial-slider-v1 .testimonial-item .author-info img {
      width: 80px;
      height: 80px;
      border-radius: 50%; }
    .testimonial-slider-v1 .testimonial-item .author-info .name {
      font-size: 18px;
      color: var(--color-heading);
      margin-top: 20px; }
    .testimonial-slider-v1 .testimonial-item .author-info .title {
      display: block;
      font-size: 15px;
      line-height: 1;
      font-family: var(--font-cs-medium);
      font-weight: 500;
      margin-top: 8px;
      color: var(--color-body); }

.testimonial-slider-v1.testimonial-slider-extra-gap {
  margin-left: -40px;
  margin-right: -40px; }
  .testimonial-slider-v1.testimonial-slider-extra-gap .col,
  .testimonial-slider-v1.testimonial-slider-extra-gap [class*="col-"] {
    padding-left: 40px;
    padding-right: 40px; }

/*======= Testimonials v1 Boxed =======*/
.testimonial-slider-v1.testimonial-v1-boxed .testimonial-item {
  background-color: var(--color-white);
  border-radius: 12px;
  padding: 45px 45px 50px 45px;
  -webkit-box-shadow: -5px -5px 0 0 var(--color-secondary);
  box-shadow: -5px -5px 0 0 var(--color-secondary); }
  .testimonial-slider-v1.testimonial-v1-boxed .testimonial-item .quote-icon {
    color: var(--color-secondary); }
  .testimonial-slider-v1.testimonial-v1-boxed .testimonial-item p {
    font-size: 18px;
    color: var(--color-heading-2); }
  .testimonial-slider-v1.testimonial-v1-boxed .testimonial-item .author-info .name {
    color: var(--color-heading-2); }
  .testimonial-slider-v1.testimonial-v1-boxed .testimonial-item .author-info .title {
    color: var(--color-body-2); }

.testimonial-slider-v1.testimonial-v1-boxed .slick-dots li {
  background: #544466; }
  .testimonial-slider-v1.testimonial-v1-boxed .slick-dots li::after {
    border: 2px solid var(--color-secondary); }
  .testimonial-slider-v1.testimonial-v1-boxed .slick-dots li.slick-active {
    background-color: var(--color-secondary); }

/*======= Testimonials v1 Fancy Boxed =======*/
.testimonial-slider-v1.testimonial-v1-fancy-boxed .testimonial-item {
  background-color: var(--color-white);
  padding: 60px 50px;
  position: relative;
  z-index: 1;
  margin: 45px;
  border-radius: 12px; }
  .testimonial-slider-v1.testimonial-v1-fancy-boxed .testimonial-item::before {
    content: "";
    position: absolute;
    z-index: -2;
    left: -30px;
    right: -30px;
    top: 95px;
    bottom: 95px;
    background-color: var(--color-white);
    border-radius: 12px; }
  .testimonial-slider-v1.testimonial-v1-fancy-boxed .testimonial-item::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 12px;
    background-color: var(--color-white);
    -webkit-box-shadow: 0px 10px 45px 0px rgba(71, 59, 240, 0.1);
    box-shadow: 0px 10px 45px 0px rgba(71, 59, 240, 0.1); }

.testimonial-slider-v1.testimonial-v1-fancy-boxed .slick-arrow {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: var(--color-heading);
  border: 2px solid rgba(27, 32, 47, 0.1);
  background-color: var(--color-soft-grey);
  font-size: 15px;
  position: absolute;
  left: -60px;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .testimonial-slider-v1.testimonial-v1-fancy-boxed .slick-arrow.next-arrow {
    left: auto;
    right: -60px; }
  .testimonial-slider-v1.testimonial-v1-fancy-boxed .slick-arrow.next-arrow, .testimonial-slider-v1.testimonial-v1-fancy-boxed .slick-arrow:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white); }

.testimonial-slider-v1.testimonial-v1-fancy-boxed.testimonial-extra-margin {
  margin-right: 75px;
  margin-left: 0; }

/*======= Testimonials Slider v2  =======*/
.testimonial-slider-v2 .testimonial-item {
  border-radius: 12px;
  background-color: var(--color-white);
  -webkit-box-shadow: 0px 5px 15px 0px rgba(71, 59, 240, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(71, 59, 240, 0.1);
  padding: 40px 80px 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  margin: 15px; }
  .testimonial-slider-v2 .testimonial-item::before {
    content: "";
    position: absolute;
    left: -15px;
    top: -15px;
    bottom: 15px;
    right: 15px;
    border-radius: 12px;
    background-color: var(--color-primary-4);
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0; }
  .testimonial-slider-v2 .testimonial-item .author-quote {
    margin-right: 30px;
    width: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    position: relative; }
    .testimonial-slider-v2 .testimonial-item .author-quote img {
      width: 80px;
      height: 80px;
      border-radius: 50%; }
    .testimonial-slider-v2 .testimonial-item .author-quote i {
      font-size: 56px;
      color: var(--color-primary-4);
      position: absolute;
      left: 50%;
      bottom: -15px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      line-height: 0.5; }
  .testimonial-slider-v2 .testimonial-item .author-name {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1; }
  .testimonial-slider-v2 .testimonial-item .author-position {
    display: block;
    margin-top: 10px;
    color: var(--color-primary-4);
    font-size: 15px;
    font-family: var(--font-cs-medium);
    font-weight: 500; }

.testimonial-slider-v2 .slick-dots {
  margin-top: 60px; }
  .testimonial-slider-v2 .slick-dots li {
    background-color: #d5e1fd; }
    .testimonial-slider-v2 .slick-dots li::after {
      border-color: var(--color-primary-4); }
    .testimonial-slider-v2 .slick-dots li.slick-active {
      background-color: var(--color-primary-4); }

.testimonial-slider-v2 .slick-current .testimonial-item::before {
  opacity: 1;
  visibility: visible; }

/*======= Testimonials Boxes v1  =======*/
.testimonial-boxes-v1 .testimonial-box {
  background-color: var(--color-white);
  text-align: left;
  padding: 45px;
  border-radius: 7px; }
  .testimonial-boxes-v1 .testimonial-box .author-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px; }
  .testimonial-boxes-v1 .testimonial-box .rating-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .testimonial-boxes-v1 .testimonial-box .rating-review li {
      display: inline-block;
      color: #ff8a00;
      font-size: 15px;
      margin-right: 5px; }
  .testimonial-boxes-v1 .testimonial-box .author-brand {
    max-width: 120px; }
  .testimonial-boxes-v1 .testimonial-box .author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    margin-top: 20px; }
    .testimonial-boxes-v1 .testimonial-box .author-info img {
      width: 55px;
      height: 55px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 55px;
      flex: 0 0 55px;
      margin-right: 20px; }
    .testimonial-boxes-v1 .testimonial-box .author-info .name {
      font-size: 18px;
      line-height: 1; }
      .testimonial-boxes-v1 .testimonial-box .author-info .name .title {
        display: block;
        color: var(--color-body);
        font-size: 15px;
        font-family: var(--font-cs-medium);
        font-weight: 500;
        text-transform: capitalize;
        margin-top: 10px; }

/*======= Testimonials Quote Bordered =======*/
.testimonial-slider-v1.quote-left-bordered .testimonial-item {
  padding: 40px 40px 40px 160px;
  text-align: left;
  border: 1px solid var(--color-offwhite);
  position: relative; }
  .testimonial-slider-v1.quote-left-bordered .testimonial-item .quote-icon {
    position: absolute;
    top: 45px;
    left: 40px;
    color: var(--color-primary-5); }
  .testimonial-slider-v1.quote-left-bordered .testimonial-item .author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .testimonial-slider-v1.quote-left-bordered .testimonial-item .author-info img {
      margin: 0 20px 0 0;
      width: 70px;
      height: 70px; }
  .testimonial-slider-v1.quote-left-bordered .testimonial-item .name {
    margin-top: 0; }

.testimonial-slider-v1.quote-left-bordered .slick-dots {
  margin-top: 60px;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left; }
  .testimonial-slider-v1.quote-left-bordered .slick-dots li {
    background-color: var(--color-offwhite);
    margin: 0 10px; }
    .testimonial-slider-v1.quote-left-bordered .slick-dots li.slick-active {
      background: var(--color-primary-5); }
    .testimonial-slider-v1.quote-left-bordered .slick-dots li::after {
      border-color: var(--color-primary-5); }

/*======= Testimonials Slider v3  =======*/
.testimonial-slider-v3 .testimonial-item {
  text-align: center;
  background: white;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 40px 30px 45px;
  -webkit-box-shadow: 0px 0 20px rgba(219, 219, 219, 0.5);
  box-shadow: 0px 0 20px rgba(219, 219, 219, 0.5); }
  .testimonial-slider-v3 .testimonial-item .quote-icon {
    line-height: 1;
    font-size: 80px;
    color: #ffa900; }
  .testimonial-slider-v3 .testimonial-item .name {
    font-size: 18px;
    margin-top: 22px;
    margin-bottom: 3px; }
  .testimonial-slider-v3 .testimonial-item .title {
    font-size: 15px;
    font-family: var(--font-cs-medium); }

.testimonial-slider-v3 .slick-dots {
  margin-top: 60px; }
  .testimonial-slider-v3 .slick-dots li {
    background: rgba(4, 13, 26, 0.2); }
    .testimonial-slider-v3 .slick-dots li.slick-active {
      background: #ffa900; }
    .testimonial-slider-v3 .slick-dots li:after {
      border-color: #ffa900; }

/*======= Testimonials Boxes v2  =======*/
.testimonial-boxes-v2 .testimonial-box {
  position: relative;
  padding: 35px 30px;
  font-size: 17px;
  line-height: 30px;
  border: 1px solid var(--color-dark-4);
  border-radius: 7px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .testimonial-boxes-v2 .testimonial-box:hover {
    border-color: var(--color-primary-6); }
  .testimonial-boxes-v2 .testimonial-box::before {
    position: absolute;
    top: 40px;
    right: 20px;
    width: 45px;
    height: 45px;
    background-color: #59b4f3;
    border-radius: 50%;
    content: "\f099";
    font-family: "Font Awesome 5 Brands";
    color: var(--color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .testimonial-boxes-v2 .testimonial-box .title {
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 30px;
    margin-bottom: 15px; }
  .testimonial-boxes-v2 .testimonial-box .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px; }
    .testimonial-boxes-v2 .testimonial-box .rating li {
      margin-right: 8px;
      font-size: 13px;
      line-height: 1;
      color: var(--color-primary-6); }
  .testimonial-boxes-v2 .testimonial-box .author-name {
    margin-top: 25px;
    padding-left: 35px;
    display: block;
    line-height: 1;
    position: relative;
    font-size: 18px; }
    .testimonial-boxes-v2 .testimonial-box .author-name::before {
      position: absolute;
      content: "";
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 2px;
      width: 20px;
      background-color: var(--color-primary-6); }

/*======= Testimonials Boxes v2  =======*/
.testimonial-box-v3-image {
  margin-left: -30px;
  margin-right: -165px;
  position: relative;
  z-index: 1; }
  @media (max-width: 991px) {
    .testimonial-box-v3-image {
      margin: 0 0 55px; } }
  .testimonial-box-v3-image:before {
    height: 450px;
    width: 450px;
    content: '';
    left: 5%;
    top: 50%;
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    -webkit-transform: translateY(-46%);
    -ms-transform: translateY(-46%);
    transform: translateY(-46%);
    -webkit-filter: blur(100px) opacity(0.85);
    filter: blur(100px) opacity(0.85);
    background-image: -webkit-linear-gradient(45deg, #6b34fa 0%, #d4156e 100%);
    background-image: -o-linear-gradient(45deg, #6b34fa 0%, #d4156e 100%);
    background-image: linear-gradient(45deg, #6b34fa 0%, #d4156e 100%); }
    @media (max-width: 424px) {
      .testimonial-box-v3-image:before {
        height: 250px;
        width: 250px;
        -webkit-filter: blur(80px);
        filter: blur(80px); } }

/* Customer Review */
.customer-review-wrap .customer-review-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 424px) {
    .customer-review-wrap .customer-review-item {
      display: block; } }
  .customer-review-wrap .customer-review-item .icon {
    line-height: 1;
    font-size: 85px;
    margin-right: 30px;
    color: var(--color-secondary); }
  .customer-review-wrap .customer-review-item p {
    font-size: 20px;
    font-weight: 500;
    color: var(--color-heading); }
    @media (max-width: 424px) {
      .customer-review-wrap .customer-review-item p {
        font-size: 16px; } }
  .customer-review-wrap .customer-review-item .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .customer-review-wrap .customer-review-item .author img {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      margin-right: 15px; }
    .customer-review-wrap .customer-review-item .author h6 {
      margin-top: 8px;
      font-size: 18px; }
    .customer-review-wrap .customer-review-item .author span {
      font-size: 15px;
      font-weight: 500; }

.customer-review-wrap .slick-dots {
  margin-top: 70px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start; }
  .customer-review-wrap .slick-dots li.slick-active {
    background: var(--color-secondary); }
    .customer-review-wrap .slick-dots li.slick-active:after {
      border-color: var(--color-secondary); }

.customer-review-image {
  height: 400px;
  width: 400px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 992px) {
    .customer-review-image {
      margin-left: auto; } }
  @media (max-width: 575px) {
    .customer-review-image {
      height: 350px;
      width: 350px; } }
  @media (max-width: 424px) {
    .customer-review-image {
      height: 275px;
      width: 275px; } }
  .customer-review-image .icon {
    line-height: 1;
    font-size: 120px;
    color: var(--color-secondary);
    -webkit-transform: rotate(10deg) translateY(10px);
    -ms-transform: rotate(10deg) translateY(10px);
    transform: rotate(10deg) translateY(10px); }
    @media (max-width: 575px) {
      .customer-review-image .icon {
        font-size: 80px; } }
  .customer-review-image img {
    position: absolute;
    border-radius: 50%;
    -webkit-animation: 5s customZoomInOut infinite;
    animation: 5s customZoomInOut infinite; }
    @media (max-width: 575px) {
      .customer-review-image img {
        max-width: 20%; } }
    .customer-review-image img:nth-child(1) {
      left: -10px;
      top: 20%; }
    .customer-review-image img:nth-child(2) {
      top: -30px;
      right: 10%;
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }
    .customer-review-image img:nth-child(3) {
      left: 10%;
      bottom: 25%;
      -webkit-animation-delay: 4s;
      animation-delay: 4s; }
    .customer-review-image img:nth-child(4) {
      right: 8%;
      bottom: 30%;
      -webkit-animation-delay: 3s;
      animation-delay: 3s; }
    .customer-review-image img:nth-child(5) {
      left: 45%;
      bottom: -30px;
      -webkit-animation-delay: 2s;
      animation-delay: 2s; }
  .customer-review-image:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    left: 0;
    top: 0;
    -webkit-animation: 25s rotateme infinite;
    animation: 25s rotateme infinite;
    background: url(/Content/assets/img/testimonial/testimonial-right-bg.png) no-repeat center/cover; }

@-webkit-keyframes customZoomInOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes customZoomInOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.testimonial-boxes-v3 {
  z-index: 1;
  max-width: 500px; }
  .testimonial-boxes-v3 .testimonial-box .author-quote-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .testimonial-boxes-v3 .testimonial-box .author-quote-brand img {
      max-width: 35%; }
  .testimonial-boxes-v3 .testimonial-box .author-comments {
    color: black;
    font-size: 30px;
    line-height: 1.5;
    font-style: italic;
    font-family: var(--font-cs-book); }
    @media (max-width: 575px) {
      .testimonial-boxes-v3 .testimonial-box .author-comments {
        font-size: 25px; } }
    @media (max-width: 424px) {
      .testimonial-boxes-v3 .testimonial-box .author-comments {
        font-size: 20px; } }
  .testimonial-boxes-v3 .testimonial-box .author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .testimonial-boxes-v3 .testimonial-box .author-info .image {
      max-width: 55px;
      margin-right: 20px; }
      .testimonial-boxes-v3 .testimonial-box .author-info .image img {
        width: 55px;
        height: 55px;
        border-radius: 50%; }
    .testimonial-boxes-v3 .testimonial-box .author-info .name {
      font-size: 22px; }
    .testimonial-boxes-v3 .testimonial-box .author-info .title {
      font-size: 15px;
      font-weight: 500; }
  .testimonial-boxes-v3 .slick-dots {
    margin-top: 60px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .testimonial-boxes-v3 .slick-dots li {
      width: 10px;
      height: 10px; }
      .testimonial-boxes-v3 .slick-dots li.slick-active {
        background-image: -webkit-linear-gradient(45deg, #6b34fa 0%, #d4156e 100%);
        background-image: -o-linear-gradient(45deg, #6b34fa 0%, #d4156e 100%);
        background-image: linear-gradient(45deg, #6b34fa 0%, #d4156e 100%); }
      .testimonial-boxes-v3 .slick-dots li:after {
        top: -10px;
        left: -10px;
        border-color: linear-gradient(to bottom, red, var(--color-primary)) 1 100%; }

.testimonial-dots-2 .slick-dots {
  margin-top: 70px; }
  .testimonial-dots-2 .slick-dots li {
    margin: 0 4px;
    height: 10px;
    width: 10px;
    background-color: var(--color-white);
    border-radius: 50%;
    line-height: 1;
    font-size: 0;
    opacity: 0.15; }
    .testimonial-dots-2 .slick-dots li::after {
      display: none; }
    .testimonial-dots-2 .slick-dots li.slick-active {
      background-color: var(--color-primary-6);
      opacity: 1; }

.testimonial-dots-3 .slick-dots {
  margin-top: 50px; }
  .testimonial-dots-3 .slick-dots li {
    margin: 0 4px;
    height: 10px;
    width: 10px;
    background-color: var(--color-heading-5);
    border-radius: 50%;
    line-height: 1;
    font-size: 0;
    opacity: 0.2; }
    .testimonial-dots-3 .slick-dots li::after {
      display: none; }
    .testimonial-dots-3 .slick-dots li.slick-active {
      opacity: 1; }

/*======= Pricing Table  =======*/
.pricing-table {
  padding: 50px 40px;
  border: 2px solid #e5ecfc;
  border-radius: 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .pricing-table:hover {
    border-color: var(--color-primary);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(215, 212, 255, 0.7);
    box-shadow: 0px 10px 60px 0px rgba(215, 212, 255, 0.7); }
  .pricing-table .plan-name {
    font-size: 17px;
    line-height: 1;
    color: var(--color-white);
    background-color: var(--color-primary);
    padding: 10px 20px;
    display: inline-block;
    border-radius: 30px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.36);
    box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.36); }
  .pricing-table .plan-icon {
    display: block;
    margin: auto; }
  .pricing-table .plan-title-area {
    position: relative;
    z-index: 1;
    margin-bottom: 60px; }
    .pricing-table .plan-title-area .plan-shape {
      position: absolute;
      right: 0;
      top: -20px;
      z-index: -1;
      width: 225px;
      height: 220px; }
      .pricing-table .plan-title-area .plan-shape .blob {
        fill: #edf2fd;
        fill-rule: evenodd;
        opacity: 0.7; }
  .pricing-table .plan-cost {
    margin-bottom: 35px;
    line-height: 1;
    letter-spacing: -1px; }
    .pricing-table .plan-cost .currency {
      color: var(--color-primary);
      font-size: 24px;
      top: -25px;
      position: relative; }
    .pricing-table .plan-cost .price {
      font-size: 65px;
      font-weight:700;
      line-height: 1;
      color: var(--color-heading); }
    .pricing-table .plan-cost .plan-type {
      color: #606060;
      font-size: 17px;
      margin-left: 5px; }
  .pricing-table .plan-feature li {
    color: #606060;
    font-size: 17px;
    position: relative;
    line-height: 1.5; }
    .pricing-table .plan-feature li:not(:last-child) {
      margin-bottom: 10px; }
    .pricing-table .plan-feature li:after {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      content: "\f058";
      font-family: "Font Awesome 5 Pro";
      font-size: 15px;
      font-weight: 900;
      color: var(--color-primary); }
    .pricing-table .plan-feature li.disabled-feature:after {
      color: #b2c5f7; }
  .pricing-table .template-btn {
    margin-top: 50px; }
  .pricing-table.pricing-secondary-1:hover {
    border-color: var(--color-secondary);
    -webkit-box-shadow: 0px 10px 30px 0px rgba(244, 115, 42, 0.18);
    box-shadow: 0px 10px 30px 0px rgba(244, 115, 42, 0.18); }
  .pricing-table.pricing-secondary-1 .plan-name {
    background: -webkit-linear-gradient(305deg, #ff4e00 0%, #ff7200 59%, #fe9500 100%);
    background: -o-linear-gradient(305deg, #ff4e00 0%, #ff7200 59%, #fe9500 100%);
    background: linear-gradient(145deg, #ff4e00 0%, #ff7200 59%, #fe9500 100%);
    -webkit-box-shadow: 0px 7px 25px 0px rgba(255, 78, 0, 0.4);
    box-shadow: 0px 7px 25px 0px rgba(255, 78, 0, 0.4); }
  .pricing-table.pricing-secondary-1 .plan-cost .currency {
    color: var(--color-secondary); }
  .pricing-table.pricing-secondary-1 .plan-feature li:not(.disabled-feature)::after {
    color: var(--color-secondary); }
  .pricing-table.pricing-secondary-1 .template-btn {
    background-color: var(--color-secondary);
    -webkit-box-shadow: 0px 10px 30px 0px rgba(244, 115, 42, 0.36);
    box-shadow: 0px 10px 30px 0px rgba(244, 115, 42, 0.36);
    border-color: var(--color-secondary); }
    .pricing-table.pricing-secondary-1 .template-btn:hover {
      background-color: var(--color-heading);
      border-color: var(--color-heading); }
.webservice-feature li {
    color: #606060;
    font-size: 17px;
    position: relative;
    line-height: 1.5;
}
    .webservice-feature li:after {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "\f058";
        font-family: "Font Awesome 5 Pro";
        font-size: 15px;
        font-weight: 900;
        color: var(--color-primary);
        margin-right: -20px;
    }
.webservice-feature li:hover {
    color: #fff;
    font-size: 17px;
    position: relative;
    line-height: 1.5;
}
    .webservice-feature li:hover:after {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "\f058";
        font-family: "Font Awesome 5 Pro";
        font-size: 15px;
        font-weight: 900;
        color: #fff;
        margin-right: -20px;
    }


/*======= Pricing Table Two =======*/
.pricing-table-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px;
  background-color: var(--color-white);
  padding: 45px;
  border: 2px solid #e5ecfc;
  border-radius: 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .pricing-table-two:hover {
    border-color: transparent;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(206, 189, 224, 0.36);
    box-shadow: 0px 10px 30px 0px rgba(206, 189, 224, 0.36); }
  .pricing-table-two .left-content,
  .pricing-table-two .right-content {
    width: 50%; }
  .pricing-table-two .plan-name {
    font-size: 17px;
    line-height: 1;
    color: var(--color-white);
    background-color: var(--color-secondary);
    padding: 10px 20px;
    display: inline-block;
    border-radius: 30px;
    margin-bottom: 35px;
    -webkit-box-shadow: 0px 7px 25px 0px rgba(255, 78, 0, 0.4);
    box-shadow: 0px 7px 25px 0px rgba(255, 78, 0, 0.4); }
  .pricing-table-two .plan-cost {
    line-height: 1;
    letter-spacing: -1px; }
    .pricing-table-two .plan-cost .currency {
      color: var(--color-secondary);
      font-size: 24px;
      top: -25px;
      position: relative; }
    .pricing-table-two .plan-cost .price {
      font-size: 65px;
      line-height: 1;
      color: var(--color-heading-3); }
    .pricing-table-two .plan-cost .plan-type {
      color: var(--color-body-2);
      font-size: 17px;
      margin-left: 5px; }
  .pricing-table-two .plan-feature li {
    color: var(--color-body-2);
    font-size: 17px;
    position: relative;
    line-height: 1.5; }
    .pricing-table-two .plan-feature li:not(:last-child) {
      margin-bottom: 10px; }
    .pricing-table-two .plan-feature li:after {
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      content: "\f058";
      font-family: "Font Awesome 5 Pro";
      font-size: 15px;
      font-weight: 900;
      color: var(--color-secondary); }
    .pricing-table-two .plan-feature li.disabled-feature:after {
      color: #b2c5f7; }
  .pricing-table-two .template-btn {
    margin-top: 30px; }

/*======= Pricing Table Three =======*/
.pricing-table-three {
  padding: 60px 55px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 2px solid var(--color-dark-4);
  border-radius: 7px; }
  .pricing-table-three .plan-name {
    font-size: 15px;
    letter-spacing: 4px;
    color: var(--color-primary-6);
    text-transform: uppercase;
    margin-bottom: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .pricing-table-three .price {
    font-size: 65px;
    line-height: 1;
    color: var(--color-white);
    letter-spacing: -2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .pricing-table-three .price .currency {
      font-size: 24px;
      margin-right: 10px;
      position: relative;
      top: 10px; }
  .pricing-table-three .plan-subtitle {
    color: #abb0bf;
    margin-bottom: 35px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    line-height: 1.5;
    font-size: 17px;
    font-family: var(--font-cs-medium);
    font-weight: 500; }
  .pricing-table-three .plan-feature li {
    font-size: 17px;
    line-height: 1.5;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--color-white); }
    .pricing-table-three .plan-feature li i {
      color: var(--color-primary-6);
      font-size: 15px;
      margin-right: 10px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .pricing-table-three .plan-feature li:not(:last-child) {
      margin-bottom: 15px; }
    .pricing-table-three .plan-feature li.hidden-feature i, .pricing-table-three .plan-feature li.hidden-feature {
      color: var(--color-body-4); }
  .pricing-table-three .pricing-btn {
    margin-top: 35px;
    background-color: var(--color-dark-4);
    color: var(--color-body-4);
    line-height: 1.4;
    padding: 15px 45px;
    border-radius: 30px;
    font-size: 15px;
    font-family: var(--font-cs-bold);
    font-weight: 700; }
    .pricing-table-three .pricing-btn i {
      margin-left: 5px; }
  .pricing-table-three .plan-tag {
    font-size: 13px;
    font-family: var(--font-cs-medium);
    font-weight: 500;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    background-color: var(--color-primary-6);
    color: var(--color-white);
    text-transform: uppercase;
    line-height: 1;
    border-radius: 30px;
    padding: 8px 15px; }
  .pricing-table-three:hover, .pricing-table-three.featured-plan {
    background-color: #1d1e22;
    border-color: #1d1e22; }
  .pricing-table-three:hover .pricing-btn,
  .pricing-table-three.featured-plan .pricing-btn {
    color: var(--color-white);
    background-color: var(--color-primary-6); }
  .pricing-table-three.style-two,
  .pricing-table-three.style-two .pricing-btn {
    border-radius: 0; }
  .pricing-table-three.style-two .plan-name,
  .pricing-table-three.style-two .plan-tag {
    color: var(--color-primary-7); }
  .pricing-table-three.style-two .plan-tag {
    background-color: var(--color-white); }
  .pricing-table-three.style-two .plan-feature li:not(.hidden-feature) i {
    color: var(--color-white); }
  .pricing-table-three.style-two:hover .pricing-btn,
  .pricing-table-three.style-two.featured-plan .pricing-btn {
    color: var(--color-primary-7);
    background-color: var(--color-white); }
  .pricing-table-three.style-two::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(/Content/assets/img/pricing-shape.png);
    background-repeat: no-repeat;
    background-position: left top;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    visibility: hidden; }
  .pricing-table-three.style-two:hover, .pricing-table-three.style-two.featured-plan {
    background-color: var(--color-primary-7);
    border-color: var(--color-primary-7); }
    .pricing-table-three.style-two:hover .plan-subtitle,
    .pricing-table-three.style-two:hover .plan-name, .pricing-table-three.style-two.featured-plan .plan-subtitle,
    .pricing-table-three.style-two.featured-plan .plan-name {
      color: var(--color-white); }
    .pricing-table-three.style-two:hover .plan-feature li.hidden-feature, .pricing-table-three.style-two.featured-plan .plan-feature li.hidden-feature {
      color: var(--color-white);
      opacity: 0.4; }
    .pricing-table-three.style-two:hover::before, .pricing-table-three.style-two.featured-plan::before {
      visibility: visible;
      opacity: 0.07; }
  .pricing-table-three.style-three {
    border: none;
    border-radius: 0;
    background: white; }
    .pricing-table-three.style-three .plan-name {
      color: var(--color-secondary); }
    .pricing-table-three.style-three .price {
      color: var(--color-heading); }
    .pricing-table-three.style-three .plan-subtitle {
      color: var(--color-body); }
    .pricing-table-three.style-three .plan-feature li {
      color: var(--color-body); }
      .pricing-table-three.style-three .plan-feature li i {
        color: var(--color-secondary); }
      .pricing-table-three.style-three .plan-feature li.hidden-feature {
        color: #696969;
        opacity: 0.35; }
        .pricing-table-three.style-three .plan-feature li.hidden-feature i {
          color: #696969; }
    .pricing-table-three.style-three .pricing-btn {
      color: var(--color-heading);
      background: var(--color-grey); }
    .pricing-table-three.style-three .plan-tag {
      background: var(--color-grey);
      color: var(--color-secondary); }
    .pricing-table-three.style-three:hover, .pricing-table-three.style-three.featured-plan {
      background: #fd695a; }
      .pricing-table-three.style-three:hover .price,
      .pricing-table-three.style-three:hover .plan-name,
      .pricing-table-three.style-three:hover .plan-subtitle,
      .pricing-table-three.style-three:hover .plan-feature li,
      .pricing-table-three.style-three:hover .plan-feature li i, .pricing-table-three.style-three.featured-plan .price,
      .pricing-table-three.style-three.featured-plan .plan-name,
      .pricing-table-three.style-three.featured-plan .plan-subtitle,
      .pricing-table-three.style-three.featured-plan .plan-feature li,
      .pricing-table-three.style-three.featured-plan .plan-feature li i {
        color: white; }
      .pricing-table-three.style-three:hover .pricing-btn, .pricing-table-three.style-three.featured-plan .pricing-btn {
        color: var(--color-secondary); }

/** Pricing Tab **/
.pricing-section-h10 {
  z-index: 1;
  position: relative;
  background-size: cover;
  background-position: center; }
  .pricing-section-h10:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.88;
    background: black; }

.pricing-plan-tab li a {
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 700;
  padding: 5px 25px;
  background: #282a2f; }
  .pricing-plan-tab li a.active {
    background-image: -webkit-linear-gradient(45deg, rgba(107, 52, 250, 0.87059) 0%, rgba(212, 21, 110, 0.90196) 100%);
    background-image: -o-linear-gradient(45deg, rgba(107, 52, 250, 0.87059) 0%, rgba(212, 21, 110, 0.90196) 100%);
    background-image: linear-gradient(45deg, rgba(107, 52, 250, 0.87059) 0%, rgba(212, 21, 110, 0.90196) 100%); }

.pricing-plan-tab li:not(:last-child) {
  margin-right: 10px; }

.pricing-wrap-h10 .pricing-table-three.style-two {
  background-color: transparent; }
  .pricing-wrap-h10 .pricing-table-three.style-two .plan-tag {
    color: var(--color-primary); }
  .pricing-wrap-h10 .pricing-table-three.style-two:after {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -2;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    background-image: -webkit-linear-gradient(45deg, #6b34fa 0%, #d4156e 100%);
    background-image: -o-linear-gradient(45deg, #6b34fa 0%, #d4156e 100%);
    background-image: linear-gradient(45deg, #6b34fa 0%, #d4156e 100%); }
  .pricing-wrap-h10 .pricing-table-three.style-two:hover, .pricing-wrap-h10 .pricing-table-three.style-two.featured-plan {
    border-color: #1d1e22; }
    .pricing-wrap-h10 .pricing-table-three.style-two:hover .hidden-feature i, .pricing-wrap-h10 .pricing-table-three.style-two.featured-plan .hidden-feature i {
      color: rgba(255, 255, 255, 0.5); }
    .pricing-wrap-h10 .pricing-table-three.style-two:hover .pricing-btn, .pricing-wrap-h10 .pricing-table-three.style-two.featured-plan .pricing-btn {
      color: var(--color-primary); }
    .pricing-wrap-h10 .pricing-table-three.style-two:hover:after, .pricing-wrap-h10 .pricing-table-three.style-two.featured-plan:after {
      opacity: 1; }

/*======= Programs  =======*/
.programs-area {
  padding-top: 130px;
  padding-bottom: 130px; }
  .programs-area .row {
    margin-left: 0;
    margin-right: 0; }
    .programs-area .row > div {
      padding-left: 0;
      padding-right: 0; }

.program-item {
  z-index: 1;
  position: relative;
  text-align: center;
  margin-right: -1px;
  margin-bottom: -1px;
  padding: 60px 50px 55px;
  border: 1px solid #e5e5e5; }
  @media (max-width: 424px) {
    .program-item {
      padding-left: 25px;
      padding-right: 25px; } }
  .program-item .icon {
    height: 90px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 30px; }
    @media (max-width: 424px) {
      .program-item .icon {
        height: auto; }
        .program-item .icon img {
          max-width: 55px; } }
  .program-item h4 {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 15px; }
  .program-item p {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .program-item .hover-bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    background-size: cover;
    background-position: center; }
    .program-item .hover-bg:before {
      height: 100%;
      content: '';
      width: 100%;
      left: 0;
      top: 0;
      position: absolute;
      background-image: -webkit-linear-gradient(45deg, rgba(107, 52, 250, 0.87059) 0%, rgba(212, 21, 110, 0.90196) 100%);
      background-image: -o-linear-gradient(45deg, rgba(107, 52, 250, 0.87059) 0%, rgba(212, 21, 110, 0.90196) 100%);
      background-image: linear-gradient(45deg, rgba(107, 52, 250, 0.87059) 0%, rgba(212, 21, 110, 0.90196) 100%); }
  .program-item:hover .icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1); }
  .program-item:hover h4, .program-item:hover p {
    color: white; }
  .program-item:hover .hover-bg {
    opacity: 1; }

.program-more {
  padding-left: 50px; }
  .program-more h2 {
    font-size: 42px;
    margin-top: -10px;
    margin-bottom: 22px; }
    @media (max-width: 575px) {
      .program-more h2 {
        font-size: 35px; } }
  .program-more p {
    margin-bottom: 25px; }
  @media (max-width: 991px) {
    .program-more {
      padding-left: 0;
      padding-right: 50px; } }
  @media (max-width: 767px) {
    .program-more {
      padding: 50px 0 0; } }

/*======= Team Member =======*/
.team-members .member-box {
  position: relative;
  z-index: 1; }
  .team-members .member-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color-primary);
    border-radius: 7px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-radius: 6px;
    z-index: 2;
    opacity: 0; }
  .team-members .member-box .member-photo img {
    width: 100%;
    border-radius: 7px; }
  .team-members .member-box .member-info {
    background-color: var(--color-white);
    border-radius: 7px;
    padding: 25px 15px;
    text-align: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: absolute;
    z-index: 3;
    left: 20px;
    right: 20px;
    bottom: -10px;
    opacity: 0;
    visibility: hidden; }
    .team-members .member-box .member-info .name {
      font-size: 20px;
      margin-bottom: 8px;
      line-height: 1.2; }
    .team-members .member-box .member-info .title {
      color: var(--color-secondary);
      font-size: 15px;
      font-family: var(--font-cs-medium);
      font-weight: 500;
      line-height: 1.3; }
    .team-members .member-box .member-info .social-links {
      margin-top: 15px; }
      .team-members .member-box .member-info .social-links li {
        display: inline-block;
        margin: 0 2px;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: rotateY(-70deg);
        transform: rotateY(-70deg);
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left;
        position: relative;
        left: 3px;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        .team-members .member-box .member-info .social-links li a {
          display: block;
          background-color: #e5eeff;
          height: 35px;
          width: 35px;
          text-align: center;
          line-height: 35px;
          color: var(--color-primary);
          border-radius: 50%;
          font-size: 13px; }
        .team-members .member-box .member-info .social-links li.facebook a {
          background-color: #0040e5;
          color: #fff; }
        .team-members .member-box .member-info .social-links li.twitter a {
          background-color: #ddeffb;
          color: #55aded; }
        .team-members .member-box .member-info .social-links li.youtube a {
          background-color: #ffe5e5;
          color: #ff0303; }
        .team-members .member-box .member-info .social-links li.behance a {
          background-color: #e5eeff;
          color: #0057ff; }
  .team-members .member-box:hover::before {
    opacity: 0.6;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg); }
  .team-members .member-box:hover .member-info {
    opacity: 1;
    visibility: visible;
    bottom: 20px; }
    .team-members .member-box:hover .member-info .social-links li {
      visibility: visible;
      opacity: 1;
      -webkit-transform: rotateY(0deg);
      transform: rotateY(0deg); }
      .team-members .member-box:hover .member-info .social-links li:nth-child(2) {
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s; }
      .team-members .member-box:hover .member-info .social-links li:nth-child(3) {
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s; }
      .team-members .member-box:hover .member-info .social-links li:nth-child(4) {
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s; }

.team-members.team-masonry {
  margin-top: -175px;
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .team-members.team-masonry .masonry-item {
    max-width: 33.333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    padding-left: 15px;
    padding-right: 15px; }
    .team-members.team-masonry .masonry-item:nth-child(1) {
      margin-top: 240px; }
    .team-members.team-masonry .masonry-item:nth-child(3) {
      margin-top: 90px; }
    .team-members.team-masonry .masonry-item:nth-child(4) {
      margin-top: -210px;
      margin-right: 33.333333%; }
    .team-members.team-masonry .masonry-item:nth-child(5) {
      margin-top: -60px; }

.team-members-two .member-box {
  position: relative;
  padding-bottom: 50px; }
  .team-members-two .member-box .member-photo img {
    width: 100%; }
  .team-members-two .member-box .member-info {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    background-color: var(--color-white);
    border-top: 5px solid var(--color-primary-7);
    padding: 20px 15px 25px;
    text-align: center;
    line-height: 1;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 2, 0.1);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 2, 0.1); }
    .team-members-two .member-box .member-info h4 {
      font-size: 22px;
      margin-bottom: 10px; }

/** Ttrainer **/
.trainer-item {
  margin-bottom: 85px;
  position: relative; }
  .trainer-item .image img {
    width: 100%; }
  .trainer-item .content {
    left: 8%;
    width: 84%;
    padding: 20px;
    bottom: -45px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: white;
    border-radius: 7px;
    text-align: center;
    position: absolute;
    -webkit-box-shadow: 10px 0 60px rgba(215, 212, 255, 0.6);
    box-shadow: 10px 0 60px rgba(215, 212, 255, 0.6); }
    .trainer-item .content span {
      font-weight: 500; }
  .trainer-item .social-links {
    opacity: 0;
    left: 50%;
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%); }
    .trainer-item .social-links li {
      margin: 3px; }
      .trainer-item .social-links li a {
        display: block;
        background-color: #e5eeff;
        height: 35px;
        width: 35px;
        text-align: center;
        line-height: 35px;
        color: var(--color-primary);
        border-radius: 50%;
        font-size: 13px; }
      .trainer-item .social-links li.facebook a {
        background-color: #0040e5;
        color: #fff; }
      .trainer-item .social-links li.twitter a {
        background-color: #ddeffb;
        color: #55aded; }
      .trainer-item .social-links li.youtube a {
        background-color: #ffe5e5;
        color: #ff0303; }
      .trainer-item .social-links li.behance a {
        background-color: #e5eeff;
        color: #0057ff; }
  .trainer-item:hover .content {
    bottom: -65px;
    padding-bottom: 65px; }
    .trainer-item:hover .content .social-links {
      opacity: 1;
      -webkit-transition-delay: 0.5s;
      -o-transition-delay: 0.5s;
      transition-delay: 0.5s; }

/*======= Seo Score Box =======*/
.seo-score-box {
  position: relative;
  z-index: 2;
  border-radius: 12px;
  background: -webkit-linear-gradient(340deg, #0040e5 0%, #028ceb 59%, #04d7f1 100%);
  background: -o-linear-gradient(340deg, #0040e5 0%, #028ceb 59%, #04d7f1 100%);
  background: linear-gradient(110deg, #0040e5 0%, #028ceb 59%, #04d7f1 100%);
  padding: 80px 0;
  text-align: center; }
  .seo-score-box .score-box-title {
    font-size: 50px;
    line-height: 1.2;
    color: var(--color-white);
    margin-bottom: 15px; }
  .seo-score-box p {
    color: var(--color-white);
    font-size: 18px; }
  .seo-score-box .score-box-form {
    margin-top: 35px; }
  .seo-score-box .form-group {
    position: relative;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .seo-score-box .form-group:after {
      position: absolute;
      content: "";
      height: 40px;
      width: 3px;
      background-color: #e5ecfc;
      right: 45%; }
    .seo-score-box .form-group input {
      height: 80px;
      padding: 0 20px;
      border: 0;
      font-size: 18px;
      color: var(--color-heading-2); }
    .seo-score-box .form-group input:first-of-type {
      border-radius: 0 50px 50px 0;
      padding-right: 45px;
      width: 45%; }
        .seo-score-box .form-group input:last-of-type {
            border-radius: 50px 0 0 50px;
            padding-left: 213px;
            width: 55%;
            padding-left: 25px;
        }
    .seo-score-box .form-group button {
      position: absolute;
      left: 15px; }
  .seo-score-box .seo-images {
    position: absolute;
    height: 80%;
    width: 100%;
    bottom: 0;
    background-image: url(/Content/assets/img/particle/announcement.png), url(/Content/assets/img/particle/launch-rocket.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 20px 0px, bottom right;
    z-index: -1; }
  .seo-score-box.particle-image-two {
    background: var(--color-primary); }
    .seo-score-box.particle-image-two .seo-images {
      height: 100%;
      background-image: url(/Content/assets/img/particle/announcement.png), url(/Content/assets/img/particle/seo-lines.png);
      background-position: 2% 100%, top right;
      background-size: inherit; }

/*======= Accordion v1 =======*/
.landio-accordion-v1 .accordion-item:not(:last-child) {
  margin-bottom: 15px; }

.landio-accordion-v1 .accordion-item .accordion-header .accordion-button {
  padding: 20px 30px;
  width: 100%;
  text-align: right;
  background-color: var(--color-white);
  font-family: var(--font-cs-bold);
  font-size: 18px;
  line-height: 1.2;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--color-heading-2); }
  .landio-accordion-v1 .accordion-item .accordion-header .accordion-button::after {
    font-family: "Font Awesome 5 Pro";
    background-image: none;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    content: "\f105";
    margin-right: auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 16px;
    margin-top: 2px;
    color: var(--color-heading-2);
    font-weight: 600; }

.landio-accordion-v1 .accordion-item .accordion-body {
  background-color: var(--color-white);
  padding: 0 30px 25px;
  border-radius: 0 0 30px 30px; }

.landio-accordion-v1 .accordion-item .accordion-button[aria-expanded="true"] {
  border-radius: 30px 30px 0 0; }
  .landio-accordion-v1 .accordion-item .accordion-button[aria-expanded="true"]::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

/*======= Accordion v1 Bordered =======*/
.landio-accordion-v1.accordion-bordered .accordion-item {
  border: 2px solid #edf2fd;
  border-radius: 7px; }
  .landio-accordion-v1.accordion-bordered .accordion-item:not(:last-child) {
    margin-bottom: 15px; }
  .landio-accordion-v1.accordion-bordered .accordion-item .accordion-header .accordion-button {
    padding: 16px 30px;
    border-radius: 0;
    line-height: 1.4; }
    .landio-accordion-v1.accordion-bordered .accordion-item .accordion-header .accordion-button::after {
      content: "\f0a8";
      font-weight: 400; }
  .landio-accordion-v1.accordion-bordered .accordion-item .accordion-body {
    border-radius: 0; }
  .landio-accordion-v1.accordion-bordered .accordion-item .accordion-button[aria-expanded="true"]::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

/*======= Accordion v2 =======*/
.landio-accordion-v2 .accordion-item {
  background-color: var(--color-white);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 2, 0.06);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 2, 0.06);
  padding: 0px 35px; }
  .landio-accordion-v2 .accordion-item:not(:last-child) {
    margin-bottom: 15px; }
  .landio-accordion-v2 .accordion-item .accordion-header .accordion-button {
    padding: 16px 0;
    width: 100%;
    background-color: transparent;
    font-family: var(--font-cs-medium);
    font-size: 18px;
    line-height: 1.2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: none;
    position: relative;
    color: var(--color-heading-5);
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .landio-accordion-v2 .accordion-item .accordion-header .accordion-button::before {
      content: "\f105";
      width: 30px;
      height: 30px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
      flex: 0 0 30px;
      text-align: center;
      line-height: 30px;
      margin-right: 15px;
      border-radius: 50%;
      font-family: "Font Awesome 5 Pro";
      font-size: 15px;
      font-weight: 600;
      color: var(--color-white);
      background-image: none;
      background-color: var(--color-primary-7);
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .landio-accordion-v2 .accordion-item .accordion-body {
    padding: 0 0 25px 45px; }
  .landio-accordion-v2 .accordion-item .accordion-button[aria-expanded="true"]::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

/*======= Accordion Tab =======*/
.accordion-tab .nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
  margin-bottom: 40px; }
  .accordion-tab .nav .nav-item {
    margin: 3px; }
  .accordion-tab .nav .nav-link {
    border: 0;
    border-radius: 5px;
    margin: 0;
    font-family: var(--font-cs-medium);
    font-size: 16px;
    line-height: 1.4;
    color: var(--color-heading-5);
    background-color: transparent;
    padding: 8px 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .accordion-tab .nav .nav-link.active, .accordion-tab .nav .nav-link:hover {
      background-color: var(--color-primary-7);
      color: var(--color-white); }

/*======= Landio Vidoe v1  =======*/
.landio-video {
  position: relative;
  z-index: 3;
  height: 650px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }
  .landio-video .play-btn {
    z-index: 1;
    height: 80px;
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--color-primary);
    color: var(--color-white);
    border-radius: 50%;
    position: relative;
    z-index: 1; }
    .landio-video .play-btn::before {
      content: "";
      position: absolute;
      z-index: -1;
      left: 50%;
      top: 50%;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      -webkit-transform: translate(-50%, -50%) scale(1.4);
      -ms-transform: translate(-50%, -50%) scale(1.4);
      transform: translate(-50%, -50%) scale(1.4);
      background-color: var(--color-primary);
      opacity: 0.15; }
    .landio-video .play-btn.color-heading-3, .landio-video .play-btn.color-heading-3::before {
      background-color: var(--color-heading-3); }
    .landio-video .play-btn.color-primary-7, .landio-video .play-btn.color-primary-7::before {
      background-color: var(--color-primary-7); }
  .landio-video::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--color-heading-3);
    z-index: -1;
    border-radius: 10px;
    opacity: 0.3; }

/*======= Info Box =======*/
.info-boxes-wrapper {
  border-radius: 15px;
  background-color: #0146f6;
  -webkit-box-shadow: 0px 2px 14px 0px rgba(0, 64, 229, 0.59);
  box-shadow: 0px 2px 14px 0px rgba(0, 64, 229, 0.59);
  position: relative;
  z-index: 1;
  padding: 70px 105px;
  border-top: 4px solid #dce5fb; }
  .info-boxes-wrapper::after {
    position: absolute;
    content: "";
    width: 2px;
    background-color: #215ffb;
    top: 15%;
    bottom: 15%;
    right: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .info-boxes-wrapper .info-boxes {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 250px; }
  .info-boxes-wrapper .box-item {
    color: var(--color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .info-boxes-wrapper .box-item .box-icon {
      margin-left: 40px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
      flex: 0 0 80px;
      width: 80px;
      font-size: 80px;
      line-height: 0.5; }
    .info-boxes-wrapper .box-item .box-title {
      font-size: 24px;
      font-family: var(--font-cs-medium);
      font-weight: 500;
      margin-bottom: 15px;
      color: var(--color-white); }

/*======= Brand Items =======*/
.brand-items.brand-effect-one img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }
  .brand-items.brand-effect-one img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }

.brand-items .brand-item {
  text-align: center; }

.brand-items .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.brands-item-grid img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5); }
  .brands-item-grid img:hover {
    -webkit-filter: brightness(1);
    filter: brightness(1); }

.brand-sectioin-title {
  font-size: 30px;
  font-family: var(--font-cs-medium);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -1px; }
  .brand-sectioin-title span {
    color: var(--color-secondary); }

.partner-logo img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5; }

.partner-logo a:hover img {
  opacity: 1; }

/*======= Latest News v1 =======*/
.latest-news-v1 .latest-news-box {
  background: var(--color-white);
  padding: 20px 20px 35px 20px;
  border-radius: 10px; }
  .latest-news-v1 .latest-news-box .post-thumbnail {
    position: relative; }
    .latest-news-v1 .latest-news-box .post-thumbnail img {
      border-radius: 10px;
      width: 100%; }
  .latest-news-v1 .latest-news-box .post-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px;
    position: absolute;
    left: 15px;
    bottom: 0;
    z-index: 2;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%); }
    .latest-news-v1 .latest-news-box .post-tag a {
      display: block;
      background-color: var(--color-primary);
      color: var(--color-white);
      padding: 8px 15px;
      border-radius: 7px;
      line-height: 1;
      font-size: 15px;
      font-weight: 700;
      font-family: var(--font-cs-bold); }
  .latest-news-v1 .latest-news-box .post-content {
    padding: 35px 15px 0px 15px; }
  .latest-news-v1 .latest-news-box .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
    line-height: 1; }
    .latest-news-v1 .latest-news-box .post-meta a {
      font-size: 15px;
      color: var(--color-body);
      line-height: 1;
      font-size: 15px;
      font-family: var(--font-cs-medium);
      font-weight: 500; }
      .latest-news-v1 .latest-news-box .post-meta a i {
        margin-left: 8px; }
  .latest-news-v1 .latest-news-box .title {
    font-size: 22px;
    margin-bottom: 28px;
    line-height: 1.3; }
    .latest-news-v1 .latest-news-box .title a {
      color: var(--color-heading-2); }
  .latest-news-v1 .latest-news-box .read-more-btn {
    background-color: #e5ecfc;
    font-size: 15px;
    font-family: var(--font-cs-bold);
    font-weight: 700;
    color: var(--color-heading-2);
    border-radius: 30px;
    line-height: 1.4;
    padding: 15px 30px; }
    .latest-news-v1 .latest-news-box .read-more-btn i {
      margin-right: 8px; }
  .latest-news-v1 .latest-news-box:hover .read-more-btn {
    background-color: var(--color-heading);
    color: var(--color-white); }

.latest-news-v1.color-secondary .latest-news-box .post-tag a {
  background-color: var(--color-secondary); }

.latest-news-v1.color-secondary .latest-news-box:hover .read-more-btn {
  background-color: var(--color-heading-2);
  color: var(--color-white); }

/*======= Latest News v2 =======*/
.latest-news-v2 .latest-news-box .post-thumbnail {
  overflow: hidden;
  border-radius: 7px; }
  .latest-news-v2 .latest-news-box .post-thumbnail img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 100%; }

.latest-news-v2 .latest-news-box .post-content {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(219, 219, 219, 0.41);
  box-shadow: 0px 10px 30px 0px rgba(219, 219, 219, 0.41);
  margin-left: 40px;
  padding: 20px 35px 25px;
  margin-top: -40px;
  position: relative;
  background-color: var(--color-white);
  z-index: 1;
  border-radius: 7px 0 7px 7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.latest-news-v2 .latest-news-box .post-meta {
  margin-bottom: 15px; }
  .latest-news-v2 .latest-news-box .post-meta li a {
    color: #606060;
    line-height: 1;
    font-size: 15px;
    font-family: var(--font-cs-medium);
    font-weight: 500; }
    .latest-news-v2 .latest-news-box .post-meta li a i {
      margin-right: 8px;
      color: var(--color-primary-3); }

.latest-news-v2 .latest-news-box .title {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.4; }
  .latest-news-v2 .latest-news-box .title a:hover {
    color: var(--color-primary-3); }

.latest-news-v2 .latest-news-box .post-author img {
  margin-right: 12px;
  width: 40px;
  height: 40px;
  border-radius: 50%; }

.latest-news-v2 .latest-news-box .post-author a {
  color: #87888b;
  font-size: 18px;
  font-family: var(--font-cs-medium);
  font-weight: 500; }

.latest-news-v2 .latest-news-box:hover .post-thumbnail img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.latest-news-v2 .latest-news-box:hover .post-content {
  margin-left: 0;
  border-top-left-radius: 0; }

.latest-news-v2.style-two .latest-news-box .post-thumbnail {
  border-radius: 0; }

.latest-news-v2.style-two .latest-news-box .post-content {
  margin: 0;
  border-radius: 0; }
  .latest-news-v2.style-two .latest-news-box .post-content .post-meta {
    margin-bottom: 5px;
    text-transform: uppercase; }
    .latest-news-v2.style-two .latest-news-box .post-content .post-meta a,
    .latest-news-v2.style-two .latest-news-box .post-content .post-meta a i {
      color: #7a7a7a; }
  .latest-news-v2.style-two .latest-news-box .post-content .title {
    font-size: 22px; }
    @media (max-width: 424px) {
      .latest-news-v2.style-two .latest-news-box .post-content .title {
        font-size: 18px; } }

/* Recent News H12 */
.recent-news-item {
  margin-bottom: 30px; }
  .recent-news-item .image img {
    width: 100%; }
  .recent-news-item .content {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: white;
    padding: 30px 35px 40px; }
    @media (max-width: 424px) {
      .recent-news-item .content {
        padding-left: 25px;
        padding-right: 25px; } }
    .recent-news-item .content .category a {
      color: #696969;
      margin-bottom: 5px;
      font-family: var(--font-cs-book); }
      .recent-news-item .content .category a:not(:last-child) {
        margin-right: 5px; }
        .recent-news-item .content .category a:not(:last-child):after {
          content: ','; }
      .recent-news-item .content .category a:hover {
        color: #ffa900; }
    .recent-news-item .content h4 {
      font-size: 22px;
      line-height: 1.4;
      margin-bottom: 25px; }
      @media (max-width: 424px) {
        .recent-news-item .content h4 {
          font-size: 20px; } }
      .recent-news-item .content h4 a:hover {
        color: #ffa900; }
  .recent-news-item:hover .content {
    -webkit-box-shadow: 10px 0 60px rgba(219, 219, 219, 0.5);
    box-shadow: 10px 0 60px rgba(219, 219, 219, 0.5); }

/*======= Contact Boxes v1  =======*/
.contact-info-boxes-v1 .contact-info-box {
  background-color: var(--color-white);
  -webkit-box-shadow: 0px 10px 45px 0px rgba(71, 59, 240, 0.1);
  box-shadow: 0px 10px 45px 0px rgba(71, 59, 240, 0.1);
  padding: 40px 55px 45px 55px;
  border-radius: 7px;
  margin-bottom: 25px; }
  .contact-info-boxes-v1 .contact-info-box .title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 25px; }
    .contact-info-boxes-v1 .contact-info-box .title span {
      color: var(--color-primary); }
  .contact-info-boxes-v1 .contact-info-box .template-btn {
    padding: 12px 30px; }

/*======= Contact Boxes v2  =======*/
.contact-info-boxes-v2 .contact-info-box .info-body {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(234, 234, 234, 0.5);
  box-shadow: 0px 0px 30px 0px rgba(234, 234, 234, 0.5);
  padding: 80px 35px 35px 35px;
  margin-top: -45px;
  text-align: center;
  border-radius: 5px;
  line-height: 1.6;
  font-weight: 500;
  font-family: var(--font-cs-medium); }

.contact-info-boxes-v2 .contact-info-box .title {
  font-size: 24px;
  margin-bottom: 10px;
  text-transform: capitalize; }

.contact-info-boxes-v2 .contact-info-box,
.contact-info-boxes-v2 .contact-info-box a {
  color: var(--color-body); }

.contact-info-boxes-v2 .contact-info-box .icon {
  height: 90px;
  width: 90px;
  margin: 0 auto;
  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;
  font-size: 40px;
  line-height: 0.5;
  border-radius: 50px;
  background-color: var(--color-primary);
  color: var(--color-white);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.36);
  box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.36);
  position: relative;
  z-index: 2; }
  .contact-info-boxes-v2 .contact-info-box .icon.icon-gradient-1 {
    background-image: -webkit-linear-gradient(315deg, #f33946 0%, #c81d9a 59%, #9c00ed 100%);
    background-image: -o-linear-gradient(315deg, #f33946 0%, #c81d9a 59%, #9c00ed 100%);
    background-image: linear-gradient(135deg, #f33946 0%, #c81d9a 59%, #9c00ed 100%);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(218, 9, 212, 0.28);
    box-shadow: 0px 10px 60px 0px rgba(218, 9, 212, 0.28); }
  .contact-info-boxes-v2 .contact-info-box .icon.icon-gradient-2 {
    background-image: -webkit-linear-gradient(315deg, #4639f3 0%, #711df0 59%, #9c00ed 100%);
    background-image: -o-linear-gradient(315deg, #4639f3 0%, #711df0 59%, #9c00ed 100%);
    background-image: linear-gradient(135deg, #4639f3 0%, #711df0 59%, #9c00ed 100%);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(84, 54, 240, 0.28);
    box-shadow: 0px 10px 60px 0px rgba(84, 54, 240, 0.28); }
  .contact-info-boxes-v2 .contact-info-box .icon.icon-gradient-3 {
    background-image: -webkit-linear-gradient(315deg, #fdba1a 0%, #f55d64 59%, #ed00ad 100%);
    background-image: -o-linear-gradient(315deg, #fdba1a 0%, #f55d64 59%, #ed00ad 100%);
    background-image: linear-gradient(135deg, #fdba1a 0%, #f55d64 59%, #ed00ad 100%);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(218, 9, 212, 0.28);
    box-shadow: 0px 10px 60px 0px rgba(218, 9, 212, 0.28); }

/*======= Contact Form v1  =======*/
.contact-form-v1 {
  padding: 58px 45px;
  border: 2px solid #efeff0;
  border-radius: 7px; }
  .contact-form-v1 .input-field .nice-select, .contact-form-v1 .input-field:not(:last-child) {
    margin-bottom: 15px; }
  .contact-form-v1 .nice-select,
  .contact-form-v1 input,
  .contact-form-v1 textarea {
    border-radius: 7px; }
  .contact-form-v1 textarea {
    height: 160px; }

/*======= Contact Form v2  =======*/
.contact-form-v2 .input-field {
  position: relative;
  z-index: 1; }

.contact-form-v2 label {
  font-size: 18px;
  font-family: var(--font-cs-medium);
  font-weight: 500;
  line-height: 1;
  color: var(--color-heading);
  position: absolute;
  left: 30px;
  top: 33px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  margin: 0; }

.contact-form-v2 .textarea-field label {
  display: none; }

.contact-form-v2 input,
.contact-form-v2 textarea {
  border-radius: 7px;
  background-color: rgba(71, 59, 240, 0.07);
  height: 66px;
  border: 2px solid transparent;
  padding: 0 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .contact-form-v2 input:focus,
  .contact-form-v2 textarea:focus {
    border-color: var(--color-primary);
    padding-left: 115px; }
    .contact-form-v2 input:focus + label,
    .contact-form-v2 textarea:focus + label {
      opacity: 1;
      visibility: visible; }

.contact-form-v2 textarea {
  padding-top: 15px;
  height: 150px; }
  .contact-form-v2 textarea:focus {
    padding-left: 30px; }

.contact-form-v2 .list-unstyled {
  padding-left: 20px; }
  .contact-form-v2 .list-unstyled li {
    color: red; }

.contact-form-v2 .hidden {
  display: none; }

.contact-form-v2 #msgSubmit {
  margin: 5px 0 0 20px; }

.contact-map {
  width: 100%;
  height: 620px; }
  .contact-map iframe {
    width: 100%;
    height: 100%;
    border: none; }

/*======= Progress Bar =======*/
.progress-bars .single-progress:not(:last-child) {
  margin-bottom: 35px; }

.progress-bars .single-progress .progress-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px; }

.progress-bars .single-progress .title,
.progress-bars .single-progress .percentage {
  color: var(--color-heading);
  font-size: 18px;
  font-family: var(--font-cs-bold);
  font-weight: 700;
  line-height: 1; }

.progress-bars .single-progress .progress-line {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 3px;
  background-color: var(--color-white); }
  .progress-bars .single-progress .progress-line .line-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: var(--color-primary);
    -webkit-transition: linear 1s;
    -o-transition: linear 1s;
    transition: linear 1s; }

.progress-bars .single-progress:nth-child(2) .progress-line .line-inner {
  background-color: var(--color-secondary); }

.progress-bars .single-progress:nth-child(3) .progress-line .line-inner {
  background-color: #ff00fc; }

.progress-bars .single-progress:nth-child(3) .progress-line .line-inner {
  background-color: #00b9ee; }

/*======= Newsletter Form =======*/
.newsletter-form .input-field {
  position: relative; }
  .newsletter-form .input-field input {
    width: 100%;
    height: 95px;
    background-color: var(--color-white);
    border-radius: 45px;
    padding-right: 45px;
    padding-left: 250px;
    font-size: 17px;
    font-weight: 500; }
  .newsletter-form .input-field .template-btn {
    position: absolute;
    left: 15px;
    bottom: 15px;
    top: 15px; }

.newsletter-form.form-two .input-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .newsletter-form.form-two .input-field input {
    border-radius: 7px;
    height: 65px;
    padding-right: 30px;
    padding-left: 0;
    width: calc(100% - 230px); }
  .newsletter-form.form-two .input-field .template-btn {
    position: unset; }

.newsletter-form.form-two.have-form-radius input,
.newsletter-form.form-two.have-form-radius .template-btn {
  border-radius: 50px; }

.newsletter-form-2 {
  position: relative;
  z-index: 1; }
  .newsletter-form-2 input {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(188, 183, 255, 0.36);
    box-shadow: 0px 10px 30px 0px rgba(188, 183, 255, 0.36);
    border-radius: 30px;
    width: 100%;
    font-size: 17px;
    padding: 0 70px 0 30px;
    height: 65px;
    background-color: var(--color-white); }
    .newsletter-form-2 button {
        height: 45px;
        width: 45px;
        line-height: 45px;
        text-align: center;
        padding: 0;
        position: absolute;
        left: 0;
        top: 10px;
        left: 10px;
        background-color: var(--color-primary);
        border: none;
        border-radius: 50%;
        color: var(--color-white);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .newsletter-form-2 button:hover {
      background-color: var(--color-heading); }

/*======= Projects =======*/
.recent-projects .recent-project-item .project-thumbnail {
  overflow: hidden;
  border-radius: 7px 7px 0 0; }
  .recent-projects .recent-project-item .project-thumbnail img {
    width: 100%;
    border-radius: 7px 7px 0 0; }

.recent-projects .recent-project-item .project-content {
  border: 2px solid rgba(51, 119, 255, 0.1);
  border-radius: 0 0 7px 7px;
  border-top: 0;
  padding: 40px 35px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color-white); }

.recent-projects .recent-project-item .project-cat {
  color: var(--color-primary-4);
  margin-bottom: 15px;
  line-height: 1.3; }

.recent-projects .recent-project-item .title {
  font-size: 22px;
  letter-spacing: -1px;
  line-height: 1.4; }

.recent-projects .recent-project-item .read-more-btn {
  display: inline-block;
  padding: 15px 40px;
  font-size: 15px;
  font-family: var(--font-cs-bold);
  font-weight: 700;
  margin-top: 25px;
  background-color: var(--color-soft-grey);
  color: var(--color-heading);
  line-height: 1.4;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  vertical-align: middle;
  border-radius: 50px; }
  .recent-projects .recent-project-item .read-more-btn i {
    margin-left: 10px; }
  .recent-projects .recent-project-item .read-more-btn:hover {
    background-color: var(--color-primary-4); }

.recent-projects .recent-project-item:hover .project-content {
  -webkit-box-shadow: 0px 10px 45px 0px rgba(71, 59, 240, 0.1);
  box-shadow: 0px 10px 45px 0px rgba(71, 59, 240, 0.1);
  border-color: transparent; }

.recent-projects .recent-project-item:hover .read-more-btn {
  background-color: var(--color-primary-4);
  color: var(--color-white); }

/*======= Video Call To Action =======*/
.video-cta .video-cta-text-block {
  background-color: var(--color-primary-4);
  padding: 60px 50px;
  text-align: center;
  color: var(--color-white);
  border-radius: 7px; }
  .video-cta .video-cta-text-block .title {
    font-size: 36px;
    color: var(--color-white);
    margin-bottom: 25px; }
  .video-cta .video-cta-text-block .template-btn {
    margin-top: 25px;
    padding: 14px 30px; }
    .video-cta .video-cta-text-block .template-btn:not(:hover) {
      border-color: var(--color-white); }

.video-cta .landio-video {
  min-height: 350px;
  height: 100%;
  border-radius: 7px; }
  .video-cta .landio-video .play-btn {
    width: 75px;
    height: 75px;
    background-color: var(--color-primary-4); }
    .video-cta .landio-video .play-btn::before {
      background-color: var(--color-primary-4); }
  .video-cta .landio-video::after {
    background-color: var(--color-secondary-4);
    opacity: 0.5; }

/* Home Ten CTA Video */
.cta-part-h10 {
  z-index: 1;
  position: relative;
  background-size: cover;
  padding: 55px 65px 60px; }
  @media (max-width: 991px) {
    .cta-part-h10 {
      margin-bottom: 30px; } }
  @media (max-width: 424px) {
    .cta-part-h10 {
      padding-left: 25px;
      padding-right: 25px; } }
  .cta-part-h10:before {
    height: 100%;
    content: '';
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    background-image: -webkit-linear-gradient(45deg, rgba(107, 52, 250, 0.87059) 0%, rgba(212, 21, 110, 0.90196) 100%);
    background-image: -o-linear-gradient(45deg, rgba(107, 52, 250, 0.87059) 0%, rgba(212, 21, 110, 0.90196) 100%);
    background-image: linear-gradient(45deg, rgba(107, 52, 250, 0.87059) 0%, rgba(212, 21, 110, 0.90196) 100%); }
  .cta-part-h10 .sub-title {
    color: white;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 5px;
    display: inline-block;
    text-transform: uppercase; }
  .cta-part-h10 h2 {
    color: white;
    font-size: 42px;
    margin-bottom: 35px; }
    @media (max-width: 767px) {
      .cta-part-h10 h2 {
        font-size: 35px; } }
    @media (max-width: 424px) {
      .cta-part-h10 h2 {
        font-size: 30px; } }

.video-part-h10 {
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .video-part-h10 .play-btn {
    height: 85px;
    width: 85px;
    color: white;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    border: 7px solid;
    background-image: -webkit-linear-gradient(45deg, #6b34fa 0%, #d4156e 100%);
    background-image: -o-linear-gradient(45deg, #6b34fa 0%, #d4156e 100%);
    background-image: linear-gradient(45deg, #6b34fa 0%, #d4156e 100%); }
  .video-part-h10:before {
    height: 100%;
    content: '';
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.45;
    background: black;
    position: absolute; }

/*======= Service Tab  =======*/
.service-tab .service-tab-nav {
  margin-bottom: 80px; }
  .service-tab .service-tab-nav .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    margin: -15px; }
    .service-tab .service-tab-nav .nav-tabs .nav-item {
      padding: 15px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%; }
    .service-tab .service-tab-nav .nav-tabs .nav-link {
      margin: 0;
      border: none;
      line-height: 1.2;
      font-size: 18px;
      font-family: var(--font-cs-bold);
      font-weight: 700;
      color: var(--color-heading-4);
      letter-spacing: -0.5px;
      -webkit-box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.1);
      box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.1);
      background-color: var(--color-white);
      padding: 20px 25px;
      display: block; }
      .service-tab .service-tab-nav .nav-tabs .nav-link i {
        margin-right: 10px; }
      .service-tab .service-tab-nav .nav-tabs .nav-link.active, .service-tab .service-tab-nav .nav-tabs .nav-link:hover {
        color: var(--color-white);
        background-color: var(--color-primary-5);
        -webkit-box-shadow: 0px 10px 30px 0px rgba(85, 128, 255, 0.75);
        box-shadow: 0px 10px 30px 0px rgba(85, 128, 255, 0.75); }

.service-tab-section {
  position: relative;
  z-index: 1; }
  .service-tab-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 66%;
    z-index: -1;
    background-color: #f7f7f7; }

/* cc Service Style */
.cc-service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  margin-bottom: 30px;
  padding: 40px 40px 35px;
  -webkit-box-shadow: 10px 0 60px rgba(219, 219, 219, 0.5);
  box-shadow: 10px 0 60px rgba(219, 219, 219, 0.5); }
  @media (max-width: 424px) {
    .cc-service-item {
      display: block;
      padding-left: 33px;
      padding-right: 33px; } }
  .cc-service-item .icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 22px;
    margin-bottom: 20px; }
  .cc-service-item .content h4 {
    font-size: 22px;
    margin-bottom: 10px; }
    .cc-service-item .content h4 a:hover {
      color: #ffa900; }

/*======= Screenshot Slider =======*/
.screenshot-slider .screenshot-item img {
  width: 100%;
  border-radius: 30px; }

.screenshot-arrows .slick-arrow {
  width: 45px;
  height: 45px;
  border-radius: 7px;
  font-size: 18px;
  color: var(--color-white);
  background-color: var(--color-dark-4);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: none; }
  .screenshot-arrows .slick-arrow:hover, .screenshot-arrows .slick-arrow.next-arrow {
    background-color: var(--color-primary-6); }
  .screenshot-arrows .slick-arrow.next-arrow {
    margin-left: 8px; }

/*======= Booking Form =======*/
.booking-form {
  background-color: var(--color-white);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(232, 232, 232, 0.77);
  box-shadow: 0px 10px 60px 0px rgba(232, 232, 232, 0.77);
  padding: 30px; }
  .booking-form .form-title {
    font-size: 24px;
    position: relative;
    z-index: 1;
    background-color: var(--color-primary-7);
    color: var(--color-white);
    letter-spacing: -0.3px;
    line-height: 1;
    padding: 18px 40px; }
    .booking-form .form-title::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background-image: url(/Content/assets/img/booking-title-line.png);
      background-size: cover;
      background-position: center;
      opacity: 0.1; }
  .booking-form form {
    padding: 40px;
    background-color: #fdf5e2; }
    .booking-form form .input-field:not(:last-child) {
      margin-bottom: 25px; }
    .booking-form form input {
      height: 55px;
      background-color: var(--color-white);
      font-size: 15px;
      font-style: italic;
      padding: 0px 25px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .booking-form form input:focus {
        color: var(--color-heading-5); }
    .booking-form form button {
      height: 55px;
      background-color: var(--color-heading-5);
      color: var(--color-white);
      text-transform: uppercase;
      font-family: var(--font-cs-medium);
      font-size: 14px;
      border: none;
      padding: 0px 30px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .booking-form form button i {
        margin-left: 10px; }
      .booking-form form button:hover {
        background-color: var(--color-primary-7); }

/*======= Sign In & Sign Up =======*/
.sign-in-up-wrapper {
    text-align: center;
    background-color: #fff;
}
  .sign-in-up-wrapper form {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(225, 223, 255, 0.36);
    box-shadow: 0px 10px 30px 0px rgba(225, 223, 255, 0.36);
    border-radius: 5px; }
  .sign-in-up-wrapper .form-groups {
    padding: 30px; }
  .sign-in-up-wrapper .form-note {
    padding: 15px 30px;
    border-top: 1px solid var(--color-offwhite);
    font-size: 16px;
    line-height: 1.7; }
  .sign-in-up-wrapper .form-title {
    font-size: 24px;
    margin-bottom: 25px; }
  .sign-in-up-wrapper .field-group {
    position: relative; }
    .sign-in-up-wrapper .field-group:not(:last-child) {
      margin-bottom: 15px; }
    .sign-in-up-wrapper .field-group .icon {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 55px;
      text-align: center;
      font-size: 15px;
      border-left: 1px solid var(--color-offwhite);
      line-height: 30px;
      color: var(--color-heading); }
    .sign-in-up-wrapper .field-group input {
      padding-right: 75px;
      height: 60px;
      border: 1px solid transparent;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      text-align: right; }
      .sign-in-up-wrapper .field-group input:focus {
        border-color: var(--color-primary);
        color: var(--color-heading);
        background-color: transparent; }
    .sign-in-up-wrapper .field-group button {
      width: 100%;
      height: 55px;
      border: none;
      background-color: var(--color-primary);
      color: var(--color-white);
      font-family: var(--font-cs-bold);
      font-size: 15px;
      font-weight: 700;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .sign-in-up-wrapper .field-group button:hover {
        background-color: var(--color-heading); }
  .sign-in-up-wrapper .forgot-password {
    margin-top: 25px;
    color: var(--color-heading);
    font-family: var(--font-cs-medium);
    font-size: 15px;
    font-weight: 500; }
    .sign-in-up-wrapper .forgot-password:hover {
      color: var(--color-primary); }

/*======= Portfolio Filter =======*/
.portfolio-filter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .portfolio-filter ul li {
    background-color: var(--color-soft-grey);
    color: var(--color-heading);
    font-family: var(--font-cs-medium);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    padding: 15px 30px;
    margin: 5px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .portfolio-filter ul li.active, .portfolio-filter ul li:hover {
      background-color: var(--color-primary);
      color: var(--color-white); }

/*======= Portfolio One =======*/
.portfolio-box-one {
  position: relative;
  z-index: 1; }
  .portfolio-box-one::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: var(--color-heading);
    content: "";
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden; }
  .portfolio-box-one .thumb {
    width: 100%;
    height: 320px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .portfolio-box-one .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    z-index: 3;
    padding: 0px 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden; }
    .portfolio-box-one .content .tags {
      margin-bottom: 8px; }
      .portfolio-box-one .content .tags a {
        font-size: 14px;
        line-height: 1.4;
        color: var(--color-white); }
    .portfolio-box-one .content .title {
      font-size: 20px; }
      .portfolio-box-one .content .title a {
        color: var(--color-white); }
  .portfolio-box-one:hover::before {
    opacity: 0.8;
    visibility: visible; }
  .portfolio-box-one:hover .content {
    top: 50%;
    visibility: visible;
    opacity: 1; }

/*======= Portfolio Two =======*/
.portfolio-box-two .portfolio-thumb {
  height: 0;
  overflow: hidden;
  border-radius: 5px;
  padding-bottom: 100%; }
  .portfolio-box-two .portfolio-thumb a {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center; }

.portfolio-box-two .title {
  font-size: 20px;
  margin-bottom: 3px;
  margin-top: 25px;
  line-height: 1.2; }

.portfolio-box-two .tags a {
  color: var(--color-body);
  line-height: 1; }

.portfolio-box-two:hover .portfolio-thumb a {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

/*======= Portfolio Three =======*/
.portfolio-box-three {
  position: relative;
  margin-bottom: 30px; }
  .portfolio-box-three .image img {
    width: 100%; }
  .portfolio-box-three .content {
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-linear-gradient(45deg, rgba(107, 52, 250, 0.87059) 0%, rgba(212, 21, 110, 0.90196) 100%);
    background-image: -o-linear-gradient(45deg, rgba(107, 52, 250, 0.87059) 0%, rgba(212, 21, 110, 0.90196) 100%);
    background-image: linear-gradient(45deg, rgba(107, 52, 250, 0.87059) 0%, rgba(212, 21, 110, 0.90196) 100%); }
    .portfolio-box-three .content h3 {
      font-size: 30px;
      margin-bottom: 5px; }
    .portfolio-box-three .content a {
      color: white; }
    .portfolio-box-three .content .tags {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 10px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .portfolio-box-three .content .tags li {
        position: relative; }
        .portfolio-box-three .content .tags li:not(:last-child) {
          margin-right: 12px;
          padding-right: 12px; }
          .portfolio-box-three .content .tags li:not(:last-child):before {
            content: '';
            height: 5px;
            width: 5px;
            right: -2px;
            background: white;
            position: absolute;
            border-radius: 50%;
            top: calc(50% - 2px); }
    .portfolio-box-three .content .portfolio-btn {
      font-size: 22px; }
    .portfolio-box-three .content:before {
      content: '';
      left: 8%;
      top: 8%;
      z-index: -1;
      position: absolute;
      width: 84%;
      height: 84%;
      border: 2px solid rgba(255, 255, 255, 0.2); }
  .portfolio-box-three:hover .content {
    opacity: 1; }

/*======= Portfolio Details =======*/
.portfolio-info-box {
  background-color: var(--color-soft-grey);
  padding: 40px 45px;
  position: relative;
  z-index: 1; }
  .portfolio-info-box .box-title {
    font-size: 24px;
    margin-bottom: 25px; }
  .portfolio-info-box ul li:not(:last-child) {
    margin-bottom: 15px; }
  .portfolio-info-box ul li span {
    display: block;
    font-size: 15px;
    line-height: 1.8; }
  .portfolio-info-box ul li .info-title {
    font-size: 18px;
    font-family: var(--font-cs-bold);
    font-weight: 700;
    line-height: 1.4;
    color: var(--color-heading);
    margin-bottom: 5px; }

.portfolio-details-content .portfolio-title {
  font-size: 38px;
  margin-bottom: 30px; }

/*======= Schedule  =======*/
.schedule-item {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 5px solid;
  padding: 15px 15px 15px 25px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(red), to(var(--color-primary))) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(top, red, var(--color-primary)) 1 100%;
  -o-border-image: -o-linear-gradient(top, red, var(--color-primary)) 1 100%;
  border-image: -webkit-gradient(linear, left top, left bottom, from(red), to(var(--color-primary))) 1 100%;
  border-image: linear-gradient(to bottom, red, var(--color-primary)) 1 100%; }
  @media (max-width: 767px) {
    .schedule-item {
      display: block; } }
  .schedule-item:not(:last-child) {
    margin-bottom: 20px; }
  .schedule-item h4 {
    font-size: 22px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .schedule-item span {
    font-weight: 500;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    @media (max-width: 767px) {
      .schedule-item span {
        display: inline-block;
        margin: 5px 10px 0 0; } }
    .schedule-item span i {
      font-size: 16px;
      margin-right: 4px; }
  .schedule-item .admit-btn {
    color: white;
    font-size: 14px;
    font-weight: 600;
    background: black;
    padding: 10px 30px;
    text-transform: uppercase; }
    .schedule-item .admit-btn i {
      margin-left: 5px; }
    .schedule-item .admit-btn:hover {
      color: black;
      background: white; }
    @media (max-width: 767px) {
      .schedule-item .admit-btn {
        font-size: 12px;
        margin-top: 10px;
        padding: 7px 20px; } }
  .schedule-item:before {
    position: absolute;
    content: '';
    height: 100%;
    left: -5px;
    top: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: calc(100% + 5px);
    background-image: -webkit-linear-gradient(45deg, #6b34fa 0%, #d4156e 100%);
    background-image: -o-linear-gradient(45deg, #6b34fa 0%, #d4156e 100%);
    background-image: linear-gradient(45deg, #6b34fa 0%, #d4156e 100%); }
  .schedule-item:hover h4, .schedule-item:hover span {
    color: white; }
  .schedule-item:hover:before {
    opacity: 1; }

/*======= Feature  =======*/
.feature-item {
  z-index: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 50px;
  position: relative;
  margin: 0 -1px -1px 0;
  border: 1px solid #eeeef0; }
  @media (max-width: 767px) {
    .feature-item {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (max-width: 424px) {
    .feature-item {
      display: block; } }
  .feature-item:before {
    content: '';
    height: 100%;
    width: 100%;
    left: 50%;
    top: 50%;
    z-index: -1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: white;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .feature-item .icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 85px;
    margin-right: 40px; }
    @media (max-width: 575px) {
      .feature-item .icon {
        margin-right: 20px;
        margin-bottom: 20px; } }
  .feature-item .content h4 {
    font-size: 22px;
    margin-bottom: 10px; }
  .feature-item:hover {
    z-index: 2; }
    .feature-item:hover:before {
      width: calc(100% + 40px);
      height: calc(100% + 40px);
      -webkit-box-shadow: 10px 0 30px rgba(13, 15, 44, 0.1);
      box-shadow: 10px 0 30px rgba(13, 15, 44, 0.1); }

/* Feature style two */
.feature-area-two {
  z-index: 1;
  position: relative; }
  .feature-area-two .feature-bg {
    left: 0;
    bottom: 0;
    z-index: -2;
    height: 75%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    background: rgba(13, 15, 44, 0.9); }
    @media (max-width: 1199px) {
      .feature-area-two .feature-bg {
        height: 85%; } }
    @media (max-width: 575px) {
      .feature-area-two .feature-bg {
        height: 90%; } }
    @media (max-width: 424px) {
      .feature-area-two .feature-bg {
        height: 95%; } }
    .feature-area-two .feature-bg:before {
      top: -25%;
      content: '';
      z-index: -1;
      width: 650px;
      height: 650px;
      border-radius: 50%;
      position: absolute;
      background: #fd695a;
      left: calc(50% - 325px);
      -webkit-filter: blur(150px) opacity(0.65);
      filter: blur(150px) opacity(0.65);
      -webkit-animation: 5s zoomInOut infinite;
      animation: 5s zoomInOut infinite; }
      @media (max-width: 767px) {
        .feature-area-two .feature-bg:before {
          -webkit-filter: blur(150px) opacity(0.25);
          filter: blur(150px) opacity(0.25); } }
    .feature-area-two .feature-bg .circles,
    .feature-area-two .feature-bg .circles:after,
    .feature-area-two .feature-bg .circles:before {
      left: 50%;
      position: absolute;
      border-radius: 50%;
      -webkit-transform: translate(-50%, -58%);
      -ms-transform: translate(-50%, -58%);
      transform: translate(-50%, -58%);
      background: rgba(255, 255, 255, 0.02); }
    .feature-area-two .feature-bg .circles {
      top: 0;
      height: 1450px;
      width: 1450px; }
      @media (max-width: 1199px) {
        .feature-area-two .feature-bg .circles {
          height: 1200px;
          width: 1200px; } }
      @media (max-width: 767px) {
        .feature-area-two .feature-bg .circles {
          height: 800px;
          width: 800px; } }
    .feature-area-two .feature-bg .circles:after {
      height: 90%;
      width: 85%;
      content: '';
      top: 58%; }
    .feature-area-two .feature-bg .circles:before {
      content: '';
      height: 80%;
      width: 75%;
      top: 58%; }

.feature-item-two {
  margin-bottom: 30px; }
  .feature-item-two .icon {
    width: 65px;
    height: 65px;
    color: white;
    font-size: 25px;
    line-height: 65px;
    border-radius: 50%;
    margin-bottom: 35px;
    display: inline-block; }
    .feature-item-two .icon.bg-one {
      background: #2ecea8; }
    .feature-item-two .icon.bg-two {
      background: #fead44; }
    .feature-item-two .icon.bg-three {
      background: #ff00ff; }
  .feature-item-two h4 {
    color: white;
    margin-bottom: 20px; }
  .feature-item-two p {
    color: #9f9f9f;
    font-size: 17px; }

/* Feature Style Three */
.cc-feature-item {
  z-index: 1;
  overflow: hidden;
  background: white;
  border-radius: 7px;
  position: relative;
  text-align: center;
  padding: 50px 30px;
  margin-bottom: 30px; }
  .cc-feature-item .icon {
    margin-bottom: 35px; }
  .cc-feature-item h4 {
    font-size: 22px;
    margin-bottom: 20px; }
  .cc-feature-item p {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 20px; }
  .cc-feature-item .details-btn {
    height: 45px;
    width: 45px;
    color: #696969;
    line-height: 43px;
    border-radius: 50%;
    border: 2px solid #e5e6e8; }
  .cc-feature-item .hover-bg {
    position: absolute;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    background: #040d1a; }
    .cc-feature-item .hover-bg img {
      max-width: 95%;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      position: absolute; }
      .cc-feature-item .hover-bg img.left {
        bottom: 0;
        left: 0;
        -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%); }
      .cc-feature-item .hover-bg img.right {
        top: 0;
        right: 0;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%); }
  .cc-feature-item:hover .hover-bg {
    opacity: 1; }
    .cc-feature-item:hover .hover-bg img {
      -webkit-transform: translate(0);
      -ms-transform: translate(0);
      transform: translate(0); }
  .cc-feature-item:hover p, .cc-feature-item:hover h4 a {
    color: white; }
  .cc-feature-item:hover .details-btn {
    color: #040d1a;
    background: #ffa900;
    border-color: #ffa900; }

/*======= Specific Section =======*/
/*======= Counter Section Bordered =======*/
.counter-section-bordered .counter-section-inner {
  background-color: var(--color-primary);
  background-image: url(/Content/assets/img/particle/section-curve-shape.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding: 75px 100px 35px;
  margin: 20px;
  position: relative;
  z-index: 1;
  border-radius: 12px; }
  .counter-section-bordered .counter-section-inner::before {
    content: "";
    position: absolute;
    left: -20px;
    top: -20px;
    right: -20px;
    bottom: -20px;
    background-color: var(--color-primary);
    opacity: 0.1;
    border-radius: 12px; }
  .counter-section-bordered .counter-section-inner .counter-item {
    padding-bottom: 40px; }

.counter-section-bordered.bordered-secondary-bg .counter-section-inner, .counter-section-bordered.bordered-secondary-bg .counter-section-inner::before {
  background-color: var(--color-secondary); }

/*======= Service With Counter =======*/
.service-with-counter .counter-section {
  position: relative;
  z-index: 2;
  margin-bottom: -115px; }

.service-with-counter .service-section {
  padding-bottom: 130px;
  padding-top: 245px; }

/*======= Faq With Score Box =======*/
.faq-with-seo-score-box .faq-section {
  padding-bottom: 130px;
  padding-top: 270px; }

.faq-with-seo-score-box .seo-score-box {
  position: relative;
  z-index: 2;
  margin-bottom: -150px; }

/*======= Testimonial With Video =======*/
.testimonial-with-video .testimonials-section {
  padding-top: 335px;
  padding-bottom: 130px; }

.testimonial-with-video .landio-video {
  margin-bottom: -245px; }

/*======= Collaborate Section =======*/
.collaborate-section {
  margin-bottom: 115px; }
  .collaborate-section .collaborate-text-block {
    padding-bottom: 130px;
    padding-top: 140px; }
  .collaborate-section .preview-image-v2 {
    margin-bottom: 165px; }
    .collaborate-section .preview-image-v2 img {
      max-height: 800px; }

/*======= Call to Action =======*/
.cta-with-particle.cta-with-particle .container {
  position: relative;
  z-index: 1; }

.cta-with-particle.cta-with-particle .particle-left,
.cta-with-particle.cta-with-particle .particle-right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  max-width: 160px; }

.cta-with-particle.cta-with-particle .particle-left {
  left: 0; }

.cta-with-particle.cta-with-particle .particle-right {
  right: 0; }

.cta-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px; }
  .cta-btns li {
    padding: 5px; }

.cta-section-with-bg {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center; }
  .cta-section-with-bg::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-heading);
    opacity: 0.75; }

.cta-section {
  position: relative;
  z-index: 1; }
  .cta-section .cta-absolute-image {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1; }

/*======= Section With Map =======*/
.section-with-map-bg {
  position: relative;
  z-index: 1; }
  .section-with-map-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(/Content/assets/img/section-map.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain; }

/*======= Section One Third Map =======*/
.section-one-third-left-map,
.section-one-third-right-map {
  position: relative;
  z-index: 1; }
  .section-one-third-left-map::before,
  .section-one-third-right-map::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 33.33%;
    height: 100%;
    z-index: -1;
    background-color: var(--color-heading-3);
    background-image: url(/Content/assets/img/section-map-2.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover; }

.section-one-third-left-map::before {
  right: auto;
  left: 0; }

/*======= Section Dots Line =======*/
.section-line-dots {
  position: relative;
  z-index: 1; }
  .section-line-dots::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(/Content/assets/img/dots-line-pattern-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }

/*======= Simple Call to action =======*/
.simple-cta {
  background-color: var(--color-primary);
  padding: 40px 0;
  position: relative;
  z-index: 1; }
  .simple-cta .cta-title {
    color: var(--color-white);
    letter-spacing: -1px;
    line-height: 1.3;
    font-size: 24px;
    font-weight: 400;
    font-family: var(--font-cs-book); }
  .simple-cta::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(/Content/assets/img/cta/simple-cta-bg.png);
    background-size: cover;
    background-position: center; }

/*======= Faq With Score Box =======*/
.latest-news-with-seo-box .latest-news-section {
  padding-bottom: 130px;
  padding-top: 320px; }

.latest-news-with-seo-box .seo-score-box {
  position: relative;
  z-index: 2;
  margin-bottom: -200px; }

/*======= Half Dots Pattern =======*/
.section-half-dots-pattern,
.section-half-dots-pattern-fixed {
  position: relative;
  z-index: 1; }
  .section-half-dots-pattern::before,
  .section-half-dots-pattern-fixed::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background-color: var(--color-soft-grey);
    background-image: url(/Content/assets/img/dots-pattern-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

/*======= Half Dots Pattern =======*/
.section-half-dots-pattern-fixed::before {
  background-size: contain;
  background-position: top center;
  background-attachment: fixed; }

/*======= Service Details =======*/
.service-details-content .service-title {
  font-size: 42px;
  margin-bottom: 30px; }

.service-details-content .service-subtitle {
  font-size: 30px;
  margin-bottom: 25px; }

/*======= Counter With Video Cta =======*/
.counter-with-vide-cta .counter-section {
  padding-top: 130px;
  padding-bottom: 305px; }

.counter-with-vide-cta .video-cta {
  position: relative;
  z-index: 2;
  margin-top: -305px; }

/*======= Section Author particle =======*/
.section-author-particle {
  position: relative;
  z-index: 1; }
  .section-author-particle .author-particle-image img {
    position: absolute;
    z-index: -1;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(51, 119, 255, 0.49);
    box-shadow: 0px 10px 60px 0px rgba(51, 119, 255, 0.49); }
    .section-author-particle .author-particle-image img.image-1 {
      left: 9.5%;
      top: 31.5%; }
    .section-author-particle .author-particle-image img.image-2 {
      left: 5%;
      bottom: 23%; }
    .section-author-particle .author-particle-image img.image-3 {
      right: 9.5%;
      top: 31.5%; }
    .section-author-particle .author-particle-image img.image-4 {
      right: 5%;
      bottom: 23%; }

/*======= Benefit Section =======*/
.benefit-section .e-wallet-boxed-container {
  position: relative;
  z-index: 1; }

.benefit-section .container {
  position: static; }

.benefit-section .benefit-content {
  padding-top: 110px;
  padding-bottom: 110px; }

.benefit-section .benefit-preview-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .benefit-section .benefit-preview-images .image-one {
    margin-top: -140px; }
  .benefit-section .benefit-preview-images .image-two {
    margin-bottom: -140px; }

/*======= Newsletter =======*/
.newsletter-area {
  position: relative; }
  .newsletter-area .newsletter-particle-effect img {
    position: absolute; }
    .newsletter-area .newsletter-particle-effect img.particle-1 {
      left: 10%;
      top: 15%; }
    .newsletter-area .newsletter-particle-effect img.particle-2 {
      left: 15%;
      bottom: 20%; }
    .newsletter-area .newsletter-particle-effect img.particle-3 {
      right: 15%;
      top: 20%; }
    .newsletter-area .newsletter-particle-effect img.particle-4 {
      left: 25%;
      bottom: 8%; }

/*======= Dots Pattern =======*/
.section-dots-pattern {
  position: relative;
  z-index: 1; }
  .section-dots-pattern::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/Content/assets/img/dots-pattern-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

/*======= CTA Video =======*/
.cta-video-area {
  z-index: 2;
  position: relative; }

/*======= Schedule =======*/
.schedule-area {
  z-index: 1;
  position: relative; }
  .schedule-area::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 120%;
    background: #f9fafe; }
  .schedule-area .schedule-right-image {
    position: absolute;
    right: 5%;
    bottom: 0;
    z-index: -1;
    max-width: 90%; }
    @media (max-width: 1199px) {
      .schedule-area .schedule-right-image {
        display: none; } }

.schedules-wrap {
  position: relative; }
  .schedules-wrap::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    -webkit-filter: blur(80px);
    filter: blur(80px);
    -webkit-transform: translate(-60%, -40%);
    -ms-transform: translate(-60%, -40%);
    transform: translate(-60%, -40%);
    background-image: -webkit-linear-gradient(45deg, #6b34fa 0%, #d4156e 100%);
    background-image: -o-linear-gradient(45deg, #6b34fa 0%, #d4156e 100%);
    background-image: linear-gradient(45deg, #6b34fa 0%, #d4156e 100%); }
  .schedules-wrap::after {
    position: absolute;
    content: "";
    left: -5%;
    bottom: 0;
    z-index: -1;
    width: 105%;
    height: 100%;
    opacity: 0.20;
    background: url(/Content/assets/img/schedule/schedule-bg.png) no-repeat center/100%; }

/** Portfolio Section **/
@media (min-width: 1400px) {
  .portfolio-section-three {
    padding-left: 55px;
    padding-right: 55px; } }

.portfolio-title-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .portfolio-title-filter .common-heading {
    max-width: 450px; }

.portfolio-filter-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .portfolio-filter-two li {
    z-index: 1;
    color: black;
    cursor: pointer;
    font-size: 16px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-weight: 700;
    padding: 1px 18px;
    border-radius: 5px;
    position: relative; }
    .portfolio-filter-two li:before {
      content: '';
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      opacity: 0;
      z-index: -1;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      position: absolute;
      border-radius: 5px;
      background-image: -webkit-linear-gradient(45deg, #6b34fa 0%, #d4156e 100%);
      background-image: -o-linear-gradient(45deg, #6b34fa 0%, #d4156e 100%);
      background-image: linear-gradient(45deg, #6b34fa 0%, #d4156e 100%); }
    .portfolio-filter-two li:hover, .portfolio-filter-two li.active {
      color: white; }
      .portfolio-filter-two li:hover:before, .portfolio-filter-two li.active:before {
        opacity: 1; }
    .portfolio-filter-two li:not(:last-child) {
      margin: 0 5px 5px 0; }

/* Home Eleven */
.home-11 .sub-title {
  font-size: 18px;
  color: var(--color-secondary);
  font-family: var(--font-cs-medium); }

.home-11 h2 {
  line-height: 1.4; }
  @media (min-width: 1200px) {
    .home-11 h2 {
      font-size: 42px; } }
  @media (max-width: 575px) {
    .home-11 h2 {
      font-size: 30px; } }
  @media (max-width: 424px) {
    .home-11 h2 {
      font-size: 27px; } }

.home-11 .check-list li::after {
  color: var(--color-secondary); }

/* Home Twelve */
.home-twelve .template-btn {
  border: none;
  color: #040d1a;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ffa900; }
  .home-twelve .template-btn:hover {
    color: #040d1a;
    background: #edeeef; }
  .home-twelve .template-btn.style-two {
    background: #edeeef; }
    .home-twelve .template-btn.style-two:hover {
      background: #ffa900; }
  .home-twelve .template-btn.style-three {
    border: 1px solid #282a33; }
    .home-twelve .template-btn.style-three:not(:hover) {
      color: #edeeef;
      background: transparent; }

/* Responsive Gap */
@media (max-width: 991px) {
    .discover-image,
    .promote-content,
    .combination-image,
    .prototyping-image,
    .design-layout-image,
    .customer-review-content {
        margin-bottom: 55px;
    }
}

.pricing-section-h11 {
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .pricing-section-h11:before {
    top: 0;
    content: '';
    z-index: -1;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    position: absolute;
    background: #fd695a;
    left: calc(50% - 325px);
    -webkit-filter: blur(150px) opacity(0.35);
    filter: blur(150px) opacity(0.35); }
    @media (max-width: 767px) {
      .pricing-section-h11:before {
        -webkit-filter: blur(150px) opacity(0.25);
        filter: blur(150px) opacity(0.25); } }

/** Trainer Section **/
.trainer-area {
  z-index: 1;
  position: relative; }
  .trainer-area .trainer-bg {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
    opacity: 0.15;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%); }

/** Home Ten Blog **/
.blog-area-h10 {
  background: #f9fafe; }

/** Discover Section **/
.discover-content {
  max-width: 450px; }
  .discover-content .check-list-2 li {
    color: #040d1a;
    font-family: var(--font-cs-medium); }
    .discover-content .check-list-2 li:before {
      top: 16px;
      color: #040d1a;
      background: #ffa900; }

/* Promote Section */
.promote-area {
  background-repeat: no-repeat;
  background-color: #040d1a; }

.promote-content h2 {
  color: white; }

.promote-content p {
  color: #abb0bf; }

.promote-content .cc-service-item {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent; }
  .promote-content .cc-service-item h4 a:not(hover) {
    color: white; }

/*======= Blog Standard =======*/
.blog-post-items .single-blog-post:not(:last-child) {
  margin-bottom: 60px; }

.blog-post-items .single-blog-post .post-thumbnail {
  overflow: hidden;
  margin-bottom: 35px; }
  .blog-post-items .single-blog-post .post-thumbnail img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

.blog-post-items .single-blog-post:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.blog-post-items .single-blog-post .post-meta {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px; }
  .blog-post-items .single-blog-post .post-meta li {
    margin-bottom: 15px;
    line-height: 1; }
    .blog-post-items .single-blog-post .post-meta li a {
      margin: 0;
      display: block;
      font-size: 17px;
      color: var(--color-body); }
      .blog-post-items .single-blog-post .post-meta li a:hover {
        color: var(--color-primary); }
    .blog-post-items .single-blog-post .post-meta li i {
      margin-left: 10px; }
    .blog-post-items .single-blog-post .post-meta li:not(:last-child) {
      margin-left: 25px; }

.blog-post-items .single-blog-post .post-title {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 15px; }

.blog-post-items .single-blog-post .post-read-more {
  display: inline-block;
  padding: 15px 40px;
  font-size: 15px;
  font-family: var(--font-cs-bold);
  font-weight: 700;
  line-height: 1.4;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  vertical-align: middle;
  border-radius: 50px;
  background-color: var(--color-offwhite);
  border-color: var(--color-offwhite);
  color: var(--color-heading);
  margin-top: 35px;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .blog-post-items .single-blog-post .post-read-more i {
    margin-right: 10px; }
  .blog-post-items .single-blog-post .post-read-more:hover {
    color: var(--color-white);
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    -webkit-box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.36);
    box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.36); }

.blog-post-items .single-blog-post.no-thumbnail {
  background-color: var(--color-offwhite);
  padding: 40px 45px; }
  .blog-post-items .single-blog-post.no-thumbnail .post-read-more:not(:hover) {
    background-color: var(--color-white); }

.blog-post-items .single-blog-post.thumbnail-cover {
  position: relative;
  z-index: 1;
  padding: 40px 45px; }
  .blog-post-items .single-blog-post.thumbnail-cover .post-thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    margin: 0; }
    .blog-post-items .single-blog-post.thumbnail-cover .post-thumbnail img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
  .blog-post-items .single-blog-post.thumbnail-cover::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: var(--color-heading);
    opacity: 0.8; }
  .blog-post-items .single-blog-post.thumbnail-cover .post-read-more {
    margin-top: 15px;
    color: var(--color-white);
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    -webkit-box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.36);
    box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.36); }
  .blog-post-items .single-blog-post.thumbnail-cover .post-meta li a,
  .blog-post-items .single-blog-post.thumbnail-cover .post-title a {
    color: var(--color-white); }

/*======= Blog Details =======*/
.blog-details-content .post-thumbnail {
  overflow: hidden;
  margin-bottom: 35px; }
  .blog-details-content .post-thumbnail img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

.blog-details-content .post-title {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 15px; }

.blog-details-content .post-meta {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px; }
  .blog-details-content .post-meta li {
    margin-bottom: 15px;
    line-height: 1; }
    .blog-details-content .post-meta li a {
      margin: 0;
      display: block;
      font-size: 17px;
      color: var(--color-body); }
      .blog-details-content .post-meta li a:hover {
        color: var(--color-primary); }
    .blog-details-content .post-meta li i {
      margin-right: 10px; }
    .blog-details-content .post-meta li:not(:last-child) {
      margin-right: 25px; }

.blog-details-content .post-title {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 15px; }

.blog-details-content blockquote {
  background-color: var(--color-offwhite);
  padding: 45px 50px;
  margin: 40px 0; }
  .blog-details-content blockquote p {
    font-size: 24px;
    font-family: var(--font-cs-bold);
    font-weight: 700;
    color: var(--color-heading);
    line-height: 1.5;
    margin-bottom: 10px; }
  .blog-details-content blockquote cite {
    font-size: 18px;
    font-family: var(--font-cs-bold);
    font-weight: 700;
    font-style: normal;
    color: var(--color-heading);
    line-height: 1;
    position: relative;
    padding-right: 60px; }
    .blog-details-content blockquote cite::before {
      position: absolute;
      content: "";
      height: 3px;
      width: 40px;
      background: var(--color-primary);
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.blog-details-content .post-subtitle {
  font-size: 30px;
  margin-bottom: 15px; }

.blog-details-content .related-tags,
.blog-details-content .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .blog-details-content .related-tags .item-heading,
  .blog-details-content .social-links .item-heading {
    color: var(--color-heading);
    min-width: 120px;
    font-size: 18px;
    font-family: var(--font-cs-bold);
    font-weight: 700; }

.blog-details-content .related-tags {
  margin-bottom: 10px; }
  .blog-details-content .related-tags li {
    margin-right: 10px;
    margin-bottom: 10px; }
  .blog-details-content .related-tags a {
    color: var(--color-heading);
    display: block;
    background-color: var(--color-offwhite);
    padding: 0px 11px;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 15px;
    font-family: var(--font-cs-medium);
    font-weight: 500; }
    .blog-details-content .related-tags a:hover {
      background-color: var(--color-primary);
      color: var(--color-white); }

.blog-details-content .social-links li {
  margin-right: 15px; }

.blog-details-content .social-links a {
  color: var(--color-body);
  line-height: 1; }
  .blog-details-content .social-links a:hover {
    color: var(--color-primary); }

.blog-details-content .post-author-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color-offwhite);
  padding: 35px 50px;
  margin-top: 70px; }
  .blog-details-content .post-author-box .author-thumbnail {
    width: 160px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    margin-left: 35px; }
    .blog-details-content .post-author-box .author-thumbnail img {
      border-radius: 50%; }
  .blog-details-content .post-author-box .name {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 10px; }
  .blog-details-content .post-author-box .social-links {
    margin-top: 15px; }

/*======= Blog Sidebar =======*/
.blog-sidebar .widget:not(:last-child) {
  margin-bottom: 55px; }

.blog-sidebar .widget .widget-title {
  border-bottom: 1px solid var(--color-offwhite);
  padding-bottom: 15px;
  font-size: 24px;
  line-height: 1.1;
  position: relative;
  margin-bottom: 30px; }
  .blog-sidebar .widget .widget-title::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 60px;
    background-color: var(--color-primary);
    right: 0;
    bottom: -2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .blog-sidebar .widget .widget-title:hover::after {
    -webkit-transform: translate(15px, 0px);
    -ms-transform: translate(15px, 0px);
    transform: translate(15px, 0px); }

.blog-sidebar .widget.category-widget {
  background-color: #f3f6f9;
  padding: 30px 35px; }
  .blog-sidebar .widget.category-widget li:not(:last-child) {
    margin-bottom: 10px; }
  .blog-sidebar .widget.category-widget li a {
    color: var(--color-heading);
    font-size: 17px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-transform: capitalize;
    display: block;
    position: relative; }
    .blog-sidebar .widget.category-widget li a::after {
      display: inline-block;
      position: absolute;
      left: 0;
      content: "\f104";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
    .blog-sidebar .widget.category-widget li a:hover {
      color: var(--color-primary); }

.blog-sidebar .widget.latest-post-widget .popular-posts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .blog-sidebar .widget.latest-post-widget .popular-posts-item:not(:last-child) {
    margin-bottom: 15px; }
  .blog-sidebar .widget.latest-post-widget .popular-posts-item .popular-posts-thumbnail {
    width: 75px;
    height: 75px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    margin-left: 20px;
    border-radius: 7px;
    overflow: hidden; }
    .blog-sidebar .widget.latest-post-widget .popular-posts-item .popular-posts-thumbnail img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      border-radius: 7px; }
  .blog-sidebar .widget.latest-post-widget .popular-posts-item .popular-posts-title {
    font-size: 18px;
    line-height: 1.4; }
    .blog-sidebar .widget.latest-post-widget .popular-posts-item .popular-posts-title a:hover {
      color: var(--color-primary); }
  .blog-sidebar .widget.latest-post-widget .popular-posts-item .posts-date {
    color: var(--color-body);
    font-size: 16px; }
    .blog-sidebar .widget.latest-post-widget .popular-posts-item .posts-date i {
      margin-right: 7px; }

.blog-sidebar .widget.widget-tag-cloud .tags a {
  display: inline-block;
  padding: 3px 20px;
  background-color: var(--color-offwhite);
  border-radius: 50px;
  font-size: 17px;
  color: var(--color-body);
  margin: 0 5px 10px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .blog-sidebar .widget.widget-tag-cloud .tags a:hover {
    background-color: var(--color-primary);
    color: var(--color-white); }

.blog-sidebar .widget.search-widget {
  background-color: var(--color-primary);
  padding: 25px 30px; }
  .blog-sidebar .widget.search-widget h4 {
    color: var(--color-white);
    margin-bottom: 15px;
    text-transform: capitalize; }
  .blog-sidebar .widget.search-widget form {
    position: relative; }
    .blog-sidebar .widget.search-widget form input {
      height: 60px;
      width: 100%;
      border-radius: 30px;
      background-color: #f3f6f9;
      padding-left: 25px;
      padding-right: 55px; }
    .blog-sidebar .widget.search-widget form button {
      height: 45px;
      width: 45px;
      border-radius: 50px;
      position: absolute;
      top: 8px;
      left: 8px;
      background: var(--color-primary);
      color: var(--color-white);
      border: none; }

.blog-sidebar .widget.testimonial-widget {
  padding: 35px;
  background-color: var(--color-heading); }
  .blog-sidebar .widget.testimonial-widget .single-testimonial {
    color: var(--color-white);
    font-size: 18px; }
    .blog-sidebar .widget.testimonial-widget .single-testimonial .author {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 30px; }
      .blog-sidebar .widget.testimonial-widget .single-testimonial .author img {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        margin-right: 10px; }
    .blog-sidebar .widget.testimonial-widget .single-testimonial .name {
      color: var(--color-white);
      font-size: 18px; }
    .blog-sidebar .widget.testimonial-widget .single-testimonial .position {
      display: block;
      color: #a5abbc;
      font-size: 15px;
      text-transform: capitalize;
      margin-top: 10px; }
  .blog-sidebar .widget.testimonial-widget .slick-dots {
    margin-top: 40px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .blog-sidebar .widget.testimonial-widget .slick-dots li {
      margin: 0 10px 0 0; }
      .blog-sidebar .widget.testimonial-widget .slick-dots li::after {
        display: none; }
      .blog-sidebar .widget.testimonial-widget .slick-dots li:not(.slick-active) {
        background-color: #393e4c; }

/*======= Post Pagination =======*/
.post-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 70px; }
  .post-pagination li {
    margin-right: 10px;
    margin-top: 10px; }
  .post-pagination a {
    border: 2px solid var(--color-offwhite);
    border-radius: 5px;
    color: var(--color-heading);
    height: 50px;
    width: 50px;
    font-weight: 700;
    font-size: 18px;
    font-family: var(--font-cs-bold);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .post-pagination a.active {
      background: var(--color-primary);
      color: var(--color-white);
      border: 2px solid var(--color-primary);
      -webkit-box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.5);
      box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.5); }

/*======= Comment Template =======*/
.comments-template {
  margin-top: 70px; }
  .comments-template .template-title {
    font-size: 24px;
    margin-bottom: 40px; }
  .comments-template .comments-list .comment:not(:last-child) {
    margin-bottom: 40px; }
  .comments-template .comments-list .comment .children {
    margin-top: 40px;
    padding-left: 60px; }
  .comments-template .comments-list .comment .comment-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .comments-template .comments-list .comment .avatar {
    width: 100px;
    height: 100px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    margin-left: 30px; }
  .comments-template .comments-list .comment .author-name {
    color: var(--color-heading);
    font-size: 20px;
    font-family: var(--font-cs-bold);
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 14px; }
    .comments-template .comments-list .comment .author-name .date {
      font-size: 17px;
      font-family: var(--font-cs-medium);
      font-weight: 500; }
  .comments-template .comments-list .comment .reply {
    font-size: 17px;
    font-family: var(--font-cs-medium);
    font-weight: 500;
    color: #415674;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top: 5px;
    text-transform: uppercase; }
    .comments-template .comments-list .comment .reply::after {
      content: "\f177";
      display: inline-block;
      font-family: "Font Awesome 5 Pro";
      padding-right: 10px; }
  .comments-template .comments-respond {
    margin-top: 70px;
    padding-top: 70px;
    border-top: 1px solid var(--color-offwhite); }
    .comments-template .comments-respond .input-field {
      position: relative; }
      .comments-template .comments-respond .input-field .icon {
        color: var(--color-primary);
        font-size: 17px;
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .comments-template .comments-respond .input-field.textarea-field .icon {
        top: 20px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
    .comments-template .comments-respond input,
    .comments-template .comments-respond textarea {
      height: 65px;
      background-color: transparent;
      border: 2px solid var(--color-offwhite);
      border-radius: 5px;
      padding-left: 20px;
      padding-right: 50px; }
    .comments-template .comments-respond textarea {
      height: 140px; }

/*======= Products =======*/
.shop-shorter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .shop-shorter .sort-text {
    font-size: 18px;
    margin-right: auto;
    font-family: var(--font-cs-medium); }
  .shop-shorter .products-dropdown {
    margin-top: 10px;
    margin-right: 20px;
    padding-bottom: 10px; }
    .shop-shorter .products-dropdown .nice-select {
      height: 50px;
      padding-left: 60px;
      color: var(--color-heading);
      background: transparent;
      border: 1px solid #e8e8e8; }
      .shop-shorter .products-dropdown .nice-select .list {
        width: auto; }
  .shop-shorter .grid-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .shop-shorter .grid-list li a {
      color: var(--color-heading); }
    .shop-shorter .grid-list li:not(last-child) {
      margin-right: 20px; }

.product-item {
  position: relative;
  text-align: center;
  padding: 35px 30px;
  background: #fafafa;
  margin-bottom: 30px; }
  .product-item .badge {
    top: 15px;
    left: 15px;
    color: white;
    padding: 6px 15px;
    position: absolute;
    text-transform: uppercase;
    background: var(--color-secondary); }
  .product-item .image {
    width: 200px;
    height: 200px;
    background: white;
    position: relative;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .product-item .image img {
      max-width: 165px; }
    .product-item .image .cart-btn {
      top: 50%;
      left: 50%;
      opacity: 0;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      background: white;
      padding: 5px 18px;
      border-radius: 3px;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      position: absolute;
      color: var(--color-heading);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .product-item .image:before {
      position: absolute;
      content: '';
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      opacity: 0;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      border-radius: 50%;
      background: var(--color-secondary); }
  .product-item h6 {
    font-size: 18px;
    margin-top: 25px; }
  .product-item .ratting i {
    font-size: 12px;
    margin-right: 2px;
    color: var(--color-secondary); }
  .product-item .price {
    font-size: 16px; }
    .product-item .price del:before,
    .product-item .price span:before {
      content: '$'; }
    .product-item .price span {
      font-weight: 600;
      color: var(--color-secondary); }
      .product-item .price span:not(first-child) {
        margin-right: 10px; }
  .product-item:hover .image .cart-btn {
    opacity: 1; }
  .product-item:hover .image:before {
    opacity: 0.85; }

/*======= Shop Details =======*/
.product-details-images .preview-images {
  padding: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fafafa;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 424px) {
    .product-details-images .preview-images {
      padding: 35px; } }

.product-details-images .thumb-images .thumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fafafa;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(33.333% - 20px); }
  @media (max-width: 424px) {
    .product-details-images .thumb-images .thumb-item {
      padding: 15px;
      width: calc(33.333% - 10px); } }

@media (max-width: 991px) {
  .product-details-images {
    margin-bottom: 55px; } }

.product-details-content .ratting-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .product-details-content .ratting-price .ratting {
    padding-left: 10px; }
    .product-details-content .ratting-price .ratting i {
      font-size: 14px;
      margin-left: 3px;
      color: var(--color-secondary); }
  .product-details-content .ratting-price .price {
    font-size: 24px;
    color: var(--color-heading);
    font-family: var(--font-cs-bold); }
    .product-details-content .ratting-price .price:before {
      content: '$'; }

.product-details-content .add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .product-details-content .add-to-cart input,
  .product-details-content .add-to-cart .love {
    width: auto;
    height: auto;
    padding: 8px 25px;
    border-radius: 5px;
    margin-bottom: 10px;
    background: transparent;
    border: 1px solid #e8e8e8; }
  .product-details-content .add-to-cart .template-btn {
    padding-top: 12px;
    border-radius: 5px;
    margin: 0 10px 10px;
    padding-bottom: 12px; }

.product-details-content .category-tags li {
  margin-bottom: 5px; }
  .product-details-content .category-tags li b {
    width: 80px;
    display: inline-block; }
  .product-details-content .category-tags li span {
    margin-right: 10px; }
  .product-details-content .category-tags li a {
    color: var(--color-body); }
    .product-details-content .category-tags li a:hover {
      color: var(--color-secondary); }
    .product-details-content .category-tags li a:not(:last-child):after {
      content: ','; }

.product-information-tab li {
  margin-bottom: 10px; }
  .product-information-tab li:not(:last-child) {
    margin-left: 15px; }
  .product-information-tab li a {
    font-size: 20px;
    padding: 8px 55px;
    border-radius: 5px;
    color: var(--color-heading);
    border: 1px solid #e8e8e8;
    font-family: var(--font-cs-medium); }
    .product-information-tab li a.active {
      color: white;
      background: var(--color-secondary);
      border-color: var(--color-secondary); }

.review-form .your-ratting {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .review-form .your-ratting h6 {
    font-size: 18px;
    margin-left: 10px; }
  .review-form .your-ratting .ratting i {
    font-size: 14px;
    margin-left: 4px;
    color: var(--color-secondary); }

.review-form .form-group {
  margin-bottom: 30px; }

.review-form input,
.review-form textarea,
.review-form .nice-select {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  background: #fafafa;
  border: 1px solid #fafafa; }
  .review-form input .current, .review-form input::-webkit-input-placeholder,
  .review-form textarea .current,
  .review-form textarea::-webkit-input-placeholder,
  .review-form .nice-select .current,
  .review-form .nice-select::-webkit-input-placeholder {
    font-size: 20px;
    color: var(--color-heading);
    font-family: var(--font-cs-medium); }
  .review-form input .current, .review-form input:-ms-input-placeholder,
  .review-form textarea .current,
  .review-form textarea:-ms-input-placeholder,
  .review-form .nice-select .current,
  .review-form .nice-select:-ms-input-placeholder {
    font-size: 20px;
    color: var(--color-heading);
    font-family: var(--font-cs-medium); }
  .review-form input .current, .review-form input::-ms-input-placeholder,
  .review-form textarea .current,
  .review-form textarea::-ms-input-placeholder,
  .review-form .nice-select .current,
  .review-form .nice-select::-ms-input-placeholder {
    font-size: 20px;
    color: var(--color-heading);
    font-family: var(--font-cs-medium); }
  .review-form input .current, .review-form input::placeholder,
  .review-form textarea .current,
  .review-form textarea::placeholder,
  .review-form .nice-select .current,
  .review-form .nice-select::placeholder {
    font-size: 20px;
    color: var(--color-heading);
    font-family: var(--font-cs-medium); }
  .review-form input:focus,
  .review-form textarea:focus,
  .review-form .nice-select:focus {
    border-color: var(--color-secondary); }

.review-form textarea {
  height: 150px; }

.popular-product .tagline {
  color: var(--color-secondary); }

/*======= Shop Sidebar =======*/
@media (max-width: 991px) {
  .shop-sidebar {
    margin-bottom: 55px; } }

.shop-sidebar .widget {
  padding: 30px 25px;
  border: 1px solid #e8e8e8; }
  .shop-sidebar .widget:not(:last-child) {
    margin-bottom: 35px; }
  .shop-sidebar .widget:hover .widget-title::after {
    -webkit-transform: translate(15px, 0px);
    -ms-transform: translate(15px, 0px);
    transform: translate(15px, 0px); }

.shop-sidebar .widget-title {
  border-bottom: 1px solid var(--color-offwhite);
  padding-bottom: 15px;
  font-size: 24px;
  line-height: 1.1;
  position: relative;
  margin-bottom: 30px; }
  .shop-sidebar .widget-title::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 60px;
    background-color: var(--color-primary);
    right: 0;
    bottom: -2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

.shop-sidebar .search-widget {
  padding: 0;
  border: none; }
  .shop-sidebar .search-widget form {
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--color-soft-grey); }
    .shop-sidebar .search-widget form input {
      height: 44px;
      padding-right: 0;
      padding-left: 20px; }
    .shop-sidebar .search-widget form button {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: 44px;
      height: 44px;
      color: white;
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-radius: 5px;
      background: var(--color-secondary); }

.shop-sidebar .category-widget li {
  position: relative; }
  .shop-sidebar .category-widget li:not(:last-child) {
    margin-bottom: 10px; }
  .shop-sidebar .category-widget li a {
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    text-transform: capitalize;
    color: var(--color-heading); }
    .shop-sidebar .category-widget li a:hover {
      color: var(--color-primary); }
  .shop-sidebar .category-widget li:after {
    top: 0;
    left: 0;
    content: "\f104";
    font-weight: 400;
    position: absolute;
    display: inline-block;
    font-family: "Font Awesome 5 Pro"; }

.shop-sidebar .products-widget li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .shop-sidebar .products-widget li .image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 65px;
    margin-left: 15px; }
  .shop-sidebar .products-widget li .ratting i {
    font-size: 12px;
    margin-left: 2px;
    color: var(--color-secondary); }
  .shop-sidebar .products-widget li h6 {
    font-size: 18px; }
  .shop-sidebar .products-widget li .price {
    font-size: 16px; }
    .shop-sidebar .products-widget li .price:before {
      content: '$'; }
  .shop-sidebar .products-widget li:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8; }

.shop-sidebar .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -7px;
  margin-bottom: -7px; }
  .shop-sidebar .tags a {
    font-size: 15px;
    font-weight: 500;
    padding: 3px 13px;
    border-radius: 3px;
    margin: 0 7px 7px 0;
    color: var(--color-heading);
    background: var(--color-soft-grey); }
    .shop-sidebar .tags a:hover {
      color: white;
      background: var(--color-secondary); }

.shop-sidebar .widget-price-filter .ui-widget-header {
  background: var(--color-secondary); }

.shop-sidebar .widget-price-filter .ui-widget.ui-widget-content {
  height: 3px;
  border: none;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 5px;
  background: #e7e8eb; }

.shop-sidebar .widget-price-filter .ui-state-default {
  border: none;
  top: -6px;
  margin-left: 0;
  cursor: pointer;
  width: 3px;
  height: 15px;
  outline: none;
  background: var(--color-secondary); }

.shop-sidebar .widget-price-filter .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .shop-sidebar .widget-price-filter .price span {
    margin-right: 5px; }
    .shop-sidebar .widget-price-filter .price span:before {
      content: '$'; }
  .shop-sidebar .widget-price-filter .price input {
    padding: 0;
    height: auto;
    font-size: 18px;
    font-weight: 500;
    margin-left: 5px;
    background: transparent; }

/*======= Post Pagination =======*/
.shop-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .shop-pagination li {
    margin-right: 10px;
    margin-top: 10px; }
  .shop-pagination .page-link {
    border: 1px solid var(--color-offwhite);
    color: var(--color-heading);
    border-radius: 5px;
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .shop-pagination .page-link:hover {
      color: white;
      background: var(--color-secondary);
      border-color: var(--color-secondary); }
  .shop-pagination .active .page-link {
    background: var(--color-secondary);
    border-color: var(--color-secondary); }

/*======= Footer =======*/
.footer-widgets .widget {
  position: relative;
  margin-bottom: 50px;
  color: var(--color-body); }
  .footer-widgets .widget a:not(.template-btn) {
    color: var(--color-body); }
    .footer-widgets .widget a:not(.template-btn):hover {
      color: var(--color-primary); }
  .footer-widgets .widget .copyright-text a {
    color: var(--color-primary); }
  .footer-widgets .widget .social-links li {
    display: inline-block; }
    .footer-widgets .widget .social-links li a {
      height: 35px;
      width: 35px;
      background: #ecebfd;
      border-radius: 50%;
      font-size: 14px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      margin-right: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: var(--color-heading); }
      .footer-widgets .widget .social-links li a:hover {
        background-color: var(--color-primary);
        color: var(--color-white); }
  .footer-widgets .widget .social-links.primary-color-3 a:hover {
    background-color: var(--color-primary-3);
    color: var(--color-white);
    -webkit-box-shadow: 0px 10px 30px 0px rgba(226, 92, 106, 0.36);
    box-shadow: 0px 10px 30px 0px rgba(226, 92, 106, 0.36); }
  .footer-widgets .widget .social-links.bordered-style li a {
    background-color: transparent;
    border: 2px solid var(--color-primary);
    color: var(--color-primary); }
    .footer-widgets .widget .social-links.bordered-style li a:hover {
      background-color: var(--color-primary);
      color: var(--color-white); }
  .footer-widgets .widget .download-links {
    margin-top: 20px; }
    .footer-widgets .widget .download-links li {
      display: inline-block;
      margin-right: 15px;
      line-height: 1; }
      .footer-widgets .widget .download-links li a {
        font-size: 24px; }
        .footer-widgets .widget .download-links li a:hover {
          color: var(--color-primary-5); }
  .footer-widgets .widget .widget-title {
    font-size: 22px;
    margin-bottom: 35px; }
  .footer-widgets .widget.text-block-widget img {
    margin-bottom: 30px; }
  .footer-widgets .widget.text-block-widget .contact-link {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-heading);
    font-family: var(--font-cs-bold);
    margin-top: 15px; }
    .footer-widgets .widget.text-block-widget .contact-link i {
      color: var(--color-primary); }
  .footer-widgets .widget.nav-widget ul li a {
    padding-right: 20px;
    position: relative; }
    .footer-widgets .widget.nav-widget ul li a::before {
      content: "\f053";
      position: absolute;
      right: 0;
      font-family: "Font Awesome 5 Pro";
      font-weight: 800;
      font-size: 14px;
      top: 2px; }
  .footer-widgets .widget.nav-widget ul li:not(:last-child) {
    margin-bottom: 10px; }
  .footer-widgets .widget.contact-widget li a {
    position: relative;
    padding-right: 35px; }
    .footer-widgets .widget.contact-widget li a i {
      position: absolute;
      right: 0;
      top: 7px;
      color: var(--color-primary); }
    .footer-widgets .widget.contact-widget li a:hover {
      color: var(--color-primary); }
  .footer-widgets .widget.contact-widget li:not(:last-child) {
    margin-bottom: 10px; }
  .footer-widgets .widget.instagram-feed .instagram-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px; }
    .footer-widgets .widget.instagram-feed .instagram-images .single-img {
      padding: 5px;
      border-radius: 7px;
      position: relative; }
      .footer-widgets .widget.instagram-feed .instagram-images .single-img a {
        display: block; }
      .footer-widgets .widget.instagram-feed .instagram-images .single-img img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        border-radius: 7px; }
      .footer-widgets .widget.instagram-feed .instagram-images .single-img::after {
        content: "";
        position: absolute;
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
        z-index: 1;
        background-color: var(--color-primary-4);
        border-radius: 7px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        opacity: 0;
        visibility: hidden; }
      .footer-widgets .widget.instagram-feed .instagram-images .single-img a {
        position: absolute;
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: var(--color-white);
        font-size: 24px;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        opacity: 0;
        visibility: hidden; }
      .footer-widgets .widget.instagram-feed .instagram-images .single-img:hover::after {
        opacity: 0.75;
        visibility: visible; }
      .footer-widgets .widget.instagram-feed .instagram-images .single-img:hover a {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
  .footer-widgets .widget .newsletter-form form {
    position: relative; }
    .footer-widgets .widget .newsletter-form form input {
      height: 70px;
      border: 2px solid var(--color-dark-4);
      background-color: transparent;
      border-radius: 7px;
      padding-right: 80px;
      padding-left: 30px; }
    .footer-widgets .widget .newsletter-form form button {
      position: absolute;
      z-index: 2;
      right: 30px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 45px;
      width: 45px;
      border-radius: 50%;
      border: none;
      background-color: var(--color-primary-6);
      color: var(--color-white);
      font-size: 15px; }

.footer-copyright {
  padding: 30px 0; }
  .footer-copyright .social-links li {
    display: inline-block; }
    .footer-copyright .social-links li a {
      font-size: 15px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      margin-left: 15px;
      color: var(--color-body-4); }
      .footer-copyright .social-links li a:hover {
        color: var(--color-primary-6); }

.back-to-top {
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 999;
  width: 40px;
  height: 40px;
  background-color: var(--color-heading);
  color: var(--color-white);
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  border: 1px solid var(--color-white);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden; }
  .back-to-top:hover {
    color: var(--color-white); }
  .back-to-top.show {
    right: 30px;
    visibility: visible;
    opacity: 1; }

.template-footer.footer-with-image {
  position: relative;
  z-index: 1;
  border-bottom: 5px solid var(--color-primary);
  background-image: url(/Content/assets/img/footer-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain; }

.template-footer.footer-white-color .footer-widgets .widget,
.template-footer.footer-white-color .footer-widgets .widget a {
  color: var(--color-white); }

.template-footer.footer-white-color .footer-widgets .widget a:hover {
  color: var(--color-white); }

.template-footer.footer-white-color .footer-widgets .widget .widget-title {
  color: var(--color-white); }

.template-footer.footer-white-color .footer-widgets .widget.contact-widget li a i {
  color: var(--color-white); }

.template-footer.footer-white-color .footer-widgets .widget .social-links li a {
  background-color: var(--color-white);
  color: var(--color-heading); }
  .template-footer.footer-white-color .footer-widgets .widget .social-links li a:hover {
    background-color: var(--color-heading);
    color: var(--color-white); }

.template-footer.footer-white-color .footer-widgets .widget .social-links.bordered-style li a {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.15);
  color: var(--color-white); }
  .template-footer.footer-white-color .footer-widgets .widget .social-links.bordered-style li a:hover {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    color: var(--color-white); }

.template-footer.footer-white-color .footer-copyright,
.template-footer.footer-white-color .footer-copyright a {
  color: var(--color-white); }

.template-footer.footer-secondary-4-bg {
  background-color: var(--color-secondary-4); }
  .template-footer.footer-secondary-4-bg .footer-widgets .widget,
  .template-footer.footer-secondary-4-bg .footer-widgets .widget a {
    color: #8496c6; }
  .template-footer.footer-secondary-4-bg .footer-widgets .widget a:hover {
    color: var(--color-white); }
  .template-footer.footer-secondary-4-bg .footer-widgets .widget .widget-title {
    color: var(--color-white); }
  .template-footer.footer-secondary-4-bg .footer-widgets .widget.contact-widget li a i {
    color: var(--color-primary-4); }
  .template-footer.footer-secondary-4-bg .footer-widgets .widget .social-links li a {
    background-color: #404767;
    color: #8496c6; }
    .template-footer.footer-secondary-4-bg .footer-widgets .widget .social-links li a:hover {
      background-color: var(--color-primary-4);
      color: var(--color-white); }
  .template-footer.footer-secondary-4-bg .footer-copyright {
    border-top: 1px solid #394565; }
    .template-footer.footer-secondary-4-bg .footer-copyright,
    .template-footer.footer-secondary-4-bg .footer-copyright a {
      color: #8496c6; }

.template-footer.footer-bordered .footer-widgets {
  padding-top: 80px;
  padding-bottom: 30px; }
  .template-footer.footer-bordered .footer-widgets .widget,
  .template-footer.footer-bordered .footer-widgets .widget a {
    color: var(--color-body-4); }
  .template-footer.footer-bordered .footer-widgets .widget a:hover {
    color: var(--color-white); }
  .template-footer.footer-bordered .footer-widgets .widget .widget-title {
    color: var(--color-white); }
  .template-footer.footer-bordered .footer-widgets .widget.contact-widget li a i {
    color: var(--color-body-4); }

.template-footer.footer-bordered .footer-copyright {
  border-top: 1px solid var(--color-dark-4);
  padding: 20px 0; }
  .template-footer.footer-bordered .footer-copyright,
  .template-footer.footer-bordered .footer-copyright a {
    color: var(--color-body-4); }

.template-footer.footer-bordered .footer-widget-left {
  padding-right: 80px;
  position: relative; }
  .template-footer.footer-bordered .footer-widget-left::after {
    content: "";
    position: absolute;
    width: 1px;
    top: -80px;
    bottom: -80px;
    right: 20px;
    background-color: var(--color-dark-4); }

.template-footer.webinar-footer .newsletters-title h4 {
  font-size: 45px; }

.template-footer.webinar-footer .newsletters-form form {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .template-footer.webinar-footer .newsletters-form form input {
    height: 55px;
    padding: 0 30px;
    font-size: 17px;
    font-weight: 500; }
  .template-footer.webinar-footer .newsletters-form form button {
    height: 55px;
    padding: 0 35px;
    margin-left: 10px;
    background-color: var(--color-primary-7);
    color: var(--color-white);
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    min-width: 200px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .template-footer.webinar-footer .newsletters-form form button:hover {
      background-color: var(--color-heading-5); }

.template-footer.webinar-footer .copyright-area {
  padding: 30px 0;
  border-top: 1px solid #e0e0e0; }
  .template-footer.webinar-footer .copyright-area .footer-nav li {
    display: inline-block; }
    .template-footer.webinar-footer .copyright-area .footer-nav li:not(:first-child) {
      margin-left: 25px; }
    .template-footer.webinar-footer .copyright-area .footer-nav li a {
      color: var(--color-body);
      font-size: 17px; }
  .template-footer.webinar-footer .copyright-area .copyright-text {
    font-size: 17px; }
    .template-footer.webinar-footer .copyright-area .copyright-text a {
      color: var(--color-primary-7); }
      .template-footer.webinar-footer .copyright-area .copyright-text a i {
        margin-left: 5px; }

.template-footer.footer-h10 {
  z-index: 1;
  color: #a7a6a6;
  position: relative;
  background-color: black; }
  .template-footer.footer-h10 .widget {
    color: #a7a6a6; }
    .template-footer.footer-h10 .widget .widget-title {
      color: white; }
    .template-footer.footer-h10 .widget ul li a {
      color: #a7a6a6; }
      .template-footer.footer-h10 .widget ul li a:hover {
        color: var(--color-primary-3); }
    .template-footer.footer-h10 .widget .social-links a:hover {
      color: white;
      background-image: -webkit-linear-gradient(45deg, #6b34fa 0%, #d4156e 100%);
      background-image: -o-linear-gradient(45deg, #6b34fa 0%, #d4156e 100%);
      background-image: linear-gradient(45deg, #6b34fa 0%, #d4156e 100%); }
  .template-footer.footer-h10 .news-widget {
    max-width: 285px; }
    @media (min-width: 768px) {
      .template-footer.footer-h10 .news-widget {
        margin-right: -10px; } }
    .template-footer.footer-h10 .news-widget li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .template-footer.footer-h10 .news-widget li img {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        max-width: 80px;
        margin-right: 20px; }
      .template-footer.footer-h10 .news-widget li .content h5 {
        font-size: 18px;
        line-height: 1.5; }
        .template-footer.footer-h10 .news-widget li .content h5 a {
          color: white; }
      .template-footer.footer-h10 .news-widget li:not(:last-child) {
        margin-bottom: 20px; }
  @media (min-width: 768px) {
    .template-footer.footer-h10 .newsletter-widget {
      margin-left: 20px; } }
  .template-footer.footer-h10 .newsletter-widget input {
    height: 55px;
    margin-bottom: 15px; }
    .template-footer.footer-h10 .newsletter-widget input::-webkit-input-placeholder {
      color: black;
      font-weight: 700; }
    .template-footer.footer-h10 .newsletter-widget input:-ms-input-placeholder {
      color: black;
      font-weight: 700; }
    .template-footer.footer-h10 .newsletter-widget input::-ms-input-placeholder {
      color: black;
      font-weight: 700; }
    .template-footer.footer-h10 .newsletter-widget input::placeholder {
      color: black;
      font-weight: 700; }
  .template-footer.footer-h10 .newsletter-widget button {
    padding-top: 17px;
    padding-bottom: 17px; }
  .template-footer.footer-h10 .footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.15); }
    .template-footer.footer-h10 .footer-copyright a {
      color: #a7a6a6; }
  .template-footer.footer-h10 .footer-bg {
    top: 50%;
    left: 50%;
    z-index: -1;
    opacity: 0.15;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    -webkit-transform: translate(-66%, -50%);
    -ms-transform: translate(-66%, -50%);
    transform: translate(-66%, -50%); }
  .template-footer.footer-h10.style-two {
    background: #040d1a; }
    .template-footer.footer-h10.style-two .newsletter-widget input {
      border-radius: 50px; }
    .template-footer.footer-h10.style-two .widget {
      color: #abb0bf; }
      .template-footer.footer-h10.style-two .widget ul li > a {
        color: #abb0bf; }
      .template-footer.footer-h10.style-two .widget .social-links a:hover {
        color: #040d1a;
        background: #ffa900; }
    .template-footer.footer-h10.style-two .footer-copyright,
    .template-footer.footer-h10.style-two .footer-copyright a {
      color: #abb0bf; }
    .template-footer.footer-h10.style-two .footer-bg-shape {
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      z-index: -1; }

.template-footer.footer-h11 {
  background: #0d0f2c; }
  .template-footer.footer-h11 .footer-top-part {
    z-index: 1;
    position: relative;
    background: #12153a;
    padding: 65px 25px 80px 25px; }
    .template-footer.footer-h11 .footer-top-part .footer-top-content {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      .template-footer.footer-h11 .footer-top-part .footer-top-content h2, .template-footer.footer-h11 .footer-top-part .footer-top-content h6 {
        color: white; }
      .template-footer.footer-h11 .footer-top-part .footer-top-content h6 {
        font-size: 18px;
        margin-top: 5px; }
      .template-footer.footer-h11 .footer-top-part .footer-top-content form {
        padding: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: white;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 35px; }
        @media (max-width: 575px) {
          .template-footer.footer-h11 .footer-top-part .footer-top-content form {
            display: block; } }
        .template-footer.footer-h11 .footer-top-part .footer-top-content form input {
          height: 50px;
          margin-right: 0;
          font-size: 17px;
          background: transparent; }
          .template-footer.footer-h11 .footer-top-part .footer-top-content form input::-webkit-input-placeholder {
            color: var(--color-heading);
            font-family: var(--font-cs-medium); }
          .template-footer.footer-h11 .footer-top-part .footer-top-content form input:-ms-input-placeholder {
            color: var(--color-heading);
            font-family: var(--font-cs-medium); }
          .template-footer.footer-h11 .footer-top-part .footer-top-content form input::-ms-input-placeholder {
            color: var(--color-heading);
            font-family: var(--font-cs-medium); }
          .template-footer.footer-h11 .footer-top-part .footer-top-content form input::placeholder {
            color: var(--color-heading);
            font-family: var(--font-cs-medium); }
        .template-footer.footer-h11 .footer-top-part .footer-top-content form button {
          -webkit-box-flex: 0;
          -ms-flex: none;
          flex: none;
          padding-top: 13px;
          padding-bottom: 13px; }
          @media (max-width: 575px) {
            .template-footer.footer-h11 .footer-top-part .footer-top-content form button {
              width: 100%; } }
    .template-footer.footer-h11 .footer-top-part .left-image,
    .template-footer.footer-h11 .footer-top-part .right-image {
      bottom: 0;
      z-index: -1;
      position: absolute; }
      @media (max-width: 767px) {
        .template-footer.footer-h11 .footer-top-part .left-image,
        .template-footer.footer-h11 .footer-top-part .right-image {
          display: none; } }
    .template-footer.footer-h11 .footer-top-part .left-image {
      left: 4%;
      max-width: 15%; }
    .template-footer.footer-h11 .footer-top-part .right-image {
      right: 0;
      max-width: 30%; }
  .template-footer.footer-h11 .widget-title {
    color: white; }
  .template-footer.footer-h11 .nav-widget ul li a {
    color: #b6b8da; }
    .template-footer.footer-h11 .nav-widget ul li a:hover {
      color: #fd695a; }
  .template-footer.footer-h11 .social-links li a {
    color: #6e6b8a;
    background: rgba(255, 255, 255, 0.1); }
    .template-footer.footer-h11 .social-links li a:hover {
      color: white;
      background: #fd695a; }
  .template-footer.footer-h11 .footer-copyright {
    border-top: 1px solid #1d204b; }
    .template-footer.footer-h11 .footer-copyright p {
      color: #b6b8da; }
      .template-footer.footer-h11 .footer-copyright p a {
        color: #fd695a; }

/*======= Page Title  =======*/
.page-title-area {
  padding-top: 145px;
  padding-bottom: 145px;
  background-color: var(--color-soft-grey-2);
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .page-title-area .page-title {
    font-size: 65px;
    margin-bottom: 20px; }

    .page-title-area .page-title-40 {
        font-size: 40px;
        margin-bottom: 30px;
    }


  .page-title-area .breadcrumb-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .page-title-area .breadcrumb-nav li {
      position: relative;
      line-height: 1;
      font-size: 24px;
      font-family: var(--font-cs-medium);
      font-weight: 500;
      color: var(--color-heading); }
      .page-title-area .breadcrumb-nav li:not(:last-child)::after {
        display: inline-block;
        content: "\f104";
        padding-left: 12px;
        padding-right: 12px;
        font-family: "Font Awesome 5 Pro";
        font-size: inherit;
        color: var(--color-heading);
        position: relative;
        top: 2px; }
  .page-title-area .page-title-content {
    position: relative;
    z-index: 1; }
  .page-title-area .page-title-effect img {
    position: absolute; }
  .page-title-area .page-title-effect .particle-1 {
    top: 30%;
    left: 15%; }
  .page-title-area .page-title-effect .particle-2 {
    top: 45%;
    left: 19%; }
  .page-title-area .page-title-effect .particle-3 {
    right: 26%;
    top: 20%; }
  .page-title-area .page-title-effect .particle-4 {
    left: 25%;
    bottom: 15%; }
  .page-title-area .page-title-effect .particle-5 {
    right: 15%;
    bottom: 36%; }

/*======= 404  =======*/
.error-page-content h2 {
  margin-bottom: 20px;
  font-size: 85px;
  line-height: 1; }

.error-page-content p {
  font-size: 30px;
  font-family: var(--font-cs-medium);
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-heading); }

/*======= Coming Soon =======*/
.coming-soon-area {
  background-color: var(--color-soft-grey-2);
  padding: 150px 0 100px; }
  .coming-soon-area .title {
    margin-bottom: 25px;
    font-size: 92px;
    line-height: 1.2;
    letter-spacing: -1px; }
  .coming-soon-area .newsletter-notice {
    color: var(--color-heading);
    font-size: 20px;
    font-family: var(--font-cs-medium);
    padding-top: 30px; }

.coming-soon-page .template-header {
  padding: 20px 0;
  border-bottom: 2px solid rgba(220, 221, 224, 0.5); }
  .coming-soon-page .template-header .off-canvas-btn span {
    background-color: var(--color-primary); }

/*-----------------------------------------------------------------------------------
    Template Name: Landio - Multipurpose Landing Page HTML Template
    Template URI: https://webtend.net/demo/html/landio/
    Author: WebTend
    Author URI:  https://webtend.net/
    Version: 1.3

    Note: This is Main Responsive CSS File.
-----------------------------------------------------------------------------------*/
@media (max-width: 1599px) {
  .e-wallet-boxed-container {
    max-width: 1400px; } }

@media (max-width: 1399px) {
  .template-header .branding-and-language-selection .nice-select {
    margin-left: 30px; }
  .template-header .nav-menu li {
    margin: 0 8px; }
  .template-header .search-btn.search-border-right {
    margin-right: 0; }
  .hero-area-v2 .hero-content .hero-title {
    font-size: 82px; }
  .info-boxes-wrapper {
    padding: 70px; }
    .info-boxes-wrapper .info-boxes {
      gap: 100px; }
  .testimonial-slider-v1.testimonial-slider-extra-gap {
    margin-left: -15px;
    margin-right: -15px; }
    .testimonial-slider-v1.testimonial-slider-extra-gap .col,
    .testimonial-slider-v1.testimonial-slider-extra-gap [class*="col-"] {
      padding-left: 15px;
      padding-right: 15px; }
  .counter-section-bordered .counter-section-inner {
    padding: 75px 35px 35px; }
    .counter-section-bordered .counter-section-inner .counter-items-v2 .counter-item .counter {
      font-size: 68px; }
    .counter-section-bordered .counter-section-inner .counter-items-v2 .counter-item .counter-wrap {
      min-width: 75px; }
    .counter-section-bordered .counter-section-inner .counter-items-v2 .counter-item .title {
      font-size: 16px; }
  .hero-area-v3::after {
    width: 200px;
    height: 300px; }
  .hero-area-v3 .particle-1 {
    top: 16%; }
  .preview-image-v2:after {
    right: -15px;
    width: 200px;
    height: 200px; }
  .testimonial-slider-v1.testimonial-v1-fancy-boxed.testimonial-extra-margin {
    margin-right: 30px;
    margin-left: 45px; }
  .hero-slider .slick-dots {
    right: 5%; }
  .section-author-particle {
    position: relative;
    z-index: 1; }
    .section-author-particle .author-particle-image img.image-1 {
      left: 8%;
      top: 25%; }
    .section-author-particle .author-particle-image img.image-2 {
      left: 5%;
      bottom: 15%; }
    .section-author-particle .author-particle-image img.image-3 {
      right: 8%;
      top: 25%; }
    .section-author-particle .author-particle-image img.image-4 {
      right: 5%;
      bottom: 15%; }
  .hero-area-v7 {
    padding-bottom: 90px; }
    .hero-area-v7 .hero-content {
      max-width: 45%; }
      .hero-area-v7 .hero-content .hero-title {
        font-size: 62px; }
  .cta-section .cta-absolute-image {
    max-width: 35%; }
  .e-wallet-boxed-container {
    max-width: 98%; }
  .page-title-area .page-title-effect .particle-1 {
    top: 20%;
    left: 5%; }
  .page-title-area .page-title-effect .particle-2 {
    top: 35%;
    left: 10%; }
  .page-title-area .page-title-effect .particle-3 {
    right: 20%; }
  .page-title-area .page-title-effect .particle-4 {
    left: 20%; }
  .page-title-area .page-title-effect .particle-5 {
    right: 10%; } }

@media (max-width: 1199px) {
  .template-header {
    padding: 18px 0; }
  .template-header.bordered-header {
    padding: 0; }
    .template-header.bordered-header .header-inner {
      padding: 18px 0; }
  .template-header.logo-center .header-left,
  .template-header.logo-center .header-right {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .template-header.logo-center .header-left {
    display: none; }
  .template-header.logo-center .header-center {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .template-header.navbar-left .header-left .brand-logo {
    margin-right: 0; }
  .hero-area-v1 .hero-content .hero-title {
    font-size: 62px; }
  .hero-area-v1 .hero-particle-effect .particle-1 {
    left: -30px; }
  .hero-area-v1 .hero-particle-effect .particle-2 {
    left: 25px; }
  .preview-galley-v1 img.preview-image-6 {
    right: 30px; }
  .preview-galley-v1 img.preview-image-3 {
    right: 50px; }
  .preview-galley-v1 img.preview-image-5 {
    right: 16%; }
  .preview-galley-v2 .image-4 img {
    margin-top: -30px; }
  .fancy-icon-boxes-v1 .fancy-icon-box {
    padding: 45px 35px; }
  .hero-area-v2 .hero-content .hero-title {
    font-size: 72px; }
  .info-boxes-wrapper {
    padding: 70px 30px; }
    .info-boxes-wrapper .info-boxes {
      gap: 80px; }
  .pricing-table {
    padding: 50px 30px; }
    .pricing-table .plan-cost .price {
      font-size: 48px; }
  .hero-area-v3::after {
    width: 150px;
    height: 250px; }
  .hero-area-v3 .particle-1 {
    max-width: 20px; }
  .hero-area-v3 .hero-content {
    padding-top: 180px; }
    .hero-area-v3 .hero-content .hero-title {
      font-size: 62px; }
  .iconic-boxes-v1.icon-boxes-square-bordered .iconic-box {
    padding: 35px 30px; }
    .iconic-boxes-v1.icon-boxes-square-bordered .iconic-box .title {
      font-size: 20px; }
  .hero-area-v4 .hero-content .hero-title {
    font-size: 74px; }
  .preview-galley-v4 {
    width: 500px;
    margin-right: auto;
    margin-left: auto; }
    .preview-galley-v4 img.preview-image-3 {
      top: 45px; }
  .testimonial-boxes-v1 .testimonial-box {
    padding: 45px 30px; }
    .testimonial-boxes-v1 .testimonial-box .rating-review li {
      margin-right: 2px; }
    .testimonial-boxes-v1 .testimonial-box .author-info .name {
      font-size: 16px; }
  .hero-area-v5 {
    padding-top: 280px;
    padding-bottom: 180px; }
    .hero-area-v5 .hero-content .hero-title {
      font-size: 72px; }
    .hero-area-v5 .hero-thumbnail-wrap {
      right: 15px;
      width: 600px;
      height: 580px; }
  .hero-area-v6 .hero-content .hero-title {
    font-size: 64px; }
  .hero-area-v7 {
    padding-top: 160px; }
    .hero-area-v7 .hero-content {
      max-width: 45%; }
      .hero-area-v7 .hero-content .hero-title {
        font-size: 44px;
        line-height: 1.3; }
  .service-tab .service-tab-nav .nav-tabs {
    margin: -10px; }
    .service-tab .service-tab-nav .nav-tabs .nav-item {
      padding: 10px; }
    .service-tab .service-tab-nav .nav-tabs .nav-link {
      font-size: 16px;
      padding: 18px 20px; }
  .testimonial-slider-v1.quote-left-bordered .testimonial-item {
    padding: 40px 35px 40px 145px; }
    .testimonial-slider-v1.quote-left-bordered .testimonial-item .quote-icon {
      font-size: 75px; }
    .testimonial-slider-v1.quote-left-bordered .testimonial-item p {
      font-size: 17px; }
  .cta-section .cta-absolute-image {
    max-width: 28%; }
  .preview-galley-v8 img.preview-three {
    left: 6%; }
  .hero-area-v8 .hero-content {
    padding: 280px 30px 150px 0; }
    .hero-area-v8 .hero-content .hero-title {
      font-size: 68px; }
  .e-wallet-boxed-container {
    max-width: 100%;
    border-width: 4px; }
  .pricing-table-three {
    padding: 60px 35px; }
    .pricing-table-three .price {
      font-size: 50px; }
    .pricing-table-three .plan-feature li {
      font-size: 16px; }
  .coming-soon-area .title {
    font-size: 72px; }
  .hero-area-v9 {
    padding: 200px 0 80px; }
    .hero-area-v9 .hero-content .hero-title {
      font-size: 100px; }
    .hero-area-v9 .hero-content p {
      font-size: 16px;
      max-width: 80%; }
    .hero-area-v9 .hero-images .image-one .image-inner {
      margin: 0; }
    .hero-area-v9 .hero-images .image-two .image-inner {
      margin: -30px 0px 0px 20px; }
    .hero-area-v9 .hero-images .image-three .image-inner {
      margin: 20px 70px 0px -50px; }
    .hero-area-v9 .hero-images .image-four .image-inner {
      margin: 20px 50px 0px -50px; }
  .template-footer.webinar-footer .newsletters-title h4 {
    font-size: 34px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .counter-items-v2 .counter-item.counter-left {
    display: block; }
    .counter-items-v2 .counter-item.counter-left .title {
      padding-left: 0;
      padding-top: 20px; }
  .footer-widgets .widget .social-links li a {
    margin-right: 2px; }
  .latest-news-v2 .latest-news-box .post-thumbnail {
    border-radius: 7px 7px 0 0; }
  .latest-news-v2 .latest-news-box .post-content {
    margin: 0;
    border-radius: 0 0 7px 7px;
    padding: 20px 25px 25px; }
  .latest-news-v2 .latest-news-box .title {
    font-size: 19px; }
  .latest-news-v2 .latest-news-box .post-author a {
    font-size: 15px; }
  .image-boxes-v2 .image-box .box-content {
    padding: 30px 25px;
    font-size: 15px; }
    .image-boxes-v2 .image-box .box-content .title {
      font-size: 17px; }
  .testimonial-slider-v1.testimonial-v1-fancy-boxed .testimonial-item {
    padding: 50px 30px; }
  .testimonial-slider-v1.testimonial-v1-fancy-boxed.testimonial-extra-margin {
    margin: 0; }
  .testimonial-slider-v1.testimonial-v1-fancy-boxed .slick-arrow {
    left: -10px; }
    .testimonial-slider-v1.testimonial-v1-fancy-boxed .slick-arrow.next-arrow {
      right: -10px; }
  .image-boxes-v3 .image-box {
    padding: 40px 30px; }
  .testimonial-slider-v2 .testimonial-item {
    padding: 40px 35px 40px 35px;
    margin-left: 15px;
    margin-top: 15px; }
    .testimonial-slider-v2 .testimonial-item::before {
      left: -10px;
      top: -10px;
      bottom: 10px;
      right: 10px; }
  .recent-projects .recent-project-item .project-content {
    padding: 40px 30px; }
  .recent-projects .recent-project-item .title {
    font-size: 18px; }
  .benefit-section .benefit-preview-images .image-one {
    margin-top: -180px; }
  .benefit-section .benefit-preview-images .image-two {
    margin-bottom: -180px; }
  .icon-boxes-v4 {
    padding-right: 0; } }

@media (max-width: 991px) {
  .template-header .header-extra > li:not(:first-child) {
    margin-left: 25px; }
  .fancy-icon-boxes-v1 .fancy-icon-box {
    display: block; }
    .fancy-icon-boxes-v1 .fancy-icon-box .box-content {
      padding-left: 0;
      padding-top: 30px; }
  .cta-with-particle.cta-with-particle .particle-left,
  .cta-with-particle.cta-with-particle .particle-right {
    max-width: 120px; }
  .hero-area-v2 .hero-content {
    margin-bottom: 60px; }
  .info-boxes-wrapper {
    padding: 50px 30px; }
    .info-boxes-wrapper .info-boxes .box-item {
      display: block;
      font-size: 16px; }
      .info-boxes-wrapper .info-boxes .box-item .box-icon {
        margin-bottom: 40px; }
  .team-members.team-masonry {
    margin-top: -140px; }
    .team-members.team-masonry .masonry-item {
      max-width: 50%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; }
      .team-members.team-masonry .masonry-item:nth-child(1) {
        margin-top: 240px; }
      .team-members.team-masonry .masonry-item:nth-child(3) {
        margin-top: -210px;
        margin-left: 50%; }
      .team-members.team-masonry .masonry-item:nth-child(4) {
        margin-top: -130px;
        margin-left: 0; }
      .team-members.team-masonry .masonry-item:nth-child(5) {
        margin-top: 100px; }
  .seo-score-box .score-box-title {
    font-size: 42px; }
  .seo-score-box .form-group {
    padding-bottom: 80px; }
    .seo-score-box .form-group button {
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .seo-score-box .form-group input {
      height: 65px;
      font-size: 15px; }
    .seo-score-box .form-group input:first-of-type {
      padding: 0 25px; }
    .seo-score-box .form-group input:last-of-type {
      padding: 0 25px; }
  .seo-score-box .seo-images {
    height: 60%;
    background-position: 0 0, bottom right; }
  .hero-area-v3 {
    background-size: auto;
    background-position: right bottom; }
    .hero-area-v3 .hero-content {
      padding-bottom: 80px; }
  .collaborate-section .collaborate-text-block {
    padding-bottom: 80px; }
  .section-one-third-left-map::before,
  .section-one-third-right-map::before {
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 25%; }
  .testimonial-slider-v1.testimonial-v1-boxed .testimonial-item {
    padding: 45px 30px 50px 30px; }
  .landio-video {
    height: 450px; }
  .hero-area-v4 {
    padding-bottom: 80px; }
    .hero-area-v4 .hero-content {
      padding-top: 200px; }
    .hero-area-v4 .hero-preview-galley {
      height: 660px; }
      .hero-area-v4 .hero-preview-galley .preview-inner img.image-3 {
        right: auto;
        left: 79px; }
      .hero-area-v4 .hero-preview-galley .preview-inner img.image-2 {
        right: auto;
        left: 0;
        bottom: 0; }
      .hero-area-v4 .hero-preview-galley .preview-inner img.image-1 {
        right: 96px;
        top: auto; }
      .hero-area-v4 .hero-preview-galley img.main-image-2 {
        right: 0; }
  .latest-news-v1 .latest-news-box .title {
    font-size: 20px; }
  .latest-news-v2 .latest-news-box .post-content {
    padding: 20px 25px 25px;
    margin-left: 25px; }
  .latest-news-v2 .latest-news-box .title {
    font-size: 19px; }
  .latest-news-v2 .latest-news-box .post-author a {
    font-size: 15px; }
  .latest-news-v2 .latest-news-box:hover .post-content {
    margin-left: 0; }
  .hero-area-v7 {
    padding-top: 180px;
    padding-bottom: 100px; }
    .hero-area-v7 .hero-content {
      max-width: 60%;
      margin: auto; }
      .hero-area-v7 .hero-content .hero-title {
        font-size: 44px;
        line-height: 1.3; }
    .hero-area-v7::after {
      display: none; }
  .service-tab .service-tab-nav .nav-tabs .nav-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%; }
  .hero-area-v8 .hero-content {
    padding: 220px 0 120px 0; }
  .benefit-section .benefit-content {
    padding-top: 120px;
    padding-bottom: 80px; }
  .benefit-section .benefit-preview-images {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 60px; }
    .benefit-section .benefit-preview-images .image-one,
    .benefit-section .benefit-preview-images .image-two {
      margin: 0; }
    .benefit-section .benefit-preview-images .image-two {
      padding-top: 50px; }
  .template-footer.footer-bordered .footer-widget-left {
    padding-right: 0; }
    .template-footer.footer-bordered .footer-widget-left::after {
      display: none; }
  .page-title-area .page-title {
    font-size: 48px; }
  .page-title-area .page-title-effect .particle-3 {
    right: 10%; }
  .page-title-area .page-title-effect .particle-4 {
    left: 16%; }
  .page-title-area .page-title-effect .particle-5 {
    right: 6%; }
  .page-title-area .breadcrumb-nav li {
    font-size: 18px; }
  .coming-soon-area .title {
    font-size: 52px;
    margin-bottom: 40px; }
  .hero-area-v9 .hero-content p {
    font-size: 15px;
    max-width: 100%; }
  .hero-area-v9 .hero-images {
    margin-top: 100px; }
  .common-heading-2 .title {
    font-size: 40px; }
  .portfolio-filter ul li {
    padding: 10px 20px; } }

@media (max-width: 767px) {
  .template-btn {
    padding: 14px 28px; }
  .hero-area-v1 .hero-content {
    padding-top: 110px;
    padding-bottom: 80px; }
    .hero-area-v1 .hero-content .hero-title {
      font-size: 42px; }
  .hero-area-v2 .hero-content .hero-title {
    font-size: 62px; }
  .preview-galley-v1 img.preview-image-6 {
    right: 0; }
  .preview-galley-v1 img.preview-image-3 {
    right: 20px; }
  .preview-galley-v1 img.preview-image-5 {
    right: 12%; }
  .image-boxes-v1.image-thumbnail-boxed .image-box {
    padding: 45px 25px; }
  .team-members.team-masonry {
    margin-top: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .team-members.team-masonry .masonry-item {
      max-width: 50%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      margin: 30px 0 0 !important; }
  .seo-score-box .score-box-title {
    font-size: 38px; }
  .collaborate-section {
    margin-bottom: 50px; }
    .collaborate-section .preview-image-v2 {
      margin-bottom: -50px; }
      .collaborate-section .preview-image-v2 img {
        max-height: unset; }
  .preview-image-v2:after {
    display: none; }
  .iconic-boxes-v1.icon-boxes-square-bordered .iconic-box {
    font-size: 16px; }
  .pricing-table-two {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 35px;
    padding: 45px 40px; }
    .pricing-table-two .left-content,
    .pricing-table-two .right-content {
      width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  .hero-area-v4 .hero-content {
    padding-bottom: 80px; }
    .hero-area-v4 .hero-content .hero-title {
      font-size: 62px; }
  .hero-area-v4 .hero-preview-galley {
    height: 520px; }
    .hero-area-v4 .hero-preview-galley .preview-inner img.image-3 {
      max-width: 200px; }
    .hero-area-v4 .hero-preview-galley .preview-inner img.image-2 {
      max-width: 220px; }
    .hero-area-v4 .hero-preview-galley .preview-inner img.image-1 {
      top: 30px;
      right: 30px;
      max-width: 220px; }
    .hero-area-v4 .hero-preview-galley img.main-image-1 {
      max-width: 300px; }
    .hero-area-v4 .hero-preview-galley img.main-image-2 {
      max-width: 260px; }
  .hero-area-v5 {
    padding-top: 220px;
    padding-bottom: 120px; }
    .hero-area-v5 .hero-content .hero-title {
      font-size: 58px; }
    .hero-area-v5 .hero-thumbnail-wrap {
      right: 15px;
      width: 420px;
      height: 380px;
      top: -60px; }
  .preview-square-oval-image {
    padding-right: 0; }
    .preview-square-oval-image .oval-image {
      bottom: 30px;
      width: 180px;
      height: 180px; }
  .testimonial-slider-v1.testimonial-v1-fancy-boxed.testimonial-extra-margin {
    margin: 0; }
  .testimonial-slider-v1.testimonial-v1-fancy-boxed .slick-arrow {
    left: -10px; }
    .testimonial-slider-v1.testimonial-v1-fancy-boxed .slick-arrow.next-arrow {
      right: -10px; }
  .blog-post-items .single-blog-post .post-title {
    font-size: 24px; }
  .blog-post-items .single-blog-post .post-meta li:not(:last-child) {
    margin-right: 15px; }
  .blog-post-items .single-blog-post.no-thumbnail, .blog-post-items .single-blog-post.thumbnail-cover {
    padding: 40px 35px; }
  .blog-details-content .post-title,
  .blog-details-content .post-subtitle {
    font-size: 24px; }
  .blog-details-content .post-meta li:not(:last-child) {
    margin-right: 15px; }
  .blog-details-content blockquote {
    padding: 40px; }
    .blog-details-content blockquote p {
      font-size: 20px; }
  .blog-details-content .post-author-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .blog-details-content .post-author-box .author-thumbnail {
      margin-right: 0;
      margin-bottom: 30px; }
  .contact-map {
    height: 420px; }
  .hero-area-v6 .hero-content {
    padding-top: 230px;
    padding-bottom: 140px; }
    .hero-area-v6 .hero-content .hero-title {
      font-size: 58px; }
  .image-boxes-v3 .image-box {
    padding: 40px 30px; }
  .testimonial-slider-v2 .testimonial-item {
    padding: 40px 35px 40px 35px;
    margin-left: 15px;
    margin-top: 15px; }
    .testimonial-slider-v2 .testimonial-item::before {
      left: -10px;
      top: -10px;
      bottom: 10px;
      right: 10px; }
  .newsletter-form.form-two .input-field input {
    width: calc(100% - 210px); }
  .hero-area-v7 .hero-content {
    max-width: 80%; }
  .preview-galley-v8 img.preview-one {
    max-width: 85%; }
  .preview-galley-v8 img.preview-three {
    left: 0;
    max-width: 200px; }
  .service-tab .service-tab-nav .nav-tabs .nav-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .hero-area-v8 .hero-content .hero-title {
    font-size: 52px;
    line-height: 1.2; }
  .page-title-area {
    padding-top: 125px;
    padding-bottom: 125px; }
  .common-heading .title {
    font-size: 32px;
    letter-spacing: -1px; }
  .coming-soon-area .title {
    font-size: 42px;
    margin-bottom: 30px; }
  .coming-soon-area .newsletter-notice {
    font-size: 18px; }
  .hero-area-v9 {
    padding: 150px 0 30px; }
    .hero-area-v9 .hero-content .hero-title {
      font-size: 70px; }
    .hero-area-v9 .hero-images {
      margin-top: 50px; }
      .hero-area-v9 .hero-images .image-three .image-inner {
        margin: 20px 70px 0px 0px; }
      .hero-area-v9 .hero-images .image-four .image-inner {
        margin: 20px 15px 0px -40px; }
  .icon-boxes-v4 {
    padding-right: 0; }
  .portfolio-filter ul li {
    padding: 8px 14px; } }

@media (max-width: 575px) {
  .preview-galley-v3 img.preview-image-2 {
    right: 0; }
  .preview-galley-v3 img.preview-image-3 {
    left: 0; }
  .counter-items-v1 .counter-item .counter-wrap {
    font-size: 28px; }
  .counter-items-v1 .counter-item .title {
    font-size: 15px; }
  .hero-area-v2 .hero-content .hero-title {
    font-size: 52px; }
  .info-boxes-wrapper {
    padding: 50px 30px; }
    .info-boxes-wrapper .info-boxes {
      -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
      gap: 50px; }
    .info-boxes-wrapper::after {
      display: none; }
  .team-members.team-masonry .masonry-item {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .seo-score-box .form-group {
    display: block; }
    .seo-score-box .form-group input:first-of-type,
    .seo-score-box .form-group input:last-of-type {
      width: 100%;
      border-radius: 30px;
      height: 60px;
      margin-bottom: 10px; }
    .seo-score-box .form-group::after {
      display: none; }
    .seo-score-box .form-group button {
      position: unset;
      width: 100%;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      width: auto; }
  .landio-accordion-v1 .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    padding: 20px 30px 20px 25px; }
    .landio-accordion-v1 .accordion-item .accordion-header .accordion-button::after {
      margin-right: -8px; }
  .landio-accordion-v1 .accordion-item .accordion-body {
    padding: 0 25px 25px;
    font-size: 16px; }
  .landio-accordion-v1.accordion-bordered .accordion-item .accordion-header .accordion-button {
    padding: 16px 25px; }
  .hero-area-v3 {
    background-size: contain; }
    .hero-area-v3 .hero-content {
      padding-bottom: 100px; }
      .hero-area-v3 .hero-content .hero-title {
        font-size: 48px; }
    .hero-area-v3 .hero-particle {
      display: none; }
  .fancy-check-list-v2 li {
    font-size: 18px;
    margin-left: 0 !important; }
    .fancy-check-list-v2 li .list-inner {
      width: 100%;
      padding: 20px 20px 20px 60px; }
      .fancy-check-list-v2 li .list-inner::before {
        left: 15px; }
  .iconic-boxes-v1.icon-boxes-square-bordered .iconic-box::before {
    left: -13px;
    top: -13px;
    bottom: 7px;
    right: 7px; }
  .iconic-boxes-v1.icon-boxes-square-bordered .iconic-box::after {
    left: -10px;
    top: -10px;
    bottom: -10px;
    right: -10px; }
  .preview-galley-v4 {
    width: 95%; }
  .fancy-icon-boxes-v2 .fancy-icon-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .fancy-icon-boxes-v2 .fancy-icon-box .box-content {
      padding-left: 0;
      padding-top: 40px; }
  .hero-area-v5 .hero-content .hero-title {
    font-size: 48px; }
  .hero-area-v5 .hero-thumbnail-wrap {
    width: 355px;
    height: 320px; }
  .preview-square-oval-image.with-counter-box {
    padding-left: 0;
    padding-top: 30px; }
  .preview-square-oval-image .counter-item {
    left: 0;
    top: 0; }
  .testimonial-slider-v1.testimonial-v1-fancy-boxed .testimonial-item {
    padding: 40px 30px; }
    .testimonial-slider-v1.testimonial-v1-fancy-boxed .testimonial-item p {
      font-size: 18px; }
  .contact-info-boxes-v1 .contact-info-box {
    padding: 40px; }
  .blog-post-items .single-blog-post .post-title {
    font-size: 22px; }
  .blog-post-items .single-blog-post .post-meta li:not(:last-child) {
    margin-right: 10px; }
  .blog-post-items .single-blog-post.no-thumbnail, .blog-post-items .single-blog-post.thumbnail-cover {
    padding: 40px 30px; }
  .blog-post-items .single-blog-post .post-read-more {
    padding: 14px 30px; }
  .blog-details-content .post-title,
  .blog-details-content .post-subtitle {
    font-size: 22px; }
  .blog-details-content .post-meta li:not(:last-child) {
    margin-right: 10px; }
  .blog-details-content blockquote {
    padding: 30px; }
    .blog-details-content blockquote p {
      font-size: 18px; }
  .blog-details-content .post-author-box {
    padding: 35px; }
  .blog-details-content .related-tags .item-heading,
  .blog-details-content .social-links .item-heading {
    min-width: auto; }
  .comments-template .comments-list .comment .comment-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .comments-template .comments-list .comment .avatar {
    margin-right: 0;
    margin-bottom: 30px; }
  .comments-template .comments-list .comment .children {
    padding-left: 40px; }
  .comments-template .comments-list .comment .author-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .comments-template .comments-list .comment .author-name .date {
      margin-top: 10px; }
  .contact-map {
    height: 380px; }
  .contact-form-v2 label {
    display: none; }
  .contact-form-v2 input,
  .contact-form-v2 textarea {
    padding: 0 20px;
    height: 65px;
    font-size: 16px; }
    .contact-form-v2 input:focus,
    .contact-form-v2 textarea:focus {
      padding-left: 20px; }
  .contact-form-v2 textarea {
    padding-top: 20px;
    height: 220px; }
  .preview-image-v4 {
    padding-right: 50px; }
    .preview-image-v4 .image-two {
      margin-top: -120px;
      margin-right: -50px;
      max-width: 60%;
      margin-left: auto; }
  /*======= Service Details =======*/
  .service-details-content .service-title {
    font-size: 38px; }
  .service-details-content .service-subtitle {
    font-size: 26px; }
  .hero-area-v6 .hero-content .hero-title {
    font-size: 48px; }
  .image-boxes-v3 .image-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .image-boxes-v3 .image-box .title {
      font-size: 22px; }
    .image-boxes-v3 .image-box .box-image {
      margin-right: 0;
      margin-bottom: 35px; }
  .video-cta .video-cta-text-block {
    padding: 50px 30px; }
    .video-cta .video-cta-text-block .title {
      font-size: 32px; }
  .testimonial-slider-v2 .testimonial-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .testimonial-slider-v2 .testimonial-item .author-quote {
      margin-right: 0;
      margin-bottom: 50px; }
  .newsletter-form.form-two .input-field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .newsletter-form.form-two .input-field input {
      width: 100%; }
    .newsletter-form.form-two .input-field .template-btn {
      margin-top: 15px;
      width: auto; }
  .preview-galley-v2 {
    padding: 40px 30px 40px 0; }
  .hero-area-v7 .hero-content {
    max-width: 90%; }
    .hero-area-v7 .hero-content .hero-title {
      font-size: 38px; }
  .preview-galley-v8 {
    min-height: 400px; }
    .preview-galley-v8 img.preview-one {
      max-width: 75%; }
    .preview-galley-v8 img.preview-two {
      left: 30px;
      top: 40px;
      max-width: 280px; }
    .preview-galley-v8 img.preview-three {
      max-width: 150px; }
  .service-tab .service-tab-nav .nav-tabs .nav-link {
    font-size: 14px;
    padding: 15px; }
  .testimonial-slider-v1.quote-left-bordered .testimonial-item {
    padding: 40px; }
    .testimonial-slider-v1.quote-left-bordered .testimonial-item .quote-icon {
      position: unset; }
  .hero-area-v8 .hero-content {
    padding: 200px 0px 100px; }
    .hero-area-v8 .hero-content .hero-title {
      font-size: 48px; }
  .template-footer.webinar-footer .newsletters-title h4 {
    font-size: 30px; }
  .template-footer.webinar-footer .newsletters-form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .template-footer.webinar-footer .newsletters-form form button {
      margin-left: 0;
      margin-top: 15px; }
  .common-heading-2 .title {
    font-size: 32px; }
  .portfolio-details-content .portfolio-title {
    font-size: 28px; } }

@media (max-width: 424px) {
  .hero-area-v1 .hero-btns.d-flex,
  .hero-area-v3 .hero-btns.d-flex,
  .hero-area-v4 .hero-btns.d-flex,
  .hero-area-v6 .hero-btns.d-flex,
  .hero-area-v8 .hero-btns.d-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .hero-area-v1 .hero-content {
   /* text-align: left;*/ }
    .hero-area-v1 .hero-content .hero-title {
      font-size: 38px; }
  .hero-area-v1 .hero-img img {
    border-radius: 10px; }
  .image-boxes-v1 .image-box {
    padding: 40px 30px; }
  .fancy-icon-boxes-v1 .fancy-icon-box {
    display: block;
    padding: 30px;
    font-size: 15px; }
    .fancy-icon-boxes-v1 .fancy-icon-box .title {
      font-size: 20px; }
    .fancy-icon-boxes-v1 .fancy-icon-box .box-icon {
      font-size: 55px;
      max-width: 55px; }
  .testimonial-slider-v1 .testimonial-item p {
    font-size: 18px; }
  .slick-dots {
    margin-top: 50px; }
  .info-boxes-wrapper .info-boxes .box-title {
    font-size: 20px; }
  .latest-news-v1 .latest-news-box .post-meta {
    gap: 10px; }
  .latest-news-v1 .latest-news-box .title {
    font-size: 20px; }
  .latest-news-v1 .latest-news-box .read-more-btn {
    padding: 12px 25px; }
  .fancy-check-list-v1 li {
    padding: 80px 35px 35px; }
  .testimonial-slider-v1.testimonial-v1-boxed .testimonial-item {
    padding: 40px 30px 45px 30px; }
    .testimonial-slider-v1.testimonial-v1-boxed .testimonial-item p {
      font-size: 17px; }
  .landio-video {
    height: 380px; }
  .testimonial-with-video .testimonials-section {
    padding-top: 300px; }
  .testimonial-with-video .landio-video {
    margin-bottom: -200px; }
  .pricing-table-two {
    padding: 45px 30px; }
    .pricing-table-two .plan-feature li {
      font-size: 16px; }
    .pricing-table-two .plan-cost .price {
      font-size: 42px; }
  .hero-area-v4 {
    padding-bottom: 80px; }
    .hero-area-v4 .hero-content {
      padding-bottom: 0; }
      .hero-area-v4 .hero-content .hero-title {
        font-size: 48px; }
    .hero-area-v4 .hero-preview-galley {
      display: none; }
  .preview-galley-v4 img.preview-image-3 {
    max-width: 150px;
    left: -15px; }
  .preview-galley-v4 img.preview-image-4 {
    max-width: 180px;
    right: -15px; }
  .fancy-icon-boxes-v2 .fancy-icon-box {
    padding: 45px 30px; }
  .testimonial-boxes-v1 .testimonial-box .author-rating {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .testimonial-boxes-v1 .testimonial-box .author-rating .author-brand {
      margin-bottom: 25px; }
  .testimonial-boxes-v1 .testimonial-box .author-comments {
    font-size: 16px; }
  .testimonial-boxes-v1 .testimonial-box .author-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .testimonial-boxes-v1 .testimonial-box .author-info img {
      margin-right: 0;
      margin-bottom: 20px; }
  .latest-news-v2 .latest-news-box .post-thumbnail {
    border-radius: 7px 7px 0 0; }
  .latest-news-v2 .latest-news-box .post-content {
    margin: 0;
    border-radius: 0 0 7px 7px; }
  .hero-area-v5 {
    padding-top: 180px;
    padding-bottom: 80px; }
    .hero-area-v5 .hero-content .hero-title {
      font-size: 36px; }
    .hero-area-v5 .hero-content p {
      font-size: 16px; }
    .hero-area-v5 .hero-thumbnail-wrap {
      display: none; }
  .testimonial-slider-v1.testimonial-v1-fancy-boxed .testimonial-item {
    margin: 40px 0 0; }
    .testimonial-slider-v1.testimonial-v1-fancy-boxed .testimonial-item::after, .testimonial-slider-v1.testimonial-v1-fancy-boxed .testimonial-item::before {
      display: none; }
  .contact-info-boxes-v1 .contact-info-box {
    padding: 30px 20px; }
    .contact-info-boxes-v1 .contact-info-box .title {
      font-size: 20px; }
  .contact-form-v1 {
    padding: 40px 30px; }
  .preview-image-showcase {
    margin-left: -8px;
    margin-right: -8px; }
    .preview-image-showcase .images-left,
    .preview-image-showcase .images-right {
      padding-left: 8px;
      padding-right: 8px; }
    .preview-image-showcase .images-left {
      margin-top: 32px; }
    .preview-image-showcase img {
      margin-bottom: 16px; }
  .hero-area-v6 .hero-content {
    padding-top: 180px;
    padding-bottom: 115px; }
    .hero-area-v6 .hero-content .hero-title {
      font-size: 38px; }
    .hero-area-v6 .hero-content p {
      font-size: 16px; }
  .hero-area-v7 .hero-content {
    max-width: 100%; }
    .hero-area-v7 .hero-content .hero-title {
      font-size: 38px; }
    .hero-area-v7 .hero-content p {
      font-size: 16px; }
  .preview-galley-v8 {
    min-height: 345px; }
    .preview-galley-v8 img {
      border-radius: 20px; }
      .preview-galley-v8 img.preview-one {
        max-width: 80%; }
      .preview-galley-v8 img.preview-two {
        left: 0;
        top: 30px;
        max-width: 220px; }
      .preview-galley-v8 img.preview-three {
        max-width: 120px;
        bottom: 0; }
  .service-tab .service-tab-nav .nav-tabs .nav-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .testimonial-slider-v1.quote-left-bordered .testimonial-item {
    padding: 40px 30px; }
    .testimonial-slider-v1.quote-left-bordered .testimonial-item .author-info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .testimonial-slider-v1.quote-left-bordered .testimonial-item .author-info img {
        margin: 0 0 20px; }
  .icon-boxes-v3 .iconic-box .title {
    font-size: 20px; }
  .icon-boxes-v3 .iconic-box .box-btn {
    font-size: 12px 25px;
    font-size: 15px; }
  .hero-area-v8 .hero-content .hero-title {
    font-size: 42px; }
  .screenshot-slider .screenshot-item img {
    border-radius: 10px; }
  .pricing-table-three {
    padding: 50px 30px; }
    .pricing-table-three .price {
      font-size: 45px; }
    .pricing-table-three .plan-name {
      font-size: 13px; }
    .pricing-table-three .plan-subtitle {
      font-size: 16px; }
    .pricing-table-three .pricing-btn {
      padding: 14px 30px; }
  .page-title-area .page-title {
    font-size: 38px; }
  .page-title-area .breadcrumb-nav li {
    font-size: 17px; }
  .common-heading .title {
    font-size: 28px; }
  .common-heading.title-line .title span img {
    display: none; }
  .hero-area-v9 .hero-images {
    display: none; }
  .preview-image-v6 .video-wrap {
    border-width: 5px;
    margin-left: 0;
    width: 45%;
    max-width: 45%; }
  .preview-image-v6 .image-one {
    display: none; }
  .preview-image-v6 .image-two {
    width: 80%;
    max-width: 80%;
    margin-left: auto; }
  .landio-accordion-v2 .accordion-item {
    padding: 0 20px; }
  .booking-form .form-title {
    padding: 18px 25px;
    font-size: 20px; }
  .booking-form form {
    padding: 25px; }
    .booking-form form button {
      padding: 0 15px;
      font-size: 12px;
      height: 50px; }
  .template-footer.webinar-footer .copyright-area .footer-nav li :not(:first-child) {
    margin-left: 10px; }
  .template-footer.webinar-footer .copyright-area .footer-nav li a {
    font-size: 15px; }
  .template-footer.webinar-footer .copyright-area .copyright-text {
    font-size: 15px; }
  .sign-in-up-wrapper .form-groups {
    padding: 15px; }
  .sign-in-up-wrapper .form-title {
    font-size: 22px; } }

:root {
    --vs-primary: #473bf0;
    --vs-primary-2: #5b4bff;
    --vs-border: #e6e8ee;
    --vs-bot: #eef2ff;
    --vs-user: #e8fff3;
    --vs-text: #1f2937;
}

/* دکمه FAB */
.vs-btn-fab {
    position: fixed !important;
    bottom: 22px !important;
    left: 22px !important;
    top: auto !important;
    z-index: 2147483647 !important;
    /*width: 72px;
    height: 72px;*/ /* اندازه بزرگ‌تر */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:transparent;
    border: 0;
   /* box-shadow: 0 10px 25px rgba(0,0,0,.2);*/
    cursor: pointer;
    padding: 0;
}

.vs-left {
    left: 22px;
    right: auto;
}
/* ↙ گوشه چپ */
.vs-btn-fab img {
    pointer-events: none;
    border-radius: 50%;
 /*   width: 64px;
    height: 64px;*/
}

/* باکس چت */
.vs-chatbox {
    position: fixed;
    bottom: 96px;
    z-index: 99998;
    width: 360px;
    max-height: 70vh;
    display: none;
    flex-direction: column;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0,0,0,.25);
}

    .vs-chatbox.vs-left {
        left: 22px;
        right: auto;
    }

@media (max-width:480px) {
    .vs-chatbox {
        left: 10px !important;
        right: 10px !important;
        width: auto;
    }
}

.vs-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    color: #fff;
    background: linear-gradient(125deg,var(--vs-primary),#2a246a);
}

.vs-brand {
    display: flex;
    gap: 10px;
    align-items: center
}

.vs-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff
}

.vs-title {
    font-weight: 700;
    font-size: 14px
}

.vs-sub {
    opacity: .85;
    font-size: 12px
}

.vs-close {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 16px;
    cursor: pointer
}

.vs-messages {
    padding: 14px;
    height: calc(70vh - 160px);
    overflow: auto;
    background: #fafbff
}

.vs-msg {
    display: flex;
    margin: 8px 0
}

.vs-bot {
    justify-content: flex-start
}

.vs-user {
    justify-content: flex-end
}

.vs-bubble {
    max-width: 80%;
    padding: 10px 12px;
    border-radius: 14px;
    line-height: 1.7;
    font-size: 14px;
    color: var(--vs-text);
    white-space: pre-wrap
}

.vs-bot .vs-bubble {
    background: var(--vs-bot);
    border: 1px solid #dfe4ff
}

.vs-user .vs-bubble {
    background: var(--vs-user);
    border: 1px solid #d6f5e5
}

.vs-typing {
    padding: 6px 16px 10px;
    background: #fafbff;
    border-top: 1px solid var(--vs-border)
}

    .vs-typing .dot {
        width: 8px;
        height: 8px;
        margin: 0 2px;
        border-radius: 50%;
        display: inline-block;
        background: #9aa3b2;
        animation: blink 1.2s infinite ease-in-out
    }

        .vs-typing .dot:nth-child(2) {
            animation-delay: .2s
        }

        .vs-typing .dot:nth-child(3) {
            animation-delay: .4s
        }

@keyframes blink {
    0%,80%,100% {
        opacity: .2
    }

    40% {
        opacity: 1
    }
}

.vs-input {
    display: flex;
    gap: 8px;
    align-items: center;
    border-top: 1px solid var(--vs-border);
    padding: 10px 12px;
    background: #fff
}

    .vs-input input {
        flex: 1;
        border: 1px solid var(--vs-border);
        border-radius: 10px;
        padding: 10px 12px;
        font-size: 14px
    }

.vs-send {
    background: var(--vs-primary);
    color: #fff;
    border: 0;
    border-radius: 10px;
    padding: 10px 14px;
    cursor: pointer
}

.vc-seo-faq {
    background: #f8f9fc;
}

.vc-seo-faq-list {
    display: grid;
    gap: 14px;
}

.vc-seo-faq-list details {
    background: #fff;
    border: 1px solid #e7e9f2;
    border-radius: 16px;
    padding: 0 22px;
    box-shadow: 0 8px 24px rgba(31, 35, 53, .05);
    overflow: hidden;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.vc-seo-faq-list details[open] {
    border-color: rgba(101, 84, 232, .28);
    box-shadow: 0 12px 30px rgba(31, 35, 53, .08);
}

.vc-seo-faq-list summary {
    position: relative;
    padding: 20px 4px 20px 52px;
    color: #20233a;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.9;
    cursor: pointer;
    list-style: none;
}

.vc-seo-faq-list summary::-webkit-details-marker {
    display: none;
}

.vc-seo-faq-list summary::before {
    content: "+";
    position: absolute;
    left: 0;
    top: 50%;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    color: #6554e8;
    background: rgba(101, 84, 232, .09);
    border: 1px solid rgba(101, 84, 232, .16);
    border-radius: 50%;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
}

.vc-seo-faq-list details[open] summary::before {
    content: "−";
    color: #fff;
    background: #6554e8;
}

.vc-seo-faq-list p {
    margin: 0;
    padding: 0 4px 22px 52px;
    color: #62657a;
    line-height: 2;
}

.vc-seo-faq-list a {
    color: #6554e8;
    text-decoration: underline;
}

.vc-hero-trial-note {
    width: min(100%, 390px);
    max-width: 100%;
    margin: 22px auto 18px !important;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #2f3652 !important;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.6;
    white-space: nowrap;
}

.vc-hero-trial-note::before,
.vc-hero-trial-note::after {
    content: "";
    width: 62px;
    height: 1px;
    flex: 0 1 62px;
}

.vc-hero-trial-note::before {
    background: linear-gradient(90deg, transparent, rgba(79, 70, 229, .35));
}

.vc-hero-trial-note::after {
    background: linear-gradient(90deg, rgba(79, 70, 229, .35), transparent);
}

.vc-hero-trial-note strong {
    color: #5145e5;
    font-size: 17px;
    font-weight: 950;
}

.vc-trial-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ff7143;
    filter: drop-shadow(0 5px 8px rgba(255, 113, 67, .22));
}

.vc-trial-icon i {
    font-size: 15px;
}

.vc-accent-text {
    color: #7865fe;
}

.vc-mobile-auth-actions {
    display: none;
}

.chip {
    text-decoration: none;
}

.vc-chat-hidden {
    display: none;
}

@media (max-width: 767px) {
    .vc-seo-faq-list details {
        padding: 0 15px;
        border-radius: 14px;
    }

    .vc-seo-faq-list summary {
        padding: 17px 2px 17px 44px;
        font-size: 14px;
    }

    .vc-seo-faq-list summary::before {
        width: 28px;
        height: 28px;
        font-size: 19px;
    }

    .vc-seo-faq-list p {
        padding-left: 44px;
    }

    .vc-hero-trial-note {
        margin-top: 18px !important;
        margin-bottom: 14px !important;
        font-size: 14px;
    }

    .vc-hero-trial-note::before,
    .vc-hero-trial-note::after {
        width: 32px;
        flex-basis: 32px;
    }

    .vc-hero-trial-note strong {
        font-size: 16px;
    }

    .hero-area-v1 .hero-content .hero-btns {
        width: 100%;
        margin: 0 auto !important;
        padding: 0 !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }

    .hero-area-v1 .hero-content .hero-btns li {
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
        display: flex;
        justify-content: center;
    }

    .hero-area-v1 .hero-content .hero-btns .template-btn {
        width: min(100%, 230px);
        margin: 0 auto !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 1199px) {
    .mobile-slide-panel .panel-inner {
        display: flex;
        flex-direction: column;
    }

    .vc-mobile-auth-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        width: calc(100% - 44px);
        margin: 38px auto 10px;
        padding-top: 18px;
        border-top: 1px solid rgba(226, 232, 240, .85);
        direction: rtl;
    }

    .vc-mobile-auth-actions a {
        min-height: 50px;
        border-radius: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        font-weight: 950;
        line-height: 1.6;
        text-decoration: none !important;
        transition: .22s ease;
    }

    .vc-mobile-register {
        color: #fff !important;
        background: linear-gradient(135deg, #4f46e5, #6d5dfc);
        box-shadow: 0 16px 32px rgba(79, 70, 229, .22);
    }

    .vc-mobile-login {
        color: #172033 !important;
        background: #fff;
        border: 1px solid rgba(79, 70, 229, .16);
        box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
    }

    .vc-mobile-auth-actions a:hover {
        transform: translateY(-2px);
    }

    .vc-mobile-auth-actions i {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .vc-mobile-auth-actions {
        margin-top: 28px;
        width: calc(100% - 36px);
    }

    .vc-mobile-auth-actions a {
        min-height: 48px;
        border-radius: 16px;
        font-size: 14px;
    }
}

