img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: 0 0 !important;
    padding: 0 !important;
}
@charset "UTF-8";
.wp-block-archives-dropdown label {
    display: block;
}
.wp-block-avatar.aligncenter {
    text-align: center;
}
.wp-block-audio {
    margin: 0 0 1em;
}
.wp-block-audio figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
.wp-block-audio audio {
    width: 100%;
    min-width: 300px;
}
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-align: center;
    text-decoration: none;
    word-break: break-word;
    box-sizing: border-box;
}
.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-buttons > .wp-block-button.has-custom-width {
    max-width: none;
}
.wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
    width: 100%;
}
.wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
    font-size: inherit;
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    width: calc(25% - var(--wp--style--block-gap, 0.5em) * 0.75);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
    width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.5);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
    width: calc(75% - var(--wp--style--block-gap, 0.5em) * 0.25);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
    width: 100%;
    flex-basis: 100%;
}
.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-25 {
    width: 25%;
}
.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-50 {
    width: 50%;
}
.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-75 {
    width: 75%;
}
.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 > :where(.wp-block-button__link),
:where(.wp-block-button__link).is-style-outline {
    border: 2px solid;
    padding: 0.667em 1.333em;
}
.is-style-outline > .wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
    color: currentColor;
}
.is-style-outline > .wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background) {
    background-color: transparent;
}
.wp-block-buttons.is-vertical {
    flex-direction: column;
}
.wp-block-buttons.is-vertical > .wp-block-button:last-child {
    margin-bottom: 0;
}
.wp-block-buttons > .wp-block-button {
    display: inline-block;
    margin: 0;
}
.wp-block-buttons.is-content-justification-left {
    justify-content: flex-start;
}
.wp-block-buttons.is-content-justification-left.is-vertical {
    align-items: flex-start;
}
.wp-block-buttons.is-content-justification-center {
    justify-content: center;
}
.wp-block-buttons.is-content-justification-center.is-vertical {
    align-items: center;
}
.wp-block-buttons.is-content-justification-right {
    justify-content: flex-end;
}
.wp-block-buttons.is-content-justification-right.is-vertical {
    align-items: flex-end;
}
.wp-block-buttons.is-content-justification-space-between {
    justify-content: space-between;
}
.wp-block-buttons.aligncenter {
    text-align: center;
}
.wp-block-buttons:not(
        .is-content-justification-space-between,
        .is-content-justification-right,
        .is-content-justification-left,
        .is-content-justification-center
    )
    .wp-block-button.aligncenter {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.wp-block-button.aligncenter,
.wp-block-calendar {
    text-align: center;
}
.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: 0.25em;
    border: 1px solid #ddd;
}
.wp-block-calendar tfoot td {
    border: none;
}
.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse;
}
.wp-block-calendar table th {
    font-weight: 400;
    background: #ddd;
}
.wp-block-calendar a {
    text-decoration: underline;
}
.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-code code {
    display: block;
    font-family: inherit;
    overflow-wrap: break-word;
    white-space: pre-wrap;
}
.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    box-sizing: border-box;
    flex-wrap: wrap !important;
    align-items: normal !important;
}
@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap: nowrap !important;
    }
}
.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;
}
@media (max-width: 781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 100% !important;
    }
}
@media (min-width: 782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 0;
        flex-grow: 1;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*="flex-basis"] {
        flex-grow: 0;
    }
}
.wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: nowrap !important;
}
.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
}
.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column[style*="flex-basis"] {
    flex-grow: 0;
}
:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em;
}
.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}
.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start;
}
.wp-block-column.is-vertically-aligned-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-comments-pagination > .wp-block-comments-pagination-next,
.wp-block-comments-pagination > .wp-block-comments-pagination-numbers,
.wp-block-comments-pagination > .wp-block-comments-pagination-previous {
    margin-right: 0.5em;
    margin-bottom: 0.5em;
}
.wp-block-comments-pagination > .wp-block-comments-pagination-next:last-child,
.wp-block-comments-pagination > .wp-block-comments-pagination-numbers:last-child,
.wp-block-comments-pagination > .wp-block-comments-pagination-previous:last-child {
    margin-right: 0;
}
.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
    margin-right: 1ch;
    display: inline-block;
}
.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1);
}
.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
    margin-left: 1ch;
    display: inline-block;
}
.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1);
}
.wp-block-comments-pagination.aligncenter {
    justify-content: center;
}
.wp-block-comment-template {
    margin-bottom: 0;
    max-width: 100%;
    list-style: none;
    padding: 0;
}
.wp-block-comment-template li {
    clear: both;
}
.wp-block-comment-template ol {
    margin-bottom: 0;
    max-width: 100%;
    list-style: none;
    padding-left: 2rem;
}
.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box;
}
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
    background-attachment: fixed;
}
@supports (-webkit-touch-callout: inherit) {
    .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.is-repeated,
.wp-block-cover.is-repeated {
    background-repeat: repeat;
    background-size: auto;
}
.wp-block-cover-image.has-background-dim:not([class*="-background-color"]),
.wp-block-cover-image .has-background-dim:not([class*="-background-color"]),
.wp-block-cover.has-background-dim:not([class*="-background-color"]),
.wp-block-cover .has-background-dim:not([class*="-background-color"]) {
    background-color: #000;
}
.wp-block-cover-image .has-background-dim.has-background-gradient,
.wp-block-cover .has-background-dim.has-background-gradient {
    background-color: transparent;
}
.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__background,
.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__background,
.wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.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 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: 0.1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.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 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: 0.2;
}
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.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 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: 0.3;
}
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.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 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: 0.4;
}
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.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 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.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 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: 0.6;
}
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.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 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: 0.7;
}
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.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 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: 0.8;
}
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.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 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: 0.9;
}
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.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 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1;
}
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
    opacity: 0;
}
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
    opacity: 0.1;
}
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
    opacity: 0.2;
}
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
    opacity: 0.3;
}
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
    opacity: 0.4;
}
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
    opacity: 0.5;
}
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
    opacity: 0.6;
}
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
    opacity: 0.7;
}
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
    opacity: 0.8;
}
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
    opacity: 0.9;
}
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
    opacity: 1;
}
.wp-block-cover-image .block-library-cover__padding-visualizer,
.wp-block-cover .block-library-cover__padding-visualizer {
    z-index: 2;
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 420px;
    width: 100%;
}
.wp-block-cover-image:after,
.wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit;
}
@supports (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: 100%;
    z-index: 1;
    color: #fff;
}
.wp-block-cover-image.is-light .wp-block-cover__inner-container,
.wp-block-cover.is-light .wp-block-cover__inner-container {
    color: #000;
}
.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 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-image img.wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover img.wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none;
}
.wp-block-cover__image-background,
.wp-block-cover__video-background {
    z-index: 0;
}
.wp-block-cover-image-text,
.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,
.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,
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-left: 0;
    text-align: left;
}
.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-right: 0;
    text-align: right;
}
.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: 840px;
    padding: 0.44em;
    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-cover .wp-block-embed {
    min-width: 320px;
    min-height: 240px;
}
.wp-block-embed {
    margin: 0 0 1em;
    overflow-wrap: break-word;
}
.wp-block-embed figcaption {
    margin-top: 0.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;
    right: 0;
    bottom: 0;
    left: 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-16 .wp-block-embed__wrapper:before {
    padding-top: 177.77%;
}
.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__embed {
    margin-bottom: 1em;
}
.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: 0.8em;
    padding: 0.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: 0.85;
    text-decoration: none;
}
.wp-block-file * + .wp-block-file__button {
    margin-left: 0.75em;
}
.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
    margin: 0 1em 1em 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: calc(50% - 1em);
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
    margin: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 3em 0.77em 0.7em;
    color: #fff;
    text-align: center;
    font-size: 0.8em;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent);
    box-sizing: border-box;
    margin: 0;
    z-index: 2;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
    display: inline;
}
.blocks-gallery-grid:not(.has-nested-images) figcaption,
.wp-block-gallery:not(.has-nested-images) figcaption {
    flex-grow: 1;
}
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
    width: 100%;
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
}
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0;
}
@media (min-width: 600px) {
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
        width: calc(33.33333% - 0.66667em);
        margin-right: 1em;
    }
    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
        width: calc(25% - 0.75em);
        margin-right: 1em;
    }
    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
        width: calc(20% - 0.8em);
        margin-right: 1em;
    }
    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
        width: calc(16.66667% - 0.83333em);
        margin-right: 1em;
    }
    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
        width: calc(14.28571% - 0.85714em);
        margin-right: 1em;
    }
    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
        width: calc(12.5% - 0.875em);
        margin-right: 1em;
    }
    .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
    .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
    .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
    .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),
    .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0;
    }
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
    margin-right: 0;
}
.blocks-gallery-grid:not(.has-nested-images).alignleft,
.blocks-gallery-grid:not(.has-nested-images).alignright,
.wp-block-gallery:not(.has-nested-images).alignleft,
.wp-block-gallery:not(.has-nested-images).alignright {
    max-width: 420px;
    width: 100%;
}
.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
    justify-content: center;
}
.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
    align-self: flex-start;
}
figure.wp-block-gallery.has-nested-images {
    align-items: normal;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
    margin: 0;
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    position: relative;
    flex-direction: column;
    max-width: 100%;
}
.wp-block-gallery.has-nested-images figure.wp-block-image > a,
.wp-block-gallery.has-nested-images figure.wp-block-image > div {
    margin: 0;
    flex-direction: column;
    flex-grow: 1;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img {
    display: block;
    height: auto;
    max-width: 100% !important;
    width: auto;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent);
    bottom: 0;
    color: #fff;
    font-size: 13px;
    left: 0;
    margin-bottom: 0;
    max-height: 60%;
    overflow: auto;
    padding: 0 8px 8px;
    position: absolute;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
    display: inline;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
    color: inherit;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > div {
    flex: 1 1 auto;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
    flex: initial;
    background: none;
    color: inherit;
    margin: 0;
    padding: 10px 10px 9px;
    position: relative;
}
.wp-block-gallery.has-nested-images figcaption {
    flex-grow: 1;
    flex-basis: 100%;
    text-align: center;
}
.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
    margin-top: 0;
    margin-bottom: auto;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
    align-self: inherit;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > a,
.wp-block-gallery.has-nested-images.is-cropped
    figure.wp-block-image:not(#individual-image)
    > div:not(.components-drop-zone) {
    display: flex;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    width: 100%;
    flex: 1 0 0%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
    width: 100%;
}
@media (min-width: 600px) {
    .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
        width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667);
    }
    .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
        width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px) * 0.75);
    }
    .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
        width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px) * 0.8);
    }
    .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
        width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px) * 0.83333);
    }
    .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
        width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px) * 0.85714);
    }
    .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
        width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px) * 0.875);
    }
    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
        width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667);
    }
    .wp-block-gallery.has-nested-images.columns-default
        figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
    .wp-block-gallery.has-nested-images.columns-default
        figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)
        ~ figure.wp-block-image:not(#individual-image) {
        width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * 0.5);
    }
    .wp-block-gallery.has-nested-images.columns-default
        figure.wp-block-image:not(#individual-image):first-child:last-child {
        width: 100%;
    }
}
.wp-block-gallery.has-nested-images.alignleft,
.wp-block-gallery.has-nested-images.alignright {
    max-width: 420px;
    width: 100%;
}
.wp-block-gallery.has-nested-images.aligncenter {
    justify-content: center;
}
.wp-block-group {
    box-sizing: border-box;
}
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
    padding: 1.25em 2.375em;
}
.wp-block-image {
    margin: 0 0 1em;
}
.wp-block-image img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}
.wp-block-image:not(.is-style-rounded) > a,
.wp-block-image:not(.is-style-rounded) img {
    border-radius: inherit;
}
.wp-block-image.aligncenter {
    text-align: center;
}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    height: auto;
    width: 100%;
}
.wp-block-image.aligncenter,
.wp-block-image .aligncenter,
.wp-block-image.alignleft,
.wp-block-image .alignleft,
.wp-block-image.alignright,
.wp-block-image .alignright {
    display: table;
}
.wp-block-image.aligncenter > figcaption,
.wp-block-image .aligncenter > figcaption,
.wp-block-image.alignleft > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image.alignright > figcaption,
.wp-block-image .alignright > figcaption {
    display: table-caption;
    caption-side: bottom;
}
.wp-block-image .alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}
.wp-block-image .alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}
.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.wp-block-image figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img,
.wp-block-image .is-style-rounded img {
    border-radius: 9999px;
}
@supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) {
    .wp-block-image.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-image figure {
    margin: 0;
}
ol.wp-block-latest-comments {
    margin-left: 0;
}
.wp-block-latest-comments .wp-block-latest-comments {
    padding-left: 0;
}
.wp-block-latest-comments__comment {
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em;
}
.has-avatars .wp-block-latest-comments__comment {
    min-height: 2.25em;
    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-left: 3.25em;
}
.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: 0.875em;
    line-height: 1.8;
    margin: 0.36em 0 1.4em;
}
.wp-block-latest-comments__comment-date {
    display: block;
    font-size: 0.75em;
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: 0.75em;
    width: 2.5em;
}
.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;
    padding-left: 0;
}
.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 1.25em 1.25em 0;
    width: 100%;
}
@media (min-width: 600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 0.625em);
    }
    .wp-block-latest-posts.columns-2 li:nth-child(2n) {
        margin-right: 0;
    }
    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 0.83333em);
    }
    .wp-block-latest-posts.columns-3 li:nth-child(3n) {
        margin-right: 0;
    }
    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - 0.9375em);
    }
    .wp-block-latest-posts.columns-4 li:nth-child(4n) {
        margin-right: 0;
    }
    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 1em);
    }
    .wp-block-latest-posts.columns-5 li:nth-child(5n) {
        margin-right: 0;
    }
    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 1.04167em);
    }
    .wp-block-latest-posts.columns-6 li:nth-child(6n) {
        margin-right: 0;
    }
}
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    display: block;
    font-size: 0.8125em;
}
.wp-block-latest-posts__post-excerpt {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
.wp-block-latest-posts__featured-image a {
    display: inline-block;
}
.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto;
    max-width: 100%;
}
.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em;
    float: left;
}
.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em;
    float: right;
}
.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center;
}
ol,
ul {
    box-sizing: border-box;
}
ol.has-background,
ul.has-background {
    padding: 1.25em 2.375em;
}
.wp-block-media-text {
    /*!rtl:begin:ignore*/
    direction: ltr;
    /*!rtl:end:ignore*/
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto;
}
.wp-block-media-text.has-media-on-the-right {
    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 {
    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 {
    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 {
    align-self: end;
}
.wp-block-media-text .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    grid-column: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    margin: 0;
}
.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    /*!rtl:begin:ignore*/
    grid-column: 2;
    grid-row: 1;
    /*!rtl:end:ignore*/
    padding: 0 8%;
    word-break: break-word;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    grid-column: 2;
    grid-row: 1;
    /*!rtl:end:ignore*/
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    /*!rtl:begin:ignore*/
    grid-column: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
}
.wp-block-media-text__media img,
.wp-block-media-text__media video {
    height: auto;
    max-width: unset;
    width: 100%;
    vertical-align: middle;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media > a {
    display: block;
    height: 100%;
}
.wp-block-media-text.is-image-fill .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 {
        grid-template-columns: 100% !important;
    }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        grid-column: 1;
        grid-row: 1;
    }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2;
    }
}
.wp-block-navigation {
    position: relative;
    --navigation-layout-justification-setting: flex-start;
    --navigation-layout-direction: row;
    --navigation-layout-wrap: wrap;
    --navigation-layout-justify: flex-start;
    --navigation-layout-align: center;
}
.wp-block-navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}
.wp-block-navigation ul,
.wp-block-navigation ul li {
    list-style: none;
    padding: 0;
}
.wp-block-navigation .wp-block-navigation-item {
    display: flex;
    align-items: center;
    position: relative;
}
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
    display: none;
}
.wp-block-navigation .wp-block-navigation-item__content {
    color: inherit;
    display: block;
    padding: 0;
}
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
    text-decoration: underline;
}
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
    text-decoration: line-through;
}
.wp-block-navigation:where(:not([class*="has-text-decoration"])) a,
.wp-block-navigation:where(:not([class*="has-text-decoration"])) a:active,
.wp-block-navigation:where(:not([class*="has-text-decoration"])) a:focus {
    text-decoration: none;
}
.wp-block-navigation .wp-block-navigation__submenu-icon {
    align-self: center;
    line-height: 0;
    display: inline-block;
    font-size: inherit;
    padding: 0;
    background-color: inherit;
    color: currentColor;
    border: none;
    width: 0.6em;
    height: 0.6em;
    margin-left: 0.25em;
}
.wp-block-navigation .wp-block-navigation__submenu-icon svg {
    display: inline-block;
    stroke: currentColor;
    width: inherit;
    height: inherit;
    margin-top: 0.075em;
}
.wp-block-navigation.is-vertical {
    --navigation-layout-direction: column;
    --navigation-layout-justify: initial;
    --navigation-layout-align: flex-start;
}
.wp-block-navigation.no-wrap {
    --navigation-layout-wrap: nowrap;
}
.wp-block-navigation.items-justified-center {
    --navigation-layout-justification-setting: center;
    --navigation-layout-justify: center;
}
.wp-block-navigation.items-justified-center.is-vertical {
    --navigation-layout-align: center;
}
.wp-block-navigation.items-justified-right {
    --navigation-layout-justification-setting: flex-end;
    --navigation-layout-justify: flex-end;
}
.wp-block-navigation.items-justified-right.is-vertical {
    --navigation-layout-align: flex-end;
}
.wp-block-navigation.items-justified-space-between {
    --navigation-layout-justification-setting: space-between;
    --navigation-layout-justify: space-between;
}
.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) {
    background-color: inherit;
    color: inherit;
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: normal;
    opacity: 0;
    transition: opacity 0.1s linear;
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden;
    left: -1px;
    top: 100%;
}
.wp-block-navigation
    .has-child
    :where(.wp-block-navigation__submenu-container)
    > .wp-block-navigation-item
    > .wp-block-navigation-item__content {
    display: flex;
    flex-grow: 1;
}
.wp-block-navigation
    .has-child
    :where(.wp-block-navigation__submenu-container)
    > .wp-block-navigation-item
    > .wp-block-navigation-item__content
    .wp-block-navigation__submenu-icon {
    margin-right: 0;
    margin-left: auto;
}
.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
    margin: 0;
}
@media (min-width: 782px) {
    .wp-block-navigation
        .has-child
        :where(.wp-block-navigation__submenu-container)
        .wp-block-navigation__submenu-container {
        left: 100%;
        top: -1px;
    }
    .wp-block-navigation
        .has-child
        :where(.wp-block-navigation__submenu-container)
        .wp-block-navigation__submenu-container:before {
        content: "";
        position: absolute;
        right: 100%;
        height: 100%;
        display: block;
        width: 0.5em;
        background: transparent;
    }
    .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-icon {
        margin-right: 0.25em;
    }
    .wp-block-navigation
        .has-child
        :where(.wp-block-navigation__submenu-container)
        .wp-block-navigation__submenu-icon
        svg {
        transform: rotate(-90deg);
    }
}
.wp-block-navigation .has-child:where(:not(.open-on-click)):hover > .wp-block-navigation__submenu-container {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    width: auto;
    height: auto;
    min-width: 200px;
}
.wp-block-navigation
    .has-child:where(:not(.open-on-click):not(.open-on-hover-click)):focus-within
    > .wp-block-navigation__submenu-container {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    width: auto;
    height: auto;
    min-width: 200px;
}
.wp-block-navigation
    .has-child
    .wp-block-navigation-submenu__toggle[aria-expanded="true"]
    ~ .wp-block-navigation__submenu-container {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    width: auto;
    height: auto;
    min-width: 200px;
}
.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
    left: 0;
    top: 100%;
}
@media (min-width: 782px) {
    .wp-block-navigation.has-background
        .has-child
        .wp-block-navigation__submenu-container
        .wp-block-navigation__submenu-container {
        left: 100%;
        top: 0;
    }
}
.wp-block-navigation-submenu {
    position: relative;
    display: flex;
}
.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
    stroke: currentColor;
}
button.wp-block-navigation-item__content {
    background-color: transparent;
    border: none;
    color: currentColor;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    text-align: left;
}
.wp-block-navigation-submenu__toggle {
    cursor: pointer;
}
.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
    padding-right: 0.85em;
}
.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle + .wp-block-navigation__submenu-icon {
    margin-left: -0.6em;
    pointer-events: none;
}
.wp-block-navigation,
.wp-block-navigation .wp-block-page-list,
.wp-block-navigation:where(.has-background),
.wp-block-navigation:where(.has-background) .wp-block-navigation .wp-block-page-list,
.wp-block-navigation:where(.has-background) .wp-block-navigation__container,
.wp-block-navigation__container,
.wp-block-navigation__responsive-close,
.wp-block-navigation__responsive-container,
.wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-dialog {
    gap: inherit;
}
.wp-block-navigation:where(.has-background) .wp-block-navigation-item__content,
.wp-block-navigation :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
    padding: 0.5em 1em;
}
.wp-block-navigation.items-justified-right
    .wp-block-navigation__container
    .has-child
    .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between
    .wp-block-page-list
    > .has-child:last-child
    .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between
    > .wp-block-navigation__container
    > .has-child:last-child
    .wp-block-navigation__submenu-container {
    left: auto;
    right: 0;
}
.wp-block-navigation.items-justified-right
    .wp-block-navigation__container
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right
    .wp-block-page-list
    > .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between
    .wp-block-page-list
    > .has-child:last-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between
    > .wp-block-navigation__container
    > .has-child:last-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container {
    left: -1px;
    right: -1px;
}
@media (min-width: 782px) {
    .wp-block-navigation.items-justified-right
        .wp-block-navigation__container
        .has-child
        .wp-block-navigation__submenu-container
        .wp-block-navigation__submenu-container,
    .wp-block-navigation.items-justified-right
        .wp-block-page-list
        > .has-child
        .wp-block-navigation__submenu-container
        .wp-block-navigation__submenu-container,
    .wp-block-navigation.items-justified-space-between
        .wp-block-page-list
        > .has-child:last-child
        .wp-block-navigation__submenu-container
        .wp-block-navigation__submenu-container,
    .wp-block-navigation.items-justified-space-between
        > .wp-block-navigation__container
        > .has-child:last-child
        .wp-block-navigation__submenu-container
        .wp-block-navigation__submenu-container {
        left: auto;
        right: 100%;
    }
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: #fff;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.wp-block-navigation__container {
    display: flex;
    flex-wrap: var(--navigation-layout-wrap, wrap);
    flex-direction: var(--navigation-layout-direction, initial);
    justify-content: var(--navigation-layout-justify, initial);
    align-items: var(--navigation-layout-align, initial);
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.wp-block-navigation__container .is-responsive {
    display: none;
}
.wp-block-navigation__container:only-child,
.wp-block-page-list:only-child {
    flex-grow: 1;
}
.wp-block-navigation__responsive-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
    display: flex;
    flex-wrap: var(--navigation-layout-wrap, wrap);
    flex-direction: var(--navigation-layout-direction, initial);
    justify-content: var(--navigation-layout-justify, initial);
    align-items: var(--navigation-layout-align, initial);
}
.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
    color: inherit !important;
    background-color: inherit !important;
}
.wp-block-navigation__responsive-container.is-menu-open {
    display: flex;
    flex-direction: column;
    background-color: inherit;
    padding: 2rem;
    overflow: auto;
    z-index: 100000;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    padding-top: calc(2rem + 24px);
    overflow: visible;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: var(--navigation-layout-justification-setting, inherit);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__responsive-container-content
    .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__responsive-container-content
    .wp-block-page-list {
    justify-content: flex-start;
}
.wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__responsive-container-content
    .wp-block-navigation__submenu-icon {
    display: none;
}
.wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__responsive-container-content
    .has-child
    .submenu-container,
.wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__responsive-container-content
    .has-child
    .wp-block-navigation__submenu-container {
    opacity: 1;
    visibility: visible;
    height: auto;
    width: auto;
    overflow: initial;
    min-width: 200px;
    position: static;
    border: none;
    padding-left: 2rem;
    padding-right: 2rem;
}
.wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__responsive-container-content
    .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__responsive-container-content
    .wp-block-navigation__submenu-container {
    gap: inherit;
}
.wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__responsive-container-content
    .wp-block-navigation__submenu-container {
    padding-top: var(--wp--style--block-gap, 2em);
}
.wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__responsive-container-content
    .wp-block-navigation-item__content {
    padding: 0;
}
.wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__responsive-container-content
    .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__responsive-container-content
    .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__responsive-container-content
    .wp-block-page-list {
    display: flex;
    flex-direction: column;
    align-items: var(--navigation-layout-justification-setting, initial);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation-item
    .wp-block-navigation__submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
    color: inherit !important;
    background: transparent !important;
}
.wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    right: auto;
    left: auto;
}
@media (min-width: 600px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        display: block;
        width: 100%;
        position: relative;
        z-index: auto;
        background-color: inherit;
    }
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open)
        .wp-block-navigation__responsive-container-close {
        display: none;
    }
    .wp-block-navigation__responsive-container.is-menu-open
        .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
        left: 0;
    }
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #fff;
    color: #000;
}
.wp-block-navigation__toggle_button_label {
    font-size: 1rem;
    font-weight: 700;
}
.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
    vertical-align: middle;
    cursor: pointer;
    color: currentColor;
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
}
.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
    fill: currentColor;
    pointer-events: none;
    display: block;
    width: 24px;
    height: 24px;
}
.wp-block-navigation__responsive-container-open {
    display: flex;
}
@media (min-width: 600px) {
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: none;
    }
}
.wp-block-navigation__responsive-container-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.wp-block-navigation__responsive-close {
    width: 100%;
}
.wp-block-navigation__responsive-close:focus {
    outline: none;
}
.is-menu-open .wp-block-navigation__responsive-close,
.is-menu-open .wp-block-navigation__responsive-container-content,
.is-menu-open .wp-block-navigation__responsive-dialog {
    box-sizing: border-box;
}
.wp-block-navigation__responsive-dialog {
    position: relative;
}
html.has-modal-open {
    overflow: hidden;
}
.wp-block-navigation .wp-block-navigation-item__label {
    word-break: normal;
    overflow-wrap: break-word;
}
.wp-block-navigation .wp-block-navigation-item__description {
    display: none;
}
.wp-block-navigation .wp-block-page-list {
    display: flex;
    flex-direction: var(--navigation-layout-direction, initial);
    justify-content: var(--navigation-layout-justify, initial);
    align-items: var(--navigation-layout-align, initial);
    flex-wrap: var(--navigation-layout-wrap, wrap);
    background-color: inherit;
}
.wp-block-navigation .wp-block-navigation-item {
    background-color: inherit;
}
.is-small-text {
    font-size: 0.875em;
}
.is-regular-text {
    font-size: 1em;
}
.is-large-text {
    font-size: 2.25em;
}
.is-larger-text {
    font-size: 3em;
}
.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: 0.68;
    font-weight: 100;
    margin: 0.05em 0.1em 0 0;
    text-transform: uppercase;
    font-style: normal;
}
p.has-drop-cap.has-background {
    overflow: hidden;
}
p.has-background {
    padding: 1.25em 2.375em;
}
:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit;
}
.wp-block-post-author {
    display: flex;
    flex-wrap: wrap;
}
.wp-block-post-author__byline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.5em;
}
.wp-block-post-author__avatar {
    margin-right: 1em;
}
.wp-block-post-author__bio {
    margin-bottom: 0.7em;
    font-size: 0.7em;
}
.wp-block-post-author__content {
    flex-grow: 1;
    flex-basis: 0;
}
.wp-block-post-author__name {
    margin: 0;
}
.wp-block-post-comments .alignleft {
    float: left;
}
.wp-block-post-comments .alignright {
    float: right;
}
.wp-block-post-comments .navigation:after {
    content: "";
    display: table;
    clear: both;
}
.wp-block-post-comments .commentlist {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
}
.wp-block-post-comments .commentlist .comment {
    min-height: 2.25em;
    padding-left: 3.25em;
}
.wp-block-post-comments .commentlist .comment p {
    font-size: 1em;
    line-height: 1.8;
    margin: 1em 0;
}
.wp-block-post-comments .commentlist .children {
    list-style: none;
    margin: 0;
    padding: 0;
}
.wp-block-post-comments .comment-author {
    line-height: 1.5;
}
.wp-block-post-comments .comment-author .avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-top: 0.5em;
    margin-right: 0.75em;
    width: 2.5em;
}
.wp-block-post-comments .comment-author cite {
    font-style: normal;
}
.wp-block-post-comments .comment-meta {
    font-size: 0.875em;
    line-height: 1.5;
}
.wp-block-post-comments .comment-meta b {
    font-weight: 400;
}
.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
    margin-top: 1em;
    margin-bottom: 1em;
    display: block;
}
.wp-block-post-comments .comment-body .commentmetadata {
    font-size: 0.875em;
}
.wp-block-post-comments .comment-form-author label,
.wp-block-post-comments .comment-form-comment label,
.wp-block-post-comments .comment-form-email label,
.wp-block-post-comments .comment-form-url label {
    display: block;
    margin-bottom: 0.25em;
}
.wp-block-post-comments .comment-form input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments .comment-form textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
}
.wp-block-post-comments .comment-form-cookies-consent {
    display: flex;
    gap: 0.25em;
}
.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: 0.35em;
}
.wp-block-post-comments .comment-reply-title {
    margin-bottom: 0;
}
.wp-block-post-comments .comment-reply-title :where(small) {
    font-size: var(--wp--preset--font-size--medium, smaller);
    margin-left: 0.5em;
}
.wp-block-post-comments .reply {
    font-size: 0.875em;
    margin-bottom: 1.4em;
}
.wp-block-post-comments input:not([type="submit"]),
.wp-block-post-comments textarea {
    border: 1px solid #949494;
    font-size: 1em;
    font-family: inherit;
}
.wp-block-post-comments input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments textarea {
    padding: calc(0.667em + 2px);
}
.wp-block-post-comments input[type="submit"] {
    border: none;
}
.wp-block-post-comments-form[style*="font-weight"] :where(.comment-reply-title) {
    font-weight: inherit;
}
.wp-block-post-comments-form[style*="font-family"] :where(.comment-reply-title) {
    font-family: inherit;
}
.wp-block-post-comments-form[class*="-font-size"] :where(.comment-reply-title),
.wp-block-post-comments-form[style*="font-size"] :where(.comment-reply-title) {
    font-size: inherit;
}
.wp-block-post-comments-form[style*="line-height"] :where(.comment-reply-title) {
    line-height: inherit;
}
.wp-block-post-comments-form[style*="font-style"] :where(.comment-reply-title) {
    font-style: inherit;
}
.wp-block-post-comments-form[style*="letter-spacing"] :where(.comment-reply-title) {
    letter-spacing: inherit;
}
.wp-block-post-comments-form input[type="submit"] {
    border: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    overflow-wrap: break-word;
}
.wp-block-post-comments-form input:not([type="submit"]),
.wp-block-post-comments-form textarea {
    border: 1px solid #949494;
    font-size: 1em;
    font-family: inherit;
}
.wp-block-post-comments-form input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments-form textarea {
    padding: calc(0.667em + 2px);
}
.wp-block-post-comments-form .comment-form input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments-form .comment-form textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
}
.wp-block-post-comments-form .comment-form-author label,
.wp-block-post-comments-form .comment-form-email label,
.wp-block-post-comments-form .comment-form-url label {
    display: block;
    margin-bottom: 0.25em;
}
.wp-block-post-comments-form .comment-form-cookies-consent {
    display: flex;
    gap: 0.25em;
}
.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: 0.35em;
}
.wp-block-post-comments-form .comment-reply-title {
    margin-bottom: 0;
}
.wp-block-post-comments-form .comment-reply-title :where(small) {
    font-size: var(--wp--preset--font-size--medium, smaller);
    margin-left: 0.5em;
}
.wp-block-post-excerpt__more-link {
    display: inline-block;
}
.wp-block-post-featured-image {
    margin-left: 0;
    margin-right: 0;
}
.wp-block-post-featured-image a {
    display: block;
}
.wp-block-post-featured-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
    width: 100%;
}
.wp-block-post-terms__separator {
    white-space: pre-wrap;
}
.wp-block-post-title {
    word-break: break-word;
}
.wp-block-post-title a {
    display: inline-block;
}
.wp-block-preformatted {
    white-space: pre-wrap;
}
.wp-block-preformatted.has-background {
    padding: 1.25em 2.375em;
}
.wp-block-pullquote {
    margin: 0 0 1em;
    padding: 3em 0;
    text-align: center;
    overflow-wrap: break-word;
    box-sizing: border-box;
}
.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
    color: inherit;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
.wp-block-pullquote.has-text-align-left,
.wp-block-pullquote.has-text-align-right {
    max-width: 420px;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p,
.wp-block-pullquote.has-text-align-left p,
.wp-block-pullquote.has-text-align-right p {
    font-size: 1.25em;
}
.wp-block-pullquote p {
    font-size: 1.75em;
    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.has-text-align-left blockquote {
    text-align: left;
}
.wp-block-pullquote.has-text-align-right blockquote {
    text-align: right;
}
.wp-block-pullquote.is-style-solid-color {
    border: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    max-width: 60%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2em;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal;
}
.wp-block-pullquote cite {
    color: inherit;
}
.wp-block-post-template,
.wp-block-query-loop {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100%;
    list-style: none;
    padding: 0;
}
.wp-block-post-template.wp-block-post-template,
.wp-block-query-loop.wp-block-post-template {
    background: none;
}
.wp-block-post-template.is-flex-container,
.wp-block-query-loop.is-flex-container {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25em;
}
.wp-block-post-template.is-flex-container li,
.wp-block-query-loop.is-flex-container li {
    margin: 0;
    width: 100%;
}
@media (min-width: 600px) {
    .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li,
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li {
        width: calc(50% - 0.625em);
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li,
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
        width: calc(33.33333% - 0.83333em);
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li,
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li {
        width: calc(25% - 0.9375em);
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li,
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-5 > li {
        width: calc(20% - 1em);
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li,
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li {
        width: calc(16.66667% - 1.04167em);
    }
}
.wp-block-query-pagination > .wp-block-query-pagination-next,
.wp-block-query-pagination > .wp-block-query-pagination-numbers,
.wp-block-query-pagination > .wp-block-query-pagination-previous {
    margin-right: 0.5em;
    margin-bottom: 0.5em;
}
.wp-block-query-pagination > .wp-block-query-pagination-next:last-child,
.wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child,
.wp-block-query-pagination > .wp-block-query-pagination-previous:last-child {
    margin-right: 0;
}
.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
    margin-right: 1ch;
    display: inline-block;
}
.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1);
}
.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
    margin-left: 1ch;
    display: inline-block;
}
.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1);
}
.wp-block-query-pagination.aligncenter {
    justify-content: center;
}
.wp-block-quote {
    box-sizing: border-box;
    overflow-wrap: break-word;
}
.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain) {
    margin-bottom: 1em;
    padding: 0 1em;
}
.wp-block-quote.is-large:not(.is-style-plain) p,
.wp-block-quote.is-style-large:not(.is-style-plain) p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6;
}
.wp-block-quote.is-large:not(.is-style-plain) cite,
.wp-block-quote.is-large:not(.is-style-plain) footer,
.wp-block-quote.is-style-large:not(.is-style-plain) cite,
.wp-block-quote.is-style-large:not(.is-style-plain) footer {
    font-size: 1.125em;
    text-align: right;
}
.wp-block-read-more {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
}
.wp-block-read-more:not([style*="text-decoration"]),
.wp-block-read-more:not([style*="text-decoration"]):active,
.wp-block-read-more:not([style*="text-decoration"]):focus {
    text-decoration: none;
}
ul.wp-block-rss {
    list-style: none;
    padding: 0;
}
ul.wp-block-rss.wp-block-rss {
    box-sizing: border-box;
}
ul.wp-block-rss.alignleft {
    margin-right: 2em;
}
ul.wp-block-rss.alignright {
    margin-left: 2em;
}
ul.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}
ul.wp-block-rss.is-grid li {
    margin: 0 1em 1em 0;
    width: 100%;
}
@media (min-width: 600px) {
    ul.wp-block-rss.columns-2 li {
        width: calc(50% - 1em);
    }
    ul.wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em);
    }
    ul.wp-block-rss.columns-4 li {
        width: calc(25% - 1em);
    }
    ul.wp-block-rss.columns-5 li {
        width: calc(20% - 1em);
    }
    ul.wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em);
    }
}
.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    display: block;
    font-size: 0.8125em;
}
.wp-block-search__button {
    background: #f7f7f7;
    border: 1px solid #ccc;
    padding: 0.375em 0.625em;
    color: #32373c;
    margin-left: 0.625em;
    word-break: normal;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
.wp-block-search__button.has-icon {
    line-height: 0;
}
.wp-block-search__button svg {
    min-width: 1.5em;
    min-height: 1.5em;
    fill: currentColor;
}
.wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%;
}
.wp-block-search__label {
    width: 100%;
}
.wp-block-search__input {
    padding: 8px;
    flex-grow: 1;
    min-width: 3em;
    border: 1px solid #949494;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    margin-left: 0;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 4px;
    border: 1px solid #949494;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    border-radius: 0;
    border: none;
    padding: 0 0 0 0.25em;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
    outline: none;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
    padding: 0.125em 0.5em;
}
.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
    margin: auto;
}
.wp-block-separator {
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    line-height: 1;
    height: auto;
}
.wp-block-separator.is-style-dots:before {
    content: "···";
    color: currentColor;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif;
}
.wp-block-site-logo {
    line-height: 0;
}
.wp-block-site-logo a {
    display: inline-block;
}
.wp-block-site-logo.is-default-size img {
    width: 120px;
    height: auto;
}
.wp-block-site-logo a,
.wp-block-site-logo img {
    border-radius: inherit;
}
.wp-block-site-logo.aligncenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.wp-block-site-logo.is-style-rounded {
    border-radius: 9999px;
}
.wp-block-social-links {
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
    margin-left: 0;
    background: none;
}
.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-block-social-links .wp-social-link a {
    padding: 0.25em;
}
.wp-block-social-links .wp-social-link svg {
    width: 1em;
    height: 1em;
}
.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
    margin-left: 0.5em;
    margin-right: 0.5em;
    font-size: 0.65em;
}
.wp-block-social-links.has-small-icon-size {
    font-size: 16px;
}
.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
    font-size: 24px;
}
.wp-block-social-links.has-large-icon-size {
    font-size: 36px;
}
.wp-block-social-links.has-huge-icon-size {
    font-size: 48px;
}
.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex;
}
.wp-block-social-links.alignright {
    justify-content: flex-end;
}
.wp-block-social-link {
    display: block;
    border-radius: 9999px;
    transition: transform 0.1s ease;
    height: auto;
}
@media (prefers-reduced-motion: reduce) {
    .wp-block-social-link {
        transition-duration: 0s;
        transition-delay: 0s;
    }
}
.wp-block-social-link a {
    align-items: center;
    display: flex;
    line-height: 0;
    transition: transform 0.1s ease;
}
.wp-block-social-link:hover {
    transform: scale(1.1);
}
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
    color: currentColor;
    fill: currentColor;
}
.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-patreon {
    background-color: #ff424d;
    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-telegram {
    background-color: #2aabee;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
    background-color: #000;
    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;
}
.wp-block-social-links.is-style-logos-only .wp-social-link a {
    padding: 0;
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
    width: 1.25em;
    height: 1.25em;
}
.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-patreon {
    color: #ff424d;
}
.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-telegram {
    color: #2aabee;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
    color: #000;
}
.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 {
    color: #d32422;
}
.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-left: 0.66667em;
    padding-right: 0.66667em;
}
.wp-block-spacer {
    clear: both;
}
.wp-block-tag-cloud.aligncenter {
    text-align: center;
}
.wp-block-tag-cloud.alignfull {
    padding-left: 1em;
    padding-right: 1em;
}
.wp-block-tag-cloud a {
    display: inline-block;
    margin-right: 5px;
}
.wp-block-tag-cloud span {
    display: inline-block;
    margin-left: 5px;
    text-decoration: none;
}
.wp-block-tag-cloud.is-style-outline {
    display: flex;
    flex-wrap: wrap;
    gap: 1ch;
}
.wp-block-tag-cloud.is-style-outline a {
    border: 1px solid;
    font-size: unset !important;
    margin-right: 0;
    padding: 1ch 2ch;
    text-decoration: none !important;
}
.wp-block-table {
    margin: 0 0 1em;
    overflow-x: auto;
}
.wp-block-table table {
    border-collapse: collapse;
    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-table .has-border-color > *,
.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr {
    border-color: inherit;
}
.wp-block-table table[style*="border-style"] > *,
.wp-block-table table[style*="border-style"] td,
.wp-block-table table[style*="border-style"] th,
.wp-block-table table[style*="border-style"] tr {
    border-style: inherit;
}
.wp-block-table table[style*="border-width"] > *,
.wp-block-table table[style*="border-width"] td,
.wp-block-table table[style*="border-width"] th,
.wp-block-table table[style*="border-width"] tr {
    border-width: inherit;
    border-style: inherit;
}
.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
    display: flex;
}
.wp-block-text-columns .wp-block-column {
    margin: 0 1em;
    padding: 0;
}
.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0;
}
.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 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%;
}
pre.wp-block-verse {
    font-family: inherit;
    overflow: auto;
    white-space: pre-wrap;
}
.wp-block-video {
    margin: 0 0 1em;
}
.wp-block-video video {
    width: 100%;
}
@supports (position: sticky) {
    .wp-block-video [poster] {
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.wp-block-video.aligncenter {
    text-align: center;
}
.wp-block-video figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px;
}
:root .has-very-light-gray-background-color {
    background-color: #eee;
}
:root .has-very-dark-gray-background-color {
    background-color: #313131;
}
:root .has-very-light-gray-color {
    color: #eee;
}
:root .has-very-dark-gray-color {
    color: #313131;
}
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3);
}
:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}
:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec);
}
:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671);
}
:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59);
}
:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf);
}
:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc);
}
.has-regular-font-size {
    font-size: 1em;
}
.has-larger-font-size {
    font-size: 2.625em;
}
.has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal);
}
.has-huge-font-size {
    font-size: var(--wp--preset--font-size--huge);
}
.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;
}
.items-justified-left {
    justify-content: flex-start;
}
.items-justified-center {
    justify-content: center;
}
.items-justified-right {
    justify-content: flex-end;
}
.items-justified-space-between {
    justify-content: space-between;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #ddd;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
html :where(.has-border-color),
html :where([style*="border-width"]) {
    border-style: solid;
}
html :where(img[class*="wp-image-"]) {
    height: auto;
    max-width: 100%;
}
body {
    --wp--preset--color--black: #000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #fff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
        135deg,
        rgba(6, 147, 227, 1) 0%,
        #9b51e0 100%
    );
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, #7adcb4 0%, #00d082 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
        135deg,
        rgba(252, 185, 0, 1) 0%,
        rgba(255, 105, 0, 1) 100%
    );
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
        135deg,
        rgba(255, 105, 0, 1) 0%,
        #cf2e2e 100%
    );
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, #eee 0%, #a9b8c3 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
        135deg,
        #4aeadc 0%,
        #9778d1 20%,
        #cf2aba 40%,
        #ee2c82 60%,
        #fb6962 80%,
        #fef84c 100%
    );
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, #ffceec 0%, #9896f0 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, #fecda5 0%, #fe2d2d 50%, #6b003e 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, #ffcb70 0%, #c751c0 50%, #4158d0 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, #fff5cb 0%, #b6e3d4 50%, #33a7b5 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, #caf880 0%, #71ce7e 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, #020381 0%, #2874fc 100%);
    --wp--preset--duotone--dark-grayscale: url("#wp-duotone-dark-grayscale");
    --wp--preset--duotone--grayscale: url("#wp-duotone-grayscale");
    --wp--preset--duotone--purple-yellow: url("#wp-duotone-purple-yellow");
    --wp--preset--duotone--blue-red: url("#wp-duotone-blue-red");
    --wp--preset--duotone--midnight: url("#wp-duotone-midnight");
    --wp--preset--duotone--magenta-yellow: url("#wp-duotone-magenta-yellow");
    --wp--preset--duotone--purple-green: url("#wp-duotone-purple-green");
    --wp--preset--duotone--blue-orange: url("#wp-duotone-blue-orange");
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
}
.has-black-color {
    color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-color {
    color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}
.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}
.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}
.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}
.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}
.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}
.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}
.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}
.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}
.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}
.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}
.ext-absolute {
    position: absolute !important;
}
.ext-relative {
    position: relative !important;
}
.ext-top-base {
    top: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-top-lg {
    top: var(--extendify--spacing--large, 3rem) !important;
}
.ext--top-base {
    top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--top-lg {
    top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-right-base {
    right: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-right-lg {
    right: var(--extendify--spacing--large, 3rem) !important;
}
.ext--right-base {
    right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--right-lg {
    right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-bottom-base {
    bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-bottom-lg {
    bottom: var(--extendify--spacing--large, 3rem) !important;
}
.ext--bottom-base {
    bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--bottom-lg {
    bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-left-base {
    left: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-left-lg {
    left: var(--extendify--spacing--large, 3rem) !important;
}
.ext--left-base {
    left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--left-lg {
    left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-order-1 {
    order: 1 !important;
}
.ext-order-2 {
    order: 2 !important;
}
.ext-col-auto {
    grid-column: auto !important;
}
.ext-col-span-1 {
    grid-column: span 1 / span 1 !important;
}
.ext-col-span-2 {
    grid-column: span 2 / span 2 !important;
}
.ext-col-span-3 {
    grid-column: span 3 / span 3 !important;
}
.ext-col-span-4 {
    grid-column: span 4 / span 4 !important;
}
.ext-col-span-5 {
    grid-column: span 5 / span 5 !important;
}
.ext-col-span-6 {
    grid-column: span 6 / span 6 !important;
}
.ext-col-span-7 {
    grid-column: span 7 / span 7 !important;
}
.ext-col-span-8 {
    grid-column: span 8 / span 8 !important;
}
.ext-col-span-9 {
    grid-column: span 9 / span 9 !important;
}
.ext-col-span-10 {
    grid-column: span 10 / span 10 !important;
}
.ext-col-span-11 {
    grid-column: span 11 / span 11 !important;
}
.ext-col-span-12 {
    grid-column: span 12 / span 12 !important;
}
.ext-col-span-full {
    grid-column: 1/-1 !important;
}
.ext-col-start-1 {
    grid-column-start: 1 !important;
}
.ext-col-start-2 {
    grid-column-start: 2 !important;
}
.ext-col-start-3 {
    grid-column-start: 3 !important;
}
.ext-col-start-4 {
    grid-column-start: 4 !important;
}
.ext-col-start-5 {
    grid-column-start: 5 !important;
}
.ext-col-start-6 {
    grid-column-start: 6 !important;
}
.ext-col-start-7 {
    grid-column-start: 7 !important;
}
.ext-col-start-8 {
    grid-column-start: 8 !important;
}
.ext-col-start-9 {
    grid-column-start: 9 !important;
}
.ext-col-start-10 {
    grid-column-start: 10 !important;
}
.ext-col-start-11 {
    grid-column-start: 11 !important;
}
.ext-col-start-12 {
    grid-column-start: 12 !important;
}
.ext-col-start-13 {
    grid-column-start: 13 !important;
}
.ext-col-start-auto {
    grid-column-start: auto !important;
}
.ext-col-end-1 {
    grid-column-end: 1 !important;
}
.ext-col-end-2 {
    grid-column-end: 2 !important;
}
.ext-col-end-3 {
    grid-column-end: 3 !important;
}
.ext-col-end-4 {
    grid-column-end: 4 !important;
}
.ext-col-end-5 {
    grid-column-end: 5 !important;
}
.ext-col-end-6 {
    grid-column-end: 6 !important;
}
.ext-col-end-7 {
    grid-column-end: 7 !important;
}
.ext-col-end-8 {
    grid-column-end: 8 !important;
}
.ext-col-end-9 {
    grid-column-end: 9 !important;
}
.ext-col-end-10 {
    grid-column-end: 10 !important;
}
.ext-col-end-11 {
    grid-column-end: 11 !important;
}
.ext-col-end-12 {
    grid-column-end: 12 !important;
}
.ext-col-end-13 {
    grid-column-end: 13 !important;
}
.ext-col-end-auto {
    grid-column-end: auto !important;
}
.ext-row-auto {
    grid-row: auto !important;
}
.ext-row-span-1 {
    grid-row: span 1 / span 1 !important;
}
.ext-row-span-2 {
    grid-row: span 2 / span 2 !important;
}
.ext-row-span-3 {
    grid-row: span 3 / span 3 !important;
}
.ext-row-span-4 {
    grid-row: span 4 / span 4 !important;
}
.ext-row-span-5 {
    grid-row: span 5 / span 5 !important;
}
.ext-row-span-6 {
    grid-row: span 6 / span 6 !important;
}
.ext-row-span-full {
    grid-row: 1/-1 !important;
}
.ext-row-start-1 {
    grid-row-start: 1 !important;
}
.ext-row-start-2 {
    grid-row-start: 2 !important;
}
.ext-row-start-3 {
    grid-row-start: 3 !important;
}
.ext-row-start-4 {
    grid-row-start: 4 !important;
}
.ext-row-start-5 {
    grid-row-start: 5 !important;
}
.ext-row-start-6 {
    grid-row-start: 6 !important;
}
.ext-row-start-7 {
    grid-row-start: 7 !important;
}
.ext-row-start-auto {
    grid-row-start: auto !important;
}
.ext-row-end-1 {
    grid-row-end: 1 !important;
}
.ext-row-end-2 {
    grid-row-end: 2 !important;
}
.ext-row-end-3 {
    grid-row-end: 3 !important;
}
.ext-row-end-4 {
    grid-row-end: 4 !important;
}
.ext-row-end-5 {
    grid-row-end: 5 !important;
}
.ext-row-end-6 {
    grid-row-end: 6 !important;
}
.ext-row-end-7 {
    grid-row-end: 7 !important;
}
.ext-row-end-auto {
    grid-row-end: auto !important;
}
.ext-m-0:not([style*="margin"]) {
    margin: 0 !important;
}
.ext-m-auto:not([style*="margin"]) {
    margin: auto !important;
}
.ext-m-base:not([style*="margin"]) {
    margin: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-m-lg:not([style*="margin"]) {
    margin: var(--extendify--spacing--large, 3rem) !important;
}
.ext--m-base:not([style*="margin"]) {
    margin: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--m-lg:not([style*="margin"]) {
    margin: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-mx-0:not([style*="margin"]) {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.ext-mx-auto:not([style*="margin"]) {
    margin-left: auto !important;
    margin-right: auto !important;
}
.ext-mx-base:not([style*="margin"]) {
    margin-left: var(--wp--style--block-gap, 1.75rem) !important;
    margin-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-mx-lg:not([style*="margin"]) {
    margin-left: var(--extendify--spacing--large, 3rem) !important;
    margin-right: var(--extendify--spacing--large, 3rem) !important;
}
.ext--mx-base:not([style*="margin"]) {
    margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--mx-lg:not([style*="margin"]) {
    margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-my-0:not([style*="margin"]) {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.ext-my-auto:not([style*="margin"]) {
    margin-bottom: auto !important;
    margin-top: auto !important;
}
.ext-my-base:not([style*="margin"]) {
    margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
    margin-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-my-lg:not([style*="margin"]) {
    margin-bottom: var(--extendify--spacing--large, 3rem) !important;
    margin-top: var(--extendify--spacing--large, 3rem) !important;
}
.ext--my-base:not([style*="margin"]) {
    margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--my-lg:not([style*="margin"]) {
    margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-mt-0:not([style*="margin"]) {
    margin-top: 0 !important;
}
.ext-mt-auto:not([style*="margin"]) {
    margin-top: auto !important;
}
.ext-mt-base:not([style*="margin"]) {
    margin-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-mt-lg:not([style*="margin"]) {
    margin-top: var(--extendify--spacing--large, 3rem) !important;
}
.ext--mt-base:not([style*="margin"]) {
    margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--mt-lg:not([style*="margin"]) {
    margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-mr-0:not([style*="margin"]) {
    margin-right: 0 !important;
}
.ext-mr-auto:not([style*="margin"]) {
    margin-right: auto !important;
}
.ext-mr-base:not([style*="margin"]) {
    margin-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-mr-lg:not([style*="margin"]) {
    margin-right: var(--extendify--spacing--large, 3rem) !important;
}
.ext--mr-base:not([style*="margin"]) {
    margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--mr-lg:not([style*="margin"]) {
    margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-mb-0:not([style*="margin"]) {
    margin-bottom: 0 !important;
}
.ext-mb-auto:not([style*="margin"]) {
    margin-bottom: auto !important;
}
.ext-mb-base:not([style*="margin"]) {
    margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-mb-lg:not([style*="margin"]) {
    margin-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.ext--mb-base:not([style*="margin"]) {
    margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--mb-lg:not([style*="margin"]) {
    margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-ml-0:not([style*="margin"]) {
    margin-left: 0 !important;
}
.ext-ml-auto:not([style*="margin"]) {
    margin-left: auto !important;
}
.ext-ml-base:not([style*="margin"]) {
    margin-left: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-ml-lg:not([style*="margin"]) {
    margin-left: var(--extendify--spacing--large, 3rem) !important;
}
.ext--ml-base:not([style*="margin"]) {
    margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--ml-lg:not([style*="margin"]) {
    margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-block {
    display: block !important;
}
.ext-inline-block {
    display: inline-block !important;
}
.ext-inline {
    display: inline !important;
}
.ext-flex {
    display: flex !important;
}
.ext-inline-flex {
    display: inline-flex !important;
}
.ext-grid {
    display: grid !important;
}
.ext-inline-grid {
    display: inline-grid !important;
}
.ext-hidden {
    display: none !important;
}
.ext-w-auto {
    width: auto !important;
}
.ext-w-full {
    width: 100% !important;
}
.ext-max-w-full {
    max-width: 100% !important;
}
.ext-flex-1 {
    flex: 1 1 0% !important;
}
.ext-flex-auto {
    flex: 1 1 auto !important;
}
.ext-flex-initial {
    flex: 0 1 auto !important;
}
.ext-flex-none {
    flex: none !important;
}
.ext-flex-shrink-0 {
    flex-shrink: 0 !important;
}
.ext-flex-shrink {
    flex-shrink: 1 !important;
}
.ext-flex-grow-0 {
    flex-grow: 0 !important;
}
.ext-flex-grow {
    flex-grow: 1 !important;
}
.ext-list-none {
    list-style-type: none !important;
}
.ext-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.ext-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.ext-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.ext-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.ext-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.ext-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.ext-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.ext-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.ext-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.ext-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
.ext-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}
.ext-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
.ext-grid-cols-none {
    grid-template-columns: none !important;
}
.ext-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}
.ext-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}
.ext-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}
.ext-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}
.ext-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}
.ext-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}
.ext-grid-rows-none {
    grid-template-rows: none !important;
}
.ext-flex-row {
    flex-direction: row !important;
}
.ext-flex-row-reverse {
    flex-direction: row-reverse !important;
}
.ext-flex-col {
    flex-direction: column !important;
}
.ext-flex-col-reverse {
    flex-direction: column-reverse !important;
}
.ext-flex-wrap {
    flex-wrap: wrap !important;
}
.ext-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.ext-flex-nowrap {
    flex-wrap: nowrap !important;
}
.ext-items-start {
    align-items: flex-start !important;
}
.ext-items-end {
    align-items: flex-end !important;
}
.ext-items-center {
    align-items: center !important;
}
.ext-items-baseline {
    align-items: baseline !important;
}
.ext-items-stretch {
    align-items: stretch !important;
}
.ext-justify-start {
    justify-content: flex-start !important;
}
.ext-justify-end {
    justify-content: flex-end !important;
}
.ext-justify-center {
    justify-content: center !important;
}
.ext-justify-between {
    justify-content: space-between !important;
}
.ext-justify-around {
    justify-content: space-around !important;
}
.ext-justify-evenly {
    justify-content: space-evenly !important;
}
.ext-justify-items-start {
    justify-items: start !important;
}
.ext-justify-items-end {
    justify-items: end !important;
}
.ext-justify-items-center {
    justify-items: center !important;
}
.ext-justify-items-stretch {
    justify-items: stretch !important;
}
.ext-gap-0 {
    gap: 0 !important;
}
.ext-gap-base {
    gap: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-gap-lg {
    gap: var(--extendify--spacing--large, 3rem) !important;
}
.ext-gap-x-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
}
.ext-gap-x-base {
    -moz-column-gap: var(--wp--style--block-gap, 1.75rem) !important;
    column-gap: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-gap-x-lg {
    -moz-column-gap: var(--extendify--spacing--large, 3rem) !important;
    column-gap: var(--extendify--spacing--large, 3rem) !important;
}
.ext-gap-y-0 {
    row-gap: 0 !important;
}
.ext-gap-y-base {
    row-gap: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-gap-y-lg {
    row-gap: var(--extendify--spacing--large, 3rem) !important;
}
.ext-justify-self-auto {
    justify-self: auto !important;
}
.ext-justify-self-start {
    justify-self: start !important;
}
.ext-justify-self-end {
    justify-self: end !important;
}
.ext-justify-self-center {
    justify-self: center !important;
}
.ext-justify-self-stretch {
    justify-self: stretch !important;
}
.ext-rounded-none {
    border-radius: 0 !important;
}
.ext-rounded-full {
    border-radius: 9999px !important;
}
.ext-rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.ext-rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
}
.ext-rounded-r-none {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.ext-rounded-r-full {
    border-bottom-right-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
}
.ext-rounded-b-none {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.ext-rounded-b-full {
    border-bottom-left-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
}
.ext-rounded-l-none {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
.ext-rounded-l-full {
    border-bottom-left-radius: 9999px !important;
    border-top-left-radius: 9999px !important;
}
.ext-rounded-tl-none {
    border-top-left-radius: 0 !important;
}
.ext-rounded-tl-full {
    border-top-left-radius: 9999px !important;
}
.ext-rounded-tr-none {
    border-top-right-radius: 0 !important;
}
.ext-rounded-tr-full {
    border-top-right-radius: 9999px !important;
}
.ext-rounded-br-none {
    border-bottom-right-radius: 0 !important;
}
.ext-rounded-br-full {
    border-bottom-right-radius: 9999px !important;
}
.ext-rounded-bl-none {
    border-bottom-left-radius: 0 !important;
}
.ext-rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
}
.ext-border-0 {
    border-width: 0 !important;
}
.ext-border-t-0 {
    border-top-width: 0 !important;
}
.ext-border-r-0 {
    border-right-width: 0 !important;
}
.ext-border-b-0 {
    border-bottom-width: 0 !important;
}
.ext-border-l-0 {
    border-left-width: 0 !important;
}
.ext-p-0:not([style*="padding"]) {
    padding: 0 !important;
}
.ext-p-base:not([style*="padding"]) {
    padding: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-p-lg:not([style*="padding"]) {
    padding: var(--extendify--spacing--large, 3rem) !important;
}
.ext-px-0:not([style*="padding"]) {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.ext-px-base:not([style*="padding"]) {
    padding-left: var(--wp--style--block-gap, 1.75rem) !important;
    padding-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-px-lg:not([style*="padding"]) {
    padding-left: var(--extendify--spacing--large, 3rem) !important;
    padding-right: var(--extendify--spacing--large, 3rem) !important;
}
.ext-py-0:not([style*="padding"]) {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.ext-py-base:not([style*="padding"]) {
    padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
    padding-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-py-lg:not([style*="padding"]) {
    padding-bottom: var(--extendify--spacing--large, 3rem) !important;
    padding-top: var(--extendify--spacing--large, 3rem) !important;
}
.ext-pt-0:not([style*="padding"]) {
    padding-top: 0 !important;
}
.ext-pt-base:not([style*="padding"]) {
    padding-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-pt-lg:not([style*="padding"]) {
    padding-top: var(--extendify--spacing--large, 3rem) !important;
}
.ext-pr-0:not([style*="padding"]) {
    padding-right: 0 !important;
}
.ext-pr-base:not([style*="padding"]) {
    padding-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-pr-lg:not([style*="padding"]) {
    padding-right: var(--extendify--spacing--large, 3rem) !important;
}
.ext-pb-0:not([style*="padding"]) {
    padding-bottom: 0 !important;
}
.ext-pb-base:not([style*="padding"]) {
    padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-pb-lg:not([style*="padding"]) {
    padding-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.ext-pl-0:not([style*="padding"]) {
    padding-left: 0 !important;
}
.ext-pl-base:not([style*="padding"]) {
    padding-left: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-pl-lg:not([style*="padding"]) {
    padding-left: var(--extendify--spacing--large, 3rem) !important;
}
.ext-text-left {
    text-align: left !important;
}
.ext-text-center {
    text-align: center !important;
}
.ext-text-right {
    text-align: right !important;
}
.ext-leading-none {
    line-height: 1 !important;
}
.ext-leading-tight {
    line-height: 1.25 !important;
}
.ext-leading-snug {
    line-height: 1.375 !important;
}
.ext-leading-normal {
    line-height: 1.5 !important;
}
.ext-leading-relaxed {
    line-height: 1.625 !important;
}
.ext-leading-loose {
    line-height: 2 !important;
}
.clip-path--rhombus img {
    -webkit-clip-path: polygon(15% 6%, 80% 29%, 84% 93%, 23% 69%);
    clip-path: polygon(15% 6%, 80% 29%, 84% 93%, 23% 69%);
}
.clip-path--diamond img {
    -webkit-clip-path: polygon(5% 29%, 60% 2%, 91% 64%, 36% 89%);
    clip-path: polygon(5% 29%, 60% 2%, 91% 64%, 36% 89%);
}
.clip-path--rhombus-alt img {
    -webkit-clip-path: polygon(14% 9%, 85% 24%, 91% 89%, 19% 76%);
    clip-path: polygon(14% 9%, 85% 24%, 91% 89%, 19% 76%);
}
.wp-block-columns[class*="fullwidth-cols"] {
    margin-bottom: unset;
}
.wp-block-column.editor\:pointer-events-none {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.is-root-container.block-editor-block-list__layout
    > [data-align="full"]:not(:first-of-type)
    > .wp-block-column.editor\:pointer-events-none,
.is-root-container.block-editor-block-list__layout
    > [data-align="wide"]
    > .wp-block-column.editor\:pointer-events-none {
    margin-top: calc(var(--wp--style--block-gap, 28px) * -1) !important;
}
.ext .wp-block-columns .wp-block-column[style*="padding"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.ext .wp-block-columns + .wp-block-columns:not([class*="mt-"]):not([class*="my-"]):not([style*="margin"]) {
    margin-top: 0 !important;
}
[class*="fullwidth-cols"] .wp-block-column:first-child,
[class*="fullwidth-cols"] .wp-block-group:first-child {
    margin-top: 0;
}
[class*="fullwidth-cols"] .wp-block-column:last-child,
[class*="fullwidth-cols"] .wp-block-group:last-child {
    margin-bottom: 0;
}
[class*="fullwidth-cols"] .wp-block-column:first-child > *,
[class*="fullwidth-cols"] .wp-block-column > :first-child {
    margin-top: 0;
}
.ext .is-not-stacked-on-mobile .wp-block-column,
[class*="fullwidth-cols"] .wp-block-column > :last-child {
    margin-bottom: 0;
}
.wp-block-columns[class*="fullwidth-cols"]:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:last-child) {
    margin-bottom: var(--wp--style--block-gap, 1.75rem);
}
@media (min-width: 782px) {
    .wp-block-columns[class*="fullwidth-cols"]:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:last-child) {
        margin-bottom: 0;
    }
}
.wp-block-columns[class*="fullwidth-cols"].is-not-stacked-on-mobile > .wp-block-column {
    margin-bottom: 0 !important;
}
@media (min-width: 600px) and (max-width: 781px) {
    .wp-block-columns[class*="fullwidth-cols"]:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n) {
        margin-left: var(--wp--style--block-gap, 2em);
    }
}
@media (max-width: 781px) {
    .tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) {
        flex-wrap: wrap;
    }
    .tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column,
    .tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not([style*="margin"]) {
        margin-left: 0 !important;
    }
    .tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 100% !important;
    }
}
@media (max-width: 1079px) {
    .desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) {
        flex-wrap: wrap;
    }
    .desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column,
    .desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not([style*="margin"]) {
        margin-left: 0 !important;
    }
    .desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 100% !important;
    }
    .desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:last-child) {
        margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
    }
}
.direction-rtl {
    direction: rtl;
}
.direction-ltr {
    direction: ltr;
}
.is-style-inline-list {
    padding-left: 0 !important;
}
.is-style-inline-list li {
    list-style-type: none !important;
}
@media (min-width: 782px) {
    .is-style-inline-list li {
        display: inline !important;
        margin-right: var(--wp--style--block-gap, 1.75rem) !important;
    }
}
@media (min-width: 782px) {
    .is-style-inline-list li:first-child {
        margin-left: 0 !important;
    }
}
@media (min-width: 782px) {
    .is-style-inline-list li:last-child {
        margin-right: 0 !important;
    }
}
.bring-to-front {
    position: relative;
    z-index: 10;
}
.text-stroke {
    -webkit-text-stroke-color: var(--wp--preset--color--background);
}
.text-stroke,
.text-stroke--primary {
    -webkit-text-stroke-width: var(--wp--custom--typography--text-stroke-width, 2px);
}
.text-stroke--primary {
    -webkit-text-stroke-color: var(--wp--preset--color--primary);
}
.text-stroke--secondary {
    -webkit-text-stroke-width: var(--wp--custom--typography--text-stroke-width, 2px);
    -webkit-text-stroke-color: var(--wp--preset--color--secondary);
}
.editor\:no-caption .block-editor-rich-text__editable {
    display: none !important;
}
.editor\:no-inserter .wp-block-column:not(.is-selected) > .block-list-appender,
.editor\:no-inserter .wp-block-cover__inner-container > .block-list-appender,
.editor\:no-inserter .wp-block-group__inner-container > .block-list-appender,
.editor\:no-inserter > .block-list-appender {
    display: none;
}
.editor\:no-resize .components-resizable-box__handle,
.editor\:no-resize .components-resizable-box__handle:after,
.editor\:no-resize .components-resizable-box__side-handle:before {
    display: none;
    pointer-events: none;
}
.editor\:no-resize .components-resizable-box__container {
    display: block;
}
.editor\:pointer-events-none {
    pointer-events: none;
}
.is-style-angled {
    justify-content: flex-end;
}
.ext .is-style-angled > [class*="_inner-container"],
.is-style-angled {
    align-items: center;
}
.is-style-angled .wp-block-cover__image-background,
.is-style-angled .wp-block-cover__video-background {
    -webkit-clip-path: polygon(0 0, 30% 0, 50% 100%, 0 100%);
    clip-path: polygon(0 0, 30% 0, 50% 100%, 0 100%);
    z-index: 1;
}
@media (min-width: 782px) {
    .is-style-angled .wp-block-cover__image-background,
    .is-style-angled .wp-block-cover__video-background {
        -webkit-clip-path: polygon(0 0, 55% 0, 65% 100%, 0 100%);
        clip-path: polygon(0 0, 55% 0, 65% 100%, 0 100%);
    }
}
.has-foreground-color {
    color: var(--wp--preset--color--foreground, #000) !important;
}
.has-foreground-background-color {
    background-color: var(--wp--preset--color--foreground, #000) !important;
}
.has-background-color {
    color: var(--wp--preset--color--background, #fff) !important;
}
.has-background-background-color {
    background-color: var(--wp--preset--color--background, #fff) !important;
}
.has-primary-color {
    color: var(--wp--preset--color--primary, #4b5563) !important;
}
.has-primary-background-color {
    background-color: var(--wp--preset--color--primary, #4b5563) !important;
}
.has-secondary-color {
    color: var(--wp--preset--color--secondary, #9ca3af) !important;
}
.has-secondary-background-color {
    background-color: var(--wp--preset--color--secondary, #9ca3af) !important;
}
.ext.has-text-color h1,
.ext.has-text-color h2,
.ext.has-text-color h3,
.ext.has-text-color h4,
.ext.has-text-color h5,
.ext.has-text-color h6,
.ext.has-text-color p {
    color: currentColor;
}
.has-white-color {
    color: var(--wp--preset--color--white, #fff) !important;
}
.has-black-color {
    color: var(--wp--preset--color--black, #000) !important;
}
.has-ext-foreground-background-color {
    background-color: var(--wp--preset--color--foreground, var(--wp--preset--color--black, #000)) !important;
}
.has-ext-primary-background-color {
    background-color: var(--wp--preset--color--primary, var(--wp--preset--color--cyan-bluish-gray, #000)) !important;
}
.wp-block-button__link.has-black-background-color {
    border-color: var(--wp--preset--color--black, #000);
}
.wp-block-button__link.has-white-background-color {
    border-color: var(--wp--preset--color--white, #fff);
}
.has-ext-small-font-size {
    font-size: var(--wp--preset--font-size--ext-small) !important;
}
.has-ext-medium-font-size {
    font-size: var(--wp--preset--font-size--ext-medium) !important;
}
.has-ext-large-font-size {
    font-size: var(--wp--preset--font-size--ext-large) !important;
    line-height: 1.2;
}
.has-ext-x-large-font-size {
    font-size: var(--wp--preset--font-size--ext-x-large) !important;
    line-height: 1;
}
.has-ext-xx-large-font-size {
    font-size: var(--wp--preset--font-size--ext-xx-large) !important;
    line-height: 1;
}
.has-ext-x-large-font-size:not([style*="line-height"]),
.has-ext-xx-large-font-size:not([style*="line-height"]) {
    line-height: 1.1;
}
.ext .wp-block-group > * {
    margin-bottom: 0;
    margin-top: 0;
}
.ext .wp-block-group > * + * {
    margin-bottom: 0;
}
.ext .wp-block-group > * + *,
.ext h2 {
    margin-top: var(--wp--style--block-gap, 1.75rem);
}
.ext h2 {
    margin-bottom: var(--wp--style--block-gap, 1.75rem);
}
.has-ext-x-large-font-size + h3,
.has-ext-x-large-font-size + p {
    margin-top: 0.5rem;
}
.ext .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    min-width: 12rem;
    width: calc(25% - var(--wp--style--block-gap, 0.5em) * 0.75);
}
.ext .ext-grid > [class*="_inner-container"] {
    display: grid;
}
.ext > [class*="_inner-container"] > .ext-grid:not([class*="columns"]),
.ext > [class*="_inner-container"] > .wp-block > .ext-grid:not([class*="columns"]) {
    display: initial !important;
}
.ext .ext-grid-cols-1 > [class*="_inner-container"] {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-2 > [class*="_inner-container"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-3 > [class*="_inner-container"] {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-4 > [class*="_inner-container"] {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-5 > [class*="_inner-container"] {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-6 > [class*="_inner-container"] {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-7 > [class*="_inner-container"] {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-8 > [class*="_inner-container"] {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-9 > [class*="_inner-container"] {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-10 > [class*="_inner-container"] {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-11 > [class*="_inner-container"] {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-12 > [class*="_inner-container"] {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-13 > [class*="_inner-container"] {
    grid-template-columns: repeat(13, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-none > [class*="_inner-container"] {
    grid-template-columns: none !important;
}
.ext .ext-grid-rows-1 > [class*="_inner-container"] {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-2 > [class*="_inner-container"] {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-3 > [class*="_inner-container"] {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-4 > [class*="_inner-container"] {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-5 > [class*="_inner-container"] {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-6 > [class*="_inner-container"] {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-none > [class*="_inner-container"] {
    grid-template-rows: none !important;
}
.ext .ext-items-start > [class*="_inner-container"] {
    align-items: flex-start !important;
}
.ext .ext-items-end > [class*="_inner-container"] {
    align-items: flex-end !important;
}
.ext .ext-items-center > [class*="_inner-container"] {
    align-items: center !important;
}
.ext .ext-items-baseline > [class*="_inner-container"] {
    align-items: baseline !important;
}
.ext .ext-items-stretch > [class*="_inner-container"] {
    align-items: stretch !important;
}
.ext.wp-block-group > :last-child {
    margin-bottom: 0;
}
.ext .wp-block-group__inner-container {
    padding: 0 !important;
}
.ext.has-background {
    padding-left: var(--wp--style--block-gap, 1.75rem);
    padding-right: var(--wp--style--block-gap, 1.75rem);
}
.ext [class*="inner-container"] > .alignwide [class*="inner-container"],
.ext [class*="inner-container"] > [data-align="wide"] [class*="inner-container"] {
    max-width: var(--responsive--alignwide-width, 120rem);
}
.ext [class*="inner-container"] > .alignwide [class*="inner-container"] > *,
.ext [class*="inner-container"] > [data-align="wide"] [class*="inner-container"] > * {
    max-width: 100% !important;
}
.ext .wp-block-image {
    position: relative;
    text-align: center;
}
.ext .wp-block-image img {
    display: inline-block;
    vertical-align: middle;
}
body {
    --extendify--spacing--large: var(--wp--custom--spacing--large, clamp(2em, 8vw, 8em));
    --wp--preset--font-size--ext-small: 1rem;
    --wp--preset--font-size--ext-medium: 1.125rem;
    --wp--preset--font-size--ext-large: clamp(1.65rem, 3.5vw, 2.15rem);
    --wp--preset--font-size--ext-x-large: clamp(3rem, 6vw, 4.75rem);
    --wp--preset--font-size--ext-xx-large: clamp(3.25rem, 7.5vw, 5.75rem);
    --wp--preset--color--black: #000;
    --wp--preset--color--white: #fff;
}
.ext * {
    box-sizing: border-box;
}
.block-editor-block-preview__content-iframe .ext [data-type="core/spacer"] .components-resizable-box__container {
    background: transparent !important;
}
.block-editor-block-preview__content-iframe
    .ext
    [data-type="core/spacer"]
    .block-library-spacer__resize-container:before {
    display: none !important;
}
.ext .wp-block-group__inner-container figure.wp-block-gallery.alignfull {
    margin-bottom: unset;
    margin-top: unset;
}
.ext .alignwide {
    margin-left: auto !important;
    margin-right: auto !important;
}
.is-root-container.block-editor-block-list__layout > [data-align="full"]:not(:first-of-type) > .ext-my-0,
.is-root-container.block-editor-block-list__layout > [data-align="wide"] > .ext-my-0:not([style*="margin"]) {
    margin-top: calc(var(--wp--style--block-gap, 28px) * -1) !important;
}
.block-editor-block-preview__content-iframe .preview\:min-h-50 {
    min-height: 50vw !important;
}
.block-editor-block-preview__content-iframe .preview\:min-h-60 {
    min-height: 60vw !important;
}
.block-editor-block-preview__content-iframe .preview\:min-h-70 {
    min-height: 70vw !important;
}
.block-editor-block-preview__content-iframe .preview\:min-h-80 {
    min-height: 80vw !important;
}
.block-editor-block-preview__content-iframe .preview\:min-h-100 {
    min-height: 100vw !important;
}
.ext-mr-0.alignfull:not([style*="margin"]):not([style*="margin"]) {
    margin-right: 0 !important;
}
.ext-ml-0:not([style*="margin"]):not([style*="margin"]) {
    margin-left: 0 !important;
}
.is-root-container .wp-block[data-align="full"] > .ext-mx-0:not([style*="margin"]):not([style*="margin"]) {
    margin-left: calc(var(--wp--custom--spacing--outer, 0) * 1) !important;
    margin-right: calc(var(--wp--custom--spacing--outer, 0) * 1) !important;
    overflow: hidden;
    width: unset;
}
@media (min-width: 782px) {
    .tablet\:ext-absolute {
        position: absolute !important;
    }
    .tablet\:ext-relative {
        position: relative !important;
    }
    .tablet\:ext-top-base {
        top: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .tablet\:ext-top-lg {
        top: var(--extendify--spacing--large, 3rem) !important;
    }
    .tablet\:ext--top-base {
        top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .tablet\:ext--top-lg {
        top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .tablet\:ext-right-base {
        right: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .tablet\:ext-right-lg {
        right: var(--extendify--spacing--large, 3rem) !important;
    }
    .tablet\:ext--right-base {
        right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .tablet\:ext--right-lg {
        right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .tablet\:ext-bottom-base {
        bottom: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .tablet\:ext-bottom-lg {
        bottom: var(--extendify--spacing--large, 3rem) !important;
    }
    .tablet\:ext--bottom-base {
        bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .tablet\:ext--bottom-lg {
        bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .tablet\:ext-left-base {
        left: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .tablet\:ext-left-lg {
        left: var(--extendify--spacing--large, 3rem) !important;
    }
    .tablet\:ext--left-base {
        left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .tablet\:ext--left-lg {
        left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .tablet\:ext-order-1 {
        order: 1 !important;
    }
    .tablet\:ext-order-2 {
        order: 2 !important;
    }
    .tablet\:ext-m-0:not([style*="margin"]) {
        margin: 0 !important;
    }
    .tablet\:ext-m-auto:not([style*="margin"]) {
        margin: auto !important;
    }
    .tablet\:ext-m-base:not([style*="margin"]) {
        margin: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .tablet\:ext-m-lg:not([style*="margin"]) {
        margin: var(--extendify--spacing--large, 3rem) !important;
    }
    .tablet\:ext--m-base:not([style*="margin"]) {
        margin: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .tablet\:ext--m-lg:not([style*="margin"]) {
        margin: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .tablet\:ext-mx-0:not([style*="margin"]) {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .tablet\:ext-mx-auto:not([style*="margin"]) {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .tablet\:ext-mx-base:not([style*="margin"]) {
        margin-left: var(--wp--style--block-gap, 1.75rem) !important;
        margin-right: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .tablet\:ext-mx-lg:not([style*="margin"]) {
        margin-left: var(--extendify--spacing--large, 3rem) !important;
        margin-right: var(--extendify--spacing--large, 3rem) !important;
    }
    .tablet\:ext--mx-base:not([style*="margin"]) {
        margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
        margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .tablet\:ext--mx-lg:not([style*="margin"]) {
        margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
        margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .tablet\:ext-my-0:not([style*="margin"]) {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .tablet\:ext-my-auto:not([style*="margin"]) {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }
    .tablet\:ext-my-base:not([style*="margin"]) {
        margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
        margin-top: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .tablet\:ext-my-lg:not([style*="margin"]) {
        margin-bottom: var(--extendify--spacing--large, 3rem) !important;
        margin-top: var(--extendify--spacing--large, 3rem) !important;
    }
    .tablet\:ext--my-base:not([style*="margin"]) {
        margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
        margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .tablet\:ext--my-lg:not([style*="margin"]) {
        margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
        margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .tablet\:ext-mt-0:not([style*="margin"]) {
        margin-top: 0 !important;
    }
    .tablet\:ext-mt-auto:not([style*="margin"]) {
        margin-top: auto !important;
    }
    .tablet\:ext-mt-base:not([style*="margin"]) {
        margin-top: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .tablet\:ext-mt-lg:not([style*="margin"]) {
        margin-top: var(--extendify--spacing--large, 3rem) !important;
    }
    .tablet\:ext--mt-base:not([style*="margin"]) {
        margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .tablet\:ext--mt-lg:not([style*="margin"]) {
        margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .tablet\:ext-mr-0:not([style*="margin"]) {
        margin-right: 0 !important;
    }
    .tablet\:ext-mr-auto:not([style*="margin"]) {
        margin-right: auto !important;
    }
    .tablet\:ext-mr-base:not([style*="margin"]) {
        margin-right: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .tablet\:ext-mr-lg:not([style*="margin"]) {
        margin-right: var(--extendify--spacing--large, 3rem) !important;
    }
    .tablet\:ext--mr-base:not([style*="margin"]) {
        margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .tablet\:ext--mr-lg:not([style*="margin"]) {
        margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .tablet\:ext-mb-0:not([style*="margin"]) {
        margin-bottom: 0 !important;
    }
    .tablet\:ext-mb-auto:not([style*="margin"]) {
        margin-bottom: auto !important;
    }
    .tablet\:ext-mb-base:not([style*="margin"]) {
        margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .tablet\:ext-mb-lg:not([style*="margin"]) {
        margin-bottom: var(--extendify--spacing--large, 3rem) !important;
    }
    .tablet\:ext--mb-base:not([style*="margin"]) {
        margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .tablet\:ext--mb-lg:not([style*="margin"]) {
        margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .tablet\:ext-ml-0:not([style*="margin"]) {
        margin-left: 0 !important;
    }
    .tablet\:ext-ml-auto:not([style*="margin"]) {
        margin-left: auto !important;
    }
    .tablet\:ext-ml-base:not([style*="margin"]) {
        margin-left: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .tablet\:ext-ml-lg:not([style*="margin"]) {
        margin-left: var(--extendify--spacing--large, 3rem) !important;
    }
    .tablet\:ext--ml-base:not([style*="margin"]) {
        margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .tablet\:ext--ml-lg:not([style*="margin"]) {
        margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .tablet\:ext-block {
        display: block !important;
    }
    .tablet\:ext-inline-block {
        display: inline-block !important;
    }
    .tablet\:ext-inline {
        display: inline !important;
    }
    .tablet\:ext-flex {
        display: flex !important;
    }
    .tablet\:ext-inline-flex {
        display: inline-flex !important;
    }
    .tablet\:ext-grid {
        display: grid !important;
    }
    .tablet\:ext-inline-grid {
        display: inline-grid !important;
    }
    .tablet\:ext-hidden {
        display: none !important;
    }
    .tablet\:ext-w-auto {
        width: auto !important;
    }
    .tablet\:ext-w-full {
        width: 100% !important;
    }
    .tablet\:ext-max-w-full {
        max-width: 100% !important;
    }
    .tablet\:ext-flex-1 {
        flex: 1 1 0% !important;
    }
    .tablet\:ext-flex-auto {
        flex: 1 1 auto !important;
    }
    .tablet\:ext-flex-initial {
        flex: 0 1 auto !important;
    }
    .tablet\:ext-flex-none {
        flex: none !important;
    }
    .tablet\:ext-flex-shrink-0 {
        flex-shrink: 0 !important;
    }
    .tablet\:ext-flex-shrink {
        flex-shrink: 1 !important;
    }
    .tablet\:ext-flex-grow-0 {
        flex-grow: 0 !important;
    }
    .tablet\:ext-flex-grow {
        flex-grow: 1 !important;
    }
    .tablet\:ext-list-none {
        list-style-type: none !important;
    }
    .tablet\:ext-grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
    .tablet\:ext-grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .tablet\:ext-grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
    .tablet\:ext-grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
    .tablet\:ext-grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    }
    .tablet\:ext-grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    }
    .tablet\:ext-grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
    }
    .tablet\:ext-grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
    }
    .tablet\:ext-grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
    }
    .tablet\:ext-grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
    }
    .tablet\:ext-grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
    }
    .tablet\:ext-grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    }
    .tablet\:ext-grid-cols-none {
        grid-template-columns: none !important;
    }
    .tablet\:ext-flex-row {
        flex-direction: row !important;
    }
    .tablet\:ext-flex-row-reverse {
        flex-direction: row-reverse !important;
    }
    .tablet\:ext-flex-col {
        flex-direction: column !important;
    }
    .tablet\:ext-flex-col-reverse {
        flex-direction: column-reverse !important;
    }
    .tablet\:ext-flex-wrap {
        flex-wrap: wrap !important;
    }
    .tablet\:ext-flex-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .tablet\:ext-flex-nowrap {
        flex-wrap: nowrap !important;
    }
    .tablet\:ext-items-start {
        align-items: flex-start !important;
    }
    .tablet\:ext-items-end {
        align-items: flex-end !important;
    }
    .tablet\:ext-items-center {
        align-items: center !important;
    }
    .tablet\:ext-items-baseline {
        align-items: baseline !important;
    }
    .tablet\:ext-items-stretch {
        align-items: stretch !important;
    }
    .tablet\:ext-justify-start {
        justify-content: flex-start !important;
    }
    .tablet\:ext-justify-end {
        justify-content: flex-end !important;
    }
    .tablet\:ext-justify-center {
        justify-content: center !important;
    }
    .tablet\:ext-justify-between {
        justify-content: space-between !important;
    }
    .tablet\:ext-justify-around {
        justify-content: space-around !important;
    }
    .tablet\:ext-justify-evenly {
        justify-content: space-evenly !important;
    }
    .tablet\:ext-justify-items-start {
        justify-items: start !important;
    }
    .tablet\:ext-justify-items-end {
        justify-items: end !important;
    }
    .tablet\:ext-justify-items-center {
        justify-items: center !important;
    }
    .tablet\:ext-justify-items-stretch {
        justify-items: stretch !important;
    }
    .tablet\:ext-justify-self-auto {
        justify-self: auto !important;
    }
    .tablet\:ext-justify-self-start {
        justify-self: start !important;
    }
    .tablet\:ext-justify-self-end {
        justify-self: end !important;
    }
    .tablet\:ext-justify-self-center {
        justify-self: center !important;
    }
    .tablet\:ext-justify-self-stretch {
        justify-self: stretch !important;
    }
    .tablet\:ext-p-0:not([style*="padding"]) {
        padding: 0 !important;
    }
    .tablet\:ext-p-base:not([style*="padding"]) {
        padding: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .tablet\:ext-p-lg:not([style*="padding"]) {
        padding: var(--extendify--spacing--large, 3rem) !important;
    }
    .tablet\:ext-px-0:not([style*="padding"]) {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .tablet\:ext-px-base:not([style*="padding"]) {
        padding-left: var(--wp--style--block-gap, 1.75rem) !important;
        padding-right: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .tablet\:ext-px-lg:not([style*="padding"]) {
        padding-left: var(--extendify--spacing--large, 3rem) !important;
        padding-right: var(--extendify--spacing--large, 3rem) !important;
    }
    .tablet\:ext-py-0:not([style*="padding"]) {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .tablet\:ext-py-base:not([style*="padding"]) {
        padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
        padding-top: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .tablet\:ext-py-lg:not([style*="padding"]) {
        padding-bottom: var(--extendify--spacing--large, 3rem) !important;
        padding-top: var(--extendify--spacing--large, 3rem) !important;
    }
    .tablet\:ext-pt-0:not([style*="padding"]) {
        padding-top: 0 !important;
    }
    .tablet\:ext-pt-base:not([style*="padding"]) {
        padding-top: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .tablet\:ext-pt-lg:not([style*="padding"]) {
        padding-top: var(--extendify--spacing--large, 3rem) !important;
    }
    .tablet\:ext-pr-0:not([style*="padding"]) {
        padding-right: 0 !important;
    }
    .tablet\:ext-pr-base:not([style*="padding"]) {
        padding-right: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .tablet\:ext-pr-lg:not([style*="padding"]) {
        padding-right: var(--extendify--spacing--large, 3rem) !important;
    }
    .tablet\:ext-pb-0:not([style*="padding"]) {
        padding-bottom: 0 !important;
    }
    .tablet\:ext-pb-base:not([style*="padding"]) {
        padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .tablet\:ext-pb-lg:not([style*="padding"]) {
        padding-bottom: var(--extendify--spacing--large, 3rem) !important;
    }
    .tablet\:ext-pl-0:not([style*="padding"]) {
        padding-left: 0 !important;
    }
    .tablet\:ext-pl-base:not([style*="padding"]) {
        padding-left: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .tablet\:ext-pl-lg:not([style*="padding"]) {
        padding-left: var(--extendify--spacing--large, 3rem) !important;
    }
    .tablet\:ext-text-left {
        text-align: left !important;
    }
    .tablet\:ext-text-center {
        text-align: center !important;
    }
    .tablet\:ext-text-right {
        text-align: right !important;
    }
}
@media (min-width: 1080px) {
    .desktop\:ext-absolute {
        position: absolute !important;
    }
    .desktop\:ext-relative {
        position: relative !important;
    }
    .desktop\:ext-top-base {
        top: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .desktop\:ext-top-lg {
        top: var(--extendify--spacing--large, 3rem) !important;
    }
    .desktop\:ext--top-base {
        top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .desktop\:ext--top-lg {
        top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .desktop\:ext-right-base {
        right: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .desktop\:ext-right-lg {
        right: var(--extendify--spacing--large, 3rem) !important;
    }
    .desktop\:ext--right-base {
        right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .desktop\:ext--right-lg {
        right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .desktop\:ext-bottom-base {
        bottom: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .desktop\:ext-bottom-lg {
        bottom: var(--extendify--spacing--large, 3rem) !important;
    }
    .desktop\:ext--bottom-base {
        bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .desktop\:ext--bottom-lg {
        bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .desktop\:ext-left-base {
        left: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .desktop\:ext-left-lg {
        left: var(--extendify--spacing--large, 3rem) !important;
    }
    .desktop\:ext--left-base {
        left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .desktop\:ext--left-lg {
        left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .desktop\:ext-order-1 {
        order: 1 !important;
    }
    .desktop\:ext-order-2 {
        order: 2 !important;
    }
    .desktop\:ext-m-0:not([style*="margin"]) {
        margin: 0 !important;
    }
    .desktop\:ext-m-auto:not([style*="margin"]) {
        margin: auto !important;
    }
    .desktop\:ext-m-base:not([style*="margin"]) {
        margin: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .desktop\:ext-m-lg:not([style*="margin"]) {
        margin: var(--extendify--spacing--large, 3rem) !important;
    }
    .desktop\:ext--m-base:not([style*="margin"]) {
        margin: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .desktop\:ext--m-lg:not([style*="margin"]) {
        margin: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .desktop\:ext-mx-0:not([style*="margin"]) {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .desktop\:ext-mx-auto:not([style*="margin"]) {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .desktop\:ext-mx-base:not([style*="margin"]) {
        margin-left: var(--wp--style--block-gap, 1.75rem) !important;
        margin-right: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .desktop\:ext-mx-lg:not([style*="margin"]) {
        margin-left: var(--extendify--spacing--large, 3rem) !important;
        margin-right: var(--extendify--spacing--large, 3rem) !important;
    }
    .desktop\:ext--mx-base:not([style*="margin"]) {
        margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
        margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .desktop\:ext--mx-lg:not([style*="margin"]) {
        margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
        margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .desktop\:ext-my-0:not([style*="margin"]) {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .desktop\:ext-my-auto:not([style*="margin"]) {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }
    .desktop\:ext-my-base:not([style*="margin"]) {
        margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
        margin-top: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .desktop\:ext-my-lg:not([style*="margin"]) {
        margin-bottom: var(--extendify--spacing--large, 3rem) !important;
        margin-top: var(--extendify--spacing--large, 3rem) !important;
    }
    .desktop\:ext--my-base:not([style*="margin"]) {
        margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
        margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .desktop\:ext--my-lg:not([style*="margin"]) {
        margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
        margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .desktop\:ext-mt-0:not([style*="margin"]) {
        margin-top: 0 !important;
    }
    .desktop\:ext-mt-auto:not([style*="margin"]) {
        margin-top: auto !important;
    }
    .desktop\:ext-mt-base:not([style*="margin"]) {
        margin-top: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .desktop\:ext-mt-lg:not([style*="margin"]) {
        margin-top: var(--extendify--spacing--large, 3rem) !important;
    }
    .desktop\:ext--mt-base:not([style*="margin"]) {
        margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .desktop\:ext--mt-lg:not([style*="margin"]) {
        margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .desktop\:ext-mr-0:not([style*="margin"]) {
        margin-right: 0 !important;
    }
    .desktop\:ext-mr-auto:not([style*="margin"]) {
        margin-right: auto !important;
    }
    .desktop\:ext-mr-base:not([style*="margin"]) {
        margin-right: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .desktop\:ext-mr-lg:not([style*="margin"]) {
        margin-right: var(--extendify--spacing--large, 3rem) !important;
    }
    .desktop\:ext--mr-base:not([style*="margin"]) {
        margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .desktop\:ext--mr-lg:not([style*="margin"]) {
        margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .desktop\:ext-mb-0:not([style*="margin"]) {
        margin-bottom: 0 !important;
    }
    .desktop\:ext-mb-auto:not([style*="margin"]) {
        margin-bottom: auto !important;
    }
    .desktop\:ext-mb-base:not([style*="margin"]) {
        margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .desktop\:ext-mb-lg:not([style*="margin"]) {
        margin-bottom: var(--extendify--spacing--large, 3rem) !important;
    }
    .desktop\:ext--mb-base:not([style*="margin"]) {
        margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .desktop\:ext--mb-lg:not([style*="margin"]) {
        margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .desktop\:ext-ml-0:not([style*="margin"]) {
        margin-left: 0 !important;
    }
    .desktop\:ext-ml-auto:not([style*="margin"]) {
        margin-left: auto !important;
    }
    .desktop\:ext-ml-base:not([style*="margin"]) {
        margin-left: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .desktop\:ext-ml-lg:not([style*="margin"]) {
        margin-left: var(--extendify--spacing--large, 3rem) !important;
    }
    .desktop\:ext--ml-base:not([style*="margin"]) {
        margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .desktop\:ext--ml-lg:not([style*="margin"]) {
        margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .desktop\:ext-block {
        display: block !important;
    }
    .desktop\:ext-inline-block {
        display: inline-block !important;
    }
    .desktop\:ext-inline {
        display: inline !important;
    }
    .desktop\:ext-flex {
        display: flex !important;
    }
    .desktop\:ext-inline-flex {
        display: inline-flex !important;
    }
    .desktop\:ext-grid {
        display: grid !important;
    }
    .desktop\:ext-inline-grid {
        display: inline-grid !important;
    }
    .desktop\:ext-hidden {
        display: none !important;
    }
    .desktop\:ext-w-auto {
        width: auto !important;
    }
    .desktop\:ext-w-full {
        width: 100% !important;
    }
    .desktop\:ext-max-w-full {
        max-width: 100% !important;
    }
    .desktop\:ext-flex-1 {
        flex: 1 1 0% !important;
    }
    .desktop\:ext-flex-auto {
        flex: 1 1 auto !important;
    }
    .desktop\:ext-flex-initial {
        flex: 0 1 auto !important;
    }
    .desktop\:ext-flex-none {
        flex: none !important;
    }
    .desktop\:ext-flex-shrink-0 {
        flex-shrink: 0 !important;
    }
    .desktop\:ext-flex-shrink {
        flex-shrink: 1 !important;
    }
    .desktop\:ext-flex-grow-0 {
        flex-grow: 0 !important;
    }
    .desktop\:ext-flex-grow {
        flex-grow: 1 !important;
    }
    .desktop\:ext-list-none {
        list-style-type: none !important;
    }
    .desktop\:ext-grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
    .desktop\:ext-grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .desktop\:ext-grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
    .desktop\:ext-grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
    .desktop\:ext-grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    }
    .desktop\:ext-grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    }
    .desktop\:ext-grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
    }
    .desktop\:ext-grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
    }
    .desktop\:ext-grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
    }
    .desktop\:ext-grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
    }
    .desktop\:ext-grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
    }
    .desktop\:ext-grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    }
    .desktop\:ext-grid-cols-none {
        grid-template-columns: none !important;
    }
    .desktop\:ext-flex-row {
        flex-direction: row !important;
    }
    .desktop\:ext-flex-row-reverse {
        flex-direction: row-reverse !important;
    }
    .desktop\:ext-flex-col {
        flex-direction: column !important;
    }
    .desktop\:ext-flex-col-reverse {
        flex-direction: column-reverse !important;
    }
    .desktop\:ext-flex-wrap {
        flex-wrap: wrap !important;
    }
    .desktop\:ext-flex-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .desktop\:ext-flex-nowrap {
        flex-wrap: nowrap !important;
    }
    .desktop\:ext-items-start {
        align-items: flex-start !important;
    }
    .desktop\:ext-items-end {
        align-items: flex-end !important;
    }
    .desktop\:ext-items-center {
        align-items: center !important;
    }
    .desktop\:ext-items-baseline {
        align-items: baseline !important;
    }
    .desktop\:ext-items-stretch {
        align-items: stretch !important;
    }
    .desktop\:ext-justify-start {
        justify-content: flex-start !important;
    }
    .desktop\:ext-justify-end {
        justify-content: flex-end !important;
    }
    .desktop\:ext-justify-center {
        justify-content: center !important;
    }
    .desktop\:ext-justify-between {
        justify-content: space-between !important;
    }
    .desktop\:ext-justify-around {
        justify-content: space-around !important;
    }
    .desktop\:ext-justify-evenly {
        justify-content: space-evenly !important;
    }
    .desktop\:ext-justify-items-start {
        justify-items: start !important;
    }
    .desktop\:ext-justify-items-end {
        justify-items: end !important;
    }
    .desktop\:ext-justify-items-center {
        justify-items: center !important;
    }
    .desktop\:ext-justify-items-stretch {
        justify-items: stretch !important;
    }
    .desktop\:ext-justify-self-auto {
        justify-self: auto !important;
    }
    .desktop\:ext-justify-self-start {
        justify-self: start !important;
    }
    .desktop\:ext-justify-self-end {
        justify-self: end !important;
    }
    .desktop\:ext-justify-self-center {
        justify-self: center !important;
    }
    .desktop\:ext-justify-self-stretch {
        justify-self: stretch !important;
    }
    .desktop\:ext-p-0:not([style*="padding"]) {
        padding: 0 !important;
    }
    .desktop\:ext-p-base:not([style*="padding"]) {
        padding: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .desktop\:ext-p-lg:not([style*="padding"]) {
        padding: var(--extendify--spacing--large, 3rem) !important;
    }
    .desktop\:ext-px-0:not([style*="padding"]) {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .desktop\:ext-px-base:not([style*="padding"]) {
        padding-left: var(--wp--style--block-gap, 1.75rem) !important;
        padding-right: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .desktop\:ext-px-lg:not([style*="padding"]) {
        padding-left: var(--extendify--spacing--large, 3rem) !important;
        padding-right: var(--extendify--spacing--large, 3rem) !important;
    }
    .desktop\:ext-py-0:not([style*="padding"]) {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .desktop\:ext-py-base:not([style*="padding"]) {
        padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
        padding-top: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .desktop\:ext-py-lg:not([style*="padding"]) {
        padding-bottom: var(--extendify--spacing--large, 3rem) !important;
        padding-top: var(--extendify--spacing--large, 3rem) !important;
    }
    .desktop\:ext-pt-0:not([style*="padding"]) {
        padding-top: 0 !important;
    }
    .desktop\:ext-pt-base:not([style*="padding"]) {
        padding-top: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .desktop\:ext-pt-lg:not([style*="padding"]) {
        padding-top: var(--extendify--spacing--large, 3rem) !important;
    }
    .desktop\:ext-pr-0:not([style*="padding"]) {
        padding-right: 0 !important;
    }
    .desktop\:ext-pr-base:not([style*="padding"]) {
        padding-right: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .desktop\:ext-pr-lg:not([style*="padding"]) {
        padding-right: var(--extendify--spacing--large, 3rem) !important;
    }
    .desktop\:ext-pb-0:not([style*="padding"]) {
        padding-bottom: 0 !important;
    }
    .desktop\:ext-pb-base:not([style*="padding"]) {
        padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .desktop\:ext-pb-lg:not([style*="padding"]) {
        padding-bottom: var(--extendify--spacing--large, 3rem) !important;
    }
    .desktop\:ext-pl-0:not([style*="padding"]) {
        padding-left: 0 !important;
    }
    .desktop\:ext-pl-base:not([style*="padding"]) {
        padding-left: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .desktop\:ext-pl-lg:not([style*="padding"]) {
        padding-left: var(--extendify--spacing--large, 3rem) !important;
    }
    .desktop\:ext-text-left {
        text-align: left !important;
    }
    .desktop\:ext-text-center {
        text-align: center !important;
    }
    .desktop\:ext-text-right {
        text-align: right !important;
    }
}
.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
    display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
}
.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: 0.2em 0.8em;
    width: 24em;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}
.wpcf7-list-item-label:before,
.wpcf7-list-item-label:after {
    content: " ";
}
.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}
form.submitting .wpcf7-spinner {
    visibility: visible;
}
.wpcf7-spinner:before {
    content: "";
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
    .wpcf7-spinner:before {
        animation-name: blink;
        animation-duration: 2s;
    }
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes blink {
    from {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.wpcf7 input[type="file"] {
    cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
    cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    direction: ltr;
}
/*! 
* @package IcoFont 
* @version 1.0.1 
* @author IcoFont https://icofont.com 
* @copyright Copyright (c) 2015 - 2018 IcoFont 
* @license - https://icofont.com/license/
*/
@font-face {
    font-family: IcoFont;
    font-weight: 400;
    font-style: Regular;
    src:
        url(wp-content/plugins/themex-ppro-elementor/assets/fonts/icofont.woff2) format("woff2"),
        url(//demo.themexbd.com/rtl/bariplan/wp-content/plugins/themex-ppro-elementor/assets/css/../fonts/icofont.woff)
            format("woff");
}
[class*=" icofont-"],
[class^="icofont-"] {
    font-family: IcoFont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}
.icofont-angry-monster:before {
    content: "\e800";
}
.icofont-bathtub:before {
    content: "\e801";
}
.icofont-bird-wings:before {
    content: "\e802";
}
.icofont-bow:before {
    content: "\e803";
}
.icofont-castle:before {
    content: "\e804";
}
.icofont-circuit:before {
    content: "\e805";
}
.icofont-crown-king:before {
    content: "\e806";
}
.icofont-crown-queen:before {
    content: "\e807";
}
.icofont-dart:before {
    content: "\e808";
}
.icofont-disability-race:before {
    content: "\e809";
}
.icofont-diving-goggle:before {
    content: "\e80a";
}
.icofont-eye-open:before {
    content: "\e80b";
}
.icofont-flora-flower:before {
    content: "\e80c";
}
.icofont-flora:before {
    content: "\e80d";
}
.icofont-gift-box:before {
    content: "\e80e";
}
.icofont-halloween-pumpkin:before {
    content: "\e80f";
}
.icofont-hand-power:before {
    content: "\e810";
}
.icofont-hand-thunder:before {
    content: "\e811";
}
.icofont-king-monster:before {
    content: "\e812";
}
.icofont-love:before {
    content: "\e813";
}
.icofont-magician-hat:before {
    content: "\e814";
}
.icofont-native-american:before {
    content: "\e815";
}
.icofont-owl-look:before {
    content: "\e816";
}
.icofont-phoenix:before {
    content: "\e817";
}
.icofont-robot-face:before {
    content: "\e818";
}
.icofont-sand-clock:before {
    content: "\e819";
}
.icofont-shield-alt:before {
    content: "\e81a";
}
.icofont-ship-wheel:before {
    content: "\e81b";
}
.icofont-skull-danger:before {
    content: "\e81c";
}
.icofont-skull-face:before {
    content: "\e81d";
}
.icofont-snowmobile:before {
    content: "\e81e";
}
.icofont-space-shuttle:before {
    content: "\e81f";
}
.icofont-star-shape:before {
    content: "\e820";
}
.icofont-swirl:before {
    content: "\e821";
}
.icofont-tattoo-wing:before {
    content: "\e822";
}
.icofont-throne:before {
    content: "\e823";
}
.icofont-tree-alt:before {
    content: "\e824";
}
.icofont-triangle:before {
    content: "\e825";
}
.icofont-unity-hand:before {
    content: "\e826";
}
.icofont-weed:before {
    content: "\e827";
}
.icofont-woman-bird:before {
    content: "\e828";
}
.icofont-bat:before {
    content: "\e829";
}
.icofont-bear-face:before {
    content: "\e82a";
}
.icofont-bear-tracks:before {
    content: "\e82b";
}
.icofont-bear:before {
    content: "\e82c";
}
.icofont-bird-alt:before {
    content: "\e82d";
}
.icofont-bird-flying:before {
    content: "\e82e";
}
.icofont-bird:before {
    content: "\e82f";
}
.icofont-birds:before {
    content: "\e830";
}
.icofont-bone:before {
    content: "\e831";
}
.icofont-bull:before {
    content: "\e832";
}
.icofont-butterfly-alt:before {
    content: "\e833";
}
.icofont-butterfly:before {
    content: "\e834";
}
.icofont-camel-alt:before {
    content: "\e835";
}
.icofont-camel-head:before {
    content: "\e836";
}
.icofont-camel:before {
    content: "\e837";
}
.icofont-cat-alt-1:before {
    content: "\e838";
}
.icofont-cat-alt-2:before {
    content: "\e839";
}
.icofont-cat-alt-3:before {
    content: "\e83a";
}
.icofont-cat-dog:before {
    content: "\e83b";
}
.icofont-cat-face:before {
    content: "\e83c";
}
.icofont-cat:before {
    content: "\e83d";
}
.icofont-cow-head:before {
    content: "\e83e";
}
.icofont-cow:before {
    content: "\e83f";
}
.icofont-crab:before {
    content: "\e840";
}
.icofont-crocodile:before {
    content: "\e841";
}
.icofont-deer-head:before {
    content: "\e842";
}
.icofont-dog-alt:before {
    content: "\e843";
}
.icofont-dog-barking:before {
    content: "\e844";
}
.icofont-dog:before {
    content: "\e845";
}
.icofont-dolphin:before {
    content: "\e846";
}
.icofont-duck-tracks:before {
    content: "\e847";
}
.icofont-eagle-head:before {
    content: "\e848";
}
.icofont-eaten-fish:before {
    content: "\e849";
}
.icofont-elephant-alt:before {
    content: "\e84a";
}
.icofont-elephant-head-alt:before {
    content: "\e84b";
}
.icofont-elephant-head:before {
    content: "\e84c";
}
.icofont-elephant:before {
    content: "\e84d";
}
.icofont-elk:before {
    content: "\e84e";
}
.icofont-fish-1:before {
    content: "\e84f";
}
.icofont-fish-2:before {
    content: "\e850";
}
.icofont-fish-3:before {
    content: "\e851";
}
.icofont-fish-4:before {
    content: "\e852";
}
.icofont-fish-5:before {
    content: "\e853";
}
.icofont-fish:before {
    content: "\e854";
}
.icofont-fox-alt:before {
    content: "\e855";
}
.icofont-fox:before {
    content: "\e856";
}
.icofont-frog-tracks:before {
    content: "\e857";
}
.icofont-frog:before {
    content: "\e858";
}
.icofont-froggy:before {
    content: "\e859";
}
.icofont-giraffe-head-1:before {
    content: "\e85a";
}
.icofont-giraffe-head-2:before {
    content: "\e85b";
}
.icofont-giraffe-head:before {
    content: "\e85c";
}
.icofont-giraffe:before {
    content: "\e85d";
}
.icofont-goat-head:before {
    content: "\e85e";
}
.icofont-gorilla:before {
    content: "\e85f";
}
.icofont-hen-tracks:before {
    content: "\e860";
}
.icofont-horse-head-1:before {
    content: "\e861";
}
.icofont-horse-head-2:before {
    content: "\e862";
}
.icofont-horse-head:before {
    content: "\e863";
}
.icofont-horse-tracks:before {
    content: "\e864";
}
.icofont-jellyfish:before {
    content: "\e865";
}
.icofont-kangaroo:before {
    content: "\e866";
}
.icofont-lemur:before {
    content: "\e867";
}
.icofont-lion-head-1:before {
    content: "\e868";
}
.icofont-lion-head-2:before {
    content: "\e869";
}
.icofont-lion-head:before {
    content: "\e86a";
}
.icofont-lion:before {
    content: "\e86b";
}
.icofont-monkey-2:before {
    content: "\e86c";
}
.icofont-monkey-3:before {
    content: "\e86d";
}
.icofont-monkey-face:before {
    content: "\e86e";
}
.icofont-monkey:before {
    content: "\e86f";
}
.icofont-octopus-alt:before {
    content: "\e870";
}
.icofont-octopus:before {
    content: "\e871";
}
.icofont-owl:before {
    content: "\e872";
}
.icofont-panda-face:before {
    content: "\e873";
}
.icofont-panda:before {
    content: "\e874";
}
.icofont-panther:before {
    content: "\e875";
}
.icofont-parrot-lip:before {
    content: "\e876";
}
.icofont-parrot:before {
    content: "\e877";
}
.icofont-paw:before {
    content: "\e878";
}
.icofont-pelican:before {
    content: "\e879";
}
.icofont-penguin:before {
    content: "\e87a";
}
.icofont-pig-face:before {
    content: "\e87b";
}
.icofont-pig:before {
    content: "\e87c";
}
.icofont-pigeon-1:before {
    content: "\e87d";
}
.icofont-pigeon-2:before {
    content: "\e87e";
}
.icofont-pigeon:before {
    content: "\e87f";
}
.icofont-rabbit:before {
    content: "\e880";
}
.icofont-rat:before {
    content: "\e881";
}
.icofont-rhino-head:before {
    content: "\e882";
}
.icofont-rhino:before {
    content: "\e883";
}
.icofont-rooster:before {
    content: "\e884";
}
.icofont-seahorse:before {
    content: "\e885";
}
.icofont-seal:before {
    content: "\e886";
}
.icofont-shrimp-alt:before {
    content: "\e887";
}
.icofont-shrimp:before {
    content: "\e888";
}
.icofont-snail-1:before {
    content: "\e889";
}
.icofont-snail-2:before {
    content: "\e88a";
}
.icofont-snail-3:before {
    content: "\e88b";
}
.icofont-snail:before {
    content: "\e88c";
}
.icofont-snake:before {
    content: "\e88d";
}
.icofont-squid:before {
    content: "\e88e";
}
.icofont-squirrel:before {
    content: "\e88f";
}
.icofont-tiger-face:before {
    content: "\e890";
}
.icofont-tiger:before {
    content: "\e891";
}
.icofont-turtle:before {
    content: "\e892";
}
.icofont-whale:before {
    content: "\e893";
}
.icofont-woodpecker:before {
    content: "\e894";
}
.icofont-zebra:before {
    content: "\e895";
}
.icofont-brand-acer:before {
    content: "\e896";
}
.icofont-brand-adidas:before {
    content: "\e897";
}
.icofont-brand-adobe:before {
    content: "\e898";
}
.icofont-brand-air-new-zealand:before {
    content: "\e899";
}
.icofont-brand-airbnb:before {
    content: "\e89a";
}
.icofont-brand-aircell:before {
    content: "\e89b";
}
.icofont-brand-airtel:before {
    content: "\e89c";
}
.icofont-brand-alcatel:before {
    content: "\e89d";
}
.icofont-brand-alibaba:before {
    content: "\e89e";
}
.icofont-brand-aliexpress:before {
    content: "\e89f";
}
.icofont-brand-alipay:before {
    content: "\e8a0";
}
.icofont-brand-amazon:before {
    content: "\e8a1";
}
.icofont-brand-amd:before {
    content: "\e8a2";
}
.icofont-brand-american-airlines:before {
    content: "\e8a3";
}
.icofont-brand-android-robot:before {
    content: "\e8a4";
}
.icofont-brand-android:before {
    content: "\e8a5";
}
.icofont-brand-aol:before {
    content: "\e8a6";
}
.icofont-brand-apple:before {
    content: "\e8a7";
}
.icofont-brand-appstore:before {
    content: "\e8a8";
}
.icofont-brand-asus:before {
    content: "\e8a9";
}
.icofont-brand-ati:before {
    content: "\e8aa";
}
.icofont-brand-att:before {
    content: "\e8ab";
}
.icofont-brand-audi:before {
    content: "\e8ac";
}
.icofont-brand-axiata:before {
    content: "\e8ad";
}
.icofont-brand-bada:before {
    content: "\e8ae";
}
.icofont-brand-bbc:before {
    content: "\e8af";
}
.icofont-brand-bing:before {
    content: "\e8b0";
}
.icofont-brand-blackberry:before {
    content: "\e8b1";
}
.icofont-brand-bmw:before {
    content: "\e8b2";
}
.icofont-brand-box:before {
    content: "\e8b3";
}
.icofont-brand-burger-king:before {
    content: "\e8b4";
}
.icofont-brand-business-insider:before {
    content: "\e8b5";
}
.icofont-brand-buzzfeed:before {
    content: "\e8b6";
}
.icofont-brand-cannon:before {
    content: "\e8b7";
}
.icofont-brand-casio:before {
    content: "\e8b8";
}
.icofont-brand-china-mobile:before {
    content: "\e8b9";
}
.icofont-brand-china-telecom:before {
    content: "\e8ba";
}
.icofont-brand-china-unicom:before {
    content: "\e8bb";
}
.icofont-brand-cisco:before {
    content: "\e8bc";
}
.icofont-brand-citibank:before {
    content: "\e8bd";
}
.icofont-brand-cnet:before {
    content: "\e8be";
}
.icofont-brand-cnn:before {
    content: "\e8bf";
}
.icofont-brand-cocal-cola:before {
    content: "\e8c0";
}
.icofont-brand-compaq:before {
    content: "\e8c1";
}
.icofont-brand-debian:before {
    content: "\e8c2";
}
.icofont-brand-delicious:before {
    content: "\e8c3";
}
.icofont-brand-dell:before {
    content: "\e8c4";
}
.icofont-brand-designbump:before {
    content: "\e8c5";
}
.icofont-brand-designfloat:before {
    content: "\e8c6";
}
.icofont-brand-disney:before {
    content: "\e8c7";
}
.icofont-brand-dodge:before {
    content: "\e8c8";
}
.icofont-brand-dove:before {
    content: "\e8c9";
}
.icofont-brand-drupal:before {
    content: "\e8ca";
}
.icofont-brand-ebay:before {
    content: "\e8cb";
}
.icofont-brand-eleven:before {
    content: "\e8cc";
}
.icofont-brand-emirates:before {
    content: "\e8cd";
}
.icofont-brand-espn:before {
    content: "\e8ce";
}
.icofont-brand-etihad-airways:before {
    content: "\e8cf";
}
.icofont-brand-etisalat:before {
    content: "\e8d0";
}
.icofont-brand-etsy:before {
    content: "\e8d1";
}
.icofont-brand-fastrack:before {
    content: "\e8d2";
}
.icofont-brand-fedex:before {
    content: "\e8d3";
}
.icofont-brand-ferrari:before {
    content: "\e8d4";
}
.icofont-brand-fitbit:before {
    content: "\e8d5";
}
.icofont-brand-flikr:before {
    content: "\e8d6";
}
.icofont-brand-forbes:before {
    content: "\e8d7";
}
.icofont-brand-foursquare:before {
    content: "\e8d8";
}
.icofont-brand-foxconn:before {
    content: "\e8d9";
}
.icofont-brand-fujitsu:before {
    content: "\e8da";
}
.icofont-brand-general-electric:before {
    content: "\e8db";
}
.icofont-brand-gillette:before {
    content: "\e8dc";
}
.icofont-brand-gizmodo:before {
    content: "\e8dd";
}
.icofont-brand-gnome:before {
    content: "\e8de";
}
.icofont-brand-google:before {
    content: "\e8df";
}
.icofont-brand-gopro:before {
    content: "\e8e0";
}
.icofont-brand-gucci:before {
    content: "\e8e1";
}
.icofont-brand-hallmark:before {
    content: "\e8e2";
}
.icofont-brand-hi5:before {
    content: "\e8e3";
}
.icofont-brand-honda:before {
    content: "\e8e4";
}
.icofont-brand-hp:before {
    content: "\e8e5";
}
.icofont-brand-hsbc:before {
    content: "\e8e6";
}
.icofont-brand-htc:before {
    content: "\e8e7";
}
.icofont-brand-huawei:before {
    content: "\e8e8";
}
.icofont-brand-hulu:before {
    content: "\e8e9";
}
.icofont-brand-hyundai:before {
    content: "\e8ea";
}
.icofont-brand-ibm:before {
    content: "\e8eb";
}
.icofont-brand-icofont:before {
    content: "\e8ec";
}
.icofont-brand-icq:before {
    content: "\e8ed";
}
.icofont-brand-ikea:before {
    content: "\e8ee";
}
.icofont-brand-imdb:before {
    content: "\e8ef";
}
.icofont-brand-indiegogo:before {
    content: "\e8f0";
}
.icofont-brand-intel:before {
    content: "\e8f1";
}
.icofont-brand-ipair:before {
    content: "\e8f2";
}
.icofont-brand-jaguar:before {
    content: "\e8f3";
}
.icofont-brand-java:before {
    content: "\e8f4";
}
.icofont-brand-joomla:before {
    content: "\e8f5";
}
.icofont-brand-kickstarter:before {
    content: "\e8f6";
}
.icofont-brand-kik:before {
    content: "\e8f7";
}
.icofont-brand-lastfm:before {
    content: "\e8f8";
}
.icofont-brand-lego:before {
    content: "\e8f9";
}
.icofont-brand-lenovo:before {
    content: "\e8fa";
}
.icofont-brand-levis:before {
    content: "\e8fb";
}
.icofont-brand-lexus:before {
    content: "\e8fc";
}
.icofont-brand-lg:before {
    content: "\e8fd";
}
.icofont-brand-life-hacker:before {
    content: "\e8fe";
}
.icofont-brand-linux-mint:before {
    content: "\e8ff";
}
.icofont-brand-linux:before {
    content: "\e900";
}
.icofont-brand-lionix:before {
    content: "\e901";
}
.icofont-brand-loreal:before {
    content: "\e902";
}
.icofont-brand-louis-vuitton:before {
    content: "\e903";
}
.icofont-brand-mac-os:before {
    content: "\e904";
}
.icofont-brand-marvel-app:before {
    content: "\e905";
}
.icofont-brand-mashable:before {
    content: "\e906";
}
.icofont-brand-mazda:before {
    content: "\e907";
}
.icofont-brand-mcdonals:before {
    content: "\e908";
}
.icofont-brand-mercedes:before {
    content: "\e909";
}
.icofont-brand-micromax:before {
    content: "\e90a";
}
.icofont-brand-microsoft:before {
    content: "\e90b";
}
.icofont-brand-mobileme:before {
    content: "\e90c";
}
.icofont-brand-mobily:before {
    content: "\e90d";
}
.icofont-brand-motorola:before {
    content: "\e90e";
}
.icofont-brand-msi:before {
    content: "\e90f";
}
.icofont-brand-mts:before {
    content: "\e910";
}
.icofont-brand-myspace:before {
    content: "\e911";
}
.icofont-brand-mytv:before {
    content: "\e912";
}
.icofont-brand-nasa:before {
    content: "\e913";
}
.icofont-brand-natgeo:before {
    content: "\e914";
}
.icofont-brand-nbc:before {
    content: "\e915";
}
.icofont-brand-nescafe:before {
    content: "\e916";
}
.icofont-brand-nestle:before {
    content: "\e917";
}
.icofont-brand-netflix:before {
    content: "\e918";
}
.icofont-brand-nexus:before {
    content: "\e919";
}
.icofont-brand-nike:before {
    content: "\e91a";
}
.icofont-brand-nokia:before {
    content: "\e91b";
}
.icofont-brand-nvidia:before {
    content: "\e91c";
}
.icofont-brand-omega:before {
    content: "\e91d";
}
.icofont-brand-opensuse:before {
    content: "\e91e";
}
.icofont-brand-oracle:before {
    content: "\e91f";
}
.icofont-brand-panasonic:before {
    content: "\e920";
}
.icofont-brand-paypal:before {
    content: "\e921";
}
.icofont-brand-pepsi:before {
    content: "\e922";
}
.icofont-brand-philips:before {
    content: "\e923";
}
.icofont-brand-pizza-hut:before {
    content: "\e924";
}
.icofont-brand-playstation:before {
    content: "\e925";
}
.icofont-brand-puma:before {
    content: "\e926";
}
.icofont-brand-qatar-air:before {
    content: "\e927";
}
.icofont-brand-qvc:before {
    content: "\e928";
}
.icofont-brand-readernaut:before {
    content: "\e929";
}
.icofont-brand-redbull:before {
    content: "\e92a";
}
.icofont-brand-reebok:before {
    content: "\e92b";
}
.icofont-brand-reuters:before {
    content: "\e92c";
}
.icofont-brand-samsung:before {
    content: "\e92d";
}
.icofont-brand-sap:before {
    content: "\e92e";
}
.icofont-brand-saudia-airlines:before {
    content: "\e92f";
}
.icofont-brand-scribd:before {
    content: "\e930";
}
.icofont-brand-shell:before {
    content: "\e931";
}
.icofont-brand-siemens:before {
    content: "\e932";
}
.icofont-brand-sk-telecom:before {
    content: "\e933";
}
.icofont-brand-slideshare:before {
    content: "\e934";
}
.icofont-brand-smashing-magazine:before {
    content: "\e935";
}
.icofont-brand-snapchat:before {
    content: "\e936";
}
.icofont-brand-sony-ericsson:before {
    content: "\e937";
}
.icofont-brand-sony:before {
    content: "\e938";
}
.icofont-brand-soundcloud:before {
    content: "\e939";
}
.icofont-brand-sprint:before {
    content: "\e93a";
}
.icofont-brand-squidoo:before {
    content: "\e93b";
}
.icofont-brand-starbucks:before {
    content: "\e93c";
}
.icofont-brand-stc:before {
    content: "\e93d";
}
.icofont-brand-steam:before {
    content: "\e93e";
}
.icofont-brand-suzuki:before {
    content: "\e93f";
}
.icofont-brand-symbian:before {
    content: "\e940";
}
.icofont-brand-t-mobile:before {
    content: "\e941";
}
.icofont-brand-tango:before {
    content: "\e942";
}
.icofont-brand-target:before {
    content: "\e943";
}
.icofont-brand-tata-indicom:before {
    content: "\e944";
}
.icofont-brand-techcrunch:before {
    content: "\e945";
}
.icofont-brand-telenor:before {
    content: "\e946";
}
.icofont-brand-teliasonera:before {
    content: "\e947";
}
.icofont-brand-tesla:before {
    content: "\e948";
}
.icofont-brand-the-verge:before {
    content: "\e949";
}
.icofont-brand-thenextweb:before {
    content: "\e94a";
}
.icofont-brand-toshiba:before {
    content: "\e94b";
}
.icofont-brand-toyota:before {
    content: "\e94c";
}
.icofont-brand-tribenet:before {
    content: "\e94d";
}
.icofont-brand-ubuntu:before {
    content: "\e94e";
}
.icofont-brand-unilever:before {
    content: "\e94f";
}
.icofont-brand-vaio:before {
    content: "\e950";
}
.icofont-brand-verizon:before {
    content: "\e951";
}
.icofont-brand-viber:before {
    content: "\e952";
}
.icofont-brand-vodafone:before {
    content: "\e953";
}
.icofont-brand-volkswagen:before {
    content: "\e954";
}
.icofont-brand-walmart:before {
    content: "\e955";
}
.icofont-brand-warnerbros:before {
    content: "\e956";
}
.icofont-brand-whatsapp:before {
    content: "\e957";
}
.icofont-brand-wikipedia:before {
    content: "\e958";
}
.icofont-brand-windows:before {
    content: "\e959";
}
.icofont-brand-wire:before {
    content: "\e95a";
}
.icofont-brand-wordpress:before {
    content: "\e95b";
}
.icofont-brand-xiaomi:before {
    content: "\e95c";
}
.icofont-brand-yahoobuzz:before {
    content: "\e95d";
}
.icofont-brand-yamaha:before {
    content: "\e95e";
}
.icofont-brand-youtube:before {
    content: "\e95f";
}
.icofont-brand-zain:before {
    content: "\e960";
}
.icofont-bank-alt:before {
    content: "\e961";
}
.icofont-bank:before {
    content: "\e962";
}
.icofont-barcode:before {
    content: "\e963";
}
.icofont-bill-alt:before {
    content: "\e964";
}
.icofont-billboard:before {
    content: "\e965";
}
.icofont-briefcase-1:before {
    content: "\e966";
}
.icofont-briefcase-2:before {
    content: "\e967";
}
.icofont-businessman:before {
    content: "\e968";
}
.icofont-businesswoman:before {
    content: "\e969";
}
.icofont-chair:before {
    content: "\e96a";
}
.icofont-coins:before {
    content: "\e96b";
}
.icofont-company:before {
    content: "\e96c";
}
.icofont-contact-add:before {
    content: "\e96d";
}
.icofont-files-stack:before {
    content: "\e96e";
}
.icofont-handshake-deal:before {
    content: "\e96f";
}
.icofont-id-card:before {
    content: "\e970";
}
.icofont-meeting-add:before {
    content: "\e971";
}
.icofont-money-bag:before {
    content: "\e972";
}
.icofont-pie-chart:before {
    content: "\e973";
}
.icofont-presentation-alt:before {
    content: "\e974";
}
.icofont-presentation:before {
    content: "\e975";
}
.icofont-stamp:before {
    content: "\e976";
}
.icofont-stock-mobile:before {
    content: "\e977";
}
.icofont-chart-arrows-axis:before {
    content: "\e978";
}
.icofont-chart-bar-graph:before {
    content: "\e979";
}
.icofont-chart-flow-1:before {
    content: "\e97a";
}
.icofont-chart-flow-2:before {
    content: "\e97b";
}
.icofont-chart-flow:before {
    content: "\e97c";
}
.icofont-chart-growth:before {
    content: "\e97d";
}
.icofont-chart-histogram-alt:before {
    content: "\e97e";
}
.icofont-chart-histogram:before {
    content: "\e97f";
}
.icofont-chart-line-alt:before {
    content: "\e980";
}
.icofont-chart-line:before {
    content: "\e981";
}
.icofont-chart-pie-alt:before {
    content: "\e982";
}
.icofont-chart-pie:before {
    content: "\e983";
}
.icofont-chart-radar-graph:before {
    content: "\e984";
}
.icofont-architecture-alt:before {
    content: "\e985";
}
.icofont-architecture:before {
    content: "\e986";
}
.icofont-barricade:before {
    content: "\e987";
}
.icofont-bolt:before {
    content: "\e988";
}
.icofont-bricks:before {
    content: "\e989";
}
.icofont-building-alt:before {
    content: "\e98a";
}
.icofont-bull-dozer:before {
    content: "\e98b";
}
.icofont-calculations:before {
    content: "\e98c";
}
.icofont-cement-mix:before {
    content: "\e98d";
}
.icofont-cement-mixer:before {
    content: "\e98e";
}
.icofont-concrete-mixer:before {
    content: "\e98f";
}
.icofont-danger-zone:before {
    content: "\e990";
}
.icofont-drill:before {
    content: "\e991";
}
.icofont-eco-energy:before {
    content: "\e992";
}
.icofont-eco-environmen:before {
    content: "\e993";
}
.icofont-energy-air:before {
    content: "\e994";
}
.icofont-energy-oil:before {
    content: "\e995";
}
.icofont-energy-savings:before {
    content: "\e996";
}
.icofont-energy-solar:before {
    content: "\e997";
}
.icofont-energy-water:before {
    content: "\e998";
}
.icofont-engineer:before {
    content: "\e999";
}
.icofont-fire-extinguisher-alt:before {
    content: "\e99a";
}
.icofont-fire-extinguisher:before {
    content: "\e99b";
}
.icofont-fix-tools:before {
    content: "\e99c";
}
.icofont-fork-lift:before {
    content: "\e99d";
}
.icofont-glue-oil:before {
    content: "\e99e";
}
.icofont-hammer-alt:before {
    content: "\e99f";
}
.icofont-hammer:before {
    content: "\e9a0";
}
.icofont-help-robot:before {
    content: "\e9a1";
}
.icofont-industries-1:before {
    content: "\e9a2";
}
.icofont-industries-2:before {
    content: "\e9a3";
}
.icofont-industries-3:before {
    content: "\e9a4";
}
.icofont-industries-4:before {
    content: "\e9a5";
}
.icofont-industries-5:before {
    content: "\e9a6";
}
.icofont-industries:before {
    content: "\e9a7";
}
.icofont-labour:before {
    content: "\e9a8";
}
.icofont-mining:before {
    content: "\e9a9";
}
.icofont-paint-brush:before {
    content: "\e9aa";
}
.icofont-pollution:before {
    content: "\e9ab";
}
.icofont-power-zone:before {
    content: "\e9ac";
}
.icofont-radio-active:before {
    content: "\e9ad";
}
.icofont-recycle-alt:before {
    content: "\e9ae";
}
.icofont-recycling-man:before {
    content: "\e9af";
}
.icofont-safety-hat-light:before {
    content: "\e9b0";
}
.icofont-safety-hat:before {
    content: "\e9b1";
}
.icofont-saw:before {
    content: "\e9b2";
}
.icofont-screw-driver:before {
    content: "\e9b3";
}
.icofont-tools-1:before {
    content: "\e9b4";
}
.icofont-tools-bag:before {
    content: "\e9b5";
}
.icofont-tow-truck:before {
    content: "\e9b6";
}
.icofont-trolley:before {
    content: "\e9b7";
}
.icofont-trowel:before {
    content: "\e9b8";
}
.icofont-under-construction-alt:before {
    content: "\e9b9";
}
.icofont-under-construction:before {
    content: "\e9ba";
}
.icofont-vehicle-cement:before {
    content: "\e9bb";
}
.icofont-vehicle-crane:before {
    content: "\e9bc";
}
.icofont-vehicle-delivery-van:before {
    content: "\e9bd";
}
.icofont-vehicle-dozer:before {
    content: "\e9be";
}
.icofont-vehicle-excavator:before {
    content: "\e9bf";
}
.icofont-vehicle-trucktor:before {
    content: "\e9c0";
}
.icofont-vehicle-wrecking:before {
    content: "\e9c1";
}
.icofont-worker:before {
    content: "\e9c2";
}
.icofont-workers-group:before {
    content: "\e9c3";
}
.icofont-wrench:before {
    content: "\e9c4";
}
.icofont-afghani-false:before {
    content: "\e9c5";
}
.icofont-afghani-minus:before {
    content: "\e9c6";
}
.icofont-afghani-plus:before {
    content: "\e9c7";
}
.icofont-afghani-true:before {
    content: "\e9c8";
}
.icofont-afghani:before {
    content: "\e9c9";
}
.icofont-baht-false:before {
    content: "\e9ca";
}
.icofont-baht-minus:before {
    content: "\e9cb";
}
.icofont-baht-plus:before {
    content: "\e9cc";
}
.icofont-baht-true:before {
    content: "\e9cd";
}
.icofont-baht:before {
    content: "\e9ce";
}
.icofont-bitcoin-false:before {
    content: "\e9cf";
}
.icofont-bitcoin-minus:before {
    content: "\e9d0";
}
.icofont-bitcoin-plus:before {
    content: "\e9d1";
}
.icofont-bitcoin-true:before {
    content: "\e9d2";
}
.icofont-bitcoin:before {
    content: "\e9d3";
}
.icofont-dollar-flase:before {
    content: "\e9d4";
}
.icofont-dollar-minus:before {
    content: "\e9d5";
}
.icofont-dollar-plus:before {
    content: "\e9d6";
}
.icofont-dollar-true:before {
    content: "\e9d7";
}
.icofont-dollar:before {
    content: "\e9d8";
}
.icofont-dong-false:before {
    content: "\e9d9";
}
.icofont-dong-minus:before {
    content: "\e9da";
}
.icofont-dong-plus:before {
    content: "\e9db";
}
.icofont-dong-true:before {
    content: "\e9dc";
}
.icofont-dong:before {
    content: "\e9dd";
}
.icofont-euro-false:before {
    content: "\e9de";
}
.icofont-euro-minus:before {
    content: "\e9df";
}
.icofont-euro-plus:before {
    content: "\e9e0";
}
.icofont-euro-true:before {
    content: "\e9e1";
}
.icofont-euro:before {
    content: "\e9e2";
}
.icofont-frank-false:before {
    content: "\e9e3";
}
.icofont-frank-minus:before {
    content: "\e9e4";
}
.icofont-frank-plus:before {
    content: "\e9e5";
}
.icofont-frank-true:before {
    content: "\e9e6";
}
.icofont-frank:before {
    content: "\e9e7";
}
.icofont-hryvnia-false:before {
    content: "\e9e8";
}
.icofont-hryvnia-minus:before {
    content: "\e9e9";
}
.icofont-hryvnia-plus:before {
    content: "\e9ea";
}
.icofont-hryvnia-true:before {
    content: "\e9eb";
}
.icofont-hryvnia:before {
    content: "\e9ec";
}
.icofont-lira-false:before {
    content: "\e9ed";
}
.icofont-lira-minus:before {
    content: "\e9ee";
}
.icofont-lira-plus:before {
    content: "\e9ef";
}
.icofont-lira-true:before {
    content: "\e9f0";
}
.icofont-lira:before {
    content: "\e9f1";
}
.icofont-peseta-false:before {
    content: "\e9f2";
}
.icofont-peseta-minus:before {
    content: "\e9f3";
}
.icofont-peseta-plus:before {
    content: "\e9f4";
}
.icofont-peseta-true:before {
    content: "\e9f5";
}
.icofont-peseta:before {
    content: "\e9f6";
}
.icofont-peso-false:before {
    content: "\e9f7";
}
.icofont-peso-minus:before {
    content: "\e9f8";
}
.icofont-peso-plus:before {
    content: "\e9f9";
}
.icofont-peso-true:before {
    content: "\e9fa";
}
.icofont-peso:before {
    content: "\e9fb";
}
.icofont-pound-false:before {
    content: "\e9fc";
}
.icofont-pound-minus:before {
    content: "\e9fd";
}
.icofont-pound-plus:before {
    content: "\e9fe";
}
.icofont-pound-true:before {
    content: "\e9ff";
}
.icofont-pound:before {
    content: "\ea00";
}
.icofont-renminbi-false:before {
    content: "\ea01";
}
.icofont-renminbi-minus:before {
    content: "\ea02";
}
.icofont-renminbi-plus:before {
    content: "\ea03";
}
.icofont-renminbi-true:before {
    content: "\ea04";
}
.icofont-renminbi:before {
    content: "\ea05";
}
.icofont-riyal-false:before {
    content: "\ea06";
}
.icofont-riyal-minus:before {
    content: "\ea07";
}
.icofont-riyal-plus:before {
    content: "\ea08";
}
.icofont-riyal-true:before {
    content: "\ea09";
}
.icofont-riyal:before {
    content: "\ea0a";
}
.icofont-rouble-false:before {
    content: "\ea0b";
}
.icofont-rouble-minus:before {
    content: "\ea0c";
}
.icofont-rouble-plus:before {
    content: "\ea0d";
}
.icofont-rouble-true:before {
    content: "\ea0e";
}
.icofont-rouble:before {
    content: "\ea0f";
}
.icofont-rupee-false:before {
    content: "\ea10";
}
.icofont-rupee-minus:before {
    content: "\ea11";
}
.icofont-rupee-plus:before {
    content: "\ea12";
}
.icofont-rupee-true:before {
    content: "\ea13";
}
.icofont-rupee:before {
    content: "\ea14";
}
.icofont-taka-false:before {
    content: "\ea15";
}
.icofont-taka-minus:before {
    content: "\ea16";
}
.icofont-taka-plus:before {
    content: "\ea17";
}
.icofont-taka-true:before {
    content: "\ea18";
}
.icofont-taka:before {
    content: "\ea19";
}
.icofont-turkish-lira-false:before {
    content: "\ea1a";
}
.icofont-turkish-lira-minus:before {
    content: "\ea1b";
}
.icofont-turkish-lira-plus:before {
    content: "\ea1c";
}
.icofont-turkish-lira-true:before {
    content: "\ea1d";
}
.icofont-turkish-lira:before {
    content: "\ea1e";
}
.icofont-won-false:before {
    content: "\ea1f";
}
.icofont-won-minus:before {
    content: "\ea20";
}
.icofont-won-plus:before {
    content: "\ea21";
}
.icofont-won-true:before {
    content: "\ea22";
}
.icofont-won:before {
    content: "\ea23";
}
.icofont-yen-false:before {
    content: "\ea24";
}
.icofont-yen-minus:before {
    content: "\ea25";
}
.icofont-yen-plus:before {
    content: "\ea26";
}
.icofont-yen-true:before {
    content: "\ea27";
}
.icofont-yen:before {
    content: "\ea28";
}
.icofont-android-nexus:before {
    content: "\ea29";
}
.icofont-android-tablet:before {
    content: "\ea2a";
}
.icofont-apple-watch:before {
    content: "\ea2b";
}
.icofont-drawing-tablet:before {
    content: "\ea2c";
}
.icofont-earphone:before {
    content: "\ea2d";
}
.icofont-flash-drive:before {
    content: "\ea2e";
}
.icofont-game-console:before {
    content: "\ea2f";
}
.icofont-game-controller:before {
    content: "\ea30";
}
.icofont-game-pad:before {
    content: "\ea31";
}
.icofont-game:before {
    content: "\ea32";
}
.icofont-headphone-alt-1:before {
    content: "\ea33";
}
.icofont-headphone-alt-2:before {
    content: "\ea34";
}
.icofont-headphone-alt-3:before {
    content: "\ea35";
}
.icofont-headphone-alt:before {
    content: "\ea36";
}
.icofont-headphone:before {
    content: "\ea37";
}
.icofont-htc-one:before {
    content: "\ea38";
}
.icofont-imac:before {
    content: "\ea39";
}
.icofont-ipad:before {
    content: "\ea3a";
}
.icofont-iphone:before {
    content: "\ea3b";
}
.icofont-ipod-nano:before {
    content: "\ea3c";
}
.icofont-ipod-touch:before {
    content: "\ea3d";
}
.icofont-keyboard-alt:before {
    content: "\ea3e";
}
.icofont-keyboard-wireless:before {
    content: "\ea3f";
}
.icofont-keyboard:before {
    content: "\ea40";
}
.icofont-laptop-alt:before {
    content: "\ea41";
}
.icofont-laptop:before {
    content: "\ea42";
}
.icofont-macbook:before {
    content: "\ea43";
}
.icofont-magic-mouse:before {
    content: "\ea44";
}
.icofont-micro-chip:before {
    content: "\ea45";
}
.icofont-microphone-alt:before {
    content: "\ea46";
}
.icofont-microphone:before {
    content: "\ea47";
}
.icofont-monitor:before {
    content: "\ea48";
}
.icofont-mouse:before {
    content: "\ea49";
}
.icofont-mp3-player:before {
    content: "\ea4a";
}
.icofont-nintendo:before {
    content: "\ea4b";
}
.icofont-playstation-alt:before {
    content: "\ea4c";
}
.icofont-psvita:before {
    content: "\ea4d";
}
.icofont-radio-mic:before {
    content: "\ea4e";
}
.icofont-radio:before {
    content: "\ea4f";
}
.icofont-refrigerator:before {
    content: "\ea50";
}
.icofont-samsung-galaxy:before {
    content: "\ea51";
}
.icofont-surface-tablet:before {
    content: "\ea52";
}
.icofont-ui-head-phone:before {
    content: "\ea53";
}
.icofont-ui-keyboard:before {
    content: "\ea54";
}
.icofont-washing-machine:before {
    content: "\ea55";
}
.icofont-wifi-router:before {
    content: "\ea56";
}
.icofont-wii-u:before {
    content: "\ea57";
}
.icofont-windows-lumia:before {
    content: "\ea58";
}
.icofont-wireless-mouse:before {
    content: "\ea59";
}
.icofont-xbox-360:before {
    content: "\ea5a";
}
.icofont-arrow-down:before {
    content: "\ea5b";
}
.icofont-arrow-left:before {
    content: "\ea5c";
}
.icofont-arrow-right:before {
    content: "\ea5d";
}
.icofont-arrow-up:before {
    content: "\ea5e";
}
.icofont-block-down:before {
    content: "\ea5f";
}
.icofont-block-left:before {
    content: "\ea60";
}
.icofont-block-right:before {
    content: "\ea61";
}
.icofont-block-up:before {
    content: "\ea62";
}
.icofont-bubble-down:before {
    content: "\ea63";
}
.icofont-bubble-left:before {
    content: "\ea64";
}
.icofont-bubble-right:before {
    content: "\ea65";
}
.icofont-bubble-up:before {
    content: "\ea66";
}
.icofont-caret-down:before {
    content: "\ea67";
}
.icofont-caret-left:before {
    content: "\ea68";
}
.icofont-caret-right:before {
    content: "\ea69";
}
.icofont-caret-up:before {
    content: "\ea6a";
}
.icofont-circled-down:before {
    content: "\ea6b";
}
.icofont-circled-left:before {
    content: "\ea6c";
}
.icofont-circled-right:before {
    content: "\ea6d";
}
.icofont-circled-up:before {
    content: "\ea6e";
}
.icofont-collapse:before {
    content: "\ea6f";
}
.icofont-cursor-drag:before {
    content: "\ea70";
}
.icofont-curved-double-left:before {
    content: "\ea71";
}
.icofont-curved-double-right:before {
    content: "\ea72";
}
.icofont-curved-down:before {
    content: "\ea73";
}
.icofont-curved-left:before {
    content: "\ea74";
}
.icofont-curved-right:before {
    content: "\ea75";
}
.icofont-curved-up:before {
    content: "\ea76";
}
.icofont-dotted-down:before {
    content: "\ea77";
}
.icofont-dotted-left:before {
    content: "\ea78";
}
.icofont-dotted-right:before {
    content: "\ea79";
}
.icofont-dotted-up:before {
    content: "\ea7a";
}
.icofont-double-left:before {
    content: "\ea7b";
}
.icofont-double-right:before {
    content: "\ea7c";
}
.icofont-expand-alt:before {
    content: "\ea7d";
}
.icofont-hand-down:before {
    content: "\ea7e";
}
.icofont-hand-drag:before {
    content: "\ea7f";
}
.icofont-hand-drag1:before {
    content: "\ea80";
}
.icofont-hand-drag2:before {
    content: "\ea81";
}
.icofont-hand-drawn-alt-down:before {
    content: "\ea82";
}
.icofont-hand-drawn-alt-left:before {
    content: "\ea83";
}
.icofont-hand-drawn-alt-right:before {
    content: "\ea84";
}
.icofont-hand-drawn-alt-up:before {
    content: "\ea85";
}
.icofont-hand-drawn-down:before {
    content: "\ea86";
}
.icofont-hand-drawn-left:before {
    content: "\ea87";
}
.icofont-hand-drawn-right:before {
    content: "\ea88";
}
.icofont-hand-drawn-up:before {
    content: "\ea89";
}
.icofont-hand-grippers:before {
    content: "\ea8a";
}
.icofont-hand-left:before {
    content: "\ea8b";
}
.icofont-hand-right:before {
    content: "\ea8c";
}
.icofont-hand-up:before {
    content: "\ea8d";
}
.icofont-line-block-down:before {
    content: "\ea8e";
}
.icofont-line-block-left:before {
    content: "\ea8f";
}
.icofont-line-block-right:before {
    content: "\ea90";
}
.icofont-line-block-up:before {
    content: "\ea91";
}
.icofont-long-arrow-down:before {
    content: "\ea92";
}
.icofont-long-arrow-left:before {
    content: "\ea93";
}
.icofont-long-arrow-right:before {
    content: "\ea94";
}
.icofont-long-arrow-up:before {
    content: "\ea95";
}
.icofont-rounded-collapse:before {
    content: "\ea96";
}
.icofont-rounded-double-left:before {
    content: "\ea97";
}
.icofont-rounded-double-right:before {
    content: "\ea98";
}
.icofont-rounded-down:before {
    content: "\ea99";
}
.icofont-rounded-expand:before {
    content: "\ea9a";
}
.icofont-rounded-left-down:before {
    content: "\ea9b";
}
.icofont-rounded-left-up:before {
    content: "\ea9c";
}
.icofont-rounded-left:before {
    content: "\ea9d";
}
.icofont-rounded-right-down:before {
    content: "\ea9e";
}
.icofont-rounded-right-up:before {
    content: "\ea9f";
}
.icofont-rounded-right:before {
    content: "\eaa0";
}
.icofont-rounded-up:before {
    content: "\eaa1";
}
.icofont-scroll-bubble-down:before {
    content: "\eaa2";
}
.icofont-scroll-bubble-left:before {
    content: "\eaa3";
}
.icofont-scroll-bubble-right:before {
    content: "\eaa4";
}
.icofont-scroll-bubble-up:before {
    content: "\eaa5";
}
.icofont-scroll-double-down:before {
    content: "\eaa6";
}
.icofont-scroll-double-left:before {
    content: "\eaa7";
}
.icofont-scroll-double-right:before {
    content: "\eaa8";
}
.icofont-scroll-double-up:before {
    content: "\eaa9";
}
.icofont-scroll-down:before {
    content: "\eaaa";
}
.icofont-scroll-left:before {
    content: "\eaab";
}
.icofont-scroll-long-down:before {
    content: "\eaac";
}
.icofont-scroll-long-left:before {
    content: "\eaad";
}
.icofont-scroll-long-right:before {
    content: "\eaae";
}
.icofont-scroll-long-up:before {
    content: "\eaaf";
}
.icofont-scroll-right:before {
    content: "\eab0";
}
.icofont-scroll-up:before {
    content: "\eab1";
}
.icofont-simple-down:before {
    content: "\eab2";
}
.icofont-simple-left-down:before {
    content: "\eab3";
}
.icofont-simple-left-up:before {
    content: "\eab4";
}
.icofont-simple-left:before {
    content: "\eab5";
}
.icofont-simple-right-down:before {
    content: "\eab6";
}
.icofont-simple-right-up:before {
    content: "\eab7";
}
.icofont-simple-right:before {
    content: "\eab8";
}
.icofont-simple-up:before {
    content: "\eab9";
}
.icofont-square-down:before {
    content: "\eaba";
}
.icofont-square-left:before {
    content: "\eabb";
}
.icofont-square-right:before {
    content: "\eabc";
}
.icofont-square-up:before {
    content: "\eabd";
}
.icofont-stylish-down:before {
    content: "\eabe";
}
.icofont-stylish-left:before {
    content: "\eabf";
}
.icofont-stylish-right:before {
    content: "\eac0";
}
.icofont-stylish-up:before {
    content: "\eac1";
}
.icofont-swoosh-down:before {
    content: "\eac2";
}
.icofont-swoosh-left:before {
    content: "\eac3";
}
.icofont-swoosh-right:before {
    content: "\eac4";
}
.icofont-swoosh-up:before {
    content: "\eac5";
}
.icofont-thin-double-left:before {
    content: "\eac6";
}
.icofont-thin-double-right:before {
    content: "\eac7";
}
.icofont-thin-down:before {
    content: "\eac8";
}
.icofont-thin-left:before {
    content: "\eac9";
}
.icofont-thin-right:before {
    content: "\eaca";
}
.icofont-thin-up:before {
    content: "\eacb";
}
.icofont-abc:before {
    content: "\eacc";
}
.icofont-atom:before {
    content: "\eacd";
}
.icofont-award:before {
    content: "\eace";
}
.icofont-bell-alt:before {
    content: "\eacf";
}
.icofont-black-board:before {
    content: "\ead0";
}
.icofont-book-alt:before {
    content: "\ead1";
}
.icofont-book:before {
    content: "\ead2";
}
.icofont-brainstorming:before {
    content: "\ead3";
}
.icofont-certificate-alt-1:before {
    content: "\ead4";
}
.icofont-certificate-alt-2:before {
    content: "\ead5";
}
.icofont-certificate:before {
    content: "\ead6";
}
.icofont-education:before {
    content: "\ead7";
}
.icofont-electron:before {
    content: "\ead8";
}
.icofont-fountain-pen:before {
    content: "\ead9";
}
.icofont-globe-alt:before {
    content: "\eada";
}
.icofont-graduate-alt:before {
    content: "\eadb";
}
.icofont-graduate:before {
    content: "\eadc";
}
.icofont-group-students:before {
    content: "\eadd";
}
.icofont-hat-alt:before {
    content: "\eade";
}
.icofont-hat:before {
    content: "\eadf";
}
.icofont-instrument:before {
    content: "\eae0";
}
.icofont-lamp-light:before {
    content: "\eae1";
}
.icofont-medal:before {
    content: "\eae2";
}
.icofont-microscope-alt:before {
    content: "\eae3";
}
.icofont-microscope:before {
    content: "\eae4";
}
.icofont-paper:before {
    content: "\eae5";
}
.icofont-pen-alt-4:before {
    content: "\eae6";
}
.icofont-pen-nib:before {
    content: "\eae7";
}
.icofont-pencil-alt-5:before {
    content: "\eae8";
}
.icofont-quill-pen:before {
    content: "\eae9";
}
.icofont-read-book-alt:before {
    content: "\eaea";
}
.icofont-read-book:before {
    content: "\eaeb";
}
.icofont-school-bag:before {
    content: "\eaec";
}
.icofont-school-bus:before {
    content: "\eaed";
}
.icofont-student-alt:before {
    content: "\eaee";
}
.icofont-student:before {
    content: "\eaef";
}
.icofont-teacher:before {
    content: "\eaf0";
}
.icofont-test-bulb:before {
    content: "\eaf1";
}
.icofont-test-tube-alt:before {
    content: "\eaf2";
}
.icofont-university:before {
    content: "\eaf3";
}
.icofont-angry:before {
    content: "\eaf4";
}
.icofont-astonished:before {
    content: "\eaf5";
}
.icofont-confounded:before {
    content: "\eaf6";
}
.icofont-confused:before {
    content: "\eaf7";
}
.icofont-crying:before {
    content: "\eaf8";
}
.icofont-dizzy:before {
    content: "\eaf9";
}
.icofont-expressionless:before {
    content: "\eafa";
}
.icofont-heart-eyes:before {
    content: "\eafb";
}
.icofont-laughing:before {
    content: "\eafc";
}
.icofont-nerd-smile:before {
    content: "\eafd";
}
.icofont-open-mouth:before {
    content: "\eafe";
}
.icofont-rage:before {
    content: "\eaff";
}
.icofont-rolling-eyes:before {
    content: "\eb00";
}
.icofont-sad:before {
    content: "\eb01";
}
.icofont-simple-smile:before {
    content: "\eb02";
}
.icofont-slightly-smile:before {
    content: "\eb03";
}
.icofont-smirk:before {
    content: "\eb04";
}
.icofont-stuck-out-tongue:before {
    content: "\eb05";
}
.icofont-wink-smile:before {
    content: "\eb06";
}
.icofont-worried:before {
    content: "\eb07";
}
.icofont-file-alt:before {
    content: "\eb08";
}
.icofont-file-audio:before {
    content: "\eb09";
}
.icofont-file-avi-mp4:before {
    content: "\eb0a";
}
.icofont-file-bmp:before {
    content: "\eb0b";
}
.icofont-file-code:before {
    content: "\eb0c";
}
.icofont-file-css:before {
    content: "\eb0d";
}
.icofont-file-document:before {
    content: "\eb0e";
}
.icofont-file-eps:before {
    content: "\eb0f";
}
.icofont-file-excel:before {
    content: "\eb10";
}
.icofont-file-exe:before {
    content: "\eb11";
}
.icofont-file-file:before {
    content: "\eb12";
}
.icofont-file-flv:before {
    content: "\eb13";
}
.icofont-file-gif:before {
    content: "\eb14";
}
.icofont-file-html5:before {
    content: "\eb15";
}
.icofont-file-image:before {
    content: "\eb16";
}
.icofont-file-iso:before {
    content: "\eb17";
}
.icofont-file-java:before {
    content: "\eb18";
}
.icofont-file-javascript:before {
    content: "\eb19";
}
.icofont-file-jpg:before {
    content: "\eb1a";
}
.icofont-file-midi:before {
    content: "\eb1b";
}
.icofont-file-mov:before {
    content: "\eb1c";
}
.icofont-file-mp3:before {
    content: "\eb1d";
}
.icofont-file-pdf:before {
    content: "\eb1e";
}
.icofont-file-php:before {
    content: "\eb1f";
}
.icofont-file-png:before {
    content: "\eb20";
}
.icofont-file-powerpoint:before {
    content: "\eb21";
}
.icofont-file-presentation:before {
    content: "\eb22";
}
.icofont-file-psb:before {
    content: "\eb23";
}
.icofont-file-psd:before {
    content: "\eb24";
}
.icofont-file-python:before {
    content: "\eb25";
}
.icofont-file-ruby:before {
    content: "\eb26";
}
.icofont-file-spreadsheet:before {
    content: "\eb27";
}
.icofont-file-sql:before {
    content: "\eb28";
}
.icofont-file-svg:before {
    content: "\eb29";
}
.icofont-file-text:before {
    content: "\eb2a";
}
.icofont-file-tiff:before {
    content: "\eb2b";
}
.icofont-file-video:before {
    content: "\eb2c";
}
.icofont-file-wave:before {
    content: "\eb2d";
}
.icofont-file-wmv:before {
    content: "\eb2e";
}
.icofont-file-word:before {
    content: "\eb2f";
}
.icofont-file-zip:before {
    content: "\eb30";
}
.icofont-cycling-alt:before {
    content: "\eb31";
}
.icofont-cycling:before {
    content: "\eb32";
}
.icofont-dumbbell:before {
    content: "\eb33";
}
.icofont-dumbbells:before {
    content: "\eb34";
}
.icofont-gym-alt-1:before {
    content: "\eb35";
}
.icofont-gym-alt-2:before {
    content: "\eb36";
}
.icofont-gym-alt-3:before {
    content: "\eb37";
}
.icofont-gym:before {
    content: "\eb38";
}
.icofont-muscle-weight:before {
    content: "\eb39";
}
.icofont-muscle:before {
    content: "\eb3a";
}
.icofont-apple:before {
    content: "\eb3b";
}
.icofont-arabian-coffee:before {
    content: "\eb3c";
}
.icofont-artichoke:before {
    content: "\eb3d";
}
.icofont-asparagus:before {
    content: "\eb3e";
}
.icofont-avocado:before {
    content: "\eb3f";
}
.icofont-baby-food:before {
    content: "\eb40";
}
.icofont-banana:before {
    content: "\eb41";
}
.icofont-bbq:before {
    content: "\eb42";
}
.icofont-beans:before {
    content: "\eb43";
}
.icofont-beer:before {
    content: "\eb44";
}
.icofont-bell-pepper-capsicum:before {
    content: "\eb45";
}
.icofont-birthday-cake:before {
    content: "\eb46";
}
.icofont-bread:before {
    content: "\eb47";
}
.icofont-broccoli:before {
    content: "\eb48";
}
.icofont-burger:before {
    content: "\eb49";
}
.icofont-cabbage:before {
    content: "\eb4a";
}
.icofont-carrot:before {
    content: "\eb4b";
}
.icofont-cauli-flower:before {
    content: "\eb4c";
}
.icofont-cheese:before {
    content: "\eb4d";
}
.icofont-chef:before {
    content: "\eb4e";
}
.icofont-cherry:before {
    content: "\eb4f";
}
.icofont-chicken-fry:before {
    content: "\eb50";
}
.icofont-chicken:before {
    content: "\eb51";
}
.icofont-cocktail:before {
    content: "\eb52";
}
.icofont-coconut-water:before {
    content: "\eb53";
}
.icofont-coconut:before {
    content: "\eb54";
}
.icofont-coffee-alt:before {
    content: "\eb55";
}
.icofont-coffee-cup:before {
    content: "\eb56";
}
.icofont-coffee-mug:before {
    content: "\eb57";
}
.icofont-coffee-pot:before {
    content: "\eb58";
}
.icofont-cola:before {
    content: "\eb59";
}
.icofont-corn:before {
    content: "\eb5a";
}
.icofont-croissant:before {
    content: "\eb5b";
}
.icofont-crop-plant:before {
    content: "\eb5c";
}
.icofont-cucumber:before {
    content: "\eb5d";
}
.icofont-culinary:before {
    content: "\eb5e";
}
.icofont-cup-cake:before {
    content: "\eb5f";
}
.icofont-dining-table:before {
    content: "\eb60";
}
.icofont-donut:before {
    content: "\eb61";
}
.icofont-egg-plant:before {
    content: "\eb62";
}
.icofont-egg-poached:before {
    content: "\eb63";
}
.icofont-farmer-alt:before {
    content: "\eb64";
}
.icofont-farmer:before {
    content: "\eb65";
}
.icofont-fast-food:before {
    content: "\eb66";
}
.icofont-food-basket:before {
    content: "\eb67";
}
.icofont-food-cart:before {
    content: "\eb68";
}
.icofont-fork-and-knife:before {
    content: "\eb69";
}
.icofont-french-fries:before {
    content: "\eb6a";
}
.icofont-fruits:before {
    content: "\eb6b";
}
.icofont-grapes:before {
    content: "\eb6c";
}
.icofont-honey:before {
    content: "\eb6d";
}
.icofont-hot-dog:before {
    content: "\eb6e";
}
.icofont-ice-cream-alt:before {
    content: "\eb6f";
}
.icofont-ice-cream:before {
    content: "\eb70";
}
.icofont-juice:before {
    content: "\eb71";
}
.icofont-ketchup:before {
    content: "\eb72";
}
.icofont-kiwi:before {
    content: "\eb73";
}
.icofont-layered-cake:before {
    content: "\eb74";
}
.icofont-lemon-alt:before {
    content: "\eb75";
}
.icofont-lemon:before {
    content: "\eb76";
}
.icofont-lobster:before {
    content: "\eb77";
}
.icofont-mango:before {
    content: "\eb78";
}
.icofont-milk:before {
    content: "\eb79";
}
.icofont-mushroom:before {
    content: "\eb7a";
}
.icofont-noodles:before {
    content: "\eb7b";
}
.icofont-onion:before {
    content: "\eb7c";
}
.icofont-orange:before {
    content: "\eb7d";
}
.icofont-pear:before {
    content: "\eb7e";
}
.icofont-peas:before {
    content: "\eb7f";
}
.icofont-pepper:before {
    content: "\eb80";
}
.icofont-pie-alt:before {
    content: "\eb81";
}
.icofont-pie:before {
    content: "\eb82";
}
.icofont-pineapple:before {
    content: "\eb83";
}
.icofont-pizza-slice:before {
    content: "\eb84";
}
.icofont-pizza:before {
    content: "\eb85";
}
.icofont-plant:before {
    content: "\eb86";
}
.icofont-popcorn:before {
    content: "\eb87";
}
.icofont-potato:before {
    content: "\eb88";
}
.icofont-pumpkin:before {
    content: "\eb89";
}
.icofont-raddish:before {
    content: "\eb8a";
}
.icofont-restaurant-menu:before {
    content: "\eb8b";
}
.icofont-restaurant:before {
    content: "\eb8c";
}
.icofont-salt-and-pepper:before {
    content: "\eb8d";
}
.icofont-sandwich:before {
    content: "\eb8e";
}
.icofont-sausage:before {
    content: "\eb8f";
}
.icofont-soft-drinks:before {
    content: "\eb90";
}
.icofont-soup-bowl:before {
    content: "\eb91";
}
.icofont-spoon-and-fork:before {
    content: "\eb92";
}
.icofont-steak:before {
    content: "\eb93";
}
.icofont-strawberry:before {
    content: "\eb94";
}
.icofont-sub-sandwich:before {
    content: "\eb95";
}
.icofont-sushi:before {
    content: "\eb96";
}
.icofont-taco:before {
    content: "\eb97";
}
.icofont-tea-pot:before {
    content: "\eb98";
}
.icofont-tea:before {
    content: "\eb99";
}
.icofont-tomato:before {
    content: "\eb9a";
}
.icofont-watermelon:before {
    content: "\eb9b";
}
.icofont-wheat:before {
    content: "\eb9c";
}
.icofont-baby-backpack:before {
    content: "\eb9d";
}
.icofont-baby-cloth:before {
    content: "\eb9e";
}
.icofont-baby-milk-bottle:before {
    content: "\eb9f";
}
.icofont-baby-trolley:before {
    content: "\eba0";
}
.icofont-baby:before {
    content: "\eba1";
}
.icofont-candy:before {
    content: "\eba2";
}
.icofont-holding-hands:before {
    content: "\eba3";
}
.icofont-infant-nipple:before {
    content: "\eba4";
}
.icofont-kids-scooter:before {
    content: "\eba5";
}
.icofont-safety-pin:before {
    content: "\eba6";
}
.icofont-teddy-bear:before {
    content: "\eba7";
}
.icofont-toy-ball:before {
    content: "\eba8";
}
.icofont-toy-cat:before {
    content: "\eba9";
}
.icofont-toy-duck:before {
    content: "\ebaa";
}
.icofont-toy-elephant:before {
    content: "\ebab";
}
.icofont-toy-hand:before {
    content: "\ebac";
}
.icofont-toy-horse:before {
    content: "\ebad";
}
.icofont-toy-lattu:before {
    content: "\ebae";
}
.icofont-toy-train:before {
    content: "\ebaf";
}
.icofont-burglar:before {
    content: "\ebb0";
}
.icofont-cannon-firing:before {
    content: "\ebb1";
}
.icofont-cc-camera:before {
    content: "\ebb2";
}
.icofont-cop-badge:before {
    content: "\ebb3";
}
.icofont-cop:before {
    content: "\ebb4";
}
.icofont-court-hammer:before {
    content: "\ebb5";
}
.icofont-court:before {
    content: "\ebb6";
}
.icofont-finger-print:before {
    content: "\ebb7";
}
.icofont-gavel:before {
    content: "\ebb8";
}
.icofont-handcuff-alt:before {
    content: "\ebb9";
}
.icofont-handcuff:before {
    content: "\ebba";
}
.icofont-investigation:before {
    content: "\ebbb";
}
.icofont-investigator:before {
    content: "\ebbc";
}
.icofont-jail:before {
    content: "\ebbd";
}
.icofont-judge:before {
    content: "\ebbe";
}
.icofont-law-alt-1:before {
    content: "\ebbf";
}
.icofont-law-alt-2:before {
    content: "\ebc0";
}
.icofont-law-alt-3:before {
    content: "\ebc1";
}
.icofont-law-book:before {
    content: "\ebc2";
}
.icofont-law-document:before {
    content: "\ebc3";
}
.icofont-law-order:before {
    content: "\ebc4";
}
.icofont-law-protect:before {
    content: "\ebc5";
}
.icofont-law-scales:before {
    content: "\ebc6";
}
.icofont-law:before {
    content: "\ebc7";
}
.icofont-lawyer-alt-1:before {
    content: "\ebc8";
}
.icofont-lawyer-alt-2:before {
    content: "\ebc9";
}
.icofont-lawyer:before {
    content: "\ebca";
}
.icofont-legal:before {
    content: "\ebcb";
}
.icofont-pistol:before {
    content: "\ebcc";
}
.icofont-police-badge:before {
    content: "\ebcd";
}
.icofont-police-cap:before {
    content: "\ebce";
}
.icofont-police-car-alt-1:before {
    content: "\ebcf";
}
.icofont-police-car-alt-2:before {
    content: "\ebd0";
}
.icofont-police-car:before {
    content: "\ebd1";
}
.icofont-police-hat:before {
    content: "\ebd2";
}
.icofont-police-van:before {
    content: "\ebd3";
}
.icofont-police:before {
    content: "\ebd4";
}
.icofont-thief-alt:before {
    content: "\ebd5";
}
.icofont-thief:before {
    content: "\ebd6";
}
.icofont-abacus-alt:before {
    content: "\ebd7";
}
.icofont-abacus:before {
    content: "\ebd8";
}
.icofont-angle-180:before {
    content: "\ebd9";
}
.icofont-angle-45:before {
    content: "\ebda";
}
.icofont-angle-90:before {
    content: "\ebdb";
}
.icofont-angle:before {
    content: "\ebdc";
}
.icofont-calculator-alt-1:before {
    content: "\ebdd";
}
.icofont-calculator-alt-2:before {
    content: "\ebde";
}
.icofont-calculator:before {
    content: "\ebdf";
}
.icofont-circle-ruler-alt:before {
    content: "\ebe0";
}
.icofont-circle-ruler:before {
    content: "\ebe1";
}
.icofont-compass-alt-1:before {
    content: "\ebe2";
}
.icofont-compass-alt-2:before {
    content: "\ebe3";
}
.icofont-compass-alt-3:before {
    content: "\ebe4";
}
.icofont-compass-alt-4:before {
    content: "\ebe5";
}
.icofont-golden-ratio:before {
    content: "\ebe6";
}
.icofont-marker-alt-1:before {
    content: "\ebe7";
}
.icofont-marker-alt-2:before {
    content: "\ebe8";
}
.icofont-marker-alt-3:before {
    content: "\ebe9";
}
.icofont-marker:before {
    content: "\ebea";
}
.icofont-math:before {
    content: "\ebeb";
}
.icofont-mathematical-alt-1:before {
    content: "\ebec";
}
.icofont-mathematical-alt-2:before {
    content: "\ebed";
}
.icofont-mathematical:before {
    content: "\ebee";
}
.icofont-pen-alt-1:before {
    content: "\ebef";
}
.icofont-pen-alt-2:before {
    content: "\ebf0";
}
.icofont-pen-alt-3:before {
    content: "\ebf1";
}
.icofont-pen-holder-alt-1:before {
    content: "\ebf2";
}
.icofont-pen-holder:before {
    content: "\ebf3";
}
.icofont-pen:before {
    content: "\ebf4";
}
.icofont-pencil-alt-1:before {
    content: "\ebf5";
}
.icofont-pencil-alt-2:before {
    content: "\ebf6";
}
.icofont-pencil-alt-3:before {
    content: "\ebf7";
}
.icofont-pencil-alt-4:before {
    content: "\ebf8";
}
.icofont-pencil:before {
    content: "\ebf9";
}
.icofont-ruler-alt-1:before {
    content: "\ebfa";
}
.icofont-ruler-alt-2:before {
    content: "\ebfb";
}
.icofont-ruler-compass-alt:before {
    content: "\ebfc";
}
.icofont-ruler-compass:before {
    content: "\ebfd";
}
.icofont-ruler-pencil-alt-1:before {
    content: "\ebfe";
}
.icofont-ruler-pencil-alt-2:before {
    content: "\ebff";
}
.icofont-ruler-pencil:before {
    content: "\ec00";
}
.icofont-ruler:before {
    content: "\ec01";
}
.icofont-rulers-alt:before {
    content: "\ec02";
}
.icofont-rulers:before {
    content: "\ec03";
}
.icofont-square-root:before {
    content: "\ec04";
}
.icofont-ui-calculator:before {
    content: "\ec05";
}
.icofont-aids:before {
    content: "\ec06";
}
.icofont-ambulance-crescent:before {
    content: "\ec07";
}
.icofont-ambulance-cross:before {
    content: "\ec08";
}
.icofont-ambulance:before {
    content: "\ec09";
}
.icofont-autism:before {
    content: "\ec0a";
}
.icofont-bandage:before {
    content: "\ec0b";
}
.icofont-blind:before {
    content: "\ec0c";
}
.icofont-blood-drop:before {
    content: "\ec0d";
}
.icofont-blood-test:before {
    content: "\ec0e";
}
.icofont-blood:before {
    content: "\ec0f";
}
.icofont-brain-alt:before {
    content: "\ec10";
}
.icofont-brain:before {
    content: "\ec11";
}
.icofont-capsule:before {
    content: "\ec12";
}
.icofont-crutch:before {
    content: "\ec13";
}
.icofont-disabled:before {
    content: "\ec14";
}
.icofont-dna-alt-1:before {
    content: "\ec15";
}
.icofont-dna-alt-2:before {
    content: "\ec16";
}
.icofont-dna:before {
    content: "\ec17";
}
.icofont-doctor-alt:before {
    content: "\ec18";
}
.icofont-doctor:before {
    content: "\ec19";
}
.icofont-drug-pack:before {
    content: "\ec1a";
}
.icofont-drug:before {
    content: "\ec1b";
}
.icofont-first-aid-alt:before {
    content: "\ec1c";
}
.icofont-first-aid:before {
    content: "\ec1d";
}
.icofont-heart-beat-alt:before {
    content: "\ec1e";
}
.icofont-heart-beat:before {
    content: "\ec1f";
}
.icofont-heartbeat:before {
    content: "\ec20";
}
.icofont-herbal:before {
    content: "\ec21";
}
.icofont-hospital:before {
    content: "\ec22";
}
.icofont-icu:before {
    content: "\ec23";
}
.icofont-injection-syringe:before {
    content: "\ec24";
}
.icofont-laboratory:before {
    content: "\ec25";
}
.icofont-medical-sign-alt:before {
    content: "\ec26";
}
.icofont-medical-sign:before {
    content: "\ec27";
}
.icofont-nurse-alt:before {
    content: "\ec28";
}
.icofont-nurse:before {
    content: "\ec29";
}
.icofont-nursing-home:before {
    content: "\ec2a";
}
.icofont-operation-theater:before {
    content: "\ec2b";
}
.icofont-paralysis-disability:before {
    content: "\ec2c";
}
.icofont-patient-bed:before {
    content: "\ec2d";
}
.icofont-patient-file:before {
    content: "\ec2e";
}
.icofont-pills:before {
    content: "\ec2f";
}
.icofont-prescription:before {
    content: "\ec30";
}
.icofont-pulse:before {
    content: "\ec31";
}
.icofont-stethoscope-alt:before {
    content: "\ec32";
}
.icofont-stethoscope:before {
    content: "\ec33";
}
.icofont-stretcher:before {
    content: "\ec34";
}
.icofont-surgeon-alt:before {
    content: "\ec35";
}
.icofont-surgeon:before {
    content: "\ec36";
}
.icofont-tablets:before {
    content: "\ec37";
}
.icofont-test-bottle:before {
    content: "\ec38";
}
.icofont-test-tube:before {
    content: "\ec39";
}
.icofont-thermometer-alt:before {
    content: "\ec3a";
}
.icofont-thermometer:before {
    content: "\ec3b";
}
.icofont-tooth:before {
    content: "\ec3c";
}
.icofont-xray:before {
    content: "\ec3d";
}
.icofont-ui-add:before {
    content: "\ec3e";
}
.icofont-ui-alarm:before {
    content: "\ec3f";
}
.icofont-ui-battery:before {
    content: "\ec40";
}
.icofont-ui-block:before {
    content: "\ec41";
}
.icofont-ui-bluetooth:before {
    content: "\ec42";
}
.icofont-ui-brightness:before {
    content: "\ec43";
}
.icofont-ui-browser:before {
    content: "\ec44";
}
.icofont-ui-calendar:before {
    content: "\ec45";
}
.icofont-ui-call:before {
    content: "\ec46";
}
.icofont-ui-camera:before {
    content: "\ec47";
}
.icofont-ui-cart:before {
    content: "\ec48";
}
.icofont-ui-cell-phone:before {
    content: "\ec49";
}
.icofont-ui-chat:before {
    content: "\ec4a";
}
.icofont-ui-check:before {
    content: "\ec4b";
}
.icofont-ui-clip-board:before {
    content: "\ec4c";
}
.icofont-ui-clip:before {
    content: "\ec4d";
}
.icofont-ui-clock:before {
    content: "\ec4e";
}
.icofont-ui-close:before {
    content: "\ec4f";
}
.icofont-ui-contact-list:before {
    content: "\ec50";
}
.icofont-ui-copy:before {
    content: "\ec51";
}
.icofont-ui-cut:before {
    content: "\ec52";
}
.icofont-ui-delete:before {
    content: "\ec53";
}
.icofont-ui-dial-phone:before {
    content: "\ec54";
}
.icofont-ui-edit:before {
    content: "\ec55";
}
.icofont-ui-email:before {
    content: "\ec56";
}
.icofont-ui-file:before {
    content: "\ec57";
}
.icofont-ui-fire-wall:before {
    content: "\ec58";
}
.icofont-ui-flash-light:before {
    content: "\ec59";
}
.icofont-ui-flight:before {
    content: "\ec5a";
}
.icofont-ui-folder:before {
    content: "\ec5b";
}
.icofont-ui-game:before {
    content: "\ec5c";
}
.icofont-ui-handicapped:before {
    content: "\ec5d";
}
.icofont-ui-home:before {
    content: "\ec5e";
}
.icofont-ui-image:before {
    content: "\ec5f";
}
.icofont-ui-laoding:before {
    content: "\ec60";
}
.icofont-ui-lock:before {
    content: "\ec61";
}
.icofont-ui-love-add:before {
    content: "\ec62";
}
.icofont-ui-love-broken:before {
    content: "\ec63";
}
.icofont-ui-love-remove:before {
    content: "\ec64";
}
.icofont-ui-love:before {
    content: "\ec65";
}
.icofont-ui-map:before {
    content: "\ec66";
}
.icofont-ui-message:before {
    content: "\ec67";
}
.icofont-ui-messaging:before {
    content: "\ec68";
}
.icofont-ui-movie:before {
    content: "\ec69";
}
.icofont-ui-music-player:before {
    content: "\ec6a";
}
.icofont-ui-music:before {
    content: "\ec6b";
}
.icofont-ui-mute:before {
    content: "\ec6c";
}
.icofont-ui-network:before {
    content: "\ec6d";
}
.icofont-ui-next:before {
    content: "\ec6e";
}
.icofont-ui-note:before {
    content: "\ec6f";
}
.icofont-ui-office:before {
    content: "\ec70";
}
.icofont-ui-password:before {
    content: "\ec71";
}
.icofont-ui-pause:before {
    content: "\ec72";
}
.icofont-ui-play-stop:before {
    content: "\ec73";
}
.icofont-ui-play:before {
    content: "\ec74";
}
.icofont-ui-pointer:before {
    content: "\ec75";
}
.icofont-ui-power:before {
    content: "\ec76";
}
.icofont-ui-press:before {
    content: "\ec77";
}
.icofont-ui-previous:before {
    content: "\ec78";
}
.icofont-ui-rate-add:before {
    content: "\ec79";
}
.icofont-ui-rate-blank:before {
    content: "\ec7a";
}
.icofont-ui-rate-remove:before {
    content: "\ec7b";
}
.icofont-ui-rating:before {
    content: "\ec7c";
}
.icofont-ui-record:before {
    content: "\ec7d";
}
.icofont-ui-remove:before {
    content: "\ec7e";
}
.icofont-ui-reply:before {
    content: "\ec7f";
}
.icofont-ui-rotation:before {
    content: "\ec80";
}
.icofont-ui-rss:before {
    content: "\ec81";
}
.icofont-ui-search:before {
    content: "\ec82";
}
.icofont-ui-settings:before {
    content: "\ec83";
}
.icofont-ui-social-link:before {
    content: "\ec84";
}
.icofont-ui-tag:before {
    content: "\ec85";
}
.icofont-ui-text-chat:before {
    content: "\ec86";
}
.icofont-ui-text-loading:before {
    content: "\ec87";
}
.icofont-ui-theme:before {
    content: "\ec88";
}
.icofont-ui-timer:before {
    content: "\ec89";
}
.icofont-ui-touch-phone:before {
    content: "\ec8a";
}
.icofont-ui-travel:before {
    content: "\ec8b";
}
.icofont-ui-unlock:before {
    content: "\ec8c";
}
.icofont-ui-user-group:before {
    content: "\ec8d";
}
.icofont-ui-user:before {
    content: "\ec8e";
}
.icofont-ui-v-card:before {
    content: "\ec8f";
}
.icofont-ui-video-chat:before {
    content: "\ec90";
}
.icofont-ui-video-message:before {
    content: "\ec91";
}
.icofont-ui-video-play:before {
    content: "\ec92";
}
.icofont-ui-video:before {
    content: "\ec93";
}
.icofont-ui-volume:before {
    content: "\ec94";
}
.icofont-ui-weather:before {
    content: "\ec95";
}
.icofont-ui-wifi:before {
    content: "\ec96";
}
.icofont-ui-zoom-in:before {
    content: "\ec97";
}
.icofont-ui-zoom-out:before {
    content: "\ec98";
}
.icofont-cassette-player:before {
    content: "\ec99";
}
.icofont-cassette:before {
    content: "\ec9a";
}
.icofont-forward:before {
    content: "\ec9b";
}
.icofont-guiter:before {
    content: "\ec9c";
}
.icofont-movie:before {
    content: "\ec9d";
}
.icofont-multimedia:before {
    content: "\ec9e";
}
.icofont-music-alt:before {
    content: "\ec9f";
}
.icofont-music-disk:before {
    content: "\eca0";
}
.icofont-music-note:before {
    content: "\eca1";
}
.icofont-music-notes:before {
    content: "\eca2";
}
.icofont-music:before {
    content: "\eca3";
}
.icofont-mute-volume:before {
    content: "\eca4";
}
.icofont-pause:before {
    content: "\eca5";
}
.icofont-play-alt-1:before {
    content: "\eca6";
}
.icofont-play-alt-2:before {
    content: "\eca7";
}
.icofont-play-alt-3:before {
    content: "\eca8";
}
.icofont-play-pause:before {
    content: "\eca9";
}
.icofont-play:before {
    content: "\ecaa";
}
.icofont-record:before {
    content: "\ecab";
}
.icofont-retro-music-disk:before {
    content: "\ecac";
}
.icofont-rewind:before {
    content: "\ecad";
}
.icofont-song-notes:before {
    content: "\ecae";
}
.icofont-sound-wave-alt:before {
    content: "\ecaf";
}
.icofont-sound-wave:before {
    content: "\ecb0";
}
.icofont-stop:before {
    content: "\ecb1";
}
.icofont-video-alt:before {
    content: "\ecb2";
}
.icofont-video-cam:before {
    content: "\ecb3";
}
.icofont-video-clapper:before {
    content: "\ecb4";
}
.icofont-video:before {
    content: "\ecb5";
}
.icofont-volume-bar:before {
    content: "\ecb6";
}
.icofont-volume-down:before {
    content: "\ecb7";
}
.icofont-volume-mute:before {
    content: "\ecb8";
}
.icofont-volume-off:before {
    content: "\ecb9";
}
.icofont-volume-up:before {
    content: "\ecba";
}
.icofont-youtube-play:before {
    content: "\ecbb";
}
.icofont-2checkout-alt:before {
    content: "\ecbc";
}
.icofont-2checkout:before {
    content: "\ecbd";
}
.icofont-amazon-alt:before {
    content: "\ecbe";
}
.icofont-amazon:before {
    content: "\ecbf";
}
.icofont-american-express-alt:before {
    content: "\ecc0";
}
.icofont-american-express:before {
    content: "\ecc1";
}
.icofont-apple-pay-alt:before {
    content: "\ecc2";
}
.icofont-apple-pay:before {
    content: "\ecc3";
}
.icofont-bank-transfer-alt:before {
    content: "\ecc4";
}
.icofont-bank-transfer:before {
    content: "\ecc5";
}
.icofont-braintree-alt:before {
    content: "\ecc6";
}
.icofont-braintree:before {
    content: "\ecc7";
}
.icofont-cash-on-delivery-alt:before {
    content: "\ecc8";
}
.icofont-cash-on-delivery:before {
    content: "\ecc9";
}
.icofont-diners-club-alt-1:before {
    content: "\ecca";
}
.icofont-diners-club-alt-2:before {
    content: "\eccb";
}
.icofont-diners-club-alt-3:before {
    content: "\eccc";
}
.icofont-diners-club:before {
    content: "\eccd";
}
.icofont-discover-alt:before {
    content: "\ecce";
}
.icofont-discover:before {
    content: "\eccf";
}
.icofont-eway-alt:before {
    content: "\ecd0";
}
.icofont-eway:before {
    content: "\ecd1";
}
.icofont-google-wallet-alt-1:before {
    content: "\ecd2";
}
.icofont-google-wallet-alt-2:before {
    content: "\ecd3";
}
.icofont-google-wallet-alt-3:before {
    content: "\ecd4";
}
.icofont-google-wallet:before {
    content: "\ecd5";
}
.icofont-jcb-alt:before {
    content: "\ecd6";
}
.icofont-jcb:before {
    content: "\ecd7";
}
.icofont-maestro-alt:before {
    content: "\ecd8";
}
.icofont-maestro:before {
    content: "\ecd9";
}
.icofont-mastercard-alt:before {
    content: "\ecda";
}
.icofont-mastercard:before {
    content: "\ecdb";
}
.icofont-payoneer-alt:before {
    content: "\ecdc";
}
.icofont-payoneer:before {
    content: "\ecdd";
}
.icofont-paypal-alt:before {
    content: "\ecde";
}
.icofont-paypal:before {
    content: "\ecdf";
}
.icofont-sage-alt:before {
    content: "\ece0";
}
.icofont-sage:before {
    content: "\ece1";
}
.icofont-skrill-alt:before {
    content: "\ece2";
}
.icofont-skrill:before {
    content: "\ece3";
}
.icofont-stripe-alt:before {
    content: "\ece4";
}
.icofont-stripe:before {
    content: "\ece5";
}
.icofont-visa-alt:before {
    content: "\ece6";
}
.icofont-visa-electron:before {
    content: "\ece7";
}
.icofont-visa:before {
    content: "\ece8";
}
.icofont-western-union-alt:before {
    content: "\ece9";
}
.icofont-western-union:before {
    content: "\ecea";
}
.icofont-boy:before {
    content: "\eceb";
}
.icofont-business-man-alt-1:before {
    content: "\ecec";
}
.icofont-business-man-alt-2:before {
    content: "\eced";
}
.icofont-business-man-alt-3:before {
    content: "\ecee";
}
.icofont-business-man:before {
    content: "\ecef";
}
.icofont-female:before {
    content: "\ecf0";
}
.icofont-funky-man:before {
    content: "\ecf1";
}
.icofont-girl-alt:before {
    content: "\ecf2";
}
.icofont-girl:before {
    content: "\ecf3";
}
.icofont-group:before {
    content: "\ecf4";
}
.icofont-hotel-boy-alt:before {
    content: "\ecf5";
}
.icofont-hotel-boy:before {
    content: "\ecf6";
}
.icofont-kid:before {
    content: "\ecf7";
}
.icofont-man-in-glasses:before {
    content: "\ecf8";
}
.icofont-people:before {
    content: "\ecf9";
}
.icofont-support:before {
    content: "\ecfa";
}
.icofont-user-alt-1:before {
    content: "\ecfb";
}
.icofont-user-alt-2:before {
    content: "\ecfc";
}
.icofont-user-alt-3:before {
    content: "\ecfd";
}
.icofont-user-alt-4:before {
    content: "\ecfe";
}
.icofont-user-alt-5:before {
    content: "\ecff";
}
.icofont-user-alt-6:before {
    content: "\ed00";
}
.icofont-user-alt-7:before {
    content: "\ed01";
}
.icofont-user-female:before {
    content: "\ed02";
}
.icofont-user-male:before {
    content: "\ed03";
}
.icofont-user-suited:before {
    content: "\ed04";
}
.icofont-user:before {
    content: "\ed05";
}
.icofont-users-alt-1:before {
    content: "\ed06";
}
.icofont-users-alt-2:before {
    content: "\ed07";
}
.icofont-users-alt-3:before {
    content: "\ed08";
}
.icofont-users-alt-4:before {
    content: "\ed09";
}
.icofont-users-alt-5:before {
    content: "\ed0a";
}
.icofont-users-alt-6:before {
    content: "\ed0b";
}
.icofont-users-social:before {
    content: "\ed0c";
}
.icofont-users:before {
    content: "\ed0d";
}
.icofont-waiter-alt:before {
    content: "\ed0e";
}
.icofont-waiter:before {
    content: "\ed0f";
}
.icofont-woman-in-glasses:before {
    content: "\ed10";
}
.icofont-search-1:before {
    content: "\ed11";
}
.icofont-search-2:before {
    content: "\ed12";
}
.icofont-search-document:before {
    content: "\ed13";
}
.icofont-search-folder:before {
    content: "\ed14";
}
.icofont-search-job:before {
    content: "\ed15";
}
.icofont-search-map:before {
    content: "\ed16";
}
.icofont-search-property:before {
    content: "\ed17";
}
.icofont-search-restaurant:before {
    content: "\ed18";
}
.icofont-search-stock:before {
    content: "\ed19";
}
.icofont-search-user:before {
    content: "\ed1a";
}
.icofont-search:before {
    content: "\ed1b";
}
.icofont-500px:before {
    content: "\ed1c";
}
.icofont-aim:before {
    content: "\ed1d";
}
.icofont-badoo:before {
    content: "\ed1e";
}
.icofont-baidu-tieba:before {
    content: "\ed1f";
}
.icofont-bbm-messenger:before {
    content: "\ed20";
}
.icofont-bebo:before {
    content: "\ed21";
}
.icofont-behance:before {
    content: "\ed22";
}
.icofont-blogger:before {
    content: "\ed23";
}
.icofont-bootstrap:before {
    content: "\ed24";
}
.icofont-brightkite:before {
    content: "\ed25";
}
.icofont-cloudapp:before {
    content: "\ed26";
}
.icofont-concrete5:before {
    content: "\ed27";
}
.icofont-delicious:before {
    content: "\ed28";
}
.icofont-designbump:before {
    content: "\ed29";
}
.icofont-designfloat:before {
    content: "\ed2a";
}
.icofont-deviantart:before {
    content: "\ed2b";
}
.icofont-digg:before {
    content: "\ed2c";
}
.icofont-dotcms:before {
    content: "\ed2d";
}
.icofont-dribbble:before {
    content: "\ed2e";
}
.icofont-dribble:before {
    content: "\ed2f";
}
.icofont-dropbox:before {
    content: "\ed30";
}
.icofont-ebuddy:before {
    content: "\ed31";
}
.icofont-ello:before {
    content: "\ed32";
}
.icofont-ember:before {
    content: "\ed33";
}
.icofont-envato:before {
    content: "\ed34";
}
.icofont-evernote:before {
    content: "\ed35";
}
.icofont-facebook-messenger:before {
    content: "\ed36";
}
.icofont-facebook:before {
    content: "\ed37";
}
.icofont-feedburner:before {
    content: "\ed38";
}
.icofont-flikr:before {
    content: "\ed39";
}
.icofont-folkd:before {
    content: "\ed3a";
}
.icofont-foursquare:before {
    content: "\ed3b";
}
.icofont-friendfeed:before {
    content: "\ed3c";
}
.icofont-ghost:before {
    content: "\ed3d";
}
.icofont-github:before {
    content: "\ed3e";
}
.icofont-gnome:before {
    content: "\ed3f";
}
.icofont-google-buzz:before {
    content: "\ed40";
}
.icofont-google-hangouts:before {
    content: "\ed41";
}
.icofont-google-map:before {
    content: "\ed42";
}
.icofont-google-plus:before {
    content: "\ed43";
}
.icofont-google-talk:before {
    content: "\ed44";
}
.icofont-hype-machine:before {
    content: "\ed45";
}
.icofont-instagram:before {
    content: "\ed46";
}
.icofont-kakaotalk:before {
    content: "\ed47";
}
.icofont-kickstarter:before {
    content: "\ed48";
}
.icofont-kik:before {
    content: "\ed49";
}
.icofont-kiwibox:before {
    content: "\ed4a";
}
.icofont-line-messenger:before {
    content: "\ed4b";
}
.icofont-line:before {
    content: "\ed4c";
}
.icofont-linkedin:before {
    content: "\ed4d";
}
.icofont-linux-mint:before {
    content: "\ed4e";
}
.icofont-live-messenger:before {
    content: "\ed4f";
}
.icofont-livejournal:before {
    content: "\ed50";
}
.icofont-magento:before {
    content: "\ed51";
}
.icofont-meetme:before {
    content: "\ed52";
}
.icofont-meetup:before {
    content: "\ed53";
}
.icofont-mixx:before {
    content: "\ed54";
}
.icofont-newsvine:before {
    content: "\ed55";
}
.icofont-nimbuss:before {
    content: "\ed56";
}
.icofont-odnoklassniki:before {
    content: "\ed57";
}
.icofont-opencart:before {
    content: "\ed58";
}
.icofont-oscommerce:before {
    content: "\ed59";
}
.icofont-pandora:before {
    content: "\ed5a";
}
.icofont-photobucket:before {
    content: "\ed5b";
}
.icofont-picasa:before {
    content: "\ed5c";
}
.icofont-pinterest:before {
    content: "\ed5d";
}
.icofont-prestashop:before {
    content: "\ed5e";
}
.icofont-qik:before {
    content: "\ed5f";
}
.icofont-qq:before {
    content: "\ed60";
}
.icofont-readernaut:before {
    content: "\ed61";
}
.icofont-reddit:before {
    content: "\ed62";
}
.icofont-renren:before {
    content: "\ed63";
}
.icofont-rss:before {
    content: "\ed64";
}
.icofont-shopify:before {
    content: "\ed65";
}
.icofont-silverstripe:before {
    content: "\ed66";
}
.icofont-skype:before {
    content: "\ed67";
}
.icofont-slack:before {
    content: "\ed68";
}
.icofont-slashdot:before {
    content: "\ed69";
}
.icofont-slidshare:before {
    content: "\ed6a";
}
.icofont-smugmug:before {
    content: "\ed6b";
}
.icofont-snapchat:before {
    content: "\ed6c";
}
.icofont-soundcloud:before {
    content: "\ed6d";
}
.icofont-spotify:before {
    content: "\ed6e";
}
.icofont-stack-exchange:before {
    content: "\ed6f";
}
.icofont-stack-overflow:before {
    content: "\ed70";
}
.icofont-steam:before {
    content: "\ed71";
}
.icofont-stumbleupon:before {
    content: "\ed72";
}
.icofont-tagged:before {
    content: "\ed73";
}
.icofont-technorati:before {
    content: "\ed74";
}
.icofont-telegram:before {
    content: "\ed75";
}
.icofont-tinder:before {
    content: "\ed76";
}
.icofont-trello:before {
    content: "\ed77";
}
.icofont-tumblr:before {
    content: "\ed78";
}
.icofont-twitch:before {
    content: "\ed79";
}
.icofont-twitter:before {
    content: "\ed7a";
}
.icofont-typo3:before {
    content: "\ed7b";
}
.icofont-ubercart:before {
    content: "\ed7c";
}
.icofont-viber:before {
    content: "\ed7d";
}
.icofont-viddler:before {
    content: "\ed7e";
}
.icofont-vimeo:before {
    content: "\ed7f";
}
.icofont-vine:before {
    content: "\ed80";
}
.icofont-virb:before {
    content: "\ed81";
}
.icofont-virtuemart:before {
    content: "\ed82";
}
.icofont-vk:before {
    content: "\ed83";
}
.icofont-wechat:before {
    content: "\ed84";
}
.icofont-weibo:before {
    content: "\ed85";
}
.icofont-whatsapp:before {
    content: "\ed86";
}
.icofont-xing:before {
    content: "\ed87";
}
.icofont-yahoo:before {
    content: "\ed88";
}
.icofont-yelp:before {
    content: "\ed89";
}
.icofont-youku:before {
    content: "\ed8a";
}
.icofont-youtube:before {
    content: "\ed8b";
}
.icofont-zencart:before {
    content: "\ed8c";
}
.icofont-badminton-birdie:before {
    content: "\ed8d";
}
.icofont-baseball:before {
    content: "\ed8e";
}
.icofont-baseballer:before {
    content: "\ed8f";
}
.icofont-basketball-hoop:before {
    content: "\ed90";
}
.icofont-basketball:before {
    content: "\ed91";
}
.icofont-billiard-ball:before {
    content: "\ed92";
}
.icofont-boot-alt-1:before {
    content: "\ed93";
}
.icofont-boot-alt-2:before {
    content: "\ed94";
}
.icofont-boot:before {
    content: "\ed95";
}
.icofont-bowling-alt:before {
    content: "\ed96";
}
.icofont-bowling:before {
    content: "\ed97";
}
.icofont-canoe:before {
    content: "\ed98";
}
.icofont-cheer-leader:before {
    content: "\ed99";
}
.icofont-climbing:before {
    content: "\ed9a";
}
.icofont-corner:before {
    content: "\ed9b";
}
.icofont-field-alt:before {
    content: "\ed9c";
}
.icofont-field:before {
    content: "\ed9d";
}
.icofont-football-alt:before {
    content: "\ed9e";
}
.icofont-football-american:before {
    content: "\ed9f";
}
.icofont-football:before {
    content: "\eda0";
}
.icofont-foul:before {
    content: "\eda1";
}
.icofont-goal-keeper:before {
    content: "\eda2";
}
.icofont-goal:before {
    content: "\eda3";
}
.icofont-golf-alt:before {
    content: "\eda4";
}
.icofont-golf-bag:before {
    content: "\eda5";
}
.icofont-golf-cart:before {
    content: "\eda6";
}
.icofont-golf-field:before {
    content: "\eda7";
}
.icofont-golf:before {
    content: "\eda8";
}
.icofont-golfer:before {
    content: "\eda9";
}
.icofont-helmet:before {
    content: "\edaa";
}
.icofont-hockey-alt:before {
    content: "\edab";
}
.icofont-hockey:before {
    content: "\edac";
}
.icofont-ice-skate:before {
    content: "\edad";
}
.icofont-jersey-alt:before {
    content: "\edae";
}
.icofont-jersey:before {
    content: "\edaf";
}
.icofont-jumping:before {
    content: "\edb0";
}
.icofont-kick:before {
    content: "\edb1";
}
.icofont-leg:before {
    content: "\edb2";
}
.icofont-match-review:before {
    content: "\edb3";
}
.icofont-medal-sport:before {
    content: "\edb4";
}
.icofont-offside:before {
    content: "\edb5";
}
.icofont-olympic-logo:before {
    content: "\edb6";
}
.icofont-olympic:before {
    content: "\edb7";
}
.icofont-padding:before {
    content: "\edb8";
}
.icofont-penalty-card:before {
    content: "\edb9";
}
.icofont-racer:before {
    content: "\edba";
}
.icofont-racing-car:before {
    content: "\edbb";
}
.icofont-racing-flag-alt:before {
    content: "\edbc";
}
.icofont-racing-flag:before {
    content: "\edbd";
}
.icofont-racings-wheel:before {
    content: "\edbe";
}
.icofont-referee:before {
    content: "\edbf";
}
.icofont-refree-jersey:before {
    content: "\edc0";
}
.icofont-result-sport:before {
    content: "\edc1";
}
.icofont-rugby-ball:before {
    content: "\edc2";
}
.icofont-rugby-player:before {
    content: "\edc3";
}
.icofont-rugby:before {
    content: "\edc4";
}
.icofont-runner-alt-1:before {
    content: "\edc5";
}
.icofont-runner-alt-2:before {
    content: "\edc6";
}
.icofont-runner:before {
    content: "\edc7";
}
.icofont-score-board:before {
    content: "\edc8";
}
.icofont-skiing-man:before {
    content: "\edc9";
}
.icofont-skydiving-goggles:before {
    content: "\edca";
}
.icofont-snow-mobile:before {
    content: "\edcb";
}
.icofont-steering:before {
    content: "\edcc";
}
.icofont-stopwatch:before {
    content: "\edcd";
}
.icofont-substitute:before {
    content: "\edce";
}
.icofont-swimmer:before {
    content: "\edcf";
}
.icofont-table-tennis:before {
    content: "\edd0";
}
.icofont-team-alt:before {
    content: "\edd1";
}
.icofont-team:before {
    content: "\edd2";
}
.icofont-tennis-player:before {
    content: "\edd3";
}
.icofont-tennis:before {
    content: "\edd4";
}
.icofont-tracking:before {
    content: "\edd5";
}
.icofont-trophy-alt:before {
    content: "\edd6";
}
.icofont-trophy:before {
    content: "\edd7";
}
.icofont-volleyball-alt:before {
    content: "\edd8";
}
.icofont-volleyball-fire:before {
    content: "\edd9";
}
.icofont-volleyball:before {
    content: "\edda";
}
.icofont-water-bottle:before {
    content: "\eddb";
}
.icofont-whistle-alt:before {
    content: "\eddc";
}
.icofont-whistle:before {
    content: "\eddd";
}
.icofont-win-trophy:before {
    content: "\edde";
}
.icofont-align-center:before {
    content: "\eddf";
}
.icofont-align-left:before {
    content: "\ede0";
}
.icofont-align-right:before {
    content: "\ede1";
}
.icofont-all-caps:before {
    content: "\ede2";
}
.icofont-bold:before {
    content: "\ede3";
}
.icofont-brush:before {
    content: "\ede4";
}
.icofont-clip-board:before {
    content: "\ede5";
}
.icofont-code-alt:before {
    content: "\ede6";
}
.icofont-color-bucket:before {
    content: "\ede7";
}
.icofont-color-picker:before {
    content: "\ede8";
}
.icofont-copy-invert:before {
    content: "\ede9";
}
.icofont-copy:before {
    content: "\edea";
}
.icofont-cut:before {
    content: "\edeb";
}
.icofont-delete-alt:before {
    content: "\edec";
}
.icofont-edit-alt:before {
    content: "\eded";
}
.icofont-eraser-alt:before {
    content: "\edee";
}
.icofont-font:before {
    content: "\edef";
}
.icofont-heading:before {
    content: "\edf0";
}
.icofont-indent:before {
    content: "\edf1";
}
.icofont-italic-alt:before {
    content: "\edf2";
}
.icofont-italic:before {
    content: "\edf3";
}
.icofont-justify-all:before {
    content: "\edf4";
}
.icofont-justify-center:before {
    content: "\edf5";
}
.icofont-justify-left:before {
    content: "\edf6";
}
.icofont-justify-right:before {
    content: "\edf7";
}
.icofont-link-broken:before {
    content: "\edf8";
}
.icofont-outdent:before {
    content: "\edf9";
}
.icofont-paper-clip:before {
    content: "\edfa";
}
.icofont-paragraph:before {
    content: "\edfb";
}
.icofont-pin:before {
    content: "\edfc";
}
.icofont-printer:before {
    content: "\edfd";
}
.icofont-redo:before {
    content: "\edfe";
}
.icofont-rotation:before {
    content: "\edff";
}
.icofont-save:before {
    content: "\ee00";
}
.icofont-small-cap:before {
    content: "\ee01";
}
.icofont-strike-through:before {
    content: "\ee02";
}
.icofont-sub-listing:before {
    content: "\ee03";
}
.icofont-subscript:before {
    content: "\ee04";
}
.icofont-superscript:before {
    content: "\ee05";
}
.icofont-table:before {
    content: "\ee06";
}
.icofont-text-height:before {
    content: "\ee07";
}
.icofont-text-width:before {
    content: "\ee08";
}
.icofont-trash:before {
    content: "\ee09";
}
.icofont-underline:before {
    content: "\ee0a";
}
.icofont-undo:before {
    content: "\ee0b";
}
.icofont-air-balloon:before {
    content: "\ee0c";
}
.icofont-airplane-alt:before {
    content: "\ee0d";
}
.icofont-airplane:before {
    content: "\ee0e";
}
.icofont-articulated-truck:before {
    content: "\ee0f";
}
.icofont-auto-mobile:before {
    content: "\ee10";
}
.icofont-auto-rickshaw:before {
    content: "\ee11";
}
.icofont-bicycle-alt-1:before {
    content: "\ee12";
}
.icofont-bicycle-alt-2:before {
    content: "\ee13";
}
.icofont-bicycle:before {
    content: "\ee14";
}
.icofont-bus-alt-1:before {
    content: "\ee15";
}
.icofont-bus-alt-2:before {
    content: "\ee16";
}
.icofont-bus-alt-3:before {
    content: "\ee17";
}
.icofont-bus:before {
    content: "\ee18";
}
.icofont-cab:before {
    content: "\ee19";
}
.icofont-cable-car:before {
    content: "\ee1a";
}
.icofont-car-alt-1:before {
    content: "\ee1b";
}
.icofont-car-alt-2:before {
    content: "\ee1c";
}
.icofont-car-alt-3:before {
    content: "\ee1d";
}
.icofont-car-alt-4:before {
    content: "\ee1e";
}
.icofont-car:before {
    content: "\ee1f";
}
.icofont-delivery-time:before {
    content: "\ee20";
}
.icofont-fast-delivery:before {
    content: "\ee21";
}
.icofont-fire-truck-alt:before {
    content: "\ee22";
}
.icofont-fire-truck:before {
    content: "\ee23";
}
.icofont-free-delivery:before {
    content: "\ee24";
}
.icofont-helicopter:before {
    content: "\ee25";
}
.icofont-motor-bike-alt:before {
    content: "\ee26";
}
.icofont-motor-bike:before {
    content: "\ee27";
}
.icofont-motor-biker:before {
    content: "\ee28";
}
.icofont-oil-truck:before {
    content: "\ee29";
}
.icofont-rickshaw:before {
    content: "\ee2a";
}
.icofont-rocket-alt-1:before {
    content: "\ee2b";
}
.icofont-rocket-alt-2:before {
    content: "\ee2c";
}
.icofont-rocket:before {
    content: "\ee2d";
}
.icofont-sail-boat-alt-1:before {
    content: "\ee2e";
}
.icofont-sail-boat-alt-2:before {
    content: "\ee2f";
}
.icofont-sail-boat:before {
    content: "\ee30";
}
.icofont-scooter:before {
    content: "\ee31";
}
.icofont-sea-plane:before {
    content: "\ee32";
}
.icofont-ship-alt:before {
    content: "\ee33";
}
.icofont-ship:before {
    content: "\ee34";
}
.icofont-speed-boat:before {
    content: "\ee35";
}
.icofont-taxi:before {
    content: "\ee36";
}
.icofont-tractor:before {
    content: "\ee37";
}
.icofont-train-line:before {
    content: "\ee38";
}
.icofont-train-steam:before {
    content: "\ee39";
}
.icofont-tram:before {
    content: "\ee3a";
}
.icofont-truck-alt:before {
    content: "\ee3b";
}
.icofont-truck-loaded:before {
    content: "\ee3c";
}
.icofont-truck:before {
    content: "\ee3d";
}
.icofont-van-alt:before {
    content: "\ee3e";
}
.icofont-van:before {
    content: "\ee3f";
}
.icofont-yacht:before {
    content: "\ee40";
}
.icofont-5-star-hotel:before {
    content: "\ee41";
}
.icofont-air-ticket:before {
    content: "\ee42";
}
.icofont-beach-bed:before {
    content: "\ee43";
}
.icofont-beach:before {
    content: "\ee44";
}
.icofont-camping-vest:before {
    content: "\ee45";
}
.icofont-direction-sign:before {
    content: "\ee46";
}
.icofont-hill-side:before {
    content: "\ee47";
}
.icofont-hill:before {
    content: "\ee48";
}
.icofont-hotel:before {
    content: "\ee49";
}
.icofont-island-alt:before {
    content: "\ee4a";
}
.icofont-island:before {
    content: "\ee4b";
}
.icofont-sandals-female:before {
    content: "\ee4c";
}
.icofont-sandals-male:before {
    content: "\ee4d";
}
.icofont-travelling:before {
    content: "\ee4e";
}
.icofont-breakdown:before {
    content: "\ee4f";
}
.icofont-celsius:before {
    content: "\ee50";
}
.icofont-clouds:before {
    content: "\ee51";
}
.icofont-cloudy:before {
    content: "\ee52";
}
.icofont-dust:before {
    content: "\ee53";
}
.icofont-eclipse:before {
    content: "\ee54";
}
.icofont-fahrenheit:before {
    content: "\ee55";
}
.icofont-forest-fire:before {
    content: "\ee56";
}
.icofont-full-night:before {
    content: "\ee57";
}
.icofont-full-sunny:before {
    content: "\ee58";
}
.icofont-hail-night:before {
    content: "\ee59";
}
.icofont-hail-rainy-night:before {
    content: "\ee5a";
}
.icofont-hail-rainy-sunny:before {
    content: "\ee5b";
}
.icofont-hail-rainy:before {
    content: "\ee5c";
}
.icofont-hail-sunny:before {
    content: "\ee5d";
}
.icofont-hail-thunder-night:before {
    content: "\ee5e";
}
.icofont-hail-thunder-sunny:before {
    content: "\ee5f";
}
.icofont-hail-thunder:before {
    content: "\ee60";
}
.icofont-hail:before {
    content: "\ee61";
}
.icofont-hill-night:before {
    content: "\ee62";
}
.icofont-hill-sunny:before {
    content: "\ee63";
}
.icofont-hurricane:before {
    content: "\ee64";
}
.icofont-meteor:before {
    content: "\ee65";
}
.icofont-night:before {
    content: "\ee66";
}
.icofont-rainy-night:before {
    content: "\ee67";
}
.icofont-rainy-sunny:before {
    content: "\ee68";
}
.icofont-rainy-thunder:before {
    content: "\ee69";
}
.icofont-rainy:before {
    content: "\ee6a";
}
.icofont-snow-alt:before {
    content: "\ee6b";
}
.icofont-snow-flake:before {
    content: "\ee6c";
}
.icofont-snow-temp:before {
    content: "\ee6d";
}
.icofont-snow:before {
    content: "\ee6e";
}
.icofont-snowy-hail:before {
    content: "\ee6f";
}
.icofont-snowy-night-hail:before {
    content: "\ee70";
}
.icofont-snowy-night-rainy:before {
    content: "\ee71";
}
.icofont-snowy-night:before {
    content: "\ee72";
}
.icofont-snowy-rainy:before {
    content: "\ee73";
}
.icofont-snowy-sunny-hail:before {
    content: "\ee74";
}
.icofont-snowy-sunny-rainy:before {
    content: "\ee75";
}
.icofont-snowy-sunny:before {
    content: "\ee76";
}
.icofont-snowy-thunder-night:before {
    content: "\ee77";
}
.icofont-snowy-thunder-sunny:before {
    content: "\ee78";
}
.icofont-snowy-thunder:before {
    content: "\ee79";
}
.icofont-snowy-windy-night:before {
    content: "\ee7a";
}
.icofont-snowy-windy-sunny:before {
    content: "\ee7b";
}
.icofont-snowy-windy:before {
    content: "\ee7c";
}
.icofont-snowy:before {
    content: "\ee7d";
}
.icofont-sun-alt:before {
    content: "\ee7e";
}
.icofont-sun-rise:before {
    content: "\ee7f";
}
.icofont-sun-set:before {
    content: "\ee80";
}
.icofont-sun:before {
    content: "\ee81";
}
.icofont-sunny-day-temp:before {
    content: "\ee82";
}
.icofont-sunny:before {
    content: "\ee83";
}
.icofont-thunder-light:before {
    content: "\ee84";
}
.icofont-tornado:before {
    content: "\ee85";
}
.icofont-umbrella-alt:before {
    content: "\ee86";
}
.icofont-umbrella:before {
    content: "\ee87";
}
.icofont-volcano:before {
    content: "\ee88";
}
.icofont-wave:before {
    content: "\ee89";
}
.icofont-wind-scale-0:before {
    content: "\ee8a";
}
.icofont-wind-scale-1:before {
    content: "\ee8b";
}
.icofont-wind-scale-10:before {
    content: "\ee8c";
}
.icofont-wind-scale-11:before {
    content: "\ee8d";
}
.icofont-wind-scale-12:before {
    content: "\ee8e";
}
.icofont-wind-scale-2:before {
    content: "\ee8f";
}
.icofont-wind-scale-3:before {
    content: "\ee90";
}
.icofont-wind-scale-4:before {
    content: "\ee91";
}
.icofont-wind-scale-5:before {
    content: "\ee92";
}
.icofont-wind-scale-6:before {
    content: "\ee93";
}
.icofont-wind-scale-7:before {
    content: "\ee94";
}
.icofont-wind-scale-8:before {
    content: "\ee95";
}
.icofont-wind-scale-9:before {
    content: "\ee96";
}
.icofont-wind-waves:before {
    content: "\ee97";
}
.icofont-wind:before {
    content: "\ee98";
}
.icofont-windy-hail:before {
    content: "\ee99";
}
.icofont-windy-night:before {
    content: "\ee9a";
}
.icofont-windy-raining:before {
    content: "\ee9b";
}
.icofont-windy-sunny:before {
    content: "\ee9c";
}
.icofont-windy-thunder-raining:before {
    content: "\ee9d";
}
.icofont-windy-thunder:before {
    content: "\ee9e";
}
.icofont-windy:before {
    content: "\ee9f";
}
.icofont-addons:before {
    content: "\eea0";
}
.icofont-address-book:before {
    content: "\eea1";
}
.icofont-adjust:before {
    content: "\eea2";
}
.icofont-alarm:before {
    content: "\eea3";
}
.icofont-anchor:before {
    content: "\eea4";
}
.icofont-archive:before {
    content: "\eea5";
}
.icofont-at:before {
    content: "\eea6";
}
.icofont-attachment:before {
    content: "\eea7";
}
.icofont-audio:before {
    content: "\eea8";
}
.icofont-automation:before {
    content: "\eea9";
}
.icofont-badge:before {
    content: "\eeaa";
}
.icofont-bag-alt:before {
    content: "\eeab";
}
.icofont-bag:before {
    content: "\eeac";
}
.icofont-ban:before {
    content: "\eead";
}
.icofont-bar-code:before {
    content: "\eeae";
}
.icofont-bars:before {
    content: "\eeaf";
}
.icofont-basket:before {
    content: "\eeb0";
}
.icofont-battery-empty:before {
    content: "\eeb1";
}
.icofont-battery-full:before {
    content: "\eeb2";
}
.icofont-battery-half:before {
    content: "\eeb3";
}
.icofont-battery-low:before {
    content: "\eeb4";
}
.icofont-beaker:before {
    content: "\eeb5";
}
.icofont-beard:before {
    content: "\eeb6";
}
.icofont-bed:before {
    content: "\eeb7";
}
.icofont-bell:before {
    content: "\eeb8";
}
.icofont-beverage:before {
    content: "\eeb9";
}
.icofont-bill:before {
    content: "\eeba";
}
.icofont-bin:before {
    content: "\eebb";
}
.icofont-binary:before {
    content: "\eebc";
}
.icofont-binoculars:before {
    content: "\eebd";
}
.icofont-bluetooth:before {
    content: "\eebe";
}
.icofont-bomb:before {
    content: "\eebf";
}
.icofont-book-mark:before {
    content: "\eec0";
}
.icofont-box:before {
    content: "\eec1";
}
.icofont-briefcase:before {
    content: "\eec2";
}
.icofont-broken:before {
    content: "\eec3";
}
.icofont-bucket:before {
    content: "\eec4";
}
.icofont-bucket1:before {
    content: "\eec5";
}
.icofont-bucket2:before {
    content: "\eec6";
}
.icofont-bug:before {
    content: "\eec7";
}
.icofont-building:before {
    content: "\eec8";
}
.icofont-bulb-alt:before {
    content: "\eec9";
}
.icofont-bullet:before {
    content: "\eeca";
}
.icofont-bullhorn:before {
    content: "\eecb";
}
.icofont-bullseye:before {
    content: "\eecc";
}
.icofont-calendar:before {
    content: "\eecd";
}
.icofont-camera-alt:before {
    content: "\eece";
}
.icofont-camera:before {
    content: "\eecf";
}
.icofont-card:before {
    content: "\eed0";
}
.icofont-cart-alt:before {
    content: "\eed1";
}
.icofont-cart:before {
    content: "\eed2";
}
.icofont-cc:before {
    content: "\eed3";
}
.icofont-charging:before {
    content: "\eed4";
}
.icofont-chat:before {
    content: "\eed5";
}
.icofont-check-alt:before {
    content: "\eed6";
}
.icofont-check-circled:before {
    content: "\eed7";
}
.icofont-check:before {
    content: "\eed8";
}
.icofont-checked:before {
    content: "\eed9";
}
.icofont-children-care:before {
    content: "\eeda";
}
.icofont-clip:before {
    content: "\eedb";
}
.icofont-clock-time:before {
    content: "\eedc";
}
.icofont-close-circled:before {
    content: "\eedd";
}
.icofont-close-line-circled:before {
    content: "\eede";
}
.icofont-close-line-squared-alt:before {
    content: "\eedf";
}
.icofont-close-line-squared:before {
    content: "\eee0";
}
.icofont-close-line:before {
    content: "\eee1";
}
.icofont-close-squared-alt:before {
    content: "\eee2";
}
.icofont-close-squared:before {
    content: "\eee3";
}
.icofont-close:before {
    content: "\eee4";
}
.icofont-cloud-download:before {
    content: "\eee5";
}
.icofont-cloud-refresh:before {
    content: "\eee6";
}
.icofont-cloud-upload:before {
    content: "\eee7";
}
.icofont-cloud:before {
    content: "\eee8";
}
.icofont-code-not-allowed:before {
    content: "\eee9";
}
.icofont-code:before {
    content: "\eeea";
}
.icofont-comment:before {
    content: "\eeeb";
}
.icofont-compass-alt:before {
    content: "\eeec";
}
.icofont-compass:before {
    content: "\eeed";
}
.icofont-computer:before {
    content: "\eeee";
}
.icofont-connection:before {
    content: "\eeef";
}
.icofont-console:before {
    content: "\eef0";
}
.icofont-contacts:before {
    content: "\eef1";
}
.icofont-contrast:before {
    content: "\eef2";
}
.icofont-copyright:before {
    content: "\eef3";
}
.icofont-credit-card:before {
    content: "\eef4";
}
.icofont-crop:before {
    content: "\eef5";
}
.icofont-crown:before {
    content: "\eef6";
}
.icofont-cube:before {
    content: "\eef7";
}
.icofont-cubes:before {
    content: "\eef8";
}
.icofont-dashboard-web:before {
    content: "\eef9";
}
.icofont-dashboard:before {
    content: "\eefa";
}
.icofont-data:before {
    content: "\eefb";
}
.icofont-database-add:before {
    content: "\eefc";
}
.icofont-database-locked:before {
    content: "\eefd";
}
.icofont-database-remove:before {
    content: "\eefe";
}
.icofont-database:before {
    content: "\eeff";
}
.icofont-delete:before {
    content: "\ef00";
}
.icofont-diamond:before {
    content: "\ef01";
}
.icofont-dice-multiple:before {
    content: "\ef02";
}
.icofont-dice:before {
    content: "\ef03";
}
.icofont-disc:before {
    content: "\ef04";
}
.icofont-diskette:before {
    content: "\ef05";
}
.icofont-document-folder:before {
    content: "\ef06";
}
.icofont-download-alt:before {
    content: "\ef07";
}
.icofont-download:before {
    content: "\ef08";
}
.icofont-downloaded:before {
    content: "\ef09";
}
.icofont-drag:before {
    content: "\ef0a";
}
.icofont-drag1:before {
    content: "\ef0b";
}
.icofont-drag2:before {
    content: "\ef0c";
}
.icofont-drag3:before {
    content: "\ef0d";
}
.icofont-earth:before {
    content: "\ef0e";
}
.icofont-ebook:before {
    content: "\ef0f";
}
.icofont-edit:before {
    content: "\ef10";
}
.icofont-eject:before {
    content: "\ef11";
}
.icofont-email:before {
    content: "\ef12";
}
.icofont-envelope-open:before {
    content: "\ef13";
}
.icofont-envelope:before {
    content: "\ef14";
}
.icofont-eraser:before {
    content: "\ef15";
}
.icofont-error:before {
    content: "\ef16";
}
.icofont-excavator:before {
    content: "\ef17";
}
.icofont-exchange:before {
    content: "\ef18";
}
.icofont-exclamation-circle:before {
    content: "\ef19";
}
.icofont-exclamation-square:before {
    content: "\ef1a";
}
.icofont-exclamation-tringle:before {
    content: "\ef1b";
}
.icofont-exclamation:before {
    content: "\ef1c";
}
.icofont-exit:before {
    content: "\ef1d";
}
.icofont-expand:before {
    content: "\ef1e";
}
.icofont-external-link:before {
    content: "\ef1f";
}
.icofont-external:before {
    content: "\ef20";
}
.icofont-eye-alt:before {
    content: "\ef21";
}
.icofont-eye-blocked:before {
    content: "\ef22";
}
.icofont-eye-dropper:before {
    content: "\ef23";
}
.icofont-eye:before {
    content: "\ef24";
}
.icofont-favourite:before {
    content: "\ef25";
}
.icofont-fax:before {
    content: "\ef26";
}
.icofont-file-fill:before {
    content: "\ef27";
}
.icofont-film:before {
    content: "\ef28";
}
.icofont-filter:before {
    content: "\ef29";
}
.icofont-fire-alt:before {
    content: "\ef2a";
}
.icofont-fire-burn:before {
    content: "\ef2b";
}
.icofont-fire:before {
    content: "\ef2c";
}
.icofont-flag-alt-1:before {
    content: "\ef2d";
}
.icofont-flag-alt-2:before {
    content: "\ef2e";
}
.icofont-flag:before {
    content: "\ef2f";
}
.icofont-flame-torch:before {
    content: "\ef30";
}
.icofont-flash-light:before {
    content: "\ef31";
}
.icofont-flash:before {
    content: "\ef32";
}
.icofont-flask:before {
    content: "\ef33";
}
.icofont-focus:before {
    content: "\ef34";
}
.icofont-folder-open:before {
    content: "\ef35";
}
.icofont-folder:before {
    content: "\ef36";
}
.icofont-foot-print:before {
    content: "\ef37";
}
.icofont-garbage:before {
    content: "\ef38";
}
.icofont-gear-alt:before {
    content: "\ef39";
}
.icofont-gear:before {
    content: "\ef3a";
}
.icofont-gears:before {
    content: "\ef3b";
}
.icofont-gift:before {
    content: "\ef3c";
}
.icofont-glass:before {
    content: "\ef3d";
}
.icofont-globe:before {
    content: "\ef3e";
}
.icofont-graffiti:before {
    content: "\ef3f";
}
.icofont-grocery:before {
    content: "\ef40";
}
.icofont-hand:before {
    content: "\ef41";
}
.icofont-hanger:before {
    content: "\ef42";
}
.icofont-hard-disk:before {
    content: "\ef43";
}
.icofont-heart-alt:before {
    content: "\ef44";
}
.icofont-heart:before {
    content: "\ef45";
}
.icofont-history:before {
    content: "\ef46";
}
.icofont-home:before {
    content: "\ef47";
}
.icofont-horn:before {
    content: "\ef48";
}
.icofont-hour-glass:before {
    content: "\ef49";
}
.icofont-id:before {
    content: "\ef4a";
}
.icofont-image:before {
    content: "\ef4b";
}
.icofont-inbox:before {
    content: "\ef4c";
}
.icofont-infinite:before {
    content: "\ef4d";
}
.icofont-info-circle:before {
    content: "\ef4e";
}
.icofont-info-square:before {
    content: "\ef4f";
}
.icofont-info:before {
    content: "\ef50";
}
.icofont-institution:before {
    content: "\ef51";
}
.icofont-interface:before {
    content: "\ef52";
}
.icofont-invisible:before {
    content: "\ef53";
}
.icofont-jacket:before {
    content: "\ef54";
}
.icofont-jar:before {
    content: "\ef55";
}
.icofont-jewlery:before {
    content: "\ef56";
}
.icofont-karate:before {
    content: "\ef57";
}
.icofont-key-hole:before {
    content: "\ef58";
}
.icofont-key:before {
    content: "\ef59";
}
.icofont-label:before {
    content: "\ef5a";
}
.icofont-lamp:before {
    content: "\ef5b";
}
.icofont-layers:before {
    content: "\ef5c";
}
.icofont-layout:before {
    content: "\ef5d";
}
.icofont-leaf:before {
    content: "\ef5e";
}
.icofont-leaflet:before {
    content: "\ef5f";
}
.icofont-learn:before {
    content: "\ef60";
}
.icofont-lego:before {
    content: "\ef61";
}
.icofont-lens:before {
    content: "\ef62";
}
.icofont-letter:before {
    content: "\ef63";
}
.icofont-letterbox:before {
    content: "\ef64";
}
.icofont-library:before {
    content: "\ef65";
}
.icofont-license:before {
    content: "\ef66";
}
.icofont-life-bouy:before {
    content: "\ef67";
}
.icofont-life-buoy:before {
    content: "\ef68";
}
.icofont-life-jacket:before {
    content: "\ef69";
}
.icofont-life-ring:before {
    content: "\ef6a";
}
.icofont-light-bulb:before {
    content: "\ef6b";
}
.icofont-lighter:before {
    content: "\ef6c";
}
.icofont-lightning-ray:before {
    content: "\ef6d";
}
.icofont-like:before {
    content: "\ef6e";
}
.icofont-line-height:before {
    content: "\ef6f";
}
.icofont-link-alt:before {
    content: "\ef70";
}
.icofont-link:before {
    content: "\ef71";
}
.icofont-list:before {
    content: "\ef72";
}
.icofont-listening:before {
    content: "\ef73";
}
.icofont-listine-dots:before {
    content: "\ef74";
}
.icofont-listing-box:before {
    content: "\ef75";
}
.icofont-listing-number:before {
    content: "\ef76";
}
.icofont-live-support:before {
    content: "\ef77";
}
.icofont-location-arrow:before {
    content: "\ef78";
}
.icofont-location-pin:before {
    content: "\ef79";
}
.icofont-lock:before {
    content: "\ef7a";
}
.icofont-login:before {
    content: "\ef7b";
}
.icofont-logout:before {
    content: "\ef7c";
}
.icofont-lollipop:before {
    content: "\ef7d";
}
.icofont-long-drive:before {
    content: "\ef7e";
}
.icofont-look:before {
    content: "\ef7f";
}
.icofont-loop:before {
    content: "\ef80";
}
.icofont-luggage:before {
    content: "\ef81";
}
.icofont-lunch:before {
    content: "\ef82";
}
.icofont-lungs:before {
    content: "\ef83";
}
.icofont-magic-alt:before {
    content: "\ef84";
}
.icofont-magic:before {
    content: "\ef85";
}
.icofont-magnet:before {
    content: "\ef86";
}
.icofont-mail-box:before {
    content: "\ef87";
}
.icofont-mail:before {
    content: "\ef88";
}
.icofont-male:before {
    content: "\ef89";
}
.icofont-map-pins:before {
    content: "\ef8a";
}
.icofont-map:before {
    content: "\ef8b";
}
.icofont-maximize:before {
    content: "\ef8c";
}
.icofont-measure:before {
    content: "\ef8d";
}
.icofont-medicine:before {
    content: "\ef8e";
}
.icofont-mega-phone:before {
    content: "\ef8f";
}
.icofont-megaphone-alt:before {
    content: "\ef90";
}
.icofont-megaphone:before {
    content: "\ef91";
}
.icofont-memorial:before {
    content: "\ef92";
}
.icofont-memory-card:before {
    content: "\ef93";
}
.icofont-mic-mute:before {
    content: "\ef94";
}
.icofont-mic:before {
    content: "\ef95";
}
.icofont-military:before {
    content: "\ef96";
}
.icofont-mill:before {
    content: "\ef97";
}
.icofont-minus-circle:before {
    content: "\ef98";
}
.icofont-minus-square:before {
    content: "\ef99";
}
.icofont-minus:before {
    content: "\ef9a";
}
.icofont-mobile-phone:before {
    content: "\ef9b";
}
.icofont-molecule:before {
    content: "\ef9c";
}
.icofont-money:before {
    content: "\ef9d";
}
.icofont-moon:before {
    content: "\ef9e";
}
.icofont-mop:before {
    content: "\ef9f";
}
.icofont-muffin:before {
    content: "\efa0";
}
.icofont-mustache:before {
    content: "\efa1";
}
.icofont-navigation-menu:before {
    content: "\efa2";
}
.icofont-navigation:before {
    content: "\efa3";
}
.icofont-network-tower:before {
    content: "\efa4";
}
.icofont-network:before {
    content: "\efa5";
}
.icofont-news:before {
    content: "\efa6";
}
.icofont-newspaper:before {
    content: "\efa7";
}
.icofont-no-smoking:before {
    content: "\efa8";
}
.icofont-not-allowed:before {
    content: "\efa9";
}
.icofont-notebook:before {
    content: "\efaa";
}
.icofont-notepad:before {
    content: "\efab";
}
.icofont-notification:before {
    content: "\efac";
}
.icofont-numbered:before {
    content: "\efad";
}
.icofont-opposite:before {
    content: "\efae";
}
.icofont-optic:before {
    content: "\efaf";
}
.icofont-options:before {
    content: "\efb0";
}
.icofont-package:before {
    content: "\efb1";
}
.icofont-page:before {
    content: "\efb2";
}
.icofont-paint:before {
    content: "\efb3";
}
.icofont-paper-plane:before {
    content: "\efb4";
}
.icofont-paperclip:before {
    content: "\efb5";
}
.icofont-papers:before {
    content: "\efb6";
}
.icofont-pay:before {
    content: "\efb7";
}
.icofont-penguin-linux:before {
    content: "\efb8";
}
.icofont-pestle:before {
    content: "\efb9";
}
.icofont-phone-circle:before {
    content: "\efba";
}
.icofont-phone:before {
    content: "\efbb";
}
.icofont-picture:before {
    content: "\efbc";
}
.icofont-pine:before {
    content: "\efbd";
}
.icofont-pixels:before {
    content: "\efbe";
}
.icofont-plugin:before {
    content: "\efbf";
}
.icofont-plus-circle:before {
    content: "\efc0";
}
.icofont-plus-square:before {
    content: "\efc1";
}
.icofont-plus:before {
    content: "\efc2";
}
.icofont-polygonal:before {
    content: "\efc3";
}
.icofont-power:before {
    content: "\efc4";
}
.icofont-price:before {
    content: "\efc5";
}
.icofont-print:before {
    content: "\efc6";
}
.icofont-puzzle:before {
    content: "\efc7";
}
.icofont-qr-code:before {
    content: "\efc8";
}
.icofont-queen:before {
    content: "\efc9";
}
.icofont-question-circle:before {
    content: "\efca";
}
.icofont-question-square:before {
    content: "\efcb";
}
.icofont-question:before {
    content: "\efcc";
}
.icofont-quote-left:before {
    content: "\efcd";
}
.icofont-quote-right:before {
    content: "\efce";
}
.icofont-random:before {
    content: "\efcf";
}
.icofont-recycle:before {
    content: "\efd0";
}
.icofont-refresh:before {
    content: "\efd1";
}
.icofont-repair:before {
    content: "\efd2";
}
.icofont-reply-all:before {
    content: "\efd3";
}
.icofont-reply:before {
    content: "\efd4";
}
.icofont-resize:before {
    content: "\efd5";
}
.icofont-responsive:before {
    content: "\efd6";
}
.icofont-retweet:before {
    content: "\efd7";
}
.icofont-road:before {
    content: "\efd8";
}
.icofont-robot:before {
    content: "\efd9";
}
.icofont-royal:before {
    content: "\efda";
}
.icofont-rss-feed:before {
    content: "\efdb";
}
.icofont-safety:before {
    content: "\efdc";
}
.icofont-sale-discount:before {
    content: "\efdd";
}
.icofont-satellite:before {
    content: "\efde";
}
.icofont-send-mail:before {
    content: "\efdf";
}
.icofont-server:before {
    content: "\efe0";
}
.icofont-settings-alt:before {
    content: "\efe1";
}
.icofont-settings:before {
    content: "\efe2";
}
.icofont-share-alt:before {
    content: "\efe3";
}
.icofont-share-boxed:before {
    content: "\efe4";
}
.icofont-share:before {
    content: "\efe5";
}
.icofont-shield:before {
    content: "\efe6";
}
.icofont-shopping-cart:before {
    content: "\efe7";
}
.icofont-sign-in:before {
    content: "\efe8";
}
.icofont-sign-out:before {
    content: "\efe9";
}
.icofont-signal:before {
    content: "\efea";
}
.icofont-site-map:before {
    content: "\efeb";
}
.icofont-smart-phone:before {
    content: "\efec";
}
.icofont-soccer:before {
    content: "\efed";
}
.icofont-sort-alt:before {
    content: "\efee";
}
.icofont-sort:before {
    content: "\efef";
}
.icofont-space:before {
    content: "\eff0";
}
.icofont-spanner:before {
    content: "\eff1";
}
.icofont-speech-comments:before {
    content: "\eff2";
}
.icofont-speed-meter:before {
    content: "\eff3";
}
.icofont-spinner-alt-1:before {
    content: "\eff4";
}
.icofont-spinner-alt-2:before {
    content: "\eff5";
}
.icofont-spinner-alt-3:before {
    content: "\eff6";
}
.icofont-spinner-alt-4:before {
    content: "\eff7";
}
.icofont-spinner-alt-5:before {
    content: "\eff8";
}
.icofont-spinner-alt-6:before {
    content: "\eff9";
}
.icofont-spinner:before {
    content: "\effa";
}
.icofont-spreadsheet:before {
    content: "\effb";
}
.icofont-square:before {
    content: "\effc";
}
.icofont-ssl-security:before {
    content: "\effd";
}
.icofont-star-alt-1:before {
    content: "\effe";
}
.icofont-star-alt-2:before {
    content: "\efff";
}
.icofont-star:before {
    content: "\f000";
}
.icofont-street-view:before {
    content: "\f001";
}
.icofont-support-faq:before {
    content: "\f002";
}
.icofont-tack-pin:before {
    content: "\f003";
}
.icofont-tag:before {
    content: "\f004";
}
.icofont-tags:before {
    content: "\f005";
}
.icofont-tasks-alt:before {
    content: "\f006";
}
.icofont-tasks:before {
    content: "\f007";
}
.icofont-telephone:before {
    content: "\f008";
}
.icofont-telescope:before {
    content: "\f009";
}
.icofont-terminal:before {
    content: "\f00a";
}
.icofont-thumbs-down:before {
    content: "\f00b";
}
.icofont-thumbs-up:before {
    content: "\f00c";
}
.icofont-tick-boxed:before {
    content: "\f00d";
}
.icofont-tick-mark:before {
    content: "\f00e";
}
.icofont-ticket:before {
    content: "\f00f";
}
.icofont-tie:before {
    content: "\f010";
}
.icofont-toggle-off:before {
    content: "\f011";
}
.icofont-toggle-on:before {
    content: "\f012";
}
.icofont-tools-alt-2:before {
    content: "\f013";
}
.icofont-tools:before {
    content: "\f014";
}
.icofont-touch:before {
    content: "\f015";
}
.icofont-traffic-light:before {
    content: "\f016";
}
.icofont-transparent:before {
    content: "\f017";
}
.icofont-tree:before {
    content: "\f018";
}
.icofont-unique-idea:before {
    content: "\f019";
}
.icofont-unlock:before {
    content: "\f01a";
}
.icofont-unlocked:before {
    content: "\f01b";
}
.icofont-upload-alt:before {
    content: "\f01c";
}
.icofont-upload:before {
    content: "\f01d";
}
.icofont-usb-drive:before {
    content: "\f01e";
}
.icofont-usb:before {
    content: "\f01f";
}
.icofont-vector-path:before {
    content: "\f020";
}
.icofont-verification-check:before {
    content: "\f021";
}
.icofont-wall-clock:before {
    content: "\f022";
}
.icofont-wall:before {
    content: "\f023";
}
.icofont-wallet:before {
    content: "\f024";
}
.icofont-warning-alt:before {
    content: "\f025";
}
.icofont-warning:before {
    content: "\f026";
}
.icofont-water-drop:before {
    content: "\f027";
}
.icofont-web:before {
    content: "\f028";
}
.icofont-wheelchair:before {
    content: "\f029";
}
.icofont-wifi-alt:before {
    content: "\f02a";
}
.icofont-wifi:before {
    content: "\f02b";
}
.icofont-world:before {
    content: "\f02c";
}
.icofont-zigzag:before {
    content: "\f02d";
}
.icofont-zipped:before {
    content: "\f02e";
}
.icofont-xs {
    font-size: 0.5em;
}
.icofont-sm {
    font-size: 0.75em;
}
.icofont-md {
    font-size: 1.25em;
}
.icofont-lg {
    font-size: 1.5em;
}
.icofont-1x {
    font-size: 1em;
}
.icofont-2x {
    font-size: 2em;
}
.icofont-3x {
    font-size: 3em;
}
.icofont-4x {
    font-size: 4em;
}
.icofont-5x {
    font-size: 5em;
}
.icofont-6x {
    font-size: 6em;
}
.icofont-7x {
    font-size: 7em;
}
.icofont-8x {
    font-size: 8em;
}
.icofont-9x {
    font-size: 9em;
}
.icofont-10x {
    font-size: 10em;
}
.icofont-fw {
    text-align: center;
    width: 1.25em;
}
.icofont-ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}
.icofont-ul > li {
    position: relative;
    line-height: 2em;
}
.icofont-ul > li .icofont {
    display: inline-block;
    vertical-align: middle;
}
.icofont-border {
    border: solid 0.08em #f1f1f1;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}
.icofont-pull-left {
    float: left;
}
.icofont-pull-right {
    float: right;
}
.icofont.icofont-pull-left {
    margin-right: 0.3em;
}
.icofont.icofont-pull-right {
    margin-left: 0.3em;
}
.icofont-spin {
    -webkit-animation: icofont-spin 2s infinite linear;
    animation: icofont-spin 2s infinite linear;
    display: inline-block;
}
.icofont-pulse {
    -webkit-animation: icofont-spin 1s infinite steps(8);
    animation: icofont-spin 1s infinite steps(8);
    display: inline-block;
}
@-webkit-keyframes icofont-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes icofont-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.icofont-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.icofont-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.icofont-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.icofont-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.icofont-flip-vertical {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}
.icofont-flip-horizontal.icofont-flip-vertical {
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}
:root .icofont-flip-horizontal,
:root .icofont-flip-vertical,
:root .icofont-rotate-180,
:root .icofont-rotate-270,
:root .icofont-rotate-90 {
    -webkit-filter: none;
    filter: none;
    display: inline-block;
}
.icofont-inverse {
    color: #fff;
}
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
    width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
dfn {
    font-style: italic;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
.h1,
h1 {
    font-size: 2.5rem;
}
.h2,
h2 {
    font-size: 2rem;
}
.h3,
h3 {
    font-size: 1.75rem;
}
.h4,
h4 {
    font-size: 1.5rem;
}
.h5,
h5 {
    font-size: 1.25rem;
}
.h6,
h6 {
    font-size: 1rem;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
    font-size: 80%;
    font-weight: 400;
}
.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}
.blockquote-footer::before {
    content: "\2014 \00A0";
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 90%;
    color: #6c757d;
}
code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}
pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.333333%;
}
.offset-2 {
    margin-left: 16.666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.333333%;
}
.offset-5 {
    margin-left: 41.666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.333333%;
}
.offset-8 {
    margin-left: 66.666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.333333%;
}
.offset-11 {
    margin-left: 91.666667%;
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}
.table .table {
    background-color: #fff;
}
.table-sm td,
.table-sm th {
    padding: 0.3rem;
}
.table-bordered {
    border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #b8daff;
}
.table-hover .table-primary:hover {
    background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: #d6d8db;
}
.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
    background-color: #c3e6cb;
}
.table-hover .table-success:hover {
    background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
    background-color: #bee5eb;
}
.table-hover .table-info:hover {
    background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: #ffeeba;
}
.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
    background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
    background-color: #fdfdfe;
}
.table-hover .table-light:hover {
    background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
    background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.table-dark {
    color: #fff;
    background-color: #212529;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e;
}
.table-dark.table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
    border: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size] {
    height: auto;
}
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 1rem;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #28a745;
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
    display: block;
}
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
    background-color: #71dd8a;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow:
        0 0 0 1px #fff,
        0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label::after,
.was-validated .custom-file-input:valid ~ .custom-file-label::after {
    border-color: inherit;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block;
}
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    background-color: #efa2a9;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow:
        0 0 0 1px #fff,
        0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label::after,
.was-validated .custom-file-input:invalid ~ .custom-file-label::after {
    border-color: inherit;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:focus,
.btn:hover {
    text-decoration: none;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
}
.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}
.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.fade {
    transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-toggle::after {
    vertical-align: 0;
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}
.dropleft .dropdown-toggle::after {
    display: none;
}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
    right: auto;
    bottom: auto;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
    z-index: 1;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
    z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control {
    margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
    z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
    margin-top: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
    height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow:
        0 0 0 1px #fff,
        0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
}
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}
.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
    border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff
        url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
        no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}
.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}
.custom-select::-ms-expand {
    opacity: 0;
}
.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}
.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
    border-color: #80bdff;
}
.custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-range:focus {
    outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
    box-shadow:
        0 0 0 1px #fff,
        0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
    box-shadow:
        0 0 0 1px #fff,
        0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
    box-shadow:
        0 0 0 1px #fff,
        0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
    border: 0;
}
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition:
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}
.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition:
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none;
    }
}
.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition:
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none;
    }
}
.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition:
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}
.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}
.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
    color: #fff;
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: 0.75rem;
}
.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1.25rem;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}
.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}
.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-deck .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}
.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-group > .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:first-child .card-header,
    .card-group > .card:first-child .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group > .card:first-child .card-footer,
    .card-group > .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:last-child .card-header,
    .card-group > .card:last-child .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group > .card:last-child .card-footer,
    .card-group > .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0;
    }
    .card-group > .card:only-child {
        border-radius: 0.25rem;
    }
    .card-group > .card:only-child .card-header,
    .card-group > .card:only-child .card-img-top {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
    .card-group > .card:only-child .card-footer,
    .card-group > .card:only-child .card-img-bottom {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0;
    }
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0;
    }
}
.card-columns .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}
.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #6c757d;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}
.badge-primary {
    color: #fff;
    background-color: #007bff;
}
.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc;
}
.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}
.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #545b62;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34;
}
.badge-info {
    color: #fff;
    background-color: #17a2b8;
}
.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b;
}
.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130;
}
.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5;
}
.badge-dark {
    color: #fff;
    background-color: #343a40;
}
.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124;
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}
@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}
.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 4rem;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-primary hr {
    border-top-color: #9fcdff;
}
.alert-primary .alert-link {
    color: #002752;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-secondary hr {
    border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
    color: #202326;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-success hr {
    border-top-color: #b1dfbb;
}
.alert-success .alert-link {
    color: #0b2e13;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-info hr {
    border-top-color: #abdde5;
}
.alert-info .alert-link {
    color: #062c33;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-warning hr {
    border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
    color: #533f03;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-danger hr {
    border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
    color: #491217;
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-light hr {
    border-top-color: #ececf6;
}
.alert-light .alert-link {
    color: #686868;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.alert-dark hr {
    border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
    color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}
.progress-bar-striped {
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.list-group-item:focus,
.list-group-item:hover {
    z-index: 1;
    text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}
.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
}
.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}
.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}
.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}
.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}
.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}
.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}
.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition:
        transform 0.3s ease-out,
        -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: "";
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
    .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem * 2));
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}
.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}
.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}
.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
    margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] .arrow,
.bs-popover-top .arrow {
    bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
    border-width: 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-top .arrow::after {
    bottom: 1px;
    border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
    margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] .arrow,
.bs-popover-right .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
    border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-right .arrow::after {
    left: 1px;
    border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
    margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] .arrow,
.bs-popover-bottom .arrow {
    top: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
    border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
    margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] .arrow,
.bs-popover-left .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
    border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] .arrow::after,
.bs-popover-left .arrow::after {
    right: 1px;
    border-left-color: #fff;
}
.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition:
        transform 0.6s ease,
        -webkit-transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
    .carousel-item-next,
    .carousel-item-prev,
    .carousel-item.active {
        transition: none;
    }
}
.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.active.carousel-item-right,
.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.active.carousel-item-left,
.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 0.6s;
    transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev,
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators .active {
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.bg-primary {
    background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important;
}
.bg-secondary {
    background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important;
}
.bg-success {
    background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important;
}
.bg-info {
    background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important;
}
.bg-warning {
    background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important;
}
.bg-danger {
    background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important;
}
.bg-dark {
    background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-right {
    border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
    border-left: 1px solid #dee2e6 !important;
}
.border-0 {
    border: 0 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-right-0 {
    border-right: 0 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-left-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #007bff !important;
}
.border-secondary {
    border-color: #6c757d !important;
}
.border-success {
    border-color: #28a745 !important;
}
.border-info {
    border-color: #17a2b8 !important;
}
.border-warning {
    border-color: #ffc107 !important;
}
.border-danger {
    border-color: #dc3545 !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-dark {
    border-color: #343a40 !important;
}
.border-white {
    border-color: #fff !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}
.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive-4by3::before {
    padding-top: 75%;
}
.embed-responsive-1by1::before {
    padding-top: 100%;
}
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}
@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    box-shadow: none !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-justify {
    text-align: justify !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #0062cc !important;
}
.text-secondary {
    color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
    color: #545b62 !important;
}
.text-success {
    color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important;
}
.text-info {
    color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important;
}
.text-warning {
    color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important;
}
.text-danger {
    color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important;
}
.text-light {
    color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important;
}
.text-dark {
    color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important;
}
.text-body {
    color: #212529 !important;
}
.text-muted {
    color: #6c757d !important;
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }
    .container {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important;
    }
    .table-dark {
        color: inherit;
    }
    .table-dark tbody + tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6;
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}
/*# sourceMappingURL=bootstrap.min.css.map */
.vbox-overlay *,
.vbox-overlay *:before,
.vbox-overlay *:after {
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.vbox-overlay {
    background: #fdfdfd;
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
}
.vbox-preloader {
    position: fixed;
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
    background-image: url(wp-content/themes/bariplan/venobox/preload-circle.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(18) infinite;
    -moz-animation: playload 1.4s steps(18) infinite;
    -ms-animation: playload 1.4s steps(18) infinite;
    -o-animation: playload 1.4s steps(18) infinite;
    animation: playload 1.4s steps(18) infinite;
}
@-webkit-keyframes playload {
    from {
        background-position: 0;
    }
    to {
        background-position: -576px;
    }
}
@-moz-keyframes playload {
    from {
        background-position: 0;
    }
    to {
        background-position: -576px;
    }
}
@-ms-keyframes playload {
    from {
        background-position: 0;
    }
    to {
        background-position: -576px;
    }
}
@-o-keyframes playload {
    from {
        background-position: 0;
    }
    to {
        background-position: -576px;
    }
}
@keyframes playload {
    from {
        background-position: 0;
    }
    to {
        background-position: -576px;
    }
}
.vbox-close {
    cursor: pointer;
    position: fixed;
    top: -1px;
    right: 0;
    width: 46px;
    height: 40px;
    padding: 10px 20px 10px 0;
    display: block;
    background: url(//demo.themexbd.com/rtl/bariplan/wp-content/themes/bariplan/venobox/close.gif) no-repeat #161617;
    background-position: 10px center;
    color: #fff;
    text-indent: -100px;
    overflow: hidden;
}
.vbox-next,
.vbox-prev {
    box-sizing: content-box;
    cursor: pointer;
    position: fixed;
    top: 50%;
    color: #fff;
    width: 30px;
    height: 170px;
    margin-top: -85px;
    text-indent: -100px;
    border: solid transparent;
    overflow: hidden;
}
.vbox-prev {
    left: 0;
    border-width: 0 30px 0 10px;
    background: url(//demo.themexbd.com/rtl/bariplan/wp-content/themes/bariplan/venobox/prev.gif) center center
        no-repeat;
}
.vbox-next {
    right: 0;
    border-width: 0 10px 0 30px;
    background: url(//demo.themexbd.com/rtl/bariplan/wp-content/themes/bariplan/venobox/next.gif) center center
        no-repeat;
}
.vbox-title {
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    padding: 6px 40px;
    overflow: hidden;
    background: #161617;
    position: fixed;
    display: none;
    top: -1px;
    left: 0;
}
.vbox-num {
    cursor: pointer;
    position: fixed;
    top: -1px;
    left: 0;
    height: 40px;
    display: block;
    color: #fff;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 10px;
    background: #161617;
    display: none;
}
.vbox-inline {
    width: 420px;
    height: 315px;
    padding: 10px;
    background: #fff;
    text-align: left;
    margin: 0 auto;
    overflow: auto;
}
.venoframe {
    border: none;
    width: 960px;
    height: 720px;
}
@media (max-width: 992px) {
    .venoframe {
        width: 640px;
        height: 480px;
    }
}
@media (max-width: 767px) {
    .venoframe {
        width: 420px;
        height: 315px;
    }
}
@media (max-width: 460px) {
    .vbox-inline {
        width: 100%;
    }
    .venoframe {
        width: 100%;
        height: 260px;
    }
}
.vbox-open {
    overflow: hidden;
}
.vbox-container {
    position: relative;
    background: #000;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.vbox-content {
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.vbox-container img {
    max-width: 100%;
    height: auto;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.em40_header_area_main.hdisplay_none {
    display: none;
}
.bariplan-header-top {
    padding: 10px 0;
}
.top-address p {
    margin-bottom: 0;
}
.top-address p a,
.top-address p span {
    margin-right: 20px;
}
.top-address p a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.top-address p a,
.top-address p span,
.top-right-menu ul.social-icons li a,
.top-welcome p,
.top-welcome p a,
.top-welcome p span,
.top-welcomet p a,
.top-welcomet p span {
    font-size: 15px;
    font-weight: 500;
}
.top-address p a i,
.top-address p span i,
.top-welcome p span i,
.top-welcomet p span i {
    font-size: 13px;
    margin-right: 5px;
}
.top-both-p0 .top-address p a,
.top-both-p0 .top-address p span {
    margin-right: 0;
    margin-left: 12px;
}
.top-welcome p,
.top-welcomet p {
    padding: 0;
    margin: 0;
}
.top-right-menu ul.social-icons {
    margin: 0;
    padding: 0;
}
.top-right-menu ul.social-icons li {
    display: inline-block;
    margin-left: 15px;
    position: relative;
}
.top-right-menu ul.social-icons li a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 15px;
}
.top-right-menu .menu-item-has-children > a:after {
    margin-left: 5px;
    content: "\ea5b";
    font-family: IcoFont;
    font-size: 15px;
    opacity: 0.7;
}
.top-right-menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    width: 150px;
    text-align: left;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin: 0;
    padding: 0;
}
.top-right-menu ul.social-icons li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
.top-right-menu ul .sub-menu li {
    padding: 5px 0 5px;
}
.top-right-menu ul .sub-menu li a {
    font-size: 14px;
}
.top-right-menu ul .sub-menu ul {
    display: none;
}
.top-address.em-login a {
    margin-right: 10px;
}
.top-address.em-login a + a {
    margin-right: 0;
}
.top-address.em-login p a i {
    margin-right: 5px;
}
.top-address.em-login a + a:before {
    content: "|";
    margin-right: 12px;
}
.txtc {
    text-align: center;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.top-address.menu_18 span {
    padding: 8px 15px 9px;
    display: inline-block;
}
.top-right-menu ul.social-icons.menu_18,
.top-right-menu ul.social-icons.menu_19 {
    padding: 7px 0;
}
.em-login.menu_18,
.em-quearys-top.menu_19 {
    padding: 7px 0;
}
.top-right-menu.litop {
    float: left;
}
.tx_top_together {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
a.meanmenu-reveal {
    display: none;
}
.mean-container .mean-bar {
    background: #0f99de;
    float: left;
    min-height: 60px;
    padding: 4px 0 0;
    position: relative;
    width: 100%;
    z-index: 999999;
}
.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 18px;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    float: right;
}
.mean-container a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 4px;
}
.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #0c1923;
}
.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}
.mean-container .mean-nav ul li {
    background: #f8f8f8 none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 100%;
    border-top: 1px solid#ddd;
}
.mean-container .mean-nav ul li a {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #666;
    display: block;
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 1em 5%;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    width: 90%;
    font-weight: 700;
}
.mobile-menu-area {
    background: #262626;
}
.mean-container .mean-nav ul li li a {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    opacity: 0.75;
    padding: 1em 10%;
    text-shadow: none !important;
    visibility: visible;
    width: 80%;
    font-weight: 500;
    text-transform: capitalize;
    color: #444;
}
.mean-container .mean-nav ul li.mean-last a {
    border-bottom: 0;
    margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #f47e1e;
}
.mean-container .mean-nav ul li a.mean-expand {
    width: 100%;
    height: auto;
    padding: 12px !important;
    text-align: right;
    position: absolute;
    right: 0;
    top: -16px;
    z-index: 2;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.1);
    border: 0 !important;
    font-size: 26px !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
    background: 0;
}
.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}
.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}
.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.mean-remove {
    display: none !important;
}
.mean-container .mean-bar:after {
    color: #fff;
    content: "MENU";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
}
.mean-container .mean-bar:after {
    display: none;
}
.mean-container .mean-nav ul li a:hover {
    color: #f47e1e;
    border-radius: 0;
}
.mean-container a.meanmenu-reveal span {
    background: #fff;
}
.mobile-menu-area {
    background: #fff none repeat scroll 0 0;
    border-top: 3px solid #2bcdc1;
}
.mean-container .mean-nav ul li a {
    background: #fff;
    color: #444;
    display: block;
}
.mean-container .mean-nav ul li a.mean-expand {
    top: -16px;
}
.mean-container .mean-nav ul li {
    background: #444;
}
.mean-container .mean-nav ul li li a {
    color: #fff;
    opacity: 0.9;
    border-top: 0;
}
.mean-container a.meanmenu-reveal {
    color: #fff;
}
.meanmenu-reveal.meanclose:hover {
    color: #fff !important;
}
.mean-container a.meanmenu-reveal:hover span {
    background: #fff;
}
.mean-container .mean-bar:before {
    color: #fff;
    content: "menu";
    font-size: 18px;
    font-weight: 700;
    left: 10px;
    position: absolute;
    top: 18px;
}
body,
html {
    overflow-x: hidden;
}
body {
    margin: 0;
    direction: ltr;
    unicode-bidi: embed;
}
.theme_cr_logo {
    text-align: left;
}
.play-overlay a::before {
    left: 0;
}
.all_cal_color .text-right p {
    margin-left: auto;
}
img {
    max-width: 100%;
    height: auto;
}
.box.wrapper {
    max-width: 1200px;
    margin: auto;
    box-shadow: 0 0 5px #ddd;
}
.fix {
    overflow: hidden;
}
.clear_both {
    clear: both;
}
body {
    font-family: Rubik, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6;
}
p {
    font-style: normal;
}
h1 {
    font-size: 28px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 17px;
}
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
    font-family: Rajdhani, sans-serif;
    font-style: normal;
    line-height: 1.2;
    font-weight: 700;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 26px;
    transition: 0.5s;
    margin-bottom: 5px;
}
.bariplan_menu ul .sub-menu li a,
.bariplan_menu > ul > li > a {
    font-family: Rajdhani, sans-serif;
}
a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}
.btn-primary:focus,
input:focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
}
input,
textarea {
    outline: 0;
}
.btn:focus,
a:focus {
    text-decoration: none;
    outline: 0;
}
a:hover {
    text-decoration: none;
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
button:focus,
input:focus {
    border-color: transparent;
    outline-color: transparent;
}
textarea:focus {
    border-color: transparent;
    outline-color: transparent;
}
hr {
    margin: 60px 0;
    padding: 0;
    border-top: 0;
}
hr.mp-0 {
    margin: 0;
}
hr.mtb-40 {
    margin: 40px 0;
    border-top: 0;
}
label {
    cursor: pointer;
    font-weight: 400;
}
::-moz-selection {
    text-shadow: none;
}
::-moz-selection {
    text-shadow: none;
}
::selection {
    text-shadow: none;
}
::-moz-placeholder {
    font-size: 16px;
}
::-webkit-input-placeholder {
    font-size: 16px;
}
:-ms-input-placeholder {
    font-size: 16px;
}
::placeholder {
    font-size: 16px;
}
.template-home-wrapper ul {
    list-style: none;
}
.blog-left-side > div {
    margin-bottom: 30px;
    padding: 35px 30px 35px;
    border-radius: 8px;
    box-shadow: 0 0 30px rgb(0 0 0 / 7%);
}
.blog-left-side > div:last-child {
    margin-bottom: 0;
}
.blog-left-side .content {
    padding: 0;
}
.blog-left-side .push-bottom-large {
    margin-bottom: 0;
}
.blog-left-side > div:last-child {
    margin-bottom: 0;
}
.blog-left-side > aside:last-child {
    margin-bottom: 0 !important;
}
.blog-left-side .nav .children li a:hover,
.blog-left-side .sub-menu li a:hover {
    background: 0 0;
}
.defaultsearch {
    position: relative;
}
.defaultsearch input {
    border: 0 none;
    height: 54px;
    position: relative;
    width: 100%;
}
.defaultsearch button {
    border: 0 none;
    font-size: 18px;
    padding: 13px 20px;
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: 0;
}
.defaultsearch input[type="text"] {
    padding-left: 15px;
}
.blog-left-side .widget h2 {
    line-height: 17px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    position: relative;
}
.blog-left-side .widget h2:after,
.blog-left-side .widget h2:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    margin-top: 17px;
}
.blog-left-side h2.widget-title:before {
    width: 26%;
}
.blog-left-side .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.blog-left-side .widget a {
    color: #454545;
}
.blog-left-side .widget ul li {
    margin: 0 0 5px;
    padding-left: 20px;
    position: relative;
}
.blog-left-side .widget ul li span {
    font-weight: 300;
}
.blog-left-side .widget ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}
.blog-left-side > .widget > ul > li {
    margin: 0 0 10px;
    padding-bottom: 10px;
}
.blog-left-side .widget ul li:before {
    content: "\eaa0";
    font-family: IcoFont !important;
    font-size: 18px;
    left: 0;
    position: absolute;
}
.blog-left-side .widget select {
    width: 100%;
    height: 50px;
}
.widget .screen-reader-text {
    display: none;
}
.textwidget select {
    width: 100%;
}
#wp-calendar {
    width: 100%;
}
.tagcloud a {
    display: inline-block;
    font-size: 14px !important;
    margin: 0 8px 10px 0;
    padding: 7px 15px;
    text-align: center;
    font-weight: 400;
    text-transform: capitalize;
}
#wp-calendar caption {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
}
#wp-calendar {
    font-size: 13px;
}
#wp-calendar {
    margin-bottom: 20px;
    overflow: auto;
    vertical-align: top;
    width: 100%;
    margin: 0;
}
table#wp-calendar td {
    padding: 5px 10px;
    text-align: center;
    vertical-align: top;
    font-size: 14px;
}
#wp-calendar td,
#wp-calendar th {
    padding: 8px;
}
table#wp-calendar th {
    font-size: 13px;
    font-weight: 700;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}
.witr_blog_both .calendar_wrap {
    overflow: scroll;
}
.textwidget img {
    margin-bottom: 15px;
}
.textwidget p {
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
}
.blockquote p {
    font-size: 16px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 18px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}
th {
    font-weight: 700;
    text-transform: uppercase;
}
td {
    padding: 6px 10px 6px 0;
}
caption,
td,
th {
    font-weight: 400;
    text-align: left;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    padding: 1em 1em;
}
blockquote {
    padding: 25px 32px 25px;
    margin: 0 0 30px;
    font-size: 17px;
    font-weight: 400;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 7%);
}
blockquote p {
    font-size: 20px;
    position: relative;
}
blockquote blockquote {
    margin-right: 0;
}
blockquote cite,
blockquote small {
    font-size: 20px;
    font-weight: 600;
}
blockquote code {
    font-weight: 400;
}
blockquote em,
blockquote i {
    font-style: normal;
}
small {
    font-size: smaller;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
dl {
    margin: 0 20px;
}
dt {
    font-weight: 700;
}
dd {
    margin: 0 0 20px;
}
address {
    font-style: italic;
    margin: 0 0 24px;
}
address,
cite,
dfn,
em,
i,
var {
    font-style: italic;
}
i {
    display: inline-block;
}
em {
    font-style: italic;
    font-weight: 700;
}
pre {
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-size: 18px;
}
.entry-content .wp-caption.alignleft,
.entry-content img.alignleft {
    margin-left: -60px;
}
figure.wp-caption.alignleft,
img.alignleft {
    margin: 5px 20px 5px 0;
}
img.size-full,
img.size-large,
img.wp-post-image {
    max-width: 100%;
}
.alignleft {
    float: left;
}
.comment-content img,
.entry-content img,
.entry-summary img,
.widget img,
.wp-caption {
    max-width: 100%;
}
.alignleft {
    display: inline;
    float: left;
}
.alignright {
    display: inline;
    float: right;
}
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.wp-caption.alignleft,
blockquote.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}
.wp-caption.alignright,
blockquote.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}
.wp-caption.aligncenter,
blockquote.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
    margin-bottom: 1.2em;
}
.wp-caption {
    margin-bottom: 1.6em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}
.wp-caption-text {
    font-size: 18px;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin-bottom: 0;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    display: block;
    font-size: 12px;
    font-size: 19.2px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
.wp-block-button__link {
    padding: 8px 24px 12px;
}
.wp-block-cover.has-background-dim.alignleft {
    margin-right: 15px;
}
.wp-block-button.alignright {
    margin-left: 10px;
}
.wp-block-button.alignleft {
    margin-right: 10px;
}
ul.wp-block-gallery.alignleft {
    margin-right: 15px;
}
.wp-block-button {
    margin-bottom: 15px;
}
.wp-block-group__inner-container {
    padding: 14px 15px 1px;
    margin-bottom: 10px;
}
.wp-block-media-text {
    margin-bottom: 15px;
}
ul.blocks-gallery-grid {
    padding: 0;
}
figcaption.blocks-gallery-caption {
    margin-bottom: 25px;
}
.wp-block-gallery.is-cropped.extraclass {
    margin-right: 30px;
}
.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
    height: 42px;
    margin-bottom: 30px;
}
.post-password-form input[type="submit"] {
    border: none;
    padding: 6px 25px;
    text-transform: lowercase;
}
.post-password-form input[type="password"] {
    height: 38px;
    padding-left: 5px;
}
.site-title {
    font-size: 30px;
    margin: 0;
}
.site-title a {
    font-weight: 600;
    text-transform: capitalize;
}
.site-description {
    margin: 0;
}
.logo_area.text-center {
    padding: 0 0 12px;
}
.pdlr0 {
    padding-right: 0;
    padding-left: 0;
}
.mobile-menu {
    display: none !important;
}
.mobile_logo_area {
    display: none !important;
}
.mean-container .mean-bar {
    padding: 0;
}
.mean-container .mean-nav {
    float: none;
}
.mean-container .mean-bar {
    float: none;
    overflow: hidden;
}
.mean-container .mean-nav ul li li a {
    opacity: 1;
}
.align_item_center,
.logo-left,
.logo-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.logo-left .logo {
    text-align: left;
}
.logo-right .logo {
    text-align: right;
}
.logo-right .bariplan_menu > ul {
    text-align: left;
}
.logo-right .bariplan_menu > ul > li:first-child a {
    padding-left: 0;
}
.logo-right .bariplan_menu > ul > li:last-child a {
    padding-right: auto;
}
.logo-top .logo {
    text-align: center;
}
.logo-top .bariplan_menu > ul {
    text-align: center;
}
.logo-top > .bariplan_menu > ul > li:last-child a {
    padding-right: auto;
}
.logo a {
    font-size: 23px;
    font-weight: 700;
    display: inline-block;
}
.bariplan-main-menu .logo a.main_sticky_main_l {
    display: block;
}
.bariplan-main-menu .logo a.main_sticky_l {
    display: none;
}
.hmenu_box_style.hbg2 .logo a.main_sticky_main_l {
    display: none;
}
.hmenu_box_style.hbg2 .logo a.main_sticky_l {
    display: block;
}
.bariplan-main-menu .prefix .logo a.main_sticky_main_l {
    display: none;
}
.bariplan-main-menu .prefix .logo a.main_sticky_l {
    display: block;
}
.mobile_menu_logo.text-center {
    padding: 20px 0;
}
.bariplan_menu ul {
    text-align: right;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
}
.bariplan_menu > ul > li {
    display: inline-block;
    position: relative;
}
.bariplan_menu > ul > li > a {
    display: block;
    margin: 38px 15px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    position: relative;
    font-size: 17px;
    font-weight: 700;
}
.bariplan_menu > ul > li.current > a:before,
.bariplan_menu > ul > li > a:before {
    bottom: -7px;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 15%;
    display: none;
	
}
.bariplan_menu ul li:last-child a {
    margin-right: 0;
}
.bariplan_menu > ul > li.current > a,
.bariplan_menu > ul > li.current > a:before,
.bariplan_menu > ul > li:hover > a,
.bariplan_menu > ul > li:hover > a:before {
    opacity: 1;
}
.bariplan_menu > ul > li.current > a,
.bariplan_menu > ul > li:hover > a,
.creative_header_menu > ul > li:hover > a {
    background: 0 0;
}
.bariplan_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 240px;
    text-align: left;
    margin: 0;
    padding: 15px 5px 14px;
    z-index: 9999;
    box-shadow: 0 0 30px rgb(0 0 0 / 9%);
    opacity: 0;
    visibility: hidden;
}
.bariplan_menu ul li:hover > .sub-menu {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 9;
}
.bariplan_menu ul .sub-menu li {
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.bariplan_menu ul .sub-menu li:before {
    opacity: 0;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    position: absolute;
    top: 50%;
    content: "//";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bariplan_menu ul .sub-menu li:hover:before {
    opacity: 1;
}
.bariplan_menu ul .sub-menu li:hover {
    margin-left: 15px;
}
.bariplan_menu ul .sub-menu li a {
    display: block;
    margin: 0;
    letter-spacing: normal;
    font-size: 17px;
    font-weight: 600;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 7px 17px;
    visibility: inherit !important;
}
.bariplan_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}
.bariplan_menu ul .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}
.bariplan_menu ul .sub-menu .sub-menu li {
    position: relative;
}
.bariplan_menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}
.bariplan_menu ul .sub-menu .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}
.bariplan_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}
.bariplan_menu ul .sub-menu .sub-menu .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}
.bariplan-main-menu .menu-item-has-children > a:after {
    margin-left: 5px;
    content: "\eac8";
    font-family: IcoFont !important;
    opacity: 1;
    font-size: 13px;
    font-weight: 600;
    width: 13px;
    height: 13px;
}
.trp_nav_area {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.transprent-menu.menu4 {
    position: relative;
}
.transprent-menu .bariplan_nav_area {
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: transparent;
    padding: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
}
.bariplan_nav_area.postfix {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.main_menu_div {
    position: relative;
}
.witr_shop_sc .bariplan_menu ul {
    text-align: left;
}
.search_popup_button,
.tx_mmenu_together {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.tx_mmenu_together .donate-btn-header {
    padding: 0;
}
.witr_shop_sc .donate-btn-header,
.witr_shop_sc .em_top_cart.hshop {
    padding: 0;
}
.witr_shop_sc .em-quearys-menu i {
    border-radius: 3px;
    margin-right: 20px;
    margin-top: 7px;
}
.witr_shop_sc a.cart-contents {
    border-radius: 3px;
    padding: 8px;
    margin-top: 3px;
    display: block;
}
.witr_shop_sc a.dtbtn {
    margin-left: 20px;
}
.witr_shop_sc .em-header-quearys {
    text-align: center;
}
.sb_popup .tx_mmenu_together {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.number_align {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main_menu_address_a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.main_menu_address_a:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 107px;
    left: 0;
}
.main_menu_header_icon {
    margin-left: 25px;
    margin-right: 10px;
}
.main_menu_header_icon i {
    font-size: 30px;
}
.main_menu_header_address_text h3,
.main_menu_header_address_text h4 a {
    margin: 0;
    font-weight: 600;
}
.main_menu_header_address_text h3 {
    font-size: 18px;
}
.main_menu_header_address_text h4 a {
    font-size: 18px;
}
.main_menu_header_address_text h4 {
    margin-bottom: 0;
}
.headroom--pinned {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.headroom--unpinned {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.header--fixed {
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    top: 0;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition:
        transform 0.25s ease-in-out,
        -webkit-transform 0.25s ease-in-out;
    will-change: transform;
}
.menu-height-space {
    height: 100px;
}
.hmenu_box_style {
    margin-top: 80px;
    border-radius: 5px;
}
.hmenu_box_style.hbg2 {
    margin-top: 0;
    padding: 0;
}
.hmenu_box_style .bariplan_menu > ul > li > a {
    margin: 32px 10px;
}
.logo-right .bariplan_menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.logo-top .bariplan_menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ossos .em-quearys-top.msin-menu-search {
    float: right;
}
.menu_popup_option {
    margin-left: 20px;
    margin-right: 5px;
}
.right_sideber_menu_inner {
    position: fixed;
    right: 0;
    width: 400px;
    top: 0;
    height: 100%;
    z-index: 999;
    overflow: auto;
    padding: 80px 40px 0;
    display: block;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    box-shadow: 0 0 30px rgb(0 0 0 / 7%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.tx-s-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.right_sideber_menu i {
    font-size: 22px;
    cursor: pointer;
}
.prefix .right_close_class .right_sideber_menu i,
.right_close_class .right_sideber_menu i {
    font-size: 22px;
    font-weight: 700;
}
.right_side_icon.right_close_class {
    position: absolute;
    right: 30px;
    top: 50px;
}
.right_sideber_content .blog-left-side > div {
    padding: 0;
    box-shadow: none;
}
.witr_search_wh .em-header-quearys .em-quearys-menu i {
    background: 0;
    height: auto !important;
    width: auto !important;
    line-height: inherit !important;
    font-size: 20px;
}
.witr_h_h12 .bariplan_menu,
.witr_h_h13 .bariplan_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: pace-between;
    -ms-flex-pack: pace-between;
    justify-content: space-between;
}
.witr_h_h13 .col-md-12 {
    padding-right: 0;
}
.witr_h_h10 .bariplan_menu,
.witr_h_h11 .bariplan_menu,
.witr_h_h14 .bariplan_menu,
.witr_h_h17 .bariplan_menu,
.witr_h_h2 .bariplan_menu,
.witr_h_h3 .bariplan_menu,
.witr_h_h4 .bariplan_menu,
.witr_h_h5 .bariplan_menu,
.witr_h_h6 .bariplan_menu,
.witr_h_h7 .bariplan_menu,
.witr_h_h8 .bariplan_menu,
.witr_h_h9 .bariplan_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tx_relative_m,
.tx_top2_relative {
    position: relative;
}
.tx_bs_together,
.tx_menu_together {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-social-icon.htop-menu-s {
    display: inline-block;
    margin-left: 15px;
}
.elementor-widget-witr_section_Shape.elementor-widget:not(:last-child) {
    margin-bottom: 0;
}
.mainmenu_width_tx.container {
    padding: 0;
}
.wrapper {
    position: relative;
}
.all_header_abs {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}
.ps_absulate {
    position: absolute !important;
    top: -154px;
    right: 0;
    left: 0;
    z-index: 999;
}
.psc_absolute {
    position: absolute !important;
    top: -340px;
    right: 0;
    left: 0;
    z-index: 999;
}
.donate-btn-header {
    display: inline-block;
}
a.dtbtn {
    border: none;
    display: block;
    font-size: 17px;
    margin-left: 30px;
    font-weight: 500;
    border-radius: 30px;
    padding: 13px 25px;
}
.logged-in .trp_nav_area {
    top: 32px;
}
.logged-in .transprent-menu .bariplan_nav_area.prefix {
    top: 32px;
}
.logged-in .trp_nav_area.hbg2 {
    top: 32px;
}
.elementor-editor-active.logged-in .trp_nav_area {
    top: 0;
}
.elementor-editor-active.logged-in .transprent-menu .bariplan_nav_area.prefix {
    top: 0;
}
.elementor-editor-active.logged-in .trp_nav_area.hbg2 {
    top: 0;
}
.bariplan_nav_area.postfix {
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
}
.em-top-quearys-area {
    position: relative;
}
.em-header-quearys {
    list-style: none;
}
.em-quearys-menu i {
    border-radius: 50px;
    display: inline-block;
    height: 26px;
    text-align: center;
    width: 26px;
    line-height: 26px;
    font-size: 17px;
}
.topsr .em-quearys-menu {
    text-align: center;
}
.em-quearys-form {
    width: 100%;
    max-width: 895px;
    margin: auto;
    padding: 30px 0;
}
.top-form-control {
    position: relative;
}
.top-form-control input {
    background: 0 0;
    font-size: 50px;
    font-weight: 500;
    height: 100px;
    padding: 0 40px 0 15px;
    width: 100%;
    border: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.top-form-control input::-webkit-input-placeholder {
    font-size: 50px;
}
.top-form-control input::-moz-placeholder {
    font-size: 14px;
}
.top-form-control input:-ms-input-placeholder {
    font-size: 14px;
}
.top-form-control button.top-quearys-style {
    position: absolute;
    right: 6px;
    top: 50%;
    background: 0 0;
    font-size: 45px;
    border: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.em-s-hidden {
    display: none !important;
}
.em-quearys-inner {
    visibility: hidden;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    z-index: 10000;
    -webkit-transition:
        all 0s 0s cubic-bezier(0.32, 0, 0, 1),
        background 0.3s 0s cubic-bezier(0.32, 0, 0, 1),
        -webkit-transform 0.3s 0.15s cubic-bezier(0.32, 0, 0, 1);
    transition:
        all 0s 0s cubic-bezier(0.32, 0, 0, 1),
        background 0.3s 0s cubic-bezier(0.32, 0, 0, 1),
        -webkit-transform 0.3s 0.15s cubic-bezier(0.32, 0, 0, 1);
    transition:
        all 0s 0s cubic-bezier(0.32, 0, 0, 1),
        transform 0.3s 0.15s cubic-bezier(0.32, 0, 0, 1),
        background 0.3s 0s cubic-bezier(0.32, 0, 0, 1);
    transition:
        all 0s 0s cubic-bezier(0.32, 0, 0, 1),
        transform 0.3s 0.15s cubic-bezier(0.32, 0, 0, 1),
        background 0.3s 0s cubic-bezier(0.32, 0, 0, 1),
        -webkit-transform 0.3s 0.15s cubic-bezier(0.32, 0, 0, 1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    visibility: hidden;
    opacity: 0;
    left: -150%;
    background: rgba(0, 0, 0, 0);
}
.em-s-open {
    visibility: visible;
    opacity: 1;
    left: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.bariplan_menu.main-search-menu > .em-header-quearys,
.em-quearys-top.msin-menu-search {
    display: inline-block;
}
.em-quearys-top.msin-menu-search .em-quearys-menu i {
    height: 36px;
    width: 36px;
    line-height: 36px;
    margin-left: 25px;
    cursor: pointer;
}
.bariplan_menu div.em-header-quearys {
    text-align: center;
}
.breadcumb-blog-area {
    padding: 60px 0 65px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.breadcumb-inner h2 {
    font-size: 36px;
}
.breadcumb-area {
    padding: 140px 0;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.breadcumb-area.breadcumb_st2 {
    padding: 20px 20px;
}
.breadcumb-area:before,
.breadcumb-blog-area:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
}
.breadcumb-inner ul {
    margin-bottom: 0;
    padding: 0;
}
.breadcumb-inner li {
    display: inline-block;
    margin: 0 2px;
}
.brpt.brptsize h2 {
    font-size: 30px;
}
.lcase {
    text-transform: lowercase;
}
.ucase {
    text-transform: uppercase;
}
.ccase {
    text-transform: capitalize;
}
.breadcumb_st2 .brpt {
    float: left;
}
.breadcumb_st2 .breadcumb-inner {
    float: right;
}
.alignlrt {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.bariplan-blog-area {
    padding: 90px 0 100px;
}
.bariplan-blog-area.bariplan-blog-archive,
.bariplan-blog-index.blog-area.bariplan-blog-area {
    padding: 100px 0 100px;
}
.bariplan-single-blog {
    box-shadow: 0 0 10px 0 rgba(148, 146, 245, 0.2);
    margin-bottom: 30px;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.em-blog-content-area {
    padding: 20px 15px 0;
    overflow: hidden;
}
.blog-content {
    word-break: break-all;
}
.blog-page-title a {
    word-break: break-all;
}
.bariplan-blog-thumb {
    overflow: hidden;
}
.bariplan-blog-thumb a {
    display: block;
    position: relative;
}
.bariplan-blog-thumb a:before {
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    z-index: 999;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.bariplan-blog-thumb img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: block;
}
.bariplan-single-blog:hover .bariplan-blog-thumb a:before {
    opacity: 1;
}
.bariplan-single-blog:hover .bariplan-blog-thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.bariplan-blog-meta-left {
    padding: 0 0 9px;
}
.bariplan-blog-meta-left a,
.bariplan-blog-meta-left span {
    font-size: 16px;
    margin-right: 5px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.bariplan-blog-meta-left i {
    font-size: 13px;
    margin-right: 5px;
}
.bariplan-blog-meta-right {
    float: right;
    padding: 0 0;
}
.bariplan-blog-meta-right a,
.bariplan-blog-meta-right span {
    font-size: 12px;
    margin-left: 5px;
}
.bariplan-blog-meta-right i {
    margin-right: 5px;
}
.readmore a {
    display: inline-block;
    padding: 7px 25px;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.bariplan-single-blog-details {
    margin-bottom: 40px;
}
.em-theme-main-page .bariplan-single-blog-details {
    padding: 30px 30px 10px;
}
.bariplan-single-blog-details-inner {
    padding: 38px 45px 15px;
    box-shadow: 0 3px 19px rgb(0 0 0 / 8%);
    border-radius: 0 0 10px 10px;
}
.bariplan-single-blog--thumb img {
    width: 100%;
}
.bariplan-single-blog-title h2 {
    padding: 0;
    margin-top: 0;
    margin-bottom: 8px;
}
.bariplan-single-blog-details .bariplan-blog-meta {
    padding: 0;
    margin: 0;
}
.bariplan-single-blog-details .bariplan-blog-meta-left,
.bariplan-single-blog-details .bariplan-blog-meta-right {
    padding: 0 0 10px 0;
}
.bariplan-blog-social {
    margin-bottom: 25px;
    margin-top: 25px;
}
.bariplan-single-icon-inner {
    text-align: center;
}
.bariplan-single-icon-inner a {
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 41px;
    margin: 0 9px 0 0;
    text-align: center;
    width: 40px;
    border-radius: 5px;
}
.single-blog-content ul {
    padding-bottom: 10px;
}
.single-blog-content {
    overflow: hidden;
}
.single-blog-content h2 {
    margin-bottom: 10px;
}
.paginations {
    text-align: center;
    margin-top: 20px;
}
.page-numbers span.current,
.paginations a {
    display: inline-block;
    font-weight: 500;
    margin: auto 5px;
}
.page-numbers li {
    display: inline-block;
}
.tutor-pagination,
.tutor-pagination-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-numbers,
.tutor-pagination-wrap a,
.tutor-pagination-wrap span.page-numbers.current,
a.page-numbers {
    border-radius: 5px;
    margin-right: 10px;
    padding: 15px 24px;
    font-size: 19px;
    line-height: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
ul.page-numbers a.page-numbers {
    box-shadow: 0 10px 40px 0 rgba(50, 65, 141, 0.12);
}
a.page-numbers {
    box-shadow: 0 10px 40px 0 rgba(50, 65, 141, 0.12);
}
.bariplan-blog-area .page-numbers,
.paginations .page-numbers,
.witr_shop_area .page-numbers {
    background: 0 0;
}
.post_comment {
    margin: 20px 0;
    padding: 0 15px;
}
.commment_title h3 {
    margin-bottom: 40px;
    position: relative;
}
.commment_title h3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -9px;
    width: 40px;
    height: 2px;
}
.post_replay_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
    word-break: break-all;
}
.mgl-30 {
    margin-left: 30px;
}
.post_reply_thumb img {
    border-radius: 50%;
}
.post_replay {
    margin-top: 25px;
}
.post_reply {
    padding-left: 15px;
    width: 100%;
}
.post_reply div.st {
    font-size: 18px;
    font-weight: 400;
}
.reply_date {
    overflow: hidden;
    margin-bottom: 5px;
}
.reply_date span.span_left {
    float: left;
    font-size: 13px;
}
.reply_date span.span_right {
    float: right;
    font-size: 12px;
    font-weight: 400;
}
.comments-area .children {
    margin-left: 30px;
}
.post_comment .post_comment {
    margin-left: 15px;
}
.comment-respond,
.comments {
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    padding: 38px 30px 45px !important;
}
.comments {
    padding: 38px 30px 25px;
}
.comment_field input.form-control {
    height: 42px;
}
.comment_field .textarea-field textarea {
    height: 150px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.comment_bariplan_btn {
    border: 0;
    display: inline-block;
    text-align: center;
    padding: 16px 30px;
    margin-top: 15px;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}
.em-theme-main-page .commment_title h3 {
    margin-top: 0;
}
.em-theme-main-page .empgc {
    margin-top: 40px;
}
.em-theme-main-page .empgc.commment_title h3 {
    margin-bottom: 35px;
}
.em-single-page-comment .commment_title.empgc > h3 {
    margin-bottom: 35px;
}
.logged-in-as {
    margin-bottom: 0;
    margin-top: 30px;
}
a.comment-edit-link {
    margin-bottom: 12px;
    display: inline-block;
}
.em-theme-main-page .comments-area {
    margin-top: 40px;
    clear: both;
}
.not-found-area {
    background-position: center top;
    background-repeat: repeat;
    background-size: cover;
    padding: 0 0 16px;
}
.not-found {
    display: table;
    width: 100%;
    height: 500px;
    text-align: center;
    padding-bottom: 40px;
}
.not-found-inner {
    display: table-cell;
    vertical-align: middle;
}
.not-found-inner {
    font-size: 30px;
}
.not-found-inner h2 {
    display: inline-block;
    font-size: 160px;
    font-weight: 700;
    line-height: 1.2;
    padding: 15px 0;
}
.not-found-inner p {
    font-size: 30px;
}
.not-found-inner a {
    font-size: 24px;
    margin-top: 40px;
    display: inline-block;
    text-decoration: underline;
}
.search-error .search input {
    padding: 20px 0;
}
.search-error .search input[type="text"] {
    padding-left: 10px;
}
.search-error .search button {
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search-error > p {
    font-size: 14px;
    margin: 14px 0 19px;
}
.search-error > h3 {
    display: block;
    font-size: 30px;
}
.search-error .search input {
    height: 54px;
}
.footer-middle .widget.widget_archive .widget-title {
    margin-bottom: 34px !important;
    margin-top: 28px !important;
}
.footer-middle .widget.widget_search .widget-title {
    margin-top: 25px !important;
}
.footer-middle .widget.widget_tag_cloud .widget-title {
    margin-bottom: 20px !important;
}
.footer-middle .widget.widget_nav_menu .widget-title {
    margin-bottom: 25px !important;
}
.footer-middle .widget.widget_text p img {
    margin-top: 10px !important;
    margin-bottom: 6px !important;
}
.blog-left-side .widget.widget_text p img {
    margin-top: 10px !important;
    margin-bottom: 6px !important;
}
.footer-middle .widget.widget_text p img {
    margin-top: 10px !important;
    margin-bottom: 6px !important;
}
.blog-left-side .widget h2 {
    margin-top: 0;
}
.footer-middle #archives-dropdown--1 {
    height: 34px;
    width: 100%;
}
.widget.widget_categories select {
    width: 100%;
    height: 34px;
}
.widget .screen-reader-text {
    display: none;
}
.textwidget select {
    width: 100%;
}
.footer-middle .widget ul li span {
    display: block;
}
.page-list-single {
    clear: both;
}
.top-address-area {
    padding: 90px 0 85px;
    text-align: center;
}
.top_address_logo {
    margin-bottom: 30px;
}
.address_content {
    padding-top: 38px;
}
.top_address_content a i,
.top_address_content span i {
    font-size: 14px;
    margin-right: 11px;
}
.footer-top-address h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 10px;
    font-weight: 700;
    font-size: 26px;
}
.footer-top-address h2 span {
    font-weight: 700;
}
.widget_media_image {
    margin-top: 30px;
    margin-bottom: 27px;
}
.footer-top {
    padding: 100px 0;
}
.footer-top-inner h2 {
    font-size: 35px;
    height: 60px;
    padding: 0 15px;
    text-transform: uppercase;
}
.footer-top-inner h2 span {
    font-weight: 600;
}
.footer-top-inner p {
    margin-bottom: 26px;
    margin-left: auto;
    margin-right: auto;
    width: 62%;
}
.footer-social-icon {
    padding: 10px 0 20px;
    text-align: center;
}
.footer-social-icon a i {
    border-radius: 50px;
    display: inline-block;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    margin: 0 7px;
    text-align: center;
    width: 45px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.footer-social-icon.htop-menu-s {
    padding: 0;
    display: inline-block;
    margin-left: 30px;
}
.footer-social-icon.htop-menu-s a i {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin: 0 3px;
    width: 35px;
}
.footer-top-inner .text-center {
    margin-bottom: 11px;
    text-align: center;
}
.witrfm_area {
    position: relative;
}
.witrfm_area:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}
.footer-middle {
    padding: 65px 0 73px;
}
.footer-middle.wpfd {
    padding: 0;
}
.wpfdp {
    padding-top: 65px;
    padding-bottom: 80px;
}
.footer-middle .widget h2 {
    margin-bottom: 28px;
    margin-top: 28px;
    position: relative;
}
.footer-middle #archives-dropdown--1 {
    height: 34px;
}
.footer-middle .widget ul {
    list-style: none;
}
.footer-middle .widget ul li {
    margin-bottom: 18px;
}
.footer-middle .widget ul li a,
.footer-middle .widget ul li:before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.recent-portfolio-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.recent-portfolio {
    margin-bottom: 10px;
    margin-right: 10px;
}
.recent-portfolio {
    width: 29.33%;
}
.recent-portfolio-image img {
    width: 100%;
}
.recent-post-item {
    clear: both;
}
.recent-post-image {
    float: left;
    margin-right: 15px;
}
.recent-post-image a {
    display: block;
    margin-top: 10px;
}
.recent-post-text {
    overflow: hidden;
}
.recent-post-text > h4 {
    margin-bottom: 0;
    line-height: 1;
}
.recent-post-text h4 a {
    font-size: 17px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 600;
}
.recent-post-text .rcomment {
    font-size: 14px;
    text-transform: none;
}
.recent-post-text .rcomment i {
    margin-right: 5px;
}
.footer-middle .recent-post-text h4 a {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: -10px;
    display: inline-block;
}
.footer-middle .recent-post-text > h4 {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1;
}
.footer-middle .recent-post-text .rcomment {
    font-size: 14px;
    font-weight: 400;
}
.footer-address {
    padding-top: 12px;
}
.footer_s_inner {
    margin-top: 0;
}
.footer-sociala-icon {
    clear: both;
    float: left;
    font-size: 18px;
    margin-right: 12px;
}
.single-widget-item {
    overflow: hidden;
}
.recent-post-item {
    clear: both;
    overflow: hidden;
}
.footer-middle .recent-post-item:last-child {
    border-bottom: 0;
}
.recent_post_open .recent-post-item {
    margin-bottom: 25px;
}
.recent-post-image {
    float: left;
}
.recent-post-image a {
    display: inline-block;
}
.recent-post-image a {
    margin-top: 0;
}
.recent-post-text {
    overflow: hidden;
}
.blog-left-side .recent-post-item {
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
}
.blog-left-side .recent-post-text {
    overflow: hidden;
    margin-top: -6px;
}
.footer-middle .recent-post-item + .recent-post-item {
    margin-top: 25px;
}
.recent-review-content h3,
.recent-review-content h3 a {
    font-size: 20px;
    font-weight: 500;
    clear: both;
    text-align: left;
}
span.em_footercrating {
    float: right;
}
.footer-widget.address p {
    margin-bottom: 6px;
}
.col-lg-d-none {
    display: none !important;
}
.footer-bottom {
    padding: 26px 0 24px;
    position: relative;
}
.footer-bottom:before {
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    width: 61%;
    left: 0;
    right: 0;
    margin: auto;
}
.copy-right-text {
    text-align: left;
}
.copy-right-text p {
    margin: 0;
    padding: 0;
}
.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-menu ul li {
    display: inline-block;
}
.footer-menu ul li a {
    padding: 0 10px;
    display: block;
}
.footer-menu ul li:last-child a {
    padding-right: 0;
}
.footer_style_3 .footer-menu ul li:first-child a {
    padding-left: 0;
}
.footer-menu ul ul {
    display: none;
}
.mc4wp-form-fields p {
    position: relative;
    line-height: 27px;
    margin-bottom: 22px;
}
.mc4wp-form-fields p label {
    font-size: 16px;
    font-weight: 700;
    margin: 15px 0;
}
.mc4wp-form-fields input {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    border-radius: 5px;
    border: none;
    outline: 0;
    padding: 15px 30px;
}
.mc4wp-form-fields button {
    width: 30%;
    border-radius: 0 5px 5px 0;
    border: none;
    outline: 0;
    position: absolute;
    right: -3px;
    top: 0;
    bottom: 0;
    font-size: 18px;
    text-align: center;
    z-index: 2;
    cursor: pointer;
    padding: 10px 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.footer-middle .mc4wp-form-fields p {
    position: relative;
    line-height: 27px;
    margin-bottom: 22px;
}
.footer-middle .mc4wp-form-fields p label {
    font-size: 16px;
    font-weight: 700;
    margin: 15px 0;
}
.footer-middle .mc4wp-form-fields input {
    height: 50px;
    position: relative;
    background: 0 0;
    width: 100%;
    line-height: 0;
    border-radius: 0;
    padding-left: 10px;
    text-align: left;
}
.footer-middle .mc4wp-form-fields button {
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    height: 50px;
    border-radius: 0;
    cursor: pointer;
    padding: 10px 10px;
    line-height: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.footer-middle .checkbox_witr input {
    width: 20px;
    float: left;
    margin-right: 15px;
    margin-top: -8px;
}
.footer-middle .mc4wp-form-fields p:nth-child(1) {
    margin-bottom: 22px;
}
.footer-middle .mc4wp-form-fields {
    margin-top: 20px;
}
.mc4wp-form-fields .witr_mail_From {
    text-align: left;
}
.mc4wp-form-fields .witr_mail_From input {
    margin-bottom: 20px;
}
.mc4wp-form-fields .witr_mail_From button {
    position: inherit;
    width: auto;
    border-radius: 5px;
    padding: 19px 30px;
}
.mc4wp-form-fields .witr_mail_From input::-webkit-input-placeholder {
    color: #fff !important;
}
.mc4wp-form-fields .witr_mail_From input::-moz-placeholder {
    color: #fff !important;
}
.mc4wp-form-fields .witr_mail_From input:-ms-input-placeholder {
    color: #fff !important;
}
.witr_joined .witr_field2 .witr_form_field2 input {
    height: 72px;
    border-radius: 0;
    border: 0;
}
@media (max-width: 479px) {
    body {
        overflow-x: hidden;
    }
    .top-right-menu ul.social-icons li {
        margin-left: 13px;
    }
    .mean-container .mean-bar:before {
        text-transform: uppercase;
        top: 19px;
    }
    .mean-container a.meanmenu-reveal {
        padding: 19px 20px 18px;
    }
    .active .witr_ac_style:before,
    .witr_ac_style:before {
        display: none;
    }
}
.wpcf7 label {
    width: 100%;
}
.wpcf7 input,
.wpcf7 textarea {
    width: 100%;
    padding-left: 30px;
}
.wpcf7 input {
    height: 50px;
}
.wpcf7 textarea {
    height: 150px;
    padding-top: 10px;
}
input.wpcf7-submit {
    width: auto;
    padding: 0 50px;
    cursor: pointer;
}
div.wpcf7-response-output {
    border: none !important;
}
.send_message .wpcf7-form p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.send_message input {
    border: 0;
    height: 72px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.send_message input.wpcf7-submit {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single_event_content {
    padding: 25px 30px 20px;
}
.event-description {
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    padding: 42px 20px 32px;
}
.event-dsc-title > h2 {
    font-size: 25px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
span.eleft {
    font-weight: 700;
    font-size: 18px;
}
.event-dsc-info li {
    list-style: outside none none;
    margin-bottom: 25px;
    font-size: 17px;
    display: inline;
    margin-right: 30px;
    line-height: 2.7;
}
.event-dsc-info li i {
    margin-right: 10px;
    display: inline-block;
}
.bariplan-description-area a img {
    margin: 26px 0;
}
.social-icons {
    text-align: left;
}
.bariplan-description-area .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.footer-logo img {
    margin-top: 30px;
    margin-bottom: 20px;
}
.footer-address {
    padding-top: 0;
}
.witr_sub_table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.margin_30px {
    margin-left: 30px;
}
.witr_shortcode_area {
    position: relative;
    z-index: 1;
}
.witr_shortcode_inner {
    padding: 73px 30px 63px;
    border-radius: 10px;
    margin-left: 0;
    margin-right: 0;
}
.shortcode_content h2 {
    font-size: 40px;
    font-weight: 700;
}
.witr_shortcode_form {
    margin-top: 15px;
}
.witr_amar_table table td,
.witr_amar_table table th {
    padding: 15px 30px;
}
.tutor-course-filter-wrapper {
    padding: 100px 0 80px;
    overflow: hidden;
}
.tutor-wrap {
    padding: 100px 0 80px;
}
.tutor-course-filter-wrapper .tutor-wrap {
    padding: 0;
}
.tutor-course-loop-header-meta {
    z-index: 3;
}
.tutor-cart-box-login-form {
    z-index: 999;
}
.tutor-course-loop {
    box-shadow: 0 10px 40px 0 rgb(50 65 141 / 12%);
    border-radius: 5px;
    border: none;
}
.etlms-course-list-classic .etlms-card,
.etlms-coursel-classic .etlms-card {
    border: none !important;
    box-shadow: 0 20px 40px 0 rgba(50, 65, 141, 0.12);
}
.etlms-course-list-classic .etlms-card:hover,
.etlms-coursel-classic .etlms-card:hover {
    box-shadow: 0 40px 50px 0 rgba(50, 65, 141, 0.08) !important;
}
.tutor-course-header a {
    overflow: hidden;
}
.tutor-course-header img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.tutor-course.tutor-course-loop:hover .tutor-course-header img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.tutor-course-loop-level {
    padding: 8px 10px;
    font-size: 16px;
}
.tutor-course-filter-form select {
    padding: 12px 10px;
    cursor: pointer;
    outline: 0;
}
.tutor-course-archive-results-wrap strong {
    padding: 5px 12px;
    height: 5px;
    width: 15px;
    border-radius: 5px;
}
.tutor-single-course-segment {
    box-shadow: 0 0 12px 0 #dddddd4f;
    padding: 20px 15px 20px;
}
.tutor-segment-title,
.tutor-single-course-segment .tutor-segment-title {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}
.tutor-course-filter-container .tutor-course-search-field,
.tutor-course-filter-container form > div > div {
    box-shadow: 0 0 23px rgb(0 0 0 / 10%);
    padding: 5px 15px 20px;
    margin-bottom: 30px;
}
.tutor-course-header-h1 {
    font-weight: 600;
}
.tutor-course-lesson h5 a {
    font-size: 17px;
}
#scrollUp {
    bottom: 30px;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    right: 100px;
    text-align: center;
    border-radius: 5px;
    width: 40px;
}
.mini_shop_content {
    position: relative;
    margin-left: 15px;
}
.mini_shop_content a {
    position: relative;
}
.mini_shop_content a i {
    font-size: 26px;
    box-shadow: 0 0 30px 0 #d6c3c3;
    padding: 8px;
    border-radius: 100%;
    color: #222429;
    background: #fff;
}
.mini_shop_content a span.count {
    position: absolute;
    right: -6px;
    top: -10px;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    line-height: 20px;
}
.twr_mini_cart {
    position: absolute;
    right: 0;
    top: 130%;
    width: 300px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.mini_shop_content:hover .twr_mini_cart {
    opacity: 1;
    top: 167%;
    visibility: visible;
}
.twr_mini_cart .widget_shopping_cart {
    background: #fff;
    width: 300px;
    padding: 14px 10px 10px;
    box-shadow: 0 0 18px 0 #0a0a0a0d;
}
.twr_mini_cart .widget_shopping_cart ul.cart_list li,
.twr_mini_cart .widget_shopping_cart ul.product_list_widget li {
    border-bottom: 1px solid #eee;
    padding: 15px 10px 14px 25px;
}
.twr_mini_cart p.woocommerce-mini-cart__buttons.buttons {
    margin: auto;
    text-align: center;
}
.twr_mini_cart .woocommerce ul.cart_list li img,
.twr_mini_cart .woocommerce ul.product_list_widget li img {
    float: left;
    margin-left: 0;
    margin-right: 12px;
    width: 48px;
}
.twr_mini_cart .woocommerce ul.cart_list li a,
.twr_mini_cart .woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #222429;
}
.twr_mini_cart span.quantity {
    font-size: 14px;
    font-weight: 600;
}
.twr_mini_cart .woocommerce.widget_shopping_cart .cart_list li a.remove,
.twr_mini_cart .woocommerce.widget_shopping_cart .product_list_widget li a.remove {
    position: absolute;
    top: 48%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.twr_mini_cart .woocommerce a.remove:hover {
    color: red !important;
    background: 0 0;
}
.twr_mini_cart p.woocommerce-mini-cart__total.total {
    text-align: center;
}
.twr_mini_cart .woocommerce.widget_shopping_cart .total {
    border-top: 0 double #ebe9eb;
    padding: 12px 0 0;
}
.twr_mini_cart span.woocommerce-Price-amount.amount {
    font-weight: 600;
    color: #0049ff;
}
.twr_mini_cart .woocommerce.widget_shopping_cart .buttons a {
    background: #fff;
    color: #222429;
    font-weight: 500;
    border: 1px solid #eaeaea;
}
.twr_mini_cart .woocommerce.widget_shopping_cart .buttons a.checkout {
    color: #fff;
    border-color: #0049ff;
}
.twr_mini_cart .woocommerce.widget_shopping_cart .buttons a:hover {
    color: #fff;
}
.twr_mini_cart p.woocommerce-mini-cart__empty-message {
    margin: 0;
    padding: 20px 23px 25px;
}
.slick-next,
.slick-prev {
    font-size: 0;
    position: absolute;
    display: block;
    padding: 0;
    cursor: pointer;
    color: #fff;
    outline: 0;
    z-index: 9;
    opacity: 0;
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    width: 55px;
    height: 55px;
    line-height: 55px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 0 solid #17161a;
}
.slick-slider:hover .slick-next,
.slick-slider:hover .slick-prev {
    opacity: 1;
}
.slick-prev {
    left: -15px;
}
.slick-next {
    right: -15px;
}
.witr_ds_content_area .slick-prev {
    left: 15px;
}
.witr_ds_content_area .slick-next {
    right: 15px;
}
.slick-next:before,
.slick-prev:before {
    color: #fff;
    font-size: 40px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    content: "\ea93";
    font-family: IcoFont !important;
    line-height: inherit;
    opacity: 1;
}
.slick-next:before {
    content: "\ea94";
    font-family: IcoFont !important;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    background: #222429;
    border-color: transparent;
    outline-color: transparent;
    outline: 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    color: #fff;
}
.blog_wrap .slick-next,
.blog_wrap .slick-prev {
    top: 35%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.blog_wrap .slick-prev,
.testomonial-slide .slick-prev {
    left: -65px;
}
.blog_wrap .slick-next,
.testomonial-slide .slick-next {
    right: -65px;
}
.witr_car_overlay .slick-slide {
    padding: 0 12px;
}
.carsur_dots .elementor-slick-slider ul.slick-dots {
    bottom: -70px;
}
.carsur_dots .elementor-slick-slider ul.slick-dots li {
    margin: 0 5px;
}
.carsur_dots .elementor-slick-slider ul.slick-dots li button:before {
    background-color: transparent;
    font-size: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 50%;
}
.carsur_dots .elementor-slick-slider ul.slick-dots li.slick-active button:before {
    background-color: #fff;
}
.carsur_dots .elementor-slick-slider ul.slick-dots li button:hover:before {
    background-color: #fff;
}
.slick-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -26px;
    display: inline-block;
    z-index: 11;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    font-size: 0;
    width: 18px;
    height: 18px;
    border: 0 solid #0049ff;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 50px;
    padding: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: 0;
}
.slick-slide:focus {
    border: none;
    outline: 0;
}
.slick-slide {
    border: none;
    outline: 0;
}
.twr_pretwr_loader_pre {
    width: 100%;
    z-index: 9000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.twr_pretwr_loader_pre .twr_animation {
    position: absolute;
    z-index: 9999;
}
.twr_pretwr_loader_pre .twr_animation .twr_circle_pre {
    height: 8em;
    margin: 0 auto 3em auto;
    width: 8em;
    -webkit-animation: twr_circle_pre 1s infinite linear;
    animation: twr_circle_pre 1s infinite linear;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #0049ff;
    border-bottom-color: #0049ff;
}
.twr_pretwr_loader_pre .twr_animation .twr_text_pre {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    font-weight: 700;
    font-size: 5em;
}
.twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre {
    position: relative;
    color: rgba(0, 0, 0, 0.2);
}
.twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:before {
    content: attr(data-text-pretwr_loader_pre);
    color: #0049ff;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-animation: twr_textletter_pre 4s infinite;
    animation: twr_textletter_pre 4s infinite;
}
.twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:nth-child(2):before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:nth-child(3):before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:nth-child(4):before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:nth-child(5):before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}
.twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:nth-child(9):before {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}
.twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:nth-child(10):before {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}
.twr_pretwr_loader_pre .twr_loader_pre {
    position: fixed;
    top: 0;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none;
    left: 0;
    width: 100%;
}
.twr_loader_pre .row {
    height: 100%;
}
.twr_loader_pre .trw_prebg {
    padding: 0;
}
.twr_loader_pre .trw_prebg .twr_bgoverlay {
    width: 100%;
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    background-color: #fff;
    height: 100%;
    left: 0;
}
.twr_loader_pre .twr_animation {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    opacity: 0;
}
.twr_loader_pre .trw_prebg .twr_bgoverlay {
    -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
    transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
    width: 0;
}
#pretwr_loader_pre {
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
}
.loding_logo {
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .twr_pretwr_loader_pre .twr_animation .twr_circle_pre {
        height: 8em;
        width: 8em;
    }
    .twr_pretwr_loader_pre .twr_animation .twr_text_pre {
        font:
            bold 3.5em Poppins,
            sans-serif;
    }
}
@media screen and (max-width: 500px) {
    .twr_pretwr_loader_pre .twr_animation .twr_circle_pre {
        height: 7em;
        width: 7em;
    }
    .twr_pretwr_loader_pre .twr_animation .twr_text_pre {
        font:
            bold 1.5em Poppins,
            sans-serif;
    }
}
@-webkit-keyframes twr_circle_pre {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
@keyframes twr_circle_pre {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
@-webkit-keyframes twr_textletter_pre {
    0%,
    100%,
    75% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
}
@keyframes twr_textletter_pre {
    0%,
    100%,
    75% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.em_slider_social {
    position: fixed;
    right: 30px;
    text-align: center;
    top: 60%;
    z-index: 999999;
}
.em_slider_social li {
    display: block;
    list-style: outside none none;
    text-decoration: none;
}
.em_slider_social a {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 35px;
    line-height: 33px;
    margin-bottom: 10px;
    text-align: center;
    width: 35px;
}
.team_single_pic {
    overflow: hidden;
}
.team_single_pic img {
    width: 100%;
}
.witr_single_team_s {
    text-align: center;
    padding: 15px 0;
}
.witr_single_team_s a {
    text-align: center;
    font-size: 20px;
    margin: 0 7px;
}
.team_single_content h3 {
    font-size: 40px;
    margin-bottom: 20px;
}
.team_single_title {
    margin-bottom: 15px;
}
.team_single_title h2 {
    margin: 0;
    font-size: 27px;
}
.team_single_title h1 {
    font-size: 17px;
}
.single_team_list ul li a i,
.single_team_list ul li i {
    font-size: 19px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.team_single_btn {
    margin-top: 30px;
}
.team_single_btn a {
    border-radius: 5px;
    display: inline-block;
    font-size: 20px;
    padding: 12px 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: 700;
}
.portfolio-details-box h2 {
    font-size: 25px;
}
.portfolio-details-box ul li {
    padding-top: 15px;
    padding-bottom: 10px;
    list-style: none;
}
.portfolio-details-box ul li b {
    font-size: 18px;
    font-weight: 600;
}
.portfolio-details-box ul li span.eright {
    font-weight: 400;
    font-size: 16px;
    margin-left: 5px;
}
.prots-contentg ul {
    display: inline-block;
    margin-bottom: 20px;
}
.prots-contentg ul li {
    list-style: none;
}
.portfolio-details-box .prots-contentg ul {
    margin-left: 0;
}
.pr-title h2 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.bariplan-event-singlea {
    padding-bottom: 20px;
}
h2.related-projects-title.text-left {
    padding-bottom: 30px;
}
.bariplan-single-icon {
    text-align: left;
}
.bariplan-single-icon a {
    border: 1px solid #e6e6e6;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 41px;
    margin: 0 9px 0 0;
    text-align: center;
    width: 40px;
    border-radius: 5px;
}
.right_popupmenu_area .bariplan-description-area .phone a,
.right_popupmenu_area .bariplan-description-area p,
.right_popupmenu_area .footer-widget.address,
.right_popupmenu_area .footer-widget.address p {
    color: #17161a !important;
}
.main_menu_pop_area .blog-left-side .widget ul li:before {
    display: none;
}
.main_menu_pop_area .blog-left-side .widget ul li {
    padding-left: 0;
}
.main_menu_pop_area .blog-left-side .widget a {
    font-size: 21px;
}
.main_menu_pop_area .right_sideber_menu_inner {
    width: 300px;
}
.main_menu_pop_area a.main_sticky_l {
    display: none;
}
.right_side_menu_icon {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9;
}
.right_side_menu_icon .right_sideber_menu i {
    color: #fff;
    background: #fb3b00;
    padding: 25px;
}
body {
    color: #00155a;
}
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
    color: #00155a;
}
a {
    color: #ff9800;
}
a:hover {
    color: #000000;
}
::-moz-selection {
    color: #888;
}
::-moz-selection {
    color: #888;
}
::selection {
    color: #888;
}
::-moz-placeholder {
    color: #888;
}
::-webkit-input-placeholder {
    color: #888;
}
:-ms-input-placeholder {
    color: #888;
}
::placeholder {
    color: #888;
}
.blog-left-side .nav .children li a:hover,
.blog-left-side .sub-menu li a:hover {
    color: #18c8ff;
}
.defaultsearch button {
    color: #fff;
}
.blog-left-side .widget ul li a:hover,
.blog-left-side .widget ul li:hover::before {
    color: #000000;
}
.r-post-content h3 a:hover,
.r-post-content h3:hover,
.tagcloud a:hover,
.widget_archive ul li a:hover,
.widget_archive ul li:hover:before,
.widget_categories ul li a:hover,
.widget_categories ul li:hover:before {
    color: #000000;
}
.tagcloud a:hover,
table#wp-calendar td#today,
table#wp-calendar td#today a {
    color: #fff;
}
blockquote code {
    color: #555;
}
.gallery-caption {
    color: #707070;
}
.wp-block-cover p:not(.has-text-color) {
    color: #fff;
}
.wp-block-button a:not([href]):not([tabindex]) {
    color: #fff;
}
.wp-block-button.is-style-outline a:not([href]):not([tabindex]) {
    color: #333;
}
.post-password-form input[type="submit"] {
    color: #fff;
}
.site-description,
.site-title,
.site-title a,
.site-title a:hover {
    color: #5b5d62;
}
.mean-container .mean-nav ul li li a {
    color: #17161a;
}
.bariplan_menu > ul > li > a {
    color: #272727;
}
.creative_header_menu > ul > li:hover > a,
.bariplan_menu > ul > li.current > a,
.bariplan_menu > ul > li:hover > a {
    color: #000000;
}
.bariplan_menu ul .sub-menu li a,
.bariplan_menu ul .sub-menu li:before {
    color: #272727;
}
.bariplan_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a,
.bariplan_menu ul .sub-menu .sub-menu .sub-menu li:hover > a,
.bariplan_menu ul .sub-menu .sub-menu li:hover > a,
.bariplan_menu ul .sub-menu li:hover:before,
.bariplan_menu ul .sub-menu li:hover > a {
    color: #000000;
}
.bariplan_nav_area.prefix .bariplan_menu > ul > li > a {
    color: #fff;
}
.bariplan_nav_area.prefix .bariplan_menu > ul > li.current > a {
    color: #000000;
}
.heading_style_2 .bariplan_menu > ul > li > a {
    color: #fff;
}
.heading_style_3 .bariplan_menu > ul > li > a {
    color: #fff;
}
.heading_style_4 .bariplan_menu > ul > li > a {
    color: #fff;
}
.heading_style_5 .bariplan_menu > ul > li > a {
    color: #fff;
}
.witr_shop_sc a.cart-contents {
    color: #fff;
}
.main_menu_header_icon i {
    color: #e0a067;
}
.main_menu_header_address_text h3 {
    color: #e0a067;
}
.prefix .main_menu_header_address_text h3,
.prefix .main_menu_header_address_text h4 a,
.prefix .main_menu_header_icon i {
    color: #fff;
}
.hmenu_box_style.hbg2 .bariplan_menu > ul > li > a {
    color: #fff;
}
.right_sideber_menu i {
    color: #272727;
}
.bariplan_nav_area.prefix .right_sideber_menu i,
.witr_search_wh .prefix .em-header-quearys .em-quearys-menu i {
    color: #fff;
}
.prefix .right_close_class .right_sideber_menu i,
.right_close_class .right_sideber_menu i {
    color: #000000;
}
.right_sideber_menu_inner .bariplan-description-area .social-icons a:hover {
    color: #fff;
}
.right_sideber_menu_inner .bariplan-description-area .phone a {
    color: #333;
}
.witr_search_wh .em-header-quearys .em-quearys-menu i {
    color: #272727;
}
.btn,
a.dtbtn {
    color: #fff;
}
.btn.btn-bordered {
    color: #000000;
}
.btn.btn-bordered:hover {
    color: #fff;
}
.em-quearys-menu i,
.top-form-control input {
    color: #fff;
}
.top-form-control input::-webkit-input-placeholder {
    color: #fff;
}
.top-form-control input::-moz-placeholder {
    color: #888;
}
.top-form-control input:-ms-input-placeholder {
    color: #888;
}
.top-form-control button.top-quearys-style {
    color: #fff;
}
.single_team_list ul li a i,
.single_team_list ul li i,
.team_single_btn a {
    color: #fff;
}
.breadcumb-inner li,
.breadcumb-inner li a,
.breadcumb-inner ul,
.breadcumb-inner ul span a,
.witr_breadcumb_shop ul li span a {
    color: #00155a;
}
.breadcumb-inner li a:hover {
    color: #000000;
}
.bariplan-blog-meta-left a,
.bariplan-blog-meta-left span {
    color: #888;
}
.bariplan-blog-meta-left i {
    color: #000000;
}
.bariplan-blog-meta-right a,
.bariplan-blog-meta-right span {
    color: #00155a;
}
.readmore a:hover {
    color: #fff;
}
.bariplan-single-icon-inner a {
    color: #17161a;
}
.bariplan-single-icon a {
    color: #000000;
}
.bariplan-single-icon a:hover,
.bariplan-single-icon-inner a:hover {
    color: #fff;
}
.page-numbers span.current,
.paginations a {
    color: #888;
}
.page-numbers span.current,
.paginations a.current,
.paginations a:hover {
    color: #fff;
}
.tutor-pagination-wrap a:hover,
.tutor-pagination-wrap span.page-numbers.current {
    color: #fff;
}
.reply_date span.span_right {
    color: #000000;
}
.comment_bariplan_btn {
    color: #fff;
}
.not-found-inner h2 {
    color: #000000;
}
.not-found-inner a {
    color: #606b82;
}
table#wp-calendar td#today a {
    color: #fff;
}
.top_address_content a,
.top_address_content span {
    color: #fff;
}
.footer-top-address h2 {
    color: #fff;
}
.footer-top-address h2 span {
    color: #000000;
}
.footer-top-inner h2 {
    color: #fff;
}
.footer-top-inner h2 span {
    color: #000000;
}
.footer-top-inner p {
    color: #fff;
}
.footer-social-icon a i {
    color: #fff;
}
.footer-social-icon a i:hover {
    color: #fff;
}
.footer-middle .widget ul li a:hover,
.footer-middle .widget ul li:hover:before {
    color: #000000;
}
.recent-post-text h4 a {
    color: #17161a;
}
.recent-post-text h4 a:hover {
    color: #000000;
}
.footer-middle .recent-post-text > h4 a:hover {
    color: #000000;
}
.footer-widget.address,
.footer-widget.address p {
    color: #17161a;
}
.footer-middle .widget ul li a {
    color: #00235a;
}
.copy-right-text a {
    color: #000000;
}
.copy-right-text a:hover,
.footer-menu ul li a:hover {
    color: #000000;
}
#scrollUp i {
    color: #fff;
}
.mini_shop_content a i {
    color: #00235a;
    background: #fff;
}
.mini_shop_content a span.count {
    background: #000000;
    color: #fff;
}
.twr_mini_cart .widget_shopping_cart {
    background: #fff;
}
.top-address p a,
.top-address p span,
.top-right-menu ul.social-icons li a,
.top-welcome p,
.top-welcome p a,
.top-welcome p span,
.top-welcomet p a,
.top-welcomet p span {
    color: #fff;
}
.top-address p a i,
.top-address p span i,
.top-welcome p span i,
.top-welcomet p span i {
    color: #fff;
}
.top-welcome p a:hover {
    color: #17161a;
}
.top-right-menu .social-icons li a i:hover,
.top-right-menu .social-icons li a:hover {
    color: #17161a;
}
.creative_header_icon i {
    color: #000000;
}
.creative_header_address_text > p > a {
    color: #999;
}
.creative_header_button .dtbtn {
    color: #fff;
}
.tx_menuc_btn .tx_mc_btn {
    color: #fff;
}
.tx_menuc_btn .tx_mc_btn:hover {
    color: #fff;
}
.top_crmenu_i_list li a i {
    color: #000000;
}
.top_crmenu_i_list li a i:hover {
    color: #fff;
}
.top_crmenu_l li a {
    color: #fff;
}
.top_crmenu_l li li a {
    color: #fff;
}
.top_crmenu_l li li a:hover {
    color: #006ff9;
}
.top_crt_style i {
    color: #fff;
}
.top_crt_style h3 {
    color: #fff;
}
.top_crt_style .site-title a,
.top_crt_style p,
.top_crt_style p a {
    color: #fff;
}
.top-welcomet p {
    color: #fff;
}
.top-address.cr_top_addess p a,
.top-address.cr_top_addess p span {
    color: #fff;
}
.top-address.cr_top_addess p a i,
.top-address.cr_top_addess p span i {
    color: #fff;
}
.post_reply h1,
.post_reply h2,
.post_reply h3,
.post_reply h4,
.post_reply h5,
.post_reply h6 {
    color: #303030;
}
.blog-content h2 a:hover {
    color: #000000;
}
.bariplan-blog-meta-left a,
.bariplan-blog-meta-left span {
    color: #888;
}
.bariplan-blog-meta-left a:hover,
.bariplan-blog-meta-left span:hover {
    color: #000000;
}
.bariplan-blog-meta-left i {
    color: #000000;
}
.bariplan-blog-meta-right a,
.bariplan-blog-meta-right span {
    color: #00155a;
}
.readmore a {
    color: #444;
}
.readmore a:hover {
    color: #fff;
}
.bariplan-single-icon-inner a {
    color: #17161a;
}
.bariplan-single-icon-inner a:hover {
    color: #fff;
}
.reply_date span.span_right {
    color: #000000;
}
.comment_field .input-field label,
.comment_field .textarea-field label {
    color: #606060;
}
.comment_field .input-field input,
.comment_field .textarea-field textarea {
    color: #555;
}
.bariplan_btn {
    color: #fff;
}
.blog-page-title h2 a:hover {
    color: #000000;
}
.mc4wp-form-fields input {
    color: #b0afaf;
}
.mc4wp-form-fields button {
    color: #fff;
}
.mc4wp-alert.mc4wp-error a,
.mc4wp-alert.mc4wp-error p {
    color: #fff;
}
.mc4wp-form-fields input::-moz-placeholder {
    color: #888;
}
.mc4wp-form-fields input::-webkit-input-placeholder {
    color: #888;
}
.footer-middle .mc4wp-form-fields input::-moz-placeholder {
    color: #888;
}
.footer-middle .mc4wp-form-fields input::-webkit-input-placeholder {
    color: #888;
}
.footer-middle .mc4wp-form-fields button {
    color: #fff;
}
.footer-middle .mc4wp-form-fields button:hover {
    color: #000000;
}
.footer-middle .checkbox_witr span {
    color: #fff;
}
.witr_joined .witr_con_btn2 .w_btn2 {
    color: #fff;
}
span.eleft {
    color: #00235a;
}
.bariplan-description-area .social-icons a {
    color: #fff;
}
.witr_sub_table span {
    color: #fff;
}
.right_popupmenu_area .witr_sub_table span {
    color: #272727;
}
.right_popupmenu_area .footer-widget.address,
.right_popupmenu_area .footer-widget.address p,
.right_popupmenu_area .ittech-description-area .phone a,
.right_popupmenu_area .ittech-description-area p {
    color: #17161a !important;
}
.shortcode_content h2 {
    color: #fff;
}
.shortcode_content p {
    color: #fff;
}
.shortcode_content p a:hover {
    color: #18406b;
}
.tutor-star-rating-group {
    color: #000000;
}
.tutor-course-loop-meta > div i {
    color: #000000;
}
.tutor-loop-author > div span {
    color: #272727;
}
.tutor-course-filter-form select {
    color: #656565;
}
.tutor-course-archive-results-wrap strong {
    color: #fff;
}
.tutor-segment-title,
.tutor-single-course-segment .tutor-segment-title {
    color: #272727;
}
.tutor-course-header-h1 {
    color: #272727;
}
.tutor-course-filter-wrapper > div:first-child label:hover,
.tutor-wrap nav.course-enrolled-nav ul li.active a {
    color: #000000;
}
.tutor-course-lesson h5 a,
.tutor-course-loop-price > .price .tutor-loop-cart-btn-wrap a,
.tutor-course-loop-title h2 a,
.tutor-single-course-meta ul li span,
.tutor-single-course-meta ul li.tutor-social-share button,
.tutor-single-course-meta.tutor-lead-meta ul li span,
.tutor-wrap nav.course-enrolled-nav ul li a {
    color: #272727;
}
.witr_single_team_s a {
    color: #fff;
}
.witr_single_team_s a:hover {
    color: #272727;
}
.team_single_title h1 {
    color: #000000;
}
.single_team_list ul li a i,
.single_team_list ul li i,
.witr_single_team_s {
    background: #000000;
}
.single_team_list ul li {
    list-style: none;
}
.single_team_list ul li a i:hover,
.single_team_list ul li i:hover {
    background: #272727;
}
.team_single_btn a {
    background: #000000;
}
.team_single_btn a:hover {
    background: #00235a;
}
.box.wrapper {
    background: #fff;
}
::-moz-selection {
    background: #4fc1f0;
}
::-moz-selection {
    background: #4fc1f0;
}
::selection {
    background: #4fc1f0;
}
.blog-left-side > div {
    background: #fff;
}
.defaultsearch {
    background: #f7f7f7;
}
.defaultsearch input {
    background: #f7f7f7;
}
.defaultsearch button {
    background: #000000;
}
.defaultsearch button:hover {
    background: #00235a;
}
.blog-left-side .widget select {
    background: #fff;
}
/*  COLOR PRINCIPAL    */ 
.tagcloud a:hover {
    background: #000000;
}
table#wp-calendar td#today {
    background: #000000;
}
pre {
    background: #f5f5f5;
}
.wp-block-button__link {
    background: #000000;
}
.post-password-form input[type="submit"] {
    background: #000000;
}
.mean-container .mean-nav {
    background: #000000;
}
.mean-container .mean-bar {
    background: #000000;
}
.bariplan_nav_area {
    background: #fff;
}
.bariplan_menu > ul > li.current > a:before,
.bariplan_menu > ul > li > a:before {
    background: #ffb600;
}
.bariplan_menu ul .sub-menu {
    background: #fff;
}
.hbg2 {
    background: rgba(0, 0, 0, 0.7);
}
.witr_shop_sc a.cart-contents {
    background: #ff4a17;
}
.main_menu_address_a::before {
    background: #fbfbfb40;
}
.hmenu_box_style {
    background: #fff;
}
.right_sideber_menu_inner {
    background: #fff;
}
a.dtbtn {
    background: #000000;
}
a.dtbtn:hover {
    color: #fff;
}
.em-quearys-menu i {
    background: #000000;
}
.em-s-open {
    background: #000000e6 !important;
}
.btn {
    background: #000000;
}
.btn.btn-bordered:hover {
    background: #000000;
}
.btn:active {
    background: #ac2925;
}
.breadcumb-blog-area {
    background: #f7f7f7;
}
.breadcumb-area {
    background: #f7f7f7;
}
.bariplan-single-blog {
    background: #fff;
}
.bariplan-blog-thumb a:before {
    background: rgba(0, 0, 0, 0.7);
}
.readmore a:hover {
    background: #000000;
}
.bariplan-single-blog-details {
    background: #fff;
}
.bariplan-single-icon a:hover,
.bariplan-single-icon-inner a:hover {
    background: #000000;
}
.page-numbers span.current,
.paginations a.current,
.paginations a:hover {
    background: #000000;
}
.page-numbers,
.tutor-pagination-wrap a,
.tutor-pagination-wrap span.page-numbers.current,
a.page-numbers {
    background: #fff;
}
.tutor-pagination-wrap a:hover,
.tutor-pagination-wrap span.page-numbers.current {
    background: #000000;
}
.commment_title h3:before {
    background: #000000;
}
.comment-respond,
.comments {
    background: #fff;
}
.comment_bariplan_btn {
    background: #000000;
}
.comment_bariplan_btn:hover {
    background: #00235a;
}
.not-found-area {
    background: #fff;
}
.bariplan-search-page {
    background: #fff;
}
.top-address-area {
    background: #111;
}
.footer-top {
    background: #1b1919;
}
.footer-social-icon a i {
    background: #000000;
}
.footer-social-icon a i:hover {
    background: #00235a;
}
.witrfm_area {
    background: #fdfdfd;
}
.footer-bottom:before {
    background: #ffffff61;
}
.mc4wp-form-fields input {
    background: #fff;
}
.mc4wp-form-fields button {
    background: #00235a;
}
.mc4wp-form-fields button:hover {
    background: #18406b;
}
.footer-middle .mc4wp-form-fields button {
    background: #000000;
}
.footer-middle .mc4wp-form-fields button:hover {
    background: #fff;
}
.witr_joined .witr_field2 .witr_form_field2 input {
    background: #fff;
}
.event-description {
    background: #fff;
}
.bariplan-description-area .social-icons a {
    background: #597094;
}
.bariplan-description-area .social-icons a:hover {
    background: #000000;
}
.witr_shortcode_inner {
    background: #000000;
}
.witr_amar_table table th {
    background: #00000030;
}
.tutor-course-loop-level {
    background: #000000;
}
.txw span.tutor-text-avatar {
    background: #000000;
}
.tutor-course-archive-results-wrap strong {
    background: #000000;
}
.bariplan_button a:hover,
.witr_btn:hover,
a.dtbtn:hover {
    background: #00235a;
}
#scrollUp {
    background: #000000;
}
.bariplan-header-top {
    background: #000000;
}
.top-right-menu ul .sub-menu {
    background: #000000;
}
.em_creative_header {
    background: #f9f9f9;
}
.creative_header_button .dtbtn,
.creative_header_button:before,
.creative_header_button > a:hover,
.em_creative_header:after,
.em_creative_header:before {
    background: #000000;
}
.tx_menuc_btn .tx_mc_btn {
    background: #006ff9;
}
.tx_menuc_btn .tx_mc_btn:hover {
    background: #131414;
}
.top_crmenu_i_list li a i {
    background: #ffffff5e;
}
.top_crmenu_i_list li a i:hover {
    background: #006ff9;
}
.top_crmenu_l ul,
.top_crt_style {
    background: #000000;
}
.em_slider_social a {
    background: #000000;
    border: 1px solid #000000;
}
.em_slider_social a:hover {
    background: #000000;
    border-color: #000000;
    color: #fff;
}
.footer-menu ul li a {
    color: #00155a;
}
.tbd_product .thb_product_car a {
    color: #17161a;
}
.thb_product_car a.added_to_cart:hover:before {
    color: #fff;
}
.woocommerce span.tbd_sale_inner {
    color: #fff;
}
.woocommerce span.onsale.onsingle_sale.tbd_sale_inner {
    color: #fff;
}
.tbd_product_title span a {
    color: #655d5d;
}
.tbd_item_info a:hover,
.tbd_product_title h2 a:hover {
    color: #000000;
}
.woocommerce .products .star-rating,
.woocommerce .star-rating {
    color: #ffc107;
}
.woocommerce p.stars a {
    color: #ffc107;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-info::before {
    color: #000000;
}
ul.tx_product_tab.nav li a {
    color: #333;
}
ul.tx_product_tab.nav li a.active {
    color: #fff;
}
.woocommerce div.product form.cart .button {
    color: #fff;
}
.woocommerce div.product .stock {
    color: #000000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff;
}
.woocommerce table.witr_product_cart tbody tr td a {
    color: #555;
}
.woocommerce table.witr_product_cart tbody tr td a.witr_cart_delete {
    color: #000000;
}
.woocommerce .witr_cart_to_cross a.checkout-button.alt,
.woocommerce .witr_checkout_form button.button.alt,
.woocommerce .witr_product_cart button,
.woocommerce .witr_product_cart button.button:disabled,
.woocommerce .witr_product_cart button.button:disabled[disabled],
.woocommerce a.button,
.woocommerce a.button.wc-backward,
.woocommerce button.button,
.woocommerce input.button {
    color: #fff;
}
.woocommerce .witr_cart_to_cross a.checkout-button.alt:hover,
.woocommerce .witr_checkout_form button.button.alt:hover .woocommerce a.button:hover,
.woocommerce .witr_product_cart button:hover,
.woocommerce a.button.wc-backward:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    color: #fff;
}
.woocommerce-message::before {
    color: #000000;
}
.witr_cart_to_cross .cart_totals > h2 {
    color: #fff;
}
.witr_checkout_form .witr_ck_blling h3,
.witr_checkout_form h3#order_review_heading,
h2.woocommerce-order-details__title {
    color: #fff;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    color: #43454b;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff;
}
.woocommerce-MyAccount-content a {
    color: #000000;
}
.woocommerce-column__title {
    color: #fff;
}
.widget_product_search button {
    color: #fff;
}
.witr_cat_content a {
    color: #000000;
}
.tbd_product .thb_product_car a {
    background: #000000;
}
.thb_product_car a.added_to_cart:hover:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product form.cart .button,
.woocommerce span.onsale.onsingle_sale.tbd_sale_inner,
.woocommerce span.tbd_sale_inner {
    background: #000000;
}
h2.woocommerce-loop-category__title {
    background: #fafcfe;
}
mark.count {
    background: #fafcfe;
}
.woocommerce .witr_product_cart button.button.alt,
.woocommerce .witr_product_cart input.button.alt {
    background: #72a40d;
}
.woocommerce .witr_product_cart button.button.alt:hover,
.woocommerce .witr_product_cart input.button.alt:hover {
    background: #034997;
}
.woocommerce .witr_cart_to_cross a.checkout-button.alt,
.woocommerce .witr_checkout_form button.button.alt,
.woocommerce .witr_product_cart button,
.woocommerce .witr_product_cart button.button:disabled,
.woocommerce .witr_product_cart button.button:disabled[disabled],
.woocommerce a.button,
.woocommerce a.button.wc-backward,
.woocommerce button.button,
.woocommerce input.button {
    background: #000000;
}
.woocommerce .witr_cart_to_cross a.checkout-button.alt:hover,
.woocommerce .witr_checkout_form button.button.alt:hover .woocommerce a.button:hover,
.woocommerce .witr_product_cart button:hover,
.woocommerce a.button.wc-backward:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: #000;
}
.woocommerce-account a.woocommerce-Button.button {
    padding: 14px 25px 18px;
}
.woocommerce .witr_product_cart .coupon button.button {
    padding: 9px 20px 12px;
}
.tbd_product .thb_product_car a {
    background: #fff;
    color: #0e0d0d;
}
.tbd_product .thb_product_car a:hover {
    background-color: #000000;
    color: #fff;
}
.witr_cart_to_cross .cart_totals > h2 {
    background: #000000;
}
.tbd_product_title h2:hover,
.tbd_product_title h3:hover {
    color: #000000;
}
.witr_checkout_form .witr_ck_blling h3,
.witr_checkout_form h3#order_review_heading,
h2.woocommerce-order-details__title {
    background: #000000;
}
.woocommerce-checkout.witr_checkout_form #payment {
    background: #fbf9f9;
}
nav.woocommerce-MyAccount-navigation ul li {
    background: rgba(0, 0, 0, 0.05);
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
    background: #000000;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
    background: rgba(0, 0, 0, 0.07);
}
.woocommerce-column__title {
    background: #000000;
}
nav.woocommerce-MyAccount-navigation ul li a {
    color: #272727;
}
.content-widget .widget_price_filter .ui-slider .ui-slider-handle,
.content-widget .widget_price_filter .ui-slider .ui-slider-range,
.widget_product_search button {
    background: #000000;
}
.bariplan-single-blog {
    background: #fff;
}
.bariplan-blog-thumb a:before {
    background: rgba(0, 0, 0, 0.7);
}
.bariplan-single-blog-details {
    background: #fff;
}
.commment_title h3:before,
.bariplan-single-icon a:hover,
.bariplan-single-icon-inner a:hover,
.bariplan_btn,
.readmore a:hover {
    background: #000000;
}
.comment-respond {
    background: #fff;
}
.bariplan_btn:hover {
    background: #00235a;
}
.mini_shop_content a span.count,
.slick-next,
.slick-next.slick-disabled,
.slick-prev,
.slick-prev.slick-disabled,
.twr_mini_cart .woocommerce.widget_shopping_cart .buttons a.checkout,
.twr_mini_cart .woocommerce.widget_shopping_cart .buttons a:hover {
    background: #000000;
}
.slick-dots li button {
    background: #0000005c;
}
.post_reply div.st a {
    color: #00235a;
    font-weight: 500;
}
hr {
    border-bottom: 1px solid #eceff8;
}
hr.style-2 {
    border-bottom: 1px dashed #f10;
}
hr.mp-0 {
    border-bottom: 1px solid #eceff8;
}
hr.mtb-40 {
    border-bottom: 1px solid #eceff8;
}
.blog-left-side h2.widget-title::before {
    border: 1px solid #000000;
}
.blog-left-side .widget > ul > li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.blog-left-side .widget select {
    border: 1px solid #ddd;
}
.tagcloud a {
    border: 1px solid #ddd;
}
table#wp-calendar td {
    border: 1px solid #e5e5e5;
}
table#wp-calendar th {
    border: 1px solid #e5e5e5;
}
td {
    border-bottom: 1px solid #ededed;
}
.post-password-form input[type="password"] {
    border: 1px solid #ddd;
}
.portfolio-details-box ul li {
    border-bottom: 1px solid #ddd;
}
.sticky {
    border-color: #000000;
}
.top-form-control input {
    border-bottom: 3px solid #fff;
}
.tag-sticky-2 .bariplan-single-blog {
    border: 1px solid #000000;
}
.readmore a {
    border: 1px solid #ddd;
}
.readmore a:hover {
    border-color: #000000;
}
.bariplan-single-icon-inner a {
    border: 1px solid #e6e6e6;
}
.bariplan-single-icon-inner a:hover {
    border-color: #000000;
}
.page-numbers span.current,
.paginations a.current,
.paginations a:hover {
    border-color: #000000;
}
.post_comment {
    border: 1px solid #f1f1f1;
}
.not-found-area {
    border-top: 1px solid #f5f3f3;
}
.search-error .search input {
    border: 1px solid #ddd;
}
.recent-Review-area .owl-dot {
    border-color: #fff;
}
.footer-middle .mc4wp-form-fields input {
    border: 1px solid #ffffff66;
}
.mc4wp-form-fields .witr_mail_From input {
    border: 1px solid #ddd;
}
.btn.btn-bordered {
    border: 2px solid #000000;
}
.bariplan-description-area .social-icons a:hover {
    border-color: #000000;
}
.witr_sub_table {
    border-bottom: 1px solid #ffffff8c;
}
.right_popupmenu_area .witr_sub_table {
    border-bottom: 1px solid #ddd;
}
.tutor-course-filter-form select {
    border-color: #e8e8e8;
}
.top-right-menu ul .sub-menu {
    border-top: 1px solid #000000;
}
.top_crmenu_l ul {
    border-top: 1px solid #006ff9;
}
ul.tx_product_tab.nav li a {
    border: 1px solid #e8e8e8;
}
ul.tx_product_tab.nav li a.active {
    border-color: #000000;
    background: #000000;
}
.tbd_single_image a.woocommerce-product-gallery__trigger {
    border: 1px solid #c3bcbc;
}
.woocommerce .quantity .qty {
    border: 1px solid #ddd;
}
#review_form_wrapper .comment-form input {
    border: 1px solid #f6f6f6;
}
.woocommerce #review_form #respond textarea {
    border: 1px solid #f6f6f6;
}
.woocommerce table.witr_product_cart tbody tr td,
.woocommerce table.witr_product_cart thead tr th {
    border: 1px solid #faf6f6;
}
.woocommerce .witr_product_cart .coupon input {
    border: 1px solid #ddd;
}
.woocommerce-info,
.woocommerce-message {
    border-top-color: #000000;
}
.woocommerce .witr_cart_to_cross table.shop_table tbody tr.order-total td,
.woocommerce .witr_cart_to_cross table.shop_table tbody tr.order-total th {
    border-top: 1px solid #ddd;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    border: solid 1px #e4e4e4;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #000000;
}
nav.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after {
    border-top: 20px solid transparent;
    border-left: 14px solid #000000;
    border-bottom: 20px solid transparent;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after {
    border-top: 20px solid transparent;
    border-left: 14px solid rgba(0, 0, 0, 0.07);
    border-bottom: 20px solid transparent;
}
#customer_login form.login,
#customer_login form.register {
    border: 1px solid #f0f0f0;
}
.search-field {
    border: 1px solid #ddd;
}
.tag-sticky-2 .bariplan-single-blog {
    border: 1px solid #000000;
}
.readmore a {
    border: 1px solid #ddd;
}
.readmore a:hover {
    border-color: #000000;
}
.bariplan-single-icon-inner a {
    border: 1px solid #e6e6e6;
}
.bariplan-single-icon-inner a:hover {
    border-color: #000000;
}
.post_comment {
    border: 1px solid #f1f1f1;
}
.comment_field .input-field input {
    border: 1px solid #e5e5e5;
}
.comment_field .textarea-field textarea {
    border: 1px solid #e5e5e5;
}
.twr_product_sidebar > div {
    border: 1px solid #eee;
}
.twr_product_sidebar a {
    color: #00155a;
}
.twr_product_sidebar h2.widget-title {
    background-color: #f2f2f2;
}
.entry-summary span.posted_in a,
.entry-summary span.tagged_as a {
    color: #00155a;
}
a#cancel-comment-reply-link {
    color: #000000;
}
.slick-dots li.slick-active button {
    background: #000000;
}
.twr_pretwr_loader_pre .twr_animation .twr_circle_pre {
    border-top-color: #000000;
    border-bottom-color: #000000;
}
.twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:before {
    color: #000000;
}
.tx_golobal_color {
    background: #000000;
}
.tx_btn_global_color:hover {
    background: #00235a;
}
/*
Theme Name: Bariplan 
Theme URI: https://demo.themexbd.com/rtl/bariplan/
Author: wpexpert
Author URI: https://www.templatemonster.com/authors/themexbd/
Description: Bariplan - Construction WordPress Theme
Version: 1.0.0
Tested up to: 5.8
Requires PHP: 5.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, sticky-post, threaded-comments, translation-ready
Text Domain: Bariplan
*/
/*----------------------------------------
 Don't change any css from here. If you need to change, Please use child theme.
------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1440px) {
    .bariplan_menu > ul > li > a {
        margin-left: 7px;
        margin-right: 7px;
    }
}
@media (min-width: 1024px) and (max-width: 1600px) {
    .em_slider_social {
        top: 45%;
    }
}
@media (min-width: 1170px) and (max-width: 1366px) {
    .em_creative_header:after {
        -webkit-transform: rotate(-114deg);
        transform: rotate(-114deg);
    }
    .creative_header_address {
        padding-left: 0;
    }
}
@media (min-width: 1365px) and (max-width: 1660px) {
    .bariplan-header-top,
    .bariplan_nav_area,
    .transprent-menu .bariplan_nav_area,
    .trp_nav_area {
        padding-right: 50px !important;
        padding-left: 50px !important;
    }
    .elementor-element.elementor-section-full_width {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    .elementor-element.elementor-section-full_width:nth-child(1) {
        padding: 0 !important;
    }
    .elementor-element {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .ps1 .witr_content_pslide_text {
        left: 15px;
        right: 15px;
    }
    #scrollUp {
        right: 30px;
    }
    .elementor-element.elementor-element-7b9fba9 .all_color_service,
    .elementor-element.elementor-element-8bb264a .all_color_service {
        padding: 60px 20px 40px 20px !important;
    }
    .elementor-element.elementor-element-505044b > .elementor-element-populated {
        padding: 95px 10px 100px 10px !important;
    }
    .elementor-element.elementor-element-ebdcdf9 > .elementor-element-populated {
        padding: 0 !important;
    }
}
@media (min-width: 992px) and (max-width: 1364px) {
    .elementor-element.elementor-section-full_width {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .elementor-element.elementor-section-full_width:nth-child(1) {
        padding: 0 !important;
    }
    .elementor-element {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .bariplan-header-top,
    .bariplan_nav_area,
    .transprent-menu .bariplan_nav_area,
    .trp_nav_area {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
    .hmenu_box_style .bariplan_menu > ul > li > a {
        margin-left: 7px;
        margin-right: 7px;
    }
    .em_creative_header:before {
        width: 19%;
    }
    .em_creative_header:after {
        display: none;
    }
    .cr_top_addess.top-address p {
        text-align: center !important;
    }
    .theme_cr_logo {
        text-align: center;
        margin-bottom: 30px;
    }
    .d_lg_block {
        display: block;
    }
    .creative_header_address {
        padding-left: 0;
    }
    .em_creative_header:before {
        display: none;
    }
    .menu-height-space {
        height: 0;
    }
    .em_creative_header:after {
        -webkit-transform: rotate(-100deg);
        transform: rotate(-100deg);
    }
    .bariplan_menu > ul > li > a {
        font-size: 15px;
        margin-left: 4px;
        margin-right: 4px;
    }
    a.dtbtn {
        font-size: 15px;
    }
    .witr_h_h10 .bariplan_menu > ul > li > a,
    .witr_h_h11 .bariplan_menu > ul > li > a,
    .witr_h_h15 .bariplan_menu > ul > li > a,
    .witr_h_h16 .bariplan_menu > ul > li > a,
    .witr_h_h17 .bariplan_menu > ul > li > a,
    .witr_h_h8 .bariplan_menu > ul > li > a {
        margin-left: 6px;
        margin-right: 6px;
    }
    .witr_h_h9 .bariplan_menu > ul > li > a {
        margin-left: 2px;
        margin-right: 2px;
    }
    .witr_h_h20 .bariplan_menu > ul > li > a {
        margin-left: 6px;
        margin-right: 6px;
    }
    .accordion-content {
        padding: 23px 25px;
    }
    .shortcode_content h2 {
        font-size: 30px !important;
    }
    .witr_wid_col .elementor-column.elementor-col-20,
    .witr_wid_col .elementor-column[data-col="20"] {
        width: 33.33% !important;
    }
    .widget .widget_media_image img {
        width: 100%;
    }
    .blog-left-side .blog-title > ul > li > a {
        margin-right: 8px;
    }
    .recent-post-text > h4 {
        margin-top: 15px;
        line-height: 1;
    }
    .footer-middle .recent-post-text > h4 {
        margin-top: -7px;
        line-height: 1;
    }
    .em-blog-content-area {
        padding: 22px 15px 7px;
    }
    .curosel-style .owl-nav div {
        left: -15px;
    }
    .curosel-style .owl-nav .owl-next {
        right: -15px;
    }
    span.cdowns {
        margin: 0 28px;
    }
    .footer-middle .mc4wp-form-fields button {
        width: 100%;
    }
    .footer-bottom:before {
        width: 100%;
    }
    #scrollUp {
        bottom: 60px;
        right: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .elementor-element.elementor-section-full_width {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .elementor-element.elementor-section-full_width:nth-child(1) {
        padding: 0 !important;
    }
    .all_header_abs {
        position: inherit;
    }
    .all_header_abs .bariplan-header-top {
        background: #0049ff;
    }
    .bariplan-header-top {
        padding-right: 0 !important;
        padding-left: 0 !important;
        display: none;
    }
    .creative_header_address {
        padding-left: 10px;
    }
    .tutor-course-loop-title h2 a {
        font-size: 17px;
    }
    .tx_top_together {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .creative_header_curve {
        display: none;
    }
    .creative_header_logo {
        padding-right: 0;
        text-align: center;
    }
    .em_creative_header {
        background: transparent none repeat scroll 0 0;
        z-index: 999;
    }
    .creative_header_button {
        padding-bottom: 30px;
        text-align: center;
    }
    .creative_header_button:before,
    .em_creative_header:after,
    .em_creative_header:before {
        display: none;
    }
    .em_creative_header {
        padding-bottom: 0;
    }
    .bariplan-accourdion-title h2 i {
        display: none;
    }
    .accordion-content {
        padding: 23px 0;
    }
    .bariplan-accourdion-title h2 {
        padding-left: 20px;
    }
    .digital-item ul li a {
        padding: 7px 57px;
    }
    .mobil-item {
        margin-top: 30px;
    }
    .download-demo {
        text-align: center;
    }
    .digital-img img,
    .witr_app_area .digital-content h3 {
        margin-top: 0 !important;
    }
    .shortcode_content h2 {
        font-size: 35px !important;
    }
    .footer-item form label {
        margin-left: 30px;
    }
    .footer-bottom:before {
        width: 100%;
    }
    .blog-content span {
        font-size: 14px;
    }
    .blog-left-side .widget h2 {
        font-size: 19px;
    }
    .blog-page-title h2 {
        font-size: 18px;
    }
    .widget .widget_media_image img {
        width: 100%;
    }
    .blog-left-side .blog-title > ul > li > a {
        height: 30px;
        width: 30px;
        line-height: 29px;
        font-size: 15px;
        margin-right: 2px;
    }
    .recent-post-text > h4 {
        line-height: 23px;
    }
    .recent-post-text .rcomment,
    .recent-post-text h4 a {
        font-size: 18px;
    }
    .breadcumb-area {
        padding: 100px 0 !important;
    }
    .em-blog-content-area {
        padding: 15px 15px 10px;
    }
    .witr_blog_area10 .witr_blog_con {
        padding-top: 12px;
    }
    .portfolio-details-box {
        margin-left: 0;
    }
    .pimgs img {
        width: 100%;
    }
    .witr_btn {
        margin-top: 11px !important;
        margin-bottom: 15px;
    }
    .curosel-style .owl-nav div {
        left: -15px;
    }
    .curosel-style .owl-nav .owl-next {
        right: -15px;
    }
    .bariplan_event_thumb {
        float: none;
        margin-bottom: 15px;
    }
    .bariplan_single_event {
        margin: 0;
    }
    .bariplan_event_icon span {
        margin-right: 5px;
    }
    .blog_wrap .slick-prev,
    .testomonial-slide .slick-prev {
        left: 15px;
    }
    .blog_wrap .slick-next,
    .testomonial-slide .slick-next {
        right: 15px;
    }
    .recent-post-text {
        margin-top: 10px;
    }
    .em_slider_social {
        top: 41%;
        z-index: 999999;
        display: none;
    }
    .elementor-column.elementor-col-25,
    .elementor-column.elementor-col-33,
    .elementor-column[data-col="25"],
    .elementor-column[data-col="33"] {
        width: 50% !important;
    }
    .elementor-column.elementor-col-10,
    .elementor-column.elementor-col-20 {
        width: 30% !important;
    }
    .elementor-column.elementor-col-33:nth-child(3) {
        width: 100% !important;
    }
    .elementor-column.elementor-col-33:nth-child(3) .elementor-widget {
        width: 50% !important;
    }
    .elementor-column.elementor-col-33:nth-child(3) .elementor-widget:nth-child(odd) {
        padding-right: 10px;
    }
    .elementor-column.elementor-col-33:nth-child(3) .elementor-widget:nth-child(even) {
        padding-left: 10px;
    }
    #scrollUp {
        bottom: 60px;
        right: 30px;
    }
    .twr_pretwr_loader_pre .twr_animation .twr_text_pre {
        font-size: 4em;
    }
}
@media (max-width: 767px) {
    .elementor-element.elementor-section-full_width {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .elementor-element.elementor-section-full_width:nth-child(1) {
        padding: 0 !important;
    }
    .all_header_abs {
        position: inherit;
    }
    .single_header_address {
        padding: 0;
        padding-bottom: 25px;
    }
    .creative_header_address {
        padding-left: 0;
    }
    .cr_top_addess.top-address p {
        text-align: center !important;
    }
    .breadcumb-area {
        padding: 100px 0 !important;
    }
    .brpt h2 {
        font-size: 30px;
    }
    .witr_btn {
        padding: 10px 26px;
        margin-right: 0;
    }
    ul.top_crmenu_i_list.text-left {
        text-align: center !important;
    }
    .tutor-course-archive-filters-wrap {
        margin-top: 25px;
    }
    .top-address p a,
    .top-address p span,
    .top-right-menu ul.social-icons li a {
        font-size: 13px;
    }
    .social-icons {
        text-align: center;
    }
    .footer-top-inner p {
        width: 100%;
    }
    .footer-menu ul {
        margin: 10px 0 0;
        text-align: center !important;
    }
    .footer-menu ul li a {
        font-size: 14px;
    }
    .copy-right-text p {
        text-align: center;
    }
    .footer-bottom:before {
        width: 100%;
    }
    .breadcumb-blog-area {
        padding: 50px 0;
    }
    .em-blog-content-area {
        padding: 20px 10px 5px;
    }
    .bariplan-blog-meta-left a,
    .bariplan-blog-meta-left span {
        font-size: 11px;
        margin-right: 3px;
    }
    .bariplan-blog-meta-right a,
    .bariplan-blog-meta-right span {
        font-size: 11px;
        margin-left: 3px;
    }
    .witr_ablog_content h2 a {
        font-size: 18px;
    }
    .blog-content ul,
    .post_reply ul,
    .single-blog-content ul {
        padding-left: 20px;
    }
    .blog-content ol,
    .post_reply ol,
    .single-blog-content ol {
        padding-left: 20px;
    }
    .comments-area .children {
        margin-left: 10px;
    }
    .comment_field .input-field {
        width: 100%;
    }
    .pdsr {
        padding-top: 50px;
    }
    .pdsl {
        padding-bottom: 90px;
    }
    #wp-calendar {
        display: block;
    }
    .copy-right-text p {
        font-size: 11px;
    }
    .footer-social-icon a i {
        font-size: 16px;
        height: 35px;
        line-height: 35px;
        width: 35px;
    }
    .creative_header_curve {
        display: none;
    }
    .creative_header_logo {
        padding-right: 0;
        text-align: center;
    }
    .em_creative_header {
        background: transparent none repeat scroll 0 0;
        z-index: 999;
    }
    .single_header_address {
        text-align: center;
    }
    .creative_header_button {
        padding-bottom: 30px;
        position: relative;
        text-align: center;
    }
    .creative_header_icon {
        float: none;
        margin-bottom: 10px;
        margin-right: 0;
        overflow: hidden;
    }
    .creative_header_address .col-sm-4.col-xs-12 {
        padding-left: 0;
    }
    .creative_header_logo {
        display: none;
    }
    .creative_header_button:before,
    .em_creative_header:after,
    .em_creative_header:before {
        display: none;
    }
    .copy-right-text p {
        font-size: 15px;
    }
    .bariplan-blog-thumb img {
        width: 100%;
    }
    .digital-item ul li a {
        padding: 7px 27px;
    }
    .mobil-item {
        margin-top: 30px;
    }
    .witr_btn {
        margin-top: 11px !important;
        margin-bottom: 15px;
    }
    .elementor-tab-title {
        font-size: 13px !important;
    }
    .bariplan-accourdion-title h2 {
        font-size: 14px;
        padding-left: 20px;
    }
    .blog-img img {
        width: 100%;
    }
    .witr_blog_con {
        padding: 12px 10px 18px;
    }
    .witr_blog_con h2 {
        font-size: 21px;
    }
    .witr_post_Author {
        margin: 0 10px;
    }
    .recent-post-image {
        float: none;
    }
    .video-play-6 {
        width: 80%;
    }
    .subscribe form input {
        width: 500px;
    }
    .download-content-6 ul li a {
        padding: 12px 46px 12px 80px;
    }
    .donwload-overlay {
        padding-top: 215px;
    }
    .digital-img {
        margin-top: 100px;
    }
    .tab_content.text-left {
        text-align: center !important;
    }
    .footer-middle {
        text-align: center;
    }
    .blog-content h5 > a {
        font-size: 17px;
    }
    .blog-content span {
        font-size: 12px;
    }
    .blog-page-title h2 {
        font-size: 17px;
    }
    .wblog-content h5 > a {
        font-size: 20px;
    }
    .wblog-content span {
        margin-right: 5px;
    }
    .blog-left-side .blog-title > ul > li > a {
        margin-right: 8px;
    }
    .widget .widget_media_image img {
        width: 100%;
    }
    .recent-post-text > h4 {
        margin-top: 2px;
        line-height: 1;
    }
    .recent-post-text h4 a {
        font-size: 14px;
    }
    .witr_blog_con6 h2 a {
        font-size: 19px;
    }
    .witr_blog_con6 h5 a {
        font-size: 15px;
    }
    .witr_blog_area8 .witr_blog_con6 p {
        display: none;
    }
    .witr_shortcode_inner {
        padding: 73px 15px 63px !important;
    }
    .shortcode_content h2 {
        font-size: 27px !important;
    }
    .mc4wp-form-fields button {
        width: 100%;
        position: inherit;
        padding: 18px 30px;
        margin-top: 25px;
    }
    .portfolio-details-box {
        margin-left: 0;
    }
    .portfolio-details-box ul li span.eright {
        font-size: 15px;
        margin-left: 0;
    }
    .portfolio-details-box ul li b {
        font-size: 15px;
    }
    .portfolio-details-box h2 {
        padding-top: 20px;
    }
    .portfolio-details-box .bariplan-single-icon-inner a {
        margin: 0 4px;
    }
    #sb_instagram .sbi_photo_wrap {
        margin-bottom: 25px;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        padding: 0.5em 6px;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        padding: 0 0.5em;
        margin-right: 6px;
    }
    .bariplan-header-top {
        display: none;
    }
    .footer-sociala-icon {
        float: none;
    }
    .footer-sociala-info p {
        text-align: center;
    }
    .em_slider_social {
        top: 40%;
        display: none;
    }
    #scrollUp {
        bottom: 92px;
        right: 30px;
    }
    .slick-next,
    .slick-prev {
        display: none !important;
    }
    .owl-nav,
    .slick-next,
    .slick-prev {
        display: none;
    }
    .blog_wrap .slick-prev,
    .testomonial-slide .slick-prev {
        left: 15px;
    }
    .blog_wrap .slick-next,
    .testomonial-slide .slick-next {
        right: 15px;
    }
    .woocommerce div.product form.cart .button {
        font-size: 13px;
    }
    .product_tl_nav ul li {
        margin: 0 3px 10px;
        padding: 7px 18px;
        font-size: 16px;
    }
    .witr_team_content15 {
        margin-right: 0 !important;
    }
    .witr_pslide .witr_pslide_custom a span {
        width: 60px;
        height: 60px;
        line-height: 60px;
        margin-top: -23px;
    }
    .ps1 .witr_content_pslide_text {
        left: 0;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .blog-part {
        text-align: center;
    }
    .bariplan-header-top {
        display: block;
    }
}
@media (min-width: 10px) and (max-width: 991px) {
    .mobile-menu {
        display: block !important;
        height: auto;
    }
    .mobile_logo_area {
        display: block !important;
    }
    .bariplan-main-menu {
        display: none !important;
    }
    .d_md_none {
        display: none !important;
    }
}
@media (min-width: 10px) and (max-width: 991px) {
    .text_m_center {
        text-align: center !important;
    }
    .text_m_right {
        text-align: right !important;
    }
    .text_m_left {
        text-align: right !important;
    }
    .menu_18.top-address p span {
        font-size: 13px;
    }
    .footer-top-inner p {
        width: 85%;
    }
    .main_menu_pop_area.witr_h_h23 {
        display: none;
    }
}
@media (min-width: 10px) and (max-width: 768px) {
    .ps_absulate {
        position: inherit !important;
    }
    .psc_absolute {
        position: inherit !important;
    }
}
@media (min-width: 570px) and (max-width: 767px) {
    .text_s_center {
        text-align: center !important;
    }
    .text_s_right {
        text-align: right !important;
    }
    .text_s_left {
        text-align: right !important;
    }
    .footer-top-inner p {
        width: 95%;
    }
}
@media (min-width: 10px) and (max-width: 570px) {
    .bariplan-header-top {
        display: none;
    }
}
/*! elementor-icons - v5.15.0 - 30-01-2022 */
@font-face {
    font-family: eicons;
    src: url(wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons5519.eot?5.15.0);
    src:
        url(//demo.themexbd.com/rtl/bariplan/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.eot?5.15.0#iefix)
            format("embedded-opentype"),
        url(//demo.themexbd.com/rtl/bariplan/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff2?5.15.0)
            format("woff2"),
        url(//demo.themexbd.com/rtl/bariplan/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff?5.15.0)
            format("woff"),
        url(//demo.themexbd.com/rtl/bariplan/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.ttf?5.15.0)
            format("truetype"),
        url(//demo.themexbd.com/rtl/bariplan/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.svg?5.15.0#eicon)
            format("svg");
    font-weight: 400;
    font-style: normal;
}
[class*=" eicon-"],
[class^="eicon"] {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@keyframes a {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
.eicon-animation-spin {
    animation: a 2s infinite linear;
}
.eicon-editor-link:before {
    content: "\e800";
}
.eicon-editor-unlink:before {
    content: "\e801";
}
.eicon-editor-external-link:before {
    content: "\e802";
}
.eicon-editor-close:before {
    content: "\e803";
}
.eicon-editor-list-ol:before {
    content: "\e804";
}
.eicon-editor-list-ul:before {
    content: "\e805";
}
.eicon-editor-bold:before {
    content: "\e806";
}
.eicon-editor-italic:before {
    content: "\e807";
}
.eicon-editor-underline:before {
    content: "\e808";
}
.eicon-editor-paragraph:before {
    content: "\e809";
}
.eicon-editor-h1:before {
    content: "\e80a";
}
.eicon-editor-h2:before {
    content: "\e80b";
}
.eicon-editor-h3:before {
    content: "\e80c";
}
.eicon-editor-h4:before {
    content: "\e80d";
}
.eicon-editor-h5:before {
    content: "\e80e";
}
.eicon-editor-h6:before {
    content: "\e80f";
}
.eicon-editor-quote:before {
    content: "\e810";
}
.eicon-editor-code:before {
    content: "\e811";
}
.eicon-elementor:before {
    content: "\e812";
}
.eicon-elementor-circle:before {
    content: "\e813";
}
.eicon-pojome:before {
    content: "\e814";
}
.eicon-plus:before {
    content: "\e815";
}
.eicon-menu-bar:before {
    content: "\e816";
}
.eicon-apps:before {
    content: "\e817";
}
.eicon-accordion:before {
    content: "\e818";
}
.eicon-alert:before {
    content: "\e819";
}
.eicon-animation-text:before {
    content: "\e81a";
}
.eicon-animation:before {
    content: "\e81b";
}
.eicon-banner:before {
    content: "\e81c";
}
.eicon-blockquote:before {
    content: "\e81d";
}
.eicon-button:before {
    content: "\e81e";
}
.eicon-call-to-action:before {
    content: "\e81f";
}
.eicon-captcha:before {
    content: "\e820";
}
.eicon-carousel:before {
    content: "\e821";
}
.eicon-checkbox:before {
    content: "\e822";
}
.eicon-columns:before {
    content: "\e823";
}
.eicon-countdown:before {
    content: "\e824";
}
.eicon-counter:before {
    content: "\e825";
}
.eicon-date:before {
    content: "\e826";
}
.eicon-divider-shape:before {
    content: "\e827";
}
.eicon-divider:before {
    content: "\e828";
}
.eicon-download-button:before {
    content: "\e829";
}
.eicon-dual-button:before {
    content: "\e82a";
}
.eicon-email-field:before {
    content: "\e82b";
}
.eicon-facebook-comments:before {
    content: "\e82c";
}
.eicon-facebook-like-box:before {
    content: "\e82d";
}
.eicon-form-horizontal:before {
    content: "\e82e";
}
.eicon-form-vertical:before {
    content: "\e82f";
}
.eicon-gallery-grid:before {
    content: "\e830";
}
.eicon-gallery-group:before {
    content: "\e831";
}
.eicon-gallery-justified:before {
    content: "\e832";
}
.eicon-gallery-masonry:before {
    content: "\e833";
}
.eicon-icon-box:before {
    content: "\e834";
}
.eicon-image-before-after:before {
    content: "\e835";
}
.eicon-image-box:before {
    content: "\e836";
}
.eicon-image-hotspot:before {
    content: "\e837";
}
.eicon-image-rollover:before {
    content: "\e838";
}
.eicon-info-box:before {
    content: "\e839";
}
.eicon-inner-section:before {
    content: "\e83a";
}
.eicon-mailchimp:before {
    content: "\e83b";
}
.eicon-menu-card:before {
    content: "\e83c";
}
.eicon-navigation-horizontal:before {
    content: "\e83d";
}
.eicon-nav-menu:before {
    content: "\e83e";
}
.eicon-navigation-vertical:before {
    content: "\e83f";
}
.eicon-number-field:before {
    content: "\e840";
}
.eicon-parallax:before {
    content: "\e841";
}
.eicon-php7:before {
    content: "\e842";
}
.eicon-post-list:before {
    content: "\e843";
}
.eicon-post-slider:before {
    content: "\e844";
}
.eicon-post:before {
    content: "\e845";
}
.eicon-posts-carousel:before {
    content: "\e846";
}
.eicon-posts-grid:before {
    content: "\e847";
}
.eicon-posts-group:before {
    content: "\e848";
}
.eicon-posts-justified:before {
    content: "\e849";
}
.eicon-posts-masonry:before {
    content: "\e84a";
}
.eicon-posts-ticker:before {
    content: "\e84b";
}
.eicon-price-list:before {
    content: "\e84c";
}
.eicon-price-table:before {
    content: "\e84d";
}
.eicon-radio:before {
    content: "\e84e";
}
.eicon-rtl:before {
    content: "\e84f";
}
.eicon-scroll:before {
    content: "\e850";
}
.eicon-search:before {
    content: "\e851";
}
.eicon-select:before {
    content: "\e852";
}
.eicon-share:before {
    content: "\e853";
}
.eicon-sidebar:before {
    content: "\e854";
}
.eicon-skill-bar:before {
    content: "\e855";
}
.eicon-slider-3d:before {
    content: "\e856";
}
.eicon-slider-album:before {
    content: "\e857";
}
.eicon-slider-device:before {
    content: "\e858";
}
.eicon-slider-full-screen:before {
    content: "\e859";
}
.eicon-slider-push:before {
    content: "\e85a";
}
.eicon-slider-vertical:before {
    content: "\e85b";
}
.eicon-slider-video:before {
    content: "\e85c";
}
.eicon-slides:before {
    content: "\e85d";
}
.eicon-social-icons:before {
    content: "\e85e";
}
.eicon-spacer:before {
    content: "\e85f";
}
.eicon-table:before {
    content: "\e860";
}
.eicon-tabs:before {
    content: "\e861";
}
.eicon-tel-field:before {
    content: "\e862";
}
.eicon-text-area:before {
    content: "\e863";
}
.eicon-text-field:before {
    content: "\e864";
}
.eicon-thumbnails-down:before {
    content: "\e865";
}
.eicon-thumbnails-half:before {
    content: "\e866";
}
.eicon-thumbnails-right:before {
    content: "\e867";
}
.eicon-time-line:before {
    content: "\e868";
}
.eicon-toggle:before {
    content: "\e869";
}
.eicon-url:before {
    content: "\e86a";
}
.eicon-t-letter:before {
    content: "\e86b";
}
.eicon-wordpress:before {
    content: "\e86c";
}
.eicon-text:before {
    content: "\e86d";
}
.eicon-anchor:before {
    content: "\e86e";
}
.eicon-bullet-list:before {
    content: "\e86f";
}
.eicon-code:before {
    content: "\e870";
}
.eicon-favorite:before {
    content: "\e871";
}
.eicon-google-maps:before {
    content: "\e872";
}
.eicon-image:before {
    content: "\e873";
}
.eicon-photo-library:before {
    content: "\e874";
}
.eicon-woocommerce:before {
    content: "\e875";
}
.eicon-youtube:before {
    content: "\e876";
}
.eicon-flip-box:before {
    content: "\e877";
}
.eicon-settings:before {
    content: "\e878";
}
.eicon-headphones:before {
    content: "\e879";
}
.eicon-testimonial:before {
    content: "\e87a";
}
.eicon-counter-circle:before {
    content: "\e87b";
}
.eicon-person:before {
    content: "\e87c";
}
.eicon-chevron-right:before {
    content: "\e87d";
}
.eicon-chevron-left:before {
    content: "\e87e";
}
.eicon-close:before {
    content: "\e87f";
}
.eicon-file-download:before {
    content: "\e880";
}
.eicon-save:before {
    content: "\e881";
}
.eicon-zoom-in:before {
    content: "\e882";
}
.eicon-shortcode:before {
    content: "\e883";
}
.eicon-nerd:before {
    content: "\e884";
}
.eicon-device-desktop:before {
    content: "\e885";
}
.eicon-device-tablet:before {
    content: "\e886";
}
.eicon-device-mobile:before {
    content: "\e887";
}
.eicon-document-file:before {
    content: "\e888";
}
.eicon-folder-o:before {
    content: "\e889";
}
.eicon-hypster:before {
    content: "\e88a";
}
.eicon-h-align-left:before {
    content: "\e88b";
}
.eicon-h-align-right:before {
    content: "\e88c";
}
.eicon-h-align-center:before {
    content: "\e88d";
}
.eicon-h-align-stretch:before {
    content: "\e88e";
}
.eicon-v-align-top:before {
    content: "\e88f";
}
.eicon-v-align-bottom:before {
    content: "\e890";
}
.eicon-v-align-middle:before {
    content: "\e891";
}
.eicon-v-align-stretch:before {
    content: "\e892";
}
.eicon-pro-icon:before {
    content: "\e893";
}
.eicon-mail:before {
    content: "\e894";
}
.eicon-lock-user:before {
    content: "\e895";
}
.eicon-testimonial-carousel:before {
    content: "\e896";
}
.eicon-media-carousel:before {
    content: "\e897";
}
.eicon-section:before {
    content: "\e898";
}
.eicon-column:before {
    content: "\e899";
}
.eicon-edit:before {
    content: "\e89a";
}
.eicon-clone:before {
    content: "\e89b";
}
.eicon-trash:before {
    content: "\e89c";
}
.eicon-play:before {
    content: "\e89d";
}
.eicon-angle-right:before {
    content: "\e89e";
}
.eicon-angle-left:before {
    content: "\e89f";
}
.eicon-animated-headline:before {
    content: "\e8a0";
}
.eicon-menu-toggle:before {
    content: "\e8a1";
}
.eicon-fb-embed:before {
    content: "\e8a2";
}
.eicon-fb-feed:before {
    content: "\e8a3";
}
.eicon-twitter-embed:before {
    content: "\e8a4";
}
.eicon-twitter-feed:before {
    content: "\e8a5";
}
.eicon-sync:before {
    content: "\e8a6";
}
.eicon-import-export:before {
    content: "\e8a7";
}
.eicon-check-circle:before {
    content: "\e8a8";
}
.eicon-library-save:before {
    content: "\e8a9";
}
.eicon-library-download:before {
    content: "\e8aa";
}
.eicon-insert:before {
    content: "\e8ab";
}
.eicon-preview-medium:before {
    content: "\e8ac";
}
.eicon-sort-down:before {
    content: "\e8ad";
}
.eicon-sort-up:before {
    content: "\e8ae";
}
.eicon-heading:before {
    content: "\e8af";
}
.eicon-logo:before {
    content: "\e8b0";
}
.eicon-meta-data:before {
    content: "\e8b1";
}
.eicon-post-content:before {
    content: "\e8b2";
}
.eicon-post-excerpt:before {
    content: "\e8b3";
}
.eicon-post-navigation:before {
    content: "\e8b4";
}
.eicon-yoast:before {
    content: "\e8b5";
}
.eicon-nerd-chuckle:before {
    content: "\e8b6";
}
.eicon-nerd-wink:before {
    content: "\e8b7";
}
.eicon-comments:before {
    content: "\e8b8";
}
.eicon-download-circle-o:before {
    content: "\e8b9";
}
.eicon-library-upload:before {
    content: "\e8ba";
}
.eicon-save-o:before {
    content: "\e8bb";
}
.eicon-upload-circle-o:before {
    content: "\e8bc";
}
.eicon-ellipsis-h:before {
    content: "\e8bd";
}
.eicon-ellipsis-v:before {
    content: "\e8be";
}
.eicon-arrow-left:before {
    content: "\e8bf";
}
.eicon-arrow-right:before {
    content: "\e8c0";
}
.eicon-arrow-up:before {
    content: "\e8c1";
}
.eicon-arrow-down:before {
    content: "\e8c2";
}
.eicon-play-o:before {
    content: "\e8c3";
}
.eicon-archive-posts:before {
    content: "\e8c4";
}
.eicon-archive-title:before {
    content: "\e8c5";
}
.eicon-featured-image:before {
    content: "\e8c6";
}
.eicon-post-info:before {
    content: "\e8c7";
}
.eicon-post-title:before {
    content: "\e8c8";
}
.eicon-site-logo:before {
    content: "\e8c9";
}
.eicon-site-search:before {
    content: "\e8ca";
}
.eicon-site-title:before {
    content: "\e8cb";
}
.eicon-plus-square:before {
    content: "\e8cc";
}
.eicon-minus-square:before {
    content: "\e8cd";
}
.eicon-cloud-check:before {
    content: "\e8ce";
}
.eicon-drag-n-drop:before {
    content: "\e8cf";
}
.eicon-welcome:before {
    content: "\e8d0";
}
.eicon-handle:before {
    content: "\e8d1";
}
.eicon-cart:before {
    content: "\e8d2";
}
.eicon-product-add-to-cart:before {
    content: "\e8d3";
}
.eicon-product-breadcrumbs:before {
    content: "\e8d4";
}
.eicon-product-categories:before {
    content: "\e8d5";
}
.eicon-product-description:before {
    content: "\e8d6";
}
.eicon-product-images:before {
    content: "\e8d7";
}
.eicon-product-info:before {
    content: "\e8d8";
}
.eicon-product-meta:before {
    content: "\e8d9";
}
.eicon-product-pages:before {
    content: "\e8da";
}
.eicon-product-price:before {
    content: "\e8db";
}
.eicon-product-rating:before {
    content: "\e8dc";
}
.eicon-product-related:before {
    content: "\e8dd";
}
.eicon-product-stock:before {
    content: "\e8de";
}
.eicon-product-tabs:before {
    content: "\e8df";
}
.eicon-product-title:before {
    content: "\e8e0";
}
.eicon-product-upsell:before {
    content: "\e8e1";
}
.eicon-products:before {
    content: "\e8e2";
}
.eicon-bag-light:before {
    content: "\e8e3";
}
.eicon-bag-medium:before {
    content: "\e8e4";
}
.eicon-bag-solid:before {
    content: "\e8e5";
}
.eicon-basket-light:before {
    content: "\e8e6";
}
.eicon-basket-medium:before {
    content: "\e8e7";
}
.eicon-basket-solid:before {
    content: "\e8e8";
}
.eicon-cart-light:before {
    content: "\e8e9";
}
.eicon-cart-medium:before {
    content: "\e8ea";
}
.eicon-cart-solid:before {
    content: "\e8eb";
}
.eicon-exchange:before {
    content: "\e8ec";
}
.eicon-preview-thin:before {
    content: "\e8ed";
}
.eicon-device-laptop:before {
    content: "\e8ee";
}
.eicon-collapse:before {
    content: "\e8ef";
}
.eicon-expand:before {
    content: "\e8f0";
}
.eicon-navigator:before {
    content: "\e8f1";
}
.eicon-plug:before {
    content: "\e8f2";
}
.eicon-dashboard:before {
    content: "\e8f3";
}
.eicon-typography:before {
    content: "\e8f4";
}
.eicon-info-circle-o:before {
    content: "\e8f5";
}
.eicon-integration:before {
    content: "\e8f6";
}
.eicon-plus-circle-o:before {
    content: "\e8f7";
}
.eicon-rating:before {
    content: "\e8f8";
}
.eicon-review:before {
    content: "\e8f9";
}
.eicon-tools:before {
    content: "\e8fa";
}
.eicon-loading:before {
    content: "\e8fb";
}
.eicon-sitemap:before {
    content: "\e8fc";
}
.eicon-click:before {
    content: "\e8fd";
}
.eicon-clock:before {
    content: "\e8fe";
}
.eicon-library-open:before {
    content: "\e8ff";
}
.eicon-warning:before {
    content: "\e900";
}
.eicon-flow:before {
    content: "\e901";
}
.eicon-cursor-move:before {
    content: "\e902";
}
.eicon-arrow-circle-left:before {
    content: "\e903";
}
.eicon-flash:before {
    content: "\e904";
}
.eicon-redo:before {
    content: "\e905";
}
.eicon-ban:before {
    content: "\e906";
}
.eicon-barcode:before {
    content: "\e907";
}
.eicon-calendar:before {
    content: "\e908";
}
.eicon-caret-left:before {
    content: "\e909";
}
.eicon-caret-right:before {
    content: "\e90a";
}
.eicon-caret-up:before {
    content: "\e90b";
}
.eicon-chain-broken:before {
    content: "\e90c";
}
.eicon-check-circle-o:before {
    content: "\e90d";
}
.eicon-check:before {
    content: "\e90e";
}
.eicon-chevron-double-left:before {
    content: "\e90f";
}
.eicon-chevron-double-right:before {
    content: "\e910";
}
.eicon-undo:before {
    content: "\e911";
}
.eicon-filter:before {
    content: "\e912";
}
.eicon-circle-o:before {
    content: "\e913";
}
.eicon-circle:before {
    content: "\e914";
}
.eicon-clock-o:before {
    content: "\e915";
}
.eicon-cog:before {
    content: "\e916";
}
.eicon-cogs:before {
    content: "\e917";
}
.eicon-commenting-o:before {
    content: "\e918";
}
.eicon-copy:before {
    content: "\e919";
}
.eicon-database:before {
    content: "\e91a";
}
.eicon-dot-circle-o:before {
    content: "\e91b";
}
.eicon-envelope:before {
    content: "\e91c";
}
.eicon-external-link-square:before {
    content: "\e91d";
}
.eicon-eyedropper:before {
    content: "\e91e";
}
.eicon-folder:before {
    content: "\e91f";
}
.eicon-font:before {
    content: "\e920";
}
.eicon-adjust:before {
    content: "\e921";
}
.eicon-lightbox:before {
    content: "\e922";
}
.eicon-heart-o:before {
    content: "\e923";
}
.eicon-history:before {
    content: "\e924";
}
.eicon-image-bold:before {
    content: "\e925";
}
.eicon-info-circle:before {
    content: "\e926";
}
.eicon-link:before {
    content: "\e927";
}
.eicon-long-arrow-left:before {
    content: "\e928";
}
.eicon-long-arrow-right:before {
    content: "\e929";
}
.eicon-caret-down:before {
    content: "\e92a";
}
.eicon-paint-brush:before {
    content: "\e92b";
}
.eicon-pencil:before {
    content: "\e92c";
}
.eicon-plus-circle:before {
    content: "\e92d";
}
.eicon-zoom-in-bold:before {
    content: "\e92e";
}
.eicon-sort-amount-desc:before {
    content: "\e92f";
}
.eicon-sign-out:before {
    content: "\e930";
}
.eicon-spinner:before {
    content: "\e931";
}
.eicon-square:before {
    content: "\e932";
}
.eicon-star-o:before {
    content: "\e933";
}
.eicon-star:before {
    content: "\e934";
}
.eicon-text-align-justify:before {
    content: "\e935";
}
.eicon-text-align-center:before {
    content: "\e936";
}
.eicon-tags:before {
    content: "\e937";
}
.eicon-text-align-left:before {
    content: "\e938";
}
.eicon-text-align-right:before {
    content: "\e939";
}
.eicon-close-circle:before {
    content: "\e93a";
}
.eicon-trash-o:before {
    content: "\e93b";
}
.eicon-font-awesome:before {
    content: "\e93c";
}
.eicon-user-circle-o:before {
    content: "\e93d";
}
.eicon-video-camera:before {
    content: "\e93e";
}
.eicon-heart:before {
    content: "\e93f";
}
.eicon-wrench:before {
    content: "\e940";
}
.eicon-help:before {
    content: "\e941";
}
.eicon-help-o:before {
    content: "\e942";
}
.eicon-zoom-out-bold:before {
    content: "\e943";
}
.eicon-plus-square-o:before {
    content: "\e944";
}
.eicon-minus-square-o:before {
    content: "\e945";
}
.eicon-minus-circle:before {
    content: "\e946";
}
.eicon-minus-circle-o:before {
    content: "\e947";
}
.eicon-code-bold:before {
    content: "\e948";
}
.eicon-cloud-upload:before {
    content: "\e949";
}
.eicon-search-bold:before {
    content: "\e94a";
}
.eicon-map-pin:before {
    content: "\e94b";
}
.eicon-meetup:before {
    content: "\e94c";
}
.eicon-slideshow:before {
    content: "\e94d";
}
.eicon-t-letter-bold:before {
    content: "\e94e";
}
.eicon-preferences:before {
    content: "\e94f";
}
.eicon-table-of-contents:before {
    content: "\e950";
}
.eicon-tv:before {
    content: "\e951";
}
.eicon-upload:before {
    content: "\e952";
}
.eicon-instagram-comments:before {
    content: "\e953";
}
.eicon-instagram-nested-gallery:before {
    content: "\e954";
}
.eicon-instagram-post:before {
    content: "\e955";
}
.eicon-instagram-video:before {
    content: "\e956";
}
.eicon-instagram-gallery:before {
    content: "\e957";
}
.eicon-instagram-likes:before {
    content: "\e958";
}
.eicon-facebook:before {
    content: "\e959";
}
.eicon-twitter:before {
    content: "\e95a";
}
.eicon-pinterest:before {
    content: "\e95b";
}
.eicon-frame-expand:before {
    content: "\e95c";
}
.eicon-frame-minimize:before {
    content: "\e95d";
}
.eicon-archive:before {
    content: "\e95e";
}
.eicon-colors-typography:before {
    content: "\e95f";
}
.eicon-custom:before {
    content: "\e960";
}
.eicon-footer:before {
    content: "\e961";
}
.eicon-header:before {
    content: "\e962";
}
.eicon-layout-settings:before {
    content: "\e963";
}
.eicon-lightbox-expand:before {
    content: "\e964";
}
.eicon-error-404:before {
    content: "\e965";
}
.eicon-theme-style:before {
    content: "\e966";
}
.eicon-search-results:before {
    content: "\e967";
}
.eicon-single-post:before {
    content: "\e968";
}
.eicon-site-identity:before {
    content: "\e969";
}
.eicon-theme-builder:before {
    content: "\e96a";
}
.eicon-download-bold:before {
    content: "\e96b";
}
.eicon-share-arrow:before {
    content: "\e96c";
}
.eicon-global-settings:before {
    content: "\e96d";
}
.eicon-user-preferences:before {
    content: "\e96e";
}
.eicon-lock:before {
    content: "\e96f";
}
.eicon-export-kit:before {
    content: "\e970";
}
.eicon-import-kit:before {
    content: "\e971";
}
.eicon-lottie:before {
    content: "\e972";
}
.eicon-products-archive:before {
    content: "\e973";
}
.eicon-single-product:before {
    content: "\e974";
}
.eicon-disable-trash-o:before {
    content: "\e975";
}
.eicon-single-page:before {
    content: "\e976";
}
.eicon-wordpress-light:before {
    content: "\e977";
}
.eicon-cogs-check:before {
    content: "\e978";
}
.eicon-custom-css:before {
    content: "\e979";
}
.eicon-global-colors:before {
    content: "\e97a";
}
.eicon-globe:before {
    content: "\e97b";
}
.eicon-typography-1:before {
    content: "\e97c";
}
.eicon-background:before {
    content: "\e97d";
}
.eicon-device-responsive:before {
    content: "\e97e";
}
.eicon-device-wide:before {
    content: "\e97f";
}
.eicon-code-highlight:before {
    content: "\e980";
}
.eicon-video-playlist:before {
    content: "\e981";
}
.eicon-download-kit:before {
    content: "\e982";
}
.eicon-kit-details:before {
    content: "\e983";
}
.eicon-kit-parts:before {
    content: "\e984";
}
.eicon-kit-upload:before {
    content: "\e985";
}
.eicon-kit-plugins:before {
    content: "\e986";
}
.eicon-kit-upload-alt:before {
    content: "\e987";
}
.eicon-hotspot:before {
    content: "\e988";
}
.eicon-paypal-button:before {
    content: "\e989";
}
.eicon-shape:before {
    content: "\e98a";
}
.eicon-wordart:before {
    content: "\e98b";
}
.eicon-checkout:before {
    content: "\e98c";
}
.eicon-container:before {
    content: "\e98d";
}
.eicon-flip:before {
    content: "\e98e";
}
.eicon-info:before {
    content: "\e98f";
}
.eicon-my-account:before {
    content: "\e990";
}
.eicon-purchase-summary:before {
    content: "\e991";
}
.eicon-page-transition:before {
    content: "\e992";
}
.eicon-spotify:before {
    content: "\e993";
}
.eicon-stripe-button:before {
    content: "\e994";
}
.eicon-woo-settings:before {
    content: "\e995";
}
.eicon-woo-cart:before {
    content: "\e996";
}
.eicon-grow:before {
    content: "\e997";
}
.eicon-order-end:before {
    content: "\e998";
}
.eicon-nowrap:before {
    content: "\e999";
}
.eicon-order-start:before {
    content: "\e99a";
}
.eicon-progress-tracker:before {
    content: "\e99b";
}
.eicon-shrink:before {
    content: "\e99c";
}
.eicon-wrap:before {
    content: "\e99d";
}
.eicon-align-center-h:before {
    content: "\e99e";
}
.eicon-align-center-v:before {
    content: "\e99f";
}
.eicon-align-end-h:before {
    content: "\e9a0";
}
.eicon-align-end-v:before {
    content: "\e9a1";
}
.eicon-align-start-h:before {
    content: "\e9a2";
}
.eicon-align-start-v:before {
    content: "\e9a3";
}
.eicon-align-stretch-h:before {
    content: "\e9a4";
}
.eicon-align-stretch-v:before {
    content: "\e9a5";
}
.eicon-justify-center-h:before {
    content: "\e9a6";
}
.eicon-justify-center-v:before {
    content: "\e9a7";
}
.eicon-justify-end-h:before {
    content: "\e9a8";
}
.eicon-justify-end-v:before {
    content: "\e9a9";
}
.eicon-justify-space-around-h:before {
    content: "\e9aa";
}
.eicon-justify-space-around-v:before {
    content: "\e9ab";
}
.eicon-justify-space-between-h:before {
    content: "\e9ac";
}
.eicon-justify-space-between-v:before {
    content: "\e9ad";
}
.eicon-justify-space-evenly-h:before {
    content: "\e9ae";
}
.eicon-justify-space-evenly-v:before {
    content: "\e9af";
}
.eicon-justify-start-h:before {
    content: "\e9b0";
}
.eicon-justify-start-v:before {
    content: "\e9b1";
}
.eicon-woocommerce-cross-sells:before {
    content: "\e9b2";
}
.eicon-woocommerce-notices:before {
    content: "\e9b3";
}
.eicon-inner-container:before {
    content: "\e9b4";
}
.eicon-warning-full:before {
    content: "\e9b5";
}
.eicon-exit:before {
    content: "\e9b6";
}
.eicon-eye:before {
    content: "\e8ac";
}
.eicon-elementor-square:before {
    content: "\e813";
}
/*! elementor - v3.6.5 - 27-04-2022 */
.dialog-widget-content {
    background-color: #fff;
    position: absolute;
    border-radius: 3px;
    -webkit-box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.dialog-message {
    font-size: 12px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.dialog-type-lightbox {
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.dialog-type-lightbox .dialog-widget-content {
    margin: auto;
    width: 375px;
}
.dialog-type-lightbox .dialog-header {
    font-size: 15px;
    color: #495157;
    padding: 30px 0 10px;
    font-weight: 500;
}
.dialog-type-lightbox .dialog-message {
    padding: 0 30px 30px;
    min-height: 50px;
}
.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,
.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message {
    text-align: center;
}
.dialog-type-lightbox .dialog-buttons-wrapper {
    border-top: 1px solid #e6e9ec;
    text-align: center;
}
.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button {
    font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
    width: 50%;
    border: none;
    background: none;
    color: #6d7882;
    font-size: 15px;
    cursor: pointer;
    padding: 13px 0;
    outline: 0;
}
.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button:hover {
    background-color: #f4f6f7;
}
.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button.dialog-ok {
    color: #b01b1b;
}
.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button.dialog-take_over {
    color: #39b54a;
}
.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button:active {
    background-color: rgba(230, 233, 236, 0.5);
}
.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button::-moz-focus-inner {
    border: 0;
}
.dialog-close-button {
    cursor: pointer;
    position: absolute;
    margin-top: 15px;
    right: 15px;
    font-size: 15px;
    line-height: 1;
}
.dialog-close-button:not(:hover) {
    opacity: 0.4;
}
.dialog-alert-widget .dialog-buttons-wrapper > button {
    width: 100%;
}
.dialog-confirm-widget .dialog-button:first-child {
    border-right: 1px solid #e6e9ec;
}
.dialog-prevent-scroll {
    overflow: hidden;
    max-height: 100vh;
}
@media (min-width: 1024px) {
    body.admin-bar .dialog-lightbox-widget {
        height: calc(100vh - 32px);
    }
}
@media (max-width: 1024px) {
    body.admin-bar .dialog-type-lightbox {
        position: sticky;
        height: 100vh;
    }
}
.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio {
    padding-bottom: 42.8571%;
}
.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
    padding-bottom: 56.25%;
}
.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio {
    padding-bottom: 75%;
}
.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio {
    padding-bottom: 66.6666%;
}
.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio {
    padding-bottom: 100%;
}
.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio {
    padding-bottom: 177.8%;
}
.elementor-fit-aspect-ratio {
    position: relative;
    height: 0;
}
.elementor-fit-aspect-ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 0;
    background-color: #000;
}
.elementor-fit-aspect-ratio video {
    width: 100%;
}
.flatpickr-calendar {
    width: 280px;
}
.flatpickr-calendar .flatpickr-current-month span.cur-month {
    font-weight: 300;
}
.flatpickr-calendar .dayContainer {
    width: 280px;
    min-width: 280px;
    max-width: 280px;
}
.flatpickr-calendar .flatpickr-days {
    width: 280px;
}
.flatpickr-calendar .flatpickr-day {
    max-width: 37px;
    height: 37px;
    line-height: 37px;
}
.elementor-templates-modal .dialog-widget-content {
    font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
    background-color: #f1f3f5;
    width: 100%;
}
@media (max-width: 1439px) {
    .elementor-templates-modal .dialog-widget-content {
        max-width: 990px;
    }
}
@media (min-width: 1440px) {
    .elementor-templates-modal .dialog-widget-content {
        max-width: 1200px;
    }
}
.elementor-templates-modal .dialog-header {
    padding: 0;
    z-index: 1;
}
.elementor-templates-modal .dialog-buttons-wrapper,
.elementor-templates-modal .dialog-header {
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    position: relative;
}
.elementor-templates-modal .dialog-buttons-wrapper {
    border: none;
    display: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 5px;
}
.elementor-templates-modal .dialog-buttons-wrapper .elementor-button {
    height: 40px;
    margin-left: 5px;
}
.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success {
    padding: 12px 36px;
    color: #fff;
    width: auto;
    font-size: 15px;
}
.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover {
    background-color: #39b54a;
}
.elementor-templates-modal .dialog-message {
    height: 750px;
    max-height: 85vh;
    overflow: auto;
    padding-top: 25px;
}
.elementor-templates-modal .dialog-content {
    height: 100%;
}
.elementor-templates-modal .dialog-loading {
    display: none;
}
.elementor-templates-modal__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px;
}
.elementor-templates-modal__header__logo {
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
}
.elementor-templates-modal__header__logo-area {
    text-align: left;
    padding-left: 15px;
}
.elementor-templates-modal__header__logo-area > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.elementor-templates-modal__header__logo__icon-wrapper {
    margin-right: 10px;
    font-size: 12px;
}
.elementor-templates-modal__header__logo__title {
    padding-top: 2px;
}
.elementor-templates-modal__header__items-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.elementor-templates-modal__header__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.elementor-templates-modal__header__item > i {
    font-size: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
.elementor-templates-modal__header__item > i:not(:hover) {
    color: #a4afb7;
}
.elementor-templates-modal__header__close--normal {
    width: 47px;
    border-left: 1px solid #e6e9ec;
}
.elementor-templates-modal__header__close--normal i {
    font-size: 18px;
}
.elementor-templates-modal__header__close--skip {
    padding: 10px 10px 10px 20px;
    margin-right: 10px;
    color: #fff;
    background-color: #a4afb7;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 2px;
    cursor: pointer;
}
.elementor-templates-modal__header__close--skip > i {
    font-size: inherit;
    padding-left: 10px;
    margin-left: 15px;
    border-left: 1px solid;
}
.elementor-templates-modal__header__close--skip > i:not(:hover) {
    color: #fff;
}
.elementor-templates-modal__sidebar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 25%;
    background-color: hsla(0, 0%, 100%, 0.3);
}
.elementor-templates-modal__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-shadow: 0 0 13px inset rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 13px rgba(0, 0, 0, 0.05);
}
#wpadminbar #wp-admin-bar-elementor_edit_page .elementor-general-section + .elementor-second-section {
    border-top: 1px solid #464b50;
    margin-top: 6px;
}
.elementor-hidden {
    display: none;
}
.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.elementor-clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0;
}
.e-logo-wrapper {
    background: #93003c;
    display: inline-block;
    padding: 0.75em;
    border-radius: 50%;
    line-height: 1;
}
.e-logo-wrapper i {
    color: #fff;
    font-size: 1em;
}
#e-enable-unfiltered-files-dialog-import-template .dialog-confirm-ok {
    color: #39b54a;
}
#e-enable-unfiltered-files-dialog-import-template .dialog-confirm-cancel {
    color: #b01b1b;
}
.elementor {
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
}
.elementor *,
.elementor :after,
.elementor :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.elementor a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}
.elementor hr {
    margin: 0;
    background-color: transparent;
}
.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
    margin: 0;
}
.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
}
.elementor .elementor-custom-embed {
    line-height: 0;
}
.elementor .elementor-background,
.elementor .elementor-background-holder,
.elementor .elementor-background-video-container {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    direction: ltr;
}
.elementor .elementor-background-video-container {
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    pointer-events: none;
}
.elementor .elementor-background-video-container.elementor-loading {
    opacity: 0;
}
.elementor .elementor-background-video-embed {
    max-width: none;
}
.elementor .elementor-background-video,
.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.elementor .elementor-background-video {
    max-width: none;
}
.elementor .elementor-html5-video {
    -o-object-fit: cover;
    object-fit: cover;
}
.elementor .elementor-background-overlay,
.elementor .elementor-background-slideshow {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.elementor .elementor-background-slideshow {
    z-index: 0;
}
.elementor .elementor-background-slideshow__slide__image {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover;
}
.e-container > .elementor-element.elementor-absolute,
.elementor-widget-wrap > .elementor-element.elementor-absolute {
    position: absolute;
}
.e-container > .elementor-element.elementor-fixed,
.elementor-widget-wrap > .elementor-element.elementor-fixed {
    position: fixed;
}
.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
    max-width: 100%;
}
@media (max-width: 1024px) {
    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,
    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,
    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
        max-width: 100%;
    }
}
.elementor-element {
    --flex-direction: initial;
    --flex-wrap: initial;
    --justify-content: initial;
    --align-items: initial;
    --align-content: initial;
    --gap: initial;
    --flex-basis: initial;
    --flex-grow: initial;
    --flex-shrink: initial;
    --order: initial;
    --align-self: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: var(--flex-direction);
    flex-direction: var(--flex-direction);
    -ms-flex-wrap: var(--flex-wrap);
    flex-wrap: var(--flex-wrap);
    -webkit-box-pack: var(--justify-content);
    -ms-flex-pack: var(--justify-content);
    justify-content: var(--justify-content);
    -webkit-box-align: var(--align-items);
    -ms-flex-align: var(--align-items);
    align-items: var(--align-items);
    -ms-flex-line-pack: var(--align-content);
    align-content: var(--align-content);
    gap: var(--gap);
    -ms-flex-preferred-size: var(--flex-basis);
    flex-basis: var(--flex-basis);
    -webkit-box-flex: var(--flex-grow);
    -ms-flex-positive: var(--flex-grow);
    flex-grow: var(--flex-grow);
    -ms-flex-negative: var(--flex-shrink);
    flex-shrink: var(--flex-shrink);
    -webkit-box-ordinal-group: var(--order);
    -ms-flex-order: var(--order);
    order: var(--order);
    -ms-flex-item-align: var(--align-self);
    align-self: var(--align-self);
}
.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
    z-index: 1;
}
.elementor-invisible {
    visibility: hidden;
}
.elementor-align-center {
    text-align: center;
}
.elementor-align-center .elementor-button {
    width: auto;
}
.elementor-align-right {
    text-align: right;
}
.elementor-align-right .elementor-button {
    width: auto;
}
.elementor-align-left {
    text-align: left;
}
.elementor-align-left .elementor-button {
    width: auto;
}
.elementor-align-justify .elementor-button {
    width: 100%;
}
.elementor-custom-embed-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.elementor-custom-embed-play i {
    font-size: 100px;
    color: #fff;
    text-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
}
.elementor-custom-embed-play svg {
    height: 100px;
    width: 100px;
    fill: #fff;
    -webkit-filter: drop-shadow(1px 0 6px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(1px 0 6px rgba(0, 0, 0, 0.3));
}
.elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
    opacity: 0.8;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.elementor-custom-embed-play.elementor-playing i {
    font-family: eicons;
}
.elementor-custom-embed-play.elementor-playing i:before {
    content: "\e8fb";
}
.elementor-custom-embed-play.elementor-playing i,
.elementor-custom-embed-play.elementor-playing svg {
    -webkit-animation: eicon-spin 2s linear infinite;
    animation: eicon-spin 2s linear infinite;
}
.elementor-tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.elementor-ken-burns {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property:
        transform,
        -webkit-transform;
    -webkit-transition-duration: 10s;
    -o-transition-duration: 10s;
    transition-duration: 10s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.elementor-ken-burns--out {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.elementor-ken-burns--active {
    -webkit-transition-duration: 20s;
    -o-transition-duration: 20s;
    transition-duration: 20s;
}
.elementor-ken-burns--active.elementor-ken-burns--out {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.elementor-ken-burns--active.elementor-ken-burns--in {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
@media (min-width: -1px) {
    .elementor-widescreen-align-center {
        text-align: center;
    }
    .elementor-widescreen-align-center .elementor-button {
        width: auto;
    }
    .elementor-widescreen-align-right {
        text-align: right;
    }
    .elementor-widescreen-align-right .elementor-button {
        width: auto;
    }
    .elementor-widescreen-align-left {
        text-align: left;
    }
    .elementor-widescreen-align-left .elementor-button {
        width: auto;
    }
    .elementor-widescreen-align-justify .elementor-button {
        width: 100%;
    }
}
@media (max-width: -1px) {
    .elementor-laptop-align-center {
        text-align: center;
    }
    .elementor-laptop-align-center .elementor-button {
        width: auto;
    }
    .elementor-laptop-align-right {
        text-align: right;
    }
    .elementor-laptop-align-right .elementor-button {
        width: auto;
    }
    .elementor-laptop-align-left {
        text-align: left;
    }
    .elementor-laptop-align-left .elementor-button {
        width: auto;
    }
    .elementor-laptop-align-justify .elementor-button {
        width: 100%;
    }
}
@media (max-width: -1px) {
    .elementor-tablet_extra-align-center {
        text-align: center;
    }
    .elementor-tablet_extra-align-center .elementor-button {
        width: auto;
    }
    .elementor-tablet_extra-align-right {
        text-align: right;
    }
    .elementor-tablet_extra-align-right .elementor-button {
        width: auto;
    }
    .elementor-tablet_extra-align-left {
        text-align: left;
    }
    .elementor-tablet_extra-align-left .elementor-button {
        width: auto;
    }
    .elementor-tablet_extra-align-justify .elementor-button {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .elementor-tablet-align-center {
        text-align: center;
    }
    .elementor-tablet-align-center .elementor-button {
        width: auto;
    }
    .elementor-tablet-align-right {
        text-align: right;
    }
    .elementor-tablet-align-right .elementor-button {
        width: auto;
    }
    .elementor-tablet-align-left {
        text-align: left;
    }
    .elementor-tablet-align-left .elementor-button {
        width: auto;
    }
    .elementor-tablet-align-justify .elementor-button {
        width: 100%;
    }
}
@media (max-width: -1px) {
    .elementor-mobile_extra-align-center {
        text-align: center;
    }
    .elementor-mobile_extra-align-center .elementor-button {
        width: auto;
    }
    .elementor-mobile_extra-align-right {
        text-align: right;
    }
    .elementor-mobile_extra-align-right .elementor-button {
        width: auto;
    }
    .elementor-mobile_extra-align-left {
        text-align: left;
    }
    .elementor-mobile_extra-align-left .elementor-button {
        width: auto;
    }
    .elementor-mobile_extra-align-justify .elementor-button {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .elementor-mobile-align-center {
        text-align: center;
    }
    .elementor-mobile-align-center .elementor-button {
        width: auto;
    }
    .elementor-mobile-align-right {
        text-align: right;
    }
    .elementor-mobile-align-right .elementor-button {
        width: auto;
    }
    .elementor-mobile-align-left {
        text-align: left;
    }
    .elementor-mobile-align-left .elementor-button {
        width: auto;
    }
    .elementor-mobile-align-justify .elementor-button {
        width: 100%;
    }
}
:root {
    --page-title-display: block;
}
.elementor-page-title,
h1.entry-title {
    display: var(--page-title-display);
}
@-webkit-keyframes eicon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes eicon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.eicon-animation-spin {
    -webkit-animation: eicon-spin 2s linear infinite;
    animation: eicon-spin 2s linear infinite;
}
.elementor-section {
    position: relative;
}
.elementor-section .elementor-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
@media (max-width: 1024px) {
    .elementor-section .elementor-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px;
}
.elementor-section.elementor-section-stretched {
    position: relative;
    width: 100%;
}
.elementor-section.elementor-section-items-top > .elementor-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.elementor-section.elementor-section-items-middle > .elementor-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.elementor-section.elementor-section-items-bottom > .elementor-container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
@media (min-width: 768px) {
    .elementor-section.elementor-section-height-full {
        height: 100vh;
    }
    .elementor-section.elementor-section-height-full > .elementor-container {
        height: 100%;
    }
}
.elementor-bc-flex-widget
    .elementor-section-content-top
    > .elementor-container
    > .elementor-column
    > .elementor-widget-wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.elementor-bc-flex-widget
    .elementor-section-content-middle
    > .elementor-container
    > .elementor-column
    > .elementor-widget-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.elementor-bc-flex-widget
    .elementor-section-content-bottom
    > .elementor-container
    > .elementor-column
    > .elementor-widget-wrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.elementor-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1024px) {
    .elementor-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.elementor-widget-wrap {
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.elementor-widget-wrap > .elementor-element {
    width: 100%;
}
.elementor-widget-wrap.e-swiper-container {
    width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)));
}
.elementor-widget {
    position: relative;
}
.elementor-widget:not(:last-child) {
    margin-bottom: 20px;
}
.elementor-widget:not(:last-child).elementor-absolute,
.elementor-widget:not(:last-child).elementor-widget__width-auto,
.elementor-widget:not(:last-child).elementor-widget__width-initial {
    margin-bottom: 0;
}
.elementor-column {
    min-height: 1px;
}
.elementor-column,
.elementor-column-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.elementor-column-wrap {
    width: 100%;
}
.elementor-column-gap-narrow > .elementor-column > .elementor-element-populated {
    padding: 5px;
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 10px;
}
.elementor-column-gap-extended > .elementor-column > .elementor-element-populated {
    padding: 15px;
}
.elementor-column-gap-wide > .elementor-column > .elementor-element-populated {
    padding: 20px;
}
.elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
    padding: 30px;
}
.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
    padding: 0;
}
@media (min-width: 768px) {
    .elementor-column.elementor-col-10,
    .elementor-column[data-col="10"] {
        width: 10%;
    }
    .elementor-column.elementor-col-11,
    .elementor-column[data-col="11"] {
        width: 11.111%;
    }
    .elementor-column.elementor-col-12,
    .elementor-column[data-col="12"] {
        width: 12.5%;
    }
    .elementor-column.elementor-col-14,
    .elementor-column[data-col="14"] {
        width: 14.285%;
    }
    .elementor-column.elementor-col-16,
    .elementor-column[data-col="16"] {
        width: 16.666%;
    }
    .elementor-column.elementor-col-20,
    .elementor-column[data-col="20"] {
        width: 20%;
    }
    .elementor-column.elementor-col-25,
    .elementor-column[data-col="25"] {
        width: 25%;
    }
    .elementor-column.elementor-col-30,
    .elementor-column[data-col="30"] {
        width: 30%;
    }
    .elementor-column.elementor-col-33,
    .elementor-column[data-col="33"] {
        width: 33.333%;
    }
    .elementor-column.elementor-col-40,
    .elementor-column[data-col="40"] {
        width: 40%;
    }
    .elementor-column.elementor-col-50,
    .elementor-column[data-col="50"] {
        width: 50%;
    }
    .elementor-column.elementor-col-60,
    .elementor-column[data-col="60"] {
        width: 60%;
    }
    .elementor-column.elementor-col-66,
    .elementor-column[data-col="66"] {
        width: 66.666%;
    }
    .elementor-column.elementor-col-70,
    .elementor-column[data-col="70"] {
        width: 70%;
    }
    .elementor-column.elementor-col-75,
    .elementor-column[data-col="75"] {
        width: 75%;
    }
    .elementor-column.elementor-col-80,
    .elementor-column[data-col="80"] {
        width: 80%;
    }
    .elementor-column.elementor-col-83,
    .elementor-column[data-col="83"] {
        width: 83.333%;
    }
    .elementor-column.elementor-col-90,
    .elementor-column[data-col="90"] {
        width: 90%;
    }
    .elementor-column.elementor-col-100,
    .elementor-column[data-col="100"] {
        width: 100%;
    }
}
@media (max-width: 479px) {
    .elementor-column.elementor-xs-10 {
        width: 10%;
    }
    .elementor-column.elementor-xs-11 {
        width: 11.111%;
    }
    .elementor-column.elementor-xs-12 {
        width: 12.5%;
    }
    .elementor-column.elementor-xs-14 {
        width: 14.285%;
    }
    .elementor-column.elementor-xs-16 {
        width: 16.666%;
    }
    .elementor-column.elementor-xs-20 {
        width: 20%;
    }
    .elementor-column.elementor-xs-25 {
        width: 25%;
    }
    .elementor-column.elementor-xs-30 {
        width: 30%;
    }
    .elementor-column.elementor-xs-33 {
        width: 33.333%;
    }
    .elementor-column.elementor-xs-40 {
        width: 40%;
    }
    .elementor-column.elementor-xs-50 {
        width: 50%;
    }
    .elementor-column.elementor-xs-60 {
        width: 60%;
    }
    .elementor-column.elementor-xs-66 {
        width: 66.666%;
    }
    .elementor-column.elementor-xs-70 {
        width: 70%;
    }
    .elementor-column.elementor-xs-75 {
        width: 75%;
    }
    .elementor-column.elementor-xs-80 {
        width: 80%;
    }
    .elementor-column.elementor-xs-83 {
        width: 83.333%;
    }
    .elementor-column.elementor-xs-90 {
        width: 90%;
    }
    .elementor-column.elementor-xs-100 {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .elementor-column.elementor-sm-10 {
        width: 10%;
    }
    .elementor-column.elementor-sm-11 {
        width: 11.111%;
    }
    .elementor-column.elementor-sm-12 {
        width: 12.5%;
    }
    .elementor-column.elementor-sm-14 {
        width: 14.285%;
    }
    .elementor-column.elementor-sm-16 {
        width: 16.666%;
    }
    .elementor-column.elementor-sm-20 {
        width: 20%;
    }
    .elementor-column.elementor-sm-25 {
        width: 25%;
    }
    .elementor-column.elementor-sm-30 {
        width: 30%;
    }
    .elementor-column.elementor-sm-33 {
        width: 33.333%;
    }
    .elementor-column.elementor-sm-40 {
        width: 40%;
    }
    .elementor-column.elementor-sm-50 {
        width: 50%;
    }
    .elementor-column.elementor-sm-60 {
        width: 60%;
    }
    .elementor-column.elementor-sm-66 {
        width: 66.666%;
    }
    .elementor-column.elementor-sm-70 {
        width: 70%;
    }
    .elementor-column.elementor-sm-75 {
        width: 75%;
    }
    .elementor-column.elementor-sm-80 {
        width: 80%;
    }
    .elementor-column.elementor-sm-83 {
        width: 83.333%;
    }
    .elementor-column.elementor-sm-90 {
        width: 90%;
    }
    .elementor-column.elementor-sm-100 {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .elementor-column.elementor-md-10 {
        width: 10%;
    }
    .elementor-column.elementor-md-11 {
        width: 11.111%;
    }
    .elementor-column.elementor-md-12 {
        width: 12.5%;
    }
    .elementor-column.elementor-md-14 {
        width: 14.285%;
    }
    .elementor-column.elementor-md-16 {
        width: 16.666%;
    }
    .elementor-column.elementor-md-20 {
        width: 20%;
    }
    .elementor-column.elementor-md-25 {
        width: 25%;
    }
    .elementor-column.elementor-md-30 {
        width: 30%;
    }
    .elementor-column.elementor-md-33 {
        width: 33.333%;
    }
    .elementor-column.elementor-md-40 {
        width: 40%;
    }
    .elementor-column.elementor-md-50 {
        width: 50%;
    }
    .elementor-column.elementor-md-60 {
        width: 60%;
    }
    .elementor-column.elementor-md-66 {
        width: 66.666%;
    }
    .elementor-column.elementor-md-70 {
        width: 70%;
    }
    .elementor-column.elementor-md-75 {
        width: 75%;
    }
    .elementor-column.elementor-md-80 {
        width: 80%;
    }
    .elementor-column.elementor-md-83 {
        width: 83.333%;
    }
    .elementor-column.elementor-md-90 {
        width: 90%;
    }
    .elementor-column.elementor-md-100 {
        width: 100%;
    }
}
@media (min-width: -1px) {
    .elementor-reverse-widescreen > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .elementor-reverse-widescreen > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .elementor-reverse-widescreen > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .elementor-reverse-widescreen > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .elementor-reverse-widescreen > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .elementor-reverse-widescreen > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .elementor-reverse-widescreen > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .elementor-reverse-widescreen > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .elementor-reverse-widescreen > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .elementor-reverse-widescreen > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media (min-width: 1025px) and (max-width: -1px) {
    .elementor-reverse-laptop > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .elementor-reverse-laptop > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .elementor-reverse-laptop > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .elementor-reverse-laptop > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .elementor-reverse-laptop > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .elementor-reverse-laptop > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .elementor-reverse-laptop > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .elementor-reverse-laptop > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .elementor-reverse-laptop > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media (min-width: -1px) and (max-width: -1px) {
    .elementor-reverse-laptop > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .elementor-reverse-laptop > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .elementor-reverse-laptop > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .elementor-reverse-laptop > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .elementor-reverse-laptop > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .elementor-reverse-laptop > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .elementor-reverse-laptop > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .elementor-reverse-laptop > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .elementor-reverse-laptop > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media (min-width: 1025px) and (max-width: -1px) {
    .elementor-reverse-laptop > .elementor-container > :first-child,
    .elementor-reverse-laptop > .elementor-container > :nth-child(2),
    .elementor-reverse-laptop > .elementor-container > :nth-child(3),
    .elementor-reverse-laptop > .elementor-container > :nth-child(4),
    .elementor-reverse-laptop > .elementor-container > :nth-child(5),
    .elementor-reverse-laptop > .elementor-container > :nth-child(6),
    .elementor-reverse-laptop > .elementor-container > :nth-child(7),
    .elementor-reverse-laptop > .elementor-container > :nth-child(8),
    .elementor-reverse-laptop > .elementor-container > :nth-child(9),
    .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: 0;
    }
    .elementor-reverse-tablet_extra > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .elementor-reverse-tablet > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .elementor-reverse-tablet > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .elementor-reverse-tablet > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .elementor-reverse-tablet > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .elementor-reverse-tablet > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .elementor-reverse-tablet > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .elementor-reverse-tablet > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .elementor-reverse-tablet > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .elementor-reverse-tablet > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media (min-width: -1px) and (max-width: 1024px) {
    .elementor-reverse-tablet > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .elementor-reverse-tablet > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .elementor-reverse-tablet > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .elementor-reverse-tablet > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .elementor-reverse-tablet > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .elementor-reverse-tablet > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .elementor-reverse-tablet > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .elementor-reverse-tablet > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .elementor-reverse-tablet > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media (min-width: 768px) and (max-width: -1px) {
    .elementor-reverse-tablet > .elementor-container > :first-child,
    .elementor-reverse-tablet > .elementor-container > :nth-child(2),
    .elementor-reverse-tablet > .elementor-container > :nth-child(3),
    .elementor-reverse-tablet > .elementor-container > :nth-child(4),
    .elementor-reverse-tablet > .elementor-container > :nth-child(5),
    .elementor-reverse-tablet > .elementor-container > :nth-child(6),
    .elementor-reverse-tablet > .elementor-container > :nth-child(7),
    .elementor-reverse-tablet > .elementor-container > :nth-child(8),
    .elementor-reverse-tablet > .elementor-container > :nth-child(9),
    .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: 0;
    }
    .elementor-reverse-mobile_extra > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media (max-width: 767px) {
    .elementor-reverse-mobile > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .elementor-reverse-mobile > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .elementor-reverse-mobile > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .elementor-reverse-mobile > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .elementor-reverse-mobile > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .elementor-reverse-mobile > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .elementor-reverse-mobile > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .elementor-reverse-mobile > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .elementor-reverse-mobile > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .elementor-reverse-mobile > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .elementor-column {
        width: 100%;
    }
}
ul.elementor-icon-list-items.elementor-inline-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
    word-break: break-word;
}
.elementor-grid {
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap);
}
.elementor-grid .elementor-grid-item {
    min-width: 0;
}
.elementor-grid-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap));
}
.elementor-grid-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
}
.elementor-grid-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
}
.elementor-grid-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
}
.elementor-grid-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
}
.elementor-grid-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
}
.elementor-grid-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
}
.elementor-grid-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
}
.elementor-grid-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
}
.elementor-grid-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
}
.elementor-grid-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
}
.elementor-grid-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
}
.elementor-grid-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
}
.elementor-grid-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
}
@media (min-width: -1px) {
    .elementor-grid-widescreen-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap));
    }
    .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word;
    }
    .elementor-grid-widescreen-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .elementor-grid-widescreen-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .elementor-grid-widescreen-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .elementor-grid-widescreen-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .elementor-grid-widescreen-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr);
    }
    .elementor-grid-widescreen-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr);
    }
    .elementor-grid-widescreen-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr);
    }
    .elementor-grid-widescreen-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr);
    }
    .elementor-grid-widescreen-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr);
    }
    .elementor-grid-widescreen-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr);
    }
    .elementor-grid-widescreen-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr);
    }
    .elementor-grid-widescreen-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr);
    }
}
@media (max-width: -1px) {
    .elementor-grid-laptop-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap));
    }
    .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word;
    }
    .elementor-grid-laptop-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .elementor-grid-laptop-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .elementor-grid-laptop-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .elementor-grid-laptop-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .elementor-grid-laptop-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr);
    }
    .elementor-grid-laptop-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr);
    }
    .elementor-grid-laptop-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr);
    }
    .elementor-grid-laptop-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr);
    }
    .elementor-grid-laptop-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr);
    }
    .elementor-grid-laptop-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr);
    }
    .elementor-grid-laptop-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr);
    }
    .elementor-grid-laptop-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr);
    }
}
@media (max-width: -1px) {
    .elementor-grid-tablet_extra-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap));
    }
    .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word;
    }
    .elementor-grid-tablet_extra-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .elementor-grid-tablet_extra-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .elementor-grid-tablet_extra-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .elementor-grid-tablet_extra-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .elementor-grid-tablet_extra-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr);
    }
    .elementor-grid-tablet_extra-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr);
    }
    .elementor-grid-tablet_extra-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr);
    }
    .elementor-grid-tablet_extra-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr);
    }
    .elementor-grid-tablet_extra-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr);
    }
    .elementor-grid-tablet_extra-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr);
    }
    .elementor-grid-tablet_extra-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr);
    }
    .elementor-grid-tablet_extra-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr);
    }
}
@media (max-width: 1024px) {
    .elementor-grid-tablet-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap));
    }
    .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word;
    }
    .elementor-grid-tablet-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .elementor-grid-tablet-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .elementor-grid-tablet-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .elementor-grid-tablet-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .elementor-grid-tablet-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr);
    }
    .elementor-grid-tablet-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr);
    }
    .elementor-grid-tablet-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr);
    }
    .elementor-grid-tablet-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr);
    }
    .elementor-grid-tablet-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr);
    }
    .elementor-grid-tablet-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr);
    }
    .elementor-grid-tablet-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr);
    }
    .elementor-grid-tablet-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr);
    }
}
@media (max-width: -1px) {
    .elementor-grid-mobile_extra-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap));
    }
    .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word;
    }
    .elementor-grid-mobile_extra-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .elementor-grid-mobile_extra-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .elementor-grid-mobile_extra-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .elementor-grid-mobile_extra-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .elementor-grid-mobile_extra-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr);
    }
    .elementor-grid-mobile_extra-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr);
    }
    .elementor-grid-mobile_extra-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr);
    }
    .elementor-grid-mobile_extra-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr);
    }
    .elementor-grid-mobile_extra-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr);
    }
    .elementor-grid-mobile_extra-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr);
    }
    .elementor-grid-mobile_extra-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr);
    }
    .elementor-grid-mobile_extra-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr);
    }
}
@media (max-width: 767px) {
    .elementor-grid-mobile-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap));
    }
    .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word;
    }
    .elementor-grid-mobile-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .elementor-grid-mobile-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .elementor-grid-mobile-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .elementor-grid-mobile-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .elementor-grid-mobile-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr);
    }
    .elementor-grid-mobile-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr);
    }
    .elementor-grid-mobile-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr);
    }
    .elementor-grid-mobile-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr);
    }
    .elementor-grid-mobile-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr);
    }
    .elementor-grid-mobile-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr);
    }
    .elementor-grid-mobile-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr);
    }
    .elementor-grid-mobile-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr);
    }
}
@media (min-width: 1025px) {
    #elementor-device-mode:after {
        content: "desktop";
    }
}
@media (min-width: -1px) {
    #elementor-device-mode:after {
        content: "widescreen";
    }
}
@media (max-width: -1px) {
    #elementor-device-mode:after {
        content: "laptop";
        content: "tablet_extra";
    }
}
@media (max-width: 1024px) {
    #elementor-device-mode:after {
        content: "tablet";
    }
}
@media (max-width: -1px) {
    #elementor-device-mode:after {
        content: "mobile_extra";
    }
}
@media (max-width: 767px) {
    #elementor-device-mode:after {
        content: "mobile";
    }
}
.e-container {
    --border-radius: 0;
    --display: flex;
    --flex-direction: column;
    --flex-basis: auto;
    --flex-grow: 0;
    --flex-shrink: 1;
    --content-width: Min(100%, var(--container-max-width, 1140px));
    --width: 100%;
    --min-height: initial;
    --height: auto;
    --text-align: initial;
    --margin-top: 0;
    --margin-right: 0;
    --margin-bottom: 0;
    --margin-left: 0;
    --padding-top: var(--container-default-padding, 0px);
    --padding-right: var(--container-default-padding, 0px);
    --padding-bottom: var(--container-default-padding, 0px);
    --padding-left: var(--container-default-padding, 0px);
    --position: relative;
    --z-index: revert;
    --overflow: visible;
    --transition: 0;
    --gap: var(--widgets-spacing, 20px);
    --overlay-mix-blend-mode: initial;
    --overlay-opacity: 1;
    --overlay-transition: 0;
    position: var(--position);
    display: var(--display);
    text-align: var(--text-align);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: var(--flex-direction);
    flex-direction: var(--flex-direction);
    -webkit-box-flex: var(--flex-grow);
    -ms-flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis);
    flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis);
    width: var(--width);
    min-width: 0;
    max-width: Min(100%, var(--width));
    min-height: var(--min-height);
    height: var(--height);
    border-radius: var(--border-radius);
    margin: var(--margin-top) var(--margin-right) var(--margin-bottom) var(--margin-left);
    padding: var(--padding-top) calc((100% - var(--content-width)) / 2 + var(--padding-right)) var(--padding-bottom)
        calc((100% - var(--content-width)) / 2 + var(--padding-left));
    z-index: var(--z-index);
    overflow: var(--overflow);
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}
:is(.elementor-section-wrap, [data-elementor-id]) > .e-container {
    --margin-right: auto;
    --margin-left: auto;
}
.e-container .elementor-empty-view {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: var(--min-height, 100px);
}
.e-container .elementor-empty-view .elementor-first-add {
    width: auto;
    height: auto;
    inset: 10px;
}
.e-container .elementor-widget-placeholder {
    --size: 10px;
    --margin-start: calc(-1 * var(--size));
    --margin-end: calc(-2 * var(--size));
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    z-index: 1;
    pointer-events: none;
}
.e-container.e-container--row > .elementor-widget-placeholder {
    position: relative;
    z-index: 9999;
    width: var(--size);
    -webkit-margin-start: var(--margin-start);
    margin-inline-start: var(--margin-start);
    height: auto;
    min-height: 100%;
    -webkit-animation-name: dnd-placeholder-widget-vertical;
    animation-name: dnd-placeholder-widget-vertical;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.e-container.e-container--row[data-nesting-level]:not([data-nesting-level="0"]) > .elementor-widget-placeholder {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    -webkit-margin-start: calc(var(--margin-start) + var(--margin-end));
    margin-inline-start: calc(var(--margin-start) + var(--margin-end));
}
.e-container.e-container--row[data-nesting-level]:not([data-nesting-level="0"])
    > :not(.elementor-element)
    + .elementor-widget-placeholder {
    -webkit-margin-end: var(--margin-end);
    margin-inline-end: var(--margin-end);
    -webkit-margin-start: var(--margin-start);
    margin-inline-start: var(--margin-start);
}
.e-container.e-container--column > .elementor-widget-placeholder {
    height: var(--size);
    -webkit-margin-before: var(--margin-start);
    margin-block-start: var(--margin-start);
    -webkit-margin-after: var(--margin-end);
    margin-block-end: var(--margin-end);
    -webkit-animation-name: dnd-placeholder-widget-horizontal;
    animation-name: dnd-placeholder-widget-horizontal;
}
.e-container.e-container--column > .elementor-widget-placeholder:nth-last-child(2) {
    -webkit-margin-before: calc(2 * var(--margin-start));
    margin-block-start: calc(2 * var(--margin-start));
    --margin-end: 0;
}
.e-container .elementor-sortable-helper {
    height: 84px;
    width: 125px;
    z-index: -1;
}
.e-container .elementor-widget.elementor-widget {
    margin-bottom: 0;
}
.e-container:before {
    content: var(--background-overlay);
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    mix-blend-mode: var(--overlay-mix-blend-mode);
    opacity: var(--overlay-opacity);
    -webkit-transition: var(--overlay-transition);
    -o-transition: var(--overlay-transition);
    transition: var(--overlay-transition);
    border-radius: var(--border-radius);
}
.e-container .elementor-widget {
    min-width: 0;
}
.e-container .elementor-widget-google_maps,
.e-container .elementor-widget-video {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.e-container .elementor-widget.e-widget-swiper {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.e-container > .e-container > .elementor-element-overlay .elementor-editor-element-setting,
.elementor-widget .e-container > .elementor-element-overlay .elementor-editor-element-setting {
    position: relative;
    background-color: #556068;
}
.e-container > .e-container > .elementor-element-overlay .elementor-editor-element-setting:hover,
.elementor-widget .e-container > .elementor-element-overlay .elementor-editor-element-setting:hover {
    background-color: #495157;
}
.e-container > .e-container > .elementor-element-overlay .elementor-editor-element-setting.elementor-editor-element-add,
.e-container
    > .e-container
    > .elementor-element-overlay
    .elementor-editor-element-setting.elementor-editor-element-edit
    + .elementor-editor-element-remove,
.e-container > .e-container > .elementor-element-overlay .elementor-editor-element-setting:first-child:before,
.e-container > .e-container > .elementor-element-overlay .elementor-editor-element-setting:last-child:after,
.elementor-widget
    .e-container
    > .elementor-element-overlay
    .elementor-editor-element-setting.elementor-editor-element-add,
.elementor-widget
    .e-container
    > .elementor-element-overlay
    .elementor-editor-element-setting.elementor-editor-element-edit
    + .elementor-editor-element-remove,
.elementor-widget .e-container > .elementor-element-overlay .elementor-editor-element-setting:first-child:before,
.elementor-widget .e-container > .elementor-element-overlay .elementor-editor-element-setting:last-child:after {
    display: none;
}
.e-container
    > .e-container
    > .elementor-element-overlay
    .elementor-editor-element-setting:not(.elementor-editor-element-edit),
.elementor-widget
    .e-container
    > .elementor-element-overlay
    .elementor-editor-element-setting:not(.elementor-editor-element-edit) {
    -webkit-margin-start: -25px;
    margin-inline-start: -25px;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -o-transition: 0.3s all;
    transition: all 0.3s;
    will-change: margin-inline-start;
}
.e-container
    > .e-container
    > .elementor-element-overlay
    > .elementor-editor-element-settings:hover
    > :is(.elementor-editor-element-duplicate, .elementor-editor-element-remove),
.elementor-widget
    .e-container
    > .elementor-element-overlay
    > .elementor-editor-element-settings:hover
    > :is(.elementor-editor-element-duplicate, .elementor-editor-element-remove) {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
}
.e-container > .e-container > .elementor-element-overlay .elementor-editor-element-settings,
.elementor-widget .e-container > .elementor-element-overlay .elementor-editor-element-settings {
    inset: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    inset-inline-start: 0;
    top: 0;
    border-radius: 0;
    border-end-end-radius: 3px;
    height: auto;
    background-color: #556068;
}
.e-container > .e-container > .elementor-element-overlay .elementor-editor-element-settings:hover,
.elementor-widget .e-container > .elementor-element-overlay .elementor-editor-element-settings:hover {
    background-color: #495157;
}
.e-container > .e-container > .elementor-element-overlay .elementor-editor-element-settings i.eicon-handle:before,
.elementor-widget .e-container > .elementor-element-overlay .elementor-editor-element-settings i.eicon-handle:before {
    content: "\e9b4";
    font-size: 20px;
    display: block;
    padding: 2px;
}
@media (max-width: 767px) {
    .e-container {
        --width: 100%;
        --flex-wrap: wrap;
    }
}
@-webkit-keyframes dnd-placeholder-widget-vertical {
    0% {
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transform: translateX(50%) scaleX(0);
        transform: translateX(50%) scaleX(0);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transform: translateX(50%) scaleX(1);
        transform: translateX(50%) scaleX(1);
        opacity: 0.9;
    }
}
@keyframes dnd-placeholder-widget-vertical {
    0% {
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transform: translateX(50%) scaleX(0);
        transform: translateX(50%) scaleX(0);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transform: translateX(50%) scaleX(1);
        transform: translateX(50%) scaleX(1);
        opacity: 0.9;
    }
}
@-webkit-keyframes dnd-placeholder-widget-horizontal {
    0% {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 0.9;
    }
}
@keyframes dnd-placeholder-widget-horizontal {
    0% {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 0.9;
    }
}
.elementor-form-fields-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > input,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > textarea {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
.elementor-form-fields-wrapper.elementor-labels-inline > .elementor-field-group .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-inline > .elementor-field-group > input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.elementor-field-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.elementor-field-group.elementor-field-type-submit {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.elementor-field-group .elementor-field-textual {
    width: 100%;
    max-width: 100%;
    border: 1px solid #818a91;
    background-color: transparent;
    color: #373a3c;
    vertical-align: middle;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.elementor-field-group .elementor-field-textual:focus {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    outline: 0;
}
.elementor-field-group .elementor-field-textual::-webkit-input-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: 0.6;
}
.elementor-field-group .elementor-field-textual:-ms-input-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: 0.6;
}
.elementor-field-group .elementor-field-textual:-moz-placeholder,
.elementor-field-group .elementor-field-textual::-moz-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: 0.6;
}
.elementor-field-group .elementor-field-textual::-ms-input-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: 0.6;
}
.elementor-field-group .elementor-field-textual::placeholder {
    color: inherit;
    font-family: inherit;
    opacity: 0.6;
}
.elementor-field-group .elementor-select-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
}
.elementor-field-group .elementor-select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-right: 20px;
}
.elementor-field-group .elementor-select-wrapper:before {
    content: "\e92a";
    font-family: eicons;
    font-size: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    pointer-events: none;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
    content: "";
}
.elementor-field-subgroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.elementor-field-subgroup .elementor-field-option label {
    display: inline-block;
}
.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    padding-right: 10px;
}
.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
    display: inline;
}
.elementor-field-label {
    cursor: pointer;
}
.elementor-mark-required .elementor-field-label:after {
    content: "*";
    color: red;
    padding-left: 0.2em;
}
.elementor-field-textual {
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    border-radius: 3px;
}
.elementor-field-textual.elementor-size-xs {
    font-size: 13px;
    min-height: 33px;
    padding: 4px 12px;
    border-radius: 2px;
}
.elementor-field-textual.elementor-size-md {
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
    border-radius: 4px;
}
.elementor-field-textual.elementor-size-lg {
    font-size: 18px;
    min-height: 59px;
    padding: 7px 20px;
    border-radius: 5px;
}
.elementor-field-textual.elementor-size-xl {
    font-size: 20px;
    min-height: 72px;
    padding: 8px 24px;
    border-radius: 6px;
}
.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.elementor-button-align-stretch .e-form__buttons__wrapper {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.elementor-button-align-stretch .e-form__buttons__wrapper__button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.elementor-button-align-center .e-form__buttons,
.elementor-button-align-center .elementor-field-type-submit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.elementor-button-align-start .e-form__buttons,
.elementor-button-align-start .elementor-field-type-submit {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.elementor-button-align-end .e-form__buttons,
.elementor-button-align-end .elementor-field-type-submit {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    -ms-flex-preferred-size: initial;
    flex-basis: auto;
}
.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper {
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: 0;
}
.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-center .e-form__buttons__wrapper__button,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper__button,
.elementor-button-align-start .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper__button {
    -ms-flex-preferred-size: initial;
    flex-basis: auto;
}
@media screen and (max-width: 1024px) {
    .elementor-tablet-button-align-stretch
        .elementor-field-type-submit:not(.e-form__buttons__wrapper)
        .elementor-button {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .elementor-tablet-button-align-center .e-form__buttons,
    .elementor-tablet-button-align-center .elementor-field-type-submit {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .elementor-tablet-button-align-start .e-form__buttons,
    .elementor-tablet-button-align-start .elementor-field-type-submit {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .elementor-tablet-button-align-end .e-form__buttons,
    .elementor-tablet-button-align-end .elementor-field-type-submit {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        -ms-flex-preferred-size: initial;
        flex-basis: auto;
    }
    .elementor-tablet-button-align-center .e-form__buttons__wrapper,
    .elementor-tablet-button-align-end .e-form__buttons__wrapper,
    .elementor-tablet-button-align-start .e-form__buttons__wrapper {
        -webkit-box-flex: initial;
        -ms-flex-positive: initial;
        flex-grow: 0;
    }
    .elementor-tablet-button-align-center .e-form__buttons__wrapper,
    .elementor-tablet-button-align-center .e-form__buttons__wrapper__button,
    .elementor-tablet-button-align-end .e-form__buttons__wrapper,
    .elementor-tablet-button-align-end .e-form__buttons__wrapper__button,
    .elementor-tablet-button-align-start .e-form__buttons__wrapper,
    .elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
        -ms-flex-preferred-size: initial;
        flex-basis: auto;
    }
}
@media screen and (max-width: 767px) {
    .elementor-mobile-button-align-stretch
        .elementor-field-type-submit:not(.e-form__buttons__wrapper)
        .elementor-button {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .elementor-mobile-button-align-center .e-form__buttons,
    .elementor-mobile-button-align-center .elementor-field-type-submit {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .elementor-mobile-button-align-start .e-form__buttons,
    .elementor-mobile-button-align-start .elementor-field-type-submit {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .elementor-mobile-button-align-end .e-form__buttons,
    .elementor-mobile-button-align-end .elementor-field-type-submit {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        -ms-flex-preferred-size: initial;
        flex-basis: auto;
    }
    .elementor-mobile-button-align-center .e-form__buttons__wrapper,
    .elementor-mobile-button-align-end .e-form__buttons__wrapper,
    .elementor-mobile-button-align-start .e-form__buttons__wrapper {
        -webkit-box-flex: initial;
        -ms-flex-positive: initial;
        flex-grow: 0;
    }
    .elementor-mobile-button-align-center .e-form__buttons__wrapper,
    .elementor-mobile-button-align-center .e-form__buttons__wrapper__button,
    .elementor-mobile-button-align-end .e-form__buttons__wrapper,
    .elementor-mobile-button-align-end .e-form__buttons__wrapper__button,
    .elementor-mobile-button-align-start .e-form__buttons__wrapper,
    .elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
        -ms-flex-preferred-size: initial;
        flex-basis: auto;
    }
}
.elementor-error .elementor-field {
    border-color: #d9534f;
}
.elementor-error .help-inline {
    color: #d9534f;
    font-size: 0.9em;
}
.elementor-message {
    margin: 10px 0;
    font-size: 1em;
    line-height: 1;
}
.elementor-message:before {
    content: "\e90e";
    display: inline-block;
    font-family: eicons;
    font-weight: 400;
    font-style: normal;
    vertical-align: middle;
    margin-right: 5px;
}
.elementor-message.elementor-message-danger {
    color: #d9534f;
}
.elementor-message.elementor-message-danger:before {
    content: "\e87f";
}
.elementor-message.form-message-success {
    color: #5cb85c;
}
.elementor-form .elementor-button {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
}
.elementor-form .elementor-button > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.elementor-form .elementor-button.elementor-size-xs {
    min-height: 33px;
}
.elementor-form .elementor-button.elementor-size-sm {
    min-height: 40px;
}
.elementor-form .elementor-button.elementor-size-md {
    min-height: 47px;
}
.elementor-form .elementor-button.elementor-size-lg {
    min-height: 59px;
}
.elementor-form .elementor-button.elementor-size-xl {
    min-height: 72px;
}
.elementor-element .elementor-widget-container {
    -webkit-transition:
        background 0.3s,
        border 0.3s,
        border-radius 0.3s,
        -webkit-box-shadow 0.3s;
    transition:
        background 0.3s,
        border 0.3s,
        border-radius 0.3s,
        -webkit-box-shadow 0.3s;
    -o-transition:
        background 0.3s,
        border 0.3s,
        border-radius 0.3s,
        box-shadow 0.3s;
    transition:
        background 0.3s,
        border 0.3s,
        border-radius 0.3s,
        box-shadow 0.3s;
    transition:
        background 0.3s,
        border 0.3s,
        border-radius 0.3s,
        box-shadow 0.3s,
        -webkit-box-shadow 0.3s;
}
.elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #818a91;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
    color: #fff;
}
.elementor-button-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.elementor-button-icon {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.elementor-button-icon svg {
    width: 1em;
    height: auto;
}
.elementor-button-icon .e-font-icon-svg {
    height: 1em;
}
.elementor-button-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    display: inline-block;
}
.elementor-button.elementor-size-xs {
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 2px;
}
.elementor-button.elementor-size-md {
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 4px;
}
.elementor-button.elementor-size-lg {
    font-size: 18px;
    padding: 20px 40px;
    border-radius: 5px;
}
.elementor-button.elementor-size-xl {
    font-size: 20px;
    padding: 25px 50px;
    border-radius: 6px;
}
.elementor-button .elementor-align-icon-right {
    margin-left: 5px;
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
}
.elementor-button .elementor-align-icon-left {
    margin-right: 5px;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.elementor-button span {
    text-decoration: inherit;
}
.elementor-element.elementor-button-info .elementor-button {
    background-color: #5bc0de;
}
.elementor-element.elementor-button-success .elementor-button {
    background-color: #5cb85c;
}
.elementor-element.elementor-button-warning .elementor-button {
    background-color: #f0ad4e;
}
.elementor-element.elementor-button-danger .elementor-button {
    background-color: #d9534f;
}
.elementor-widget-button .elementor-button .elementor-button-info {
    background-color: #5bc0de;
}
.elementor-widget-button .elementor-button .elementor-button-success {
    background-color: #5cb85c;
}
.elementor-widget-button .elementor-button .elementor-button-warning {
    background-color: #f0ad4e;
}
.elementor-widget-button .elementor-button .elementor-button-danger {
    background-color: #d9534f;
}
.elementor-tab-title a {
    color: inherit;
}
.elementor-view-stacked .elementor-icon {
    padding: 0.5em;
    background-color: #818a91;
    color: #fff;
    fill: #fff;
}
.elementor-view-framed .elementor-icon {
    padding: 0.5em;
    color: #818a91;
    border: 3px solid #818a91;
    background-color: transparent;
}
.elementor-icon {
    display: inline-block;
    line-height: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #818a91;
    font-size: 50px;
    text-align: center;
}
.elementor-icon:hover {
    color: #818a91;
}
.elementor-icon i,
.elementor-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}
.elementor-icon i:before,
.elementor-icon svg:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.elementor-icon i.fad {
    width: auto;
}
.elementor-shape-circle .elementor-icon {
    border-radius: 50%;
}
.e-transform .elementor-widget-container {
    -webkit-transform: perspective(var(--e-transform-perspective, 0)) rotate(var(--e-transform-rotateZ, 0))
        rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0))
        translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0))
        translateY(var(--e-transform-translateY, 0))
        scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1))))
        scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1))))
        skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
    transform: perspective(var(--e-transform-perspective, 0)) rotate(var(--e-transform-rotateZ, 0))
        rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0))
        translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0))
        translateY(var(--e-transform-translateY, 0))
        scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1))))
        scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1))))
        skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
    -webkit-transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
    -ms-transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
    -webkit-transition: -webkit-transform var(--e-transform-transition-duration, 0.4s);
    transition: -webkit-transform var(--e-transform-transition-duration, 0.4s);
    -o-transition: transform var(--e-transform-transition-duration, 0.4s);
    transition: transform var(--e-transform-transition-duration, 0.4s);
    transition:
        transform var(--e-transform-transition-duration, 0.4s),
        -webkit-transform var(--e-transform-transition-duration, 0.4s);
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-container .swiper-slide figure {
    line-height: 0;
}
.swiper-container .elementor-lightbox-content-source {
    display: none;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property:
        transform,
        -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property:
        height,
        -webkit-transform;
    transition-property:
        height,
        -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property:
        transform,
        height,
        -webkit-transform;
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background: no-repeat 50%;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 5px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: 0.2;
}
.swiper-pagination-fraction {
    color: #000;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}
.swiper-pagination-bullet-active {
    opacity: 1;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, 0.5);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000;
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px;
}
.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.elementor-pagination-position-outside .swiper-container {
    padding-bottom: 30px;
}
.elementor-pagination-position-outside .elementor-swiper-button {
    top: calc(50% - 30px / 2);
}
.elementor-swiper {
    position: relative;
}
.elementor-main-swiper {
    position: static;
}
.elementor-arrows-position-outside .swiper-container {
    width: calc(100% - 60px);
}
.elementor-arrows-position-outside .elementor-swiper-button-prev {
    left: 0;
}
.elementor-arrows-position-outside .elementor-swiper-button-next {
    right: 0;
}
.swiper-image-stretch .swiper-slide .swiper-slide-image {
    width: 100%;
}
.elementor-swiper-button {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: hsla(0, 0%, 93.3%, 0.9);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.elementor-swiper-button svg {
    fill: hsla(0, 0%, 93.3%, 0.9);
    height: 1em;
    width: 1em;
}
.elementor-swiper-button-prev {
    left: 10px;
}
.elementor-swiper-button-next {
    right: 10px;
}
.elementor-swiper-button.swiper-button-disabled {
    opacity: 0.3;
}
.swiper-container-cube .elementor-swiper-button {
    -webkit-transform: translate3d(0, -50%, 1px);
    transform: translate3d(0, -50%, 1px);
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite;
}
.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-size: 100%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
        no-repeat 50%;
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.elementor-lightbox {
    --lightbox-ui-color: hsla(0, 0%, 93.3%, 0.9);
    --lightbox-ui-color-hover: #fff;
    --lightbox-text-color: var(--lightbox-ui-color);
    --lightbox-header-icons-size: 20px;
    --lightbox-navigation-icons-size: 25px;
}
.elementor-lightbox .dialog-header {
    display: none;
}
.elementor-lightbox .dialog-widget-content {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: 100%;
}
.elementor-lightbox .dialog-message {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}
.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) {
    height: 100%;
}
.elementor-lightbox .dialog-message.dialog-lightbox-message {
    padding: 0;
}
.elementor-lightbox .dialog-lightbox-close-button {
    cursor: pointer;
    position: absolute;
    font-size: var(--lightbox-header-icons-size);
    right: 0.75em;
    margin-top: 13px;
    padding: 0.25em;
    z-index: 2;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.elementor-lightbox .dialog-lightbox-close-button svg {
    height: 1em;
    width: 1em;
}
.elementor-lightbox .dialog-lightbox-close-button,
.elementor-lightbox .elementor-swiper-button {
    color: var(--lightbox-ui-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}
.elementor-lightbox .dialog-lightbox-close-button svg,
.elementor-lightbox .elementor-swiper-button svg {
    fill: var(--lightbox-ui-color);
}
.elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-lightbox .elementor-swiper-button:hover {
    color: var(--lightbox-ui-color-hover);
}
.elementor-lightbox .dialog-lightbox-close-button:hover svg,
.elementor-lightbox .elementor-swiper-button:hover svg {
    fill: var(--lightbox-ui-color-hover);
}
.elementor-lightbox .swiper-container {
    height: 100%;
}
.elementor-lightbox .elementor-lightbox-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    margin: auto;
}
@media (max-width: 767px) {
    .elementor-lightbox .elementor-lightbox-item {
        padding: 70px 0;
    }
}
.elementor-lightbox .elementor-lightbox-image {
    max-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-lightbox-image:hover {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
    border: none;
}
.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-video-container {
    -webkit-box-shadow:
        0 0 30px rgba(0, 0, 0, 0.3),
        0 0 8px -5px rgba(0, 0, 0, 0.3);
    box-shadow:
        0 0 30px rgba(0, 0, 0, 0.3),
        0 0 8px -5px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}
.elementor-lightbox .elementor-video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (min-width: 1025px) {
    .elementor-lightbox .elementor-video-container {
        width: 75%;
    }
}
@media (max-width: 1024px) {
    .elementor-lightbox .elementor-video-container {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container {
        width: 70%;
    }
}
.elementor-lightbox .elementor-swiper-button:focus {
    outline-width: 1px;
}
.elementor-lightbox .elementor-swiper-button-next,
.elementor-lightbox .elementor-swiper-button-prev {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 15%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: var(--lightbox-navigation-icons-size);
}
.elementor-lightbox .elementor-swiper-button-prev {
    left: 0;
}
.elementor-lightbox .elementor-swiper-button-next {
    right: 0;
}
@media (max-width: 767px) {
    .elementor-lightbox .elementor-swiper-button:focus {
        outline: none;
    }
    .elementor-lightbox .elementor-swiper-button-next,
    .elementor-lightbox .elementor-swiper-button-prev {
        width: 20%;
    }
    .elementor-lightbox .elementor-swiper-button-next i,
    .elementor-lightbox .elementor-swiper-button-prev i {
        padding: 10px;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .elementor-lightbox .elementor-swiper-button-prev {
        left: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .elementor-lightbox .elementor-swiper-button-next {
        right: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
.elementor-slideshow__counter {
    color: currentColor;
    font-size: 0.75em;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.elementor-slideshow__footer,
.elementor-slideshow__header {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.elementor-slideshow__footer {
    color: var(--lightbox-text-color);
}
.elementor-slideshow__header {
    color: var(--lightbox-ui-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-size: var(--lightbox-header-icons-size);
    padding-left: 1em;
    padding-right: 2.6em;
    top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
}
.elementor-slideshow__header > i,
.elementor-slideshow__header > svg {
    cursor: pointer;
    padding: 0.25em;
    margin: 0 0.35em;
}
.elementor-slideshow__header > i {
    font-size: inherit;
}
.elementor-slideshow__header > i:hover {
    color: var(--lightbox-ui-color-hover);
}
.elementor-slideshow__header > svg {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    fill: var(--lightbox-ui-color);
    height: 1em;
    width: 1em;
}
.elementor-slideshow__header > svg:hover {
    fill: var(--lightbox-ui-color-hover);
}
.elementor-slideshow__header .elementor-slideshow__counter {
    margin-right: auto;
}
.elementor-slideshow__header .elementor-icon-share {
    z-index: 5;
}
.elementor-slideshow__share-menu {
    background-color: transparent;
    width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
    -webkit-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
.elementor-slideshow__share-menu .elementor-slideshow__share-links a {
    color: #2c2c2c;
}
.elementor-slideshow__share-links {
    display: block;
    position: absolute;
    min-width: 200px;
    right: 2.8em;
    top: 3em;
    background-color: #fff;
    border-radius: 3px;
    padding: 14px 20px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transform-origin: 90% 10%;
    -ms-transform-origin: 90% 10%;
    transform-origin: 90% 10%;
    -webkit-transition: all 0.25s 0.1s;
    -o-transition: all 0.25s 0.1s;
    transition: all 0.25s 0.1s;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.elementor-slideshow__share-links a {
    text-align: left;
    color: #55595c;
    font-size: 12px;
    line-height: 2.5;
    display: block;
    opacity: 0;
    -webkit-transition: opacity 0.5s 0.1s;
    -o-transition: opacity 0.5s 0.1s;
    transition: opacity 0.5s 0.1s;
}
.elementor-slideshow__share-links a:hover {
    color: #000;
}
.elementor-slideshow__share-links a i,
.elementor-slideshow__share-links a svg {
    margin-right: 0.75em;
}
.elementor-slideshow__share-links a i {
    font-size: 1.25em;
}
.elementor-slideshow__share-links a svg {
    height: 1.25em;
    width: 1.25em;
}
.elementor-slideshow__share-links:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    right: 0.5em;
    border: 0.45em solid transparent;
    border-bottom-color: #fff;
    -webkit-transform: translateY(-100%) scaleX(0.7);
    -ms-transform: translateY(-100%) scaleX(0.7);
    transform: translateY(-100%) scaleX(0.7);
}
.elementor-slideshow__footer {
    bottom: 0;
    z-index: 5;
    position: fixed;
}
.elementor-slideshow__description,
.elementor-slideshow__title {
    margin: 0;
}
.elementor-slideshow__title {
    font-size: 16px;
    font-weight: 700;
}
.elementor-slideshow__description {
    font-size: 14px;
}
.elementor-slideshow--ui-hidden .elementor-slideshow__footer,
.elementor-slideshow--ui-hidden .elementor-slideshow__header {
    opacity: 0;
    pointer-events: none;
}
.elementor-slideshow--ui-hidden .elementor-swiper-button-next,
.elementor-slideshow--ui-hidden .elementor-swiper-button-prev {
    opacity: 0;
}
.elementor-slideshow--fullscreen-mode .elementor-video-container {
    width: 100%;
}
.elementor-slideshow--zoom-mode .elementor-slideshow__footer,
.elementor-slideshow--zoom-mode .elementor-slideshow__header {
    background-color: rgba(0, 0, 0, 0.5);
}
.elementor-slideshow--zoom-mode .elementor-swiper-button-next,
.elementor-slideshow--zoom-mode .elementor-swiper-button-prev {
    opacity: 0;
    pointer-events: none;
}
.elementor-slideshow--share-mode .elementor-slideshow__share-menu {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    cursor: default;
    background-color: rgba(0, 0, 0, 0.5);
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links,
.elementor-slideshow--share-mode .elementor-slideshow__share-links a {
    opacity: 1;
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter {
    color: #1da1f2;
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook {
    color: #3b5998;
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest {
    color: #bd081c;
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold {
    color: #a4afb7;
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-twitter {
    fill: #1da1f2;
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-facebook {
    fill: #3b5998;
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-pinterest {
    fill: #bd081c;
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-download-bold {
    fill: #a4afb7;
}
.elementor-slideshow--share-mode .eicon-share-arrow {
    z-index: 2;
}
.animated {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
}
.animated.animated-slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.animated-fast {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.reverse {
    animation-direction: reverse;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@media (prefers-reduced-motion: reduce) {
    .animated {
        -webkit-animation: none;
        animation: none;
    }
}
.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.elementor-shape-top {
    top: -1px;
}
.elementor-shape-top:not([data-negative="false"]) svg {
    z-index: -1;
}
.elementor-shape-bottom {
    bottom: -1px;
}
.elementor-shape-bottom:not([data-negative="true"]) svg {
    z-index: -1;
}
.elementor-shape[data-negative="false"].elementor-shape-bottom,
.elementor-shape[data-negative="true"].elementor-shape-top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
#wp-admin-bar-elementor_edit_page > .ab-item:before {
    content: "\e813";
    font-family: eicons;
    top: 3px;
    font-size: 18px;
}
#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
}
#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
    background: #55595c;
    font-size: 11px;
    line-height: 9px;
    margin-top: 6px;
    padding: 4px 8px;
    border-radius: 3px;
}
#wp-admin-bar-elementor_inspector > .ab-item:before {
    content: "\f348";
    top: 2px;
}
#wpadminbar * {
    font-style: normal;
}
.page-template-elementor_canvas.elementor-page:before {
    display: none;
}
.elementor-post__thumbnail__link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
#left-area ul.elementor-icon-list-items,
.elementor-edit-area .elementor-element ul.elementor-icon-list-items,
.elementor .elementor-element ul.elementor-icon-list-items {
    padding: 0;
}
.e--ua-appleWebkit.rtl {
    --flex-right: flex-start;
}
.e--ua-appleWebkit .elementor-share-buttons--align-right,
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right {
    --justify-content: var(--flex-right, flex-end);
}
.e--ua-appleWebkit .elementor-share-buttons--align-center,
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center {
    --justify-content: center;
}
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: var(--justify-content, space-between);
    -ms-flex-pack: var(--justify-content, space-between);
    justify-content: var(--justify-content, space-between);
    margin-left: calc(-0.5 * var(--grid-column-gap));
    margin-right: calc(-0.5 * var(--grid-column-gap));
}
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item {
    margin-left: calc(0.5 * var(--grid-column-gap));
    margin-right: calc(0.5 * var(--grid-column-gap));
}
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid {
    display: inline-block;
}
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item {
    margin-left: 0;
    margin-right: 0;
}
@media (max-width: 1024px) {
    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,
    .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right {
        --justify-content: var(--flex-right, flex-end);
    }
    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,
    .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center {
        --justify-content: center;
    }
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: var(--justify-content, space-between);
        -ms-flex-pack: var(--justify-content, space-between);
        justify-content: var(--justify-content, space-between);
        margin-left: calc(-0.5 * var(--grid-column-gap));
        margin-right: calc(-0.5 * var(--grid-column-gap));
    }
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item {
        margin-left: calc(0.5 * var(--grid-column-gap));
        margin-right: calc(0.5 * var(--grid-column-gap));
    }
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid {
        display: inline-block;
    }
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,
    .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right {
        --justify-content: var(--flex-right, flex-end);
    }
    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,
    .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center {
        --justify-content: center;
    }
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: var(--justify-content, space-between);
        -ms-flex-pack: var(--justify-content, space-between);
        justify-content: var(--justify-content, space-between);
        margin-left: calc(-0.5 * var(--grid-column-gap));
        margin-right: calc(-0.5 * var(--grid-column-gap));
    }
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item {
        margin-left: calc(0.5 * var(--grid-column-gap));
        margin-right: calc(0.5 * var(--grid-column-gap));
    }
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid {
        display: inline-block;
    }
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .elementor .elementor-hidden-mobile,
    .elementor .elementor-hidden-phone {
        display: none;
    }
}
@media (min-width: -1px) and (max-width: -1px) {
    .elementor .elementor-hidden-mobile_extra {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .elementor .elementor-hidden-tablet {
        display: none;
    }
}
@media (min-width: -1px) and (max-width: -1px) {
    .elementor .elementor-hidden-laptop,
    .elementor .elementor-hidden-tablet_extra {
        display: none;
    }
}
@media (min-width: 1025px) and (max-width: 99999px) {
    .elementor .elementor-hidden-desktop {
        display: none;
    }
}
@media (min-width: -1px) {
    .elementor .elementor-hidden-widescreen {
        display: none;
    }
}
.elementor-widget-text-path {
    font-size: 20px;
    text-align: var(--alignment, left);
}
.elementor-widget-text-path svg {
    width: var(--width);
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: var(--word-spacing);
    -webkit-transform: rotate(var(--rotate, 0)) scaleX(var(--scale-x, 1)) scaleY(var(--scale-y, 1));
    -ms-transform: rotate(var(--rotate, 0)) scaleX(var(--scale-x, 1)) scaleY(var(--scale-y, 1));
    transform: rotate(var(--rotate, 0)) scaleX(var(--scale-x, 1)) scaleY(var(--scale-y, 1));
}
.elementor-widget-text-path svg path {
    vector-effect: non-scaling-stroke;
    fill: var(--path-fill, transparent);
    stroke: var(--stroke-color, transparent);
    stroke-width: var(--stroke-width, 1px);
    -webkit-transition:
        var(--stroke-transition) stroke,
        var(--stroke-transition) fill;
    -o-transition:
        var(--stroke-transition) stroke,
        var(--stroke-transition) fill;
    transition:
        var(--stroke-transition) stroke,
        var(--stroke-transition) fill;
}
.elementor-widget-text-path svg:hover path {
    --path-fill: var(--path-fill-hover);
    --stroke-color: var(--stroke-color-hover);
    --stroke-width: var(--stroke-width-hover);
}
.elementor-widget-text-path svg text {
    --fill: var(--text-color);
    fill: var(--fill);
    direction: var(--direction, ltr);
    -webkit-transition:
        var(--transition) stroke,
        var(--transition) stroke-width,
        var(--transition) fill;
    -o-transition:
        var(--transition) stroke,
        var(--transition) stroke-width,
        var(--transition) fill;
    transition:
        var(--transition) stroke,
        var(--transition) stroke-width,
        var(--transition) fill;
}
.elementor-widget-text-path svg text:hover {
    --color: var(--text-color-hover, var(--text-color));
    --fill: var(--color);
    color: var(--color);
}
@font-face {
    font-family: themify;
    src: url(wp-content/plugins/themex-ppro-elementor/assets/fonts/themify9f24.eot?-fvbane);
    src:
        url(//demo.themexbd.com/rtl/bariplan/wp-content/plugins/themex-ppro-elementor/assets/css/../fonts/themify.eot?#iefix-fvbane)
            format("embedded-opentype"),
        url(//demo.themexbd.com/rtl/bariplan/wp-content/plugins/themex-ppro-elementor/assets/css/../fonts/themify.woff?-fvbane)
            format("woff"),
        url(//demo.themexbd.com/rtl/bariplan/wp-content/plugins/themex-ppro-elementor/assets/css/../fonts/themify.ttf?-fvbane)
            format("truetype"),
        url(//demo.themexbd.com/rtl/bariplan/wp-content/plugins/themex-ppro-elementor/assets/css/../fonts/themify.svg?-fvbane#themify)
            format("svg");
    font-weight: 400;
    font-style: normal;
}
[class*=" ti-"],
[class^="ti-"] {
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ti-wand:before {
    content: "\e600";
}
.ti-volume:before {
    content: "\e601";
}
.ti-user:before {
    content: "\e602";
}
.ti-unlock:before {
    content: "\e603";
}
.ti-unlink:before {
    content: "\e604";
}
.ti-trash:before {
    content: "\e605";
}
.ti-thought:before {
    content: "\e606";
}
.ti-target:before {
    content: "\e607";
}
.ti-tag:before {
    content: "\e608";
}
.ti-tablet:before {
    content: "\e609";
}
.ti-star:before {
    content: "\e60a";
}
.ti-spray:before {
    content: "\e60b";
}
.ti-signal:before {
    content: "\e60c";
}
.ti-shopping-cart:before {
    content: "\e60d";
}
.ti-shopping-cart-full:before {
    content: "\e60e";
}
.ti-settings:before {
    content: "\e60f";
}
.ti-search:before {
    content: "\e610";
}
.ti-zoom-in:before {
    content: "\e611";
}
.ti-zoom-out:before {
    content: "\e612";
}
.ti-cut:before {
    content: "\e613";
}
.ti-ruler:before {
    content: "\e614";
}
.ti-ruler-pencil:before {
    content: "\e615";
}
.ti-ruler-alt:before {
    content: "\e616";
}
.ti-bookmark:before {
    content: "\e617";
}
.ti-bookmark-alt:before {
    content: "\e618";
}
.ti-reload:before {
    content: "\e619";
}
.ti-plus:before {
    content: "\e61a";
}
.ti-pin:before {
    content: "\e61b";
}
.ti-pencil:before {
    content: "\e61c";
}
.ti-pencil-alt:before {
    content: "\e61d";
}
.ti-paint-roller:before {
    content: "\e61e";
}
.ti-paint-bucket:before {
    content: "\e61f";
}
.ti-na:before {
    content: "\e620";
}
.ti-mobile:before {
    content: "\e621";
}
.ti-minus:before {
    content: "\e622";
}
.ti-medall:before {
    content: "\e623";
}
.ti-medall-alt:before {
    content: "\e624";
}
.ti-marker:before {
    content: "\e625";
}
.ti-marker-alt:before {
    content: "\e626";
}
.ti-arrow-up:before {
    content: "\e627";
}
.ti-arrow-right:before {
    content: "\e628";
}
.ti-arrow-left:before {
    content: "\e629";
}
.ti-arrow-down:before {
    content: "\e62a";
}
.ti-lock:before {
    content: "\e62b";
}
.ti-location-arrow:before {
    content: "\e62c";
}
.ti-link:before {
    content: "\e62d";
}
.ti-layout:before {
    content: "\e62e";
}
.ti-layers:before {
    content: "\e62f";
}
.ti-layers-alt:before {
    content: "\e630";
}
.ti-key:before {
    content: "\e631";
}
.ti-import:before {
    content: "\e632";
}
.ti-image:before {
    content: "\e633";
}
.ti-heart:before {
    content: "\e634";
}
.ti-heart-broken:before {
    content: "\e635";
}
.ti-hand-stop:before {
    content: "\e636";
}
.ti-hand-open:before {
    content: "\e637";
}
.ti-hand-drag:before {
    content: "\e638";
}
.ti-folder:before {
    content: "\e639";
}
.ti-flag:before {
    content: "\e63a";
}
.ti-flag-alt:before {
    content: "\e63b";
}
.ti-flag-alt-2:before {
    content: "\e63c";
}
.ti-eye:before {
    content: "\e63d";
}
.ti-export:before {
    content: "\e63e";
}
.ti-exchange-vertical:before {
    content: "\e63f";
}
.ti-desktop:before {
    content: "\e640";
}
.ti-cup:before {
    content: "\e641";
}
.ti-crown:before {
    content: "\e642";
}
.ti-comments:before {
    content: "\e643";
}
.ti-comment:before {
    content: "\e644";
}
.ti-comment-alt:before {
    content: "\e645";
}
.ti-close:before {
    content: "\e646";
}
.ti-clip:before {
    content: "\e647";
}
.ti-angle-up:before {
    content: "\e648";
}
.ti-angle-right:before {
    content: "\e649";
}
.ti-angle-left:before {
    content: "\e64a";
}
.ti-angle-down:before {
    content: "\e64b";
}
.ti-check:before {
    content: "\e64c";
}
.ti-check-box:before {
    content: "\e64d";
}
.ti-camera:before {
    content: "\e64e";
}
.ti-announcement:before {
    content: "\e64f";
}
.ti-brush:before {
    content: "\e650";
}
.ti-briefcase:before {
    content: "\e651";
}
.ti-bolt:before {
    content: "\e652";
}
.ti-bolt-alt:before {
    content: "\e653";
}
.ti-blackboard:before {
    content: "\e654";
}
.ti-bag:before {
    content: "\e655";
}
.ti-move:before {
    content: "\e656";
}
.ti-arrows-vertical:before {
    content: "\e657";
}
.ti-arrows-horizontal:before {
    content: "\e658";
}
.ti-fullscreen:before {
    content: "\e659";
}
.ti-arrow-top-right:before {
    content: "\e65a";
}
.ti-arrow-top-left:before {
    content: "\e65b";
}
.ti-arrow-circle-up:before {
    content: "\e65c";
}
.ti-arrow-circle-right:before {
    content: "\e65d";
}
.ti-arrow-circle-left:before {
    content: "\e65e";
}
.ti-arrow-circle-down:before {
    content: "\e65f";
}
.ti-angle-double-up:before {
    content: "\e660";
}
.ti-angle-double-right:before {
    content: "\e661";
}
.ti-angle-double-left:before {
    content: "\e662";
}
.ti-angle-double-down:before {
    content: "\e663";
}
.ti-zip:before {
    content: "\e664";
}
.ti-world:before {
    content: "\e665";
}
.ti-wheelchair:before {
    content: "\e666";
}
.ti-view-list:before {
    content: "\e667";
}
.ti-view-list-alt:before {
    content: "\e668";
}
.ti-view-grid:before {
    content: "\e669";
}
.ti-uppercase:before {
    content: "\e66a";
}
.ti-upload:before {
    content: "\e66b";
}
.ti-underline:before {
    content: "\e66c";
}
.ti-truck:before {
    content: "\e66d";
}
.ti-timer:before {
    content: "\e66e";
}
.ti-ticket:before {
    content: "\e66f";
}
.ti-thumb-up:before {
    content: "\e670";
}
.ti-thumb-down:before {
    content: "\e671";
}
.ti-text:before {
    content: "\e672";
}
.ti-stats-up:before {
    content: "\e673";
}
.ti-stats-down:before {
    content: "\e674";
}
.ti-split-v:before {
    content: "\e675";
}
.ti-split-h:before {
    content: "\e676";
}
.ti-smallcap:before {
    content: "\e677";
}
.ti-shine:before {
    content: "\e678";
}
.ti-shift-right:before {
    content: "\e679";
}
.ti-shift-left:before {
    content: "\e67a";
}
.ti-shield:before {
    content: "\e67b";
}
.ti-notepad:before {
    content: "\e67c";
}
.ti-server:before {
    content: "\e67d";
}
.ti-quote-right:before {
    content: "\e67e";
}
.ti-quote-left:before {
    content: "\e67f";
}
.ti-pulse:before {
    content: "\e680";
}
.ti-printer:before {
    content: "\e681";
}
.ti-power-off:before {
    content: "\e682";
}
.ti-plug:before {
    content: "\e683";
}
.ti-pie-chart:before {
    content: "\e684";
}
.ti-paragraph:before {
    content: "\e685";
}
.ti-panel:before {
    content: "\e686";
}
.ti-package:before {
    content: "\e687";
}
.ti-music:before {
    content: "\e688";
}
.ti-music-alt:before {
    content: "\e689";
}
.ti-mouse:before {
    content: "\e68a";
}
.ti-mouse-alt:before {
    content: "\e68b";
}
.ti-money:before {
    content: "\e68c";
}
.ti-microphone:before {
    content: "\e68d";
}
.ti-menu:before {
    content: "\e68e";
}
.ti-menu-alt:before {
    content: "\e68f";
}
.ti-map:before {
    content: "\e690";
}
.ti-map-alt:before {
    content: "\e691";
}
.ti-loop:before {
    content: "\e692";
}
.ti-location-pin:before {
    content: "\e693";
}
.ti-list:before {
    content: "\e694";
}
.ti-light-bulb:before {
    content: "\e695";
}
.ti-Italic:before {
    content: "\e696";
}
.ti-info:before {
    content: "\e697";
}
.ti-infinite:before {
    content: "\e698";
}
.ti-id-badge:before {
    content: "\e699";
}
.ti-hummer:before {
    content: "\e69a";
}
.ti-home:before {
    content: "\e69b";
}
.ti-help:before {
    content: "\e69c";
}
.ti-headphone:before {
    content: "\e69d";
}
.ti-harddrives:before {
    content: "\e69e";
}
.ti-harddrive:before {
    content: "\e69f";
}
.ti-gift:before {
    content: "\e6a0";
}
.ti-game:before {
    content: "\e6a1";
}
.ti-filter:before {
    content: "\e6a2";
}
.ti-files:before {
    content: "\e6a3";
}
.ti-file:before {
    content: "\e6a4";
}
.ti-eraser:before {
    content: "\e6a5";
}
.ti-envelope:before {
    content: "\e6a6";
}
.ti-download:before {
    content: "\e6a7";
}
.ti-direction:before {
    content: "\e6a8";
}
.ti-direction-alt:before {
    content: "\e6a9";
}
.ti-dashboard:before {
    content: "\e6aa";
}
.ti-control-stop:before {
    content: "\e6ab";
}
.ti-control-shuffle:before {
    content: "\e6ac";
}
.ti-control-play:before {
    content: "\e6ad";
}
.ti-control-pause:before {
    content: "\e6ae";
}
.ti-control-forward:before {
    content: "\e6af";
}
.ti-control-backward:before {
    content: "\e6b0";
}
.ti-cloud:before {
    content: "\e6b1";
}
.ti-cloud-up:before {
    content: "\e6b2";
}
.ti-cloud-down:before {
    content: "\e6b3";
}
.ti-clipboard:before {
    content: "\e6b4";
}
.ti-car:before {
    content: "\e6b5";
}
.ti-calendar:before {
    content: "\e6b6";
}
.ti-book:before {
    content: "\e6b7";
}
.ti-bell:before {
    content: "\e6b8";
}
.ti-basketball:before {
    content: "\e6b9";
}
.ti-bar-chart:before {
    content: "\e6ba";
}
.ti-bar-chart-alt:before {
    content: "\e6bb";
}
.ti-back-right:before {
    content: "\e6bc";
}
.ti-back-left:before {
    content: "\e6bd";
}
.ti-arrows-corner:before {
    content: "\e6be";
}
.ti-archive:before {
    content: "\e6bf";
}
.ti-anchor:before {
    content: "\e6c0";
}
.ti-align-right:before {
    content: "\e6c1";
}
.ti-align-left:before {
    content: "\e6c2";
}
.ti-align-justify:before {
    content: "\e6c3";
}
.ti-align-center:before {
    content: "\e6c4";
}
.ti-alert:before {
    content: "\e6c5";
}
.ti-alarm-clock:before {
    content: "\e6c6";
}
.ti-agenda:before {
    content: "\e6c7";
}
.ti-write:before {
    content: "\e6c8";
}
.ti-window:before {
    content: "\e6c9";
}
.ti-widgetized:before {
    content: "\e6ca";
}
.ti-widget:before {
    content: "\e6cb";
}
.ti-widget-alt:before {
    content: "\e6cc";
}
.ti-wallet:before {
    content: "\e6cd";
}
.ti-video-clapper:before {
    content: "\e6ce";
}
.ti-video-camera:before {
    content: "\e6cf";
}
.ti-vector:before {
    content: "\e6d0";
}
.ti-themify-logo:before {
    content: "\e6d1";
}
.ti-themify-favicon:before {
    content: "\e6d2";
}
.ti-themify-favicon-alt:before {
    content: "\e6d3";
}
.ti-support:before {
    content: "\e6d4";
}
.ti-stamp:before {
    content: "\e6d5";
}
.ti-split-v-alt:before {
    content: "\e6d6";
}
.ti-slice:before {
    content: "\e6d7";
}
.ti-shortcode:before {
    content: "\e6d8";
}
.ti-shift-right-alt:before {
    content: "\e6d9";
}
.ti-shift-left-alt:before {
    content: "\e6da";
}
.ti-ruler-alt-2:before {
    content: "\e6db";
}
.ti-receipt:before {
    content: "\e6dc";
}
.ti-pin2:before {
    content: "\e6dd";
}
.ti-pin-alt:before {
    content: "\e6de";
}
.ti-pencil-alt2:before {
    content: "\e6df";
}
.ti-palette:before {
    content: "\e6e0";
}
.ti-more:before {
    content: "\e6e1";
}
.ti-more-alt:before {
    content: "\e6e2";
}
.ti-microphone-alt:before {
    content: "\e6e3";
}
.ti-magnet:before {
    content: "\e6e4";
}
.ti-line-double:before {
    content: "\e6e5";
}
.ti-line-dotted:before {
    content: "\e6e6";
}
.ti-line-dashed:before {
    content: "\e6e7";
}
.ti-layout-width-full:before {
    content: "\e6e8";
}
.ti-layout-width-default:before {
    content: "\e6e9";
}
.ti-layout-width-default-alt:before {
    content: "\e6ea";
}
.ti-layout-tab:before {
    content: "\e6eb";
}
.ti-layout-tab-window:before {
    content: "\e6ec";
}
.ti-layout-tab-v:before {
    content: "\e6ed";
}
.ti-layout-tab-min:before {
    content: "\e6ee";
}
.ti-layout-slider:before {
    content: "\e6ef";
}
.ti-layout-slider-alt:before {
    content: "\e6f0";
}
.ti-layout-sidebar-right:before {
    content: "\e6f1";
}
.ti-layout-sidebar-none:before {
    content: "\e6f2";
}
.ti-layout-sidebar-left:before {
    content: "\e6f3";
}
.ti-layout-placeholder:before {
    content: "\e6f4";
}
.ti-layout-menu:before {
    content: "\e6f5";
}
.ti-layout-menu-v:before {
    content: "\e6f6";
}
.ti-layout-menu-separated:before {
    content: "\e6f7";
}
.ti-layout-menu-full:before {
    content: "\e6f8";
}
.ti-layout-media-right-alt:before {
    content: "\e6f9";
}
.ti-layout-media-right:before {
    content: "\e6fa";
}
.ti-layout-media-overlay:before {
    content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
    content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
    content: "\e6fd";
}
.ti-layout-media-left-alt:before {
    content: "\e6fe";
}
.ti-layout-media-left:before {
    content: "\e6ff";
}
.ti-layout-media-center-alt:before {
    content: "\e700";
}
.ti-layout-media-center:before {
    content: "\e701";
}
.ti-layout-list-thumb:before {
    content: "\e702";
}
.ti-layout-list-thumb-alt:before {
    content: "\e703";
}
.ti-layout-list-post:before {
    content: "\e704";
}
.ti-layout-list-large-image:before {
    content: "\e705";
}
.ti-layout-line-solid:before {
    content: "\e706";
}
.ti-layout-grid4:before {
    content: "\e707";
}
.ti-layout-grid3:before {
    content: "\e708";
}
.ti-layout-grid2:before {
    content: "\e709";
}
.ti-layout-grid2-thumb:before {
    content: "\e70a";
}
.ti-layout-cta-right:before {
    content: "\e70b";
}
.ti-layout-cta-left:before {
    content: "\e70c";
}
.ti-layout-cta-center:before {
    content: "\e70d";
}
.ti-layout-cta-btn-right:before {
    content: "\e70e";
}
.ti-layout-cta-btn-left:before {
    content: "\e70f";
}
.ti-layout-column4:before {
    content: "\e710";
}
.ti-layout-column3:before {
    content: "\e711";
}
.ti-layout-column2:before {
    content: "\e712";
}
.ti-layout-accordion-separated:before {
    content: "\e713";
}
.ti-layout-accordion-merged:before {
    content: "\e714";
}
.ti-layout-accordion-list:before {
    content: "\e715";
}
.ti-ink-pen:before {
    content: "\e716";
}
.ti-info-alt:before {
    content: "\e717";
}
.ti-help-alt:before {
    content: "\e718";
}
.ti-headphone-alt:before {
    content: "\e719";
}
.ti-hand-point-up:before {
    content: "\e71a";
}
.ti-hand-point-right:before {
    content: "\e71b";
}
.ti-hand-point-left:before {
    content: "\e71c";
}
.ti-hand-point-down:before {
    content: "\e71d";
}
.ti-gallery:before {
    content: "\e71e";
}
.ti-face-smile:before {
    content: "\e71f";
}
.ti-face-sad:before {
    content: "\e720";
}
.ti-credit-card:before {
    content: "\e721";
}
.ti-control-skip-forward:before {
    content: "\e722";
}
.ti-control-skip-backward:before {
    content: "\e723";
}
.ti-control-record:before {
    content: "\e724";
}
.ti-control-eject:before {
    content: "\e725";
}
.ti-comments-smiley:before {
    content: "\e726";
}
.ti-brush-alt:before {
    content: "\e727";
}
.ti-youtube:before {
    content: "\e728";
}
.ti-vimeo:before {
    content: "\e729";
}
.ti-twitter:before {
    content: "\e72a";
}
.ti-time:before {
    content: "\e72b";
}
.ti-tumblr:before {
    content: "\e72c";
}
.ti-skype:before {
    content: "\e72d";
}
.ti-share:before {
    content: "\e72e";
}
.ti-share-alt:before {
    content: "\e72f";
}
.ti-rocket:before {
    content: "\e730";
}
.ti-pinterest:before {
    content: "\e731";
}
.ti-new-window:before {
    content: "\e732";
}
.ti-microsoft:before {
    content: "\e733";
}
.ti-list-ol:before {
    content: "\e734";
}
.ti-linkedin:before {
    content: "\e735";
}
.ti-layout-sidebar-2:before {
    content: "\e736";
}
.ti-layout-grid4-alt:before {
    content: "\e737";
}
.ti-layout-grid3-alt:before {
    content: "\e738";
}
.ti-layout-grid2-alt:before {
    content: "\e739";
}
.ti-layout-column4-alt:before {
    content: "\e73a";
}
.ti-layout-column3-alt:before {
    content: "\e73b";
}
.ti-layout-column2-alt:before {
    content: "\e73c";
}
.ti-instagram:before {
    content: "\e73d";
}
.ti-google:before {
    content: "\e73e";
}
.ti-github:before {
    content: "\e73f";
}
.ti-flickr:before {
    content: "\e740";
}
.ti-facebook:before {
    content: "\e741";
}
.ti-dropbox:before {
    content: "\e742";
}
.ti-dribbble:before {
    content: "\e743";
}
.ti-apple:before {
    content: "\e744";
}
.ti-android:before {
    content: "\e745";
}
.ti-save:before {
    content: "\e746";
}
.ti-save-alt:before {
    content: "\e747";
}
.ti-yahoo:before {
    content: "\e748";
}
.ti-wordpress:before {
    content: "\e749";
}
.ti-vimeo-alt:before {
    content: "\e74a";
}
.ti-twitter-alt:before {
    content: "\e74b";
}
.ti-tumblr-alt:before {
    content: "\e74c";
}
.ti-trello:before {
    content: "\e74d";
}
.ti-stack-overflow:before {
    content: "\e74e";
}
.ti-soundcloud:before {
    content: "\e74f";
}
.ti-sharethis:before {
    content: "\e750";
}
.ti-sharethis-alt:before {
    content: "\e751";
}
.ti-reddit:before {
    content: "\e752";
}
.ti-pinterest-alt:before {
    content: "\e753";
}
.ti-microsoft-alt:before {
    content: "\e754";
}
.ti-linux:before {
    content: "\e755";
}
.ti-jsfiddle:before {
    content: "\e756";
}
.ti-joomla:before {
    content: "\e757";
}
.ti-html5:before {
    content: "\e758";
}
.ti-flickr-alt:before {
    content: "\e759";
}
.ti-email:before {
    content: "\e75a";
}
.ti-drupal:before {
    content: "\e75b";
}
.ti-dropbox-alt:before {
    content: "\e75c";
}
.ti-css3:before {
    content: "\e75d";
}
.ti-rss:before {
    content: "\e75e";
}
.ti-rss-alt:before {
    content: "\e75f";
}
@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.animated.infinite {
    animation-iteration-count: infinite;
}
.animated.hinge {
    animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    animation-duration: 0.75s;
}
@keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}
.bounce {
    animation-name: bounce;
    transform-origin: center bottom;
}
@keyframes flash {
    50%,
    from,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.flash {
    animation-name: flash;
}
@keyframes pulse {
    from,
    to {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
}
.pulse {
    animation-name: pulse;
}
@keyframes rubberBand {
    from,
    to {
        transform: scale3d(1, 1, 1);
    }
    30% {
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        transform: scale3d(1.05, 0.95, 1);
    }
}
.rubberBand {
    animation-name: rubberBand;
}
@keyframes shake {
    from,
    to {
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0);
    }
}
.shake {
    animation-name: shake;
}
@keyframes headShake {
    0% {
        transform: translateX(0);
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        transform: translateX(0);
    }
}
.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake;
}
@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.swing {
    transform-origin: top center;
    animation-name: swing;
}
@keyframes tada {
    from,
    to {
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
}
.tada {
    animation-name: tada;
}
@keyframes wobble {
    from,
    to {
        transform: none;
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
}
.wobble {
    animation-name: wobble;
}
@keyframes jello {
    11.1%,
    from,
    to {
        transform: none;
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}
.jello {
    animation-name: jello;
    transform-origin: center;
}
@keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}
.bounceIn {
    animation-name: bounceIn;
}
@keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }
    75% {
        transform: translate3d(0, -10px, 0);
    }
    90% {
        transform: translate3d(0, 5px, 0);
    }
    to {
        transform: none;
    }
}
.bounceInDown {
    animation-name: bounceInDown;
}
@keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }
    75% {
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        transform: translate3d(5px, 0, 0);
    }
    to {
        transform: none;
    }
}
.bounceInLeft {
    animation-name: bounceInLeft;
}
@keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        transform: translate3d(10px, 0, 0);
    }
    90% {
        transform: translate3d(-5px, 0, 0);
    }
    to {
        transform: none;
    }
}
.bounceInRight {
    animation-name: bounceInRight;
}
@keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    75% {
        transform: translate3d(0, 10px, 0);
    }
    90% {
        transform: translate3d(0, -5px, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
.bounceInUp {
    animation-name: bounceInUp;
}
@keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
.bounceOut {
    animation-name: bounceOut;
}
@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}
.bounceOutDown {
    animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}
.bounceOutLeft {
    animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}
.bounceOutRight {
    animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}
.bounceOutUp {
    animation-name: bounceOutUp;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    animation-name: fadeIn;
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInDown {
    animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInDownBig {
    animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeft {
    animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInRight {
    animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInRightBig {
    animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInUp {
    animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInUpBig {
    animation-name: fadeInUpBig;
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}
.fadeOutDown {
    animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}
.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}
.fadeOutLeft {
    animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}
.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}
.fadeOutRight {
    animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}
.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}
.fadeOutUp {
    animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}
.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}
@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        animation-timing-function: ease-in;
    }
    to {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}
.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip;
}
@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        transform: perspective(400px);
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
}
.flipInY,
.flipOutX {
    -webkit-backface-visibility: visible !important;
}
@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        transform: perspective(400px);
    }
}
.flipInY {
    backface-visibility: visible !important;
    animation-name: flipInY;
}
@keyframes flipOutX {
    from {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
.flipOutX {
    animation-name: flipOutX;
    backface-visibility: visible !important;
}
@keyframes flipOutY {
    from {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}
@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        transform: none;
        opacity: 1;
    }
}
.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}
@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}
.rotateIn {
    animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownRight {
    animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpRight {
    animation-name: rotateInUpRight;
}
@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1;
    }
    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
.rotateOut {
    animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutDownRight {
    animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
.rotateOutUpRight {
    animation-name: rotateOutUpRight;
}
@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
.hinge {
    animation-name: hinge;
}
@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom;
    }
    50% {
        transform: rotate(-10deg);
    }
    70% {
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.jackInTheBox {
    animation-name: jackInTheBox;
}
@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.rollIn {
    animation-name: rollIn;
}
@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
.rollOut {
    animation-name: rollOut;
}
@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    animation-name: zoomIn;
}
@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInDown {
    animation-name: zoomInDown;
}
@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInLeft {
    animation-name: zoomInLeft;
}
@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInRight {
    animation-name: zoomInRight;
}
@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInUp {
    animation-name: zoomInUp;
}
@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
.zoomOut {
    animation-name: zoomOut;
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomOutDown {
    animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}
.zoomOutLeft {
    animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}
.zoomOutRight {
    animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomOutUp {
    animation-name: zoomOutUp;
}
@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
.slideInDown {
    animation-name: slideInDown;
}
@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
.slideInLeft {
    animation-name: slideInLeft;
}
@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
.slideInRight {
    animation-name: slideInRight;
}
@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
.slideInUp {
    animation-name: slideInUp;
}
@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}
.slideOutDown {
    animation-name: slideOutDown;
}
@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}
.slideOutLeft {
    animation-name: slideOutLeft;
}
@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}
.slideOutRight {
    animation-name: slideOutRight;
}
@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}
.slideOutUp {
    animation-name: slideOutUp;
}
.apartment_text h1,
.counterdowns p,
span.time-counts {
    color: #000000;
}
.witr_apartment_form form select,
.witr_apartment_form input {
    color: #888;
}
.witr_apartment_form input::-moz-placeholder {
    color: #888;
}
.witr_apartment_form input::-ms-input-placeholder {
    color: #888;
}
.witr_apartment_form input::-webkit-input-placeholder {
    color: #888;
}
.witr_apartment_form select::-webkit-input-placeholder,
.witr_apartment_form textarea::-webkit-input-placeholder {
    color: #888;
}
.witr_apartment_form .const_btn {
    color: #000000;
}
.checkbox_witr span,
.witr_apartment_form .btn,
.witr_apartment_form .const_btn:hover {
    color: #fff;
}
span.witr_cir_text {
    color: #7c7c7c;
}
.witr_case_btnb a,
.witr_content_casei p {
    color: #000000;
}
.witr_case_btnb a:hover {
    color: #fff;
}
.bariplan_content h2 span,
.bariplan_content h3 span,
.bariplan_content h5 span,
.bariplan_content p span {
    color: #000000;
}
.bariplan_button a,
.bariplan_button a:hover,
.bariplan_video_inner i {
    color: #fff;
}
.a_active i {
    color: #000000;
}
.witr_bbtn:hover .a_active i,
.witr_btn:hover .a_active i {
    color: #fff;
}
.w_apps_button a:hover span.ibariplan,
.w_apps_button a:hover span.spaninner {
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_btn,
.witr_btn:hover {
    color: #fff;
}
.witr_bbtn {
    color: #000000;
}
.witr_bbtn:hover,
.witr_gbtn,
.witr_gbtn:hover {
    color: #fff;
}
.witr_gbbtn {
    color: #000000;
}
.witr_gbbtn:hover,
.witr_vbtn,
.witr_vbtn i,
.witr_vbtn:hover {
    color: #fff;
}
.witr_vbbtn i {
    color: #000000;
}
.witr_vbbgbtn,
.witr_vbbtn:hover i,
.witr_vbgbtn i,
.witr_vgbtn i,
.witr_vhgbtn i,
.witr_vhgbtn:hover {
    color: #fff;
}
.witr_vbbgbtn i {
    color: #000000;
}
.witr_vdbbgbtn i {
    color: #fff;
}
span.witr_v_text1 {
    color: #626262;
}
.wblog-content span,
.wblog-content span a,
.wblog-content span i,
.witr_blog_con span i,
.witr_blog_metan span i {
    color: #000000;
}
.witr_blog_con span,
.witr_blog_con span a,
.witr_blog_metan span,
.witr_blog_metan span a {
    color: #888;
}
.learn_btn,
.wblog-content h5 > a:hover,
.wblog-content span i:hover,
.wblog-content > a,
.witr_blog_con span i:hover {
    color: #000000;
}
.wblog-content > a:hover {
    color: #fff;
}
.witr_blog_con h2 {
    color: #222429;
}
.witr_blog_con h2 a:hover,
.witr_post_Author .nameAuthor {
    color: #000000;
}
.witr_post_Author .comment {
    color: #222429;
}
.witr_post_Author .comment:hover,
.witr_post_Author .nameAuthor:hover {
    color: #00235a;
}
.witr_blog_con6 span,
.witr_blog_con6 span i {
    color: #fff;
}
.witr_blog_con6 span i:hover {
    color: #000000;
}
.witr_blog_con6 h2,
.witr_blog_con6 h2 a,
.witr_blog_con6 h5 a {
    color: #fff;
}
.witr_blog_con6 h2 a:hover {
    color: #000000;
}
.witr_blog_con6 p,
.witr_post_Author6 .comment,
.witr_post_Author6 .nameAuthor,
.witr_post_Author6 span,
.witr_post_Author6 span a {
    color: #fff;
}
.witr_post_Author6 .comment:hover,
.witr_post_Author6 .nameAuthor:hover {
    color: #000000;
}
.witr_blog_area8 .witr_blog_con6 h2 a {
    color: #272727;
}
.witr_blog_area8 .witr_blog_con6 h5 a,
.witr_blog_area8 .witr_blog_con6 p {
    color: #818282;
}
.witr_blog_area8 .learn_btn,
.witr_singleBlog:hover .witr_blog_con6 h2 a,
.witr_singleBlog:hover .witr_blog_con6 h5 a,
.witr_singleBlog:hover .witr_blog_con6 p {
    color: #fff;
}
.witr_singleBlog:hover .learn_btn {
    color: #000000;
}
.witr_blog_area10 .learn_btn i,
.witr_blog_area10 .learn_btn:hover,
.witr_post_meta9 span,
.witr_post_meta9 span a,
.witr_top_category span ul li a {
    color: #fff;
}
.witr_blog_area11 .learn_btn {
    color: #000000;
}
.witr_blog_area11 .learn_btn:hover,
.witr_blog_area13 .learn_btn:hover {
    color: #fff;
}
.blog-content_adn h2 a:hover,
.blog-page-title_adn a:hover {
    color: #000000;
}
.blog-page-title_adn2 h2,
.blog-page-title_adn2 h2 a,
.blog_add_icon a {
    color: #fff;
}
.witr_ablog_content span {
    color: #324452;
}
.bariplan-blog-meta-left_adn a,
.bariplan-blog-meta-left_adn span {
    color: #454545;
}
.bariplan-blog-meta-left_adn a,
.bariplan-blog-meta-left_adn span {
    color: #888;
}
.bariplan-blog-meta-left_adn a:hover,
.bariplan-blog-meta-left_adn i,
.bariplan-blog-meta-left_adn span:hover,
.wbutton_right_icon a {
    color: #000000;
}
.bariplan-blog-meta-right_adn a,
.bariplan-blog-meta-right_adn span {
    color: #454545;
}
.readmore_adn a {
    color: #444;
}
.readmore_adn a:hover {
    color: #fff;
}
.learn_btn i,
.learn_btn:hover,
.witr_banner_content h1 span,
.witr_banner_content h2 span {
    color: #000000;
}
.witr_butn,
.witr_butn:hover {
    color: #fff;
}
.witr_banner_content a i {
    color: #000000;
}
.witr_banner_content a i:hover,
.witr_banner_content form input {
    color: #fff;
}
.witr_banner_content form input::-webkit-input-placeholder {
    color: #fff;
}
.witr_banner_content form input:-ms-input-placeholder {
    color: #fff;
}
.witr_banner_content form input::-moz-placeholder {
    color: #fff;
}
.witr_banner_content form input::placeholder {
    color: #fff;
}
.witr_banner_content form button {
    color: #000000;
}
.banner-content h1 span,
.banner-content h2 span,
.banner-content h3 span,
.butn {
    color: #000000;
}
.butn:hover {
    color: #fff;
}
.banner-content.content-4 ul li a i {
    color: #000000;
}
.banner-content.content-4 ul li a:hover i {
    color: #fff;
}
.banner-content input {
    color: #222429;
}
.banner-content input::-webkit-input-placeholder {
    color: #222429;
}
.banner-content input:-ms-input-placeholder {
    color: #222429;
}
.banner-content input::-moz-placeholder {
    color: #222429;
}
.banner-content button {
    color: #fff;
}
.witr_ac_style {
    color: #222429;
}
.active .witr_ac_style,
.witr_ac_style:focus,
.witr_ac_style:hover {
    color: #fff;
}
.witr_about_content h2 span,
.witr_about_content h3 span {
    color: #07d1c1;
}
.slick-next,
.slick-next:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev,
.slick-prev:before,
.slick-prev:focus:before,
.slick-prev:hover:before,
.witr_about_btn a,
.witr_about_btn a:hover {
    color: #fff;
}
div.wpcf7-response-output {
    color: #222429;
}
.send_message input.wpcf7-submit {
    color: #fff;
}
.send_message input.wpcf7-submit:hover {
    color: #000000;
}
.send_message input::-webkit-input-placeholder {
    color: #888 !important;
}
.send_message input:-ms-input-placeholder {
    color: #888 !important;
}
.send_message input::-moz-placeholder {
    color: #888 !important;
}
.mean-container .mean-nav ul li a:hover {
    color: #000000;
}
.tx_svd_icon,
.tx_svd_icon i {
    color: #fff;
}
.slider_btn .witr_btn.active {
    color: #000000;
}
.play-overlay i,
.bariplan_slider_icon ul li a i,
.slider_btn .witr_btn.active:hover,
.video-item i,
.witr_video_btn i,
.witr_videos_title_text h3 {
    color: #fff;
}
.witr_section_title_inner h1 span,
.witr_section_title_inner h2 span,
.witr_section_title_inner h3 span,
.witr_section_title_inner p span,
.witr_section_title_inner p span a {
    color: #000000;
}
.witr_section_title_inner h2 {
    color: #000000;
}
.title_btn a {
    color: #fff;
}
.witr_hd_timeline_inner:hover .witr_timeline_item h2 {
    color: #222429;
}
.witr_hd_sicon_inner,
.witr_number_item {
    color: #fff;
}
.witr_text_widget_inner h1 {
    color: #000000;
}
.witr_text_widget_inner h1 span,
.witr_text_widget_inner h2 span {
    color: #000000;
}
.em_crating i {
    color: #ddd;
}
.em_crating i.active {
    color: #000000;
}
.testomonial.testomonial-5 .test-part p,
.testomonial.testomonial-5 .test-part span {
    color: #555;
}
.testiCreCon i {
    color: #ddd;
}
.witr_content_test7 p:after {
    color: #eee;
}
.witr_ns_part i,
.witr_test_name i {
    color: #000000;
}
.test_author span {
    color: #7c7c7c;
}
.em_testi_content:after,
.em_testi_content:before,
.em_testi_title span,
.execllent_star h3,
.test_q_icon i,
.title_and_sub h6 {
    color: #000000;
}
.bottom_single_testi.slick-current .bottom_single_testi.all_color_testimonial p,
.slick-current .bottom_single_testi.all_color_testimonial h2,
.slick-current .bottom_single_testi.all_color_testimonial h5,
.slick-current .bottom_single_testi.all_color_testimonial h6,
.slick-current .bottom_single_testi.all_color_testimonial i,
.slick-current .bottom_single_testi.all_color_testimonial span,
.team_overlay_icon a {
    color: #fff;
}
.witr_team_content h5 a:hover,
.witr_team_content h5:hover,
.witr_team_content span {
    color: #000000;
}
.witr_team_content2 h5,
.witr_team_content2 h5 a,
.witr_team_content2 p,
.witr_team_content2 span {
    color: #fff;
}
.team-social ul li a {
    color: #555;
}
.team-social ul li a:hover,
.witr_team_content3 h5,
.witr_team_content3 h5 a,
.witr_team_content3 p,
.witr_team_content3 span,
.witr_team_content3 ul li a {
    color: #fff;
}
.em-team-content-socials a {
    color: #000000;
}
.em-team-content-socials a:hover,
.em-team:hover .em-content-subtitle,
.em-team:hover .em-content-title h5,
.em-team:hover .em-content-title h5 a,
.team-style-2 .em-content-desc-inner,
.team-style-2 .em-content-socials a,
.team-style-2 .em-content-subtitle,
.team-style-2 .em-content-title h5 {
    color: #fff;
}
.team-style-2 .em-content-button a {
    color: #000000;
}
.witr_team_content_car h5,
.witr_team_content_car h5 a,
.witr_team_content_car span {
    color: #fff;
}
.busi_singleTeam h5:hover {
    color: #000000;
}
.busiTS a {
    color: #222429;
}
.busiTS a:hover {
    color: #fff;
}
.witr_socials_3d a {
    color: #ababab;
}
.witr_socials_3d a:hover {
    color: #000000;
}
.back_view h5 a {
    color: #fff;
}
.back_view .con_TMS a,
.front_view .con_TMS a {
    color: #ababab;
}
.back_view .con_TMS a,
.back_view .con_TMS a:hover,
.witr_back_img h5,
.witr_back_img p,
.witr_back_img span {
    color: #fff;
}
.witr_team_top ul li a {
    color: #000000;
}
.witr_team_top ul li a:hover {
    color: #ff8400;
}
.witr_team_content4 span {
    color: #626262;
}
.witr_bottom_icon a {
    color: #000000;
}
.front_view .con_TMS a:hover,
.front_view .con_TMS13_icon.con_TMS a,
.team_o_icon ul li a,
.team_o_icon ul li a:hover,
.witr_bottom_icon a:hover,
.witr_team_s11 span {
    color: #fff;
}
.team_o_icons ul li a {
    color: #000000;
}
.team_bottom_icon a,
.team_o_icons ul li a:hover,
.team_top_icon ul li a {
    color: #fff;
}
.post_team_icon_8 ul li a {
    color: #000000;
}
.post_team_icon_8 ul li a:hover,
.post_team_icon_9 ul li a {
    color: #fff;
}
.post_team_icon_9 ul li a:hover {
    color: #272727;
}
.bariplan-tab li a,
.bariplan-tab li a.active,
.bariplan-tab li a:hover,
.post_team10_area .team_o_icons ul li a,
.video_icon a i {
    color: #fff;
}
.bariplan_single_event:hover .event_page_title h2 a,
.witr_swiper_content h1 span,
.witr_swiper_content h2 span,
.witr_swiper_content h3 span {
    color: #000000;
}
.witr_swipers_title h4 {
    color: #222429;
}
.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}
.swiper-button-next:hover,
.swiper-button-prev:hover,
.witr_ds_content_inner h1 span,
.witr_ds_content_inner h2 span,
.witr_ds_content_inner h3 span {
    color: #000000;
}
.witr_slicks_title h4 {
    color: #222429;
}
.slick_pluse_btn span {
    color: #fff;
}
.witr_feed_icons span {
    color: #222429;
}
.witr_feed_icons span:hover {
    color: #000000;
}
.witr_tx_ovei_title h2,
.witr_tx_ovei_title h2 a,
.witr_tx_ovei_title p {
    color: #fff;
}
.witr_gallery_title h2 a:hover {
    color: #000000;
}
.SIBG_2 i {
    color: #28f200;
}
.detail_SS a.readMore {
    color: #f5634b;
}
.detail_SS a.readMore:hover {
    color: #4900d6;
}
.service-item i {
    color: #fff;
}
.width_height_link_0.service-item i,
.width_height_link_02 .service-item i {
    color: #000000;
}
.witr_service_btn_3d a,
.witr_service_content_3d h3,
.witr_service_content_3d h3 a,
.witr_service_content_3d p,
.witr_service_icon_3d i {
    color: #fff;
}
.witr_service_btn_3d a:hover {
    color: #000000;
}
.witr_content_service2 p,
.witr_content_service2 ul li a,
.witr_custom2_icon i,
.witr_service2_icon i,
.witr_titles h3,
.witr_titles h3 a {
    color: #fff;
}
.witr_content_service2 ul li a:hover {
    color: #00235a;
}
.service-btn > a {
    color: #000000;
}
.service-btn > a:hover,
.witr_service2_7 .witr_ser_btnb a,
.witr_service2_7 .witr_ser_btnb a:hover,
.witr_service2_btnb a,
.witr_service3_btn a {
    color: #fff;
}
.witr_service2_7 .witr_ser_btnb a i {
    color: #000000;
}
.pluse_btn span {
    color: #fff;
}
.witr_service2_icont i {
    color: #000000;
}
.wirt_s2_s9 .witr_titles h3,
.wirt_s2_s9 .witr_titles h3 a {
    color: #272727;
}
.wirt_s2_s9:hover .witr_content_text2 .witr_service2_btnb a,
.wirt_s2_s9:hover .witr_content_text2 p,
.wirt_s2_s9:hover .witr_titles h3,
.wirt_s2_s9:hover .witr_titles h3 a {
    color: #fff;
}
.witr_content_text2 .witr_service2_btnb a {
    color: #272727;
}
.witr_sn_button a {
    color: #fff;
}
.em-service-title h3 span,
.service-btna a:hover {
    color: #000000;
}
.em-service2 .em-service-icon i,
.em-service:hover .em-service-desc,
.em-service:hover .em-service-icon,
.em-service:hover .em-service-title h3,
.em-service:hover .em-service-title h3 a,
.em-service:hover .service-btn > a {
    color: #fff;
}
.em-service-title h3 a:hover,
.width_height_link_0 .em-service-icon i {
    color: #000000;
}
.witr_sstyle_9:hover a,
.witr_sstyle_9:hover h3,
.witr_sstyle_9:hover p {
    color: #fff;
}
.em-service-title h3:hover {
    color: #00235a;
}
.em-service2.witr_sstyle_9:hover .em-service-icon i,
.witr_sstyle_9:hover .service-btn > a {
    color: #000000;
}
.service_list_op a {
    color: #454545;
}
.wbutton_top_service_icon a,
.witr_service2_icon_bottom i,
.witr_service_10 .service-btn a,
.witr_servicetwo_text a {
    color: #000000;
}
.wirt_detail_icon i,
.wirt_detail_title h2,
.wirt_detail_title h3,
.wirt_detail_title h3 a,
.witr_service_10 .service-btn a:hover {
    color: #fff;
}
.wirt_detail_title h3 a:hover {
    color: #222;
}
.service_list_op ul li a:hover,
.witr_service_s_12.service-item h2 {
    color: #000000;
}
.witr_service_12 .wirt_detail_title h2,
.witr_service_12 .wirt_detail_title h3,
.witr_service_12 .wirt_detail_title h3 a {
    color: #272727;
}
.wirt_detailb_icon i,
.witr_service_12 .wirt_detail_title h3 a:hover {
    color: #000000;
}
.pluse_btn_slick span,
.wirt_detailb_icon i:hover,
.witr_11_btn.witr_sbtn_s8 a,
.witr_sbtn_s8 a,
.witr_sbtn_s8 a i {
    color: #fff;
}
.Screenshots .dnSlide-main .dnSlide-btn {
    color: #222429;
}
.Screenshots .dnSlide-main .dnSlide-btn i,
.Screenshots .dnSlide-main .dnSlide-left-btn:before,
.Screenshots .dnSlide-main .dnSlide-right-btn:before,
.mobile-slide-7 .mobile-thumb .mobile-slide-overlay a {
    color: #fff;
}
.witr_single_socials ul li a i {
    color: #555;
}
.witr_single_socials ul li a i:hover {
    color: #000000;
}
.witr_title1 .witr_label {
    color: #272727;
}
.witr_progress-style1 .witr_percent {
    color: #fff;
}
.witr_title2 .witr_label {
    color: #272727;
}
.witr_progress-style2 .witr_percent {
    color: #272727;
}
.witr_progress-style3 .witr_label,
.witr_progress-style3 .witr_percent,
.witr_progress-style4 .witr_label,
.witr_progress-style4 .witr_percent {
    color: #fff;
}
.witr_title5 .witr_label {
    color: #222;
}
.witr_progress-style5 .witr_percent {
    color: #fff;
}
.witr_title6 .witr_label {
    color: #272727;
}
.witr_progress-style6 .witr_percent {
    color: #fff;
}
.witr_title7 .witr_label {
    color: #272727;
}
.witr_progress-style7 .witr_percent .witr_progress-style8 .witr_label {
    color: #fff;
}
.witr_progress-style8 .witr_percent .witr_title9 .witr_label {
    color: #272727;
}
.witr_progress-style9 .witr_percent {
    color: #999;
}
.witr_title10 .witr_label {
    color: #272727;
}
.witr_progress-style10 .progress-bar-danger .witr_percent,
.witr_progress-style10 .progress-bar-info .witr_percent,
.witr_progress-style10 .progress-bar-success .witr_percent,
.witr_progress-style10 .progress-bar-warning .witr_percent,
.witr_progress-style10 .witr_percent {
    color: #000000;
}
.pricing-part strong,
.witr_content_service h3,
.witr_content_service h3 a,
.witr_content_service p,
.witr_process_btnb a,
.witr_process_icon i,
.witr_process_icon2 i {
    color: #fff;
}
.witr_pricing_icon i {
    color: #000000;
}
.pricing-part a.btn {
    color: #fff;
}
.pricing-part a.btn:hover {
    color: #000000;
}
.pricing_style_2 .pricing-part h5,
.pricing_style_4 .pricing-part h5,
.pricing_style_6.pricing-part h4,
.pricing_style_6.pricing-part h5,
.pricing_style_6.pricing-part h6,
.pricing_top_box .prt_content,
.pricing_top_box .prt_content p,
.pricing_top_box p,
.witr_ribon_text h3 {
    color: #fff;
}
.witr_pslide .witr_pslide_custom a span {
    color: #000000;
}
.ps1 .witr_content_pslide_text h3 {
    color: #fff;
}
.ps1 .witr_content_pslide_text h3:hover {
    color: #000000;
}
.ps1 .witr_content_pslide_text a,
.ps1 .witr_content_pslide_text p {
    color: #fff;
}
.ps1 .witr_content_pslide_text a:hover {
    color: #000000;
}
.witr_pslide_custom a span {
    color: #fff;
}
.ps3.ps1 .witr_content_pslide_text a,
.ps3.ps1 .witr_content_pslide_text h3,
.ps3.ps1 .witr_content_pslide_text p {
    color: #222429;
}
.ps3.ps1 .witr_content_pslide_text a:hover {
    color: #000000;
}
.witr_pslide3 .witr_single_pslide:hover .witr_pslide_custom a span {
    color: #fff;
}
.witr_pslide3 .witr_pslide_custom a span {
    color: #000000;
}
.portfolio_nav ul li.current_menu_item,
.portfolio_nav ul li:hover,
.prot_content h3,
.prot_content h3 a {
    color: #fff;
}
.prot_content h3 a:hover {
    color: #000000;
}
.prot_content p {
    color: #fff;
}
.gallery_load_button a {
    color: #444;
}
.em_port_content,
.gallery_load_button a:hover,
.picon a,
.picon a:hover,
.pstyle_1 .porttitle_inner .prots-content,
.pstyle_1 .porttitle_inner h3 {
    color: #fff;
}
.portfolio_readmore_btn > a {
    color: #000000;
}
.portfolio_readmore_btn > a:hover,
.pstyle_1 .picon a,
.pstyle_1 .picon a:hover,
.pstyle_1 .porttitle_inner p span {
    color: #fff;
}
.porttitle_inner4 h3,
.porttitle_inner4 h3 a,
.porttitle_inner4 p {
    color: #454545;
}
.positi_3 .porttitle_inner4 h3 a,
.positi_3 .porttitle_inner4 p span {
    color: #fff;
}
.portfolio-details-box ul li b {
    color: #444;
}
.nivo-caption {
    color: #fff;
}
.em-slider-title span {
    color: #000000;
}
.em-slider-descript {
    color: #626262;
}
.em_slider_inner ul li a {
    color: #fff;
}
.em-button-button-area a {
    color: #000000;
}
.em-button-button-area a:hover,
a.em-active-button {
    color: #fff;
}
a.em-active-button:hover {
    color: #000000;
}
.em-nivo-slider-wrapper .nivo-controlNav a,
.em-nivo-slider-wrapper .nivo-directionNav a,
.em-nivo-slider-wrapper .nivo-directionNav a:hover,
.witr_nivideo_btns i {
    color: #fff;
}
.witr_modal_menu i {
    color: #000000;
}
.departmentList ul li a {
    color: #272727;
}
.departmentList ul li a:hover {
    color: #000000;
}
.departmentList .discover_more {
    color: #272727;
}
.departmentList .discover_more:hover {
    color: #000000;
}
.ab_videoArea h3,
.ab_videoArea p {
    color: #fff;
}
.ab_videoArea i {
    color: #000000;
}
.beer-handle {
    color: #222429;
}
.wittr_footermenu_w_list ul li {
    color: #555;
}
.wittr_footermenu_w_list ul li a:hover {
    color: #000000;
}
.checkbox_witr span,
.witr_own_widet_title .tagcloud a,
.witr_own_widet_title h5 {
    color: #fff;
}
.witr_counter_number_inn h3,
.witr_counter_number_inn span {
    color: #000000;
}
.witr_counter_text span {
    color: #222429;
}
.witr_counter_icon i {
    color: #000000;
}
.single_counter:hover .counter-icon,
.witr_counter_6 .witr_counter_number_inn h3,
.witr_counter_6 .witr_counter_number_inn span,
.witr_single_counter:hover .witr_counter_icon4 i,
.witr_single_counter:hover .witr_counter_text h3,
.witr_single_counter:hover .witr_counter_text h4,
.witr_single_counter:hover .witr_counter_text span {
    color: #fff;
}
.countr_text span {
    color: #222429;
}
.single_counter:hover .counter_icon i,
.single_counter:hover .counter_title > h4,
.single_counter:hover .countr_text span,
.single_counter:hover .countr_text > h1,
.single_counter:hover .countr_text > h3 {
    color: #fff;
}
.witr_content_couses h3 a:hover,
.witr_content_couses h4,
.witr_couses_btnb a {
    color: #000000;
}
.witr_couses_btnb a:hover {
    color: #fff;
}
.witr_circal_r h6 {
    color: #888;
}
.witr_circal_r h6 span {
    color: #000000;
}
.couses_box_position .witr_content_couses h4,
.couses_box_position:hover .couses_bar_percent .progress-bar,
.couses_box_position:hover .couses_bar_percent span,
.couses_box_position:hover .witr_circal_r h6,
.couses_box_position:hover .witr_content_couses h3 a,
.couses_box_position:hover .witr_title_bar span,
.give-btn {
    color: #fff;
}
.couses_bar_percent span,
.witr_title_bar span {
    color: #272727;
}
.nav-tabs .nav-item:hover i,
.nav-tabs .nav-link:hover,
.witr_icon_adn a,
.witr_taba_style1 .nav-tabs .nav-item.show .nav-link,
.witr_taba_style1 .nav-tabs .nav-link.active {
    color: #fff;
}
.event_date_5 span,
.bariplan-event-meta-left_adn a,
.bariplan-event-meta-left_adn span {
    color: #888;
}
.event_date,
.event_date_list {
    color: #fff;
}
.bariplan-single-event_adn:hover .event-page-title_adn a {
    color: #000000;
}
.bariplan_event_abs h2 a,
.bariplan_event_abs span,
.witr_event_btn a,
.witr_event_btn a:hover {
    color: #fff;
}
.bariplan_event_abs h2 a:hover {
    color: #000000;
}
.single_admin h1,
.single_admin p,
.witr_category .tevbt {
    color: #fff;
}
.span_text span i {
    color: #000000d1;
}
.witr_event_style_7 .witr_event_btn a {
    color: #272727;
}
.style7_day span,
.sub-item i,
.witr_event_style_8.witr_event_style_7 .witr_event_btn a {
    color: #fff;
}
.width_height_link_0.sub-item i,
.width_height_link_02 .sub-item i {
    color: #000000;
}
.sub-item span {
    color: #f4f4f4;
}
.sub-border-2:hover .sub-item span {
    color: #00235a;
}
.feature_btn a,
.sub-item.sub-item-3 i {
    color: #000000;
}
.feature_btn a:hover,
.sub-item.sub-item-3:hover i {
    color: #fff;
}
.sub-item.sub-item-6 i {
    color: #000000;
}
.sub-item.sub-item-6:hover i,
.witr_feature_btn_3d a,
.witr_feature_content_3d h2,
.witr_feature_content_3d h3,
.witr_feature_content_3d h3 a,
.witr_feature_content_3d p,
.witr_feature_icon_3d i {
    color: #fff;
}
.witr_feature_btn_3d a:hover {
    color: #000000;
}
.witr_back_con_slugf .witr_content_textf h3,
.witr_back_con_slugf .witr_content_textf h3 a,
.witr_content_textf p,
.witr_feature_iconf,
.witr_slug_front_contentf .witr_content_textf h3,
.witr_slug_front_contentf .witr_content_textf h3 a {
    color: #fff;
}
.witr_feature_btn_f a {
    color: #000000;
}
.witr_feature_btn_f a:hover {
    color: #fff;
}
.witr_cfeature9 .sub-item i {
    color: #000000;
}
.witr_cfeature9 .sub-item:hover i,
.witr_fea2_icon_top i,
.witr_feature2 h3,
.witr_feature2 h3 a,
.witr_feature2 p,
.witr_feature2_icon i,
.witr_feature_btn2 a {
    color: #fff;
}
.medi_featureDetail .discover_more,
.witr_feature_btn2 a:hover {
    color: #00235a;
}
.twr_feature_three_icon i,
.twr_feature_three_text a {
    color: #000000;
}
.box i {
    color: #000000;
}
.singleService:hover .box i {
    color: #17161a;
}
.singleService h2 {
    color: #000000;
}
.medi_featureDetail .discover_more:hover,
.singleService:hover .box i,
.singleService:hover h2 {
    color: #17161a;
}
.em-service2.witr_sstyle_9:hover .em-service-icon i {
    background: #fff;
}
.witr_feature_12.sub-item i {
    color: #000000;
}
.witr_feature_13.sub-border-2 .sub-item span {
    color: #fff;
}
.witr_feature_13 .sub-item h2 {
    color: #000000;
}
.em_feature-icon i {
    color: #fff;
}
.em-feature:hover .em_feature-icon i {
    color: #000000;
}
.em-feature:hover .em-feature-desc,
.em-feature:hover .feature_button a,
.em-feature:hover h2,
.em-feature:hover h3,
.em-feature:hover h3 a {
    color: #fff;
}
.em-feature:hover .feature_btn a {
    color: #000000;
}
.em-feature:hover .feature_btn a {
    background: #fff;
}
.feature_active .all_feature_color h2 {
    color: #000000;
}
.feature_video_post a,
.wcr_feature_10:hover .feature_btn a {
    color: #fff;
}
.feature_topicon_post i {
    color: #000000;
}
.feature_big_icon span {
    color: #f0f0f0;
}
.car_feature_btn_icon a i {
    color: #000000;
}
.wcr_feature_11:hover .car_feature_btn_icon a i {
    color: #fff;
}
.medi_featureDetail .discover_more i {
    color: #000000;
}
.witr_btn {
    background: #000000;
}
.witr_btn:hover {
    background: #00235a;
}
.witr_bbtn:hover {
    background: #000000;
}
.witr_gbtn {
    background: #3d59e8;
    background: -webkit-linear-gradient(45deg, #000000, #00235a);
    background: linear-gradient(45deg, #000000, #00235a);
}
.witr_gbtn:before {
    background: -webkit-linear-gradient(45deg, #000000, #00235a);
    background: linear-gradient(45deg, #000000, #00235a);
}
.witr_gbbtn:before {
    background: -webkit-linear-gradient(45deg, #000000, #00235a);
    background: linear-gradient(45deg, #000000, #00235a);
}
.witr_gbbtn:after {
    background: #fff;
}
.witr_vbtn {
    background: #000000;
}
.witr_vbtn:hover {
    background: #00235a;
}
.witr_vbbtn:hover {
    background: #000000;
}
.witr_vgbtn {
    background: -webkit-linear-gradient(45deg, #000000, #00235a);
    background: linear-gradient(45deg, #000000, #00235a);
}
.witr_vhgbtn {
    background: -webkit-linear-gradient(45deg, #000000, #00235a);
    background: linear-gradient(45deg, #000000, #00235a);
}
.witr_vhgbtn:before {
    background: -webkit-linear-gradient(45deg, #000000, #00235a);
    background: linear-gradient(45deg, #000000, #00235a);
}
.witr_vbgbtn:before {
    background: -webkit-linear-gradient(45deg, #000000, #00235a);
    background: linear-gradient(45deg, #000000, #00235a);
}
.witr_vbgbtn:after {
    background: #324452;
}
.witr_vbbgbtn_inner:before {
    background: -webkit-linear-gradient(45deg, #000000, #00235a);
    background: linear-gradient(45deg, #000000, #00235a);
}
.witr_vbbgbtn_inner:after {
    background: #04071e;
}
.witr_vbbgbtn:before {
    background: -webkit-linear-gradient(45deg, #000000, #00235a);
    background: linear-gradient(45deg, #000000, #00235a);
}
.witr_vbbgbtn:after {
    background: #04071e;
}
.witr_vdbbgbtn_inner:before {
    background: -webkit-linear-gradient(45deg, #000000, #00235a);
    background: linear-gradient(45deg, #000000, #00235a);
}
.witr_vdbbgbtn_inner:after {
    background: #fff;
}
.witr_vdbbgbtn:before {
    background: -webkit-linear-gradient(45deg, #000000, #00235a);
    background: linear-gradient(45deg, #000000, #00235a);
}
.blog-img a:before {
    background: rgba(0, 0, 0, 0.5);
}
.wblog-content > a:hover {
    background: #000000;
}
.busi_singleBlog {
    background: #fff;
}
.witr_sb_thumb:before {
    background: rgba(0, 0, 0, 0.5);
}
.witr_singleBlog {
    background: #fff;
}
.witr_sb6_thumb:before {
    background: #222429;
}
.witr_sb6_thumb:after {
    background: rgba(0, 0, 0, 0.1);
}
.witr_blog_area8 .witr_sb6_thumb:after {
    background: #fff;
}
.witr_blog_area8 .learn_btn {
    background: #000000;
}
.witr_singleBlog:hover .learn_btn {
    background: #fff;
}
.witr_post_meta9 span {
    background: #000000;
}
.witr_blog_area10 .learn_btn {
    background: #f5f5f5;
}
.witr_blog_area10 .learn_btn i,
.witr_blog_area10 .learn_btn:hover {
    background: #000000;
}
.witr_blog_area10 .learn_btn:hover i {
    background: #00235a;
}
.witr_top_category span ul li a {
    background: #000000;
}
.witr_blog_area11 .learn_btn {
    background: #00000014;
}
.witr_blog_area11 .learn_btn:hover {
    background: #000000;
}
.witr_blog_meta_potion {
    background: #fff;
}
.witr_blog_area13 .learn_btn:hover {
    background: #000000;
}
.bariplan-single-blog_adn {
    background: #fff;
}
.blog_add_icon a {
    background: #000000;
}
.blog-page-title_adn2 h2 {
    background: #000000d9;
}
.witr_ablog_content {
    background: #fff;
}
.readmore_adn a:hover {
    background: #000000;
}
.bariplan-single-blog_adn:hover .blog-page-title_adn2 h2 {
    background: #000000d9;
}
.bariplan-blog-thumb_adn:before {
    background: rgba(0, 0, 0, 0.7);
}
.busi_singleBlog:hover .wbutton_right_icon a::before {
    background: #000000;
}
.witr_butn {
    background: #000000;
}
.witr_butn:hover {
    background: #00235a;
}
.witr_banner_content a i {
    background: #fff;
}
.witr_banner_content a i:hover {
    background: #000000;
}
.witr_banner_content form button {
    background: #fff;
}
.active .witr_ac_style,
.banner-content a i,
.banner-content button,
.banner-content.content-4 ul li a:hover i,
.butn:before,
.witr_about_btn a,
.witr_ac_style:focus,
.witr_ac_style:hover {
    background: #000000;
}
.witr_about_btn a:hover {
    background: #4c0062;
}
.witr_shape_box {
    background: #ddd;
}
.slick-next,
.slick-next.slick-disabled,
.slick-prev,
.slick-prev.slick-disabled {
    background: #000000;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    background: #00235a;
}
.slick-dots li button {
    background: #0000005c;
}
.slick-dots li.slick-active button {
    background: #000000;
}
.send_message input {
    background: #f7f7f7;
}
.send_message input.wpcf7-submit {
    background: #000000;
}
.send_message input.wpcf7-submit:hover {
    background: #f8f8f8;
}
.bariplan_slider_icon ul li a i,
.slider_btn .witr_btn.active:hover,
.tx_svd_icon,
.witr_video_btn i,
.witr_video_btn i:after {
    background: #000000;
}
.bariplan_slider_icon ul li a i:hover {
    background: #00235a;
}
.play-overlay a,
.play-overlay a:before,
.title_btn a,
.title_in:after,
.title_in:before,
.video-item a,
.video-item a:before,
.witr_bar_inner {
    background: #000000;
}
.witr_bar_innerc:after,
.witr_bar_innerc:before {
    background: #1c1b1b;
}
.witr_dslborder,
.witr_hd_timeline_inner:before {
    background: #000000;
}
.witr_hd_timeline_inner:hover .witr_dslborder,
.witr_hd_timeline_inner:hover .witr_hd_sicon_inner,
.witr_hd_timeline_inner:hover:before {
    background: #222429;
}
.middle_border_divider,
.witr_hd_sicon_inner {
    background: #000000;
}
.em_single_testimonial,
.single_2p_testimonial,
.testiCreCon,
.testiCreCon:after,
.witr_background_test,
.witr_testi_main {
    background: #fff;
}
.testomonial_2part .slick-slide.slick-current.slick-active .bottom_single_testi {
    background: #000000;
}
.witr_team_section:before {
    background: #0000006b;
}
.team_overlay_icon a {
    background: #000000;
}
.team-sec:before {
    background: #0000006e;
}
.team-part .team-social {
    background: #fff;
}
.team-social ul li a:hover {
    background: #000000;
}
.witr_team_sec_3:before {
    background: #00000080;
}
.em-team-content-socials a,
.em-team-content-waraper,
.team-part .witr_team_sec_3 .team-social {
    background: #fff;
}
.em-team-content-socials a:hover {
    background: #000000e6;
}
.em-team:hover .em-team-content-waraper {
    background: #000000e6;
}
.team-style-2 .em-team:hover .em-content-image:before {
    background: rgba(0, 0, 0, 0.7);
}
.team-back-wraper {
    background: #000000;
}
.witr_single_team:after {
    background: #00000080;
}
.busi_singleTeam:before {
    background: rgba(0, 0, 0, 0.2);
}
.busi_TMHover {
    background: rgba(255, 255, 255, 0.9);
}
.busiTS a:hover,
.busi_TMHover:after,
.busi_TMHover:before {
    background: #000000;
}
.witr_team_back_3d,
.witr_team_front_3d {
    background: #f9f9f9;
}
.witr_back_img:after {
    background: #000000d9;
}
.back_view .con_TMS a:hover {
    background: #000000;
}
.witr_team_thumb4:before {
    background: #000000ad;
}
.witr_bottom_icon a,
.witr_team_content4,
.witr_team_top {
    background: #fff;
}
.witr_bottom_icon a:hover,
.witr_team_s11 span {
    background: #000000;
}
.witr_team_s12 {
    background: #fff;
}
.front_view .con_TMS a:hover {
    background: #000000;
}
.team_line {
    background: #75a1fb;
}
.team_line_bottom,
.team_line_top {
    background: -webkit-linear-gradient(left, rgba(117, 161, 251, 0), #000000, rgba(117, 161, 251, 0));
    background: linear-gradient(to right, rgba(117, 161, 251, 0), #000000, rgba(117, 161, 251, 0));
}
.team_line_left,
.team_line_right {
    background: -webkit-linear-gradient(bottom, rgba(117, 161, 251, 0), #000000, rgba(117, 161, 251, 0));
    background: linear-gradient(to top, rgba(117, 161, 251, 0), #000000, rgba(117, 161, 251, 0));
}
.front_view .con_TMS13_icon.con_TMS a {
    background: #000000;
}
.front_view .con_TMS13_icon.con_TMS a:hover {
    background: #00235a;
}
.team_o_icon ul li a:hover,
.team_s14_image:after {
    background: #000000;
}
.team_o_icons:before {
    background: #ddd;
}
.all_color_team:hover .team_o_icons:before {
    background: #000000;
}
.team_o_icons ul li a {
    background: #00000033;
}
.team_o_icons ul li a:hover {
    background: #000000;
}
.team_bottom_icon a,
.team_top_icon ul li a {
    background: #000000;
}
.team_bottom_icon a:hover,
.team_top_icon ul li a:hover {
    background: #00235a;
}
.post_team_icon_8 ul li a,
.witr_team_content15 {
    background: #fff;
}
.post_team_icon_8 ul li a:hover {
    background: #000000;
}
.post_team_content {
    background: #fff;
}
.post_team_icon_9 {
    background: #000000;
}
.post_team10_area .team_o_icons ul li a {
    background: #272727;
}
.post_team10_area .team_o_icons ul li a:hover {
    background: #000000;
}
.post_team_p11,
.tab_area {
    background: #fff;
}
.tab_item .nav-pills li .nav-link.active {
    background: #000000;
}
.tab_area .tab_content a:hover {
    background: #00235a;
}
.static_tab_area {
    background: #fff;
}
.bariplan-tab {
    background: #222429;
}
.bariplan-tab li {
    background: #222429;
}
.bariplan-tab li a.active,
.bariplan-tab li a:hover {
    background: #000000;
}
.video_image:before {
    background: rgba(0, 0, 0, 0.5);
}
.tab-event {
    background: #fff;
}
.witr_swiper_area .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.witr_swiper_area .swiper-scrollbar-drag {
    background: #000000;
}
.witr_swiper_area .swiper-container-horizontal > .swiper-scrollbar {
    background: rgba(0, 0, 0, 0);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #fff;
}
.single_image_line {
    background: #000000;
}
.image_line_bottom,
.image_line_top {
    background: -webkit-linear-gradient(left, rgba(117, 161, 251, 0), #000000, rgba(117, 161, 251, 0));
    background: linear-gradient(to right, rgba(117, 161, 251, 0), #000000, rgba(117, 161, 251, 0));
}
.image_line_left,
.image_line_right {
    background: -webkit-linear-gradient(bottom, rgba(117, 161, 251, 0), #000000, rgba(117, 161, 251, 0));
    background: linear-gradient(to top, rgba(117, 161, 251, 0), #000000, rgba(117, 161, 251, 0));
}
.witr_tx_ovei_title {
    background: #000000;
}
.witr_ip_text_box {
    background: #fff;
}
.SIBG_1:before {
    background: #0000001a;
}
.service-btn > a:hover,
.singleSS:hover .SIBG_1:before,
.witr_service_7 .service-btn > a:after,
.witr_service_7 .service-btn > a:before {
    background: #000000;
}
.service {
    background: #01dbb0;
}
.service-item i {
    background: #000000;
}
.witr_service_back_3d,
.witr_service_front_3d {
    background: #fff;
}
.witr_service_front_3d {
    background: #000000;
}
.witr_service_back_3d {
    background: #17161a;
}
.witr_service_btn_3d a:hover {
    background: #fff;
}
.witr_service2_box {
    background: #000000;
}
.witr_back_service2 {
    background: #00000094;
}
.witr_ser_btnb a:hover,
.witr_service3_btn a {
    color: #000000;
}
.witr_ser_btnb a {
    color: #222429;
}
.witr_service2_7 {
    background: #fff;
}
.witr_service2_7 .witr_ser_btnb a {
    background: #000000;
}
.witr_service2_7 .witr_ser_btnb a:hover {
    background: #222429;
}
.witr_service2_7 .witr_ser_btnb a i {
    background: #fff;
}
.pluse_btn span {
    background: #000000;
}
.witr_services2_image:before {
    background-image: -webkit-linear-gradient(top, #0000008f 0, #2224299c 100%);
    background-image: linear-gradient(180deg, #0000008f 0, #2224299c 100%);
}
.wirt_s2_s9 .witr_service2_box {
    background: #fff;
}
.witr_service2_icont i {
    background: #0000003b;
}
.wirt_s2_s9:hover .witr_service2_icont i,
.witr_service2_style4 {
    background: #fff;
}
.witr_sn_button a {
    background: #000000;
}
.witr_sn_button a:hover {
    background: #00235a;
}
.em-service:hover:before {
    background: rgba(0, 0, 0, 0.7);
}
.em-service2 .em-service-icon i,
.witr_sstyle_9:before {
    background: #000000;
}
.witr_service_10,
.witr_sstyle_9:hover .service-btn > a {
    background: #fff;
}
.witr_service_10:before {
    background: #000000;
}
.witr_service_10 .service-btn a {
    background: #00000026;
}
.wirt_detail_texti,
.witr_service_10 .service-btn a:hover {
    background: #000000;
}
.wirt_detailb_icon i,
.wirt_text_boxi,
.witr_service_s_12 .service_top_image:after,
.witr_service_s_12 .text_box {
    background: #fff;
}
.poly_text_box:hover .service_icon_box::before,
.wirt_detailb_icon i:hover,
.witr_service2:hover .wbutton_top_service_icon a::before,
.witr_service2:hover .witr_service2_icon_bottom::before {
    background: #000000;
}
.medi_singleService {
    background: #fff;
}
.medi_singleService:after {
    background: #00000036;
}
.medi_singleService:before {
    background: #000000;
}
.witr_sbtn_s8 a {
    background: #222429;
}
.Screenshots .dnSlide-main .dnSlide-btn,
.pluse_btn_slick span,
.witr_11_btn.witr_sbtn_s8 a,
.witr_sbtn_s8 a i {
    background: #000000;
}
.mobile-slide-7 .mobile-thumb .mobile-slide-overlay {
    background: rgba(0, 0, 0, 0.5);
}
.progress-bar {
    background: #000000;
}
.witr_progress-style1 {
    background: #fff;
}
.witr_progress-style3 .witr_label {
    background: rgba(255, 255, 255, 0.3);
}
.witr_progress-style3 .witr_percent {
    background: #272727;
}
.witr_progress-style4 {
    background: #fff;
}
.witr_progress-style4 .witr_label {
    background: rgba(255, 255, 255, 0.3);
}
.witr_progress-style4 .witr_percent {
    background: rgba(255, 255, 255, 0.3);
}
.witr_progress-style5 .witr_percent {
    background: #222;
}
.witr_progress-style6 {
    background: rgba(0, 0, 0, 0.04);
}
.witr_progress-style6 .witr_percent:after {
    background: #272727;
}
.witr_progress-style7 {
    background: #fff;
}
.witr_progress-style7 .witr_percent {
    background: #272727;
}
.witr_progress-style8 {
    background: #fff;
}
.witr_progress-style9 {
    background: #eee;
}
.witr_progress-style9 .witr_percent:after {
    background: #eee;
}
.witr_progress-style10 {
    background: #eee;
}
.witr_progress-style10 .witr_percent {
    background: #fff;
}
.pricing-part a.btn,
.pricing-part strong,
.pricing_style_2 .pricing-part h5,
.pricing_style_4 .witr_p_middle_inner,
.pricing_style_7.pricing-part h4,
.pricing_top_box,
.witr_back_process,
.witr_process_icon i,
.witr_process_icon2 i,
.witr_ribon_text h3 {
    background: #000000;
}
.pricing_style_6.pricing-part strong {
    background: #00235a;
}
.witr_pslide_image:before {
    background: #222429;
}
.witr_pslide .witr_pslide_custom a span {
    background: #fff;
}
.witr_pslide_custom a span {
    background: #000000;
}
.witr_pslide_custom a span:hover {
    background: #00235a;
}
.ps3.ps1 .witr_content_pslide_text,
.witr_pslide3 .witr_pslide_custom a span {
    background: #fff;
}
.witr_pslide3 .witr_single_pslide:hover .witr_pslide_custom a span {
    background: #000000;
}
.witr_pslide4.witr_pslide3 .witr_pslide_custom a span:hover {
    background: #00235a;
}
.witr_pslide5 .witr_single_pslide {
    background: #fff;
}
.portfolio_nav ul li.current_menu_item,
.portfolio_nav ul li:hover {
    background: #000000;
}
.prot_content {
    background: #00000080;
}
.gallery_load_button a:hover,
.picon a {
    background: #000000;
}
.picon a:hover {
    background: #00235a;
}
.em_port_content {
    background: #00000080;
}
.portfolio_readmore_btn > a {
    background: #fff;
}
.portfolio_readmore_btn > a:hover,
.pstyle_1 .picon a:hover {
    background: #000000;
}
.pstyle2 .prot_content {
    background: #00000080;
}
.pstyle2.pstyle3 .prot_content_inner {
    background: #0000006b;
}
.positi_3.pprotfolio4 {
    background: #000000;
}
.nivoSlider a.nivo-imageLink {
    background: #fff;
}
.nivo-caption {
    background: #222429;
}
.nivo-caption {
    background: rgba(0, 0, 0, 0);
}
.em-button-button-area a {
    background: #fff;
}
.em-button-button-area a:hover,
a.em-active-button {
    background: #000000;
}
a.em-active-button:hover {
    background: #fff;
}
.witr_nivideo_btns i {
    background: #222429;
}
.witr_nivideo_btns i:hover {
    background: #000000;
}
.witr_nivideo_btns i:after {
    background: #00235a;
}
.em-nivo-slider-wrapper .nivo-directionNav a:hover {
    background: #000000;
}
.em-nivo-slider-wrapper .nivo-controlNav a {
    background: #222429;
}
.em-nivo-slider-wrapper .nivo-controlNav a.active,
.em-nivo-slider-wrapper .nivo-controlNav a:hover {
    background: #000000;
}
.witr_modal_menu i,
.witr_modal_text {
    background: #fff;
}
.ab_videoArea {
    background: #000000;
}
.ab_videoArea i {
    background: #fff;
}
.ab_videoArea i:after {
    background: rgba(255, 255, 255, 0.73);
}
.sub-item i,
.sub-item.sub-item-3:hover i {
    background: #000000;
}
.sub-item.sub-item-6 i {
    background: #f7f8ff;
}
.feature_btn a:hover,
.sub-item.sub-item-6:hover i {
    background: #000000;
}
.witr_feature_back_3d,
.witr_feature_front_3d {
    background: #fff;
}
.witr_feature_front_3d {
    background: #00235a;
}
.witr_feature_back_3d {
    background: #000000;
}
.witr_feature_btn_3d a:hover {
    background: #fff;
}
.witr_slug_feature .witr_feture_back_con_slugf {
    background: #000000d9;
}
.witr_slug_front_contentf {
    background: #000000d9;
}
.witr_feature_btn_f a {
    background: #fff;
}
.witr_feature_btn_f a:hover {
    background: #000000;
}
.ca_ferture_7 .sub-item,
.witr_cfeature9 .sub-item i {
    background: #fff;
}
.witr_cfeature9 .sub-item i:after,
.witr_cfeature9 .sub-item:hover i {
    background: #000000;
}
.witr_feature2 {
    background: #00235a;
}
.witr_feature2:hover {
    background: #000000;
}
.witr_feature_12.sub-item {
    background: #fff;
}
.witr_feature_13.sub-border-2 .sub-item span {
    background: #00235a;
}
.witr_feature_13.sub-border-2:hover .sub-item span {
    background: #000000;
}
.witr_feature_13.sub-border-2:hover .sub-item i {
    background: #00235a;
}
.witr_feature_13 .sub-item:hover:before {
    background: #000000;
}
.witr_feature_13 .sub-item:after {
    background: #f6f6f6;
}
.feature_inner_box {
    background: #fff;
}
.em-feature:hover .feature_inner_box,
.em_feature-icon i {
    background: #000000;
}
.em-feature:hover .em_feature-icon i,
.wcr_feature_10 {
    background: #fff;
}
.wcr_feature_10 .feature_btn a:before {
    background: #000000;
}
.car_feature_btn_icon a i,
.feature_topicon_post i,
.witr_sub_item {
    background: #fff;
}
.wcr_feature_11:hover .car_feature_btn_icon a i {
    background: #000000;
}
.medi_singleFeature {
    background: #fff;
}
.medi_singleFeature:after {
    background: #ddd;
}
.medi_singleFeature:before {
    background: #000000;
}
.medi_singleFeature:hover .medi_featureThumb:after {
    background: #00000040;
}
.event_date,
.event_date_list,
.witr_event_btn a,
.witr_icon_adn a {
    background: #000000;
}
.witr_event_btn a:hover {
    background: #00235a;
}
.witr_category .tevbt {
    background: #000000;
}
.witr_event_6 .bariplan_event_date {
    background: #000000d1;
}
.style7_day span,
.witr_event_style_8.witr_event_style_7 .witr_event_btn a {
    background: #000000;
}
.witr_event_style_8.witr_event_style_7 .witr_event_btn a:hover {
    background: #00235a;
}
.witr_taba_style1 .nav-tabs .nav-link {
    background: #fff;
}
.nav-tabs .nav-link:hover,
.witr_taba_style1 .nav-tabs .nav-item.show .nav-link,
.witr_taba_style1 .nav-tabs .nav-link.active {
    background: #000000;
}
.witr_couses,
.witr_couses_btnb a {
    background: #fff;
}
.give-btn,
.witr_couses_btnb a:hover {
    background: #000000;
}
.couses_box_position:before {
    background: #000000db;
}
.witr_couses_box {
    background: #fff;
}
.couses_box_position .witr_content_couses h4 {
    background: #000000;
}
.couses_box_position:hover .witr_content_couses h4 {
    background: #00235a;
}
.couses_box_position:hover .progress-bar {
    background: #fff;
}
.couses_bar_percent .progress-bar,
.witr_single_counter:hover {
    background: #000000;
}
.witr_counter_6.witr_counter_single {
    background: #fff;
}
.single_counter:hover,
.witr_counter_6 .wirt_new_iner {
    background: #000000;
}
span.cdowns {
    background: #fff;
}
span.cdowns:after,
span.cdowns:before {
    background: #000000;
}
.witr_apartment_form .const_btn {
    background: #fff;
}
.witr_apartment_form .btn,
.witr_apartment_form .const_btn:hover {
    background: #000000;
}
.witr_apartment_form .btn:hover {
    background: #02101e;
}
.witr_case_image:before {
    background: #000000a6;
}
.witr_case_btnb a,
.witr_content_casem {
    background: #fff;
}
.bariplan_button a,
.witr_case_btnb a:hover {
    background: #000000;
}
.bariplan_button a:hover {
    background: #00235a;
}
.bariplan_video_inner i,
.w_apps_button a:hover {
    background: #000000;
}
.witr_con_btn2 .w_btn2 {
    background: #000000;
}
.witr_con_btn2 .w_btn2:hover {
    background: #00235a;
}
.w_apps_button a {
    border: 1px solid #000000;
    color: #000000;
}
.witr_case_btnb a {
    border: 1px solid #ececec;
}
.witr_case_btnb a:hover {
    border: 1px solid #000000;
}
.witr_apartment_form input,
.witr_apartment_form textarea {
    border: 1px solid #f1f1f1;
}
.witr_single_counter {
    border: 1px solid #324452;
}
.witr_single_counter:hover {
    border-color: #000000;
}
.single_counter {
    border-top: 2px solid #324452;
    border-bottom: 2px solid #324452;
}
.single_counter:before {
    border-left: 2px solid #324452;
    border-right: 2px solid #324452;
}
.single_counter:after {
    border-left: 2px solid #324452;
    border-right: 2px solid #324452;
}
.single_counter:hover,
.single_counter:hover:after,
.single_counter:hover:before {
    border-color: #000000;
}
.witr_couses_btnb a {
    border: 1px solid #ececec;
}
.give-btn,
.witr_couses_btnb a:hover {
    border: 1px solid #000000;
}
.em-event-content-area_adn {
    border: 1px solid #ddd;
}
.em-pevent .em-event-content-area_adn {
    border: 0 solid #ddd;
}
.bariplan-single-event_adn.em-pevent {
    border-top: 1px solid #ddd;
}
.witr_event_btn a:hover {
    border-color: #00235a;
}
.event_admin_area:before {
    border: 120px solid #000000db;
}
.witr_event_style_7 .witr_event_btn a {
    border: 1px solid #ddd;
}
.sub-item.sub-item-3 i {
    border: 2px solid #000000;
}
.feature_btn a {
    border: 1px solid #000000;
}
.witr_feature_btn_3d a {
    border: 2px solid #fff;
}
.witr_cfeature8 .sub-item span:before {
    border: 20px solid #000000;
}
.witr_feature_12.sub-item {
    border-bottom: 2px solid #000000;
}
.feature_video_post a {
    border: 3px solid #fff;
}
.em-button-button-area a:hover {
    border-color: #000000;
}
.em-nivo-slider-wrapper .nivo-directionNav a {
    border: 1px solid #fff;
}
.em-nivo-slider-wrapper .nivo-directionNav a:hover {
    border-color: #000000;
}
.portfolio_nav ul li {
    border: 1px solid #f3eaea;
}
.portfolio_nav ul li.current_menu_item,
.portfolio_nav ul li:hover {
    border-color: #000000;
}
.gallery_load_button a {
    border: 1px solid #ddd;
}
.gallery_load_button a:hover {
    border-color: #000000;
}
.picon a:hover {
    border-color: #00235a;
}
.portfolio_readmore_btn > a:hover {
    border: 1px solid #000000;
}
.pprotfolio4 {
    border: 1px solid #f1f1f1;
    border-top: 0 solid #f1f1f1;
}
.pricing-part a.btn {
    border: 1px solid #000000;
}
.witr_progress-style5 .witr_percent:after {
    border-right-color: #222;
}
.witr_progress-style7 .witr_percent:after {
    border-top-color: #272727;
}
.witr_progress-style10 .witr_percent {
    border: 2px solid #000000;
}
.witr_progress-style10 .progress-bar-danger .witr_percent,
.witr_progress-style10 .progress-bar-info .witr_percent,
.witr_progress-style10 .progress-bar-success .witr_percent,
.witr_progress-style10 .progress-bar-warning .witr_percent {
    border-color: #000000;
}
.witr_progress-style13.progress {
    border: 1px solid #000000;
}
.singleSS:hover {
    border-color: #4900d6;
}
.witr_service_btn_3d a {
    border: 2px solid #fff;
}
.witr_single_service3 {
    border: 1px solid #ddd;
}
.witr_single_service3:hover {
    border: 1px solid #f9f9f9;
}
.wirt_s2_s9 .witr_service2_box {
    border-top: 3px solid #000000;
}
.service-btn > a {
    border: 1px solid #000000;
}
.witr_sstyle_9 .service-btn > a {
    border: 1px solid #ddd;
}
.witr_sstyle_9:hover .service-btn > a {
    border-color: #000000;
}
.bariplan-tab li a {
    border-right: 1px solid #ddd;
}
.video_icon a i {
    border: 5px solid #fff;
}
.tab_item ul {
    border-bottom: 1px solid #fff;
}
.tab_item ul li a {
    border-bottom: 2px solid #000000;
    padding: 7px 70px;
}
.tab_item .nav-pills li .nav-link.active {
    border-bottom: 2px solid #fff;
    border-radius: 0;
}
.bariplan_single_event {
    border-bottom: 1px solid #ddd;
}
.bariplan_single_event:last-child {
    border-bottom: 0 solid #ddd;
}
.team-social ul li a {
    border: 1px solid #f5f5f5;
}
.team-social ul li a:hover {
    border-color: #000000;
}
.busiTS a {
    border: 2px solid #ddd;
}
.busiTS a:hover {
    border-color: #000000;
}
.front_view_box {
    border: 1px solid #ddd;
}
.back_view .con_TMS a,
.front_view .con_TMS a {
    border: 1px solid #ddd;
}
.back_view .con_TMS a {
    border-color: #fff;
}
.back_view .con_TMS a:hover {
    border-color: #000000;
}
.witr_bottom_icon a {
    border: 5px solid #e6ebf8;
}
.witr_team_s12 .front_view {
    border: 1px solid #e9e9e9;
}
.front_view .con_TMS a:hover {
    border-color: #000000;
}
.team_s14_image:before {
    border-left: 15px solid #000000;
    border-top: 15px solid #000000;
}
.team_s14_image:after {
    border-right: 15px solid #000000;
}
.team_o_icon ul li a {
    border: 1px solid #ddd;
}
.team_o_icon ul li a:hover {
    border-color: #000000;
}
.team_o_icons ul li a {
    border: 1px solid #0000001c;
}
.team_o_icons ul li a:hover {
    border-color: #000000;
}
.witr_testi_s_11:hover {
    border-color: #000000;
}
.testomonial.testomonial-5 .test-part {
    border: 2px solid #ddd;
}
.witr_background_test,
.witr_testi_main {
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
}
.witr_bar_innerc:after,
.witr_bar_innerc:before {
    border: 6px solid #000000;
}
.elementor-accordion .elementor-accordion-item {
    border-left: 2px solid #000000 !important;
}
.accordion_area .card-2 {
    border: 1px solid #ddd;
}
.witr_shape_box {
    border: 54px solid #f9f9f9;
}
.slick-dots li button {
    border: 0 solid #000000;
}
.slick-next,
.slick-prev {
    border: 0 solid #17161a;
}
.slider_btn .witr_btn.active,
.slider_btn .witr_btn.active:hover,
.witr_butn {
    border: 1px solid #000000;
}
.witr_butn:hover {
    border-color: #00235a;
}
.witr_banner_content form input {
    border: 1px solid #fff;
}
.butn {
    border: 2px solid #000000;
}
.banner-content.content-4 ul li a i {
    border: 1px solid #000000;
}
.banner-content input {
    border: 1px solid #000000;
}
.wblog-content > a {
    border: 1px solid #000000;
}
.witr_blog_area13 .learn_btn {
    border: 1px solid #ddd;
}
.witr_blog_area13 .learn_btn:hover {
    border-color: #000000;
}
.witr_blog_border {
    border: 1px solid #f2f2f2;
}
.readmore_adn a {
    border: 1px solid #ddd;
}
.readmore_adn a:hover {
    border-color: #000000;
}
.witr_bbtn {
    border: 2px solid #000000;
}
.witr_bbtn:hover {
    border-color: #000000;
}
.witr_vbbtn {
    border: 2px solid #000000;
}
.witr_vbbtn:hover {
    border-color: #000000;
}
span.cdowns {
    border: 1px solid #ddd;
}
.witr_taba_style1 .nav-tabs .nav-link {
    color: #000000;
}
.tx_golobal_color {
    background: #000000;
}
.tx_btn_global_color:hover {
    background: #00235a;
}
.mean-container .mean-bar:before {
    content: "MENU";
}
.witr_swiper_area {
    overflow: hidden;
    position: relative;
}
.witr_swiper_height {
    position: relative;
    background-size: cover;
    background-position: center center;
    height: 900px;
}
.witr_swiper_height:before,
.wittr_gallery_swiper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.wittr_gallery_swiper {
    position: relative;
    height: 100px !important;
    margin-top: 10px;
    background-size: cover;
    background-position: center center;
}
.witr_sw_text_area {
    margin: auto;
    height: 100%;
    width: 88%;
}
.elementor-section-full_width .witr_sw_text_area {
    margin: auto;
    width: 63%;
    height: 100%;
}
.witr_swiper_content {
    position: relative;
    top: 47%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.witr_swiper_topimg {
    margin-bottom: 23px;
}
.witr_swiper_content h1 {
    font-size: 20px;
    margin-bottom: 15px;
    display: inline;
    color: #ff3c00;
}
.witr_swiper_content h2,
.witr_swiper_content h3 {
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
}
.witr_swiper_content p {
    font-weight: 400;
    font-size: 18px;
    margin-top: 20px;
}
.text-left .witr_swiper_content h1,
.text-left .witr_swiper_content h2,
.text-left .witr_swiper_content h3,
.text-left .witr_swipers_title h4 {
    margin: 21px auto 3px 0;
}
.text-left .witr_swiper_content p {
    margin: 30px auto 15px 0;
}
.text-center .witr_swiper_content h1,
.text-center .witr_swiper_content h2,
.text-center .witr_swiper_content h3,
.text-center .witr_swiper_content p,
.text-center .witr_swipers_title h4 {
    margin-left: auto;
    margin-right: auto;
}
.text-center .witr_swiper_content p {
    margin: 28px auto 0;
    width: 60%;
}
.text-right .witr_swiper_content h1,
.text-right .witr_swiper_content h2,
.text-right .witr_swiper_content h3,
.text-right .witr_swipers_title h4 {
    margin: 0 0 10px auto;
}
.text-right .witr_swiper_content p {
    margin: 28px 0 15px auto;
}
.text-left .witr_swiper_content h1,
.text-left .witr_swiper_content h2,
.text-left .witr_swiper_content h3,
.text-left .witr_swipers_title h4,
.text-right .witr_swiper_content h1,
.text-right .witr_swiper_content h2,
.text-right .witr_swiper_content h3,
.text-right .witr_swipers_title h4 {
    width: 63%;
}
.witr_slider_thumb_inner img {
    border-radius: 10px;
}
.witr_swipers_title {
    position: absolute;
    top: -25px;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}
.witr_swipers_title h4 {
    font-size: 90px;
    -webkit-text-stroke: 1px #222429;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    opacity: 1;
    margin: 0;
}
.text-right .witr_swipers_title {
    right: 0;
    left: auto;
}
.text-center .witr_swipers_title {
    margin-left: auto;
    margin-right: auto;
}
.text-left .witr_swiper_content p,
.text-right .witr_swiper_content p {
    width: 40%;
}
.witr_swiper_area .swiper-slide a {
    display: inline-block;
}
.witr_swiper_area .text-left .witr_slider_thumb {
    right: 100px;
}
.witr_swiper_area .text-right .witr_slider_thumb {
    left: 100px;
}
.witr_swiper_area .text-left .slider_vd_icon {
    right: 16%;
}
.witr_swiper_area .text-right .slider_vd_icon {
    left: 16%;
}
.witr_swiper_area .text-center .slider_vd_icon {
    top: 23%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.witr_icon_section {
    margin-top: 30px;
}
.slider_btn {
    margin-top: 53px;
}
.text-left .witr_slider_thumb {
    position: absolute;
    right: -230px;
    top: 52%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.text-right .witr_slider_thumb {
    position: absolute;
    left: -230px;
    top: 52%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.display_flex {
    display: flex;
    align-items: center;
}
.template-home-wrapper ul {
    margin-bottom: 0;
}
.witr_flow_text {
    margin-right: 20px;
}
.witr_flow_text h5 {
    font-size: 18px;
}
.witr_swiper_area .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #fff;
}
.witr_swiper_area .swiper-container-horizontal > .swiper-pagination-progressbar,
.witr_swiper_area .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    height: 5px;
}
.witr_swiper_area .swiper-container-horizontal > .swiper-scrollbar,
.witr_swiper_area .swiper-scrollbar-drag {
    height: 10px;
}
.swiper-button-next,
.swiper-button-prev {
    background-image: inherit !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: 0;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    padding: 30px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 30px;
}
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
        format("woff");
    font-weight: 400;
    font-style: normal;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next";
}
@media (min-width: 1200px) and (max-width: 1440px) {
    .text-right .witr_slider_thumb {
        left: -320px;
    }
    .text-left .witr_slider_thumb {
        right: -300px;
    }
    .em_slider_s2_image img {
        width: 70%;
    }
}
@media (min-width: 1365px) and (max-width: 1660px) {
    .elementor-section-full_width .witr_sw_text_area {
        width: 85% !important;
    }
    .witr_swiper_area .text-right .witr_slider_thumb {
        left: -230px !important;
    }
    .witr_swiper_area .text-left .witr_slider_thumb {
        right: -230px !important;
    }
    .witr_swiper_height {
        width: 100% !important;
    }
    .w_slider_3 .witr_swiper_height {
        width: 100% !important;
        -webkit-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important;
        left: 15%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .elementor-section-full_width .witr_sw_text_area {
        width: 90% !important;
    }
    .witr_swiper_height {
        width: 100% !important;
    }
    .witr_swiper_content h2,
    .witr_swiper_content h3 {
        font-size: 55px;
    }
    .w_slider_4 .witr_swiper_height {
        margin-left: 0 !important;
    }
    .d1.witr_swiper_height {
        width: 100% !important;
    }
    .w_slider_3 .d1.witr_swiper_height {
        width: 100% !important;
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important;
    }
    .d2.witr_swiper_height {
        width: 50% !important;
    }
    .witr_swiper_area .text-right .witr_slider_thumb {
        left: -400px !important;
    }
    .witr_swiper_area .text-left .witr_slider_thumb {
        right: -400px !important;
    }
    .em_slider_s2_image img {
        width: 70%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .elementor-section-full_width .witr_sw_text_area {
        width: 95% !important;
    }
    .witr_swiper_height {
        height: 550px;
    }
    .witr_swiper_height {
        width: 100% !important;
    }
    .w_slider_4 .witr_swiper_height {
        margin-left: 0 !important;
    }
    .t1.witr_swiper_height {
        width: 100% !important;
    }
    .w_slider_3 .t1.witr_swiper_height {
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important;
    }
    .t2.witr_swiper_height {
        width: 50% !important;
        left: -20px;
    }
    .w_slider_3 .t2.witr_swiper_height {
        -webkit-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important;
        left: 91%;
    }
    .witr_swiper_area .text-left .slider_vd_icon {
        right: 48% !important;
        top: 17% !important;
    }
    .witr_swiper_area .text-right .slider_vd_icon {
        left: 48% !important;
        top: 17% !important;
    }
    .witr_swiper_area .text-center .slider_vd_icon {
        top: 17%;
    }
    .witr_sw_text_area.text-left,
    .witr_sw_text_area.text-right {
        text-align: center !important;
    }
    .text-center .witr_swiper_content h1,
    .text-center .witr_swiper_content h2,
    .text-center .witr_swiper_content h3,
    .text-center .witr_swiper_content p,
    .text-left .witr_swiper_content h1,
    .text-left .witr_swiper_content h2,
    .text-left .witr_swiper_content h3,
    .text-left .witr_swiper_content p,
    .text-right .witr_swiper_content h1,
    .text-right .witr_swiper_content h2,
    .text-right .witr_swiper_content h3,
    .text-right .witr_swiper_content p {
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
        text-align: center !important;
    }
    .text-center .witr_swiper_content p,
    .text-left .witr_swiper_content p,
    .text-right .witr_swiper_content p {
        width: 90% !important;
    }
    .witr_swiper_content h2,
    .witr_swiper_content h3 {
        font-size: 40px;
    }
    .text-left .witr_btn_sinner,
    .text-right .witr_btn_sinner {
        text-align: center !important;
    }
    .slider_btn {
        text-align: center;
        margin-top: 15px;
    }
    .witr_slider_thumb.em_slider_s2_image {
        display: none;
    }
}
@media (max-width: 767px) {
    .elementor-section-full_width .witr_sw_text_area {
        width: 96% !important;
    }
    .witr_swiper_height {
        height: 490px;
        width: 100% !important;
    }
    .w_slider_3 .witr_swiper_height {
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important;
    }
    .w_slider_4 .witr_swiper_height {
        margin-left: 0 !important;
    }
    .m1.witr_swiper_height {
        width: 100% !important;
    }
    .witr_swiper_area .text-left .slider_vd_icon {
        right: 37% !important;
        top: 12% !important;
    }
    .witr_swiper_area .text-right .slider_vd_icon {
        left: 40% !important;
        top: 12% !important;
    }
    .witr_swiper_area .text-center .slider_vd_icon {
        top: 12%;
    }
    .witr_sw_text_area.text-left,
    .witr_sw_text_area.text-right {
        text-align: center !important;
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
    .witr_swiper_area .witr_btn {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .text-center .witr_swiper_content h1,
    .text-left .witr_swiper_content h1,
    .text-right .witr_swiper_content h1 {
        font-size: 20px;
    }
    .text-center .witr_swiper_content h2,
    .text-center .witr_swiper_content h3,
    .text-left .witr_swiper_content h2,
    .text-left .witr_swiper_content h3,
    .text-right .witr_swiper_content h2,
    .text-right .witr_swiper_content h3 {
        font-size: 25px;
    }
    .text-center .witr_swiper_content h1,
    .text-center .witr_swiper_content h2,
    .text-center .witr_swiper_content h3,
    .text-center .witr_swiper_content p,
    .text-left .witr_swiper_content h1,
    .text-left .witr_swiper_content h2,
    .text-left .witr_swiper_content h3,
    .text-left .witr_swiper_content p,
    .text-right .witr_swiper_content h1,
    .text-right .witr_swiper_content h2,
    .text-right .witr_swiper_content h3,
    .text-right .witr_swiper_content p {
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
        text-align: center !important;
    }
    .witr_swiper_content p {
        font-size: 17px;
    }
    .text-left .witr_btn_sinner,
    .text-right .witr_btn_sinner {
        text-align: center !important;
    }
    .em_slider_s2_image {
        display: none;
    }
    .witr_video_butns {
        display: block;
        margin-top: 15px;
    }
    .witr_btn {
        padding: 10px 26px;
        margin-right: 0;
    }
    .slider_btn {
        text-align: center;
        margin-top: 15px;
    }
    .text-left .icon_section {
        left: 19%;
    }
    .text-right .icon_section {
        right: 45px;
        bottom: -15%;
    }
}
.text-left .witr_btn_sinner {
    text-align: left;
}
.text-right .witr_btn_sinner {
    text-align: right;
}
.text-center .witr_btn_sinner {
    text-align: center;
}
.witr_button_area {
    text-align: left;
    overflow: hidden;
}
.witr_btn {
    border-radius: 30px;
    display: inline-block;
    font-size: 18px;
    padding: 18px 40px;
    text-align: center;
    position: relative;
    margin-right: 15px;
    z-index: 2;
    -webkit-transition: 1s;
    transition: 1s;
    font-weight: 400;
}
.witr_btn i {
    font-size: 18px;
    margin-left: 6px;
}
.pluse_btn_icon {
    display: inline-block;
}
.witr_bbtn {
    border-radius: 30px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 30px;
    text-align: center;
    position: relative;
    margin-right: 20px;
    z-index: 2;
    -webkit-transition: 1s;
    transition: 1s;
}
.witr_bbtn i {
    font-size: 15px;
    margin-right: 6px;
}
.witr_gbtn {
    border-radius: 30px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 30px;
    text-align: center;
    position: relative;
    margin-right: 20px;
    z-index: 2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.witr_gbtn:before {
    position: absolute;
    border-radius: 3px;
    left: 0;
    height: 100%;
    opacity: 0;
    top: 0;
    content: "";
    width: 100%;
    z-index: -2;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.witr_gbtn:hover:before {
    opacity: 1;
}
.witr_gbtn i {
    font-size: 15px;
    margin-right: 6px;
}
.witr_gbbtn {
    border-radius: 30px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 30px;
    text-align: center;
    position: relative;
    margin-right: 20px;
    z-index: 2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.witr_gbbtn:before {
    position: absolute;
    border-radius: 3px;
    left: 0;
    height: 100%;
    opacity: 1;
    top: 0;
    content: "";
    width: 100%;
    z-index: -2;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.witr_gbbtn:after {
    position: absolute;
    border-radius: 3px;
    left: 2px;
    opacity: 1;
    top: 2px;
    content: "";
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
}
.witr_gbbtn:hover:before {
    opacity: 1;
}
.witr_gbbtn:hover:after {
    opacity: 0;
}
.witr_gbbtn i {
    font-size: 15px;
    margin-right: 6px;
}
.witr_vbtn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    z-index: 2;
    margin-top: 10px;
    display: inline-block;
}
.witr_vbbtn {
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    z-index: 2;
    margin-top: 10px;
    display: inline-block;
}
.witr_vgbtn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    z-index: 2;
    margin-top: 10px;
    display: inline-block;
}
.witr_vhgbtn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    z-index: 2;
    margin-top: 10px;
    display: inline-block;
}
.witr_vhgbtn:before {
    position: absolute;
    border-radius: 50%;
    left: 0;
    height: 100%;
    z-index: -2;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 0;
    content: "";
    width: 100%;
}
.witr_vhgbtn:hover:before {
    opacity: 1;
}
.witr_vbgbtn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    z-index: 2;
    margin-top: 10px;
    display: inline-block;
}
.witr_vbgbtn:before {
    position: absolute;
    border-radius: 50%;
    left: 0;
    height: 100%;
    z-index: -2;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 0;
    content: "";
    width: 100%;
}
.witr_vbgbtn:after {
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    z-index: -1;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    border-radius: 50%;
    left: 2px;
    top: 2px;
    content: "";
}
.witr_vbgbtn:hover:after {
    opacity: 0;
}
.witr_vbbgbtn_inner {
    width: 70px;
    height: 70px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    z-index: 2;
    margin-right: 20px;
}
.witr_vbbgbtn_inner:before {
    position: absolute;
    border-radius: 50%;
    left: 0;
    height: 100%;
    z-index: -2;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 0;
    content: "";
    width: 100%;
}
.witr_vbbgbtn_inner:after {
    height: calc(100% - 2px);
    z-index: -1;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    border-radius: 50%;
    left: 1px;
    top: 1px;
    content: "";
    width: calc(100% - 2px);
}
.witr_vbbgbtn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    z-index: 2;
    margin-top: 10px;
    display: inline-block;
}
.witr_vbbgbtn:before {
    position: absolute;
    border-radius: 50%;
    left: 0;
    height: 100%;
    z-index: -2;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 0;
    content: "";
    width: 100%;
}
.witr_vbbgbtn:after {
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    z-index: -1;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    border-radius: 50%;
    left: 2px;
    top: 2px;
    content: "";
}
.witr_vdbbgbtn_inner {
    width: 70px;
    height: 70px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    z-index: 2;
    margin-right: 20px;
}
.witr_vdbbgbtn_inner:before {
    position: absolute;
    border-radius: 50%;
    left: 0;
    height: 100%;
    z-index: -2;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 0;
    content: "";
    width: 100%;
}
.witr_vdbbgbtn_inner:after {
    height: calc(100% - 2px);
    z-index: -1;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    border-radius: 50%;
    left: 1px;
    top: 1px;
    content: "";
    width: calc(100% - 2px);
}
.witr_vdbbgbtn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    z-index: 2;
    margin-top: 10px;
    display: inline-block;
    color: #fff;
}
.witr_vdbbgbtn:before {
    position: absolute;
    border-radius: 50%;
    left: 0;
    height: 100%;
    z-index: -2;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 0;
    content: "";
    width: 100%;
}
.f_left {
    float: left;
    margin-right: 5px;
}
.witr_vider_text {
    float: left;
}
.witr_vider_text_inner {
    margin-top: 5px;
}
span.witr_v_text1 {
    display: block;
    font-size: 17px;
    font-weight: 300;
}
span.witr_v_text2 {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}
.witr_btn_vstyled {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.witr_btn_vstyle {
    margin-right: 15px;
}
.vtbtnsty4 {
    margin-top: 10px;
}
@media (max-width: 767px) {
    .text-left .witr_btn_sinner,
    .text-right .witr_btn_sinner {
        text-align: center !important;
    }
}
.witr_single_pslide {
    position: relative;
    overflow: hidden;
}
.witr_pslide_image {
    overflow: hidden;
    position: relative;
}
.witr_pslide_image:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
}
.witr_single_pslide:hover .witr_pslide_image img,
.witr_single_pslide:hover .witr_pslide_image:before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.witr_pslide .witr_pslide_custom {
    bottom: auto;
    top: 30px;
    right: auto;
    left: 30px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.witr_pslide .witr_single_pslide:hover .witr_pslide_custom {
    bottom: auto;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.witr_pslide .witr_pslide_custom a span {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 5px;
    font-size: 30px;
}
.witr_pslide_image img {
    margin-right: auto;
    margin-left: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
}
.ps1 .witr_content_pslide_text {
    position: absolute;
    bottom: -100px;
    left: 50px;
    right: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    z-index: 2;
    text-align: left;
}
.ps1 .witr_single_pslide:hover .witr_content_pslide_text {
    opacity: 1;
    bottom: 30px;
}
.witr_content_pslide_text h3 {
    margin-bottom: 0;
}
.witr_content_pslide_text p {
    margin-bottom: 4px;
}
.witr_content_pslide_text a {
    display: inline-block;
}
.ps2.ps1 .witr_content_pslide_text {
    position: absolute;
    bottom: auto;
    top: -100px;
    left: 30px;
    right: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.ps2.ps1 .witr_single_pslide:hover .witr_content_pslide_text {
    top: 25px;
}
.witr_pslide_custom {
    position: absolute;
    bottom: -125px;
    right: -15px;
    z-index: 9;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_single_pslide:hover .witr_pslide_custom {
    bottom: -30px;
}
.witr_pslide_custom a span {
    width: 110px;
    height: 110px;
    line-height: 90px;
    text-align: center;
    display: inline-block;
    font-size: 40px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_pslide3 .witr_single_pslide {
    margin-bottom: 100px;
    overflow: inherit;
}
.ps3.ps1 .witr_content_pslide_text {
    bottom: -60px;
    opacity: 1;
    box-shadow: 0 0 65px 0 #00000017;
    text-align: center;
    padding: 20px 10px 45px;
    border-radius: 5px;
}
.ps3.ps1 .witr_single_pslide:hover .witr_content_pslide_text {
    bottom: -60px;
}
.ps3 .witr_content_pslide_text h3 a {
    margin-bottom: 3px;
}
.witr_pslide3 .witr_single_pslide:hover .witr_pslide_custom {
    bottom: -20px;
}
.witr_pslide3 .witr_pslide_custom {
    bottom: -17px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}
.witr_pslide3 .witr_pslide_custom a span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    box-shadow: 0 0 65px 0 #00000014;
}
.witr_pslide4.witr_pslide3 .witr_single_pslide {
    margin-bottom: 0;
    overflow: hidden;
}
.witr_pslide4.ps3.ps1 .witr_content_pslide_text {
    bottom: -170px;
    padding: 40px 10px 15px;
    border-radius: 0;
    left: 0;
    right: 0;
}
.witr_pslide4.ps3.ps1 .witr_single_pslide:hover .witr_content_pslide_text {
    bottom: 0;
}
.witr_pslide4.witr_pslide3 .witr_pslide_custom {
    bottom: auto;
    top: -22px;
    z-index: -1;
}
.toggle_pslide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.witr_pslide5 .witr_single_pslide {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    border-radius: 5px;
    margin-bottom: 12px;
}
.witr_pslide5 .witr_pslide_image {
    width: 100%;
}
.witr_pslide5 .witr_content_pslide_text {
    padding: 0 15px 0 15px;
    width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
    .toggle_pslide {
        display: inherit;
    }
    .witr_pslide5 .witr_content_pslide_text {
        padding: 10px 15px 15px 15px;
    }
}
@media (max-width: 767px) {
    .ps1 .witr_content_pslide_text {
        padding: 0 10px 20px;
    }
    .witr_content_pslide_text h3 {
        font-size: 19px;
    }
    .ps1 .witr_pslide_btnb {
        float: none;
        margin-top: 0;
    }
    .toggle_pslide {
        display: inherit;
    }
    .witr_pslide5 .witr_content_pslide_text {
        padding: 10px 15px 15px 15px;
    }
}
.single_image {
    position: relative;
}
.single_image:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    z-index: 1;
}
.single_line_option {
    position: relative;
}
.single_image_line {
    position: absolute;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 99;
}
.single_line_option:hover .single_image_line {
    opacity: 1;
}
.image_line_bottom,
.image_line_top {
    width: 0;
    height: 5px;
    left: -60px;
}
.single_line_option:hover .image_line_bottom,
.single_line_option:hover .image_line_top {
    width: calc(100% + 110px);
}
.image_line_top {
    top: 0;
}
.image_line_bottom {
    bottom: 0;
}
.image_line_left,
.image_line_right {
    height: 0;
    width: 5px;
    top: -60px;
}
.single_line_option:hover .image_line_left,
.single_line_option:hover .image_line_right {
    height: calc(100% + 110px);
}
.image_line_left {
    left: 0;
}
.image_line_right {
    right: 0;
}
.witr_tx_ovei_title {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 9;
    padding: 60px 30px;
    width: 200px;
    border-radius: 5px;
}
.witr_tx_ovei_title h2 {
    margin-bottom: 5px;
}
.witr_tx_ovei_title p {
    margin: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .single_image {
        left: 0 !important;
    }
    .single_image img {
        width: 100% !important;
        max-width: 100% !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .single_image {
        left: 0 !important;
    }
    .single_image img {
        width: 100% !important;
        max-width: 100% !important;
    }
    .witr_tx_ovei_title {
        position: inherit;
        right: auto;
        left: auto;
        top: auto;
        padding: 30px;
        width: 100%;
        border-radius: 0;
    }
}
@media (max-width: 767px) {
    .single_image {
        left: 0 !important;
    }
    .single_image img {
        width: 100% !important;
        max-width: 100% !important;
    }
    .witr_tx_ovei_title {
        position: inherit;
        right: auto;
        left: auto;
        top: auto;
        padding: 30px;
        width: 100%;
        border-radius: 0;
    }
}
.witr_section_title {
    position: relative;
}
.witr_section_title_inner {
    position: relative;
    z-index: 1;
}
.witr_back_title {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.title_in .witr_back_title {
    z-index: -1;
}
.witr_back_title h4 {
    font-size: 80px;
    -webkit-text-stroke: 1px #888;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}
.witr_section_title_inner h1,
.witr_section_title_inner h2,
.witr_section_title_inner h3 {
    font-size: 48px;
    margin: auto;
    font-weight: 700;
    line-height: 1.3;
}
.text-right.witr_section_title_inner h1,
.text-right.witr_section_title_inner h2,
.text-right.witr_section_title_inner h3 {
    margin-right: 0;
}
.text-left.witr_section_title_inner h1,
.text-left.witr_section_title_inner h2,
.text-left.witr_section_title_inner h3 {
    margin-left: 0;
}
.witr_section_title_inner h2 {
    font-size: 17px;
    display: inline-block;
    border-radius: 30px;
    margin-bottom: 10px;
}
.witr_section_title_inner p {
    margin-top: 10px;
}
.witr_section_title_inner.text-center p {
    width: 74%;
    margin-right: auto;
    margin-left: auto;
}
.witr_section_title_inner.text-left p {
    width: 74%;
    margin-right: auto;
    margin-left: 0;
}
.witr_section_title_inner.text-right p {
    width: 74%;
    margin-right: 0;
    margin-left: auto;
}
.witr_image_title {
    margin-top: 0;
    margin-bottom: 10px;
}
.witr_bar_main {
    margin: 10px 0;
}
.witr_bar_inner {
    height: 5px;
    width: 90px;
    margin: 0 auto;
    position: relative;
    border-radius: 30px;
}
.text-left .witr_bar_inner {
    margin-left: 0;
}
.text-right .witr_bar_inner {
    margin-right: 0;
}
.title_in_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.title_in {
    position: relative;
    width: 100%;
}
.title_in:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 2px;
    content: "";
}
.title_in:after {
    position: absolute;
    right: -5px;
    top: 0;
    height: 100%;
    width: 2px;
    content: "";
}
.title_tx h2,
.title_tx h3 {
    margin: 0;
}
.title_p {
    text-align: left;
    width: 100%;
    padding-left: 30px;
}
.title_ptx p {
    margin: 0;
}
.title_btn {
    margin-top: 15px;
}
.title_btn a {
    padding: 15px 30px;
    display: inline-block;
}
.witr_bar_innerc {
    position: relative;
}
.witr_bar_innerc:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: move_title_bg1;
    animation-name: move_title_bg1;
}
.witr_bar_innerc:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: move_title_bg2;
    animation-name: move_title_bg2;
}
@-webkit-keyframes move_title_bg1 {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@keyframes move_title_bg1 {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-webkit-keyframes move_title_bg2 {
    from {
        right: 0;
    }
    to {
        right: 100%;
    }
}
@keyframes move_title_bg2 {
    from {
        right: 0;
    }
    to {
        right: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1364px) {
    .witr_section_title_inner h1,
    .witr_section_title_inner h3 {
        font-size: 38px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .witr_section_title_inner.text-center p,
    .witr_section_title_inner.text-left p,
    .witr_section_title_inner.text-right p {
        width: 67%;
    }
    .title_in_area {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .witr_section_title_inner h1,
    .witr_section_title_inner h3 {
        font-size: 30px;
    }
    .witr_section_title_inner.text-center p,
    .witr_section_title_inner.text-left p,
    .witr_section_title_inner.text-right p {
        width: 83%;
    }
    .title_in_area {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .section-title.t_center {
        width: 100%;
    }
    .section-title.t_left {
        width: 100%;
    }
    .section-title.t_right {
        width: 100%;
    }
    .witr_section_title_inner h1,
    .witr_section_title_inner h3 {
        font-size: 21px;
        line-height: 30px;
    }
    .witr_section_title_inner h2 {
        margin-bottom: 4px;
        font-size: 15px;
    }
    .title_in_area {
        display: inherit;
    }
    .title_in:after,
    .title_in:before {
        background: 0 0;
    }
    .title_tx h2 {
        font-size: 16px;
    }
    .title_p {
        padding-left: 0;
    }
    .title_in_area,
    .witr_section_title_inner.text-center p,
    .witr_section_title_inner.text-left p,
    .witr_section_title_inner.text-right p {
        width: 100%;
    }
    .witr_section_title_inner p {
        padding-top: 10px;
    }
    .witr_section_title {
        text-align: center;
    }
    .witr_section_title .text-right {
        text-align: center !important;
    }
    .title_btn {
        margin: 30px 0 20px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .witr_section_title_inner h1,
    .witr_section_title_inner h3 {
        font-size: 25px;
    }
    .witr_section_title_inner.text-center p,
    .witr_section_title_inner.text-left p,
    .witr_section_title_inner.text-right p {
        width: 91%;
    }
}
.singleSS {
    position: relative;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    z-index: 1;
}
.service_slider .singleSS {
    padding: 61px 15px 60px;
}
.singleSS:after {
    background: url(wp-content/plugins/themex-ppro-elementor/assets/css/images/corporate/5.html) no-repeat right top;
    width: 288px;
    height: 216px;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    z-index: -1;
}
.singleSS.witr_service_7:after {
    background: url(//demo.themexbd.com/rtl/bariplan/wp-content/plugins/themex-ppro-elementor/assets/css/maincss/../images/corporate/tx_s.png)
        no-repeat right top;
    content: "";
    z-index: -1;
}
.singleSS:hover:after {
    visibility: visible;
    opacity: 1;
}
.serIcon i {
    font-size: 32px;
    line-height: 62px;
    display: inline-block;
    z-index: 1;
}
.SIBG_1 {
    position: relative;
    z-index: 9;
}
.SIBG_1:before {
    position: absolute;
    top: -15px;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 100%;
    left: 38px;
    bottom: 0;
    margin: auto;
    margin-left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}
.detail_SS {
    position: relative;
    padding: 0 0 0;
    z-index: 99;
}
.detail_SS h3 {
    line-height: 31px;
    margin-bottom: 10px;
    margin-top: 8px;
}
.detail_SS p {
    margin-bottom: 28px;
}
.detail_SS a.readMore {
    display: inline-block;
    font-size: 16px;
    line-height: 0.8;
    margin: 0;
}
.witr_service_7 .service-btn > a {
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: none;
}
.witr_service_7 .service-btn > a:before {
    position: absolute;
    top: 0;
    content: "";
    width: 25%;
    height: 1px;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_service_7 .service-btn > a:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    width: 25%;
    height: 1px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_service_7 .service-btn > a:hover:after,
.witr_service_7 .service-btn > a:hover:before {
    width: 100%;
    display: none;
}
.witr_s_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sright .witr_s_flex {
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
}
.service-item i {
    font-size: 30px;
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.width_height_link_0.service-item i,
.width_height_link_02 .service-item i {
    font-size: 50px;
    height: auto;
    width: auto;
    border-radius: initial;
    line-height: normal;
    background: 0 0;
    border: none;
}
.service-item h3 {
    padding: 15px 0 10px;
}
.service-item p {
    padding-top: 0;
}
.witr_service_3d {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_single_service_3d {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition:
        transform 0.5s,
        -webkit-transform 0.5s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    text-align: center;
    z-index: 999;
}
.witr_service_position {
    left: 0;
    padding: 40px 20px 40px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.post_service_6 .witr_service_position {
    padding: 0;
}
.post_service_6 .witr_service_content_3d {
    padding: 40px 20px;
}
.witr_service_back_3d,
.witr_service_front_3d {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_service_flip_left:hover .witr_single_service_3d {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.witr_service_flip_right:hover .witr_single_service_3d {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.witr_service_flip_up:hover .witr_single_service_3d {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.witr_service_flip_down:hover .witr_single_service_3d {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.witr_service_front_3d {
    z-index: 2;
}
.witr_service_back_3d {
    z-index: 3;
}
.witr_service_flip_left .witr_service_back_3d {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.witr_service_flip_right .witr_service_back_3d {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.witr_service_flip_up .witr_service_back_3d {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.witr_service_flip_down .witr_service_back_3d {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.witr_service_flip_zoomin .witr_service_back_3d {
    opacity: 0;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
}
.witr_service_flip_zoomin:hover .witr_service_back_3d {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.witr_service_flip_zoomout .witr_service_front_3d {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 4;
}
.witr_service_flip_zoomout:hover .witr_service_front_3d {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.witr_service_back_3d,
.witr_service_front_3d {
    height: 398px;
    width: 100%;
}
.witr_service_icon_3d {
    margin-bottom: 14px;
}
.witr_service_icon_3d i {
    font-size: 35px;
    display: inline-block;
}
.witr_service_content_3d h3 {
    margin-bottom: 12px;
}
.witr_service_front_3d {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.witr_service_front_3d:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.witr_service_back_3d {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.witr_service_back_3d:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.witr_service_btn_3d {
    margin-top: 27px;
    z-index: 999;
}
.witr_service_btn_3d a {
    border-radius: 5px;
    display: inline-block;
    font-size: 15px;
    padding: 8px 33px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.witr_service2 {
    overflow: hidden;
}
.witr_front_content {
    position: relative;
}
.witr_service2_image {
    position: relative;
}
.witr_service2_image img {
    width: 100%;
}
.witr_service2_box {
    padding: 10px 10px;
}
.witr_service2_icon {
    margin-right: 25px;
}
.witr_service2_icon i {
    font-size: 40px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: inline-block;
}
.witr_custom2_icon {
    float: left;
    margin-right: 25px;
}
.witr_custom2_icon i {
    font-size: 50px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: inline-block;
}
.all_service2_color {
    text-align: left;
}
.witr_back_service2 {
    position: absolute;
    top: -55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    padding: 0 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_service2:hover .witr_back_service2 {
    top: 50%;
}
.witr_content_service2 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.witr_content_service2 ul li {
    list-style: none;
}
.witr_content_service2 ul li a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_service2_btnb {
    margin-top: 15px;
}
.witr_single_service3 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_service3_thumb {
    position: relative;
}
.witr_service3_thumb img {
    width: 100%;
}
.witr_service3_thposi {
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_single_service3:hover .witr_service3_thposi {
    opacity: 1;
}
.witr_service3_box {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 0 30px;
    width: 100%;
}
.witr_single_service3:hover .witr_service3_box {
    opacity: 0;
}
.witr_service3_icon {
    float: left;
    margin-right: 25px;
}
.witr_service3_icon i {
    font-size: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
}
.witr_service3_content {
    overflow: hidden;
}
.witr_service3_content h3 {
    margin-bottom: 20px;
}
.witr_btn_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.witr_single_service3:hover .witr_btn_inner {
    opacity: 1;
}
.witr_service3_btn a {
    padding: 15px 25px;
}
.witr_service2_7 {
    box-shadow: 0 5px 20px 0 #00000014;
    padding: 20px;
}
.witr_2service_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.witr_service7s_image {
    margin-right: 30px;
}
.witr_service7s_image img {
    width: 100%;
}
.witr_service2_7 .witr_titles_content h2 {
    font-size: 16px;
}
.witr_service2_7 .witr_ser_btnb {
    position: relative;
    margin-top: 30px;
}
.witr_service2_7 .witr_ser_btnb a {
    padding: 5px 6px 7px 30px;
    border-radius: 0 30px 30px 0;
    bottom: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 0;
    z-index: 99;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_service2_7:hover .witr_ser_btnb a {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}
.witr_service2_7 .witr_ser_btnb a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px 50px 50px 50px;
    margin-left: 10px;
    display: inline-block;
}
.pluse_btn {
    position: absolute;
    left: 0;
    display: inline-block;
}
.pluse_btn span {
    font-size: 17px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_service2_7:hover .pluse_btn span {
    -webkit-transform: scale(0);
    transform: scale(0);
}
.witr_services2_image {
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_services2_image:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_services2_image:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.wirt_s2_s9 .witr_service2_box {
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.wirt_s2_s9:hover .witr_service2_box {
    background: 0 0;
    border-color: transparent;
}
.witr_service2_toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.witr_service2_icont {
    margin-right: 20px;
}
.witr_service2_icont i {
    font-size: 40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.wirt_s2_s9 .witr_titles h3,
.wirt_s2_s9 .witr_titles h3 a {
    margin: 0;
    font-size: 24px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_content_text2 p {
    margin-top: 17px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_content_text2 .witr_service2_btnb a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_service2_style4 {
    box-shadow: 0 0 30px 0 rgb(0, 0, 0, 0.1);
    padding: 40px 30px 40px;
    -webkit-transition: 1s;
    transition: 1s;
    position: relative;
    text-align: center;
}
.witr_service2_style4 h3 {
    margin: 20px 0 14px;
}
.witr_service2_style4 i {
    font-size: 45px;
    display: inline-block;
}
.witr_service2_style4 p {
    margin: 0;
}
.witr_sn_button {
    position: absolute;
    display: block;
    -webkit-transition: 1s;
    transition: 1s;
    bottom: -60px;
    left: 0;
    right: 0;
}
.witr_sn_button a {
    border-radius: 3px;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding: 17px 30px;
    text-align: center;
    -webkit-transition: 1s;
    transition: 1s;
}
.all_color_service {
    text-align: left;
}
.em-service {
    text-align: left;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 9%);
    padding: 30px 15px 35px;
}
.em-service:hover {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 3;
}
.em-service:hover:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.service_top_text {
    display: block;
}
.em-service-icon img {
    margin-bottom: 15px;
}
.em-service-icon i {
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 35px;
    margin-bottom: 15px;
}
.em-service-title {
    overflow: hidden;
}
.em-service-title h3 {
    padding: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 8px;
}
.em-service-title h3 span {
    font-size: 18px;
    font-weight: 600;
}
.witr_sstyle_9 .em-service-title h3 {
    margin: 10px 0 15px;
}
.em-service-desc p {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.service-btn {
    position: relative;
}
.service-btn > a {
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 9px 30px;
}
.service-btn a span {
    font-size: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    position: relative;
    top: 3px;
}
.em-service:hover .em-service-desc,
.em-service:hover .em-service-icon,
.em-service:hover .em-service-title h3,
.em-service:hover .em-service-title h3 a {
    z-index: 1;
}
.em-service2 .em-service-icon i {
    display: inline-block;
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    font-size: 25px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.width_height_link_0 .em-service-icon i {
    font-size: 40px;
    height: auto;
    width: auto;
    border-radius: initial;
    line-height: normal;
    background: 0 0;
    border: none;
}
.em-service2 .em-service-inner {
    overflow: hidden;
    width: 100%;
}
.em-service2.sleft {
    text-align: left;
}
.em-service2.sleft .em-service-icon {
    margin-right: 20px;
    margin-top: 10px;
}
.em-service2.smiddle .em-service-icon {
    margin-bottom: 20px;
}
.em-service2.sright {
    text-align: right;
}
.em-service2.sright .em-service-icon {
    margin-left: 25px;
    margin-top: 5px;
}
.witr_sstyle_9 {
    position: relative;
    z-index: 1;
    padding: 42px 30px 50px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 9%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_sstyle_9 .service-btn > a {
    padding: 10px 30px;
}
.witr_sstyle_9:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    content: "";
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_sstyle_9:hover:before {
    width: 100%;
    height: 100%;
    border-radius: 0;
}
.service_overflow_inherit.witr_service2 {
    overflow: inherit;
}
.service_overflow_inherit .witr_service2_image {
    overflow: hidden;
}
.wbutton_top_service_icon {
    position: absolute;
    top: 10px;
    right: 76px;
}
.wbutton_top_service_icon a {
    font-size: 25px;
    position: relative;
    z-index: 1;
}
.wbutton_top_service_icon a::before {
    content: "";
    position: absolute;
    height: 130px;
    width: 130px;
    background: #fff;
    right: -58px;
    z-index: -1;
    transform: rotate(-45deg);
    top: -88px;
    border-radius: 0 50px;
    transition: 0.5s;
}
.witr_service2:hover .wbutton_top_service_icon a {
    color: #fff;
}
.witr_servicetwo_text {
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 9%);
    padding: 57px 30px 30px;
    position: relative;
}
.witr_servicetwo_text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: 0.5s;
    background: #222429;
    height: 0;
}
.witr_service2:hover .witr_servicetwo_text::before {
    bottom: 0;
    height: 100%;
}
.witr_servicetwo_text::after {
    content: "";
    position: absolute;
    transition: 0.5s;
    background: url(//demo.themexbd.com/rtl/bariplan/wp-content/plugins/themex-ppro-elementor/assets/css/maincss/../images/corporate/service-shape.png)
        no-repeat bottom right;
    width: 50%;
    height: 100%;
    z-index: 1;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.5s;
}
.witr_service2:hover .witr_servicetwo_text::after {
    opacity: 1;
}
.witr_servicetwo_text h3 {
    margin-bottom: 10px;
}
.witr_servicetwo_text a,
.witr_servicetwo_text h3,
.witr_servicetwo_text h3 a,
.witr_servicetwo_text p {
    transition: 0.5s;
}
.witr_service2:hover .witr_servicetwo_text a,
.witr_service2:hover .witr_servicetwo_text h3,
.witr_service2:hover .witr_servicetwo_text h3 a,
.witr_service2:hover .witr_servicetwo_text p {
    color: #fff;
}
.witr_service2_icon_bottom {
    position: absolute;
    padding: 17px 35px 17px 23px;
    top: -35px;
    left: 30px;
    filter: drop-shadow(0 0 35px rgba(0, 0, 0, 0.08));
    z-index: 1;
    line-height: 1;
}
.witr_service2_icon_bottom::before {
    content: "";
    position: absolute;
    background: #fff;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    clip-path: polygon(0 1%, 85% 0, 100% 100%, 0 100%);
    border-radius: 10px 26px 10px 10px;
    transition: 0.5s;
    z-index: 1;
}
.witr_service2_icon_bottom i {
    font-size: 30px;
    z-index: 1;
    position: relative;
}
.witr_service2:hover .witr_service2_icon_bottom i {
    color: #fff;
}
.witr_service_10 {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    padding: 40px 30px 50px;
    position: relative;
}
.witr_service_10:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 3px;
    height: 0%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_service_10:hover:before {
    height: 40%;
}
.witr_service_10 .serIcon i {
    line-height: 1;
}
.witr_service_10 .detail_SS p {
    margin-bottom: 0;
}
.witr_service_10 .service_list_op {
    margin-bottom: 5px;
    margin-top: 15px;
}
.witr_service_10 .service-btn a {
    padding: 12px 30px;
    margin-top: 20px;
    border: none;
}
.witr_service_11 {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
}
.wirt_detail_texti {
    padding: 15px 30px 10px;
    text-align: left;
}
.wirt_detail_icon {
    float: left;
    margin-right: 20px;
}
.wirt_detail_icon i {
    font-size: 45px;
}
.wirt_detail_title {
    overflow: hidden;
}
.wirt_detail_title h2 {
    font-size: 17px;
}
.wirt_detail_content {
    padding: 25px 30px 20px;
}
.witr_service_11 .service_list_op {
    margin-bottom: 15px;
}
.service_list_op ul {
    display: table-cell;
    padding: 0;
}
.service_list_op ul li {
    list-style: none;
    margin-bottom: 7px;
}
.service_list_op ul i {
    margin-right: 15px;
}
.service_list_op ul + ul i {
    margin-left: 15px;
}
.witr_service_s_12.service-item {
    overflow: hidden;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    position: relative;
    padding-bottom: 127px;
}
.witr_service_s_12 .service_top_image:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 41px;
    width: calc(100% + 10px);
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_service_s_12 .text_box {
    padding: 22px 21px 10px;
    position: absolute;
    bottom: -97px;
}
.witr_service_s_12:hover .text_box {
    bottom: 0;
}
.witr_service_s_12.service-item h3 {
    padding-top: 0;
    margin-bottom: 15px;
}
.witr_service_s_12.service-item h2 {
    font-size: 17px;
}
.witr_service_s_12.service-item i {
    margin-bottom: 10px;
}
.poly_text_box {
    position: relative;
}
.service_icon_box {
    position: absolute;
    left: 0;
    padding: 20px 38px 20px 26px;
    top: 50%;
    transform: translateY(-50%);
    filter: drop-shadow(0 0 35px rgba(0, 0, 0, 0.06));
    z-index: 1;
}
.service_icon_box::before {
    content: "";
    position: absolute;
    background: #fff;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    clip-path: polygon(0 1%, 85% 0, 100% 100%, 0 100%);
    border-radius: 10px 26px 10px 10px;
    transition: 0.5s;
    z-index: 1;
}
.em_service_text_box {
    filter: drop-shadow(0 0 35px rgba(0, 0, 0, 0.06));
    padding: 43px 23px 25px 100px;
    background: url(//demo.themexbd.com/rtl/bariplan/wp-content/plugins/themex-ppro-elementor/assets/css/maincss/../images/corporate/service-shape.png)
        no-repeat top right;
    transition: 0.5s;
    margin-left: 25px;
}
.em_service_text_box::before {
    content: "";
    position: absolute;
    background: #fff
        url(//demo.themexbd.com/rtl/bariplan/wp-content/plugins/themex-ppro-elementor/assets/css/maincss/../images/corporate/service-shape.png)
        no-repeat top right;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
    border-radius: 10px 10px 10px 26px;
    transition: 0.5s;
    z-index: -1;
}
.poly_text_box:hover .em_service_text_box::before {
    background: #fff
        url(//demo.themexbd.com/rtl/bariplan/wp-content/plugins/themex-ppro-elementor/assets/css/maincss/../images/corporate/service-hover.png)
        no-repeat top right;
}
.poly_text_box .em-service-icon {
    position: relative;
    z-index: 1;
}
.poly_text_box .em-service-icon i,
.poly_text_box .em-service-icon img {
    margin-bottom: 0;
    font-size: 40px;
    transition: 0.5s;
}
.poly_text_box:hover .em-service-icon img {
    filter: brightness(0) invert(1);
}
.poly_text_box:hover .em-service-icon i {
    color: #fff;
}
.service_top_image {
    position: relative;
}
.wirt_text_boxi {
    padding: 26px 30px 60px;
    position: absolute;
    bottom: -70px;
    box-shadow: rgba(0, 0, 0, 0.07) 0 0 30px 0;
    left: 30px;
    right: 30px;
}
.wirt_detailb_icon {
    position: absolute;
    bottom: -40px;
}
.wirt_detailb_icon i {
    box-shadow: rgba(0, 0, 0, 0.07) 0 0 30px 0;
    font-size: 30px;
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.medi_singleService {
    position: relative;
    padding: 36px 20px 36px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
}
.medi_singleService:after {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    z-index: 2;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.medi_singleService:before {
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    z-index: 3;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.medi_singleService:hover:before {
    width: 100%;
}
.medi_singleService img {
    float: left;
    margin-right: 15px;
}
.medi_singleService i {
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    font-size: 35px;
}
.wirt_s2_s6 i,
.wirt_s2_s6 img {
    float: none;
    margin: 0;
}
.medi_singleService h3 {
    line-height: 28px;
    display: inline-block;
    margin: 12px 0 15px;
}
.medi_singleService p {
    margin: 0;
}
.witr_ser_btnb a {
    display: inline-block;
}
.wirt_s2_s5i {
    overflow: hidden;
}
.medi_singleService.wirt_s2_s5 h3 {
    margin: 0;
    margin-bottom: 10px;
}
.medi_singleService.wirt_s2_s6 h3 {
    margin: 0;
    margin-bottom: 10px;
    margin-top: 15px;
}
.medi_singleService.wirt_s2_s8 h2 {
    display: inline-block;
    font-size: 17px;
    margin-left: 10px;
    font-weight: 400;
}
.witr_sbtn_s8 a {
    padding: 12px 30px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
    text-align: center;
}
.witr_sbtn_s8 a i {
    position: absolute;
    display: inline-block;
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 16px 15px;
    left: 0;
    right: 0;
    top: 0;
}
.witr_sbtn_s8 a:hover i {
    opacity: 0;
}
.witr_sbtn_s8 a:after,
.witr_sbtn_s8 a:before {
    display: none;
}
.singleSS.witr_service_8:after {
    display: none;
}
.witr_11_btn.witr_sbtn_s8 a {
    border-radius: 30px;
    bottom: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 0;
    z-index: 99;
    -webkit-transition: 1s;
    transition: 1s;
}
.witr_service_11:hover .witr_11_btn.witr_sbtn_s8 a {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.pluse_btn_slick {
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
    -webkit-transition: 1s;
    transition: 1s;
}
.pluse_btn_slick span {
    font-size: 17px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_service_11:hover .pluse_btn_slick span {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .singleSS {
        padding: 61px 24px 60px;
    }
    .witr_titles h3 {
        font-size: 20px;
    }
    .witr_content_service h3 {
        color: #fff;
        font-size: 20px;
    }
    .witr_service3_box {
        text-align: center;
    }
    .witr_service3_icon {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .witr_custom2_icon {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .witr_service3_box {
        text-align: center;
    }
    .witr_service3_icon {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .wirt_new_iner {
        float: none;
        margin-right: 0;
    }
    .witr_service7s_image {
        margin-right: 10px;
    }
    .witr_s_flex {
        display: inherit;
    }
}
@media (max-width: 767px) {
    .service-item {
        text-align: center;
    }
    .witr_s_flex,
    .witr_service2_toggle {
        display: inherit;
    }
    .wirt_s2_s9 .witr_titles {
        margin-top: 10px;
    }
    .witr_custom2_icon {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .witr_service3_box {
        text-align: center;
    }
    .witr_service3_icon {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .wirt_new_iner {
        float: none;
        margin-right: 0;
    }
    .witr_2service_content {
        display: inherit;
    }
    .witr_service7s_image img {
        width: auto;
    }
    .witr_service2_7 .witr_titles_content {
        margin-top: 20px;
    }
    .wirt_detail_icon {
        float: none;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .witr_service_s_12 .text_box {
        bottom: -121px;
    }
    .witr_sstyle_9 {
        padding: 42px 20px 50px;
    }
    .detail_SS h3 {
        font-size: 21px;
    }
    .witr_service3_box {
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        left: 50%;
        padding: 0;
    }
}
.sub-item {
    position: relative;
    padding: 20px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.sub-item i {
    font-size: 30px;
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.width_height_link_0.sub-item i,
.width_height_link_02 .sub-item i {
    font-size: 50px;
    height: auto;
    width: auto;
    border-radius: initial;
    line-height: normal;
    background: 0 0;
    border: none;
}
.sub-item span {
    position: absolute;
    top: 15px;
    left: 20%;
    font-size: 50px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 700;
    line-height: 1;
}
.sub-item h3 {
    margin: 15px 0 10px;
}
.feature_btn a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    padding: 9px 30px;
}
.sub-border-2 .sub-item span {
    top: 31px;
    left: auto;
    right: 11%;
    z-index: 999;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.sub-border-2:hover .sub-item span {
    font-size: 60px;
}
.sub-border-2 .sub-item p {
    padding: 0 0;
}
.sub-item.sub-item-3 i {
    height: 80px;
    width: 80px;
    line-height: 78px;
    background: 0 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
}
.sub-item.sub-item-3 p {
    padding-top: 15px;
}
.sub-item-3.sub-item h3 {
    padding-bottom: 8px;
    margin-top: 0;
}
.sub-item.sub-item-6 i {
    border-radius: 30% 70% 70% 30%/50% 50% 50% 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
}
.sub-item.sub-item-8 {
    padding: 30px 20px 21px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.sub-item.sub-item-8:hover {
    box-shadow: 0 0 29px -26px #000;
}
.witr_feature_3d {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_single_feature_3d {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition:
        transform 0.5s,
        -webkit-transform 0.5s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    text-align: center;
    z-index: 999;
}
.witr_feature_position {
    left: 0;
    padding: 40px 20px 40px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.witr_feature_back_3d,
.witr_feature_front_3d {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_feature_flip_left:hover .witr_single_feature_3d {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.witr_feature_flip_right:hover .witr_single_feature_3d {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.witr_feature_flip_up:hover .witr_single_feature_3d {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.witr_feature_flip_down:hover .witr_single_feature_3d {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.witr_feature_front_3d {
    z-index: 2;
}
.witr_feature_back_3d {
    z-index: 3;
}
.witr_feature_flip_left .witr_feature_back_3d {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.witr_feature_flip_right .witr_feature_back_3d {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.witr_feature_flip_up .witr_feature_back_3d {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.witr_feature_flip_down .witr_feature_back_3d {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.witr_feature_flip_zoomin .witr_feature_back_3d {
    opacity: 0;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
}
.witr_feature_flip_zoomin:hover .witr_feature_back_3d {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.witr_feature_flip_zoomout .witr_feature_front_3d {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 4;
}
.witr_feature_flip_zoomout:hover .witr_feature_front_3d {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.witr_feature_3d,
.witr_feature_back_3d,
.witr_feature_front_3d {
    height: 398px;
    width: 100%;
}
.witr_feature_icon_3d {
    margin-bottom: 14px;
}
.witr_feature_icon_3d i {
    font-size: 35px;
    display: inline-block;
}
.witr_feature_content_3d h3 {
    margin-bottom: 12px;
    font-size: 25px;
}
.witr_feature_content_3d h2 {
    margin-bottom: 12px;
    font-size: 17px;
}
.witr_feature_front_3d {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.witr_feature_front_3d:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.witr_feature_back_3d {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.witr_feature_back_3d:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.witr_feature_btn_3d {
    margin-top: 27px;
    z-index: 999;
}
.witr_feature_btn_3d a {
    display: inline-block;
    font-size: 15px;
    padding: 8px 33px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.witr_feature_bo11_thumb {
    overflow: hidden;
    position: relative;
}
.witr_slug_feature .witr_feture_back_con_slugf {
    position: absolute;
    top: -100%;
    left: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_slug_feature:hover .witr_feture_back_con_slugf {
    top: 0;
}
.witr_back_con_slugf {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.witr_slug_front_contentf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_feature_iconf {
    font-size: 40px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.witr_back_con_slugf .witr_content_textf h3 {
    font-size: 23px;
    margin-bottom: 11px;
    padding-top: 0;
}
.witr_slug_front_contentf .witr_content_textf h3 {
    margin-left: 20px;
    margin-top: 17px;
    font-size: 22px;
}
.witr_slug_feature:hover .witr_slug_front_contentf {
    bottom: -100px;
}
.witr_slug_front_contentf .witr_content_textf p {
    display: none;
}
.witr_feature_btn_f a {
    padding: 8px 21px;
    border-radius: 30px;
    margin-top: 10px;
    display: inline-block;
}
.all_feature_color.ca_ferture_7 {
    margin: 15px 0;
}
.ca_ferture_7 .sub-item {
    padding: 30px 30px 30px;
    box-shadow: 0 0 20px 0 rgb(0, 0, 0, 0.06);
    -webkit-transition: 1s;
    transition: 1s;
}
.witr_cfeature8 .sub-item span {
    position: inherit;
    font-size: 18px;
    display: block;
    top: auto;
    left: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 30px;
}
.witr_cfeature8 .sub-item span:before {
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    width: 58%;
    border-left-color: transparent;
    z-index: -1;
    margin: auto;
    top: -10px;
    border-radius: 0 5px 5px 0;
}
.witr_cfeature8 .sub-item h3 {
    margin-top: 30px;
}
.carsor_featutes_bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.carsor_featutes_bottom_text {
    align-items: center;
    display: flex;
}
.carsor_featutes_bottom_img {
    margin-right: 10px;
}
.carsor_featutes_bottom_img img {
    width: 30px;
    height: 36px;
}
.carsor_featutes_bottom_title h4 {
    font-size: 16px;
    margin: 0;
}
.witr_cfeature9 .all_feature_color {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
}
.witr_cfeature9 .slick-slide {
    padding-bottom: 30px;
}
.witr_cfeature9 .sub-item {
    padding: 0;
}
.feature_carsor_icon {
    margin-top: -48px;
    margin-bottom: 29px;
}
.witr_cfeature9 .sub-item span {
    position: inherit;
    font-size: 50px;
    display: block;
    top: auto;
    bottom: 5px;
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.witr_cfeature9 .sub-item:hover span {
    opacity: 1;
}
.witr_cfeature9 .sub-item i {
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_cfeature9 .sub-item i:after {
    position: absolute;
    content: "";
    height: 80px;
    width: 80px;
    left: 0;
    border-radius: 50%;
    z-index: -1;
    top: 6px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_cfeature9 .sub-item:hover i:after {
    background: #fff;
}
.witr_cfeature9 .feature_btn {
    position: relative;
    top: 20px;
}
.witr_cfeature9 .sub-item:hover .feature_btn a {
    background: #fff;
    color: #222429;
    border-color: #fff;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 9%);
}
.witr_feature2 {
    position: relative;
    z-index: 1;
    padding: 65px 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_fea2_icon_top i {
    font-size: 80px;
    display: inline-block;
}
.single_feature2:hover .witr_fea2_icon_top i {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_feature2_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single_feature2:hover .witr_feature2_icon {
    opacity: 8%;
}
.witr_feature2_icon i {
    font-size: 150px;
}
.witr_feature2 h3 {
    margin: 19px 0 10px;
}
.twr_feature_three {
    box-shadow: 0 5px 83px rgb(3 43 86 / 12%);
    background: #fff;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}
.twr_feature_three_inner {
    position: relative;
    background: inherit;
    z-index: 2;
    transition: 0.5s;
    padding: 40px 30px;
}
.twr_feature_three:hover .twr_feature_three_inner {
    transform: translateY(-84px);
}
.twr_feature_three_icon {
    margin-bottom: 20px;
    transition: 1s;
}
.twr_feature_three_icon i {
    font-size: 64px;
}
.twr_feature_three:hover .twr_feature_three_icon {
    transform: scale(0);
}
.twr_feature_relative_text {
    position: relative;
}
.twr_fe_three_middle_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0;
    transition: 1s;
}
.twr_feature_three:hover .twr_fe_three_middle_icon {
    opacity: 1;
}
.twr_fe_three_middle_icon i {
    font-size: 130px;
    color: #ddd;
}
.twr_feature_three_text h3 {
    margin-bottom: 15px;
}
.twr_feature_three_text p {
    margin-top: 0;
    margin-bottom: 0;
}
.twr_feature_three_text a {
    color: #222429;
    margin-top: 10px;
    display: inline-block;
}
.twr_feature_three_image {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.twr_feature_four_image {
    position: relative;
    overflow: hidden;
}
.twr_feature_four_image::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    transition: 0.5s;
}
.twr_feature_four_inner {
    position: absolute;
    bottom: 0;
    padding: 20px 40px 30px;
    transition: 0.5s;
    transform: translateY(82px);
}
.twr_feature_four:hover .twr_feature_four_inner {
    transform: translateY(0);
}
.twr_feature_four_icon i {
    font-size: 45px;
    margin-bottom: 15px;
}
.twr_feature_four_icon i {
    font-size: 35px;
}
.feature_list_option {
    margin-top: 15px;
}
.feature_list_option ul {
    margin-bottom: 0;
}
.feature_list_option ul li {
    list-style: none;
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: 500;
}
.feature_list_option ul li span {
    margin-right: 6px;
}
.singleService {
    position: relative;
    padding: 24px 0 0;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
}
.singleService h3 {
    font-size: 22px;
    line-height: 37px;
    margin-bottom: 7px;
}
.singleService p {
    margin-bottom: 88px;
}
.boxTop.singleService p {
    margin-bottom: 0;
}
.box {
    position: relative;
    text-align: center;
}
.box:before {
    width: 267px;
    height: 276px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    text-align: center;
    background: url(wp-content/plugins/themex-ppro-elementor/assets/css/images/corporate/s5.html) no-repeat center
        center/cover;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: box_blinker_before 3.5s linear infinite;
    animation: box_blinker_before 3.5s linear infinite;
}
@-webkit-keyframes box_blinker_before {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes box_blinker_before {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.box:after {
    width: 163px;
    height: 182px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    visibility: hidden;
    opacity: 0;
    content: "";
    text-align: center;
    background: url(//demo.themexbd.com/rtl/bariplan/wp-content/plugins/themex-ppro-elementor/assets/css/maincss/../images/corporate/s6.png)
        no-repeat center center/cover;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: box_blinker_after 3.5s linear infinite;
    animation: box_blinker_after 3.5s linear infinite;
}
@-webkit-keyframes box_blinker_after {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes box_blinker_after {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.singleService:hover .box:before {
    visibility: hidden;
    opacity: 0;
}
.singleService:hover .box:after {
    visibility: visible;
    opacity: 1;
}
.box i {
    font-size: 53px;
    line-height: 53px;
    z-index: 5;
    top: 0;
    left: 6px;
    text-align: center;
    position: relative;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    display: inline-block;
    -moz-transition: all ease 0.4s;
}
.singleService h2 {
    font-size: 60px;
    line-height: 37px;
    top: 35px;
    right: -52px;
    z-index: -1;
    position: relative;
    margin: 0;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
}
.boxTop h2 {
    top: -42px;
    right: -40px;
}
.boxTop {
    padding-top: 100px;
}
.boxTop .box {
    margin-bottom: 84px;
}
.witr_feature_12.sub-item {
    box-shadow: 0 5px 20px 0 #00000014;
    padding: 40px 30px 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_feature_12.sub-item:hover {
    background: url(//demo.themexbd.com/rtl/bariplan/wp-content/plugins/themex-ppro-elementor/assets/css/maincss/../images/corporate/fea-12.png)
        no-repeat center top;
}
.witr_feature_bo_thumb {
    margin-top: 24px;
}
.witr_feature_12.sub-item i {
    font-size: 40px;
    border-radius: 5px;
    background: no-repeat;
    height: auto;
    width: auto;
    line-height: 0;
}
.witr_feature_13.sub-border-2 .sub-item span {
    top: 5px;
    left: 67%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    border-radius: 50px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.witr_feature_13 .sub-item i {
    position: relative;
    height: 95px;
    width: 95px;
    line-height: 95px;
}
.witr_feature_13 .sub-item:before {
    position: absolute;
    content: "";
    top: 75px;
    left: 0;
    width: 110%;
    height: 3px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_feature_13 .sub-item:after {
    position: absolute;
    content: "";
    top: 75px;
    left: 0;
    width: 110%;
    height: 3px;
    z-index: -1;
}
.witr_feature_13 .sub-item h2 {
    font-size: 16px;
    margin-bottom: 8px;
}
.em-feature {
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.feature_inner_box {
    padding: 30px 21px 21px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 3;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.feature_inner_box:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    z-index: -1;
}
.em_feature-icon i {
    cursor: pointer;
    display: inline-block;
    font-size: 21px;
    height: 45px;
    line-height: 46px;
    margin-top: 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 45px;
    border-radius: 30px;
    margin-right: 20px;
    text-align: center;
    float: left;
}
.em_feature-icon img {
    float: left;
}
.em_content_text {
    padding-top: 10px;
}
.feature_active .slick-list {
    padding-bottom: 10px;
}
.em-feature-title h2 {
    font-size: 17px;
    padding-bottom: 3px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin-top: 11px;
}
.em-feature-desc p {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.feature_inner {
    overflow: hidden;
}
.feature_icon {
    margin-top: 21px;
}
.f-readmore {
    padding-top: 7px;
}
.feature_button a {
    display: inline-block;
}
.feature_button a span i {
    margin-left: 10px;
    font-size: 11px;
}
.em-feature:hover .em-feature-desc,
.em-feature:hover .feature_button a,
.em-feature:hover h2,
.em-feature:hover h3,
.em-feature:hover h3 a {
    z-index: 1;
}
.feature_active .slick-slide img {
    display: initial;
}
.feature_active .all_feature_color h2 {
    font-size: 17px;
    font-weight: 400;
}
.feature_active .slick-dots {
    bottom: -35px;
}
.wcr_feature_10 {
    border-radius: 5px;
    box-shadow: 0 0 30px -5px rgb(0 0 0 / 10%);
    margin: 15px 0;
}
.wcr_feature_10 .sub-item {
    padding: 50px 20px 18px;
}
.wcr_feature_10 .feature_btn a {
    display: block;
    padding: 15px 30px;
    position: relative;
    z-index: 1;
}
.wcr_feature_10 .feature_btn a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 0 0 5px 5px;
}
.wcr_feature_10:hover .feature_btn a:before {
    height: 100%;
}
.wcr_feature_11 {
    padding-bottom: 43px;
}
.feature_positions_thumb,
.witr_sub_item_area {
    position: relative;
}
.feature_video_post {
    position: absolute;
    top: 20px;
    right: 20px;
}
.feature_video_post a {
    width: 50px;
    height: 50px;
    line-height: 44px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
}
.feature_topicon_post {
    position: absolute;
    top: 20px;
    left: 20px;
}
.feature_topicon_post i {
    font-size: 30px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_sub_item {
    position: relative;
    padding: 20px 20px 60px;
    box-shadow: 0 0 30px -5px rgb(0 0 0 / 10%);
    z-index: 1;
}
.witr_sub_item h3 {
    margin-bottom: 7px;
}
.feature_big_icon {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}
.feature_big_icon span {
    font-size: 100px;
}
.wcr_feature_11:hover .feature_big_icon {
    opacity: 1;
}
.car_feature_btn_icon {
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
}
.car_feature_btn_icon a i {
    font-size: 26px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
}
.medi_singleFeature {
    position: relative;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.03);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.medi_singleFeature:after {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    z-index: 2;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.medi_singleFeature:before {
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    z-index: 3;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.medi_singleFeature:hover:before {
    width: 100%;
}
.medi_featureThumb {
    position: relative;
    margin-bottom: 20px;
}
.medi_featureThumb img {
    width: 100%;
    height: auto;
}
.medi_featureThumb:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.medi_featureDetail {
    position: relative;
    padding: 0 25px 24px 34px;
}
.medi_featureDetail p {
    margin-bottom: 10px;
}
.medi_featureDetail .discover_more {
    margin: 0;
}
.medi_featureDetail .discover_more i {
    position: relative;
    top: 2px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.medi_featureDetail .discover_more:hover i {
    padding-left: 7px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .sub-item p {
        padding: 0 6px;
    }
    .witr_feature2 h3 {
        font-size: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .sub-border-2 .sub-item span {
        top: 31px;
        left: 75%;
    }
    .sub-item p {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .em_feature-icon {
        font-size: 18px;
    }
    .em_feature-icon i {
        float: none;
    }
    .twr_feature_four_inner {
        padding: 20px 16px 30px;
    }
    .em-feature-title h2 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .witr_feature_content_3d h3 {
        font-size: 21px;
    }
    .sub-item h3 {
        font-size: 21px;
    }
    .feature_inner_box {
        text-align: center;
    }
    .em-feature {
        margin-bottom: 23px;
    }
}
@media (min-width: 10px) and (max-width: 991px) {
    .em-feature {
        margin-bottom: 20px;
    }
}
.carousel_pdding0.col-lg-12 {
    padding-right: 0;
    padding-left: 0;
}
.grid_caur_image {
    margin-bottom: 23px;
}
.slide_items {
    text-align: center;
}
.witr_grayscale {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.witr_grayscale:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.witr_grayscaleh:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.slide_items a {
    position: relative;
    display: block;
}
.slide_items a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.slide_items img {
    margin: auto;
}
.progress-bar {
    overflow: inherit;
}
.witr_single_progress {
    overflow: hidden;
}
.witr_progress-style1 {
    height: 30px;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    margin-top: 20px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.witr_progress-style1 + .witr_progress-style1 {
    margin-top: 50px;
}
.witr_progress-style1 .progress-bar {
    position: relative;
    text-align: left;
    line-height: 30px;
    border-radius: 0;
    box-shadow: none;
}
.witr_title1 .witr_label {
    position: absolute;
    left: 5px;
    top: 0;
    font-size: 16px;
    font-weight: 600;
}
.witr_progress-style1 .witr_percent {
    position: absolute;
    right: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
}
.witr_progress-style2.progress {
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    height: 6px;
}
.witr_progress-style2 + .witr_progress-style2 {
    margin-top: 50px;
}
.witr_progress-style2 .progress-bar {
    position: relative;
    text-align: left;
    line-height: 4px;
    border-radius: 0;
    box-shadow: none;
}
.witr_title2 .witr_label {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 17px;
    font-weight: 700;
}
.witr_progress-style2 .witr_percent {
    position: absolute;
    right: 0;
    font-weight: 700;
    font-size: 16px;
    top: -19px;
}
.witr_progress-style3 {
    height: 30px;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    margin-top: 20px;
}
.witr_progress-style3 + .witr_progress-style3 {
    margin-top: 40px;
}
.witr_progress-style3 .progress-bar {
    position: relative;
    text-align: left;
    line-height: 30px;
    border-radius: 0;
    box-shadow: none;
}
.witr_progress-style3 .witr_label {
    position: absolute;
    left: 0;
    font-size: 13px;
    font-weight: 500;
    padding: 0 12px;
}
.witr_progress-style3 .witr_percent {
    position: absolute;
    right: 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 26px;
    top: -10px;
    padding: 0 7px;
}
.witr_progress-style4 {
    height: 40px;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    padding: 4px;
    box-shadow: 0 10px 20px rgba(68, 68, 68, 0.05);
}
.witr_progress-style4 + .witr_progress-style4 {
    margin-top: 30px;
}
.witr_progress-style4 .progress-bar {
    position: relative;
    text-align: left;
    border-radius: 0;
    box-shadow: none;
}
.witr_progress-style4 .witr_label {
    position: absolute;
    left: 5px;
    font-size: 12px;
    font-weight: 500;
    padding: 0 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.witr_progress-style4 .witr_percent {
    position: absolute;
    right: 6px;
    font-weight: 500;
    font-size: 11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 5px;
}
.witr_progress-style5 {
    height: 24px;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    margin-top: 30px;
}
.witr_progress-style5 + .witr_progress-style5 {
    margin-top: 60px;
}
.witr_progress-style5 .progress-bar {
    position: relative;
    text-align: left;
    border-radius: 0;
    box-shadow: none;
}
.witr_title5 .witr_label {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 16px;
    font-weight: 600;
}
.witr_progress-style5 .witr_percent {
    position: absolute;
    right: 0;
    font-weight: 500;
    font-size: 12px;
    top: -35px;
    padding: 3px 6px;
    border-radius: 4px;
}
.witr_progress-style5 .witr_percent:after {
    content: "";
    position: absolute;
    border: 11px solid transparent;
    left: -19px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.progress.witr_progress-style5 {
    margin-top: 37px;
}
.witr_progress-style6 {
    overflow: visible;
    position: relative;
    margin-top: 20px;
    box-shadow: none;
    padding: 3px;
    border-radius: 10px;
}
.witr_progress-style6 + .witr_progress-style6 {
    margin-top: 60px;
}
.witr_progress-style6 .progress-bar {
    position: relative;
    text-align: left;
    border-radius: 7px;
    line-height: 30px;
    box-shadow: none;
}
.witr_title6 .witr_label {
    position: absolute;
    left: 2px;
    top: 8px;
    font-size: 16px;
    font-weight: 600;
}
.witr_progress-style6 .witr_percent {
    position: absolute;
    font-size: 11px;
    bottom: 27px;
    text-align: center;
    z-index: 10;
    text-align: center;
    right: 0;
    font-weight: 600;
}
.witr_progress-style6 .witr_percent:after {
    content: "";
    position: absolute;
    border-radius: 0 30px 30px 30px;
    width: 30px;
    height: 30px;
    left: -6px;
    top: 0;
    z-index: -1;
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
}
.progress.witr_progress-style6 {
    margin-top: 44px;
}
.witr_progress-style7 {
    height: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    overflow: visible;
    padding: 3px;
    margin-top: 20px;
}
.witr_progress-style7 + .witr_progress-style7 {
    margin-top: 60px;
}
.witr_progress-style7 .progress-bar {
    position: relative;
    text-align: left;
    line-height: 4px;
    border-radius: 0;
    box-shadow: none;
}
.witr_title7 .witr_label {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
    font-weight: 600;
}
.witr_progress-style7 .witr_percent {
    position: absolute;
    right: -13px;
    font-weight: 500;
    font-size: 10px;
    top: -30px;
    padding: 8px 5px;
}
.witr_progress-style7 .witr_percent:after {
    content: "";
    position: absolute;
    border: 5px solid transparent;
    left: 50%;
    top: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.witr_progress-style8 {
    position: relative;
    height: 40px;
    box-shadow: none;
    border-radius: 20px;
    overflow: visible;
    padding: 7px;
    box-shadow: 0 1px 10px rgba(68, 68, 68, 0.08);
}
.witr_progress-style8 + .witr_progress-style8 {
    margin-top: 30px;
}
.witr_progress-style8 .progress-bar {
    text-align: left;
    border-radius: 0;
    box-shadow: none;
    border-radius: 15px;
}
.witr_progress-style8 .witr_label {
    position: absolute;
    left: 20px;
    font-size: 13px;
    font-weight: 500;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.witr_progress-style8 .witr_percent {
    position: absolute;
    right: 14px;
    top: 50%;
    font-weight: 500;
    font-size: 13px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.witr_progress-style9 {
    overflow: visible;
    position: relative;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: none;
    padding: 0;
    height: 20px;
}
.witr_progress-style9 + .witr_progress-style9 {
    margin-top: 60px;
}
.witr_progress-style9 .progress-bar {
    text-align: left;
    border-radius: 10px;
    line-height: 30px;
    margin-left: -1px;
    box-shadow: none;
}
.witr_title9 .witr_label {
    position: absolute;
    left: 2px;
    top: 0;
    font-size: 16px;
    font-weight: 600;
}
.witr_progress-style9 .witr_percent {
    position: absolute;
    font-size: 11px;
    top: 50%;
    text-align: center;
    z-index: 10;
    text-align: center;
    right: 0;
    font-weight: 600;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.witr_progress-style9 .witr_percent:after {
    content: "";
    position: absolute;
    border-radius: 30px 30px 0 30px;
    width: 30px;
    height: 30px;
    left: -6px;
    top: 0;
    z-index: -1;
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
}
.witr_progress-style10 {
    overflow: visible;
    margin-top: 20px;
    box-shadow: none;
    padding: 0;
    height: 12px;
    border-radius: 6px;
}
.witr_progress-style10 + .witr_progress-style10 {
    margin-top: 60px;
}
.witr_progress-style10 .progress-bar {
    position: relative;
    text-align: left;
    border-radius: 10px;
    line-height: 30px;
    margin-left: -1px;
    box-shadow: none;
}
.witr_title10 .witr_label {
    position: absolute;
    left: 2px;
    top: -15px;
    font-size: 16px;
    font-weight: 600;
}
.witr_progress-style10 .witr_percent {
    position: absolute;
    width: 36px;
    height: 36px;
    line-height: 32px;
    font-size: 11px;
    top: 50%;
    text-align: center;
    z-index: 10;
    text-align: center;
    right: -1px;
    font-weight: 600;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    text-align: center;
}
.progress.witr_progress-style10 {
    margin: 16px 0;
}
.progress {
    margin-top: 29px;
}
.witr_progress-style13.progress {
    background: 0 0;
    height: 12px;
    border-radius: 30px;
}
.witr_progress-style13.witr_progress-style2 .progress-bar {
    margin: 2px 2px 2px;
    border-radius: 30px;
}
.team-part {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.05);
}
.witr_team_section {
    position: relative;
    text-align: center;
}
.witr_team_section:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_team_section:hover:before {
    opacity: 1;
}
.team_overlay_icon a {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    font-size: 22px;
    opacity: 0;
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 50%;
}
.witr_team_section:hover .team_overlay_icon a {
    opacity: 1;
}
.witr_team_content {
    padding: 23px 5px;
}
.witr_team_content h5 {
    margin: 0;
}
.witr_team_content span {
    font-size: 18px;
}
.team-sec {
    position: relative;
}
.team-sec:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.team-sec img {
    width: 100%;
}
.witr_team_content2 {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding: 0 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.team-part:hover .team-sec:before,
.team-part:hover .witr_team_content2 {
    top: -670px;
}
.witr_team_content2 h5 {
    font-size: 23px;
    margin: 0;
}
.witr_team_content2 p {
    padding-top: 10px;
}
.team-part .team-social {
    position: absolute;
    bottom: -110px;
    height: 100px;
    width: 100%;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.team-part:hover .team-social {
    bottom: 0;
}
.team-social ul {
    padding-top: 30px;
}
.team-social ul li {
    display: inline-block;
    margin: 0 3px;
}
.team-social ul li a {
    font-size: 17px;
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_team_sec_3 {
    position: relative;
}
.witr_team_sec_3 img {
    width: 100%;
}
.witr_team_sec_3:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: -150%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_team_content3 {
    position: absolute;
    width: 100%;
    left: 50%;
    top: -350px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding: 0 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.team-part:hover .witr_team_content3 {
    top: 50%;
}
.team-part:hover .witr_team_sec_3:before {
    top: 0;
}
.witr_team_content3 h5 {
    font-size: 23px;
    margin: 0;
}
.witr_team_content3 p {
    padding-top: 10px;
}
.witr_team_content3 ul li {
    display: inline-block;
}
.witr_team_content3 ul li a {
    display: inline-block;
    margin: 0 11px;
    margin-top: 4px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.team-part .witr_team_sec_3 .team-social {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    width: 100%;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.team-part:hover .witr_team_sec_3 .team-social {
    bottom: -110px;
}
.em-team {
    text-align: center;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.em-team-one {
    position: relative;
    overflow: hidden;
    padding-bottom: 55px;
}
.em-team-content-image img {
    width: 100%;
}
.em-team-content-waraper {
    bottom: -67px;
    left: 0;
    margin: 0 10px;
    padding: 30px 0;
    position: absolute;
    right: 0;
    box-shadow: 0 0 65px 0 rgb(0, 0, 0, 0.08);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.em-team-content-title h2 {
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    font-size: 22px;
}
.em-team-content-subtitle {
    font-size: 16px;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.em-team-content-socials a {
    border-radius: 50%;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin: 14px 3px 0;
    text-align: center;
    width: 35px;
}
.em-team-content-socials {
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.em-team:hover .em-team-content-waraper {
    bottom: 0;
}
.em-content-title h5 {
    font-size: 23px;
    margin-bottom: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.em-content-title h5 a {
    font-weight: 700;
}
.em-content-subtitle {
    font-size: 16px;
    margin: 5px 0 0;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.team-wrap {
    overflow: visible;
    position: relative;
}
.team-front {
    opacity: 1;
    transition:
        opacity 0.4s,
        -webkit-transform 0.8s;
    -webkit-transition:
        opacity 0.4s,
        -webkit-transform 0.8s;
    transition:
        transform 0.8s,
        opacity 0.4s;
    transition:
        transform 0.8s,
        opacity 0.4s,
        -webkit-transform 0.8s;
}
.team-front {
    z-index: 2;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.team-style-2 .em-content-image img {
    margin: 0 auto;
    display: block;
    width: 100%;
    border-radius: 100%;
}
.team-style-2 .em-team:hover .em-content-image:before {
    opacity: 0;
}
.team-back-wraper {
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition:
        transform 0.6s,
        -webkit-transform 0.6s;
}
.team-back-wraper {
    border-radius: 50%;
    bottom: 0;
    height: 99%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 99%;
    z-index: 1;
    right: 0;
    left: 0;
    margin: auto;
}
.team-wrap:hover .team-front {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}
.team-style-2 .em-content-socials a {
    display: inline-block;
    font-size: 18px;
    margin: 0 6px;
}
.team-style-2 .em-content-socials {
    margin-top: 11px;
}
.team-style-2 .em-content-waraper {
    left: 0;
    padding: 30px 14px 28px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.team-style-2 .em-content-desc-inner {
    margin-top: 5px;
}
.team-style-2 .em-content-button a {
    display: inline-block;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.witr_single_team {
    position: relative;
    overflow: hidden;
}
.witr_single_team img {
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_single_team:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}
.witr_single_team:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.witr_single_team:hover:after {
    visibility: visible;
    opacity: 1;
}
.witr_team_content_car {
    position: absolute;
    left: -300px;
    bottom: 22px;
    z-index: 3;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_single_team:hover .witr_team_content_car {
    left: 30px;
}
.witr_team_content_car span {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin: 0 0 9px;
}
.witr_team_content_car h5 {
    font-size: 22px;
    margin: 0;
}
.busi_singleTeam {
    position: relative;
    overflow: hidden;
}
.busi_singleTeam:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.busi_singleTeam img {
    width: 100%;
    height: auto;
}
.TM_center {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.busi_TMHover {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    opacity: 0;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.busi_singleTeam:hover .busi_TMHover {
    opacity: 1;
}
.busi_TMHover:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 3px;
    content: "";
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.busi_TMHover:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    content: "";
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.busi_singleTeam:hover .busi_TMHover:after,
.busi_singleTeam:hover .busi_TMHover:before {
    width: 80px;
}
.busi_singleTeam h5 {
    font-size: 23px;
    margin-bottom: 0;
    margin-left: -30px;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.busi_singleTeam:hover h5 {
    margin-left: 0;
}
.busi_singleTeam span {
    font-size: 20px;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.busi_singleTeam:hover span {
    margin-right: 0;
}
.busiTS {
    opacity: 0;
    -webkit-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    margin-top: 8px;
}
.busi_singleTeam:hover .busiTS {
    opacity: 1;
    -webkit-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}
.busiTS a {
    font-size: 16px;
    height: 34px;
    width: 34px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
}
.busiTS a:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.witr_team_cont_3d {
    -o-perspective: 800px;
    -webkit-perspective: 800px;
    perspective: 800px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_team_cont_3d:hover .witr_team_wrap_3d {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.witr_team_wrap_3d {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition:
        transform 0.5s,
        -webkit-transform 0.5s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    z-index: 999;
}
.witr_team_back_3d,
.witr_team_front_3d {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.witr_team_front_3d {
    z-index: 2;
}
.witr_team_back_3d {
    z-index: 3;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.witr_team_back_3d,
.witr_team_cont_3d,
.witr_team_front_3d {
    height: 300px;
    text-align: center;
    width: 100%;
    overflow: hidden;
}
.witr_team_thumb_3d {
    position: relative;
}
.witr_team_thumb_3d:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_team_thumb_3d img {
    width: 100%;
}
.witr_content_waraper {
    left: 0;
    padding: 64px 10px 64px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.witr_content_3d h5 {
    font-size: 23px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.witr_content_3d span {
    font-size: 14px;
    margin: 5px 0 0;
    text-transform: uppercase;
}
.witr_content_3d p {
    margin-top: 10px;
}
.witr_socials_3d {
    margin-top: 14px;
}
.witr_socials_3d a {
    display: inline-block;
    font-size: 18px;
    margin: 0 6px;
}
.cons_singleTeam {
    position: relative;
    text-align: center;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.front_view {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.front_view_box {
    padding: 23px 25px 30px;
    border: 1px solid #ddd;
}
.back_view h5,
.front_view h5 {
    margin-bottom: 0;
}
.back_view span,
.front_view span {
    display: inline-block;
    line-height: 28px;
}
.back_view p,
.front_view p {
    margin-top: 3px;
}
.back_view .con_TMS a,
.front_view .con_TMS a {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 17px;
    line-height: 35px;
    text-align: center;
    margin: 0 3px;
}
.back_view {
    position: absolute;
    top: 50%;
    left: -52%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.cons_singleTeam:hover .back_view {
    left: 50%;
}
.witr_back_img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition:
        transform 0.4s ease,
        -webkit-transform 0.4s ease;
}
.witr_back_img img {
    height: 590px !important;
}
.witr_back_content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}
.witr_team_part {
    overflow: hidden;
    position: relative;
    padding-bottom: 23px;
}
.witr_team_thumb4 {
    position: relative;
}
.witr_team_thumb4:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    right: -100%;
    top: 0;
    -webkit-transition: 1s;
    transition: 1s;
}
.witr_team_part:hover .witr_team_thumb4:before {
    right: 0;
}
.witr_team_thumb4 img {
    width: 100%;
}
.witr_team_top {
    border-radius: 5px;
    position: absolute;
    top: -200px;
    right: -7px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 1s;
    transition: 1s;
}
.witr_team_part:hover .witr_team_top {
    top: 100px;
}
.witr_team_top ul li {
    list-style: none;
}
.witr_team_top ul li a {
    margin: 12px 13px;
    -webkit-transition: 1s;
    transition: 1s;
    display: block;
}
.witr_team_content4 {
    position: relative;
    border-radius: 5px;
    padding: 15px 30px 13px;
    margin: 0 20px;
    box-shadow: 0 0 30px 0 rgba(42, 67, 113, 0.15);
    margin-top: -58px;
    text-align: left;
}
.witr_team_content4 h5 {
    margin-bottom: 5px;
}
.witr_bottom_icon {
    position: absolute;
    top: 50%;
    right: 9px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 1s;
    transition: 1s;
    z-index: 1;
}
.witr_team_part:hover .witr_bottom_icon {
    top: 90%;
}
.witr_bottom_icon a {
    width: 45px;
    height: 45px;
    line-height: 36px;
    display: block;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_team_s11ar {
    box-shadow: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_team_s11ar:hover {
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.05);
}
.witr_team_s11a {
    overflow: hidden;
}
.witr_team_s11 {
    position: absolute;
    left: 30px;
    bottom: -300px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
}
.team-part:hover .witr_team_s11 {
    bottom: 15px;
    opacity: 1;
}
.witr_team_s11 span {
    display: inline-block;
    padding: 5px 30px;
}
.witr_team_s11t {
    padding: 20px 0;
}
.witr_team_s12 .front_view {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 0;
}
.witr_team_s12 .w12teamcontent {
    padding: 0 15px 20px;
}
.witr_team_s12 .front_view {
    border: none;
}
.witr_team_s12 .front_view_box {
    border: none;
}
.witr_team_s12 {
    border: none;
    box-shadow: 0 5px 20px 0 #00000014;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_team_s12 .con_TMS {
    margin-top: 10px;
}
.witr_team_s13.cons_singleTeam {
    overflow: inherit;
}
.witr_team_s13 {
    position: relative;
}
.team_line {
    position: absolute;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 99;
}
.witr_team_s13:hover .team_line {
    opacity: 1;
}
.team_line_bottom,
.team_line_top {
    width: 0;
    height: 2px;
    left: -60px;
}
.witr_team_s13:hover .team_line_bottom,
.witr_team_s13:hover .team_line_top {
    width: calc(100% + 110px);
}
.team_line_top {
    top: 0;
}
.team_line_bottom {
    bottom: 0;
}
.team_line_left,
.team_line_right {
    height: 0;
    width: 2px;
    top: -60px;
}
.witr_team_s13:hover .team_line_left,
.witr_team_s13:hover .team_line_right {
    height: calc(100% + 110px);
}
.team_line_left {
    left: 0;
}
.team_line_right {
    right: 0;
}
.witr_team_s13 .front_view {
    padding: 40px 25px 32px;
}
.witr_i_position {
    position: relative;
}
.con_TMS13_icon {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.front_view .con_TMS13_icon.con_TMS a {
    display: block;
    border-radius: 50px;
    margin-bottom: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: none;
}
.front_view .con_TMS13_icon.con_TMS a:nth-child(2),
.front_view .con_TMS13_icon.con_TMS a:nth-child(3),
.front_view .con_TMS13_icon.con_TMS a:nth-child(4),
.front_view .con_TMS13_icon.con_TMS a:nth-child(5),
.front_view .con_TMS13_icon.con_TMS a:nth-child(6) {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 1s;
    transition: 1s;
    margin-top: -40px;
}
.front_view .con_TMS13_icon.con_TMS:hover a:nth-child(2),
.front_view .con_TMS13_icon.con_TMS:hover a:nth-child(3),
.front_view .con_TMS13_icon.con_TMS:hover a:nth-child(4),
.front_view .con_TMS13_icon.con_TMS:hover a:nth-child(5),
.front_view .con_TMS13_icon.con_TMS:hover a:nth-child(6) {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
}
.witr_team_s14 {
    -webkit-transition: 1s;
    transition: 1s;
}
.witr_team_s14.cons_singleTeam {
    overflow: inherit;
}
.witr_team_s14 .front_view {
    padding: 0;
}
.witr_team_s14 .con_TMS {
    padding-bottom: 18px;
}
.team_s14_image {
    position: relative;
}
.team_s14_image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    -webkit-animation: team_before 5s infinite linear;
    animation: team_before 5s infinite linear;
    opacity: 0;
}
@-webkit-keyframes team_before {
    0% {
        height: 50%;
    }
    50% {
        height: 0%;
    }
}
@keyframes team_before {
    0% {
        height: 50%;
    }
    50% {
        height: 0%;
    }
}
.team_s14_image:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 50%;
    -webkit-animation: team_after 5s infinite linear;
    animation: team_after 5s infinite linear;
    opacity: 0;
}
.witr_team_s14:hover .team_s14_image:after,
.witr_team_s14:hover .team_s14_image:before {
    opacity: 1;
}
@-webkit-keyframes team_after {
    0% {
        height: 50%;
    }
    50% {
        height: 0%;
    }
}
@keyframes team_after {
    0% {
        height: 50%;
    }
    50% {
        height: 0%;
    }
}
.witr_team_s14 .front_view img {
    width: 100%;
}
.wteams14 {
    padding: 0 0 31px;
}
.witr_team_thumb15 {
    overflow: hidden;
    position: relative;
}
.team_top_icon {
    position: absolute;
    bottom: -250px;
    right: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_team_15n:hover .team_top_icon {
    bottom: 70px;
}
.team_top_icon ul li {
    list-style: none;
}
.team_bottom_icon {
    position: absolute;
    bottom: 25px;
    right: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
}
.team_bottom_icon a,
.team_top_icon ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_team_content15 {
    padding: 22px 30px;
    text-align: center;
    box-shadow: 0 0 30px 0 rgba(42, 67, 113, 0.15);
}
.team_o_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
}
.witr_team_section:hover .team_o_icon {
    opacity: 1;
}
.team_o_icon ul li {
    list-style: none;
    display: inline-block;
}
.team_o_icon ul li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 33px;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin: 0 2px;
    margin-bottom: 7px;
}
.team_o_icons {
    margin-top: 15px;
    padding-top: 17px;
    padding-bottom: 10px;
    position: relative;
}
.team_o_icons:before {
    position: absolute;
    content: "";
    top: 0;
    height: 1px;
    width: 25%;
    margin: auto;
    left: 0;
    right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.all_color_team:hover .team_o_icons:before {
    width: 100%;
}
.team_o_icons ul li {
    list-style: none;
    display: inline-block;
}
.team_o_icons ul li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 33px;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin: 0 2px;
    font-size: 15px;
}
.pteam_8 .post_team_content {
    text-align: left;
}
.post_team_icon_8 {
    position: absolute;
    bottom: -15px;
}
.post_team_icon_8 ul li {
    display: inline-block;
}
.post_team_icon_8 ul li a {
    font-size: 16px;
    height: 34px;
    width: 34px;
    line-height: 34px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    margin-left: 6px;
}
.post_team_content {
    box-shadow: 0 5px 20px 0 #00000014;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 30px 25px 25px;
}
.post_team_content h5 {
    margin: 0;
}
.team_list_op {
    margin-top: 10px;
}
.team_list_op ul li {
    margin-top: 3px;
    list-style: none;
}
.team_list_op ul li a {
    display: inline-block;
}
.team_list_op ul li i {
    margin-right: 10px;
}
.team_list_op ul li a i {
    margin-right: 6px;
}
.cteam_9 .post_team_content {
    text-align: left;
}
.cteam_9 .post_team_content {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.post_team_icon_9 {
    padding: 10px;
    margin-right: 20px;
}
.post_team_icon_9 ul li {
    list-style: none;
}
.post_team_icon_9 ul li a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.post_team10_area .team_o_icons:before {
    display: none;
}
.post_team10_area .witr_team_section {
    position: relative;
}
.post_team10_area .team_o_icons {
    margin-top: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: -25%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.post_team10_area .team-part:hover .team_o_icons {
    left: 0;
}
.post_team10_area .team_o_icons ul li {
    display: block;
}
.post_team10_area .team_o_icons ul li a {
    width: 55px;
    height: 55px;
    line-height: 55px;
    border: none;
    border-radius: 0;
    margin: 0;
    font-size: 20px;
}
.witr_team_content {
    padding: 23px 5px 23px;
}
.post_team11_area .team-part {
    overflow: inherit;
    padding-bottom: 40px;
    box-shadow: none;
}
.post_team_p11 {
    position: absolute;
    bottom: -45px;
    left: 15px;
    right: 15px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
}
.post_team11_area .team_o_icons {
    top: auto;
    bottom: -30px;
    left: 0;
    right: 0;
    -webkit-transform: inherit;
    transform: inherit;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.post_team11_area .team-part:hover .team_o_icons {
    bottom: 65px;
}
.post_team11_area .team_o_icons ul li {
    display: inline-block;
}
.post_team_p11 {
    padding: 15px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .team-style-2 .em-content-title h2 {
        font-size: 17px;
        margin-top: -1px;
    }
    .team-style-2 .em-content-socials a {
        font-size: 14px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .w_apps_button a {
        padding: 3px 20px 11px 20px !important;
    }
    span.ibariplan {
        font-size: 20px;
        margin-right: 10px;
    }
    span.spaninner {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .witr_back_img img {
        height: 554px !important;
        height: auto;
    }
    .team_single_content h3 {
        font-size: 30px;
        margin-top: 20px;
    }
}
.witr_counter_single {
    text-align: left;
}
.witr_counter_number_inn {
    overflow: hidden;
}
.witr_counter_number_inn h3,
.witr_counter_number_inn span {
    font-size: 40px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 0;
}
.witr_counter_number_inn span {
    line-height: 0;
}
.witr_counter_number_inn h4 {
    font-size: 22px;
}
.witr_counter_icon i {
    font-size: 30px;
    display: inline-block;
}
.witr_custom_icon i {
    font-size: 60px;
    display: inline-block;
    margin-bottom: 10px;
}
.witr_single_counter {
    border-radius: 5px;
    padding: 40px 0 30px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin: auto;
}
.witr_counter_icon4 i {
    font-size: 30px;
    text-align: center;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    margin-bottom: 15px;
}
.witr_counter_text h4 {
    font-size: 30px;
}
.witr_counter_text h3 {
    display: inline-block;
    font-size: 40px;
}
.witr_counter_text span {
    font-size: 35px;
    font-weight: 700;
    line-height: 0;
}
.wirt_new_iner {
    float: left;
    margin-right: 20px;
}
.counter_5 .witr_counter_number_inn h4 {
    margin-top: 13px;
}
.counter_5 .witr_counter_number_inn h3 {
    margin-bottom: 0;
}
.wirt_new_content p {
    margin-top: 20px;
}
.witr_counter_6.witr_counter_single {
    padding: 28px 25px 30px;
    box-shadow: 0 5px 20px 0 #0000000d;
}
.witr_counter_6 .wirt_new_iner {
    padding: 30px 0 32px;
    border-radius: 5px;
    width: 29%;
    text-align: center;
    -webkit-transform: skewY(356deg);
    transform: skewY(356deg);
}
.witr_counter_6 .witr_counter_number_inn h3,
.witr_counter_6 .witr_counter_number_inn span {
    font-size: 31px;
}
.witr_counter_6 .witr_counter_number_inn {
    overflow: inherit;
}
.wirt_counter_tiner p {
    margin-bottom: 0;
}
.single_counter {
    position: relative;
    padding: 32px 0;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single_counter:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 40%;
}
.single_counter:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 40%;
}
.counter_icon {
    margin-top: 7px;
}
.counter_icon i {
    display: inline-block;
    font-size: 30px;
    text-align: center;
    display: block;
}
.countr_text > h1 {
    display: inline-block;
    font-family: poppins;
    font-size: 45px;
    font-weight: 600;
    -webkit-transition: 0.3s;
    margin: 0;
    transition: 0.3s;
}
.countr_text > h3 {
    display: inline-block;
    font-size: 43px;
}
.countr_text span {
    line-height: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    font-size: 43px;
}
.counter_title {
    padding: 0;
}
.counter_title h4 {
    font-size: 23px;
    margin: 0;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-top: 20px;
    padding-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .witr_counter_single {
        text-align: center;
    }
    .witr_counter_icon i {
        margin-bottom: 15px;
        margin-right: 0;
        float: none;
    }
    .witr_counter_img,
    .witr_custom_icon {
        margin-bottom: 10px !important;
        float: none !important;
    }
    .witr_custom_icon i {
        margin-right: 0;
        float: none;
    }
    .witr_counter_6 .wirt_new_iner {
        width: 100%;
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .witr_counter_single {
        text-align: center;
        margin-bottom: 20px;
    }
    .witr_counter_icon i {
        margin-bottom: 15px;
        margin-right: 0;
        float: none;
    }
    .witr_counter_img,
    .witr_custom_icon {
        margin-bottom: 10px !important;
        float: none !important;
    }
    .witr_custom_icon i {
        margin-right: 0;
        float: none;
    }
    .witr_counter_6 .wirt_new_iner {
        width: 100%;
        margin-bottom: 30px;
    }
    .single_counter {
        margin-bottom: 20px;
    }
}
@media (min-width: 10px) and (max-width: 991px) {
    .single_counter {
        margin-bottom: 20px;
    }
}
.testomonial .test-part {
    box-shadow: 0 0 12px 0 #dddddd7a;
    padding: 30px 17px 10px 30px;
    position: relative;
    text-align: left;
}
.test-part h6 {
    font-size: 26px;
    line-height: 26px;
}
.test-part span {
    font-weight: 400;
    font-size: 17px;
}
.testomonial .test-part.witr_testi_s_11 img {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.testomonial .test-part.witr_testi_s_11 {
    padding: 30px 17px 20px 30px;
}
.witr_testi_s_11 {
    text-align: center;
    border-bottom: 1px solid transparent;
}
.witr_testi_s_11 h6 {
    padding-top: 10px;
}
.witr_testi_s_11 ul {
    padding: 17px 0 0;
    margin: 0;
}
.witr_testi_s_11 .em_crating i {
    font-size: 16px;
}
.test-part {
    display: inline-block;
    margin-bottom: 10px;
}
.test-part ul li {
    display: inline-block;
    padding-top: 0;
}
.testomonial .test-part img {
    position: absolute;
    top: -43px;
    left: 30px;
    z-index: 22;
}
.testomonial.testomonial-5 .test-part img {
    top: -50px;
}
.witr_item_column {
    padding: 0 15px;
    padding-top: 60px;
}
.witr_slick_column {
    padding: 0 15px;
}
.em_crating i {
    font-size: 18px;
}
.testomonial.testomonial-5 .witr_item_column {
    padding: 0 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.testomonial.testomonial-5 .test-part {
    padding: 25px 30px 50px;
    position: relative;
}
.testomonial.testomonial-5 .test-part h6 {
    padding-top: 0;
}
.testomonial .test-part ul li,
.testomonial.testomonial-2 .test-part ul li,
.testomonial.testomonial-5 .test-part ul li {
    padding-top: 0;
    padding-bottom: 10px;
}
.testomonial.testomonial-5 .test-part img.testimg {
    top: 82%;
}
.testomonial.testomonial-5 .test-part .postimg {
    top: 105%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.single_creativeItem {
    text-align: center;
}
.box-size {
    padding: 10px 15px;
}
.testiCreCon {
    position: relative;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 6%);
    background: #fff;
    border-radius: 5px;
    padding: 50px 20px 50px;
    margin-bottom: 35px;
}
.testiCreCon:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -36px;
    border-radius: 15px;
    width: 50px;
    height: 50px;
    background: #fff;
    transform: rotate(45deg) translateX(-50%);
    z-index: -1;
    box-shadow: 0 2px 29px 0 rgb(0 0 0 / 8%);
}
.testiCreCon li {
    font-size: 100px;
    color: #dddddd4f;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.testiCreCon p {
    position: relative;
    margin: 0;
    z-index: 1;
}
.post_t6 .em_test_thumb {
    float: inherit;
    margin-right: 0;
    margin-bottom: 10px;
}
.testAuthor h6 {
    margin-bottom: 0;
}
.testAuthor span {
    font-size: 15px;
}
.witr_client7 {
    position: relative;
}
.witr_testiSlider {
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    padding: 0 0 11px;
    margin: auto;
}
.witr_testiSlider .slick-slide.item {
    outline: 0;
}
.wirt_TraSlider .slick-slide.item {
    outline: 0;
}
.witr_testiSlider .slick-slide .witr_autho_thumb img {
    width: 81px;
    height: 81px;
    border-radius: 50%;
    display: inline-block;
}
.witr_content_test7 {
    position: relative;
    padding: 0 180px;
}
.witr_content_test7 .em_crating i {
    font-size: 18px;
}
.witr_content_test7 p {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    z-index: 3;
    margin-bottom: 0;
}
.witr_content_test7 p:after {
    position: absolute;
    left: 0;
    top: 8px;
    right: 0;
    content: "\f10e";
    font-family: fontAwesome;
    font-size: 146px;
    line-height: 0.8;
    z-index: -1;
}
.witr_author_name {
    margin-top: 20px;
    z-index: 11;
    position: relative;
}
.witr_content_test7 span {
    font-size: 18px;
}
.witr_testomonial_area {
    width: 80%;
    margin: auto;
}
.witr_background_test {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    margin-top: 50px;
    margin-bottom: 60px;
}
.witr_testi_main {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 50px 0;
    width: 70%;
    margin: auto;
    margin-top: -50px;
    margin-bottom: -50px;
}
.witr_test_part {
    float: left;
    margin-left: 215px;
    margin-right: -165px;
}
.witr_ns_part h6 {
    font-size: 22px;
    margin-top: 10px;
}
.witr_ns_part i {
    font-size: 17px;
    font-weight: 500;
}
.witr_test_content p {
    width: 88%;
    margin: auto;
    margin-top: 30px;
}
.witr_test_name {
    margin: 30px 0 15px;
}
.witr_test_name li {
    list-style: none;
}
.witr_test_name i {
    font-size: 18px;
}
.witr_testi_s_9 .em_testi_text {
    float: none;
}
.busi_testimonialArea {
    position: relative;
}
.busi_testiSlider {
    position: relative;
    margin: 0;
    padding: 0 0 15px;
}
.busi_testiSlider p {
    margin: auto;
    font-size: 16px;
    width: 74%;
}
.busi_singleNav {
    left: 0;
    right: 0;
    width: 470px;
    height: auto;
    padding: 0;
    margin: auto;
}
.item li {
    list-style: none;
}
.autho_thumb img {
    margin: auto;
}
.test_author {
    margin-top: 12px;
}
.test_author h6 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 0;
}
.test_author span {
    font-size: 16px;
}
.witr_testi_s_12 .em_testi_text,
.witr_testi_s_12.em_single_testimonial {
    text-align: center;
}
.witr_testi_s_12 .em_test_thumb {
    float: none;
    margin-right: 0;
}
.witr_testi_s_12 .em_test_thumb img {
    width: auto;
    margin: auto;
}
.em_test_thumb img {
    display: initial !important;
}
.testimonial_post_13 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.testimonial_post_13.em_single_testimonial {
    padding: 0;
}
.test_text_all {
    padding: 25px 30px 26px;
    width: 100%;
}
.testimonial_post_13 .em_testi_text p {
    font-size: 19px;
    font-style: italic;
}
.testimonial_post_13 .test-part {
    margin-bottom: 0;
}
.witr_screenshot_thumb {
    width: 100%;
}
.execllent_toggol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.execllent_star {
    margin-left: 15px;
}
.execllent_star h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    font-style: italic;
}
.witr_testi_itemt {
    padding: 0 10px;
}
.em_single_testimonial {
    margin-bottom: 30px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    padding: 37px 30px 26px;
    margin-top: 20px;
    box-shadow: 0 10px 25px 0 rgba(50, 65, 141, 0.12);
    overflow: hidden;
    position: relative;
    text-align: left;
}
.em_testi_logo {
    position: absolute;
    right: 4%;
    bottom: 55px;
}
.em_single_testimonial:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.13);
}
.em_testi_content {
    position: relative;
}
.em_testi_content:before {
    content: "";
    font-family: fontawesome !important;
    font-size: 60px;
    left: 3px;
    opacity: 0.1;
    position: absolute;
    top: -97px;
    display: none;
}
.em_testi_content:after {
    bottom: -28px;
    content: "";
    font-family: fontawesome !important;
    font-size: 60px;
    opacity: 0.1;
    position: absolute;
    right: 3px;
    display: none;
}
.em_test_thumb {
    float: left;
    margin-right: 20px;
}
.em_test_thumb img {
    border-radius: 50%;
    width: 59px;
}
.em_testi_title span {
    display: block;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 600;
}
.em_testi_text {
    overflow: hidden;
    padding-top: 15px;
    float: left;
    text-align: left;
}
.witr_testi_s10 .em_single_testimonial {
    text-align: center;
}
.witr_testi_s10 .em_test_thumb {
    float: none;
    margin-right: 0;
}
.witr_testi_s10 .em_testi_text {
    float: none;
    text-align: inherit;
}
.witr_testi_s10 .em_test_thumb img {
    width: inherit;
    margin: auto;
}
.test_q_icon i {
    font-size: 54px;
}
.em_testi_content {
    position: relative;
    text-align: center;
}
.em-slick-testi-main {
    text-align: center;
}
.single_2p_testimonial {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 8%);
    padding: 30px 20px;
    text-align: left;
}
.top_single_testi {
    padding: 50px 25px;
    margin: 10px 0;
}
.img_text_part_dflex,
.two_part_dflex,
.two_sec_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.img_text_part_dflex {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.title_and_sub h6 {
    font-size: 18px;
}
.mash_and_icon h5 {
    font-size: 16px;
    margin-bottom: 2px;
}
.two_part_img {
    margin-right: 15px;
}
.title_and_sub h6 {
    margin: 0;
}
.bottom_single_testi {
    cursor: pointer;
}
.two_part_star li {
    list-style: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .witr_testomonial_area {
        width: 85%;
    }
    .witr_testi_main {
        width: 75%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .testomonial.testomonial-5 .test-part img.testimg {
        top: 86%;
    }
    .witr_content_test7 {
        padding: 0;
    }
    .witr_testomonial_area {
        width: 90%;
    }
    .witr_testi_main {
        width: 90%;
    }
    .testomonial-slide .slick-prev {
        left: 15px;
    }
    .testomonial-slide .slick-next {
        right: 15px;
    }
    .em_single_testimonial {
        padding: 37px 20px 26px;
    }
    .em_testi_logo {
        right: 15px;
        top: 35px;
        display: none;
    }
}
@media (max-width: 767px) {
    .testomonial.testomonial-5 .test-part img.testimg {
        top: 88%;
    }
    .testomonial .test-part img {
        margin: 0 !important;
    }
    .em_test_thumb {
        margin-right: 15px;
    }
    .em_testi_title h2 {
        font-size: 17px;
    }
    .testiCreCon {
        padding: 8px 20px 30px 20px;
        margin-right: 0;
    }
    .witr_content_test7 {
        padding: 0;
    }
    .witr_testomonial_area {
        width: 100%;
    }
    .witr_test_part {
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
    .witr_test_part img {
        margin: auto;
    }
    .witr_testi_main {
        width: 100%;
    }
    .busi_testiSlider p {
        width: 100%;
    }
    .em_single_testimonial {
        padding: 37px 20px 26px;
    }
    .witr_testi_itemt {
        padding: 0;
    }
    .em_testi_logo {
        right: 15px;
        top: 35px;
        display: none;
    }
    .testimonial_post_13 {
        display: inherit !important;
    }
    .test_text_all {
        padding: 25px 10px 26px;
    }
    .single_2p_testimonial {
        text-align: center;
    }
    .img_text_part_dflex,
    .two_part_dflex {
        display: inherit;
    }
    .title_and_sub {
        margin: 10px 0;
    }
}
.apartment_area {
    position: relative;
    background-size: cover;
    padding: 60px 35px 60px;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 6%);
}
.apartment_text h1 {
    font-size: 17px;
    margin-bottom: 5px;
}
.apartment_text h2 {
    margin-bottom: 40px;
    font-size: 38px;
}
.witr_apartment_form form select,
.witr_apartment_form input {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    outline: 0;
    margin-bottom: 23px;
}
.witr_apartment_form textarea {
    margin-bottom: 25px;
}
.witr_apartment_form input::-moz-placeholder {
    opacity: 1;
}
.witr_apartment_form input::-ms-input-placeholder {
    opacity: 1;
}
.witr_apartment_form input::-webkit-input-placeholder {
    opacity: 1;
}
.witr_apartment_form select::-webkit-input-placeholder,
.witr_apartment_form textarea::-webkit-input-placeholder {
    opacity: 1;
}
.witr_apartment_form .btn {
    border: 0 none;
    display: inline-block;
    font-weight: 600;
    padding: 15px 30px;
}
.checkbox_witr input {
    width: 20px;
    float: left;
    margin-right: 15px;
    margin-top: -8px;
}
.checkbox_witr span {
    font-size: 15px;
}
.witr_con_btn2 .w_btn2 {
    text-align: center;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    line-height: inherit;
    border-radius: 30px;
    font-weight: 500;
    border: none;
    transition: 0.5s;
    outline: 0;
    padding: 12px 30px 15px;
    display: inline-block;
}

.accordion_area .card-header.witr_ac_card {
    background: 0 0 !important;
    padding: 0;
    border-bottom: 0;
    text-align: left;
}
.witr_ac_card i {
    margin-right: 10px;
    font-size: 20px;
}
.accordion_area .card-2 {
    margin-bottom: 22px;
}
.accordion_area .card-2 p {
    padding: 10px 15px 0;
}
.witr_ac_style {
    padding-left: 30px;
    font-size: 17px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_ac_style:before {
    position: absolute;
    content: "\ea99";
    right: 30px;
    font-family: IcoFont !important;
    font-weight: 400;
}
.active .witr_ac_style:before {
    content: "\eaa1";
}
.card-body ul li {
    margin-left: 18px;
    margin-bottom: 4px;
}
@media (max-width: 767px) {
    .accordion_area {
        padding-top: 30px;
    }
    .witr_ac_style {
        font-size: 15px;
    }
    .active .witr_ac_style:before,
    .witr_ac_style:before {
        right: 10px;
    }
    .bariplan-accourdion-title h2 {
        font-size: 14px;
        padding-left: 20px;
    }
}
.all_blog_color {
    text-align: left;
}
.witr_blog_imags {
    overflow: hidden;
}
.blog-img {
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.blog-img img {
    width: 100%;
}
.blog-img a {
    position: relative;
    display: block;
}
.blog-img a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.blog_part_inner:hover .blog-img,
.blog_part_inner:hover .blog-img a:before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.wblog-content {
    padding: 23px 25px 26px;
    box-shadow: 0 2px 6px 0 #f5f2f2;
}
.blog_part_inner:hover.wblog-content {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
}
.wblog-content span {
    font-size: 15px;
    line-height: 28px;
    padding-bottom: 15px;
    margin-right: 10px;
}
.wblog-content span a {
    font-size: 15px;
}
.wblog-content span i {
    padding-right: 5px;
    padding-left: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.wblog-content h5 > a {
    font-weight: 700;
}
.wblog-content h5 {
    margin: 10px 0 15px;
}
.wblog-content > a {
    font-size: 16px;
    font-weight: 500;
    padding: 9px 30px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
}
.wblog-content.blog-content-5 {
    padding: 15px 20px 15px;
}
.wblog-content.blog-content-5 h5 {
    padding-bottom: 0;
}
.busi_singleBlog {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 0 10px 40px 0 rgba(50, 65, 141, 0.07);
    position: relative;
    overflow: hidden;
}
.busi_singleBlog:hover {
    box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.05);
}
.witr_sb_thumb {
    overflow: hidden;
    position: relative;
}
.witr_sb_thumb img {
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_sb_thumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
}
.busi_singleBlog:hover .witr_sb_thumb img,
.busi_singleBlog:hover .witr_sb_thumb:before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.witr_blog_con {
    padding: 20px 15px 0 25px;
    margin-bottom: 0;
}
.witr_blog_con span {
    font-size: 16px;
    line-height: 50px;
    font-size: 16px;
    margin-bottom: 15px;
    margin-right: 2px;
}
.bs5 span {
    line-height: 26px;
}
.witr_blog_con span i {
    padding-right: 5px;
    padding-left: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_blog_con h2 {
    margin: 15px 0 0;
}
.witr_blog_con h2 a {
    display: inline-block;
}
.witr_post_Author {
    padding-bottom: 27px;
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 999;
}
.witr_post_Author img {
    width: 33px;
    height: 33px !important;
    border-radius: 50% !important;
    margin-right: 5px;
}
.witr_post_Author .nameAuthor {
    font-size: 20px;
    line-height: 36px;
    margin: 0;
    font-weight: 500;
}
.witr_post_Author .comment {
    float: right;
    font-size: 17px;
    line-height: 30px;
}
.witr_singleBlog {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
}
.witr_sb6_thumb {
    position: relative;
}
.witr_sb6_thumb img {
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_sb6_thumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
}
.witr_sb6_thumb:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.witr_singleBlog:hover .witr_sb6_thumb img,
.witr_singleBlog:hover .witr_sb6_thumb:before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.all_text_position {
    position: absolute;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.witr_blog_con6 {
    padding: 20px;
}
.witr_blog_con6 span {
    font-size: 16px;
    line-height: 50px;
    margin-bottom: 3px;
    font-size: 16px;
    padding-bottom: 15px;
    margin-right: 2px;
}
.witr_blog_con6 span i {
    padding-right: 5px;
    padding-left: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_blog_con6 h2 {
    margin-bottom: 0;
}
.witr_blog_con6 h5 a {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
}
.witr_blog_con6 h2 a {
    display: inline-block;
}
.witr_blog_con6 p {
    margin-top: 25px;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_singleBlog:hover .witr_blog_con6 p {
    opacity: 1;
}
.witr_post_Author6 {
    margin: 32px 16px 0;
}
.witr_post_Author6 img {
    width: 40px;
    height: 40px !important;
    border-radius: 50% !important;
    margin-right: 15px;
    float: left;
    margin-top: -8px;
}
.witr_post_text {
    overflow: hidden;
}
.witr_post_Author6 .nameAuthor {
    font-size: 17px;
    display: block;
}
.witr_post_Author6 span {
    font-size: 17px;
    margin-right: 5px;
}
.witr_post_Author6 span a i {
    margin-right: 2px;
}
.witr_post_Author6 .comment {
    float: right;
    font-size: 17px;
    line-height: 30px;
}
.witr_blog_area8 .witr_singleBlog {
    box-shadow: 0 0 15px 0 rgb(0, 0, 0, 0.1);
    margin-top: 10px;
}
.witr_blog_area8 .witr_sb6_thumb:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.witr_singleBlog:hover .witr_sb6_thumb:after {
    background: 0 0 !important;
}
.witr_blog_area8 .witr_blog_con6 p {
    margin-top: 0;
}
.witr_blog_area8 .witr_blog_con6 h5 a {
    margin-top: 10px;
    font-size: 17px;
}
.witr_blog_area8 .em-blog-content-area_adn {
    padding: 0;
}
.witr_blog_area8 .learn_btn {
    border-radius: 5px;
    padding: 10px 30px;
    margin-top: 30px;
}
.witr_post_meta9 {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
}
.witr_post_meta9 span {
    padding: 3px 10px;
    display: inline-block;
    border-radius: 5px;
}
.witr_blog_area10 .witr_blog_con {
    padding: 0;
}
.witr_blog_area10 .busi_singleBlog {
    padding: 20px 20px 20px 20px;
    box-shadow: 0 20px 40px 0 rgba(50, 65, 141, 0.12);
}
.witr_blog_area10 .witr_post_meta9 {
    top: auto;
    right: 15px;
    bottom: 0;
}
.witr_blog_area10 .witr_post_meta9 span {
    padding: 10px 10px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
.witr_blog_area10 .witr_blog_con h2 {
    margin-top: 0;
}
.witr_blog_area10 .em-blog-content-area_adn {
    padding: 0;
}
.witr_blog_area10 .learn_btn {
    padding: 12px 30px;
}
.witr_blog_area10 .learn_btn i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
}
.witr_blog_area11 .witr_blog_con h2 {
    margin: 5px 0 0;
}
.witr_blog_area11 .witr_blog_con {
    padding: 20px 15px 5px 25px;
}
.witr_blog_area11 .em-blog-content-area_adn {
    padding: 0 10px 22px 20px;
}
.witr_top_category {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 999;
}
.witr_top_category span ul li {
    display: inline-block;
}
.witr_top_category span ul li a {
    padding: 3px 10px;
    border-radius: 5px;
    margin: 0 10px 10px 0;
    display: inline-block;
}
.witr_blog_area11 .learn_btn {
    padding: 10px 30px;
    border-radius: 5px;
}
.witr_blog_area12 .witr_blog_con {
    padding: 20px 15px 12px 25px;
}
.wbutton_right_icon {
    position: absolute;
    bottom: 0;
    right: 24px;
}
.wbutton_right_icon a {
    font-size: 20px;
    position: relative;
    z-index: 1;
}
.wbutton_right_icon a::before {
    content: "";
    position: absolute;
    height: 110px;
    width: 110px;
    border: 2px solid #f7f7f7;
    bottom: -78px;
    z-index: -1;
    transform: rotate(-35deg);
    right: -38px;
    border-radius: 0 20px;
    transition: 0.5s;
}
.busi_singleBlog:hover .wbutton_right_icon a {
    color: #fff;
}
.witr_blog_area13 .witr_top_category {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_blog_area13 .busi_singleBlog:hover .witr_top_category {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.witr_blog_meta_potion {
    margin-top: -55px;
    margin-bottom: 25px;
    z-index: 9;
    position: relative;
    padding: 15px 10px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.04);
}
.witr_blog_area13 .witr_post_Author .nameAuthor {
    font-size: 17px;
}
.witr_blog_area13 .witr_post_Author {
    display: inline-block;
    position: inherit;
    padding-bottom: 0;
    left: 0;
    top: 0;
}
.witr_blog_area13 .witr_post_Author img {
    margin-right: 10px;
    float: left;
}
.witr_blog_area13 .witr_blog_con {
    padding: 20px 30px 25px;
}
.witr_blog_area13 .learn_btn {
    border-radius: 5px;
    padding: 10px 30px;
    margin-top: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_blog_meta_potion14 {
    margin: 5px 0 17px;
}
.witr_blog_area14 .witr_blog_con {
    padding-top: 15px;
}
.witr_blog_area16 .em-blog-content-area_adn {
    padding: 0 10px 22px 0;
}
.witr_blog_area16 .witr_blog_con {
    padding: 20px 15px 25px 20px;
}
.witr_blog_border {
    margin-bottom: 10px;
}
.bariplan-single-blog_adn {
    box-shadow: 0 0 30px 0 rgba(148, 146, 245, 0.2);
    overflow: hidden;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.blog_adn_thumb_inner {
    position: relative;
}
.bariplan-blog-thumb_adn {
    overflow: hidden;
    position: relative;
}
.bariplan-blog-thumb_adn a {
    position: relative;
}
.bariplan-blog-thumb_adn a {
    display: block;
}
.bariplan-blog-thumb_adn:before {
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    z-index: 999;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.bariplan-blog-thumb_adn img {
    display: block;
    -webkit-transition: 6s;
    transition: 6s;
    width: 100%;
}
.em-blog-content-area_adn {
    padding: 0 10px 16px 20px;
}
.witr_blog_3 .em-blog-content-area_adn,
.witr_blog_4 .em-blog-content-area_adn {
    padding: 15px 10px 16px 20px;
}
.blog-content_adn h2 {
    margin: 0 0 18px;
}
.blog-page-title_adn a {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.blog-content_adn h2 a {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.blog-content_adn p {
    margin-bottom: 0;
}
.blog_add_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    z-index: 999;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.blog_add_icon a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
}
.blog-page-title_adn2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 9999;
}
.blog-page-title_adn2 h2 {
    margin: 0;
    padding: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_ablog_7 {
    position: relative;
    padding-bottom: 80px;
}
.witr_ablog_content {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -3px;
    text-align: center;
    z-index: 9999;
    padding: 15px 14px 14px;
    box-shadow: 0 5px 20px 0 #dddddd3b;
}
.witr_ablog_content h2 {
    padding-top: 5px;
}
.witr_ablog_content span {
    margin: 0 5px;
    font-size: 15px;
}
.witr_ablog_content span i {
    margin-right: 3px;
}
.witr_ablog_7:hover .bariplan-blog-thumb_adn:before {
    opacity: 1;
}
.bariplan-blog-meta_adn {
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
}
.bariplan-blog-meta_adn:after {
    display: block;
    clear: both;
    content: "";
}
.bariplan-blog-meta-left_adn {
    padding: 0 0 8px;
}
.bariplan-blog-meta-left_adn a,
.bariplan-blog-meta-left_adn span {
    font-size: 12px;
    font-weight: 400;
    margin-right: 5px;
    text-transform: uppercase;
}
.bariplan-blog-meta-left_adn a,
.bariplan-blog-meta-left_adn span {
    font-size: 12px;
    margin-right: 5px;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.bariplan-blog-meta-left_adn i {
    margin-right: 5px;
}
.blog-page-title_adn > h2 {
    margin-bottom: 8px;
}
.bariplan-blog-meta-right_adn {
    padding: 7px 0;
    text-transform: capitalize;
}
.bariplan-blog-meta-right_adn a,
.bariplan-blog-meta-right_adn span {
    font-size: 12px;
    margin-left: 5px;
}
.bariplan-blog-meta-right_adn i {
    margin-right: 5px;
}
.readmore_adn a {
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    padding: 6px 10px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.bariplan-single-blog_adn:hover .blog_add_icon,
.bariplan-single-blog_adn:hover .bariplan-blog-thumb_adn:before {
    opacity: 1;
}
.blog_nospace_adn.col-xs-12 {
    padding: 0;
}
.blog_nospace_adn .bariplan-single-blog {
    margin-bottom: 0;
}
.learn_btn {
    border-radius: 100px;
    display: inline-block;
    padding: 8px 5px;
    text-align: center;
    text-align: center;
}
.learn_btn i {
    font-size: 15px;
    margin-left: 3px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.learn_more {
    padding-top: 7px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .witr_nth_child:nth-child(2n) {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .wblog-content h5 > a {
        font-size: 19px;
    }
    .blog-content span {
        font-size: 13px;
    }
    .blog-content > a {
        line-height: 40px;
        padding: 0 20px;
    }
    .em-blog-content-area {
        padding: 22px 15px 7px;
    }
    .witr_blog_con6 h2 {
        font-size: 17px;
    }
    .witr_blog_con6 h5 a {
        font-size: 17px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .blog-img img {
        width: 100%;
    }
    .blog-content span {
        font-size: 14px;
    }
    .blog-page-title h2 {
        font-size: 18px;
    }
    .em-blog-content-area {
        padding: 15px 15px 10px;
    }
    .witr_blog_area10 .witr_blog_con {
        padding-top: 12px;
    }
    .blog_wrap .slick-prev {
        left: 15px;
    }
    .blog_wrap .slick-next {
        right: 15px;
    }
    .witr_nth_child:nth-child(2n) {
        margin-top: 0;
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .em-blog-content-area {
        padding: 20px 10px 5px;
    }
    .bariplan-blog-meta-left a,
    .bariplan-blog-meta-left span {
        font-size: 11px;
        margin-right: 3px;
    }
    .bariplan-blog-meta-right a,
    .bariplan-blog-meta-right span {
        font-size: 11px;
        margin-left: 3px;
    }
    .witr_ablog_content h2 a {
        font-size: 18px;
    }
    .bariplan-blog-thumb img {
        width: 100%;
    }
    .blog-img img {
        width: 100%;
    }
    .witr_blog_con {
        padding: 12px 10px 18px;
    }
    .witr_blog_con h2 {
        font-size: 21px;
    }
    .witr_post_Author {
        margin: 0 10px;
    }
    .witr_nth_child:nth-child(2n) {
        margin-top: 0;
    }
    .witr_blog_area10 .witr_blog_con {
        padding-top: 12px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .blog-part {
        text-align: center;
    }
}
.fix {
    clear: both;
}
ol,
ul {
    padding-left: 0;
}
.btn:hover,
.btn:focus {
    border: none;
    box-shadow: none;
}
.elementor-accordion .elementor-accordion-item {
    border: 0 !important;
    margin-bottom: 20px;
    box-shadow: 1px 1px 7px -5px rgba(0, 0, 0, 0.75);
}
.elementor-accordion .elementor-tab-content {
    border-top: none !important;
}
.elementor-tab-title a,
.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
    font-size: 17px;
    font-weight: 600;
}
.witr_all_mb_30.mb_70 {
    margin-bottom: 113px;
}
.noguttergs,
.witr_all_pd0 {
    padding: 0 !important;
}
.witr_shape_item_inner {
    position: absolute;
    z-index: -1;
    content: "";
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_shape_box {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    margin: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.witr_shape_box_text {
    text-align: center;
    left: 50%;
    top: 50%;
    margin: auto;
    text-align: center;
    position: absolute;
    content: "";
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 18px;
}
@-webkit-keyframes witr_movelr_box45 {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(45px);
        transform: translateX(45px);
    }
}
@keyframes witr_movelr_box45 {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(45px);
        transform: translateX(45px);
    }
}
@-webkit-keyframes witr_movelr_box90 {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(90px);
        transform: translateX(90px);
    }
}
@keyframes witr_movelr_box90 {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(90px);
        transform: translateX(90px);
    }
}
@-webkit-keyframes witr_movelr_box180 {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(180px);
        transform: translateX(180px);
    }
}
@keyframes witr_movelr_box180 {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(180px);
        transform: translateX(180px);
    }
}
@-webkit-keyframes witr_movelr_box360 {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(360px);
        transform: translateX(360px);
    }
}
@keyframes witr_movelr_box360 {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(360px);
        transform: translateX(360px);
    }
}
@-webkit-keyframes witr_movetb_box45 {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(45px);
        transform: translateY(45px);
    }
}
@keyframes witr_movetb_box45 {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(45px);
        transform: translateY(45px);
    }
}
@-webkit-keyframes witr_movetb_box90 {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(90px);
        transform: translateY(90px);
    }
}
@keyframes witr_movetb_box90 {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(90px);
        transform: translateY(90px);
    }
}
@-webkit-keyframes witr_movetb_box180 {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(180px);
        transform: translateY(180px);
    }
}
@keyframes witr_movetb_box180 {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(180px);
        transform: translateY(180px);
    }
}
@-webkit-keyframes witr_movetb_box360 {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(360px);
        transform: translateY(360px);
    }
}
@keyframes witr_movetb_box360 {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(360px);
        transform: translateY(360px);
    }
}
@-webkit-keyframes witr_rotate_360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes witr_rotate_360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes witr_rotate_180 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes witr_rotate_180 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@-webkit-keyframes witr_rotate_90 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes witr_rotate_90 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@-webkit-keyframes witr_rotate_45 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
@keyframes witr_rotate_45 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
.wirt_ani_slick_image {
    position: absolute;
    left: -3%;
    top: -11%;
    z-index: 1;
    -webkit-animation: witr_movetb_box45 3s linear 2s infinite alternate running;
    animation: witr_movetb_box45 3s linear 2s infinite alternate running;
}
.witr_not_ani {
    -webkit-animation: witr_abmovetb_box15 3s linear 2s infinite alternate running;
    animation: witr_abmovetb_box15 3s linear 2s infinite alternate running;
}
@-webkit-keyframes witr_abmovetb_box15 {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
@keyframes witr_abmovetb_box15 {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
.single_img_ani img {
    -webkit-animation: single_img_ani 10s linear infinite alternate forwards;
}
@-webkit-keyframes single_img_ani {
    0%,
    to {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}
@keyframes single_img_ani {
    0%,
    to {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}
.single_seivice_ani img {
    -webkit-animation: single_seivice_ani 10s linear infinite alternate forwards;
    animation: single_seivice_ani 10s linear infinite alternate forwards;
}
@-webkit-keyframes single_seivice_ani {
    0%,
    to {
        border-radius: 65% 86% 80% 69%/59% 55% 95% 89%;
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}
@keyframes single_seivice_ani {
    0%,
    to {
        border-radius: 65% 86% 80% 69%/59% 55% 95% 89%;
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}
@-webkit-keyframes witr_rotate_all {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@keyframes witr_rotate_all {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
.set_class {
    -webkit-animation: witr_rotate_all 0.8s ease-out infinite;
    animation: witr_rotate_all 0.8s ease-out infinite;
}
@-webkit-keyframes witr_rotate_left {
    to {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    from {
        -webkit-transform: rotate(175deg);
        transform: rotate(175deg);
    }
}
@keyframes witr_rotate_left {
    to {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    from {
        -webkit-transform: rotate(175deg);
        transform: rotate(175deg);
    }
}
.set_class {
    -webkit-animation: witr_rotate_left 0.8s ease-out infinite;
    animation: witr_rotate_left 0.8s ease-out infinite;
}
@-webkit-keyframes witr_rotate_right {
    from {
        -webkit-transform: rotate(-175deg);
        transform: rotate(-175deg);
    }
    to {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
}
@keyframes witr_rotate_right {
    from {
        -webkit-transform: rotate(-175deg);
        transform: rotate(-175deg);
    }
    to {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
}
.set_class {
    -webkit-animation: witr_rotate_right 0.8s ease-out infinite;
    animation: witr_rotate_right 0.8s ease-out infinite;
}
@-webkit-keyframes witr_squares {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
    }
    20% {
        -webkit-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
    }
    100% {
        -webkit-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
    }
}
@keyframes witr_squares {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
    }
    20% {
        -webkit-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
    }
    100% {
        -webkit-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
    }
}
.set_class {
    -webkit-animation: witr_squares 0.8s ease-out infinite;
    animation: witr_squares 0.8s ease-out infinite;
}
@-webkit-keyframes witr_zoom_out {
    from {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
    }
    to {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
    }
}
@keyframes witr_zoom_out {
    from {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
    }
    to {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
    }
}
.set_class {
    -webkit-animation: witr_zoom_out 0.8s ease-out infinite;
    animation: witr_zoom_out 0.8s ease-out infinite;
}
@-webkit-keyframes witr_zoom_in {
    from {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
    }
    to {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
    }
}
@keyframes witr_zoom_in {
    from {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
    }
    to {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
    }
}
.set_class {
    -webkit-animation: witr_zoom_in 0.8s ease-out infinite;
    animation: witr_zoom_in 0.8s ease-out infinite;
}
@-webkit-keyframes witr_zoom_wave {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8;
        -ms-filter: "alpha(opacity=80)";
    }
    20% {
        opacity: 0.8;
        -ms-filter: "alpha(opacity=80)";
    }
    100% {
        -webkit-transform: scale(5.5);
        transform: scale(5.5);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
    }
}
@keyframes witr_zoom_wave {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8;
        -ms-filter: "alpha(opacity=80)";
    }
    20% {
        opacity: 0.8;
        -ms-filter: "alpha(opacity=80)";
    }
    100% {
        -webkit-transform: scale(5.5);
        transform: scale(5.5);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
    }
}
.set_class {
    -webkit-animation: witr_zoom_wave 0.8s ease-out infinite;
    animation: witr_zoom_wave 0.8s ease-out infinite;
}
@-webkit-keyframes witr_focash {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes witr_focash {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.set_class {
    -webkit-animation: witr_zoom 0.8s ease-out infinite;
    animation: witr_zoom 0.8s ease-out infinite;
}
@-webkit-keyframes witr_up_down {
    0% {
        margin-top: -150px;
    }
    100% {
        margin-top: 0;
    }
}
@keyframes witr_up_down {
    0% {
        margin-top: -150px;
    }
    100% {
        margin-top: 0;
    }
}
.set_class {
    -webkit-animation: witr_up_down 0.8s ease-out infinite;
    animation: witr_up_down 0.8s ease-out infinite;
}
@-webkit-keyframes witr_bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
@keyframes witr_bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
.set_class {
    -webkit-animation: witr_bounce 0.8s ease-out infinite;
    animation: witr_bounce 0.8s ease-out infinite;
}
@-webkit-keyframes blinker {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
@keyframes blinker {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
.align_item_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.witr_all_mb_30,
.guttergs {
    margin-bottom: 23px;
    border: none;
}
.witr_animate_content h1 span {
    -webkit-text-stroke: 1px #888;
    -webkit-text-fill-color: transparent;
}
.text-left .slider_vd_icon {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.text-right .slider_vd_icon {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.tx_svd_icon {
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    -webkit-animation: witr-shadow 1s linear infinite;
    animation: witr-shadow 1s linear infinite;
    -webkit-transition: 0.5s;
}
@-webkit-keyframes witr-shadow {
    0% {
        box-shadow:
            0 0 0 0 rgba(255, 255, 255, 0.3),
            0 0 0 10px rgba(255, 255, 255, 0.3),
            0 0 0 20px rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow:
            0 0 0 10px rgba(255, 255, 255, 0.3),
            0 0 0 20px rgba(255, 255, 255, 0.3),
            0 0 0 30px rgba(255, 255, 255, 0);
    }
}
@keyframes witr-shadow {
    0% {
        box-shadow:
            0 0 0 0 rgba(255, 255, 255, 0.3),
            0 0 0 10px rgba(255, 255, 255, 0.3),
            0 0 0 20px rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow:
            0 0 0 10px rgba(255, 255, 255, 0.3),
            0 0 0 20px rgba(255, 255, 255, 0.3),
            0 0 0 30px rgba(255, 255, 255, 0);
    }
}
.slider_btn .witr_btn {
    border: none;
    outline: none;
}
.slider_btn .witr_btn i {
    margin-right: 10px;
}
.slider_btn .witr_btn.active {
    background: 0 0;
}
.witr_video_btn {
    font-size: 18px;
    font-weight: 500;
}
.witr_video_btn i {
    position: relative;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 20px;
}
.witr_video_btn i:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: witr_squares 1.5s ease-in-out infinite;
    animation: witr_squares 1.5s ease-in-out infinite;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.bariplan_slider_icon {
    display: inline-block;
}
.bariplan_slider_icon ul li {
    list-style: none;
    display: inline-block;
}
.bariplan_slider_icon ul li a i {
    font-size: 15px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    margin-right: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.all_color_testimonial,
.all_blog_color,
.all_color_service,
.all_service2_color,
.all_color_team,
.all_feature_color {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.btn,
.learn_btn,
.witr_feature_btn_f a,
.witr_feature_btn_3d a,
.feature_btn a,
.witr_ser_btnb a,
.service-btn > a,
a.dtbtn,
.witr_btn,
.witr_bbtn,
.witr_gbtn,
.witr_gbbtn,
.bariplan_button a,
.witr_sbtn_s8 a {
    border-radius: 5px;
    font-size: 17px;
    font-weight: 700;
    font-family: "Rajdhani", sans-serif;
}
