/* Top Area Styles for qodef-top-area */

#qodef-top-area {
    background-color: #658fca;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#qodef-top-area-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 50px;
}

#qodef-top-area-inner {
    height: 47px;
}

.qodef-widget-holder {
    display: flex;
    align-items: center;
}

.qodef-widget-holder.qodef--left {
    justify-content: flex-start;
}

.qodef-widget-holder.qodef--right {
    justify-content: flex-end;
}

.qodef-top-bar-widget {
    margin: 0;
    padding: 0;
}

/* WordPress Block Columns */
.wp-block-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
}

.wp-block-column {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Icon with Text Widget */
.qodef-icon-with-text {
    display: flex;
    align-items: center;
}

.qodef-icon-with-text.qodef-layout--before-content {
    flex-direction: row;
}

.qodef-m-icon-wrapper {
    display: flex;
    align-items: center;
}

.qodef-icon-holder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.qodef-icon-holder.qodef-size--default {
    width: auto;
    height: auto;
}

.qodef-icon-holder a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.qodef-icon-holder a:hover {
    opacity: 0.7;
}

.qodef-icon {
    display: inline-block;
    line-height: 1;
}

/* Icon Content */
.qodef-m-content {
    display: flex;
    align-items: center;
}

.qodef-m-title {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    font-family: "Montserrat", sans-serif;
}

.qodef-m-title a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.qodef-m-title a:hover {
    opacity: 1;
}

.qodef-m-title-text {
    display: inline-block;
}

.qodef-m-title-text:hover {
    opacity: 1;
}

.qodef-source--image a:hover {
    opacity: 1;
}

.color-red {
    --qode-button-color: #ffffff;
    --qode-button-bg-color: #d62a47;
    --qode-button-bg-hover-color: #658fca;
}


#qodef-top-area .qodef-widget-holder .qodef-icon-with-text .qodef-m-content p.qodef-m-title {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0
}

#qodef-page-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 20px 50px;
    background-color: #fff;
}

.qodef-opener-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    color: #000000;
}

.qodef-opener-icon .qodef-m-icon {
    display: none;
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-lines {
    position: relative;
    display: block;
    width: 29px;
    height: 16px;
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line {
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: currentColor;
    transition: top .15s ease, transform .3s ease;
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--1 {
    top: 0;
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--2 {
    top: 7px;
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--3 {
    bottom: 0;
}

i.fas::before, i.fa::before, i.far::before{
		font-size: 30px;
}

.mainContent>.container {
    margin: 60px auto 40px;
}

/* Responsive Styles */
@media only screen and (min-width: 1024px) {
    #qodef-page-header .qodef-header-logo-link img {
        filter: brightness(0) invert(1);
    }

    #qodef-page-header-inner {
        background-color: #042F5F;
    }

}

@media only screen and (max-width: 1024px) {

    #qodef-top-area,
    .qodef-header-navigation,
    .qodef-widget-holder {
        display: none !important;
    }

    #qodef-top-area-inner {
        padding: 0 30px;
    }

    .qodef-opener-icon .qodef-m-icon {
        display: inline-block;
    }

}

@media only screen and (max-width: 768px) {
    #qodef-top-area {
        display: none;
    }

    #qodef-top-area-inner {
        flex-direction: column;
        gap: 10px;
        padding: 10px 20px;
    }

    .qodef-widget-holder {
        width: 100%;
        justify-content: center !important;
    }

    .wp-block-column {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media only screen and (max-width: 480px) {
    .wp-block-column {
        flex-direction: column;
        gap: 10px;
    }

    .qodef-icon-with-text {
        margin-bottom: 10px;
    }
}

/* Page Header Styles for qodef-page-header */

#qodef-page-header {
    position: relative;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    z-index: 100;
}



/* Logo Styles */
.qodef-header-logo-link {
    display: inline-block;
    text-decoration: none;
    max-width: 200px;
    transition: opacity 0.3s ease;
}

.qodef-header-logo-link:hover {
    opacity: 0.8;
}

.qodef-header-logo-link.qodef-height--set {
    height: auto;
}

.qodef-header-logo-image {
    display: none;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.qodef-header-logo-image.qodef--main {
    display: block;
}

.qodef-header-logo-image.qodef--dark {
    display: none;
}

.qodef-header-logo-image.qodef--light {
    display: none;
}

/* Navigation Styles */
.qodef-header-navigation {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: flex-start;
    margin-left: 3%;
}

.qodef-header-navigation ul.menu {
    display: flex;
    list-style: none;
    margin: 0 19px;
    padding: 0;
    gap: 35px;
}

.qodef-header-navigation .menu-item {
    position: relative;
    margin: 0;
    padding: 0;
}

.qodef-header-navigation .menu-item a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    height: 100%;
    font-size: 18px;
    line-height: 1.33333em;
    letter-spacing: -.03em;
    font-weight: 500;
    padding: 10px 0;
    transition: color 0.3s ease;
}

.qodef-header-navigation .menu-item a:hover {
    opacity: 1;
}

.qodef-header-navigation .menu-item.current-menu-item a,
.qodef-header-navigation .menu-item.current_page_item a {
    opacity: 1;
}

.qodef-header-navigation>ul>li>a .qodef-menu-item-text:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d62a47;
    margin-right: 8px;
    transform: scale(.8) translateX(-6px);
    opacity: 0;
    transition: transform .4s cubic-bezier(.22, .61, .36, 1), opacity .35s;
    font-size: 18px;
    line-height: 1.33333em;
    letter-spacing: -.03em;
    font-weight: 500;
}

.qodef-header-navigation>ul>li.current-menu-ancestor>a .qodef-menu-item-text:before,
.qodef-header-navigation>ul>li.current-menu-item>a .qodef-menu-item-text:before {
    opacity: 1;
    transform: scale(1);
}

.qodef-header-navigation>ul>li>a:hover .qodef-menu-item-text:before {
    opacity: 1;
    transform: scale(1);
}

.qodef-menu-item-text {
    display: inline-block;
}

/* Mobile Menu Options - Hidden by default */
.qodef-header-navigation .mobile-menu-option {
    display: none;
}

/* Widget Holder for Buttons */
.qodef-widget-holder.qodef--one {
    display: flex;
    align-items: center;
    gap: 15px;
}

.qodef-header-widget-area-one {
    display: inline-block;
}

.qodef-shortcode i {
    color: #ffffff;
}

/* Button Styles */
.qodef-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    color: var(--qode-button-color, #ffffff);
    background-color: var(--qode-button-bg-color, #71bab7);
}

.qodef-button.qodef-layout--filled {
    border-radius: 5em;
    font-weight: 500;
    letter-spacing: -.02em;
}

#qodef-top-area .qodef-widget-holder .widget {
    margin: 0 8px;
}

.qodef-m-text {
    display: inline-block;
}

.qodef-button.qodef-html--link {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 19px;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    padding: 13px 37px 14px;
}

.qodef-html--link:hover {
    opacity: 1;
}


.qodef-m-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    opacity: 0;
}

.qodef-svg--button-arrow {
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5px;
}

.qodef-button.qodef-layout--filled.qodef-html--link .qodef-m-arrow svg {
    transform: translateZ(0) rotate(.01deg);
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    --qode-hover-move-x: -110%;
    --qode-hover-move-y: 100%;
    overflow: visible;
    -webkit-clip-path: inset(-10%);
    clip-path: inset(-10%);
}

.qodef-button.qodef-layout--filled.qodef-html--link .qodef-m-arrow svg g {
    transition: transform .38s cubic-bezier(.37, .08, .02, .93), opacity .18s ease-out;
    transform: translateX(-110%) translateY(100%);
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover .qodef-m-arrow {
    opacity: 1;
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover .qodef-m-arrow svg g {
    transform: translateX(0) translateY(0);
    opacity: 1;
}

.widget:after,
.widget:before {
    content: '';
    display: table;
    table-layout: fixed;
}

.qodef-button.qodef-layout--filled.qodef-html--link .qodef-m-text {
    transition: transform .68s cubic-bezier(.3, .41, .22, .95);
    transform: translateX(10px) translateZ(0) rotate(.01deg);
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover .qodef-m-text {
    transform: translateX(0) translateZ(0) rotate(.01deg);
    transition-duration: .38s;
}

.homeContact__wrapper {
    font-size: unset;
		margin-top: 20px;
		
}

.homeContact__wrapper--leftSide,
.homeContact__wrapper--middleSide,
.homeContact__wrapper--rightSide {
    padding: 30px 10px 30px 10px;
}

.homeContact__wrapper--leftSideDetailsIcon,
.homeContact__wrapper--middleSideDetailsIcon,
.homeContact__wrapper--rightSideDetailsIcon {
    font-size: unset !important;
		margin-bottom: 10px;
}

.homeContact__wrapper a {
    font-size: smaller;
}

.homeContact__wrapper--leftSide{
	background-color: #9a9a9a;
}

.homeContact__wrapper--middleSide{
	background-color: #7b7b7b;
}

.homeContact__wrapper--rightSide{
	background-color: #9a9a9a;
}



/* Responsive Styles */
@media only screen and (max-width: 1024px) {
    #qodef-page-header-inner {
        padding: 15px 30px;
    }

    .qodef-header-navigation ul.menu {
        gap: 20px;
    }

    .qodef-header-navigation .menu-item a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 767px) {
    .container {
        max-width: 90rem;
    }
}

@media only screen and (max-width: 768px) {
    #qodef-page-header-inner {
        padding: 15px 20px;
        flex-wrap: wrap;
    }

    .qodef-header-logo-link {
        max-width: 150px;
    }

    .qodef-header-navigation {
        display: none;
        width: 100%;
        order: 3;
        margin-top: 20px;
    }

    .qodef-header-navigation.active {
        display: block;
    }

    .qodef-header-navigation ul.menu {
        flex-direction: column;
        gap: 0;
    }

    .qodef-header-navigation .menu-item {
        border-bottom: 1px solid #e5e5e5;
    }

    .qodef-header-navigation .menu-item a {
        padding: 15px 0;
    }

    .qodef-header-navigation .mobile-menu-option {
        display: block;
    }

    .qodef-widget-holder.qodef--one {
        flex-direction: column;
        gap: 10px;
    }

    .qodef-button {
        padding: 10px 20px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 480px) {
    .qodef-header-logo-link {
        max-width: 120px;
    }

    .qodef-button {
        padding: 8px 16px;
        font-size: 12px;
        width: 100%;
        justify-content: center;
    }

    .qodef-widget-holder.qodef--one {
        width: 100%;
    }
}

/* Footer Styles for qodef-page-footer */

#qodef-page-footer {
    background-color: #334761;
    color: #ffffff;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

/* Footer Title Area (Logo Section) */
#qodef-page-footer-title-area {
    width: 100%;
    padding-left: 116px;
    padding-right: 116px;
    padding-top: 60px;
    padding-bottom: 11px;
}

#qodef-page-footer-title-area-inner {
    max-width: 1300px;
    margin: 0 auto;
}

footer .qodef-widget-title {
    font-size: 18px;
    line-height: 1.33333em;
    letter-spacing: -.03em;
    font-weight: 500;
    word-wrap: break-word;
}

#qodef-page-footer .widget a {
    color: #fff;
}

#qodef-page-footer-top-area .widget.widget_nav_menu a {
    --qode-padding: 18px;
    --qode-dot-color: #d62a47;
    padding-right: var(--qode-padding) !important;
    -webkit-clip-path: inset(0);
    font-size: 17px;
    clip-path: inset(0);
    transition: transform .37s cubic-bezier(.22, .61, .36, 1), -webkit-clip-path .37s cubic-bezier(.22, .61, .36, 1);
    transition: transform .37s cubic-bezier(.22, .61, .36, 1), clip-path .37s cubic-bezier(.22, .61, .36, 1);
    transition: transform .37s cubic-bezier(.22, .61, .36, 1), clip-path .37s cubic-bezier(.22, .61, .36, 1), -webkit-clip-path .37s cubic-bezier(.22, .61, .36, 1);
    transform: translateX(0);
    display: inline-block;
}

#qodef-page-footer-top-area .widget.widget_nav_menu a:hover {
    transform: translateX(calc(1 * 18px));
    -webkit-clip-path: inset(calc(-1 * 18px));
    clip-path: inset(calc(-1 * 18px));
    color: inherit;
    opacity: 1;
}

#qodef-page-footer-top-area .widget.widget_nav_menu a:before {
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    position: absolute;
    background-color: #d62a47;
    border-radius: 50%;
    top: 52%;
    translate: 0 calc(-1 * 52%);
    transition: transform .52s cubic-bezier(.22, .61, .36, 1), opacity .35s;
    left: 0;
    transform: translateX(calc(-1 * 18px)) scale(0);
    opacity: 1;
}

#qodef-page-footer-top-area .widget.widget_nav_menu a:hover:before {
    transform: translateX(calc(-1 * 18px)) scale(1);
}

#qodef-page-footer-top-area .widget.widget_nav_menu a:hover {
    transform: translateX(calc(1 * 18px));
    -webkit-clip-path: inset(calc(-1 * 18px));
    clip-path: inset(calc(-1 * 18px));
    color: inherit;
}


#qodef-page-footer-title-area-inner.qodef-content-full-width {
    max-width: 100%;
}

/* WordPress Block Columns in Footer Title */
#qodef-page-footer-title-area .wp-block-columns {
    display: flex;
    gap: 2em;
}

#qodef-page-footer-title-area .wp-block-column {
    flex: 1;
}

/* Single Image Block */
.qi-block-single-image {
    display: block;
}

.qi-block-single-image .qodef-m-image {
    display: block;
}

.qi-block-single-image .qodef-m-image img {
    max-width: 50%;
    height: auto;
    display: block;
}

#qodef-page-footer-top-area-inner {
    padding-top: 50px;
    padding-bottom: 60px;
}

#qodef-page-footer-top-area .qodef-content-full-width {
    padding-left: 116px;
    padding-right: 116px;
}

/* Grid Layout */
.qodef-grid {
    width: 100%;
}

.qodef-grid.qodef-layout--columns {
    display: block;
}

.qodef-grid-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.qodef-grid.qodef-col-num--5 .qodef-grid-inner {
    justify-content: space-between;
}

.qodef-grid.qodef-col-num--5 .qodef-grid-item {
    flex: 0 0 calc(20% - 24px);
    min-width: 150px;
}

.qodef-grid.qodef-col-num--2 .qodef-grid-item {
    flex: 0 0 calc(50% - 15px);
}

/* Widget Styles */
.qodef-grid-item .widget {
    margin-bottom: 0;
}

.qodef-widget-title {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Navigation Menu in Footer */
.widget_nav_menu .menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget_nav_menu .menu-item {
    padding: 0;
}

.widget_nav_menu .menu-item a {
    display: inline-block;
    color: #b8c1cc;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.6;
    transition: color 0.3s ease;
}

.widget_nav_menu .menu-item a:hover {
    color: #71bab7;
}

/* Footer Bottom Area (Copyright) */
#qodef-page-footer-bottom-area {
    padding: 25px 0;
}

#qodef-page-footer-bottom-area-inner {
    max-width: 1300px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 0 solid #dedede;
}

#qodef-page-footer-bottom-area-inner.qodef-content-full-width {
    padding-left: 116px;
    padding-right: 116px;
}

#qodef-page-footer-bottom-area .widget_block {
    margin: 0;
}

#qodef-page-footer-bottom-area p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.05em;
    line-height: 24px;
    color: #fff;
}

#qodef-page-footer-bottom-area a {
    color: #b8c1cc;
    text-decoration: none;
    transition: color 0.3s ease;
}

#qodef-page-footer-bottom-area .widget a:hover {
    color: #bdd1ff;
}

.qodef-grid>.qodef-grid-inner {
    position: relative;
    display: grid;
    grid-template-columns: repeat(var(--qode-columns), minmax(0, 1fr));
    row-gap: var(--qode-columns-row-gap);
    column-gap: var(--qode-columns-col-gap);
}

.qodef-grid.qodef-col-num--5>.qodef-grid-inner {
    --qode-columns: 5;
}

.qodef-grid .qodef-grid-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    min-height: 1px;
}

/* Footer Responsive Styles */

@media only screen and (max-width: 1200px) {
    #qodef-page-footer-top-area .qodef-content-full-width {
        padding-left: 7%;
        padding-right: 7%;
    }

    #qodef-page-footer-bottom-area .qodef-content-full-width {
        padding-left: 7%;
        padding-right: 7%;
    }
}

@media only screen and (max-width: 1024px) {

    #qodef-page-footer-title-area {
        display: none;
    }



    /* #qodef-page-footer-title-area-inner,
    #qodef-page-footer-top-area-inner,
    #qodef-page-footer-bottom-area-inner {
        padding: 0 30px;
    } */

    .qodef-grid.qodef-col-num--5 .qodef-grid-item {
        flex: 0 0 calc(33.333% - 20px);
    }
}

@media only screen and (max-width: 880px) {

    #qodef-page-footer-top-area .qodef-grid.qodef-col-num--5>.qodef-grid-inner {
        --qode-columns: 3;
        row-gap: 60px;
    }


    #qodef-page-footer-top-area {
        padding: 40px 0 30px;
    }

    .qodef-grid.qodef-col-num--5 .qodef-grid-item {
        flex: 0 0 calc(50% - 15px);
    }

    .qodef-grid.qodef-col-num--2.qodef-col-num--880--1 .qodef-grid-item {
        flex: 0 0 100%;
        text-align: flex-start;
    }
}

@media only screen and (max-width: 768px) {

    #qodef-page-footer-title-area-inner,
    #qodef-page-footer-top-area-inner,
    #qodef-page-footer-bottom-area-inner {
        padding: 0 20px;
    }

    #qodef-page-footer-title-area {
        padding: 30px 0;
    }

    .qi-block-single-image .qodef-m-image img {
        max-width: 150px;
    }
}

@media only screen and (max-width: 680px) {
    .qodef-grid.qodef-col-num--5 .qodef-grid-item {
        flex: 0 0 100%;
        text-align: left;
    }

    #qodef-page-footer-top-area .qodef-grid.qodef-col-num--5>.qodef-grid-inner {
        --qode-columns: 1;
        row-gap: 45px;
    }

    .qodef-grid.qodef-col-num--2.qodef-col-num--680--1 .qodef-grid-item {
        flex: 0 0 100%;
        text-align: left;
    }

    .widget_nav_menu .menu {
        text-align: left;
    }

    .qi-block-single-image .qodef-m-image img {
        margin: 0 auto;
    }

    #qodef-page-footer-top-area {
        padding: 30px 0 20px;
    }
}

@media only screen and (max-width: 480px) {
    .qodef-widget-title {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .widget_nav_menu .menu-item a {
        font-size: 13px;
    }

    #qodef-page-footer-bottom-area p {
        font-size: 12px;
    }
}


.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}

#qodef-side-area-mobile-header {
    position: fixed;
    top: 0;
    right: -277px;
    width: 277px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 94px 22px 70px 20px;
    background-color: #fff;
    box-shadow: 1px 1px 15px 0 rgba(38, 46, 149, .07);
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77, 0, .175, 1);
}

#qodef-side-area-mobile-header.qodef--opened {
    right: 0;
    visibility: visible;
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened {
    color: #000000;
}

#qodef-side-area-mobile-header .qodef-m-close {
    position: absolute;
    top: 26px;
    right: 26px;
    display: block;
    z-index: 1000;
}

.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-line {
    animation: qode-draw .9s cubic-bezier(.57, .39, 0, .86) 1 forwards;
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--1 {
    top: 7px;
    transform: rotate(45deg);
}
.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-line.qodef--2 {
    animation-delay: .09s;
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--2 {
    top: 7px;
    transform: rotate(-45deg);
}

.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-line.qodef--3 {
    animation-delay: .18s;
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--3 {
    opacity: 0;
}

#qodef-side-area-mobile-header .qodef-m-navigation {
    width: 100%;
}

#qodef-side-area-mobile-header .qodef-m-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li {
    position: relative;
    padding: 6px 0;
    margin: 0;
}
#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a {
    color: #000;
    font-size: 18px;
    line-height: 1.33333em;
    letter-spacing: -.03em;
    font-weight: 500;
}
#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a .qodef-menu-item-text {
    display: inline-flex;
    align-items: center;
}
#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a .qodef-menu-item-text:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d62a47;
    margin-right: 8px;
    transform: scale(.8) translateX(-6px);
    opacity: 0;
    transition: transform .4s cubic-bezier(.22, .61, .36, 1), opacity .35s;
}