.ct-section {
    width: 100%;
    background-size: cover;
    background-repeat: repeat;
}

.ct-section>.ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ct-div-block {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}

.ct-new-columns {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}

.ct-link-text {
    display: inline-block;
}

.ct-link {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    text-decoration: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ct-link-button {
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.ct-link-button {
    background-color: #1e73be;
    border: 1px solid #1e73be;
    color: #ffffff;
    padding: 10px 16px;
}

.ct-image {
    max-width: 100%;
}

.ct-fancy-icon>svg {
    width: 55px;
    height: 55px;
}

.ct-inner-content {
    width: 100%;
}

.ct-slide {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ct-nestable-shortcode {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}

.oxy-comments {
    width: 100%;
    text-align: left;
}

.oxy-comment-form {
    width: 100%;
}

.oxy-login-form {
    width: 100%;
}

.oxy-search-form {
    width: 100%;
}

.oxy-tabs-contents {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}

.oxy-tab {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}

.oxy-tab-content {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}

.oxy-testimonial {
    width: 100%;
}

.oxy-icon-box {
    width: 100%;
}

.oxy-pricing-box {
    width: 100%;
}

.oxy-posts-grid {
    width: 100%;
}

.oxy-gallery {
    width: 100%;
}

.ct-slider {
    width: 100%;
}

.oxy-tabs {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: stretch;
}

.ct-modal {
    flex-direction: column;
    align-items: flex-start;
}

.ct-span {
    display: inline-block;
    text-decoration: inherit;
}

.ct-widget {
    width: 100%;
}

.oxy-dynamic-list {
    width: 100%;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

    .ct-div-block,
    .oxy-post-content,
    .ct-text-block,
    .ct-headline,
    .oxy-rich-text,
    .ct-link-text {
        max-width: 100%;
    }

    img {
        flex-shrink: 0;
    }

    body * {
        min-height: 1px;
    }
}

.oxy-testimonial {
    flex-direction: row;
    align-items: center;
}

.oxy-testimonial .oxy-testimonial-photo-wrap {
    order: 1;
}

.oxy-testimonial .oxy-testimonial-photo {
    width: 125px;
    height: 125px;
    margin-right: 20px;
}

.oxy-testimonial .oxy-testimonial-photo-wrap,
.oxy-testimonial .oxy-testimonial-author-wrap,
.oxy-testimonial .oxy-testimonial-content-wrap {
    align-items: flex-start;
    text-align: left;
}

.oxy-testimonial .oxy-testimonial-text {
    margin-bottom: 8px;
    font-size: 21px;
    line-height: 1.4;
    -webkit-font-smoothing: subpixel-antialiased;
}

.oxy-testimonial .oxy-testimonial-author {
    font-size: 18px;
    -webkit-font-smoothing: subpixel-antialiased;
}


.oxy-testimonial .oxy-testimonial-author-info {
    font-size: 12px;
    -webkit-font-smoothing: subpixel-antialiased;
}



.oxy-icon-box {
    text-align: left;
    flex-direction: column;
}

.oxy-icon-box .oxy-icon-box-icon {
    margin-bottom: 12px;
    align-self: flex-start;
}

.oxy-icon-box .oxy-icon-box-heading {
    font-size: 21px;
    margin-bottom: 12px;
}

.oxy-icon-box .oxy-icon-box-text {
    font-size: 16px;
    margin-bottom: 12px;
    align-self: flex-start;
}

.oxy-icon-box .oxy-icon-box-link {
    margin-top: 20px;
}




.oxy-pricing-box .oxy-pricing-box-section {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
    justify-content: center;
}


.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-graphic {
    justify-content: center;
}



.oxy-pricing-box .oxy-pricing-box-title-title {
    font-size: 48px;
}

.oxy-pricing-box .oxy-pricing-box-title-subtitle {
    font-size: 24px;
}



.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
    flex-direction: row;
}

.oxy-pricing-box .oxy-pricing-box-currency {
    font-size: 28px;
}

.oxy-pricing-box .oxy-pricing-box-amount-main {
    font-size: 80px;
    line-height: 0.7;
}

.oxy-pricing-box .oxy-pricing-box-amount-decimal {
    font-size: 13px;
}

.oxy-pricing-box .oxy-pricing-box-term {
    font-size: 16px;
}

.oxy-pricing-box .oxy-pricing-box-sale-price {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}



.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-content {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
}



.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {
    justify-content: center;
}


.oxy-progress-bar .oxy-progress-bar-background {
    background-color: #000000;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, .12) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .12) 50%, rgba(255, 255, 255, .12) 75%, transparent 75%, transparent);
    animation: none 0s paused;
}

.oxy-progress-bar .oxy-progress-bar-progress-wrap {
    width: 85%;
}

.oxy-progress-bar .oxy-progress-bar-progress {
    background-color: #66aaff;
    padding: 40px;
    animation: none 0s paused, none 0s paused;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, .12) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .12) 50%, rgba(255, 255, 255, .12) 75%, transparent 75%, transparent);
}

.oxy-progress-bar .oxy-progress-bar-overlay-text {
    font-size: 30px;
    font-weight: 900;
    -webkit-font-smoothing: subpixel-antialiased;
}

.oxy-progress-bar .oxy-progress-bar-overlay-percent {
    font-size: 12px;
}

.ct-slider .unslider-nav ol li {
    border-color: #ffffff;
}

.ct-slider .unslider-nav ol li.unslider-active {
    background-color: #ffffff;
}

.ct-slider .ct-slide {
    padding: 0px;
}

.oxy-superbox .oxy-superbox-secondary,
.oxy-superbox .oxy-superbox-primary {
    transition-duration: 0.5s;
}









.oxy-shape-divider {
    width: 0px;
    height: 0px;

}

.oxy_shape_divider svg {
    width: 100%;
}

.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .sub-menu {
    box-shadow: px px px px;
}

.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children>a svg {
    transition-duration: 0.4s;
}

.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children>a div {
    margin-left: 0px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
    width: 30px;
    height: 30px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon,
.oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
    transition-duration: 0.4s;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon {
    top: 20px;
    left: 20px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg {
    width: 24px;
    height: 24px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon,
.oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg {
    transition-duration: 0.4s;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container,
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container {
    background-color: #ffffff;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container,
.oxy-pro-menu .oxy-pro-menu-open-container {
    background-image: url();
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item-has-children>a svg,
.oxy-pro-menu .oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item-has-children>a svg {
    font-size: 24px;
}

.oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-open-container .menu-item-has-children ul,
.oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-off-canvas-container .menu-item-has-children ul {
    background-color: rgba(0, 0, 0, 0.2);
    border-top-style: solid;
}

.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .oxy-pro-menu-list {
    flex-direction: row;
}

.oxy-pro-menu .oxy-pro-menu-container .menu-item a {
    text-align: left;
    justify-content: flex-start;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .menu-item,
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .menu-item {
    align-items: flex-start;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container {
    top: 0;
    bottom: 0;
    right: auto;
    left: 0;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item a,
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item a {
    text-align: left;
    justify-content: flex-start;
}

.oxy-site-navigation {
    --oxynav-brand-color: #4831B0;
    --oxynav-neutral-color: #FFFFFF;
    --oxynav-activehover-color: #EFEDF4;
    --oxynav-background-color: #4831B0;
    --oxynav-border-radius: 0px;
    --oxynav-other-spacing: 8px;
    --oxynav-transition-duration: 0.3s;
    --oxynav-transition-timing-function: cubic-bezier(.84, .05, .31, .93);
}

.oxy-site-navigation .oxy-site-navigation__mobile-close-wrapper {
    text-align: left;
}

.oxy-site-navigation>ul {
    left: 0;
}

.oxy-site-navigation {
    --oxynav-animation-name: none;
}

.oxy-site-navigation>ul:not(.open)>li[data-cta='true']:nth-last-child(1) {
    background-color: var(--oxynav-brand-color);
    transition: var(--oxynav-transition-duration);
    margin-left: var(--oxynav-other-spacing);
    border: none;
}

.oxy-site-navigation>ul:not(.open)>li[data-cta='true']:nth-last-child(2) {
    background: transparent;
    border: 1px solid currentColor;
    transition: var(--oxynav-transition-duration);
    margin-left: var(--oxynav-other-spacing);
}

.oxy-site-navigation>ul:not(.open)>li[data-cta='true']:nth-last-child(2):not(:hover)>img {
    filter: invert(0) !important;
}

.oxy-site-navigation>ul:not(.open)>li[data-cta='true']:hover {
    background-color: var(--oxynav-activehover-color);
}

.oxy-site-navigation>ul:not(.open)>li[data-cta='true']:nth-last-child(1)>a {
    color: var(--oxynav-neutral-color);
}

.oxy-site-navigation>ul:not(.open)>li[data-cta='true']:nth-last-child(2)>a {
    color: var(--oxynav-brand-color);
}

.oxy-site-navigation>ul:not(.open)>li[data-cta='true']:hover>a {
    color: var(--oxynav-brand-color);
}

.oxy-site-navigation>ul:not(.open)>li[data-cta='true']:nth-last-child(1)>a::after {
    color: var(--oxynav-neutral-color);
}

.oxy-site-navigation>ul:not(.open)>li[data-cta='true']:nth-last-child(2)>a::after {
    color: var(--oxynav-brand-color);
}

.oxy-site-navigation>ul:not(.open)>li[data-cta='true']:hover>a::after {
    color: var(--oxynav-brand-color);
}

.oxy-site-navigation>ul:not(.open)>li[data-cta='true']>ul {
    display: none;
}

.oxy-site-navigation>ul:not(.open)>li[data-cta='true']>button,
.oxy-site-navigation>ul:not(.open)>li[data-cta='true']>ul {
    display: none;
}

.ct-section-inner-wrap,
.oxy-header-container {
    max-width: 1120px;
}

body {
    font-family: 'Nova Open Sans';
}

body {
    line-height: 1.6;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
}

.oxy-nav-menu-hamburger-line {
    background-color: #666666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nova Lato';
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
}

h2,
h3,
h4,
h5,
h6 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.6;
    color: #07adb7;
}

h3,
h4,
h5,
h6 {
    font-size: 24px;
    color: #232020;
}

h4,
h5,
h6 {
    font-size: 20px;
}

h5,
h6 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

a {
    color: #07adb7;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.ct-link-text {
    text-decoration: ;
}

.ct-link {
    text-decoration: ;
}

.ct-link-button {
    font-weight: 500;
    border-radius: 100px;
}

.ct-section-inner-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ct-new-columns>.ct-div-block {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.oxy-header-container {}

@media (max-width: 992px) {
    .ct-columns-inner-wrap {
        display: block !important;
    }

    .ct-columns-inner-wrap:after {
        display: table;
        clear: both;
        content: "";
    }

    .ct-column {
        width: 100% !important;
        margin: 0 !important;
    }

    .ct-columns-inner-wrap {
        margin: 0 !important;
    }
}

.oxy-close-modal {}

.nova-hero-title {
    background-color: rgba(0, 0, 0, 0.5);
    width: 90%;
    text-align: center;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.nova-hero-title:not(.ct-section):not(.oxy-easy-posts),
.nova-hero-title.oxy-easy-posts .oxy-posts,
.nova-hero-title.ct-section .ct-section-inner-wrap {
    align-items: center;
}

.nova-hero-header {
    background-size: cover;
    background-attachment: fixed;
    border-bottom-color: #07adb7;
    border-bottom-style: solid;
    position: relative;
    border-bottom-width: 2px;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.5);
}

.nova-hero-header .ct-section-inner-wrap {
    padding-top: 120px;
    padding-bottom: 60px;
}

.nova-hero-header:not(.ct-section):not(.oxy-easy-posts),
.nova-hero-header.oxy-easy-posts .oxy-posts,
.nova-hero-header.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nova-hero-button:hover {
    background-color: #07adb7;
    border: 1px solid #07adb7;
    color: #ffffff;
}

.nova-hero-button:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
}

.nova-hero-button {
    background-color: #82af38;
    border: 1px solid #82af38;
}

.nova-hero-button {
    font-family: Nova Open Sans;
    text-transform: uppercase;
    button-hover_color: #07adb7;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.nova-info-box {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 5px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    text-align: left;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.nova-info-box:not(.ct-section):not(.oxy-easy-posts),
.nova-info-box.oxy-easy-posts .oxy-posts,
.nova-info-box.ct-section .ct-section-inner-wrap {
    align-items: center;
}

.nova-button-contact {}

.nova-body-button:hover {
    background-color: #07adb7;
    border: 1px solid #07adb7;
    color: #ffffff;
}

.nova-body-button:hover {
    color: #ffffff;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
}

.nova-body-button {
    background-color: #82af38;
    border: 1px solid #82af38;
}

.nova-body-button {
    text-transform: uppercase;
    button-hover_color: #07adb7;
    font-size: 14px;
    text-align: center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.nova-body-button:not(.ct-section):not(.oxy-easy-posts),
.nova-body-button.oxy-easy-posts .oxy-posts,
.nova-body-button.ct-section .ct-section-inner-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nova-shadow {
    position: relative;
    z-index: 5;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.5);
}

.nova-h2 {
    border-right-color: #07adb7;
    border-right-width: 2px;
    border-right-style: solid;
    margin-bottom: 20px;
    padding-right: 50px;
}

.nova-banner-section {
    background-image: linear-gradient(#232020 150px, rgba(0, 0, 0, 0.5));
    text-align: center;
    background-color: #232020;
    border-top-color: #07adb7;
    border-top-width: 2px;
    border-top-style: solid;
    border-bottom-color: #07adb7;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.nova-banner-section .ct-section-inner-wrap {
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
}

@media (max-width:767px) {
    .nova-banner-section .ct-section-inner-wrap {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.nova-banner-section:not(.ct-section):not(.oxy-easy-posts),
.nova-banner-section.oxy-easy-posts .oxy-posts,
.nova-banner-section.ct-section .ct-section-inner-wrap {
    align-items: center;
}

.nova-info-box-header {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-bottom-color: #07adb7;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    text-transform: uppercase;
}

.nova-table-header {
    font-weight: 800;
    text-align: center;
}

.nova-table-header:not(.ct-section):not(.oxy-easy-posts),
.nova-table-header.oxy-easy-posts .oxy-posts,
.nova-table-header.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nova-table-col-header {
    text-align: left;
    font-weight: 800;
    border-top-color: #07adb7;
    border-top-width: 2px;
    border-top-style: solid;
}

.nova-table-col-header:not(.ct-section):not(.oxy-easy-posts),
.nova-table-col-header.oxy-easy-posts .oxy-posts,
.nova-table-col-header.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.nova-table-col {
    text-align: center;
    border-top-color: #07adb7;
    border-top-width: 2px;
    border-top-style: solid;
}

.nova-table-col:not(.ct-section):not(.oxy-easy-posts),
.nova-table-col.oxy-easy-posts .oxy-posts,
.nova-table-col.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.oxy-stock-content-styles {}

.nova-blog-image {
    max-width: 100%;
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.5);
}

.widget_button {}

.trigger-contact-modal {}

.cat-item {
    margin-left: -30px;
    list-style: none
}

.widgettitle {
    flex-direction: unset;
    color: #232020;
    font-size: 20px;
    padding-left: 10px;
    margin-top: 10px;
    padding-top: 10px;
    border-top-color: rgba(7, 173, 183, 0.5);
    border-top-width: 2px;
    border-top-style: solid;
}

select:hover {
    color: #07adb7;
}

select {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    background-color: #232020;
    color: #666666;
    text-transform: capitalize;
    font-size: 14px;
    border-top-color: #666666;
    border-right-color: #666666;
    border-bottom-color: #666666;
    border-left-color: #666666;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    padding-right: 10px;
}

.oxy-read-more {}

a.oxy-read-more {
    border-radius: 100px;
}

#submit>button {
    border-radius: 100px;
    text-transform: uppercase;
    font-weight: 400;
    padding-left: 50px;
    padding-right: 50px;
}