.btn,
.double-arrow {
    position: relative;
    -webkit-transition: all 0.3s ease;
}
.accordion--faqs,
.accordion--faqs .panel-info,
.accordion--style1,
.collapsing,
table {
    overflow: hidden;
}
.crumina-heading {
    position: relative;
    z-index: 5;
    margin-bottom: 30px;
}
.crumina-heading > :last-child {
    margin-bottom: 0;
}
.crumina-heading > :first-child {
    margin-top: 0;
}
.crumina-heading + * {
    margin-top: 25px;
}
.crumina-heading.no-margin {
    margin: 0;
}
.crumina-heading .heading-sup-title {
    letter-spacing: 5px;
}
.crumina-heading.heading--with-decoration .heading-title:after {
    content: ".";
    font-size: inherit;
    color: #e0b364;
    width: 0;
    display: inline-block;
    position: relative;
}
.back-to-top:after,
.pie-chart:after,
.skills-item-meter-active:after {
    content: "";
}
.crumina-heading.heading--h1 .heading-text {
    font-size: 1.875em;
    line-height: 1.5;
    margin-top: 0;
}
.crumina-heading.heading--h1 .heading-sup-title {
    font-size: 1.875em;
    line-height: 1.5;
    margin-bottom: 25px;
}
.crumina-heading.heading--h2 .heading-text {
    font-size: 1.375em;
    line-height: 1.6;
    margin-top: 10px;
}
.crumina-heading.heading--h2 .heading-sup-title {
    font-size: 1.375em;
    line-height: 1.6;
    margin-bottom: 10px;
}
.crumina-heading.heading--h3 .heading-text {
    font-size: 1.125em;
    line-height: 1.6;
    margin-top: 5px;
}
.crumina-heading.heading--h3 .heading-sup-title {
    font-size: 1.125em;
    line-height: 1.6;
    margin-bottom: 5px;
}
.crumina-heading.heading--h4 .heading-text {
    font-size: 1em;
    line-height: 1.6;
    margin-top: 13px;
}
.crumina-heading.heading--h4 .heading-sup-title {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 13px;
}
.crumina-heading.heading--h5 .heading-text {
    font-size: 1em;
    line-height: 1.6;
    margin-top: 20px;
}
.crumina-heading.heading--h5 .heading-sup-title {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 20px;
}
.crumina-heading.heading--h6 .heading-text {
    font-size: 1em;
    line-height: 1.6;
    margin-top: 25px;
}
.crumina-heading.heading--h6 .heading-sup-title {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 25px;
}
.heading-sup-title {
    margin-bottom: 25px;
    color: #e0b364;
    font-size: 16px;
}
.heading-title {
    display: inline-block;
    line-height: 1.3em;
    position: relative;
}
.heading-text {
    margin-top: 20px;
    color: #c3c9d4;
}
.primary-dots + .heading-title {
    display: block;
}
.btn,
.heading--half-colored {
    display: inline-block;
}
@supports (-webkit-background-clip: text) {
    .c-white .heading--half-colored,
    .heading--half-colored {
        color: transparent;
        background: -webkit-linear-gradient(135deg, #fff 50%, #e0b364 100%);
        background: linear-gradient(315deg, #fff 50%, #e0b364 100%);
        -webkit-background-clip: text;
    }
}
@media (max-width: 980px) {
    .crumina-heading[class*="heading--h"] .heading-text {
        font-size: 20px;
    }
    .crumina-heading[class*="heading--h"] .heading-sup-title {
        font-size: 15px;
        margin-bottom: 5px;
    }
}
@media (max-width: 570px) {
    .crumina-heading[class*="heading--h"] .heading-text {
        font-size: 14px;
    }
    .crumina-heading[class*="heading--h"] .heading-sup-title {
        font-size: 12px;
    }
}
.btn {
    cursor: pointer;
    text-decoration: none;
    vertical-align: middle;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 900;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    line-height: 1;
    color: #fff;
    border: 3px solid;
}
.link-underlined,
.post.link .site-link {
    text-decoration: underline;
}
.btn + .btn {
    margin-left: 30px;
}
.btn:hover {
    background-color: transparent;
}
.btn:active {
    background-color: #e0b364;
    border-color: #e0b364;
}
.btn--x-large {
    font-size: 22px;
    border-radius: 33px;
    padding: 18px 36px;
}
.btn--large {
    font-size: 18px;
    border-radius: 30px;
    padding: 17px 34px;
}
.btn--medium {
    font-size: 16px;
    border-radius: 25px;
    padding: 13px 26px;
}
.btn--small {
    font-size: 16px;
    border-radius: 20px;
    padding: 9px 20px;
    border-width: 3px;
}
.btn--mini {
    font-size: 14px;
    border-radius: 15px;
    padding: 5px 10px;
    border-width: 3px;
}
.double-arrow {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.double-arrow .woox-icon {
    width: 17px;
    height: 17px;
}
.double-arrow .woox-icon:last-child {
    position: absolute;
    top: 1px;
    right: -3px;
}
.btn--secondary {
    border-color: #fff;
    background-color: #fff;
    color: #3d434f;
}
.btn--secondary .woox-icon {
    fill: #3d434f;
}
.btn--primary .woox-icon,
.btn--secondary:active .woox-icon,
.btn--secondary:hover .woox-icon {
    fill: #fff;
}
.btn--secondary:hover {
    color: #fff;
}
.btn--secondary:active {
    color: #fff;
    border-color: #c3c9d4;
    background-color: #c3c9d4;
}
.btn--primary {
    border-color: #e0b364;
    background-color: #e0b364;
    color: #fff;
}
.btn--primary:hover {
    background-color: transparent;
    color: #e0b364;
}
.btn--primary:hover .woox-icon {
    fill: #e0b364;
}
.btn--primary:active {
    color: #16181d;
    border-color: #cc9500;
    background-color: #cc9500;
}
.btn--primary:active .woox-icon {
    fill: #16181d;
}
.btn--green-light {
    border-color: #00a654;
    background-color: #00a654;
    color: #fff;
}
.btn--green-light .woox-icon {
    fill: #fff;
}
.btn--green-light:hover {
    color: #00a654;
}
.btn--green-light:hover .woox-icon {
    fill: #00a654;
}
.btn--green-light:active {
    color: #16181d;
    border-color: #00733a;
    background-color: #00733a;
}
.btn--green-light:active .woox-icon {
    fill: #16181d;
}
.btn--dark {
    border-color: #1c1f24;
    background-color: #1c1f24;
    color: #666d7a;
}
.btn--dark .woox-icon {
    fill: #666d7a;
}
.btn--dark:hover {
    color: #fff;
}
.btn--dark:hover .woox-icon {
    fill: #fff;
}
.btn--dark:active {
    color: #3d434f;
    border-color: #060607;
    background-color: #060607;
}
.btn--dark:active .woox-icon {
    fill: #3d434f;
}
.btn--dark-lighter {
    border-color: #22252c;
    background-color: #22252c;
    color: #666d7a;
}
.btn--dark-lighter .woox-icon {
    fill: #666d7a;
}
.btn--dark-lighter:hover {
    color: #fff;
}
.btn--dark-lighter:hover .woox-icon {
    fill: #fff;
}
.btn--dark-lighter:active {
    color: #666d7a;
    border-color: #0c0d0f;
    background-color: #0c0d0f;
}
.btn--dark-lighter:active .woox-icon {
    fill: #666d7a;
}
.btn--blue-light {
    border-color: #3452ff;
    background-color: #3452ff;
    color: #fff;
}
.btn--blue-light .woox-icon {
    fill: #fff;
}
.btn--blue-light:hover {
    color: #3452ff;
}
.btn--blue-light:hover .woox-icon {
    fill: #3452ff;
}
.btn--blue-light:active {
    color: #16181d;
    border-color: #0127ff;
    background-color: #0127ff;
}
.btn--blue-light:active .woox-icon {
    fill: #16181d;
}
.btn--transparent {
    background-color: transparent;
}
.btn--transparent.btn--secondary {
    color: #fff;
}
.btn--transparent.btn--secondary .woox-icon {
    fill: #fff;
}
.btn--transparent.btn--secondary:hover {
    color: #e0b364;
    border-color: #e0b364;
}
.btn--transparent.btn--secondary:hover .woox-icon {
    fill: #e0b364;
}
.btn--transparent.btn--secondary:active {
    background-color: #e0b364;
    color: #fff;
    border-color: #e0b364;
}
.btn--transparent.btn--secondary:active .woox-icon {
    fill: #fff;
}
.btn--transparent.btn--primary {
    color: #e0b364;
}
.btn--transparent.btn--primary .woox-icon {
    fill: #e0b364;
}
.btn--transparent.btn--primary:hover {
    color: #fff;
    background-color: #e0b364;
}
.btn--transparent.btn--primary:hover .woox-icon {
    fill: #fff;
}
.btn--transparent.btn--primary:active {
    background-color: #cc9500;
    border-color: #cc9500;
    color: #16181d;
}
.btn--transparent.btn--primary:active .woox-icon {
    fill: #16181d;
}
.btn--transparent.btn--green-light {
    color: #00a654;
}
.btn--transparent.btn--green-light .woox-icon {
    fill: #00a654;
}
.btn--transparent.btn--green-light:hover {
    background-color: #00a654;
    color: #fff;
}
.btn--transparent.btn--green-light:hover .woox-icon {
    fill: #fff;
}
.btn--transparent.btn--green-light:active {
    background-color: #00733a;
    border-color: #00733a;
    color: #16181d;
}
.btn--transparent.btn--green-light:active .woox-icon {
    fill: #16181d;
}
.btn--transparent.btn--blue-light {
    color: #3452ff;
}
.btn--transparent.btn--blue-light .woox-icon {
    fill: #3452ff;
}
.btn--transparent.btn--blue-light:hover {
    background-color: #3452ff;
    color: #fff;
}
.btn--transparent.btn--blue-light:hover .woox-icon {
    fill: #fff;
}
.btn--transparent.btn--blue-light:active {
    background-color: #0127ff;
    border-color: #0127ff;
    color: #16181d;
}
.btn--transparent.btn--blue-light:active .woox-icon {
    fill: #16181d;
}
.btn--transparent.btn--dark-lighter {
    color: #666d7a;
}
.btn--transparent.btn--dark-lighter .woox-icon {
    fill: #666d7a;
}
.btn--transparent.btn--dark-lighter:hover {
    background-color: #22252c;
    color: #fff;
}
.btn--transparent.btn--dark-lighter:hover .woox-icon {
    fill: #fff;
}
.btn--transparent.btn--dark-lighter:active {
    background-color: #0c0d0f;
    border-color: #0c0d0f;
    color: #3d434f;
}
.btn--transparent.btn--dark-lighter:active .woox-icon {
    fill: #3d434f;
}
.btn--transparent.btn--dark {
    color: #666d7a;
}
.btn--transparent.btn--dark .woox-icon {
    fill: #666d7a;
}
.btn--transparent.btn--dark:hover {
    background-color: #1c1f24;
    color: #fff;
}
.btn--transparent.btn--dark:hover .woox-icon {
    fill: #fff;
}
.btn--transparent.btn--dark:active {
    background-color: #060607;
    border-color: #060607;
    color: #3d434f;
}
.btn--transparent.btn--dark:active .woox-icon {
    fill: #3d434f;
}
.btn--with-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn--share .socials,
.btn-market-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
}
.btn--with-icon .woox-icon,
.btn--with-icon i {
    width: 14px;
    height: 14px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}
.btn--with-icon.btn--x-large .woox-icon,
.btn--with-icon.btn--x-large i {
    width: 22px;
    height: 22px;
    font-size: 22px;
}
.btn--icon-right .woox-icon,
.btn--icon-right i {
    margin-left: 10px;
}
.btn--icon-left .woox-icon,
.btn--icon-left i {
    margin-right: 10px;
}
.btn-market-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.btn--market {
    padding: 12px 20px;
    margin-right: 30px;
}
.btn--market .woox-icon,
.btn--market i {
    min-width: 30px;
    min-height: 30px;
}
.btn--market .text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
}
.btn--market .sup-title {
    font-size: 12px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn--market .title {
    font-size: 16px;
}
.btn--market + .btn--market {
    margin-right: 0;
    margin-left: 0;
}
.btn--apple {
    color: #c3c9d4;
}
.btn--apple .woox-icon {
    fill: #c3c9d4;
}
.btn--apple:active .woox-icon,
.btn--apple:hover .woox-icon,
.btn--google .woox-icon {
    fill: #fff;
}
.btn--apple .sup-title {
    color: #666d7a;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn--apple:active,
.btn--apple:hover {
    background-color: #e0b364;
    border-color: #e0b364;
    color: #fff;
}
.btn--apple:active .sup-title,
.btn--apple:hover .sup-title {
    color: #fff;
}
.btn--google {
    color: #fff;
    background-color: #e0b364;
    border-color: #e0b364;
}
.btn--google .sup-title {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.back-to-top,
.btn--with-count .count {
    -webkit-transition: all 0.3s ease;
    text-align: center;
}
.btn--google:active,
.btn--google:hover {
    background-color: transparent;
    border-color: #c3c9d4;
    color: #c3c9d4;
}
.btn--google:active .sup-title,
.btn--google:hover .sup-title {
    color: #c3c9d4;
}
.btn--google:active .woox-icon,
.btn--google:hover .woox-icon {
    fill: #c3c9d4;
}
.btn--round {
    border-radius: 100%;
    padding: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: relative;
}
.btn--round:hover .woox-icon {
    fill: #e0b364;
    color: #e0b364;
}
.btn--share .woox-icon,
.btn--share-in-down .woox-icon {
    fill: #a1abbd;
}
.btn--round .woox-icon {
    height: 18px;
    width: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn--with-count {
    font-size: 16px;
    background-color: transparent;
}
.btn--with-count:hover .count {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color: #1c1f24;
}
.btn--with-count .count {
    display: block;
    border-radius: 100%;
    position: absolute;
    right: -4px;
    top: -4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn--with-count.btn--x-large {
    padding-right: 80px;
}
.btn--with-count.btn--x-large .count {
    height: 66px;
    width: 66px;
    line-height: 66px;
}
.btn--with-count.btn--large {
    padding: 18px 70px 18px 34px;
}
.btn--with-count.btn--large .count {
    height: 60px;
    width: 60px;
    line-height: 60px;
}
.btn--with-count.btn--medium {
    padding-right: 60px;
}
.btn--with-count.btn--medium .count {
    height: 50px;
    width: 50px;
    line-height: 50px;
}
.btn--with-count.btn--small {
    padding-right: 50px;
}
.btn--with-count.btn--small .count {
    height: 40px;
    width: 40px;
    line-height: 40px;
}
.btn--with-count.btn--mini {
    padding-right: 30px;
}
.btn--with-count.btn--mini .count {
    height: 30px;
    width: 30px;
    line-height: 30px;
}
.btn--with-count.btn--secondary .count {
    background-color: #fff;
}
.btn--with-count.btn--primary .count {
    background-color: #e0b364;
}
.btn--with-count.btn--green-light .count {
    background-color: #00a654;
}
.btn--with-count.btn--blue-light .count {
    background-color: #3452ff;
}
.btn--with-count.btn--dark-lighter .count {
    background-color: #22252c;
}
.btn--with-count.btn--dark .count {
    background-color: #1c1f24;
}
.btn--share {
    border-color: #a1abbd;
}
.btn--share:active {
    background-color: transparent;
    border-color: #3d4451;
}
.btn--share .socials {
    padding-left: 65px;
    padding-right: 10px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.6s ease;
    transition: transform 0.6s ease, opacity 0.3s ease;
    transition: transform 0.6s ease, opacity 0.3s ease, -webkit-transform 0.6s ease;
    opacity: 0;
}
.btn--share .socials li {
    margin-right: 10px;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.author-block--column,
.btn--share-in-down .socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
}
.btn--share .socials li a {
    display: inline-block;
}
.btn--share .shared-wrap,
.btn--share-in-down .socials {
    display: -webkit-box;
    display: -ms-flexbox;
}
.btn--share .socials .woox-icon {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    -webkit-transform: none;
    transform: none;
    top: auto;
    left: auto;
}
.btn--share .socials .woox-icon:hover {
    box-shadow: 0 5px 15px -5px #e0b364;
}
.btn--share .shared-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    height: 60px;
    max-width: 60px;
    left: -4px;
    top: -4px;
    -webkit-transition: max-width 0.8s ease, opacity 0.3s ease;
    transition: max-width 0.8s ease, opacity 0.3s ease;
    border: 4px solid #a1abbd;
    border-radius: 33px;
    opacity: 0;
    visibility: hidden;
}
.btn--share.open .shared-wrap {
    visibility: visible;
    opacity: 1;
    max-width: 300px;
}
.btn--share.open .socials {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.btn--share.open .socials li {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.btn--share-in-down {
    border-color: #a1abbd;
}
.btn--share-in-down:active {
    background-color: transparent;
    border-color: #3d4451;
}
.btn--share-in-down .socials {
    padding: 55px 10px 10px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.6s ease;
    transition: transform 0.6s ease, opacity 0.3s ease;
    transition: transform 0.6s ease, opacity 0.3s ease, -webkit-transform 0.6s ease;
    opacity: 0;
}
.btn--share-in-down .socials li {
    margin-right: 0;
    margin-top: 10px;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.btn--share-in-down .socials li a {
    display: inline-block;
}
.btn--share-in-down .socials .woox-icon {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    -webkit-transform: none;
    transform: none;
    top: auto;
    left: auto;
}
.btn--share-in-down .socials .woox-icon:hover {
    box-shadow: 0 5px 15px -5px #e0b364;
}
.btn--share-in-down .shared-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    height: 60px;
    max-width: 60px;
    left: -4px;
    top: -4px;
    -webkit-transition: max-width 0.8s ease, opacity 0.3s ease;
    transition: max-width 0.8s ease, opacity 0.3s ease;
    border: 4px solid #a1abbd;
    border-radius: 33px;
    opacity: 0;
    visibility: hidden;
}
.back-to-top,
.back-to-top:after {
    display: block;
    background-color: #e0b364;
}
.btn--share-in-down.open .shared-wrap {
    visibility: visible;
    opacity: 1;
    max-width: 60px;
    max-height: 300px;
    height: auto;
    width: 60px;
}
.btn--share-in-down.open .socials {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.btn--share-in-down.open .socials li {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.content-block--dark a:hover,
.form--dark a:hover {
    color: #fff;
}
.content-block--dark a:active,
.form--dark a:active {
    color: #e0b364;
}
.back-to-top {
    position: fixed;
    z-index: 99999;
    width: 120px;
    height: 120px;
    fill: #fff;
    stroke: inherit;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    bottom: -55px;
    right: 10px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    cursor: pointer;
    border-radius: 100%;
    box-shadow: inset 5px 5px 20px 0 rgba(255, 133, 0, 0.4);
    outline: 0;
}
.pie-chart .content,
.pie-chart:after {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.back-to-top:after {
    height: 12px;
    width: 12px;
    border-radius: 100%;
    position: absolute;
    top: -4px;
    right: -4px;
    box-shadow: inset 5px 5px 20px 0 rgba(255, 133, 0, 0.4);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.back-to-top.hidden {
    opacity: 0;
}
.back-to-top .woox-icon {
    fill: #fff;
    height: 20px;
    width: 20px;
    margin-top: 30px;
}
.back-to-top:hover {
    bottom: -50px;
    box-shadow: inset 5px 5px 20px 0 rgba(255, 133, 0, 0), 5px 5px 20px 0 rgba(255, 133, 0, 0.4);
}
.back-to-top:hover:after {
    box-shadow: inset 5px 5px 20px 0 rgba(255, 133, 0, 0), 5px 5px 20px 0 rgba(255, 133, 0, 0.4);
}
.primary-link-with-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}
.primary-link-with-icon .woox-icon {
    width: 13px;
    height: 13px;
    margin-left: 15px;
    fill: currentColor;
}
.primary-link-with-icon:hover {
    color: #e0b364;
}
.universal-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -20px;
}
.universal-btn-wrap .btn {
    margin-bottom: 20px;
    margin-right: 20px;
}
.universal-btn-wrap .btn + .btn {
    margin-left: 0;
}
.universal-btn-wrap .btn:last-child {
    margin-right: 0;
}
@media (max-width: 799px) {
    .back-to-top {
        width: 60px;
        height: 60px;
        bottom: -30px;
    }
    .back-to-top:hover {
        bottom: -25px;
    }
    .back-to-top .woox-icon {
        height: 15px;
        width: 15px;
        margin-top: 10px;
    }
    .btn--x-large {
        font-size: 18px;
        padding: 16px 32px;
    }
    .btn--large {
        font-size: 16px;
        padding: 15px 30px;
    }
    .btn--medium {
        font-size: 14px;
        padding: 12px 24px;
    }
    .btn--small {
        font-size: 12px;
        padding: 9px 20px;
    }
}
@media (max-width: 768px) {
    .btn--icon-left .woox-icon,
    .btn--icon-left i,
    .btn--market {
        margin-right: 5px;
    }
    .btn--round {
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-width: 2px;
    }
    .btn--round .woox-icon {
        height: 10px;
        width: 10px;
    }
    .btn--market {
        padding: 8px 12px;
    }
    .btn--market .woox-icon,
    .btn--market i {
        min-width: 15px;
        min-height: 15px;
    }
    .btn--market .sup-title {
        font-size: 10px;
    }
    .btn--market .title {
        font-size: 12px;
    }
    .btn--icon-right .woox-icon,
    .btn--icon-right i {
        margin-left: 5px;
    }
    .btn--share .socials {
        padding-left: 35px;
    }
    .btn--share .socials li .woox-icon {
        height: 20px;
        width: 20px;
    }
    .btn--share .shared-wrap,
    .btn--share-in-down .shared-wrap {
        height: 30px;
        max-width: 30px;
        left: -2px;
        top: -2px;
        border-width: 2px;
    }
    .btn--share.btn--round {
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-width: 2px;
    }
    .btn--share.btn--round .woox-icon {
        height: 10px;
        width: 10px;
    }
    .btn--share-in-down .socials .woox-icon {
        height: 20px;
        width: 20px;
    }
    .btn--share-in-down.open .shared-wrap {
        max-width: 30px;
        width: 30px;
    }
    .btn--share-in-down .socials {
        padding: 25px 3px 10px;
    }
}

.alert {
    border-radius: 10px;
    border: none;
    margin: 30px 0;
    padding: 20px 20px;
    background-color: #1b2029;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.alert strong {
    margin-right: 3px;
    display: block;
}
.alert .alert-icon {
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    line-height: 40px;
    border: 3px solid;
    border-radius: 100%;
    text-align: center;
    margin-right: 20px;
}
.alert .alert-icon .woox-icon {
    width: 16px;
    height: 16px;
}
.alert .icon-close {
    margin-left: auto;
}
.alert .icon-close .woox-icon {
    width: 12px;
    height: 12px;
    fill: #666d7a;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible .close {
    position: relative;
    top: -0.75rem;
    right: -1.25rem;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
.alert-notice strong {
    color: #c3c9d4;
}
.alert-notice .alert-icon {
    border-color: #3c424e;
}
.alert-notice .alert-icon .woox-icon {
    fill: #666d7a;
}
.alert-success strong {
    color: #8ec545;
}
.alert-success .alert-icon {
    border-color: #8ec545;
}
.alert-success .alert-icon .woox-icon {
    fill: #8ec545;
}
.alert-info strong {
    color: #3452ff;
}
.alert-info .alert-icon {
    border-color: #3452ff;
}
.alert-info .alert-icon .woox-icon {
    fill: #3452ff;
}
.alert-warning strong {
    color: #e0b364;
}
.alert-warning .alert-icon {
    border-color: #e0b364;
}
.alert-warning .alert-icon .woox-icon {
    fill: #e0b364;
}
.alert-danger strong {
    color: #ff3133;
}
.alert-danger .alert-icon {
    border-color: #ff3133;
}
.alert-danger .alert-icon .woox-icon {
    fill: #ff3133;
}
.alert--bordered {
    background-color: transparent;
    border: 3px solid;
    padding: 7px 20px;
}
.alert--bordered .alert-icon {
    border-color: transparent;
    background-color: #20232a;
}
.alert--bordered.alert-notice {
    border-color: #3d434f;
}
.alert--bordered.alert-notice .alert-icon .woox-icon {
    fill: #3d434f;
}
.alert--bordered.alert-danger {
    border-color: #ff3133;
}
.alert--bordered.alert-danger .alert-icon .woox-icon {
    fill: #ff3133;
}
.alert--bordered.alert-warning {
    border-color: #e0b364;
}
.alert--bordered.alert-warning .alert-icon .woox-icon {
    fill: #e0b364;
}
.alert--bordered.alert-success {
    border-color: #8ec545;
}
.alert--bordered.alert-success .alert-icon .woox-icon {
    fill: #8ec545;
}
.alert--bordered.alert-info {
    border-color: #3452ff;
}
.alert--bordered.alert-info .alert-icon .woox-icon {
    fill: #3452ff;
}
.alert--with-bg {
    box-shadow: none;
}
.alert--with-bg .alert-icon {
    border-color: transparent;
    background-color: #20232a;
}
.alert--with-bg .alert-icon .woox-icon,
.alert--with-bg .icon-close .woox-icon {
    fill: #fff;
}
.alert--with-bg.alert-notice {
    background-color: #20232a;
}
.alert--with-bg.alert-notice .alert-icon {
    background-color: #3c424e;
}
.alert--with-bg.alert-notice .icon-close .woox-icon {
    fill: #3c424e;
}
.alert--with-bg.alert-danger {
    background-color: #ff3133;
    color: #fff;
}
.alert--with-bg.alert-danger strong {
    color: #fff;
}
.alert--with-bg.alert-warning {
    background-color: #e0b364;
    color: #20232a;
}
.alert--with-bg.alert-warning strong {
    color: #20232a;
}
.alert--with-bg.alert-success {
    background-color: #8ec545;
    color: #fff;
}
.alert--with-bg.alert-success strong {
    color: #fff;
}
.alert--with-bg.alert-info {
    background-color: #3452ff;
    color: #fff;
}
.alert--with-bg.alert-info strong {
    color: #fff;
}
.alert--small {
    padding: 0 20px 0 0;
    font-size: 14px;
}
.alert--small .alert-icon {
    border-color: transparent;
    border-radius: 10px;
}
.alert--small .alert-icon .woox-icon {
    fill: #fff;
}
.alert--small .icon-close .woox-icon {
    width: 8px;
    height: 8px;
}
.alert--small.alert-notice .alert-icon {
    background-color: #3d434f;
}
.alert--small.alert-danger .alert-icon {
    background-color: #ff3133;
}
.alert--small.alert-success .alert-icon,
.alert--small.alert-warning .alert-icon {
    background-color: #e0b364;
}
.alert--small.alert-info .alert-icon {
    background-color: #3452ff;
}
.alert--large {
    padding: 60px;
}
.alert--large strong {
    display: block;
    font-size: 22px;
}
.alert--large .alert-icon {
    min-width: 80px;
    min-height: 80px;
    max-width: 80px;
    max-height: 80px;
    line-height: 90px;
    margin-right: 40px;
    box-shadow: 6px 0 13px 0 rgba(61, 67, 79, 0.08);
    border-color: transparent;
}
.alert--large .alert-icon .woox-icon {
    fill: #fff;
    width: 28px;
    height: 28px;
}
.alert--large .alert-content {
    font-size: 14px;
}
.alert--large .icon-close {
    position: absolute;
    top: 40px;
    right: 40px;
}
.alert--large.alert-notice strong {
    color: #c3c9d4;
}
.alert--large.alert-notice .alert-icon {
    background-color: #3d434f;
}
.alert--large.alert-danger .alert-icon {
    background-color: #ff3133;
}
.alert--large.alert-warning .alert-icon {
    background-color: #e0b364;
}
.alert--large.alert-success .alert-icon {
    background-color: #8ec545;
}
.alert--large.alert-info .alert-icon {
    background-color: #3452ff;
}
@media (max-width: 1024px) {
    .alert--large .icon-close {
        top: 20px;
        right: 20px;
    }
    .alert--large {
        padding: 20px;
    }
    .alert--large .alert-icon {
        min-width: 60px;
        min-height: 60px;
        max-width: 60px;
        max-height: 60px;
        line-height: 65px;
        margin-right: 20px;
    }
    .alert--large .alert-icon .woox-icon {
        width: 20px;
        height: 20px;
    }
}
.pie-chart canvas,
table {
    max-width: 100%;
}
@media (max-width: 768px) {
    .alert {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .alert .icon-close {
        margin: 15px auto auto;
    }
    .alert .alert-icon,
    .alert--large .alert-icon {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .alert--small {
        padding: 10px;
    }
    .alert strong {
        margin-right: 0;
        margin-bottom: 3px;
    }
}
.crumina-pie-chart {
    text-align: center;
}
.pie-chart {
    width: 200px;
    height: 200px;
    position: relative;
    border-radius: 100%;
    border: 2px solid #2a2e37;
    padding: 5px;
    margin: 0 auto 30px;
    color: #fff;
}
.pie-chart:after {
    display: block;
    width: 164px;
    height: 164px;
    background-color: transparent;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border-radius: 100%;
    border: 2px solid #2a2e37;
    z-index: -1;
}
.pie-chart .content {
    font-size: 41px;
    font-weight: 700;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.pie-chart .content span {
    color: inherit;
}
.pie-chart img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.pie-chart--solid .pie-chart {
    border: none;
    width: 176px;
    height: 176px;
    padding: 0;
}
.pie-chart--solid .pie-chart:after {
    width: 100%;
    height: 100%;
    border: 8px solid #2a2e37;
    -webkit-transform: none;
    transform: none;
    top: 0;
    left: 0;
}
.pie-chart--solid .content {
    color: #e0b364;
}
.pie-chart--solid .content span {
    color: #3d434f;
}
.pie-chart--large .pie-chart {
    border: none;
    padding: 0;
}
.pie-chart--large .pie-chart:after {
    display: none;
}
.crumina-skills-item {
    margin-bottom: 40px;
}
.skills-item-meter-active {
    position: absolute;
    height: 10px;
    display: inline-block;
    border-radius: 5px 0 0 5px;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #fff;
}
.skills-item-meter-active:after {
    display: block;
    width: 26px;
    height: 26px;
    border: 6px solid #fff;
    background-color: inherit;
    border-radius: 100%;
    position: absolute;
    right: -23px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
.skills-item-meter-active.skills-animate {
    -webkit-animation: skills-animated 1.2s ease-out;
    animation: skills-animated 1.2s ease-out;
}
.skills-item-meter-active.skills-animate-opacity {
    -webkit-animation: skills-animated-opacity 0.2s ease-out;
    animation: skills-animated-opacity 0.2s ease-out;
}
.skills-item-meter {
    padding: 0 5px;
    width: 100%;
    border-radius: 10px;
    background-color: #2a2e37;
    position: relative;
    height: 10px;
}
.skills-item-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.skills-item-count {
    position: absolute;
    right: -30px;
    top: -40px;
    font-weight: 700;
    font-size: 18px;
}
.skills-item-info {
    margin-bottom: 15px;
}
@-webkit-keyframes skills-animated {
    0% {
        width: 0;
    }
}
@keyframes skills-animated {
    0% {
        width: 0;
    }
}
@-webkit-keyframes skills-animated-opacity {
    100% {
        opacity: 1;
    }
}
@keyframes skills-animated-opacity {
    100% {
        opacity: 1;
    }
}
.skills-item--bordered .skills-item-meter {
    height: 20px;
    background-color: transparent;
    border: 4px solid #3d434f;
    margin-left: 0;
}
.skills-item--bordered .skills-item-meter-active {
    height: 6px;
    bottom: 3px;
    left: 3px;
    border-radius: 5px;
}
.skills-item--bordered .skills-item-meter-active:after {
    display: none;
}
.skills-item--bordered .skills-item-count {
    position: relative;
    right: auto;
    top: auto;
    margin-left: 30px;
}
.skills-item--big .skills-item-meter {
    height: 40px;
    background-color: #2a2e37;
    border-radius: 50px;
}
.skills-item--big .skills-item-meter-active {
    height: 30px;
    border-radius: 50px;
    bottom: 5px;
    left: 5px;
}
.skills-item--big .skills-item-meter-active:after {
    width: 14px;
    height: 14px;
    right: 8px;
    border: none;
    background-color: #2a2e37;
}
.skills-item--big .skills-item-count {
    right: auto;
    left: 15px;
    top: 4px;
    font-size: 14px;
}
.skills-item--large .skills-item-meter {
    height: 40px;
    background-color: #fff;
    border-radius: 50px;
}
.skills-item--large .skills-item-meter-active {
    height: 40px;
    border-radius: 50px;
    bottom: 0;
    left: 0;
}
.skills-item--large .skills-item-meter-active:after {
    width: 50px;
    height: 30px;
    right: 8px;
    border: none;
    border-radius: 30px;
    background-color: #fff;
}
.skills-item--large .skills-item-count {
    position: absolute;
    top: 9px;
    right: 18px;
    z-index: 5;
    font-size: 14px;
}
.skills-item--large .skills-item-title {
    position: absolute;
    top: 9px;
    left: 18px;
    font-size: 14px;
}
.skills-item--large .skills-item-title.c-black-lighter {
    color: #16181d;
}
@media (max-width: 768px) {
    .skills-item-title {
        font-size: 14px;
    }
}
@media (max-width: 640px) {
    .skills-item-count {
        top: auto;
        bottom: -40px;
    }
    .skills-item--bordered .skills-item-count {
        bottom: auto;
    }
}
.crumina-accordion {
    list-style: none;
    margin: 0;
    padding: 0;
}
.accordion-panel {
    position: relative;
    border-top: 1px solid #3d434f;
}
.accordion-panel.active {
    border-top: 2px solid #e0b364;
}
.accordion-panel.active .accordion-heading {
    padding-bottom: 25px;
}
.accordion-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 0;
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
}
.accordion--faqs .panel-info:before,
.collapse {
    display: none;
}
.accordion-heading .title {
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-left: 18px;
    font-size: 17px;
}

.crumina-accordion .panel-collapse {
    padding: 0 0 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.crumina-accordion .panel-heading {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.crumina-accordion .panel-heading.active .accordion-heading .title {
    color: #e0b364;
}
.crumina-accordion .panel-heading.active .accordion-heading .woox-icon,
.crumina-accordion .panel-heading.active .accordion-heading i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: #e0b364;
}
.accordion--style4 .panel-heading.active .accordion-heading .woox-icon,
.accordion--style5 .panel-heading.active .accordion-heading .woox-icon {
    fill: #fff;
}
.crumina-accordion .panel-heading.active .accordion-heading .woox-icon.active,
.crumina-accordion .panel-heading.active .accordion-heading i.active {
    opacity: 1;
}
.accordion--style1 .accordion-heading {
    color: #c3c9d4;
    text-transform: none;
}
.accordion--style1 .panel-collapse {
    padding: 0 0 30px 45px;
}
.accordion--style1 .accordion-panel {
    border-bottom: 1px solid #3d434f;
    border-top: none;
}
.accordion--style2 {
    border-radius: 10px;
    overflow: hidden;
}
.accordion--style2 .accordion-panel {
    background-color: #131418;
    border: none;
}
.accordion--style2 .accordion-panel.active {
    background-color: #1e2126;
}
.accordion--style2 .accordion-heading {
    color: #c3c9d4;
    text-transform: none;
    padding: 25px 40px;
}
.accordion--style2 .panel-collapse {
    padding: 0 40px 30px 85px;
}
.accordion--style3 .accordion-panel {
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: #1e2126;
    border-top: none;
}
.accordion--style3 .accordion-panel.active {
    background-color: #131418;
}
.accordion--style3 .accordion-panel.active .accordion-heading {
    padding-bottom: 20px;
}
.accordion--style3 .panel-collapse {
    padding: 0 30px 30px 50px;
}
.accordion--style3 .accordion-heading {
    color: #c3c9d4;
    text-transform: none;
    padding: 20px;
}
.accordion--style3 .accordion-heading .icons {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 3px solid transparent;
    position: relative;
    padding-right: 0;
    margin-right: 30px;
    background-color: #131418;
}
.accordion--style3 .accordion-heading .icons .woox-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -8px;
}
.accordion--style3 .panel-heading.active .accordion-heading .icons {
    border-color: #e0b364;
}
.accordion--style3 .panel-heading.active .accordion-heading .woox-icon {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 0;
}
.accordion--style4 .accordion-panel {
    margin-bottom: 10px;
    border-top: none;
}
.accordion--style4 .accordion-panel.active {
    border-top: none;
}
.accordion--style4 .panel-collapse {
    padding: 40px;
}
.accordion--style4 .accordion-heading {
    border-radius: 10px;
    padding: 20px;
    color: #c3c9d4;
    text-transform: none;
    background-color: #1e2126;
}
.accordion--style4 .accordion-heading .icons {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    position: relative;
    padding-right: 0;
    margin-right: 30px;
    background-color: #131418;
}
.accordion--style4 .accordion-heading .icons .woox-icon {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -6px;
}
.accordion--style4 .panel-heading.active .accordion-heading .icons {
    background-color: #e0b364;
}
.accordion--style5 .accordion-panel {
    margin-bottom: 10px;
    border-top: none;
}
.accordion--style5 .accordion-panel.active .accordion-heading {
    background-color: #e0b364;
    padding-bottom: 20px;
}
.accordion--style5 .panel-collapse {
    padding: 40px;
}
.accordion--style5 .accordion-heading {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    color: #c3c9d4;
    text-transform: none;
    border-radius: 10px;
    background-color: #1e2126;
}
.accordion--style5 .accordion-heading .icons {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    position: relative;
    padding-right: 0;
    margin-right: 0;
    background-color: #131418;
}
.accordion--style5 .accordion-heading .icons .woox-icon {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -6px;
}
.accordion--style5 .panel-heading.active .accordion-heading .title {
    color: #fff;
}
.accordion--faqs {
    background-color: #181a20;
    border-radius: 20px;
    padding: 10px 120px;
}
.accordion--faqs .first-letter {
    margin-right: 30px;
    color: #3d434f;
    float: left;
    font-size: 30px;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.accordion--faqs .panel-collapse {
    padding: 0 0 40px 60px;
}
.accordion--faqs .accordion-heading {
    font-size: 30px;
    padding: 35px 0;
    text-transform: none;
    color: #c3c9d4;
}
.accordion--faqs .accordion-panel {
    border-radius: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 2px solid #21232b;
    border-top: none;
}
.accordion--faqs .accordion-panel:last-child {
    border-bottom: none;
}
.accordion--faqs .accordion-panel.active .first-letter {
    color: #666d7a;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in,
.table--style3 > tbody > tr > td:hover:before {
    opacity: 1;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
}
@media (max-width: 1024px) {
    .accordion--faqs {
        padding: 40px 50px;
    }
    .accordion-heading .title {
        line-height: 1;
        font-size: 13px;
    }
    .crumina-accordion .panel-info {
        font-size: 13px;
    }
}
@media (max-width: 768px) {
    .accordion--style3 .accordion-heading .icons {
        min-width: 30px;
        min-height: 30px;
        width: 30px;
        height: 30px;
        margin-right: 15px;
    }
}
@media (max-width: 540px) {
    .accordion--style3 .panel-collapse,
    .crumina-accordion .panel-collapse {
        padding: 0 20px 40px;
    }
    .accordion--faqs,
    .accordion--style1 .accordion-heading,
    .accordion--style2 .accordion-heading,
    .accordion--style3 .accordion-heading,
    .accordion--style5 .accordion-heading,
    .accordion-heading {
        padding: 20px;
    }
    .accordion--faqs .accordion-heading {
        padding: 20px 0;
    }
    .accordion--style4 .panel-collapse,
    .accordion--style5 .panel-collapse {
        padding: 20px;
    }
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 20px;
    box-shadow: 80px 0 110px 5px rgba(0, 0, 0, 0.3);
    border: none;
    text-align: left;
}
table * {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
table > tbody > tr:hover {
    box-shadow: 15px 0 40px 5px rgba(19, 20, 24, 0.2);
}
table > tbody > tr:hover > td {
    color: #fff;
    background-color: #16171c;
    border-color: #16171c;
}
table > tbody > tr > td,
table > tbody > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th,
table > thead > tr > td,
table > thead > tr > th {
    padding: 22px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #21232b;
    background-color: #121418;
}
table > tfoot > tr > td,
table > tfoot > tr > th {
    padding: 60px 28px;
}
table > tbody > tr > td:last-child {
    border-right: none;
}
table > thead > tr > th {
    font-size: 17px;
    vertical-align: middle;
    color: #fff;
    font-weight: 700;
    background-color: #be9b57;
}
table > tbody > tr:first-child > td {
    border-top: none;
}
table > caption + thead > tr:first-child > td,
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > td,
table > thead:first-child > tr:first-child > th {
    border-top: 0;
}
table > tbody + tbody {
    border-top: 2px solid #21232b;
}
table table {
    background-color: #fff;
}
table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
table > tbody > tr.active > td,
table > tbody > tr.active > th,
table > tbody > tr > td.active,
table > tbody > tr > th.active,
table > tfoot > tr.active > td,
table > tfoot > tr.active > th,
table > tfoot > tr > td.active,
table > tfoot > tr > th.active,
table > thead > tr.active > td,
table > thead > tr.active > th,
table > thead > tr > td.active,
table > thead > tr > th.active {
    background-color: #f5f5f5;
}

.scrollable-responsive-table table {
    overflow-x: auto;
    overflow-y: hidden;
    box-shadow: none;
}
@media (max-width: 799px) {
    table > tbody > tr > td,
    table > tbody > tr > th,
    table > tfoot > tr > td,
    table > tfoot > tr > th,
    table > thead > tr > td,
    table > thead > tr > th {
        padding: 15px;
    }
    table {
        border-radius: 10px;
    }
    .table--style3 > thead > tr > th,
    table > thead > tr > th {
        font-size: 12px;
    }
}
@media (max-width: 480px) {
    table > tbody > tr > td,
    table > tbody > tr > th,
    table > tfoot > tr > td,
    table > tfoot > tr > th,
    table > thead > tr > td,
    table > thead > tr > th {
        padding: 5px;
    }
    table {
        font-size: 10px;
    }
}

.crumina-module-slider,
.slides-item {
    position: relative;
}
.slider-item--equal-height .swiper-slide {
    height: auto;
}
.swiper-btn-wrap {
    z-index: 19;
}
.swiper-btn-wrap .btn-prev + .btn-next,
.swiper-btn-wrap .swiper-btn-prev + .swiper-btn-next {
    margin-left: 15px;
}
.swiper-btn-wrap.arrow-small .swiper-btn-next .woox-icon,
.swiper-btn-wrap.arrow-small .swiper-btn-prev .woox-icon {
    width: 17px;
    height: 17px;
}
.btn-next,
.btn-prev,
.swiper-btn-next,
.swiper-btn-prev {
    z-index: 99;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-next .woox-icon,
.btn-prev .woox-icon,
.swiper-btn-next .woox-icon,
.swiper-btn-prev .woox-icon {
    width: 33px;
    height: 33px;
    fill: #3c424e;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}
.btn-next:hover .woox-icon,
.btn-prev:hover .woox-icon,
.swiper-btn-next:hover .woox-icon,
.swiper-btn-prev:hover .woox-icon {
    fill: #e0b364;
}
.btn-next.btn--round,
.btn-prev.btn--round,
.swiper-btn-next.btn--round,
.swiper-btn-prev.btn--round {
    border: 3px solid transparent;
}
.btn-next.btn--round .woox-icon,
.btn-prev.btn--round .woox-icon,
.swiper-btn-next.btn--round .woox-icon,
.swiper-btn-prev.btn--round .woox-icon {
    height: 17px;
    width: 17px;
    color: #fff;
    fill: #fff;
}
.btn-next.btn--round:hover,
.btn-prev.btn--round:hover,
.swiper-btn-next.btn--round:hover,
.swiper-btn-prev.btn--round:hover {
    border-color: #fff;
    box-shadow: inset 2px 3px 0 0 #e0b364, 2px 3px 0 0 #e0b364;
}
.navigation-center-both-sides .swiper-btn-next,
.navigation-center-both-sides .swiper-btn-prev {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
}
.navigation-center-both-sides .swiper-btn-prev {
    left: 5%;
}
.navigation-center-both-sides .swiper-btn-next {
    right: 5%;
}
.navigation-bottom-right .swiper-btn-wrap {
    position: absolute;
    bottom: 30px;
    right: 80px;
}
.navigation-bottom-left .swiper-btn-wrap {
    position: absolute;
    bottom: 30px;
    left: 80px;
}
.navigation-bottom-both-sides .swiper-btn-next,
.navigation-bottom-both-sides .swiper-btn-prev {
    bottom: 30px;
    position: absolute;
}
.navigation-bottom-both-sides .swiper-btn-prev {
    left: 20%;
}
.navigation-bottom-both-sides .swiper-btn-next {
    right: 20%;
}
.slider-events .crumina-event-item {
    padding: 120px;
}
.crumina-slider--info-boxes {
    position: relative;
    padding: 80px 180px 100px 80px;
    background-color: #131519;
    border-radius: 20px;
    background-image: url(../img/graph.png);
    background-position: bottom;
    background-repeat: no-repeat;
}
.crumina-slider--info-boxes .swiper-btn-wrap {
    position: absolute;
    right: 120px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.crumina-slider--info-boxes .swiper-btn-next,
.crumina-slider--info-boxes .swiper-btn-prev {
    display: block;
}
.crumina-slider--testimonial-style3 .swiper-slide {
    padding: 0 30px;
    opacity: 0 !important;
}
.crumina-slider--testimonial-style3 .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}
.crumina-slider--testimonial-style3 .slider-slides {
    z-index: 999;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
    text-align: center;
}
.crumina-slider--testimonial-style3 .slides-item {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 100%;
    cursor: pointer;
    overflow: hidden;
    margin-right: 10px;
    opacity: 0.3;
}
.crumina-slider--testimonial-style3 .slides-item:last-child {
    margin-right: 0;
}
.crumina-slider--testimonial-style3 .slides-item.swiper-slide-active {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1;
    border: 4px solid #e0b364;
    z-index: 20;
}
.crumina-slider--testimonial-style4 .swiper-wrapper {
    width: 100%;
    max-width: 100%;
}
.crumina-slider--testimonial-style4 .swiper-slide {
    width: 1400px;
    max-width: calc(100% - 40px);
    opacity: 0.3;
}
.countdown--with-bg .overlay,
.crumina-event-item:hover:after,
.crumina-slider--testimonial-style4 .swiper-slide.swiper-slide-active {
    opacity: 1;
}
.crumina-slider--testimonial-style4 .swiper-slide .crumina-testimonial-item {
    display: inline-block;
    max-width: 48%;
}
.crumina-slider--testimonial-style4 .swiper-slide .crumina-testimonial-item + .crumina-testimonial-item {
    margin-left: 20px;
}
.clients--slider {
    padding: 0 50px;
}
.clients--slider .swiper-btn-next {
    right: 0;
}
.clients--slider .swiper-btn-prev {
    left: 0;
}
.clients--slider .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1300px) {
    .crumina-slider--info-boxes {
        position: relative;
        padding: 40px 80px 50px 40px;
    }
    .crumina-slider--info-boxes .swiper-btn-wrap {
        right: 20px;
    }
    .slider-events .crumina-event-item {
        padding: 40px;
    }
}
@media (max-width: 1024px) {
    .navigation-bottom-right .swiper-btn-wrap {
        right: auto;
        left: 10px;
        bottom: 20px;
    }
    .pagination-bottom,
    .pagination-bottom-center {
        padding-bottom: 50px;
    }
}
@media (max-width: 768px) {
    .slider-events .crumina-event-item {
        padding: 20px;
    }
    .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 40px;
    }
    .crumina-slider--testimonial-style4 .swiper-slide .crumina-testimonial-item {
        max-width: none;
        width: 100%;
    }
    .crumina-slider--testimonial-style4 .swiper-slide .crumina-testimonial-item + .crumina-testimonial-item {
        margin-left: 0;
        margin-top: 20px;
    }
    .navigation-bottom-both-sides .swiper-btn-next {
        right: 10%;
    }
    .navigation-bottom-both-sides .swiper-btn-prev {
        left: 10%;
    }
    .crumina-slider--testimonial-style3 .slides-item {
        width: 30px;
        height: 30px;
    }
    .crumina-slider--testimonial-style3 .swiper-slide {
        padding: 0;
    }
    .crumina-slider--testimonial-style3 .slides-item.swiper-slide-active {
        border-width: 2px;
    }
}
blockquote .primary-dots {
    display: block;
}
.quote--bg-dark {
    background-color: #131519;
}
.primary-dots {
    display: inline-block;
    position: relative;
    z-index: 10;
}
.quote--bg-photo:before,
.quote--post-type:before,
.quote--style3:before,
.quote--style4:before {
    display: none;
}

.quote-bg2 {
    background-image: url(../img/quote-bg2.jpg);
}
.quote--style2 {
    padding: 100px 70px 55px;
}
.quote--style2 p {
    font-size: 26px;
    margin-bottom: 50px;
    line-height: 1.75em;
}
.quote--style3 .primary-dots,
.quote--style3 p {
    margin-bottom: 30px;
}
.quote--style2:before {
    top: 70px;
    left: 30px;
}
.quote--style3 {
    font-family: Comfortaa, Arial, "Helvetica Neue", Helvetica, serif, sans-serif;
    font-style: normal;
    padding: 60px 0;
    border-radius: 0;
}
.quote--style3.quote--with-bg {
    padding: 60px;
    border-radius: 20px;
}
.quote--style3 p {
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 0.01em;
    color: #c3c9d4;
}
.quote--style3 p:first-letter {
    font-size: 30px;
}
.quote--style4 {
    padding: 80px;
}
.quote--style4 p {
    font-size: 24px;
}
.quote--style4 p > .quote {
    fill: #3d4451;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -10px;
    left: -20px;
    z-index: -1;
}
.quote--style4 p > .quote-close {
    top: auto;
    left: auto;
    bottom: -10px;
    right: -20px;
}
.quote--style4.quote--bg-photo p {
    color: #fff;
}
.quote--style4.quote--bg-photo p > .quote {
    fill: #e0b364;
    width: 50px;
    height: 50px;
    top: -10px;
    left: -20px;
}
.quote--style4.quote--bg-photo p > .quote-close {
    top: auto;
    left: auto;
    bottom: -10px;
    right: -20px;
}
.quote--bg-photo {
    background-size: cover;
    box-shadow: 60px 0 100px 5px rgba(22, 24, 29, 0.4);
}
.quote--bg-photo h2 {
    margin-bottom: 20px;
    font-size: 42px;
    color: #e0b364;
    z-index: 8;
    position: relative;
}
.quote--bg-photo p {
    color: #fff;
    position: relative;
    margin-bottom: 20px;
}
.quote--bg-photo p > .quote {
    fill: #e0b364;
    width: 80px;
    height: 90px;
    position: absolute;
    top: -30px;
    left: -85px;
    z-index: -1;
}
.quote--bg-photo .author-block {
    z-index: 1;
}
.quote--bg-photo .author-name {
    color: #e0b364;
}
.quote--post-type {
    padding: 10px 30px;
    margin: 0;
}
.quote--post-type p {
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
}
.quote--post-type p > .quote {
    fill: #3d4451;
    width: 80px;
    height: 90px;
    position: absolute;
    top: -15px;
    left: -20px;
    z-index: -1;
}
.quote--post-type p > .quote-close {
    top: auto;
    left: auto;
    bottom: -15px;
    right: -20px;
}
@media (max-width: 1300px) {
    .quote--style2 {
        padding: 50px 35px 30px;
    }
}
@media (max-width: 991px) {
    .quote--style2 {
        padding: 30px 20px 20px;
    }
}
@media (max-width: 768px) {
    blockquote .author-block {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .quote--style3 .primary-dots {
        margin: 0 auto 30px;
    }
    .quote--style2 {
        padding: 15px;
    }
    .quote--style4.quote--bg-photo p > .quote {
        top: 0;
        left: 0;
    }
    .quote--style4.quote--bg-photo p > .quote-close {
        bottom: 0;
        right: 0;
        top: auto;
        left: auto;
    }
    .quote--style3.quote--with-bg,
    .quote--style4 {
        padding: 20px;
    }
    .quote--style2 p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .quote--bg-photo p > .quote {
        width: 40px;
        height: 50px;
        top: 0;
        left: 0;
    }
    .quote--style2::before,
    blockquote::before {
        top: 30px;
        left: 30px;
    }
    blockquote::before {
        width: 40px;
        height: 50px;
    }
    .quote--style4 p {
        font-size: 18px;
    }
    .quote--style3 p {
        font-size: 16px;
    }
}
.crumina-info-box {
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.crumina-counter-item {
    text-align: center;
}
.crumina-counter-item:hover .counter-line {
    width: 80%;
    background-color: #e0b364;
}
.crumina-counter-item:hover .woox-icon {
    fill: #e0b364;
}
.crumina-counter-item .woox-icon {
    fill: #666d7a;
    width: 100px;
    height: 100px;
}
.counter-numbers {
    color: #e0b364;
    font-size: 80px;
    font-weight: 700;
    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;
}
.crumina-countdown,
.crumina-countdown-number,
.post-details-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
}
.counter-numbers .units {
    color: #666d7a;
}
.counter-line {
    width: 80px;
    height: 4px;
    background-color: #3d434f;
    border-radius: 5px;
    margin: 10px auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.bg-dotted-map {
    background: url(../img/dotted-map.png) 50% no-repeat;
    background-size: contain;
}
.counter-title {
    margin-bottom: 30px;
}
.counter--icon-left {
    text-align: left;
}
.counter--icon-left .woox-icon {
    float: left;
    margin-right: 35px;
    width: 80px;
    height: 80px;
}
.counter--icon-left .counter-content {
    overflow: hidden;
}
.counter--icon-left .counter-numbers {
    font-size: 48px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.1;
}
.counter--icon-left .counter-title {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 0;
}
.counter--icon-left .counter-text {
    font-size: 14px;
}
@media (max-width: 1024px) {
    .counter-numbers {
        font-size: 60px;
    }
}
@media (max-width: 800px) {
    .crumina-counter-item {
        text-align: center;
    }
    .counter--icon-left {
        text-align: left;
    }
    .counter-numbers {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .counter-numbers {
        font-size: 40px;
    }
    .counter--icon-left .woox-icon {
        width: 40px;
        height: 40px;
        margin-right: 0;
        margin-bottom: 10px;
        float: none;
    }
    .counter--icon-left .counter-numbers {
        font-size: 30px;
    }
}
.crumina-countdown-item {
    text-align: center;
}
.crumina-countdown-item + .btn {
    margin-left: 40px;
}
.crumina-countdown,
.crumina-countdown-number {
    min-height: 100px !important;
    width: 100% !important;
    max-width: 400px !important;
    margin: 0 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 10;
    position: relative;
}
.countdown--with-bg {
    padding: 80px;
    border-radius: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.countdown-bg1 {
    background-image: url(../img/countdown-bg1.png);
    background-color: #111216;
}
.countdown-bg2 {
    background-image: url(../img/countdown-bg2.jpg);
}
.countdown-bg3 {
    background-image: url(../img/countdown-bg3.jpg);
}
.crumina-countdown-number .time_circles > div > span {
    color: #e0b364;
    display: inline-block;
    width: auto;
}
.crumina-countdown-number .time_circles > div > h4 {
    bottom: -30px;
}
.crumina-countdown-number .time_circles > div:after {
    content: ":";
    display: block;
    font-size: 2rem;
    line-height: 1;
    color: #fff;
    position: absolute;
    right: -5px;
    bottom: 5px;
}
.crumina-countdown-number .time_circles > div:last-child:after {
    display: none;
}
@media (max-width: 991px) {
    .countdown--with-bg {
        padding: 40px;
    }
}
@media (max-width: 768px) {
    .crumina-countdown-item .time_circles > div > h4 {
        bottom: -30px;
        font-size: 10px !important;
    }
}

.countdown-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.bg-event1 {
    background-image: url(../img/event1.jpg);
    background-size: 100% 100% !important;
}
.bg-event2 {
    background-image: url(../img/event2.jpg);
    background-size: 100% 100% !important;
}
.bg-event3 {
    background-image: url(../img/event3.jpg);
    background-size: 100% 100% !important;
}
.bg-event4 {
    background-image: url(../img/event4.jpg);
    background-size: 100% 100% !important;
}
.bg-event5 {
    background-image: url(../img/event5.jpg);
    background-size: 100% 100% !important;
}
.bg-event6 {
    background-image: url(../img/event6.jpg);
}
.bg-event7 {
    background-image: url(../img/event7.jpg);
}
.bg-event8 {
    background-image: url(../img/event-details.jpg);
}
.grid-sizer {
    width: 33.3333%;
}
.grid-sizer-half-width {
    width: 50%;
}
.grid-sizer-full-width {
    width: 100%;
}
.sorting-container .sorting-item {
    margin-bottom: 40px;
}
@media (max-width: 1300px) {
    .event-venue {
        padding: 20px;
    }
    .event-details-thumb {
        padding: 40px;
    }
    .event-details-thumb .crumina-countdown-item {
        margin: 50px 0 100px;
    }
}
@media (max-width: 1199px) {
    .grid-sizer {
        width: 50%;
    }
    .crumina-event-item {
        padding: 20px;
    }
    .event-venue .row > * {
        margin-bottom: 20px;
    }
}
@media (max-width: 1024px) {
    .event-details-thumb .crumina-countdown-item {
        margin: 40px 0;
    }
    .crumina-event-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .crumina-event-item > * + * {
        margin-top: 30px;
    }

@media (max-width: 768px) {
    .countdown-btn-wrap {
        display: block;
    }
    .countdown-btn-wrap .crumina-countdown-item {
        text-align: left;
    }
    .countdown-btn-wrap .crumina-countdown-item + .btn {
        margin-left: 0;
    }
    .event-details-thumb {
        padding: 20px;
    }
}

}
.crumina-flying-balls {
    position: relative;
}
.crumina-flying-balls [class*="col-"] {
    z-index: 100;
}
.crumina-flying-balls:after,
.crumina-flying-balls:before {
    content: "";
    display: block;
    height: 300px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}
.crumina-flying-balls:after {
    bottom: 0;
    box-shadow: inset 0 -150px 119px -40px #16181d;
}
.crumina-flying-balls:before {
    top: 0;
    box-shadow: inset 0 150px 119px -40px #16181d;
}
.particles-js-canvas-el {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 100%;
    max-height: 100vh;
}
.crumina-pricing-table,
.pricing-tables-modern-wrap,
.pricing-tables-wrap-table-blurring > tbody > tr > td:first-child {
    position: relative;
}
.crumina-pricing-table {
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 30px;
}
.crumina-pricing-table .pricing-title {
    margin-bottom: 25px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.crumina-pricing-table .price-sup-title {
    color: #666d7a;
    font-size: 14px;
    font-weight: 700;
}
.crumina-pricing-table .pricing-thumb {
    margin-bottom: 25px;
}
.crumina-pricing-table .pricing-thumb img {
    border-radius: 100%;
    display: inline-block;
}
.crumina-pricing-table .price {
    position: relative;
    margin-bottom: 25px;
}
.crumina-pricing-table .price .price-value {
    color: #e0b364;
    font-weight: 700;
    font-size: 20px !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.pricing-tables-position {
    list-style: none;
    margin-bottom: 25px;
    padding-left: 0;
}
.pricing-tables-position li {
    padding: 4px 0;
    border-bottom: 2px solid #181a20;
    font-weight: 400;
}
.pricing-tables-position li:last-child,
.pricing-tables-position--inline li {
    border-bottom: none;
}
.pricing-tables-position li .currency-details-item {
    padding-bottom: 0;
    margin-bottom: 0;
}
.pricing-tables-position li .currency-details-item .title {
    font-size: 16px;
    color: #666d7a;
}
.pricing-tables-position li .currency-details-item .value {
    font-size: 18px;
}
.pricing-tables-position--inline li .currency-details-item .title {
    font-size: 14px;
    display: inline-block;
}
.pricing-tables-position--inline li .currency-details-item .value {
    font-size: 14px;
    color: #c3c9d4;
    display: inline-block;
}
.pricing-table--style1 {
    border: 4px solid transparent;
    border-radius: 20px;
    background-color: #131418;
}
.pricing-table--style1:hover {
    border-color: #e0b364;
    padding: 65px 40px;
    margin-top: -25px;
    margin-bottom: -25px;
}
.pricing-table--style1 .pricing-tables-position,
.pricing-table--style2 .pricing-thumb {
    margin-bottom: 40px;
}
.pricing-table--style1 .pricing-thumb img {
    width: 100px;
    height: 100px;
}
.pricing-table--style1 .pricing-title {
    text-transform: uppercase;
}
.pricing-table--style1 .pricing-title > span {
    display: block;
    font-size: 22px;
    color: #666d7a;
}
.pricing-table--style1 .price {
    padding: 30px;
    border-radius: 20px;
    background-color: #181a20;
}
.pricing-table--style1 .pricing-tables-position li {
    border-bottom: 1px solid #3d434f;
}
.pricing-table--style1 .pricing-tables-position li em {
    color: #e0b364;
}
.pricing-table--style2 {
    text-align: left;
    border-width: 6px;
}
.pricing-table--style2 .pricing-thumb img {
    width: 80px;
    height: 80px;
    vertical-align: middle;
    margin-right: 20px;
}
.pricing-table--style2 .pricing-title {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 26px;
}
.pricing-table--style2 .pricing-title > span {
    display: block;
    font-size: 22px;
    color: #666d7a;
}
.pricing-table--style2 .price .price-value {
    font-size: 48px;
}
.pricing-table--style2 .pricing-tables-position li {
    padding: 9px 0;
}
.pricing-table--small {
    background-color: #111115;
    border: 6px solid transparent;
    border-radius: 20px;
    margin-bottom: 40px;
    text-align: left;
}
.pricing-table--small:hover {
    border-color: #e0b364;
}
.pricing-table--style-table > td,
.pricing-tables-wrap-table tbody > tr:first-child > td {
    border-top: 4px solid transparent;
}
.pricing-table--small:hover .price-value {
    color: #fff;
}
.pricing-table--small .pricing-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.pricing-table--small .pricing-thumb img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
}
.pricing-table--small .pricing-title {
    margin: 0;
    font-size: 18px;
}
.pricing-table--small .pricing-title > span {
    display: block;
    font-size: 22px;
    color: #666d7a;
}
.pricing-table--small .price-value {
    font-size: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.pricing-table--small .price-value .drop,
.pricing-table--small .price-value .growth {
    font-size: 20px;
    font-weight: 700;
}
.pricing-table--small .price-value .growth {
    color: #8dc647;
}
.drop,
.pricing-table--small .price-value .drop {
    color: #ff3133;
}
.pricing-table--small .gain-drop-arrow {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pricing-table--small .gain-drop-arrow .woox-icon {
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    fill: #666d7a;
}
.pricing-table--small .gain-drop-arrow .woox-icon + .woox-icon {
    margin-left: 10px;
}
.pricing-table--small .gain-drop-arrow .woox-icon.arrow-up.active {
    fill: #8dc647;
}
.pricing-table--small .gain-drop-arrow .woox-icon.arrow-down.active {
    fill: #ff3133;
}
.growth {
    color: #8dc647;
}
.pricing-tables-wrap-table {
    overflow: visible;
    box-shadow: none;
    border-collapse: unset;
}
.pricing-tables-wrap-table > thead:first-child > tr:first-child > th:first-child {
    border-radius: 20px 0 0;
    overflow: hidden;
}
.pricing-tables-wrap-table > thead:first-child > tr:first-child > th:last-child {
    border-radius: 0 20px 0 0;
    overflow: hidden;
}
.pricing-tables-wrap-table > tfoot > tr > td {
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    text-align: center;
}
.pricing-tables-wrap-table > thead > tr > th {
    font-size: 18px;
    color: #c3c9d4;
    background-color: #111115;
}
.pricing-tables-wrap-table > tbody > tr > td {
    padding: 35px 20px;
    border-right: none;
}
.pricing-tables-wrap-table > tbody > tr > td:last-child,
.pricing-tables-wrap-table > thead > tr > th:last-child {
    padding-right: 40px;
}
.pricing-tables-wrap-table > tbody > tr > td:first-child,
.pricing-tables-wrap-table > thead > tr > th:first-child {
    padding-left: 40px;
}
.pricing-table--style-table {
    text-align: left;
}
.pricing-table--style-table > td:first-child {
    border-left: 4px solid transparent;
}
.pricing-table--style-table > td:last-child {
    border-right: 4px solid transparent;
}
.pricing-table--style-table > td {
    border-bottom: 4px solid transparent;
}
.pricing-table--style-table:hover.c-brown > td:first-child {
    background-color: #ee7800;
    border-radius: 5px 0 0 5px;
    border-left: 4px solid #ee7800;
}
.pricing-table--style-table:hover.c-brown > td:last-child {
    border-right: 4px solid #ee7800;
    border-radius: 0 5px 5px 0;
}
.pricing-table--style-table:hover.c-brown > td {
    border-top: 4px solid #ee7800;
    border-bottom: 4px solid #ee7800;
}
.pricing-table--style-table:hover.c-blue > td:first-child {
    background-color: #3235aa;
    border-radius: 5px 0 0 5px;
    border-left: 4px solid #3235aa;
}
.pricing-table--style-table:hover.c-blue > td:last-child {
    border-right: 4px solid #3235aa;
    border-radius: 0 5px 5px 0;
}
.pricing-table--style-table:hover.c-blue > td {
    border-top: 4px solid #3235aa;
    border-bottom: 4px solid #3235aa;
}
.pricing-table--style-table:hover.c-blue-light > td:first-child {
    background-color: #3452ff;
    border-radius: 5px 0 0 5px;
    border-left: 4px solid #3452ff;
}
.pricing-table--style-table:hover.c-blue-light > td:last-child {
    border-right: 4px solid #3452ff;
    border-radius: 0 5px 5px 0;
}
.pricing-table--style-table:hover.c-blue-light > td {
    border-top: 4px solid #3452ff;
    border-bottom: 4px solid #3452ff;
}
.pricing-table--style-table:hover.c-border-color > td:first-child {
    background-color: #3d434f;
    border-radius: 5px 0 0 5px;
    border-left: 4px solid #3d434f;
}
.pricing-table--style-table:hover.c-border-color > td:last-child {
    border-right: 4px solid #3d434f;
    border-radius: 0 5px 5px 0;
}
.pricing-table--style-table:hover.c-border-color > td {
    border-top: 4px solid #3d434f;
    border-bottom: 4px solid #3d434f;
}
.pricing-table--style-table:hover.c-blue-lighter > td:first-child {
    background-color: #016cb0;
    border-radius: 5px 0 0 5px;
    border-left: 4px solid #016cb0;
}
.pricing-table--style-table:hover.c-blue-lighter > td:last-child {
    border-right: 4px solid #016cb0;
    border-radius: 0 5px 5px 0;
}
.pricing-table--style-table:hover.c-blue-lighter > td {
    border-top: 4px solid #016cb0;
    border-bottom: 4px solid #016cb0;
}
.pricing-table--style-table:hover.c-primary > td:first-child {
    background-color: #e0b364;
    border-left: 4px solid #e0b364;
    border-radius: 5px 0 0 5px;
}
.pricing-table--style-table:hover.c-primary > td:last-child {
    border-right: 4px solid #e0b364;
    border-radius: 0 5px 5px 0;
}
.pricing-table--style-table:hover.c-primary > td {
    border-top: 4px solid #e0b364;
    border-bottom: 4px solid #e0b364;
}
.pricing-table--style-table .pricing-thumb {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pricing-table--style-table .pricing-thumb img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
.pricing-table--style-table .pricing-title {
    margin: 0;
}
.pricing-table--style-table .pricing-title > span {
    color: #e0b364;
}
.pricing-table--style-table .currency-details-item .title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #666d7a;
}
.pricing-table--style-table .currency-details-item .value {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.pricing-table--style-table .price {
    margin-bottom: 0;
}
.pricing-table--style-table .price .price-value {
    font-size: 30px;
}
.pricing-table--style-table .price-sup-title {
    font-size: 14px;
}
.pricing-tables-wrap {
    border-radius: 20px;
    width: 100%;
    float: left;
    background-color: #131418;
}
.pricing-tables-wrap .bg-layer {
    background-color: #131418;
    border-radius: 20px;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    border: 6px solid #e0b364;
}
.pricing-tables-wrap .crumina-pricing-table {
    border-radius: 0;
    min-height: 100%;
    border: none;
    background-color: transparent;
}
.pricing-tables-wrap .crumina-pricing-table:hover {
    z-index: 990;
}
.pricing-tables-wrap .crumina-pricing-table:hover .bg-layer {
    -webkit-transform: translate3d(0, 0, 0) scale(1.05);
    transform: translate3d(0, 0, 0) scale(1.05);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
}
.pricing-tables-modern-wrap > :nth-child(2) {
    border-radius: 20px 0 0;
}
.pricing-tables-modern-wrap > :last-child {
    border-radius: 0 20px 20px 0;
}
.pricing-tables-modern-wrap .pricing-table--modern {
    width: 20%;
    float: left;
    overflow: hidden;
}
.pricing-tables-modern-wrap .pricing-table--modern-main {
    width: 20%;
    float: left;
    z-index: 10;
    padding: 0;
}
.pricing-tables-modern-wrap .pricing-table--modern-main .pricing-content {
    background-color: #111115;
    margin-top: auto;
    border-radius: 20px 0 0 20px;
    padding: 0 0 60px;
}
.pricing-tables-modern-wrap .pricing-table--modern-main .crumina-heading {
    padding: 100px 50px 50px;
    margin-bottom: 0;
}
.pricing-tables-modern-wrap .pricing-table--modern-main .pricing-tables-position {
    margin: 0;
}
.pricing-tables-modern-wrap .pricing-table--modern-main .pricing-tables-position li {
    padding: 20px 40px;
    border-bottom: none;
}
.pricing-tables-modern-wrap .pricing-table--modern-main .pricing-tables-position li:first-child {
    padding: 35px 40px;
}
.pricing-tables-modern-wrap .pricing-table--modern-main .pricing-tables-position li .currency-details-item .value {
    font-size: 16px;
    color: #666d7a;
}
.pricing-table--modern {
    padding: 0;
}
.pricing-table--modern:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    border-radius: 20px;
    border: 6px solid currentColor;
    z-index: 11;
    margin-top: -8px;
}
.pricing-table--modern .pricing-thumb {
    background-color: currentColor;
    padding: 50px;
    margin-bottom: 0;
}
.pricing-table--modern .pricing-thumb img {
    min-width: 100px;
    min-height: 100px;
    max-width: 100px;
    max-height: 100px;
    margin-bottom: 20px;
}
.pricing-table--modern .pricing-content {
    background-color: #111115;
    padding: 0 0 60px;
}
.pricing-table--modern .price,
.pricing-table--modern .pricing-title {
    margin-bottom: 0;
}
.pricing-table--modern .price .price-value {
    padding: 20px 40px;
}
.pricing-table--modern .pricing-tables-position {
    margin: 0;
}
.pricing-table--modern .pricing-tables-position li {
    padding: 20px 40px;
    border-bottom: none;
}
.pricing-table--modern .btn {
    margin-top: 20px;
}
.pricing-tables-wrap-table-blurring {
    overflow: visible;
    border-collapse: collapse;
}
.pricing-tables-wrap-table-blurring > tbody > tr {
    color: #c3c9d4;
}
.pricing-tables-wrap-table-blurring > thead:first-child > tr:first-child > th:first-child {
    border-radius: 20px 0 0;
    overflow: hidden;
}
.pricing-tables-wrap-table-blurring > thead:first-child > tr:first-child > th:last-child {
    border-radius: 0 20px 0 0;
    overflow: hidden;
}
.pricing-tables-wrap-table-blurring > tfoot > tr > td {
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    text-align: center;
}
.pricing-tables-wrap-table-blurring > thead > tr > th {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}
.pricing-tables-wrap-table-blurring > tbody > tr > td {
    padding: 35px 20px;
    border-right: none;
}
.pricing-tables-wrap-table-blurring > tbody > tr > td:last-child,
.pricing-tables-wrap-table-blurring > thead > tr > th:last-child {
    padding-right: 40px;
}
.pricing-tables-wrap-table-blurring > tbody > tr > td:first-child,
.pricing-tables-wrap-table-blurring > thead > tr > th:first-child {
    padding-left: 40px;
}
.pricing-tables-wrap-table-blurring > tbody:hover > tr {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.pricing-tables-wrap-table-blurring > tbody > tr:hover {
    -webkit-filter: blur(0);
    filter: blur(0);
}
.pricing-tables-wrap-table-blurring > tbody > tr:hover > td {
    background-color: #181a20;
}
.pricing-tables-wrap-table-blurring > tbody > tr > td:first-child:before {
    content: "";
    display: block;
    height: 100%;
    width: 4px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.pricing-tables-wrap-table-blurring > tbody > tr.c-brown > td:first-child:before {
    background-color: #ee7800;
}
.pricing-tables-wrap-table-blurring > tbody > tr.c-blue > td:first-child:before {
    background-color: #3235aa;
}
.pricing-tables-wrap-table-blurring > tbody > tr.c-blue-light > td:first-child:before {
    background-color: #3452ff;
}
.pricing-tables-wrap-table-blurring > tbody > tr.c-border-color > td:first-child:before {
    background-color: #3d434f;
}
.pricing-tables-wrap-table-blurring > tbody > tr.c-blue-lighter > td:first-child:before {
    background-color: #016cb0;
}
.pricing-tables-wrap-table-blurring > tbody > tr.c-primary > td:first-child:before {
    background-color: #e0b364;
}
.pricing-table--style-table-blurring {
    text-align: left;
}
.pricing-table--style-table-blurring .pricing-thumb {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pricing-table--style-table-blurring .pricing-thumb img {
    width: 35px;
    height: 35px;
    margin-right: 20px;
    object-fit: contain;
}
.pricing-table--style-table-blurring .pricing-title {
    margin: 0;
    line-height: 1;
    font-size: 16px;
}
.pricing-table--style-table-blurring .pricing-title > span {
    color: #e0b364;
    font-size: 14px;
    text-transform: uppercase;
}
.payment-method {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.payment-method img {
    height: 20px;
}
@media (max-width: 1400px) {
    .pricing-table--small {
        padding: 20px;
    }
    .crumina-pricing-table .price .price-value {
        font-size: 20px !important;
    }
    .pricing-table--style2 .pricing-thumb img {
        display: block;
        margin-bottom: 20px;
    }
}
@media (max-width: 1200px) {
    .pricing-table--small .pricing-title,
    .pricing-table--style2 {
        text-align: center;
    }
    .pricing-table--small .pricing-thumb {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 10px;
    }
    .pricing-table--small .pricing-thumb > * {
        margin-bottom: 20px;
    }
    .pricing-table--small .pricing-thumb img {
        margin-right: 0;
    }
    .pricing-table--small .gain-drop-arrow {
        margin-left: 0;
    }
    .pricing-tables-wrap-table-blurring > tbody > tr > td,
    .pricing-tables-wrap-table-blurring > thead > tr > th,
    .pricing-tables-wrap-table > tbody > tr > td,
    .pricing-tables-wrap-table > thead > tr > th {
        padding: 15px 10px;
        font-size: 12px;
    }
    .pricing-tables-wrap-table-blurring > tfoot > tr > td,
    .pricing-tables-wrap-table > tfoot > tr > td {
        padding: 20px 10px;
        font-size: 12px;
    }
    .pricing-table--style-table .currency-details-item .title,
    .pricing-table--style-table .currency-details-item .value {
        font-size: 12px;
    }
    .pricing-tables-wrap-table-blurring > tbody > tr > td:first-child,
    .pricing-tables-wrap-table-blurring > thead > tr > th:first-child,
    .pricing-tables-wrap-table > tbody > tr > td:first-child,
    .pricing-tables-wrap-table > thead > tr > th:first-child {
        padding-left: 10px;
    }
    .pricing-tables-wrap-table-blurring > tbody > tr > td:last-child,
    .pricing-tables-wrap-table-blurring > thead > tr > th:last-child,
    .pricing-tables-wrap-table > tbody > tr > td:last-child,
    .pricing-tables-wrap-table > thead > tr > th:last-child {
        padding-right: 10px;
    }
    .payment-method img {
        height: 15px;
    }
    .pricing-table--style-table-blurring .pricing-title,
    .pricing-tables-wrap-table .pricing-title {
        font-size: 14px;
    }
    .pricing-table--style-table-blurring .pricing-thumb img,
    .pricing-tables-wrap-table .pricing-thumb img {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    .pricing-table--style2 .pricing-thumb img {
        margin: 0 auto 20px;
    }
    .pricing-table--modern .pricing-thumb {
        padding: 50px 20px;
    }
    .pricing-tables-modern-wrap .pricing-table--modern-main .crumina-heading {
        padding: 50px 20px;
        margin-bottom: 0;
    }
}
@media (max-width: 991px) {
    .crumina-pricing-table .price .price-value {
        font-size: 20px;
    }
    .payment-method img {
        height: 10px;
    }
    .pricing-tables-modern-wrap .pricing-table--modern-main {
        display: none;
    }
    .pricing-tables-modern-wrap .pricing-table--modern {
        width: 100%;
    }
    .pricing-tables-modern-wrap {
        position: relative;
    }
    .pricing-tables-modern-wrap > * {
        border-radius: 20px;
        margin-bottom: 30px;
    }
    .pricing-tables-modern-wrap > :last-child,
    .pricing-tables-modern-wrap > :nth-child(2) {
        border-radius: 20px;
    }
}
#map .map-canvas,
.google-map .map-canvas,
body:before {
    height: 100%;
}
@media (max-width: 768px) {
    .pricing-tables-wrap-table-blurring > tbody > tr > td,
    .pricing-tables-wrap-table-blurring > thead > tr > th,
    .pricing-tables-wrap-table > tbody > tr > td,
    .pricing-tables-wrap-table > thead > tr > th {
        font-size: 10px;
    }
    .pricing-tables-wrap {
        padding: 0 15px;
    }
}
.contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contact-item .info {
    color: #c3c9d4;
    font-weight: 700;
    font-size: 18px;
}
.contact-item .info span {
    display: inline-block;
    color: #a1abbd;
    font-weight: 400;
}
.contact-item .info a {
    color: #fff;
}
.block-location-info .adress,
.contact-item .info a:hover {
    color: #e0b364;
}
.contact-item .info-wrap span {
    font-size: 18px;
}
.contact-item .socials {
    margin-top: 40px;
}
.contact-item + .contact-item {
    margin-top: 50px;
}
.contact-item-title {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}
.contact-item-title:after {
    content: ".";
    font-size: inherit;
    color: #e0b364;
    width: 0;
    display: inline-block;
    position: relative;
}
.post .post__date:after,
body:before {
    content: "";
}
#map,
.google-map {
    position: relative;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
    box-shadow: 70px 0 110px rgba(0, 0, 0, 0.3);
}
.block-location-info {
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 5;
    max-width: 30%;
}
@media (max-width: 1024px) {
    .contact-item + .contact-item {
        margin-top: 20px;
    }
}
ul.orbit.orbitlistJS {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    height: 100vh;
    max-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
ul.orbit.orbitlistJS li {
    position: absolute;
    cursor: pointer;
    display: inline-block;
}
ul.orbit.orbitlistJS li.relative {
    -webkit-transform: none;
    transform: none;
    top: auto !important;
    left: auto !important;
    position: relative;
    margin: auto;
}
@media (max-width: 768px) {
    .block-location-info {
        max-width: 50%;
    }
    ul.orbit.orbitlistJS {
        height: auto;
        max-height: unset;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    ul.orbit.orbitlistJS li {
        position: relative;
        display: block;
        top: auto !important;
        left: auto !important;
        margin-bottom: 30px;
    }
    ul.orbit.orbitlistJS li:last-child {
        margin-bottom: 0;
    }
    ul.orbit.orbitlistJS li.relative {
        margin-bottom: 30px;
    }
}
.window-popup {
    position: fixed;
    top: -2000px;
    left: 50%;
    display: block;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 999999;
    margin-left: 0 !important;
    width: 1400px;
    max-width: calc(100% - 40px);
    border-radius: 30px;
    box-shadow: 80px 0 110px 5px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}
.window-popup .mCustomScrollbar {
    max-height: calc(100vh - 200px);
}
.window-popup .ps.ps--active-y > .ps__scrollbar-y-rail {
    z-index: 5;
    right: 20px !important;
    background-color: transparent;
}
.window-popup .ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    background-color: transparent;
    border-right: 4px dotted #e0b364;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.window-popup .ps:hover > .ps__scrollbar-y-rail {
    opacity: 1;
}
.window-popup .ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
    background-color: #fbeb0b66;
}
.window-popup .content {
    overflow: hidden;
    position: relative;
    z-index: 1;
    opacity: 1;
    -webkit-transition: background-image 0.1s ease, all 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: background-image 0.1s ease, all 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    background-image: url(../img/body-bg.png);
    background-color: #16181d;
}
.window-popup.active {
    top: 100px;
}
.register-event {
    width: 680px;
}
body:before {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(7, 8, 9, 0.5);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: -999;
}
.crumina-circled-block,
.crumina-crypto-converter {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.crumina-grid .ps:hover > .ps__scrollbar-x-rail,
.crumina-grid .ps:hover > .ps__scrollbar-y-rail {
    opacity: 1;
}
body.popup-active .crumina-flying-balls [class*="col-"] {
    z-index: unset;
}
body.body-overlay-active:before {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 99999;
}
.popup-close {
    position: fixed;
    top: 40px;
    right: 40px;
    z-index: 999;
}
.popup-close:hover .woox-icon {
    fill: #e0b364;
}
.popup-close .woox-icon {
    width: 40px;
    height: 40px;
    fill: #666d7a;
}
.crumina-grid .ps.ps--active-y > .ps__scrollbar-y-rail {
    z-index: 5;
    right: 20px !important;
    background-color: transparent;
}
.crumina-grid .ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    background-color: transparent;
    border-right: 4px dotted #e0b364;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 0 !important;
}
.crumina-grid .ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
    background-color: #fbeb0b66;
}
.crumina-grid .ps.ps--active-x > .ps__scrollbar-x-rail {
    background-color: transparent;
    z-index: 5;
}
.crumina-grid .ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x,
.crumina-grid .ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
    height: 6px;
}
.crumina-grid .ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
    background-color: transparent;
    border-bottom: 4px dotted #e0b364;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    left: 0 !important;
}
.post,
.post .post__date:after {
    -webkit-transition: all 0.3s ease;
}
.crumina-grid .ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
    background-color: #fbeb0b66;
}
@media (max-width: 991px) {
    .popup-close .woox-icon {
        width: 20px;
        height: 20px;
    }
    .author-details .popup-close {
        top: 20px;
        right: auto;
        left: 20px;
    }
}
@media (max-width: 460px) {
    .window-popup.active {
        top: 150px;
    }
}
.author-details {
    position: relative;
    overflow: hidden;
}
.author-details .avatar-details {
    border-radius: 0;
    float: left;
    max-width: 50%;
}
.author-details .author-content {
    padding: 100px;
    overflow: hidden;
    text-align: left;
}
.author-details .author-content blockquote {
    margin: 0;
}
.author-details .author-content blockquote p {
    font-size: 24px;
    margin-bottom: 0;
}
.author-details .author-content .author-name {
    color: #fff;
}
.author-details .author-content .socials {
    margin-top: 50px;
}
@media (max-width: 1300px) {
    .author-details .author-content {
        padding: 40px;
    }
}
@media (max-width: 991px) {
    .author-details .avatar-details {
        float: none;
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    .author-details .author-content blockquote p {
        font-size: 18px;
    }
}
.post {
    position: relative;
    padding: 30px 0;
    max-width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.post .post__date {
    padding-bottom: 40px;
    display: inline-block;
}
.post .post__date:after {
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 3px;
    background-color: #3d4451;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 0;
    left: 0;
}
.post:hover .post__date:after {
    background-color: #e0b364;
}
.post.sticky-post .post__content {
    width: 50%;
}
.post.sticky-post .post__date {
    padding-bottom: 0;
}
.post.sticky-post .post__date:after {
    display: none;
}
.post.sticky-post .post__text {
    font-size: 22px;
    color: #c3c9d4;
}
.post.sticky-post .post-thumb {
    position: absolute;
    right: 0;
    top: 0;
    max-height: 100%;
    max-width: 80%;
}
.post.sticky-post .post-thumb:before {
    content: "\f005";
    font-size: 20px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    background-color: #e0b364;
    background-size: 60%;
    display: block;
    text-align: center;
    position: absolute;
    z-index: 5;
    top: 40px;
    right: 40px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 100%;
    color: #fff;
    fill: #fff;
}
.post-thumb,
.post__content,
.post__date {
    position: relative;
}
.post__content {
    z-index: 1;
}
.post-thumb {
    border-radius: 20px;
    overflow: hidden;
}
.post-thumb img {
    display: block;
    margin: 0 auto;
}
.post-thumb iframe {
    width: 100%;
}
.post__title {
    display: block;
}
a.post__title:hover {
    color: #e0b364;
}
.post__date .number {
    font-size: 48px;
    color: #e0b364;
    display: block;
    line-height: 1.1;
}
.post__date time {
    font-size: 12px;
    font-weight: 700;
}
.post.video .video-control {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video-control .woox-icon {
    fill: #fff;
    color: #fff;
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
}
.video-control-youtube {
    padding: 15px 23px 14px 30px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cd201f;
    display: block;
    line-height: 1;
}
.video-control-youtube .woox-icon {
    width: 30px;
    height: 30px;
    margin-bottom: 0;
}
.post.slider .post-thumb img {
    border-radius: 20px;
}
.post.slider .pagination-bottom-center {
    padding-bottom: 45px;
}
.post.link {
    padding: 40px;
}
.post.link .post-thumb {
    padding: 0 50px;
}
.post.link .post-thumb:before {
    content: "http://";
    display: block;
    position: absolute;
    top: -15px;
    left: 0;
    font-size: 160px;
    line-height: 1;
    color: #1e2025;
    font-weight: 700;
    z-index: -1;
}
.crumina-circled-block,
.navigation,
.page-numbers,
.page-numbers span {
    position: relative;
}
.post.link .site-link {
    display: inline-block;
    color: #e0b364;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 35px;
}
.post.audio .post-thumb {
    margin-bottom: 40px;
}
.post-details-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.post-details-wrap .post__date {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    color: #c3c9d4;
}
.post-details-wrap .post__date .number {
    font-size: 40px;
    margin-right: 15px;
}
.post-details-wrap .post__date time {
    font-size: 16px;
    line-height: 1.2;
}
.post-details-wrap .post__date time span {
    display: block;
    color: #a1abbd;
}
.post-details-wrap .post__date + .author-block {
    margin-left: 60px;
}
.post-details-wrap .author-block {
    text-align: left;
}
.post-details-wrap .author-block .avatar {
    margin-right: 20px;
}
.post-standard-details .post-additional-info {
    float: left;
}
.post-standard-details .post__content {
    padding-left: 60px;
    overflow: hidden;
}
.post-standard-details blockquote {
    padding: 80px;
    font-weight: 400;
    margin: 0;
}
.post-standard-details blockquote::before {
    top: 40px;
    left: 40px;
}
.post-standard-details blockquote p {
    margin: 0 0 40px;
    font-size: 24px;
    line-height: 1.6em;
    z-index: 2;
}
@media (max-width: 1199px) {
    .post {
        text-align: center;
    }
    .post .row > * {
        margin-bottom: 30px;
    }
    .post .row > :last-child {
        margin-bottom: 0;
    }
    .post.sticky-post .post__content {
        width: 100%;
    }
    .post.link .post-thumb {
        padding: 0;
    }
    .post.sticky-post .post-thumb {
        position: relative;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .post.sticky-post .post-thumb::before {
        top: 15px;
        right: 15px;
        height: 30px;
        width: 30px;
        line-height: 30px;
        font-size: 10px;
    }
    .post.post-standard-details {
        text-align: left;
        padding: 0;
    }
    .post.quote .author-block {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        text-align: center;
    }
    .post.quote .author-block--column-start .avatar {
        margin: 0 auto 20px;
    }
}
@media (max-width: 1024px) {
    .post__date .number {
        font-size: 30px;
    }
    .post .post__date {
        padding-bottom: 20px;
    }
    .post.sticky-post .post__text {
        font-size: 18px;
        color: #c3c9d4;
    }
    .post-details-wrap .post__date .number {
        font-size: 30px;
    }
}
@media (max-width: 768px) {
    .post {
        padding: 0;
        margin-bottom: 30px;
    }
    .post .post-additional-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .post .post-additional-info .btn + .btn {
        margin-left: 0;
    }
    .post .post-additional-info > * {
        margin-bottom: 20px;
    }
    .post .post-additional-info > :last-child {
        margin-bottom: 0;
    }
    .quote--post-type p {
        font-size: 20px;
    }
    .quote--post-type p > .quote {
        width: 40px;
        height: 50px;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .quote--post-type p > .quote-close {
        bottom: 0;
        right: 0;
        top: auto;
        left: auto;
    }
    .quote--post-type {
        padding: 10px 0;
    }
    .post-details-wrap .post__date + .author-block {
        margin-left: 20px;
    }
    .post-standard-details .post__content {
        padding-left: 20px;
    }
    .post-standard-details blockquote {
        padding: 0;
        margin: 20px 0;
    }
    .post-standard-details blockquote::before {
        top: 0;
        left: 0;
    }
    .post-standard-details blockquote p {
        margin: 0 0 20px;
        font-size: 18px;
    }
    .video-control-youtube {
        padding: 15px 25px;
    }
    .video-control-youtube .woox-icon {
        width: 15px;
        height: 15px;
    }
}
.navigation {
    margin: 20px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.comments__list .reply,
.page-numbers {
    display: inline-block;
    font-weight: 700;
}
.page-numbers {
    background-color: #101216;
    margin: 0 12px 0 0;
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    border-radius: 100%;
    border: 4px solid transparent;
}
.page-numbers.current:hover,
.page-numbers:hover {
    border-color: #e0b364;
}
.page-numbers:hover {
    background-color: #e0b364;
    color: #fff;
}
.page-numbers.current,
.page-numbers:active {
    background-color: transparent;
    border-color: #e0b364;
    color: #e0b364;
}
.page-numbers.btn-next,
.page-numbers.btn-prev {
    background-color: transparent;
    min-width: auto;
    min-height: auto;
    max-width: unset;
    max-height: unset;
    border: none;
    box-shadow: none;
}
.page-numbers.btn-next:active,
.page-numbers.btn-prev:active {
    box-shadow: inset 2px 4px 0 0 transparent, 2px 4px 0 0 transparent;
    background-color: transparent;
    border-color: transparent;
}
.page-numbers.btn-next {
    margin-right: 80px;
}
.page-numbers.btn-prev {
    margin-right: 40px;
}
@media (max-width: 768px) {
    .navigation {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }
    .page-numbers {
        margin: 0 8px 0 0;
        min-width: 30px;
        min-height: 30px;
        max-height: 30px;
        max-width: 30px;
        line-height: 24px;
        font-size: 12px;
    }
    .page-numbers.btn-next,
    .page-numbers.btn-prev {
        margin-right: 20px;
    }
}
.comments {
    margin-bottom: 80px;
}
.comments__list {
    padding-left: 0;
    list-style: none;
}
.comments__list .reply {
    font-size: 14px;
    color: #a1abbd;
    line-height: 1;
    border-radius: 30px;
    padding: 5px 23px;
    background-color: #030305;
}
.comments__list .reply:hover {
    background-color: #e0b364;
    color: #fff;
}
.comments__list .comments__avatar {
    float: left;
    margin-right: 40px;
}
.comments__list .comments__avatar img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: block;
}
.comments__list .comments__body {
    overflow: hidden;
}
.comments__list .comments__author {
    font-style: normal;
    display: inline-block;
}
.comments__list .comments__author a {
    color: #fff;
    font-weight: 700;
}
.comments__list .comments__author a:hover {
    color: #e0b364;
}
.comments__list .comments__time {
    font-size: 14px;
    color: #a0a8b7;
    padding-left: 8px;
    position: relative;
    display: inline-block;
}
.comments__list .comments__time:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-color: #666d7a;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    margin-right: 7px;
}
.comments__list .comment-content p {
    margin: 20px 0;
}
.comments__item {
    padding-left: 0;
    list-style: none;
    margin-top: 40px;
}
.comments__item .children {
    margin: 60px 0 0 120px;
    list-style: none;
    padding: 0;
}
.comments__item:before {
    display: none;
}
.leave-reply label {
    margin-left: 0;
}
@media (max-width: 1024px) {
    .comments__item .children {
        margin: 30px 0 0 60px;
    }
}
@media (max-width: 768px) {
    .comments__list .comments__avatar img {
        width: 60px;
        height: 60px;
    }
    .comments__list .comments__body {
        padding-top: 5px;
    }
    .comments__item .children {
        margin: 30px 0 0 30px;
    }
    .comments__item {
        margin-top: 20px;
    }
    .contact-form.leave-reply {
        margin-bottom: 30px;
    }
}
@media (max-width: 560px) {
    .comments__list .comments__avatar {
        float: none;
        text-align: left;
        margin-right: 0;
    }
    .comments__list .comments__time {
        display: block;
        padding-left: 0;
    }
    .comments__list .comments__time:before {
        display: none;
    }
}
.crumina-featured-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.crumina-featured-block .image-block {
    width: 70%;
}
.crumina-featured-block .text-block {
    width: 50%;
    margin-left: -320px;
}
@media (max-width: 1300px) {
    .crumina-featured-block .text-block {
        margin-left: 0;
    }
    .crumina-featured-block .image-block {
        width: 50%;
    }
}
@media (max-width: 1200px) {
    .crumina-featured-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .crumina-featured-block .image-block,
    .crumina-featured-block .text-block {
        width: 100%;
        padding: 0 15px;
    }
}
.clients-item {
    display: block;
    text-align: center;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.clients-item:hover {
    opacity: 1;
}
.crumina-crypto-converter {
    padding: 30px;
    border-radius: 20px;
    background-color: #e0b364;
    background-image: url(../img/bg-convert.png);
}
.crumina-crypto-converter form {
    margin-top: 30px;
}
.crumina-crypto-converter .current-crypto {
    font-weight: 700;
    color: #181a20;
}
.crumina-crypto-converter .result-crypto {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}
@media (max-width: 768px) {
    .crumina-crypto-converter {
        padding: 30px;
    }
}
.crumina-circled-block {
    width: 25em;
    height: 25em;
    padding: 0;
    border-radius: 50%;
    list-style: none;
    box-sizing: content-box;
    background-image: url(../img/woox.png);
    margin: 6em auto;
}
.crumina-circled-block > * {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin: -100px;
}
.crumina-circled-block > :nth-of-type(1) {
    -webkit-transform: rotate(0) translate(12.5em) rotate(0);
    transform: rotate(0) translate(12.5em) rotate(0);
}
.crumina-circled-block > :nth-of-type(2) {
    -webkit-transform: rotate(90deg) translate(12.5em) rotate(-90deg);
    transform: rotate(90deg) translate(12.5em) rotate(-90deg);
}
.crumina-circled-block > :nth-of-type(3) {
    -webkit-transform: rotate(180deg) translate(12.5em) rotate(-180deg);
    transform: rotate(180deg) translate(12.5em) rotate(-180deg);
}
.crumina-circled-block > :nth-of-type(4) {
    -webkit-transform: rotate(270deg) translate(12.5em) rotate(-270deg);
    transform: rotate(270deg) translate(12.5em) rotate(-270deg);
}
.circle__item {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px;
    background-color: #111216;
}
.circle__item .woox-icon {
    max-width: 80px;
    margin-bottom: 20px;
}
.circle__item .title {
    font-weight: 700;
    color: #fff;
}
.circle__item img {
    display: inline-block;
    width: 100%;
}
@media (max-width: 768px) {
    .crumina-circled-block {
        margin: 3em auto;
        width: 20em;
        height: 20em;
    }
    .crumina-circled-block > * {
        width: 100px;
        height: 100px;
        margin: -50px;
    }
    .circle__item .woox-icon {
        max-width: 40px;
    }
}
@media (max-width: 460px) {
    .crumina-circled-block {
        width: 100%;
        height: 15em;
        margin: 3em auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .crumina-circled-block > * {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none !important;
        transform: none !important;
        margin: 0;
        width: 40%;
    }
}
.js-chart-statistic {
    margin: 0px 0;
}
.highcharts-button-box {
    fill: transparent;
}
.highcharts-button.highcharts-button-pressed .highcharts-button-box {
    fill: #e0b364;
}
@media (max-width: 768px) {
    .js-chart-statistic {
        margin: 30px 0;
    }
}


.boxs {
    border-radius: 10px;
    border: none;
    margin: 30px 0;
    padding: 24px 20px;
    background-color: #1b2029;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    text-align: center;
    position: relative;
}
.boxs strong{display:block}
.boxs img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}
.boxs .btn {
    padding: 12px 28px;
    font-size: 15px;
    border: solid 3px;
    border-radius: 85px;
}
.boxs:hover{    background-color: #252930;}
.boxs:hover .btn {
    border: solid 3px #e3ba73;
	color:#e3ba73;
}
.holderCircle { width: 500px; height: 500px; border-radius: 100%; margin: 60px auto; position: relative; }
.dotCircle { width: 100%; height: 100%; position: absolute; margin: auto; top: 0; left: 0; right: 0; bottom: 0; border-radius: 100%; z-index: 20; }
.dotCircle  .itemDot { display: block; width: 80px; height: 80px; position: absolute; background: #1e2126; color: #e0b364; border-radius: 20px; text-align: center; line-height: 80px; font-size: 30px; z-index: 3; cursor: pointer; border: 2px solid #e0b364; }
.dotCircle  .itemDot .forActive { width: 56px; height: 56px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: none; }
.dotCircle  .itemDot .forActive::after { content: ''; width: 5px; height: 5px; border: 3px solid #e0b364; bottom: -31px; left: -14px; filter: blur(1px); position: absolute; border-radius: 100%; }
.dotCircle  .itemDot .forActive::before { content: ''; width: 6px; height: 6px; filter: blur(5px); top: -15px; position: absolute; transform: rotate(-45deg); border: 6px solid #e0b364; right: -39px; }
.dotCircle  .itemDot.active .forActive { display: block; }
.round { position: absolute; left: 40px; top: 45px; width: 410px; height: 410px; border: 2px dotted #e0b364; border-radius: 100%; -webkit-animation: rotation 100s infinite linear; }
.dotCircle .itemDot:hover, .dotCircle .itemDot.active { color: #ffffff; transition: 0.5s;   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d4ac7+0,a733bb+100 */ background: #e0b364; /* Old browsers */ background: -moz-linear-gradient(left, #e0b364 0%, #e0b364 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #e0b364 0%, #e0b364 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #e0b364 0%, #e0b364 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d4ac7', endColorstr='#a733bb', GradientType=1); /* IE6-9 */ border: 2px solid #000; -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13); -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13); box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13); }
.dotCircle .itemDot { font-size: 40px; }
.contentCircle { width: 250px; border-radius: 100%; color: #222222; position: relative; top: 150px; left: 50%; transform: translate(-50%, -50%); }
.contentCircle .CirItem { border-radius: 100%; color: #222222; position: absolute; text-align: center; bottom: 0; left: 0; opacity: 0; transform: scale(0); transition: 0.5s; font-size: 15px; width: 100%; height: 100%; top: 0; right: 0; margin: auto; line-height: 250px; }
.CirItem.active { z-index: 1; opacity: 1; transform: scale(1); transition: 0.5s; }
.contentCircle .CirItem i { font-size: 180px; position: absolute; top: 0; left: 50%; margin-left: -90px; color: #000000; opacity: 0.1; }
@media only screen and (min-width:300px) and (max-width:599px) {
	.holderCircle {/* width: 300px; height: 300px;*/ margin: 110px auto; }
	.holderCircle::after { width: 100%; height: 100%; }
	.dotCircle { width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }
}
@media only screen and (min-width:600px) and (max-width:767px) { }
@media only screen and (min-width:768px) and (max-width:991px) { }
@media only screen and (min-width:992px) and (max-width:1199px) { }
@media only screen and (min-width:1200px) and (max-width:1499px) { }
  .title-box .title { 
	  font-weight: 600;
	  position: relative;
	  z-index: -1;   
	  font-size: 28px;
		text-transform:uppercase;
	}
        .title-box span { text-shadow: 0 10px 10px rgba(0, 0, 0, .15); font-weight: 800; color: #e0b364; }
        .title-box p {font-size: 15px; line-height: 2em; color:#a1abbd}
		
		
.timeline-container {
    margin-top:30px;
    background-color: #ECF9EA;
    padding: 10px 80px 30px;
}
.timeline-container {
    margin-top:0px;
    border-top: 3px #B7852C solid;
}


/*owl carousel styles*/
.owl-carousel .owl-dots .owl-dot {
    background: #fff;
    border:solid;
    border-width:1px;
    border-color: #bfbfbf;
}
.owl-carousel .owl-dots .owl-dot.active {
    background:#417638;
}
.owl-prev {
    position:absolute;
    top:200px;
    left: 33px;
  	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
  left:34px;
  top:200px;
	position: absolute;
	border-right-color: #B7852C;
	border-width: 18px;
	margin-top: -16px;
}
.owl-next {
    position:absolute;
    top:200px;
    right: -20px;
    top: 200px;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
  /*   border-color: rgba(194, 225, 245, 0); */
    border-left-color: #B7852C;
    right:35px;
    border-width: 18px;
    margin-top: -16px;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    -webkit-transform: translate3d(0px, 0, 0);
}
.owl-stage-outer {
    top: -16px;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

/*timeline slider styles*/
.timeline-slide {
    max-width: 165px;
    margin: 4.2rem 0 0 0;
    width: 100%;
    background-color: #006B5A;
    position:relative;
}
.timeline-slide .circle {
    border: 4px #fff solid;
    background-color: #B7852C;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-redius: 50%;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: -70px;
    z-index: 2000;
    overflow: visible;
}
.timeline-copy {
    font-size: 0.7em;
    color: #fff;
    background-color: #006B5A;
    margin: 1rem;
    padding-bottom: 5px;
}
.timeline-slide .vertical-line {
    border-left: 3px #B7852C solid;
    height: 50px;
    position: absolute;
    left: 50%;
    margin-left: -4.5px;
    top: -50px;
    z-index: 1000;
}
.timeline-slide .timeline-copy h3 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom:0px;
}
.timeline-slide .timeline-copy {
    padding: 1rem 0.5rem;
    color: #fff;
}
.timeline-container {
  margin-top:20px;
  padding-top:6px;
}
.timeline-container .owl-stage {
    margin-left:18px;
}
.owl-carousel .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background: #e6c996;
    border-radius: 100%;
    display: inline-block;
    margin: 0 5px;
}
.owl-carousel .owl-dots {
    text-align: center;
  margin-top:1em;
}
.owl-carousel .owl-nav .owl-prev {
    width: 18px;
    height: 33px;
    background: url(/images/ico-arrow-left.svg) no-repeat center;
}
.owl-prev:after {
  z-index: 1000;
  border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
/* 	border-right-color: #ECF9EA; */
  border-right-color:#ECF9EA;
  right:-18px;
  top: 3px;
	border-width: 14px;
	margin-top: -15px;
}
.owl-carousel .owl-nav .owl-next {
    background: #ECF9EA;
}
.owl-next:after {
  z-index: 1000;
  border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-left-color: #ECF9EA;
/*   border-left-color: #000; */
  left: -18px;
  top: 18px;
	border-width: 14px;
	margin-top: -30px;
}
.owl-prev span {
  display:none;
}
.owl-next span {
  display:none;
}
/* .owl-prev, .owl-next {
  
} */

button:focus {outline:0;}
  
@media screen and (max-width: 560px) {
  .timeline-slide {
    margin-top: 4.2rem;
    margin-left: 3.5rem;
  }
}
#ourmotto {
	padding:30px 0px;
}  
#ourmotto .animation {
    text-align: center;
    padding: 30px 0px 0px;
}
#ourmotto svg.svg-inline--fa {
    color: #ffffff;
    background: #e0b364;
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    line-height: 60px;
    margin: 0 0 10px 0;
    padding: 14px;  
}
#ourmotto h4 {   
    color: #e0b364;
    font-size: 22px;
}
.mb-60 {
    margin-bottom: 60px;
}
.sub-footer span a {
    padding: 0px 15px;
}
.footer .social-right {
    text-align: right;
}
.footer .social-right p {
    text-align: right;
}