.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('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('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(../themes/IranHLS/fonts/IRANSansWeb_Bold.eot);
    src: url(../themes/IranHLS/fonts/IRANSansWeb_Bold.eot?#iefix) format("embedded-opentype"), url(../themes/IranHLS/fonts/IRANSansWeb_Bold.woff2) format("woff2"), url(../themes/IranHLS/fonts/IRANSansWeb_Bold.woff) format("woff"), url(../themes/IranHLS/fonts/IRANSansWeb_Bold.ttf) format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-weight: 500;
    font-style: normal;
    src: url(../themes/IranHLS/fonts/IRANSansWeb_Medium.eot);
    src: url(../themes/IranHLS/fonts/IRANSansWeb_Medium.eot?#iefix) format("embedded-opentype"), url(../themes/IranHLS/fonts/IRANSansWeb_Medium.woff2) format("woff2"), url(../themes/IranHLS/fonts/IRANSansWeb_Medium.woff) format("woff"), url(../themes/IranHLS/fonts/IRANSansWeb_Medium.ttf) format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-weight: 300;
    font-style: normal;
    src: url(../themes/IranHLS/fonts/IRANSansWeb_Light.eot);
    src: url(../themes/IranHLS/fonts/IRANSansWeb_Light.eot?#iefix) format("embedded-opentype"), url(../themes/IranHLS/fonts/IRANSansWeb_Light.woff2) format("woff2"), url(../themes/IranHLS/fonts/IRANSansWeb_Light.woff) format("woff"), url(../themes/IranHLS/fonts/IRANSansWeb_Light.ttf) format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-weight: 400;
    font-style: normal;
    src: url(../themes/IranHLS/fonts/IRANSansWeb.eot);
    src: url(../themes/IranHLS/fonts/IRANSansWeb.eot?#iefix) format("embedded-opentype"), url(../themes/IranHLS/fonts/IRANSansWeb.woff2) format("woff2"), url(../themes/IranHLS/fonts/IRANSansWeb.woff) format("woff"), url(../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(../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('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('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('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(../img/appstore.png);
    }

    .application-button.googleplay-button {
        background: url(../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('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('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('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(../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(../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(../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(../themes/IranHLS/css/fontawesome/fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(../themes/IranHLS/css/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(../themes/IranHLS/css/fontawesome/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(../themes/IranHLS/css/fontawesome/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(../themes/IranHLS/css/fontawesome/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url(../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(../themes/IranHLS/css/elegant-icons/fonts/ElegantIcons.eot);
    src: url(../themes/IranHLS/css/elegant-icons/fonts/ElegantIcons.eot?#iefix) format('embedded-opentype'), url(../themes/IranHLS/css/elegant-icons/fonts/ElegantIcons.woff) format('woff'), url(../themes/IranHLS/css/elegant-icons/fonts/ElegantIcons.ttf) format('truetype'), url(../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(../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;
}