/* wp-content/plugins/elementor-pro/assets/css/frontend.min.css */

.swiper-slide {
    border-style: solid;
    border-width: 0;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: border, background, -webkit-transform;
    transition-property: border, background, -webkit-transform;
    -o-transition-property: border, background, transform;
    transition-property: border, background, transform;
    transition-property: border, background, transform, -webkit-transform;
    overflow: hidden;
}

.elementor-nav-menu--main .elementor-nav-menu a {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.elementor-nav-menu--main .elementor-nav-menu a,
.elementor-nav-menu--main .elementor-nav-menu a.highlighted,
.elementor-nav-menu--main .elementor-nav-menu a:focus,
.elementor-nav-menu--main .elementor-nav-menu a:hover {
    padding: 13px 20px;
}

.elementor-nav-menu--main .elementor-nav-menu ul {
    position: absolute;
    width: 12em;
    border-width: 0;
    border-style: solid;
    padding: 0;
}
.elementor-nav-menu--layout-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
    white-space: nowrap;
}

.elementor-nav-menu__align-right .elementor-nav-menu {
    margin-left: auto;
}

.elementor-nav-menu__align-right .elementor-nav-menu,
.elementor-nav-menu__align-right
    .elementor-nav-menu--layout-vertical
    > ul
    > li
    > a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.elementor-nav-menu__align-left .elementor-nav-menu {
    margin-right: auto;
}

.elementor-nav-menu__align-left .elementor-nav-menu,
.elementor-nav-menu__align-left
    .elementor-nav-menu--layout-vertical
    > ul
    > li
    > a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle)
    .elementor-menu-toggle {
    display: none;
}

.elementor-widget-nav-menu .elementor-widget-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.elementor-nav-menu {
    position: relative;
    z-index: 2;
}

.elementor-nav-menu:after {
    content: "\00a0";
    display: block;
    height: 0;
    font: 0/0 serif;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.elementor-nav-menu,
.elementor-nav-menu li,
.elementor-nav-menu ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.elementor-nav-menu ul {
    display: none;
}

.elementor-nav-menu a,
.elementor-nav-menu li {
    position: relative;
}

.elementor-nav-menu li {
    border-width: 0;
}

.elementor-nav-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.elementor-nav-menu a,
.elementor-nav-menu a:focus,
.elementor-nav-menu a:hover {
    padding: 10px 20px;
    line-height: 20px;
}

.elementor-nav-menu--indicator-classic .elementor-nav-menu .sub-arrow i:before {
    content: "";
}

.elementor-nav-menu .sub-arrow {
    font-size: 16px;
    line-height: 1;
    padding: 10px 0 10px 10px;
    margin-top: -10px;
    margin-bottom: -10px;
}

.elementor-nav-menu .sub-arrow i {
    pointer-events: none;
}

.elementor-menu-toggle {
    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;
    font-size: 22px;
    padding: 0.25em;
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.05);
    color: #494c4f;
}

.elementor-menu-toggle.elementor-active i:before {
    content: "\e87f";
}

.elementor-nav-menu--dropdown {
    background-color: #fff;
    font-size: 13px;
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    margin-top: 10px;
    -webkit-transition: max-height 0.3s, -webkit-transform 0.3s;
    transition: max-height 0.3s, -webkit-transform 0.3s;
    -o-transition: max-height 0.3s, transform 0.3s;
    transition: max-height 0.3s, transform 0.3s;
    transition: max-height 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow: auto;
}

.elementor-nav-menu--dropdown a {
    color: #494c4f;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.elementor-nav-menu--toggle
    .elementor-menu-toggle:not(.elementor-active)
    + .elementor-nav-menu__container {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
}

.elementor-nav-menu--toggle
    .elementor-menu-toggle.elementor-active
    + .elementor-nav-menu__container {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh;
}

.elementor-nav-menu--stretch
    .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    position: absolute;
    z-index: 9997;
}

@media (min-width: 1025px) {
    .elementor-nav-menu--dropdown-tablet .elementor-menu-toggle,
    .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown {
        display: none;
    }
}

@media (max-width: 1024px) {
    .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main {
        display: none;
    }
}

.elementor-location-footer:before,
.elementor-location-header:before {
    content: "";
    display: table;
    clear: both;
}

.elementor-sticky--active {
    z-index: 99;
}

[data-elementor-type="popup"]
    .elementor-section-wrap:not(:empty)
    + #elementor-add-new-section,
[data-elementor-type="popup"]:not(.elementor-edit-mode) {
    display: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    text-align: left;
    background: #fff;
    background-size: auto;
    margin-top: 0rem;
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}
b,
strong {
    font-weight: bolder;
}
a {
    color: #53bce6;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #03ade4;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
table {
    border-collapse: collapse;
}
[hidden] {
    display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    color: inherit;
}
h2,
.h2 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
}
h3,
.h3 {
    font-size: 1.75rem;
    color: #222;
    font-weight: 700;
    line-height: 1.2;
}
h4,
.h4 {
    font-size: 20px;
    color: #222;
    font-weight: 600;
    line-height: 1.2;
}
h5,
.h5 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.elementor-location-header {
    position: relative;
    z-index: 100;
    width: 100%;
}
#main-container .site-main {
    position: relative;
    z-index: 20;
    background-color: #fff;
    background-position: top left;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: auto;
}
.alignnone {
    margin: 5px 20px 20px 0;
}

@media (max-width: 767px) {
    .elementor .elementor-hidden-phone {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .elementor .elementor-hidden-tablet {
        display: none;
    }
}
@media (min-width: 1025px) {
    .elementor .elementor-hidden-desktop {
        display: none;
    }
}

/* added at Jan 2022 */

.elementor-slides .swiper-slide-bg {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    min-width: 100%;
    min-height: 100%;
}

.elementor-slides .swiper-slide-inner {
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 50px;
    margin: auto;
}

.elementor-slides .swiper-slide-inner,
.elementor-slides .swiper-slide-inner:hover {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.elementor-slides .swiper-slide-inner .elementor-slide-heading {
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
}

.elementor-slides .swiper-slide-inner .elementor-slide-description {
    font-size: 17px;
    line-height: 1.4;
}

.elementor-slides
    .swiper-slide-inner
    .elementor-slide-description:not(:last-child),
.elementor-slides
    .swiper-slide-inner
    .elementor-slide-heading:not(:last-child) {
    margin-bottom: 30px;
}

.elementor-slides .swiper-slide-inner .elementor-slide-button {
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
    display: inline-block;
}

.elementor-slides .swiper-slide-inner .elementor-slide-button,
.elementor-slides .swiper-slide-inner .elementor-slide-button:hover {
    background: transparent;
    color: inherit;
    text-decoration: none;
}

.elementor--v-position-middle .swiper-slide-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.elementor--h-position-left .swiper-slide-inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .elementor-slides .swiper-slide-inner {
        padding: 30px;
    }

    .elementor-slides .swiper-slide-inner .elementor-slide-heading {
        font-size: 23px;
        line-height: 1;
        margin-bottom: 15px;
    }

    .elementor-slides .swiper-slide-inner .elementor-slide-description {
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
}

/* wp-content/plugins/elementor/assets/css/frontend.min.css */

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.elementor-clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0;
}
.elementor {
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
}
.elementor *,
.elementor :after,
.elementor :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.elementor a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}
.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.elementor
    .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content)
    figure {
    margin: 0;
}
.elementor-widget-wrap > .elementor-element.elementor-absolute {
    position: absolute;
}
.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
    max-width: 100%;
}
.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,
.elementor-widget-wrap
    .elementor-element.elementor-widget-mobile__width-initial {
    max-width: 100%;
}
.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
    z-index: 1;
}
.elementor-invisible {
    visibility: hidden;
}
.elementor-align-center {
    text-align: center;
}
.elementor-align-left {
    text-align: left;
}

.elementor-ken-burns--active {
    -webkit-transition-duration: 20s;
    -o-transition-duration: 20s;
    transition-duration: 20s;
}

:root {
    --page-title-display: block;
}
.elementor-section {
    position: relative;
}
.elementor-section .elementor-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.elementor-section .elementor-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1024px) {
    .elementor-section .elementor-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px;
}
.elementor-section.elementor-section-items-middle > .elementor-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.elementor-section.elementor-section-items-bottom > .elementor-container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.elementor-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.elementor-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1024px) {
    .elementor-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.elementor-widget-wrap > .elementor-element {
    width: 100%;
}
.elementor-widget {
    position: relative;
}
.elementor-widget:not(:last-child) {
    margin-bottom: 20px;
}
.elementor-widget:not(:last-child).elementor-absolute,
.elementor-widget:not(:last-child).elementor-widget__width-auto,
.elementor-widget:not(:last-child).elementor-widget__width-initial {
    margin-bottom: 0;
}
.elementor-column {
    min-height: 1px;
}
.elementor-column,
.elementor-column-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.elementor-column-wrap {
    width: 100%;
}
.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
    padding: 0;
}
.elementor-column.elementor-col-16,
.elementor-column[data-col="16"] {
    width: 16.666%;
}
.elementor-column.elementor-col-25,
.elementor-column[data-col="25"] {
    width: 25%;
}
.elementor-column.elementor-col-33,
.elementor-column[data-col="33"] {
    width: 33.333%;
}
.elementor-column.elementor-col-50,
.elementor-column[data-col="50"] {
    width: 50%;
}
.elementor-column.elementor-col-100,
.elementor-column[data-col="100"] {
    width: 100%;
}
.elementor-column {
    width: 100%;
}
.elementor-grid {
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap);
}
.elementor-grid .elementor-grid-item {
    min-width: 0;
}
.elementor-grid-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap));
}
.elementor-grid-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
}
@media (min-width: 1025px) {
    #elementor-device-mode:after {
        content: "desktop";
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #elementor-device-mode:after {
        content: "tablet";
    }
}

@media (max-width: 767px) {
    #elementor-device-mode:after {
        content: "mobile";
    }
}

.elementor-element .elementor-widget-container {
    -webkit-transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s,
        -webkit-box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s,
        -webkit-box-shadow 0.3s;
    -o-transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
.elementor-accordion {
    text-align: left;
}
.elementor-accordion .elementor-accordion-item {
    border: 1px solid #d4d4d4;
}
.elementor-accordion .elementor-accordion-item + .elementor-accordion-item {
    border-top: none;
}
.elementor-accordion .elementor-tab-title {
    margin: 0;
    padding: 15px 20px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    outline: none;
}
.elementor-accordion .elementor-tab-content {
    display: none;
    padding: 15px 20px;
    border-top: 1px solid #d4d4d4;
}

@media (max-width: 767px) {
    .elementor-accordion .elementor-tab-title {
        padding: 12px 15px;
    }
    .elementor-accordion .elementor-tab-content {
        padding: 7px 15px;
    }
}
.elementor-tab-title a {
    color: inherit;
}
.elementor-widget-divider {
    --divider-border-style: none;
    --divider-border-width: 1px;
    --divider-color: #2c2c2c;
    --divider-icon-size: 20px;
    --divider-element-spacing: 10px;
    --divider-pattern-height: 24px;
    --divider-pattern-size: 20px;
    --divider-pattern-url: none;
    --divider-pattern-repeat: repeat-x;
}
.elementor-widget-divider .elementor-divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.elementor-widget-divider .elementor-divider-separator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    direction: ltr;
}
.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon)
    .elementor-divider-separator {
    border-top: var(--divider-border-width) var(--divider-border-style)
        var(--divider-color);
}
.elementor-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1;
}
.elementor-icon {
    display: inline-block;
    line-height: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #818a91;
    font-size: 50px;
    text-align: center;
}
.elementor-icon i,
.elementor-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}
.elementor-icon i:before,
.elementor-icon svg:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.elementor-widget-image {
    text-align: center;
}
.elementor-widget-image .elementor-image > a,
.elementor-widget-image .elementor-image figure > a {
    display: inline-block;
}

.elementor-widget-image a img[src$=".svg"] {
    width: 48px;
}

.elementor-widget-image .elementor-image img {
    vertical-align: middle;
    display: inline-block;
}
.elementor-widget-image-box .elementor-image-box-content {
    width: 100%;
}
.elementor-widget-image-box.elementor-position-top .elementor-image-box-img {
    margin: auto;
}
.elementor-widget-image-box.elementor-vertical-align-top
    .elementor-image-box-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.elementor-widget-image-box .elementor-image-box-img {
    display: inline-block;
}
.elementor-widget-image-box .elementor-image-box-title a {
    color: inherit;
}
.elementor-widget-image-box .elementor-image-box-wrapper {
    text-align: center;
}
.elementor-widget-image-carousel .swiper-container {
    position: static;
}
.elementor-widget-image-carousel .swiper-container .swiper-slide figure {
    line-height: inherit;
}
.elementor-widget-image-carousel .swiper-slide {
    text-align: center;
}
.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-mobile-0
    .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-tablet-0
    .elementor-widget-container {
    line-height: 1;
    font-size: 0;
}
.elementor-widget-social-icons .elementor-grid {
    grid-column-gap: var(--grid-column-gap, 5px);
    grid-row-gap: var(--grid-row-gap, 5px);
    grid-template-columns: var(--grid-template-columns);
    -webkit-box-pack: var(--justify-content, center);
    -ms-flex-pack: var(--justify-content, center);
    justify-content: var(--justify-content, center);
    justify-items: var(--justify-content, center);
}
.elementor-social-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #818a91;
    font-size: var(--icon-size, 25px);
    line-height: var(--icon-size, 25px);
    width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, 0.5em));
    height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, 0.5em));
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}
.elementor-social-icon i {
    color: #fff;
}
.elementor-social-icon:last-child {
    margin: 0;
}
.elementor-social-icon-facebook,
.elementor-social-icon-facebook-f {
    background-color: #3b5998;
}
.elementor-social-icon-github {
    background-color: #333;
}
.elementor-social-icon-linkedin,
.elementor-social-icon-linkedin-in {
    background-color: #0077b5;
}
.elementor-social-icon-twitter {
    background-color: #1da1f2;
}
.elementor-social-icon-youtube {
    background-color: #cd201f;
}
.elementor-shape-rounded .elementor-icon.elementor-social-icon {
    -webkit-border-radius: 10%;
    border-radius: 10%;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-container .swiper-slide figure {
    line-height: 0;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 5px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #000;
    opacity: 0.2;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 6px;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.elementor-pagination-position-outside .swiper-container {
    padding-bottom: 30px;
}

.elementor-swiper {
    position: relative;
}

.elementor-main-swiper {
    position: static;
}

@media (max-width: 767px) {
    .elementor-column {
        width: 100%;
    }
    .elementor-column.elementor-col-16,
    .elementor-column[data-col="16"] {
        width: 100%;
    }
    .elementor-column.elementor-col-25,
    .elementor-column[data-col="25"] {
        width: 100%;
    }
    .elementor-column.elementor-col-33,
    .elementor-column[data-col="33"] {
        width: 100%;
    }
    .elementor-column.elementor-col-50,
    .elementor-column[data-col="50"] {
        width: 100%;
    }
    .elementor-widget-wrap
        .elementor-element.elementor-widget-mobile__width-auto,
    .elementor-widget-wrap
        .elementor-element.elementor-widget-mobile__width-initial {
        max-width: 100%;
    }
}

.elementor-button {
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.elementor-button.elementor-size-md {
    font-size: 16px;
    padding: 15px 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

/*  /wp-content/plugins/raven/assets/css/frontend.min.css */

.raven-button,
a.raven-button {
    display: inline-block;
    padding: 12px 24px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 3px;
    background-color: #818a91;
    color: #fff;
    line-height: 1;
    text-align: center;
}
.raven-button:focus,
.raven-button:hover,
.raven-button:visited,
a.raven-button:focus,
a.raven-button:hover,
a.raven-button:visited {
    color: #fff;
}
.raven-button .raven-button-content {
    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;
    height: 100%;
}

/* wp-content/plugins/jet-menu/assets/public/lib/font-awesome/css/all.min.css */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(/wp-content/plugins/jet-menu/assets/public/lib/font-awesome/webfonts/fa-solid-900.eot);
    src: url(/wp-content/plugins/jet-menu/assets/public/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix)
            format("embedded-opentype"),
        url(/wp-content/plugins/jet-menu/assets/public/lib/font-awesome/webfonts/fa-solid-900.woff2)
            format("woff2"),
        url(/wp-content/plugins/jet-menu/assets/public/lib/font-awesome/webfonts/fa-solid-900.woff)
            format("woff"),
        url(/wp-content/plugins/jet-menu/assets/public/lib/font-awesome/webfonts/fa-solid-900.ttf)
            format("truetype"),
        url(/wp-content/plugins/jet-menu/assets/public/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome)
            format("svg");
}
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/wp-content/plugins/jet-menu/assets/public/lib/font-awesome/webfonts/fa-brands-400.eot);
    src: url(/wp-content/plugins/jet-menu/assets/public/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix)
            format("embedded-opentype"),
        url(/wp-content/plugins/jet-menu/assets/public/lib/font-awesome/webfonts/fa-brands-400.woff2)
            format("woff2"),
        url(/wp-content/plugins/jet-menu/assets/public/lib/font-awesome/webfonts/fa-brands-400.woff)
            format("woff"),
        url(/wp-content/plugins/jet-menu/assets/public/lib/font-awesome/webfonts/fa-brands-400.ttf)
            format("truetype"),
        url(/wp-content/plugins/jet-menu/assets/public/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome)
            format("svg");
}
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-linkedin:before {
    content: "\f08c";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-youtube:before {
    content: "\f167";
}
.fab {
    font-family: "Font Awesome 5 Brands";
}
.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free";
}
.fa,
.fas {
    font-weight: 900;
}

.fa-caret-down:before {
    content: "\f0d7";
}

/* elementor-icons.css */

/*! elementor-icons - v5.9.1 - 20-07-2020 */
@font-face {
    font-display: swap;
    font-family: eicons;
    src: url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.9.1);
    src: url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.9.1#iefix)
            format("embedded-opentype"),
        url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.9.1)
            format("woff2"),
        url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.9.1)
            format("woff"),
        url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.9.1)
            format("truetype"),
        url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.9.1#eicon)
            format("svg");
    font-weight: 400;
    font-style: normal;
}

[class*=" eicon-"],
[class^="eicon"] {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.eicon-menu-bar:before {
    content: "\e816";
}

/* /wp-content/plugins/jet-tabs/assets/css/jet-tabs-frontend.css */

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.jet-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.jet-tabs__control-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    overflow: hidden;
    z-index: 1;
}
.jet-tabs__content-wrapper {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: height 0.25s cubic-bezier(0.44, 0.96, 0.5, 0.98);
    -o-transition: height 0.25s cubic-bezier(0.44, 0.96, 0.5, 0.98);
    transition: height 0.25s cubic-bezier(0.44, 0.96, 0.5, 0.98);
}
.jet-tabs__control {
    cursor: pointer;
    outline: none;
}
.jet-tabs__control.jet-tabs__control-icon-left .jet-tabs__control-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.jet-tabs__control-inner {
    padding: 10px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.jet-tabs__label-image {
    width: 25px;
}
.active-tab .jet-tabs__label-text {
    color: #6ec1e4;
}
.jet-tabs__content {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    padding: 10px;
}
.jet-tabs__content > .elementor > .elementor-inner {
    margin: 0;
}
.jet-tabs__content.active-content {
    position: relative;
    pointer-events: auto;
    opacity: 1;
}
.jet-tabs-position-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.jet-tabs-position-top .jet-tabs__control-wrapper {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-width: 1px 1px 0 1px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.jet-tabs-position-top .jet-tabs__content-wrapper {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    border-top-width: 1px;
}

.jet-tabs-fade-effect .jet-tabs__content.active-content {
    -webkit-animation-name: fade;
    animation-name: fade;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
    animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

/* /wp-content/plugins/jet-menu/assets/public/css/public.css */

.jet-menu-container {
    position: relative;
    width: 100%;
}
.jet-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.jet-menu .jet-menu-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.jet-menu .top-level-link {
    width: 100%;
    margin: 0;
    padding: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.jet-menu ul {
    left: 0;
}
.jet-desktop-menu-active .jet-responsive-menu > .jet-menu-item[hidden] {
    display: none;
}
.jet-desktop-menu-active .jet-responsive-menu-available-items[hidden] {
    display: none;
}
.jet-menu-item {
    position: relative;
}
.jet-menu-item > a {
    display: block;
    text-decoration: none;
    width: auto;
}
.jet-menu-item.jet-mega-menu-item {
    position: static;
}
.jet-menu-item .jet-sub-menu {
    display: block;
    min-width: 200px;
    margin: 0;
    background-color: #fff;
    list-style: none;
    top: 100%;
    left: 0;
    right: auto;
    position: absolute;
    padding: 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    pointer-events: none;
    z-index: 999;
}
.jet-menu-item .jet-sub-menu > li {
    display: block;
}
.jet-menu-item .jet-sub-menu > li > a {
    padding: 10px;
}
.jet-menu-item-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.jet-menu-item-wrapper .jet-dropdown-arrow {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-left: 10px;
}
.jet-sub-mega-menu {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    background-color: #fff;
    pointer-events: none;
    top: 100%;
    left: 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 999;
}
.jet-sub-mega-menu > .elementor {
    width: 100%;
}
.jet-sub-menu,
.jet-sub-mega-menu {
    opacity: 0;
    visibility: hidden;
}
.jet-desktop-menu-active
    .elementor-sticky--active
    + .elementor-sticky
    .jet-sub-menu,
.jet-desktop-menu-active
    .elementor-sticky--active
    + .elementor-sticky
    .jet-sub-mega-menu {
    display: none;
}
.jet-desktop-menu-active .jet-menu--animation-type-fade .jet-sub-menu {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s cubic-bezier(0.48, 0.01, 0.5, 0.99),
        visibility 0.1s linear;
}
.jet-desktop-menu-active .jet-menu--animation-type-fade .jet-sub-mega-menu {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s cubic-bezier(0.48, 0.01, 0.5, 0.99),
        visibility 0.1s linear;
}

.jet-desktop-menu-active
    .jet-menu--animation-type-fade
    .jet-simple-menu-item.jet-menu-hover
    > .jet-sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.jet-desktop-menu-active
    .jet-menu--animation-type-fade
    .jet-mega-menu-item.jet-menu-hover
    .jet-sub-mega-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
.elementor-nav-menu--dropdown .elementor-item.highlighted,
.elementor-nav-menu--dropdown .elementor-item:focus,
.elementor-nav-menu--dropdown .elementor-item:hover,
.elementor-sub-item.elementor-item-active,
.elementor-sub-item.highlighted,
.elementor-sub-item:focus,
.elementor-sub-item:hover {
    color: #fff;
}

/* wp-content/plugins/elementor/assets/lib/animations/animations.min.css */

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}
.elementor-animation-grow {
    transition-duration: 0.3s;
    transition-property: transform;
}
.elementor-animation-grow:active,
.elementor-animation-grow:focus,
.elementor-animation-grow:hover {
    transform: scale(1.1);
}

/* wp-content/plugins/powerpack-lite-for-elementor/assets/css/frontend.css */

.swiper-container-wrap .swiper-slide,
.swiper-container .swiper-slide {
    text-align: center;
}
.pp-slider-arrow,
.pp-slider-arrow:focus,
.swiper-pagination-bullet,
.swiper-pagination-bullet:focus {
    outline: 0;
}
.animated {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
