.modal-content button.close {
    position: absolute;
    z-index: 99;
    top: 25px;
    right: 25px;
}
.qodef-slider,
.qodef-slider-inner,
#rev_slider_4_1_wrapper,
#rev_slider_4_1 {
    min-height: 100vh !important;
    position:relative;
    z-index:50;
    pointer-events:none;
}
rs-slide[data-rsparticles] canvas {
    filter: blur(3px) !important;
    -webkit-filter: blur(3px) !important;
}

.qodef-main-menu > ul > li.qodef-active-item > a,
.qodef-sticky-nav > ul > li.qodef-active-item > a {
    background: transparent !important;
    color: rgb(46, 163, 242) !important;
    text-decoration: none !important;
}
.qodef-main-menu > ul > li.qodef-active-item > a .item_outer,
.qodef-sticky-nav > ul > li.qodef-active-item > a .item_outer {
    background: transparent !important;
    border-bottom: 0 !important;
    border-radius: 0 !important;
}
.qodef-main-menu > ul > li.qodef-active-item:hover > a,
.qodef-sticky-nav > ul > li.qodef-active-item:hover > a {
    background: transparent !important;
    color: rgb(46, 163, 242) !important;
}
.qodef-main-menu > ul > li.qodef-active-item:hover > a .item_outer,
.qodef-sticky-nav > ul > li.qodef-active-item:hover > a .item_outer {
    background: transparent !important;
    border-bottom: 0 !important;
}
.qodef-main-menu > ul > li > a .item_outer::before,
.qodef-sticky-nav > ul > li > a .item_outer::before,
.qodef-main-menu > ul > li.qodef-active-item > a .item_outer::before,
.qodef-sticky-nav > ul > li.qodef-active-item > a .item_outer::before,
.qodef-main-menu > ul > li:hover > a .item_outer::before,
.qodef-sticky-nav > ul > li:hover > a .item_outer::before {
    background: transparent !important;
    display: none !important;
    box-shadow: none !important;
}
.qodef-main-menu > ul > li > a,
.qodef-sticky-nav > ul > li > a {
    color: #000 !important;
}
.qodef-main-menu > ul > li:hover > a,
.qodef-sticky-nav > ul > li:hover > a {
    color: #000 !important;
    background: transparent !important;
}
.qodef-main-menu > ul > li > a .item_outer,
.qodef-sticky-nav > ul > li > a .item_outer {
    position: relative;
    border-bottom: 0 !important;
    overflow: visible;
}
.qodef-main-menu > ul > li > a .item_outer::after,
.qodef-sticky-nav > ul > li > a .item_outer::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    height: 3px;
    background: #2ea3f2;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 250ms ease;
}
.qodef-main-menu > ul > li:hover > a .item_outer::after,
.qodef-sticky-nav > ul > li:hover > a .item_outer::after {
    transform: scaleX(1);
}
.qodef-main-menu > ul > li.qodef-active-item > a .item_outer::after,
.qodef-sticky-nav > ul > li.qodef-active-item > a .item_outer::after {
    transform: scaleX(1);
}
.qodef-main-menu > ul > li.qodef-active-item > a:hover,
.qodef-sticky-nav > ul > li.qodef-active-item > a:hover {
    color: rgb(46, 163, 242) !important;
    background: transparent !important;
}
.qodef-main-menu > ul > li.qodef-active-item > a .item_outer::after,
.qodef-sticky-nav > ul > li.qodef-active-item > a .item_outer::after {
    transition: none !important;
}
.qodef-main-menu > ul > li.qodef-active-item,
.qodef-sticky-nav > ul > li.qodef-active-item {
    cursor: default;
}
.qodef-inline-search { display: none; align-items: center; margin-left: 12px; }
.qodef-inline-search.active { display: inline-flex; }
.qodef-inline-search form { position: relative; }
.qodef-inline-search input[type="text"] {
    width: 220px;
    height: 36px;
    line-height: 36px;
    padding: 0 34px 0 12px;
    border: 1px solid #cfd7df;
    border-radius: 18px;
    outline: none;
}
.qodef-inline-search button.qodef-inline-search-close {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #6b7280;
    border: none;
}
.qodef-inline-search button.qodef-inline-search-close,
.qodef-inline-search button.qodef-inline-search-close:focus,
.qodef-inline-search button.qodef-inline-search-close:active,
.qodef-inline-search button.qodef-inline-search-close:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    -webkit-appearance: none;
    appearance: none;
}
.qodef-search-inline-opener i {
    font-size: 24px;
    vertical-align: middle;
    margin-left: 25px;
    margin-right: 25px;
}