#qodef-page-spinner.qodef-layout--marceau.qodef--init .qodef-m-text {
    opacity: 0;
    transform: translateY(0);
}

#qodef-back-to-top .qodef-back-to-top-icon {
		color: #fff;
    background-color: #ff1900;
}

#qodef-page-footer-bottom-area {
    padding: 34px 0 34px;
    background-color: #fff;
    border-top: 0 solid #e1e1e1;
    text-align: center;
}

#qodef-page-footer .widget {
    margin: 0 0 10px;
    color: #909090;
}

element.style {
    background: transparent;
    padding: 0px;
    width: 414px;
    height: 736px;
    visibility: visible;
    margin-top: 0px;
    margin-bottom: 0px;
    position: absolute;
    max-height: none;
    overflow: visible;
    left: -10px;
    top: -30px;
}

#qodef-page-inner {
    position: relative;
    /* padding: 130px 0 100px; */
}
		
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.qodef-h2, h2 {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 25px;
    line-height: 57px;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    /* display: none; */
}

.qodef-h4, h4 {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 33px;
    line-height: 40px;
    margin: 0px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: underline;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0px;
    transition: color .2s ease-out,background-color .2s ease-out,padding .4s ease-out;
    cursor: pointer;
    border-top: 1px solid #eee;
}

dark mode switcher

.wp-dark-mode-switcher.style-1 label {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #55555578;
    border-radius: 8px;
}
.wp-dark-mode-switcher.style-1 img {
    width: 14px;
}

html.wp-dark-mode-active a:not(.wp-dark-mode-ignore), html.wp-dark-mode-active a *:not(.wp-dark-mode-ignore), html.wp-dark-mode-active a:active:not(.wp-dark-mode-ignore), html.wp-dark-mode-active a:active *:not(.wp-dark-mode-ignore), html.wp-dark-mode-active a:visited:not(.wp-dark-mode-ignore), html.wp-dark-mode-active a:visited *:not(.wp-dark-mode-ignore) {
    color: #ff0000 !important;
}

.cn-button.bootstrap {
    color: #fff;
    background: #ff0000;
}


#qodef-page-header {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100px;
    background-color: #fff0;
    z-index: 100;
}

@media only screen and (max-width: 1024px) {
#qodef-page-mobile-header {
    display: none;
}