@import url(Vazir-FD.css);

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87;
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: -apple-system, 'Vazir-FD', sans-serif;
    line-height: 1.7;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    overflow-x: hidden;
    color: #111;
    line-height: 1.7;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    font-family: -apple-system, 'Vazir-FD', sans-serif;;
    text-align: right;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    outline: none !important;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    background: #fff no-repeat top;
}

@-ms-viewport {
    width: fit-content max-content;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}


[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    line-height: 1.2;
    color: inherit
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

h1 {
    font-size: 60px;
    font-family: -apple-system, 'Vazir-FD', sans-serif;
    font-weight: 700
}

@media (max-width: 768px) {
    h1 {
        font-size: 37px;
        line-height: 42px
    }
}

h2 {
    font-size: 32px;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.4;
    color: #000
}

p {
    direction: rtl;
    color: #333;
    line-height: 28px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: justify;
    text-align-last: right;
}


article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

a {
    color: #337ab7;
    background-color: transparent;
    text-decoration: none
}

a:hover {
    color: #23527c;
    text-decoration: none;
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

img {
    vertical-align: middle;
    border-style: none;
    border-style: none;
}

.img100{
    width: 100%;
}
svg:not(:root) {
    overflow: hidden
}


/*-- base class --*/
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1, .col-auto {
    -webkit-box-flex: 0;
    -moz-box-flex: 0
}

.col-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-2, .col-3 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0
}

.col-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-4, .col-5 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0
}

.col-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-6, .col-7 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0
}

.col-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-8, .col-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0
}

.col-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-10, .col-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0
}

.col-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 576px) {
    .col-sm {
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1, .col-sm-auto {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-sm-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-2, .col-sm-3 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-sm-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-4, .col-sm-5 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-sm-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-6, .col-sm-7 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-sm-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-8, .col-sm-9 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-sm-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-10, .col-sm-11 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-sm-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1, .col-md-auto {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-md-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-2, .col-md-3 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-md-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-4, .col-md-5 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-md-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-6, .col-md-7 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-md-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-8, .col-md-9 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-md-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-10, .col-md-11 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-md-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1, .col-lg-auto {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-lg-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-2, .col-lg-3 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-lg-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-4, .col-lg-5 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-lg-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-6, .col-lg-7 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-lg-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-8, .col-lg-9 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-lg-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-10, .col-lg-11 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-lg-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1, .col-xl-auto {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-xl-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-2, .col-xl-3 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-xl-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-4, .col-xl-5 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-xl-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-6, .col-xl-7 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-xl-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-8, .col-xl-9 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-xl-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-10, .col-xl-11 {
        -webkit-box-flex: 0;
        -moz-box-flex: 0
    }

    .col-xl-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}


img[data-lazy-src] {
    opacity: 0
}

img.lazyloaded {
    -webkit-transition: opacity .5s linear .2s;
    -moz-transition: opacity .5s linear .2s;
    -o-transition: opacity .5s linear .2s;
    transition: opacity .5s linear .2s;
    opacity: 1
}


/*-- landing background --*/

#scene {
    position: absolute !important;
    width: 100%;
    top: 0;
    overflow: hidden;
    height: 1330px;
}

.gap {
    margin-top: 120px;
}

.landing-bg-l {
    background: url(../img/SVG/bg-suite-left.svg) no-repeat;
    width: 720px;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    left: -25px !important;
    top: -15px !important;
    height: 1030px;
}

.landing-bg-r {
    background: url(../img/SVG/bg-suite-right.svg) no-repeat;
    width: 718px;
    top: -10px !important;
    left: auto !important;
    right: -25px !important;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    height: 1310px;
}

@media (max-width: 768px) {
    .landing-bg-l {
        width: 470px
    }
}

@media (max-width: 480px) {
    .landing-bg-l {
        width: 320px
    }
}

@media (max-width: 768px) {
    .landing-bg-r {
        display: none !important
    }
}

/*-- navbar --*/


.odin-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    border-bottom: 2px solid transparent;
    -webkit-transition: top .2s, padding .2s, color .2s, background-color .2s, border-color .2s, -webkit-box-shadow .2s;
    -o-transition: top .2s, padding .2s, color .2s, background-color .2s, box-shadow .2s, border-color .2s;
    -moz-transition: top .2s, padding .2s, color .2s, background-color .2s, box-shadow .2s, border-color .2s, -moz-box-shadow .2s;
    transition: top .2s, padding .2s, color .2s, background-color .2s, box-shadow .2s, border-color .2s, -webkit-box-shadow .2s, -moz-box-shadow .2s;
}

.odin-navbar.closed {
    border: 0;
}

.odin-navbar .container {
    position: relative;
}


.odin-navbar__main-menu {
    padding: 6px 0;
}

.odin-navbar__main-menu > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 48px;
}

@media (max-width: 767px) {
    .odin-navbar__main-menu > .container {
        max-width: none
    }
}

@media (max-width: 1200px) {
    .odin-navbar__main-menu .container {
        max-width: 100%
    }
}

.odin-navbar__main-menu, .odin-navbar__main-menu li {
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    -moz-transition: .2s ease;
    transition: .2s ease;
}

.odin-navbar__main-menu li {
    font-size: 18px;
    font-weight: 500;
    margin: 10px
}

@media (max-width: 1200px) {
    .odin-navbar__main-menu li {
        margin: 10px 5px
    }
}

.odin-navbar__main-menu {
    padding: 6px 0
}
.mt5rem {
    margin-top: 5rem;
}
.mt9rem {
    margin-top: 9rem;
}
.mt8rem {
    margin-top: 8rem;
}
.my8rem {
    margin-top: 8rem;
    margin-bottom: 8rem;
}

.my9rem {
    margin-top: 9rem;
    margin-bottom: 9rem;
}
.pt8rem {
     padding-top: 8rem;
 }
.pt2rem {
     padding-top: 2rem;
 }

.col-lg-12.col-md-12.col-sm-12.mb-100 {
    margin-bottom: 100px;
}

@media only screen and (max-width: 992px) {
    .my8rem {
        margin-top: 3rem;
        margin-bottom: 0;
    }
    .mt8rem {
        margin-top: 3rem;
    }
    .pt8rem {
        padding-top: 3rem;
    }
    .pt2rem {
        padding-top: 3rem;
    }
}

@media (min-width: 992px) {
    .odin-navbar__main-menu {
        padding: 15px 0 12px
    }
}

.odin-navbar__main-menu, .odin-navbar__main-menu li {
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    -moz-transition: .2s ease;
    transition: .2s ease
}

.odin-navbar-brand {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.odin-navbar-collapse a, .odin-navbar a {
    color: inherit;
}

.odin-navbar-brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    padding: 5px 0;
}

input#hamburger {
    display: none;
}

.hamburger {
    position: absolute;
    right: 15px;
    top: 4px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

@media (min-width: 992px) {

    body.odin-navbar .content {
        display: none
    }

    .footer .footer__content .footer__nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }

    .odin-navbar-collapse {
        background: none !important;
        margin-top: 0
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav li {
        padding: 0;
        display: block
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav li > a {
        padding: 8px 10px;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav li > a i {
        display: none
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav li:hover {
        padding-bottom: 24px
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav li:hover .sub-menu {
        top: 50px
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav li:hover > a {
        background-color: rgba(0, 0, 0, .05)
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav li.forEnterprises > {
        background-color: #75bc52;
        color: #fff
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav li.forEnterprises > a:hover {
        background-color: #63a91c
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav .menu-item-has-children {
        margin-left: 0;
        position: relative
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav .menu-item-has-children a {
        padding-left: 25px
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav .menu-item-has-children:after {
        border: solid #000;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 2px;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        content: "";
        position: relative;
        top: -2px;
        left: 21px;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav .menu-item-has-children:hover:after {
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg)
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav .menu-item-has-children ul {
        right: 0;
        display: none;
        -webkit-transition: visibility 0s, opacity .2s linear;
        -o-transition: visibility 0s, opacity .2s linear;
        -moz-transition: visibility 0s, opacity .2s linear;
        transition: visibility 0s, opacity .2s linear;
        position: absolute;
        top: 72px;
        background-color: #fff;
        text-align: right;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        -webkit-box-shadow: 0 23px 30px rgba(0, 0, 0, .25);
        -moz-box-shadow: 0 23px 30px rgba(0, 0, 0, .25);
        box-shadow: 0 23px 30px rgba(0, 0, 0, .25);
        padding: 10px;
        margin: 0;
        list-style: none;
        width: 600px
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav .menu-item-has-children ul:after {
        bottom: 100%;
        right: 8%;
        border: 10px solid hsla(0, 0%, 100%, 0);
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #fff;
        margin-left: -10px;
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav .menu-item-has-children ul li {
        float: right;
        width: 33.33333%;
        padding: 0;
        margin: 0;
        text-align: justify;
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav .menu-item-has-children ul li a {
        display: block;
        padding: 20px;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        min-height: 95px;
        line-height: .9;
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav .menu-item-has-children ul li a span.title {
        font-size: 12px;
        font-family: -apple-system, 'Vazir-FD', sans-serif;
        font-weight: 600;
        display: block;
        line-height: 21px;
        overflow: hidden;
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav .menu-item-has-children ul li a span.title:before {
        height: 15px;
        width: 15px;
        content: "";
        margin-left: 7px;
        margin-top: 3px;
        display: block;
        float: right;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%;
        background: 0 0 no-repeat;
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav .menu-item-has-children ul li a span.sub {
        font-size: 11px;
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav .menu-item-has-children ul li.odinBaseDropDown a span.title:before {
        background-image: url(../img/SVG/web-design.svg);
        width: 14px;
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav .menu-item-has-children ul li.odinBaseDropDown a:hover {
        background-color: #f2fdfe;
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav .menu-item-has-children ul li.odinToDoDropDown a span.title:before {
        background-image: url(../img/SVG/app.svg);
        width: 14px;
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav .menu-item-has-children ul li.odinToDoDropDown a:hover {
        background-color: #edfcf2
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav .menu-item-has-children ul li.odinChatDropDown a span.title:before {
        background-image: url(../img/SVG/seo.svg);
        width: 14px
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav .menu-item-has-children ul li.odinChatDropDown a:hover {
        background-color: #fef8f2
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav .menu-item-has-children ul li.odinHyperNotesDropDown a span.title:before {
        background-image: url(../img/SVG/start-up-starter.svg);
        width: 14px
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav .menu-item-has-children ul li.odinHyperNotesDropDown a:hover {
        background-color: #fffbef
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav .menu-item-has-children ul li.odinUI_UXDropDown a span.title:before {
        background-image: url(../img/SVG/ui-ux.svg);
        width: 14px;
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav .menu-item-has-children ul li.odinUI_UXDropDown a:hover {
        background-color: #eff4ff
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav .menu-item-has-children ul li.odinlogoDropDown a span.title:before {
        background-image: url(../img/SVG/logo-design.svg);
        width: 14px;
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav .menu-item-has-children ul li.odinlogoDropDown a:hover {
        background-color: #ffeff8
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav .menu-item-has-children ul li.odindigitalmarketingDropDown a span.title:before {
        background-image: url(../img/SVG/digital-marketing.svg);
        width: 14px;
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav .menu-item-has-children ul li.odindigitalmarketingDropDown a:hover {
        background-color: #f4efff
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav .menu-item-has-children ul li.odindigitalmarketingDropDown {
        position: relative;
        left: 66.66666%;
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav .menu-item-has-children ul li.more {
        opacity: .5;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        pointer-events: none;
        display: block
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav .menu-item-has-children ul li.more a {
        pointer-events: none;
        cursor: default
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav .menu-item-has-children ul li.more a span.title:before {
        display: none
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav .menu-item-has-children ul li.backToSuite {
        display: table;
        height: 100%
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav .menu-item-has-children ul li.backToSuite a {
        display: table-cell;
        vertical-align: middle
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav .menu-item-has-children ul li.backToSuite a span.title:before {
        border: solid #000;
        border-width: 0 2px 2px 0;
        padding: 2px;
        height: auto;
        display: inline-block;
        -moz-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
        -o-transform: rotate(-225deg);
        transform: rotate(-225deg);
        -webkit-transform: rotate(-225deg);
        content: "";
        z-index: 5;
        margin-top: 4px;
        margin-left: 2px;
        width: auto
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav .menu-item-has-children ul li.backToSuite a:hover {
        background: rgba(0, 0, 0, .05)
    }

    .odin-navbar-collapse .menu-odin-suite-menu-container .odin-navbar-nav .menu-item-has-children:hover ul {
        display: block;
        -webkit-animation: c .2s;
        -moz-animation: c .2s;
        -o-animation: c .2s;
        animation: c .2s
    }
}

.odin-navbar--suite .odin-navbar-brand .odin-logo-highlight {
    margin-left: 5px;
    font-size: 24px
}

.odin-navbar__main-menu li {
    font-size: 18px;
    font-weight: 500;
    margin: 10px
}

.odin-navbar-brand img {
    height: 20px
}

.odin-navbar__main-menu li:hover {
    color: #000
}

.odin-navbar-collapse ul .show {
    display: block;
    visibility: visible !important
}

.odin-navbar__main-menu li {
    font-size: 18px;
    font-weight: 500;
    margin: 10px
}

/*-- content --*/

#content {
    direction: rtl;
    padding-top: 86px
}

main {
    -webkit-transition: margin .3s;
    -o-transition: margin .3s;
    -moz-transition: margin .3s;
    transition: margin .3s
}

.content-section {
    text-align: center
}

.content-section--padding-small {
    padding-top: 30px;
    padding-bottom: 30px
}

@media (max-width: 768px) {
    .content-section--padding-small {
        padding-top: 20px
    }
}

.content-section--padding-small {
    text-align: center
}

.headingSection {
    word-wrap: break-word
}

.headingSection h2 {
    max-width: 760px;
    display: block;
    font-size: 26px;
    margin: 0 auto
}

@media (max-width: 768px) {
    .headingSection h2 {
        font-size: 20px
    }
}

.headingSection h3 {
    max-width: 760px;
    display: block;
    margin: 0 auto
}

@media (max-width: 768px) {
    .headingSection h3 {
        font-size: 16px
    }
}

.container.suite {
    max-width: 1100px
}

.container.suite {
    margin-bottom: 50px
}

.overview-grid__item {
    padding-bottom: 30px
}

.productBox .boxShadow {
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #fff;
    min-height: 490px;
    position: relative;
    overflow: hidden
}

@media (max-width: 992px) and (max-width: 991px) {
    .productBox .boxShadow {
        min-height: 200px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px
    }
}

@media (max-width: 768px) {
    .productBox .boxShadow {
        min-height: 200px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px
    }
}

.productBox .boxShadow .description {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

@media (max-width: 991px) {
    .productBox .boxShadow .description {
        font-size: 14px;
    }
}

.productBox .boxShadow .text {
    font-size: 16px;
    position: absolute;
    top: 30%;
    opacity: 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    height: 267px;
    overflow: hidden;
    z-index: 4;
    display: table;
    text-align: center;
}

@media (max-width: 992px) and (max-width: 991px) {
    .productBox .boxShadow .text {
        display: none;
        transition: all 0.2s ease;
    }
}

@media (max-width: 768px) {
    .productBox .boxShadow .text {
        display: none;
        transition: all 0.2s ease;
    }
}

.productBox .boxShadow .text p {
    font-weight: 500;
    padding: 0 30px;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    transition: all 0.2s ease;
    text-align-last: center;
}

.productBox.start-up-starter .boxShadow .text p {
    font-weight: 500;
    padding: 0 30px;
    display: table-cell;
    vertical-align: middle;
    color: #333333;
    text-align: center;
    transition: all 0.2s ease;
}

@media (max-width: 768px) and (max-width: 992px) {
    .productBox .boxShadow .text p {
        font-size: 13px;
        line-height: 1.7;
        padding: 0
    }
}

@media (max-width: 991px) {
    .productBox .boxShadow .text p {
        font-size: 13px;
        line-height: 1.7;
        padding: 0
    }
}

@media (max-width: 768px) and (max-width: 992px) {
    .productBox .boxShadow .text {
        opacity: 1;
        position: relative;
        height: auto;
        padding: 20px 15px 15px;
        background-color: #000;
        min-height: 170px;
        top: 0
    }
}

@media (max-width: 991px) {
    .productBox .boxShadow .text {
        opacity: 1;
        position: relative;
        height: auto;
        padding: 20px 15px 15px;
        background-color: #000;
        min-height: 170px;
        top: 0
    }
}


.productBox .boxShadow .banner {
    position: relative
}

.productBox .boxShadow .banner .icon {
    position: absolute;
    z-index: 3;
    width: 100%;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    top: 30%;
}

.productBox.start-up-starter .boxShadow .banner .icon {
    position: absolute;
    z-index: 3;
    width: 100%;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    top: 26%;
}


@media (max-width: 991px) {
    .productBox .boxShadow .banner .icon {
        top: unset;
        left: 0;
        bottom: 0;
    }
}

.productBox .boxShadow .banner .icon img {
    width: 33%;
}

.productBox.start-up-starter .boxShadow .banner .icon img {
    width: 25%
}

@media (max-width: 768px) and (max-width: 992px) {
    .productBox .boxShadow .banner .icon img {
        width: 60px;
        left: 10px;
        position: absolute;
        top: 21px;
    }
}

@media (max-width: 991px) {
    .productBox .boxShadow .banner .icon img {
        width: 50px;
        left: 10px;
        position: absolute;
        top: 21px;
    }

    .productBox.start-up-starter .boxShadow .banner .icon img {
        width: 40px;
        left: 15px;
        position: absolute;
        top: 0;
    }
}

.productBox .boxShadow .banner .bannerImage {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    position: relative;
    z-index: 2
}

@media (max-width: 768px) and (max-width: 992px) {
    .productBox .boxShadow .banner .bannerImage {
        display: none
    }
}

@media (max-width: 991px) {
    .productBox .boxShadow .banner .bannerImage {
        display: none
    }
}

.productBox .boxShadow:hover .badges {
    opacity: 0
}

.productBox .boxShadow:hover .banner {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.productBox .boxShadow:hover .banner .bannerImage {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    margin-top: -15px;
}

.productBox .boxShadow:hover .banner .icon {
    display: none
}

@media (max-width: 768px) and (max-width: 992px) {
    .productBox .boxShadow:hover .banner .icon {
        display: block
    }
}

@media (max-width: 991px) {
    .productBox .boxShadow:hover .banner .icon {
        display: block
    }
}

.productBox .boxShadow:hover .description {
    opacity: 0
}

@media (max-width: 768px) and (max-width: 992px) {
    body.error404 .productBox .boxShadow:hover .description, body.error404 .productBox .boxShadow:hover .quote, body.page-template-page-about-us .productBox .boxShadow:hover .description, body.page-template-page-about-us .productBox .boxShadow:hover .quote, body.page-template-page-academy .productBox .boxShadow:hover .description, body.page-template-page-academy .productBox .boxShadow:hover .quote, body.page-template-page-alternatives-php .productBox .boxShadow:hover .description, body.page-template-page-alternatives-php .productBox .boxShadow:hover .quote, body.page-template-page-impressum .productBox .boxShadow:hover .description, body.page-template-page-impressum .productBox .boxShadow:hover .quote, body.page-template-page-newsroom .productBox .boxShadow:hover .description, body.page-template-page-newsroom .productBox .boxShadow:hover .quote, body.page-template-page-press-kit .productBox .boxShadow:hover .description, body.page-template-page-press-kit .productBox .boxShadow:hover .quote, body.page-template-page-pricing-suite .productBox .boxShadow:hover .description, body.page-template-page-pricing-suite .productBox .boxShadow:hover .quote, body.page-template-page-roadmap-suite .productBox .boxShadow:hover .description, body.page-template-page-roadmap-suite .productBox .boxShadow:hover .quote, body.page-template-page-solutions-suite .productBox .boxShadow:hover .description, body.page-template-page-solutions-suite .productBox .boxShadow:hover .quote, body.page-template-page-tutorials .productBox .boxShadow:hover .description, body.page-template-page-tutorials .productBox .boxShadow:hover .quote, body.page-template-template-contact-success .productBox .boxShadow:hover .description, body.page-template-template-contact-success .productBox .boxShadow:hover .quote, body.page-template-template-contact .productBox .boxShadow:hover .description, body.page-template-template-contact .productBox .boxShadow:hover .quote, body.page-template-template-gdpr .productBox .boxShadow:hover .description, body.page-template-template-gdpr .productBox .boxShadow:hover .quote, body.page-template-template-general-flexible .productBox .boxShadow:hover .description, body.page-template-template-general-flexible .productBox .boxShadow:hover .quote, body.page-template-template-legal .productBox .boxShadow:hover .description, body.page-template-template-legal .productBox .boxShadow:hover .quote, body.page-template-template-newsletter .productBox .boxShadow:hover .description, body.page-template-template-newsletter .productBox .boxShadow:hover .quote, body.page-template-template-privacy .productBox .boxShadow:hover .description, body.page-template-template-privacy .productBox .boxShadow:hover .quote, body.page-template-template-roadmap .productBox .boxShadow:hover .description, body.page-template-template-roadmap .productBox .boxShadow:hover .quote, body.page-template-template-use-cases-subpage-kanban .productBox .boxShadow:hover .description, body.page-template-template-use-cases-subpage-kanban .productBox .boxShadow:hover .quote, body.page-template-template-use-cases-subpage-project .productBox .boxShadow:hover .description, body.page-template-template-use-cases-subpage-project .productBox .boxShadow:hover .quote, body.page-template-template-use-cases-subpage .productBox .boxShadow:hover .description, body.page-template-template-use-cases-subpage .productBox .boxShadow:hover .quote, body.page-template-template-odin-suite .productBox .boxShadow:hover .description, body.page-template-template-odin-suite .productBox .boxShadow:hover .quote {
        opacity: 1
    }
}

@media (max-width: 991px) {
    .productBox .boxShadow:hover .description {
        opacity: 1
    }
}

.productBox .boxShadow:hover .text {
    opacity: 1
}

.productBox .top {
    padding: 30px 30px 0;
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    border-top-left-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
    min-height: 130px;
    z-index: 5;
    position: relative
}

@media (max-width: 768px) and (max-width: 992px) {
    .productBox .top {
        -webkit-border-top-left-radius: 30px;
        -moz-border-radius-topleft: 30px;
        border-top-left-radius: 30px;
        -webkit-border-top-right-radius: 30px;
        -moz-border-radius-topright: 30px;
        border-top-right-radius: 30px;
        min-height: auto
    }
}

@media (max-width: 991px) {
    .productBox .top {
        -webkit-border-top-left-radius: 30px;
        -moz-border-radius-topleft: 30px;
        border-top-left-radius: 30px;
        -webkit-border-top-right-radius: 30px;
        -moz-border-radius-topright: 30px;
        border-top-right-radius: 30px;
        min-height: auto
    }
}

.productBox .top .title {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 31px
}

.productBox .top .title a {
    color: #333
}

.productBox .top .title .image {
    float: right;
    margin-left: 10px;
    width: 24px;
    margin-top: -2px
}

@media (max-width: 992px) and (max-width: 991px) {
    .productBox .top .title .image {
        display: none
    }
}

@media (max-width: 768px) {
    .productBox .top .title .image {
        display: none
    }
}

.productBox .top .title .image img {
    max-width: 100%
}

.productBox .top .title .heading {
    float: right;
}

.productBox .top .title .heading h3 {
    line-height: 28px;
    font-size: 26px;
    margin-bottom: 0;
    text-align: right;
    font-family: -apple-system, 'Vazir-FD', sans-serif;
    font-weight: 700;
    padding-bottom: 4px;
    margin-top: 0
}

@media (max-width: 768px) and (max-width: 992px) {
    .productBox .top .description {
        min-height: 47px
    }
}

@media (max-width: 991px) {
    .productBox .top .description {
        min-height: 47px
    }
}

.productBox .top .description p {
    font-size: 17px;
    line-height: 23px;
    text-align: right;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 500
}

.productBox .banner .bannerImage {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    margin-top: -15px
}

.productBox .banner img {
    max-width: 100%
}

.productBox .bottom {
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    border-bottom-right-radius: 30px;
    padding: 0 30px 30px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 5
}

@media (max-width: 768px) and (max-width: 992px) {
    .productBox .bottom {
        text-align: right;
    }
}

@media (max-width: 991px) {
    .productBox .bottom {
        text-align: right;
        font-size: 14px
    }
}

.productBox .bottom .odin-button--green {
    padding-top: 10px;
    font-weight: 500;
    color: #fff
}

@media (max-width: 991px) {
    .productBox .bottom .odin-button--green {
        padding: 9px 15px;
        min-height: 33px
    }
}

.productBox .bannerMobile {
    display: none
}

@media (max-width: 992px) and (max-width: 991px) {
    .productBox .bannerMobile {
        display: block;
        position: absolute;
        bottom: -72px;
        left: -70px;
        width: 200px;
    }
}

.productBox .bottom .odin-button-web {
    background-color: #346edd;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.productBox .bottom .odin-button-web:hover {
    background-color: #2155b9;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.productBox .bottom .odin-button-app {
    background-color: #34dd86;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.productBox .bottom .odin-button-app:hover {
    background-color: #21b965;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.productBox .bottom .odin-button-logo-design {
    background-color: #dd34da;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.productBox .bottom .odin-button-logo-design:hover {
    background-color: #9d21b9;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}


.productBox .bottom .odin-button-ui-ux {
    background-color: #aa34dd;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.productBox .bottom .odin-button-ui-ux:hover {
    background-color: #6021b9;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.productBox .bottom .odin-button-seo {
    background-color: #efa485;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.productBox .bottom .odin-button-seo:hover {
    background-color: #e9837b;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.productBox .bottom .odin-button-start-up-starter {
    background-color: #ecbe14;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.productBox .bottom .odin-button-start-up-starter:hover {
    background-color: #c89a11;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.odin-button {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

/*-- trustedBySection --*/

.trusted-by-section-bg {
    background: #f1f3f4;

}
.content-section.trustedBySection.content-section--padding {
    padding: 70px 0 50px 0;
}

.trustedBySection .container .trusted-by-references {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.trustedBySection .container .trusted-by-references, .trustedBySection .container .trusted-by-references .trusted-by-images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.trustedBySection .container .trusted-by-references .trusted-by-images {
    width: 12%;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
}

@media (max-width: 992px) {
    .trustedBySection .container .trusted-by-references .trusted-by-images {
        width: 20%
    }
}

@media (max-width: 768px) {
    .trustedBySection .container .trusted-by-references .trusted-by-images {
        width: 33.33%
    }
}

.trustedBySection .container .trusted-by-references .trusted-by-images .trusted-by-references__item {
    width: 100%;
    text-align: center;
    display: block;

}

@media (max-width: 768px) {
    .trustedBySection .container .trusted-by-references .trusted-by-images .trusted-by-references__item {
        padding: 0
    }
}

@media (min-width: 992px) {
    .trustedBySection .container .trusted-by-references .trusted-by-images .trusted-by-references__item {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.trustedBySection .container .trusted-by-references .trusted-by-images .trusted-by-references__item .trusted-by-references__image {
    max-width: 80px;
    max-height: 80px;
}

@media (max-width: 768px) {
    .trustedBySection .container .trusted-by-references .trusted-by-images .trusted-by-references__item .trusted-by-references__image {
        max-width: 100%
    }
}


/*--  Blog  --*/


.blog-section .blog-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.blog-section .blog-content, .blog-section .blog-content .latest-mag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.blog-section .blog-content .latest-mag {
    width: 25%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    margin: 0 0 30px 0;
}

@media (max-width: 992px) {
    .blog-section .blog-content .latest-mag {
        width: 50%
    }
}

@media (max-width: 768px) {
    .blog-section .blog-content .latest-mag {
        width: 100%;
    }
}

.blog-section .blog-content .latest-mag .card {
    width: 100%;
    border-radius: 30px;
    border: none;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.blog-section .blog-content .latest-mag .card .card-body {
    padding: 16px;
}

.blog-section .blog-content .latest-mag .card .card-body .header {
    text-align: right;
    margin: 0 0 40px 0;
}

.blog-section .blog-content .latest-mag .card .card-body .header .image {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 16px;
}

.blog-section .blog-content .latest-mag .card .card-body .header .image img {
    display: block;
    width: 24px;
    position: relative;
}

.blog-section .blog-content .latest-mag .card .card-body .header h3 {
    position: absolute;
    right: 48px;
    top: 16px;
    line-height: 24px;
    font-size: 16pt;
}

.blog-section .blog-content .latest-mag .card .card-body .body {
    background-color: whitesmoke;
    border-radius: 20px;
}

.blog-section .blog-content .latest-mag .card .card-body .body p {
    background-color: transparent;
    text-align: justify;
    padding: 8px;
}

.blog-section .blog-content .latest-mag .card .card-body .bottom {
    direction: ltr;
}

.blog-section .blog-content .latest-mag .card .card-body .bottom .more {
    display: block;
    width: 100%;
}

.blog-section .blog-content .latest-mag .card .card-body .bottom .more a {
    display: block;
    width: 102px;
    border-radius: 16px;
    height: 32px;
    padding-top: 1px;
    background-color: #f0f2f2;
    color: #333;
    -webkit-transition: all .5s cubic-bezier(.77, 0, .18, 1);
    -o-transition: all .5s cubic-bezier(.77, 0, .18, 1);
    -moz-transition: all .5s cubic-bezier(.77, 0, .18, 1);
    transition: all .5s cubic-bezier(.77, 0, .18, 1);
}

.blog-section .blog-content .latest-mag .card .card-body .bottom .more a:hover {
    background-color: #333;
    color: white;
    -webkit-transition: all .5s cubic-bezier(.77, 0, .18, 1);
    -o-transition: all .5s cubic-bezier(.77, 0, .18, 1);
    -moz-transition: all .5s cubic-bezier(.77, 0, .18, 1);
    transition: all .5s cubic-bezier(.77, 0, .18, 1);
}

.why-us-section {
}

.why-us-section .container .why-us-content {
    padding: 10px 0 0 0;
}

.why-us-section .container .why-us-content .why-us-reasons {
    display: flex;
}

.why-us-section .container .why-us-content .why-us-reasons .why-us-reasons-content {
    display: flex;
    padding: 20px;
}

.why-us-section .container .why-us-content .why-us-reasons .why-us-reasons-content .card {
    width: 100%;
    border: none;
    border-radius: 40px 43px 43px 47px;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    padding: 0;
    background-color: #ee0aee;
}

.why-us-section .container .why-us-content .why-us-reasons .why-us-reasons-content .card.w-u-2-c {
    width: 100%;
    border: none;
    border-radius: 40px 43px 43px 47px;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    padding: 0;
    background-color: #0aeecc;
}

.why-us-section .container .why-us-content .why-us-reasons .why-us-reasons-content .card.w-u-3-c {
    width: 100%;
    border: none;
    border-radius: 40px 43px 43px 47px;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    padding: 0;
    background-color: #f6d090;
}

.why-us-section .container .why-us-content .why-us-reasons .why-us-reasons-content .card .card-body {
    direction: rtl !important;
    display: flex;
    padding: 0;
    background-color: transparent;
    border-radius: 50px;
}

.why-us-section .container .why-us-content .why-us-reasons .why-us-reasons-content .card .card-body .why-us-image {
    margin: auto;
    text-align: center;
    display: block;
    border-radius: 1px 35px 35px 0;
    background: white;
}

.why-us-section .container .why-us-content .why-us-reasons .why-us-reasons-content .card .card-body .why-us-image .icon {
    border-radius: 0 30px 30px 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ee0aee), to(#6416de));
    background: -webkit-linear-gradient(top, #ee0aee, #6416de);
    background: -moz-linear-gradient(top, #ee0aee 0, #6416de 100%);
    background: -o-linear-gradient(top, #ee0aee 0, #6416de 100%);
    background: linear-gradient(90deg, #ee0aee, #6416de);
    padding: 10px;
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

.why-us-section .container .why-us-content .why-us-reasons .why-us-reasons-content:hover .card .card-body .why-us-image .icon {
    background: -webkit-gradient(linear, left top, left bottom, from(#ee0aee), to(#ff5494));
    background: -webkit-linear-gradient(top, #ee0aee, #ff5494);
    background: -moz-linear-gradient(top, #ee0aee 0, #ff5494 100%);
    background: -o-linear-gradient(top, #ee0aee 0, #ff5494 100%);
    background: linear-gradient(90deg, #ee0aee, #ff5494);
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

.why-us-section .container .why-us-content .why-us-reasons .why-us-reasons-content .card .card-body .why-us-image .icon.w-u-2 {
    border-radius: 0 30px 30px 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#0aeecc), to(#1659de));
    background: -webkit-linear-gradient(top, #0aeecc, #1659de);
    background: -moz-linear-gradient(top, #0aeecc 0, #1659de 100%);
    background: -o-linear-gradient(top, #0aeecc 0, #1659de 100%);
    background: linear-gradient(90deg, #0aeecc, #1659de);
    padding: 10px;
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

.why-us-section .container .why-us-content .why-us-reasons .why-us-reasons-content:hover .card .card-body .why-us-image .icon.w-u-2 {
    background: -webkit-gradient(linear, left top, left bottom, from(#0aeecc), to(#16afde));
    background: -webkit-linear-gradient(top, #0aeecc, #16afde);
    background: -moz-linear-gradient(top, #0aeecc 0, #16afde 100%);
    background: -o-linear-gradient(top, #0aeecc 0, #16afde 100%);
    background: linear-gradient(90deg, #0aeecc, #16afde);
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

.why-us-section .container .why-us-content .why-us-reasons .why-us-reasons-content .card .card-body .why-us-image .icon.w-u-3 {
    border-radius: 0 30px 30px 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f6d090), to(#dd624a));
    background: -webkit-linear-gradient(top, #f6d090, #dd624a);
    background: -moz-linear-gradient(top, #f6d090 0, #dd624a 100%);
    background: -o-linear-gradient(top, #f6d090 0, #e9765f 100%);
    background: linear-gradient(90deg, #f6d090, #e9765f);
    padding: 10px;
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

.why-us-section .container .why-us-content .why-us-reasons .why-us-reasons-content:hover .card .card-body .why-us-image .icon.w-u-3 {
    background: -webkit-gradient(linear, left top, left bottom, from(#f6d090), to(#e99f5f));
    background: -webkit-linear-gradient(top, #f6d090, #e99f5f);
    background: -moz-linear-gradient(top, #f6d090 0, #e99f5f 100%);
    background: -o-linear-gradient(top, #f6d090 0, #e99f5f 100%);
    background: linear-gradient(90deg, #f6d090, #e99f5f);
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

.why-us-section .container .why-us-content .why-us-reasons .why-us-reasons-content .card .card-body .why-us-image .icon img {
    height: 35px;
}

.why-us-section .container .why-us-content .why-us-reasons .why-us-reasons-content .card .card-body .why-us-reason-text {
    display: block;
    background-color: white;
    border-radius: 30px 30px 0 30px;
    flex: 70%;
    margin: auto;
    height: 100%;
    border-top: solid #ee0aee 3px;
}

.why-us-section .container .why-us-content .why-us-reasons .why-us-reasons-content .card .card-body .why-us-reason-text.w-u-2-t {
    display: block;
    background-color: white;
    border-radius: 30px 30px 0 30px;
    flex: 70%;
    margin: auto;
    height: 100%;
    border-top: solid #0aeecc 3px;
}

.why-us-section .container .why-us-content .why-us-reasons .why-us-reasons-content .card .card-body .why-us-reason-text.w-u-3-t {
    display: block;
    background-color: white;
    border-radius: 30px 30px 0 30px;
    flex: 70%;
    margin: auto;
    height: 100%;
    border-top: solid #f6d090 3px;
}

.why-us-section .container .why-us-content .why-us-reasons .why-us-reasons-content .card .card-body h3 {
    margin: auto;
    text-align: center;
    font-size: 16pt;
    display: block;
    padding: 10px 0 0 0;
    line-height: 26px;
    font-weight: normal;
}


#testimonials {
    padding: 0;
    max-height: 400px;
}

#testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 73%;
}

@media only screen and (min-width: 1200px) {
    #testimonials .testimonial-item {
        box-sizing: content-box;
        padding: 0;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 60%;
    }
}


#testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
}

#testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}

#testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

#testimonials .owl-dot {
    display: none;
}

.frame-2 {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    width: auto;
    height: 59%;
    max-height: 400px;
    position: absolute;
    top: 0;
    left: calc(50% + 1px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    border-radius: 0;
}

#testimonials .testimonial-item img {
    margin-left: auto;
    margin-right: auto;
    max-height: 400px;
    margin-top: 7.5%;
    width: 100% !important;
}

#testimonials .owl-item {
}

@media only screen and (max-width: 768px) {
    .frame-2 {
        -moz-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        pointer-events: none;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: block;
        width: auto;
        height: 122%;
        max-height: 400px;
        position: absolute;
        top: 0;
        left: calc(50% + 1px);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 2;
        border-radius: 0;
    }

    #testimonials .testimonial-item img {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        left: 0;
        max-height: 400px;
        margin-top: 7.5%;
        width: 100% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .frame-2 {
        -moz-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        pointer-events: none;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: block;
        width: auto;
        height: 122%;
        max-height: 400px;
        position: absolute;
        top: 0;
        left: calc(50% + 1px);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 2;
        border-radius: 0;
    }

    #testimonials .testimonial-item img {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        left: 0;
        max-height: 400px;
        margin-top: 7.5%;
        width: 90% !important;
    }
}
.why-app-section {
    margin-top: 8rem;
}

.why-app-section .container .why-app-content {
    padding: 10px 0 0 0;
}

.why-app-section .container .why-app-content .why-app-reasons {
    display: flex;
}

.why-app-section .container .why-app-content .why-app-reasons.contact-consult {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    padding: 0;
    margin: 0;
}

.why-app-section .container .why-app-content .why-app-reasons .why-app-reasons-content {
    display: flex;
    padding: 10px;
}

.why-app-section .container .why-app-content .why-app-reasons .why-app-reasons-content .card {
    width: 100%;
    border: none;
    border-radius: 40px 43px 43px 47px;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    padding: 0;
    background-color: #fff;
}

.why-app-section .container .why-app-content .why-app-reasons .why-app-reasons-content .card .card-body {
    direction: rtl !important;
    display: flex;
    padding: 0;
    background-color: transparent;
    border-radius: 200px;
}

.why-app-section .container .why-app-content .why-app-reasons .why-app-reasons-content .card .card-body .why-app-image {
    margin: auto;
    text-align: center;
    display: block;
    border-radius: 200px;
    background: white;
    padding: 10px;
}

.why-app-section .container .why-app-content .why-app-reasons .why-app-reasons-content .card .card-body .why-app-image .icon {
    border-radius: 30px;
    background-color: #ede1ff;
    padding: 10px;
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
    -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 15px 2px rgba(0, 0, 0, .1);
}

.why-app-section .container .why-app-content .why-app-reasons .why-app-reasons-content:hover .card .card-body .why-app-image .icon {
    background-color: #d4b3ff;
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
    -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, .2);
}

.why-app-section .container .why-app-content .why-app-reasons.contact-consult .why-app-reasons-content {
    display: flex;
    padding: 0;
    width: 100%;
}

.why-app-section .container .why-app-content .why-app-reasons.contact-consult .why-app-reasons-content .card {
    width: 100%;
    border: none;
    border-radius: 40px 43px 43px 47px;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    padding: 0;
    color: white;
    background-color: #686BB8;
}

.why-app-section .container .why-app-content .why-app-reasons.contact-consult .why-app-reasons-content .card .card-body .why-app-reason-text {
    background-color: #686BB8;
    color: white;
}

.why-app-section .container .why-app-content .why-app-reasons.contact-consult .why-app-reasons-content .card .card-body .why-app-reason-text h3 {
    background-color: #686BB8;
    color: white;
    padding-left: 55px;
    text-align: center;
}

.why-app-section .container .why-app-content .why-app-reasons.contact-consult .why-app-reasons-content .card .card-body {
    direction: rtl !important;
    display: flex;
    padding: 0;
    background-color: transparent;
    border-radius: 200px;
}

.why-app-section .container .why-app-content .why-app-reasons.contact-consult .why-app-reasons-content .card .card-body .why-app-image {
    margin: auto;
    text-align: center;
    display: block;
    border-radius: 200px;
    background-color: #686BB8;
    padding: 10px;
}

.why-app-section .container .why-app-content .why-app-reasons.contact-consult .why-app-reasons-content .card .card-body .why-app-image .icon {
    border-radius: 30px;
    background-color: #f3f3f3;
    padding: 10px;
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
    -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 15px 2px rgba(0, 0, 0, .1);
}

.why-app-section .container .why-app-content .why-app-reasons.contact-consult .why-app-reasons-content:hover .card .card-body .why-app-image .icon {
    background-color: #ffffff;
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
    -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, .2);
}


.why-app-section .container .why-app-content .why-app-reasons .why-app-reasons-content .card .card-body .why-app-image .icon.w-a-s-2 {
    border-radius: 30px;
    background-color: #e1f2ff;
    padding: 10px;
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
    -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 15px 2px rgba(0, 0, 0, .1);
}

.why-app-section .container .why-app-content .why-app-reasons .why-app-reasons-content:hover .card .card-body .why-app-image .icon.w-a-s-2 {
    background-color: #b3ccff;
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
    -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, .2);
}

.why-app-section .container .why-app-content .why-app-reasons .why-app-reasons-content .card .card-body .why-app-image .icon.w-a-s-3 {
    border-radius: 30px;
    background-color: #ffe7e1;
    padding: 10px;
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
    -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 15px 2px rgba(0, 0, 0, .1);
}

.why-app-section .container .why-app-content .why-app-reasons .why-app-reasons-content:hover .card .card-body .why-app-image .icon.w-a-s-3 {
    background-color: #ffc2b3;
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
    -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, .2);
}

.why-app-section .container .why-app-content .why-app-reasons .why-app-reasons-content .card .card-body .why-app-image .icon.w-a-s-4 {
    border-radius: 30px;
    background-color: #d5f3cf;
    padding: 10px;
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
    -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 15px 2px rgba(0, 0, 0, .1);
}

.why-app-section .container .why-app-content .why-app-reasons .why-app-reasons-content:hover .card .card-body .why-app-image .icon.w-a-s-4 {
    background-color: #9aec9f;
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
    -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, .2);
}


.why-app-section .container .why-app-content .why-app-reasons .why-app-reasons-content .card .card-body .why-app-image .icon img {
    height: 35px;
    width: 35px;
}

.why-app-section .container .why-app-content .why-app-reasons .why-app-reasons-content .card .card-body .why-app-reason-text {
    display: block;
    background-color: white;
    border-radius: 200px;
    flex: 70%;
    margin: auto;
    padding-right: 10px;
    padding-left: 10px;
}

.why-app-section .container .why-app-content .why-app-reasons .why-app-reasons-content .card .card-body h3 {
    margin: auto;
    text-align: right;
    font-size: 14pt;
    display: block;
    height: 100%;
    line-height: 26px;
    font-weight: normal;
}

/*--  Navs  --*/ /*-------------------------------------------------  not edited  -------------------------------------------------------*/

@media (max-width: 991px) {
    body.error404 .footer .giveUsACall, body.page-template-page-about-us .footer .giveUsACall, body.page-template-page-academy .footer .giveUsACall, body.page-template-page-alternatives-php .footer .giveUsACall, body.page-template-page-impressum .footer .giveUsACall, body.page-template-page-newsroom .footer .giveUsACall, body.page-template-page-press-kit .footer .giveUsACall, body.page-template-page-pricing-suite .footer .giveUsACall, body.page-template-page-roadmap-suite .footer .giveUsACall, body.page-template-page-solutions-suite .footer .giveUsACall, body.page-template-page-tutorials .footer .giveUsACall, body.page-template-template-contact-success .footer .giveUsACall, body.page-template-template-contact .footer .giveUsACall, body.page-template-template-gdpr .footer .giveUsACall, body.page-template-template-general-flexible .footer .giveUsACall, body.page-template-template-legal .footer .giveUsACall, body.page-template-template-newsletter .footer .giveUsACall, body.page-template-template-privacy .footer .giveUsACall, body.page-template-template-roadmap .footer .giveUsACall, body.page-template-template-use-cases-subpage-kanban .footer .giveUsACall, body.page-template-template-use-cases-subpage-project .footer .giveUsACall, body.page-template-template-use-cases-subpage .footer .giveUsACall, body.page-template-template-odin-suite .footer .giveUsACall {
        margin: 0
    }

    body.error404 .footer__nav, body.error404 .footerBottom .wpml-ls, body.page-template-page-about-us .footer__nav, body.page-template-page-about-us .footerBottom .wpml-ls, body.page-template-page-academy .footer__nav, body.page-template-page-academy .footerBottom .wpml-ls, body.page-template-page-alternatives-php .footer__nav, body.page-template-page-alternatives-php .footerBottom .wpml-ls, body.page-template-page-impressum .footer__nav, body.page-template-page-impressum .footerBottom .wpml-ls, body.page-template-page-newsroom .footer__nav, body.page-template-page-newsroom .footerBottom .wpml-ls, body.page-template-page-press-kit .footer__nav, body.page-template-page-press-kit .footerBottom .wpml-ls, body.page-template-page-pricing-suite .footer__nav, body.page-template-page-pricing-suite .footerBottom .wpml-ls, body.page-template-page-roadmap-suite .footer__nav, body.page-template-page-roadmap-suite .footerBottom .wpml-ls, body.page-template-page-solutions-suite .footer__nav, body.page-template-page-solutions-suite .footerBottom .wpml-ls, body.page-template-page-tutorials .footer__nav, body.page-template-page-tutorials .footerBottom .wpml-ls, body.page-template-template-contact-success .footer__nav, body.page-template-template-contact-success .footerBottom .wpml-ls, body.page-template-template-contact .footer__nav, body.page-template-template-contact .footerBottom .wpml-ls, body.page-template-template-gdpr .footer__nav, body.page-template-template-gdpr .footerBottom .wpml-ls, body.page-template-template-general-flexible .footer__nav, body.page-template-template-general-flexible .footerBottom .wpml-ls, body.page-template-template-legal .footer__nav, body.page-template-template-legal .footerBottom .wpml-ls, body.page-template-template-newsletter .footer__nav, body.page-template-template-newsletter .footerBottom .wpml-ls, body.page-template-template-privacy .footer__nav, body.page-template-template-privacy .footerBottom .wpml-ls, body.page-template-template-roadmap .footer__nav, body.page-template-template-roadmap .footerBottom .wpml-ls, body.page-template-template-use-cases-subpage-kanban .footer__nav, body.page-template-template-use-cases-subpage-kanban .footerBottom .wpml-ls, body.page-template-template-use-cases-subpage-project .footer__nav, body.page-template-template-use-cases-subpage-project .footerBottom .wpml-ls, body.page-template-template-use-cases-subpage .footer__nav, body.page-template-template-use-cases-subpage .footerBottom .wpml-ls, body.page-template-template-odin-suite .footer__nav, body.page-template-template-odin-suite .footerBottom .wpml-ls {
        display: none
    }

    body.error404 .odin-navbar-nav .displayNone, body.page-template-page-about-us .odin-navbar-nav .displayNone, body.page-template-page-academy .odin-navbar-nav .displayNone, body.page-template-page-alternatives-php .odin-navbar-nav .displayNone, body.page-template-page-impressum .odin-navbar-nav .displayNone, body.page-template-page-newsroom .odin-navbar-nav .displayNone, body.page-template-page-press-kit .odin-navbar-nav .displayNone, body.page-template-page-pricing-suite .odin-navbar-nav .displayNone, body.page-template-page-roadmap-suite .odin-navbar-nav .displayNone, body.page-template-page-solutions-suite .odin-navbar-nav .displayNone, body.page-template-page-tutorials .odin-navbar-nav .displayNone, body.page-template-template-contact-success .odin-navbar-nav .displayNone, body.page-template-template-contact .odin-navbar-nav .displayNone, body.page-template-template-gdpr .odin-navbar-nav .displayNone, body.page-template-template-general-flexible .odin-navbar-nav .displayNone, body.page-template-template-legal .odin-navbar-nav .displayNone, body.page-template-template-newsletter .odin-navbar-nav .displayNone, body.page-template-template-privacy .odin-navbar-nav .displayNone, body.page-template-template-roadmap .odin-navbar-nav .displayNone, body.page-template-template-use-cases-subpage-kanban .odin-navbar-nav .displayNone, body.page-template-template-use-cases-subpage-project .odin-navbar-nav .displayNone, body.page-template-template-use-cases-subpage .odin-navbar-nav .displayNone, body.page-template-template-odin-suite .odin-navbar-nav .displayNone {
        display: block
    }

    body.error404 .odin-navbar-nav .displayNone.login, body.error404 .odin-navbar-nav .displayNone.register, body.page-template-page-about-us .odin-navbar-nav .displayNone.login, body.page-template-page-about-us .odin-navbar-nav .displayNone.register, body.page-template-page-academy .odin-navbar-nav .displayNone.login, body.page-template-page-academy .odin-navbar-nav .displayNone.register, body.page-template-page-alternatives-php .odin-navbar-nav .displayNone.login, body.page-template-page-alternatives-php .odin-navbar-nav .displayNone.register, body.page-template-page-impressum .odin-navbar-nav .displayNone.login, body.page-template-page-impressum .odin-navbar-nav .displayNone.register, body.page-template-page-newsroom .odin-navbar-nav .displayNone.login, body.page-template-page-newsroom .odin-navbar-nav .displayNone.register, body.page-template-page-press-kit .odin-navbar-nav .displayNone.login, body.page-template-page-press-kit .odin-navbar-nav .displayNone.register, body.page-template-page-pricing-suite .odin-navbar-nav .displayNone.login, body.page-template-page-pricing-suite .odin-navbar-nav .displayNone.register, body.page-template-page-roadmap-suite .odin-navbar-nav .displayNone.login, body.page-template-page-roadmap-suite .odin-navbar-nav .displayNone.register, body.page-template-page-solutions-suite .odin-navbar-nav .displayNone.login, body.page-template-page-solutions-suite .odin-navbar-nav .displayNone.register, body.page-template-page-tutorials .odin-navbar-nav .displayNone.login, body.page-template-page-tutorials .odin-navbar-nav .displayNone.register, body.page-template-template-contact-success .odin-navbar-nav .displayNone.login, body.page-template-template-contact-success .odin-navbar-nav .displayNone.register, body.page-template-template-contact .odin-navbar-nav .displayNone.login, body.page-template-template-contact .odin-navbar-nav .displayNone.register, body.page-template-template-gdpr .odin-navbar-nav .displayNone.login, body.page-template-template-gdpr .odin-navbar-nav .displayNone.register, body.page-template-template-general-flexible .odin-navbar-nav .displayNone.login, body.page-template-template-general-flexible .odin-navbar-nav .displayNone.register, body.page-template-template-legal .odin-navbar-nav .displayNone.login, body.page-template-template-legal .odin-navbar-nav .displayNone.register, body.page-template-template-newsletter .odin-navbar-nav .displayNone.login, body.page-template-template-newsletter .odin-navbar-nav .displayNone.register, body.page-template-template-privacy .odin-navbar-nav .displayNone.login, body.page-template-template-privacy .odin-navbar-nav .displayNone.register, body.page-template-template-roadmap .odin-navbar-nav .displayNone.login, body.page-template-template-roadmap .odin-navbar-nav .displayNone.register, body.page-template-template-use-cases-subpage-kanban .odin-navbar-nav .displayNone.login, body.page-template-template-use-cases-subpage-kanban .odin-navbar-nav .displayNone.register, body.page-template-template-use-cases-subpage-project .odin-navbar-nav .displayNone.login, body.page-template-template-use-cases-subpage-project .odin-navbar-nav .displayNone.register, body.page-template-template-use-cases-subpage .odin-navbar-nav .displayNone.login, body.page-template-template-use-cases-subpage .odin-navbar-nav .displayNone.register, body.page-template-template-odin-suite .odin-navbar-nav .displayNone.login, body.page-template-template-odin-suite .odin-navbar-nav .displayNone.register {
        display: none
    }

    body.error404 label.hamburger .line, body.page-template-page-about-us label.hamburger .line, body.page-template-page-academy label.hamburger .line, body.page-template-page-alternatives-php label.hamburger .line, body.page-template-page-impressum label.hamburger .line, body.page-template-page-newsroom label.hamburger .line, body.page-template-page-press-kit label.hamburger .line, body.page-template-page-pricing-suite label.hamburger .line, body.page-template-page-roadmap-suite label.hamburger .line, body.page-template-page-solutions-suite label.hamburger .line, body.page-template-page-tutorials label.hamburger .line, body.page-template-template-contact-success label.hamburger .line, body.page-template-template-contact label.hamburger .line, body.page-template-template-gdpr label.hamburger .line, body.page-template-template-general-flexible label.hamburger .line, body.page-template-template-legal label.hamburger .line, body.page-template-template-newsletter label.hamburger .line, body.page-template-template-privacy label.hamburger .line, body.page-template-template-roadmap label.hamburger .line, body.page-template-template-use-cases-subpage-kanban label.hamburger .line, body.page-template-template-use-cases-subpage-project label.hamburger .line, body.page-template-template-use-cases-subpage label.hamburger .line, body.page-template-template-odin-suite label.hamburger .line {
        position: absolute;
        height: 2px;
        width: 30px;
        background: #000;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        display: block;
        -webkit-transition: .05s;
        -o-transition: .05s;
        -moz-transition: .05s;
        transition: .05s;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center
    }

    body.error404 label.hamburger .line:first-child, body.page-template-page-about-us label.hamburger .line:first-child, body.page-template-page-academy label.hamburger .line:first-child, body.page-template-page-alternatives-php label.hamburger .line:first-child, body.page-template-page-impressum label.hamburger .line:first-child, body.page-template-page-newsroom label.hamburger .line:first-child, body.page-template-page-press-kit label.hamburger .line:first-child, body.page-template-page-pricing-suite label.hamburger .line:first-child, body.page-template-page-roadmap-suite label.hamburger .line:first-child, body.page-template-page-solutions-suite label.hamburger .line:first-child, body.page-template-page-tutorials label.hamburger .line:first-child, body.page-template-template-contact-success label.hamburger .line:first-child, body.page-template-template-contact label.hamburger .line:first-child, body.page-template-template-gdpr label.hamburger .line:first-child, body.page-template-template-general-flexible label.hamburger .line:first-child, body.page-template-template-legal label.hamburger .line:first-child, body.page-template-template-newsletter label.hamburger .line:first-child, body.page-template-template-privacy label.hamburger .line:first-child, body.page-template-template-roadmap label.hamburger .line:first-child, body.page-template-template-use-cases-subpage-kanban label.hamburger .line:first-child, body.page-template-template-use-cases-subpage-project label.hamburger .line:first-child, body.page-template-template-use-cases-subpage label.hamburger .line:first-child, body.page-template-template-odin-suite label.hamburger .line:first-child {
        top: 12px
    }

    body.error404 label.hamburger .line:nth-child(2), body.page-template-page-about-us label.hamburger .line:nth-child(2), body.page-template-page-academy label.hamburger .line:nth-child(2), body.page-template-page-alternatives-php label.hamburger .line:nth-child(2), body.page-template-page-impressum label.hamburger .line:nth-child(2), body.page-template-page-newsroom label.hamburger .line:nth-child(2), body.page-template-page-press-kit label.hamburger .line:nth-child(2), body.page-template-page-pricing-suite label.hamburger .line:nth-child(2), body.page-template-page-roadmap-suite label.hamburger .line:nth-child(2), body.page-template-page-solutions-suite label.hamburger .line:nth-child(2), body.page-template-page-tutorials label.hamburger .line:nth-child(2), body.page-template-template-contact-success label.hamburger .line:nth-child(2), body.page-template-template-contact label.hamburger .line:nth-child(2), body.page-template-template-gdpr label.hamburger .line:nth-child(2), body.page-template-template-general-flexible label.hamburger .line:nth-child(2), body.page-template-template-legal label.hamburger .line:nth-child(2), body.page-template-template-newsletter label.hamburger .line:nth-child(2), body.page-template-template-privacy label.hamburger .line:nth-child(2), body.page-template-template-roadmap label.hamburger .line:nth-child(2), body.page-template-template-use-cases-subpage-kanban label.hamburger .line:nth-child(2), body.page-template-template-use-cases-subpage-project label.hamburger .line:nth-child(2), body.page-template-template-use-cases-subpage label.hamburger .line:nth-child(2), body.page-template-template-odin-suite label.hamburger .line:nth-child(2) {
        top: 19px;
        width: 20px;
        right: 0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    body.error404 label.hamburger .line:nth-child(3), body.page-template-page-about-us label.hamburger .line:nth-child(3), body.page-template-page-academy label.hamburger .line:nth-child(3), body.page-template-page-alternatives-php label.hamburger .line:nth-child(3), body.page-template-page-impressum label.hamburger .line:nth-child(3), body.page-template-page-newsroom label.hamburger .line:nth-child(3), body.page-template-page-press-kit label.hamburger .line:nth-child(3), body.page-template-page-pricing-suite label.hamburger .line:nth-child(3), body.page-template-page-roadmap-suite label.hamburger .line:nth-child(3), body.page-template-page-solutions-suite label.hamburger .line:nth-child(3), body.page-template-page-tutorials label.hamburger .line:nth-child(3), body.page-template-template-contact-success label.hamburger .line:nth-child(3), body.page-template-template-contact label.hamburger .line:nth-child(3), body.page-template-template-gdpr label.hamburger .line:nth-child(3), body.page-template-template-general-flexible label.hamburger .line:nth-child(3), body.page-template-template-legal label.hamburger .line:nth-child(3), body.page-template-template-newsletter label.hamburger .line:nth-child(3), body.page-template-template-privacy label.hamburger .line:nth-child(3), body.page-template-template-roadmap label.hamburger .line:nth-child(3), body.page-template-template-use-cases-subpage-kanban label.hamburger .line:nth-child(3), body.page-template-template-use-cases-subpage-project label.hamburger .line:nth-child(3), body.page-template-template-use-cases-subpage label.hamburger .line:nth-child(3), body.page-template-template-odin-suite label.hamburger .line:nth-child(3) {
        top: 26px
    }

    body.error404 #hamburger:checked + .hamburger .line:first-child, body.page-template-page-about-us #hamburger:checked + .hamburger .line:first-child, body.page-template-page-academy #hamburger:checked + .hamburger .line:first-child, body.page-template-page-alternatives-php #hamburger:checked + .hamburger .line:first-child, body.page-template-page-impressum #hamburger:checked + .hamburger .line:first-child, body.page-template-page-newsroom #hamburger:checked + .hamburger .line:first-child, body.page-template-page-press-kit #hamburger:checked + .hamburger .line:first-child, body.page-template-page-pricing-suite #hamburger:checked + .hamburger .line:first-child, body.page-template-page-roadmap-suite #hamburger:checked + .hamburger .line:first-child, body.page-template-page-solutions-suite #hamburger:checked + .hamburger .line:first-child, body.page-template-page-tutorials #hamburger:checked + .hamburger .line:first-child, body.page-template-template-contact #hamburger:checked + .hamburger .line:first-child, body.page-template-template-contact-success #hamburger:checked + .hamburger .line:first-child, body.page-template-template-gdpr #hamburger:checked + .hamburger .line:first-child, body.page-template-template-general-flexible #hamburger:checked + .hamburger .line:first-child, body.page-template-template-legal #hamburger:checked + .hamburger .line:first-child, body.page-template-template-newsletter #hamburger:checked + .hamburger .line:first-child, body.page-template-template-privacy #hamburger:checked + .hamburger .line:first-child, body.page-template-template-roadmap #hamburger:checked + .hamburger .line:first-child, body.page-template-template-use-cases-subpage #hamburger:checked + .hamburger .line:first-child, body.page-template-template-use-cases-subpage-kanban #hamburger:checked + .hamburger .line:first-child, body.page-template-template-use-cases-subpage-project #hamburger:checked + .hamburger .line:first-child, body.page-template-template-odin-suite #hamburger:checked + .hamburger .line:first-child {

    }

    body.error404 #hamburger:checked + .hamburger .line:nth-child(2), body.page-template-page-about-us #hamburger:checked + .hamburger .line:nth-child(2), body.page-template-page-academy #hamburger:checked + .hamburger .line:nth-child(2), body.page-template-page-alternatives-php #hamburger:checked + .hamburger .line:nth-child(2), body.page-template-page-impressum #hamburger:checked + .hamburger .line:nth-child(2), body.page-template-page-newsroom #hamburger:checked + .hamburger .line:nth-child(2), body.page-template-page-press-kit #hamburger:checked + .hamburger .line:nth-child(2), body.page-template-page-pricing-suite #hamburger:checked + .hamburger .line:nth-child(2), body.page-template-page-roadmap-suite #hamburger:checked + .hamburger .line:nth-child(2), body.page-template-page-solutions-suite #hamburger:checked + .hamburger .line:nth-child(2), body.page-template-page-tutorials #hamburger:checked + .hamburger .line:nth-child(2), body.page-template-template-contact #hamburger:checked + .hamburger .line:nth-child(2), body.page-template-template-contact-success #hamburger:checked + .hamburger .line:nth-child(2), body.page-template-template-gdpr #hamburger:checked + .hamburger .line:nth-child(2), body.page-template-template-general-flexible #hamburger:checked + .hamburger .line:nth-child(2), body.page-template-template-legal #hamburger:checked + .hamburger .line:nth-child(2), body.page-template-template-newsletter #hamburger:checked + .hamburger .line:nth-child(2), body.page-template-template-privacy #hamburger:checked + .hamburger .line:nth-child(2), body.page-template-template-roadmap #hamburger:checked + .hamburger .line:nth-child(2), body.page-template-template-use-cases-subpage #hamburger:checked + .hamburger .line:nth-child(2), body.page-template-template-use-cases-subpage-kanban #hamburger:checked + .hamburger .line:nth-child(2), body.page-template-template-use-cases-subpage-project #hamburger:checked + .hamburger .line:nth-child(2), body.page-template-template-odin-suite #hamburger:checked + .hamburger .line:nth-child(2) {
        transform: translateX(-10px);
        transition: all 0.5s;
    }

    body.error404 #hamburger:checked + .hamburger .line:nth-child(3), body.page-template-page-about-us #hamburger:checked + .hamburger .line:nth-child(3), body.page-template-page-academy #hamburger:checked + .hamburger .line:nth-child(3), body.page-template-page-alternatives-php #hamburger:checked + .hamburger .line:nth-child(3), body.page-template-page-impressum #hamburger:checked + .hamburger .line:nth-child(3), body.page-template-page-newsroom #hamburger:checked + .hamburger .line:nth-child(3), body.page-template-page-press-kit #hamburger:checked + .hamburger .line:nth-child(3), body.page-template-page-pricing-suite #hamburger:checked + .hamburger .line:nth-child(3), body.page-template-page-roadmap-suite #hamburger:checked + .hamburger .line:nth-child(3), body.page-template-page-solutions-suite #hamburger:checked + .hamburger .line:nth-child(3), body.page-template-page-tutorials #hamburger:checked + .hamburger .line:nth-child(3), body.page-template-template-contact #hamburger:checked + .hamburger .line:nth-child(3), body.page-template-template-contact-success #hamburger:checked + .hamburger .line:nth-child(3), body.page-template-template-gdpr #hamburger:checked + .hamburger .line:nth-child(3), body.page-template-template-general-flexible #hamburger:checked + .hamburger .line:nth-child(3), body.page-template-template-legal #hamburger:checked + .hamburger .line:nth-child(3), body.page-template-template-newsletter #hamburger:checked + .hamburger .line:nth-child(3), body.page-template-template-privacy #hamburger:checked + .hamburger .line:nth-child(3), body.page-template-template-roadmap #hamburger:checked + .hamburger .line:nth-child(3), body.page-template-template-use-cases-subpage #hamburger:checked + .hamburger .line:nth-child(3), body.page-template-template-use-cases-subpage-kanban #hamburger:checked + .hamburger .line:nth-child(3), body.page-template-template-use-cases-subpage-project #hamburger:checked + .hamburger .line:nth-child(3), body.page-template-template-odin-suite #hamburger:checked + .hamburger .line:nth-child(3) {

    }

    body.error404 .odin-navbar.closed .odin-navbar-collapse, body.error404 .odin-navbar.navbar-scrolled .odin-navbar-collapse, body.page-template-page-about-us .odin-navbar.closed .odin-navbar-collapse, body.page-template-page-about-us .odin-navbar.navbar-scrolled .odin-navbar-collapse, body.page-template-page-academy .odin-navbar.closed .odin-navbar-collapse, body.page-template-page-academy .odin-navbar.navbar-scrolled .odin-navbar-collapse, body.page-template-page-alternatives-php .odin-navbar.closed .odin-navbar-collapse, body.page-template-page-alternatives-php .odin-navbar.navbar-scrolled .odin-navbar-collapse, body.page-template-page-impressum .odin-navbar.closed .odin-navbar-collapse, body.page-template-page-impressum .odin-navbar.navbar-scrolled .odin-navbar-collapse, body.page-template-page-newsroom .odin-navbar.closed .odin-navbar-collapse, body.page-template-page-newsroom .odin-navbar.navbar-scrolled .odin-navbar-collapse, body.page-template-page-press-kit .odin-navbar.closed .odin-navbar-collapse, body.page-template-page-press-kit .odin-navbar.navbar-scrolled .odin-navbar-collapse, body.page-template-page-pricing-suite .odin-navbar.closed .odin-navbar-collapse, body.page-template-page-pricing-suite .odin-navbar.navbar-scrolled .odin-navbar-collapse, body.page-template-page-roadmap-suite .odin-navbar.closed .odin-navbar-collapse, body.page-template-page-roadmap-suite .odin-navbar.navbar-scrolled .odin-navbar-collapse, body.page-template-page-solutions-suite .odin-navbar.closed .odin-navbar-collapse, body.page-template-page-solutions-suite .odin-navbar.navbar-scrolled .odin-navbar-collapse, body.page-template-page-tutorials .odin-navbar.closed .odin-navbar-collapse, body.page-template-page-tutorials .odin-navbar.navbar-scrolled .odin-navbar-collapse, body.page-template-template-contact-success .odin-navbar.closed .odin-navbar-collapse, body.page-template-template-contact-success .odin-navbar.navbar-scrolled .odin-navbar-collapse, body.page-template-template-contact .odin-navbar.closed .odin-navbar-collapse, body.page-template-template-contact .odin-navbar.navbar-scrolled .odin-navbar-collapse, body.page-template-template-gdpr .odin-navbar.closed .odin-navbar-collapse, body.page-template-template-gdpr .odin-navbar.navbar-scrolled .odin-navbar-collapse, body.page-template-template-general-flexible .odin-navbar.closed .odin-navbar-collapse, body.page-template-template-general-flexible .odin-navbar.navbar-scrolled .odin-navbar-collapse, body.page-template-template-legal .odin-navbar.closed .odin-navbar-collapse, body.page-template-template-legal .odin-navbar.navbar-scrolled .odin-navbar-collapse, body.page-template-template-newsletter .odin-navbar.closed .odin-navbar-collapse, body.page-template-template-newsletter .odin-navbar.navbar-scrolled .odin-navbar-collapse, body.page-template-template-privacy .odin-navbar.closed .odin-navbar-collapse, body.page-template-template-privacy .odin-navbar.navbar-scrolled .odin-navbar-collapse, body.page-template-template-roadmap .odin-navbar.closed .odin-navbar-collapse, body.page-template-template-roadmap .odin-navbar.navbar-scrolled .odin-navbar-collapse, body.page-template-template-use-cases-subpage-kanban .odin-navbar.closed .odin-navbar-collapse, body.page-template-template-use-cases-subpage-kanban .odin-navbar.navbar-scrolled .odin-navbar-collapse, body.page-template-template-use-cases-subpage-project .odin-navbar.closed .odin-navbar-collapse, body.page-template-template-use-cases-subpage-project .odin-navbar.navbar-scrolled .odin-navbar-collapse, body.page-template-template-use-cases-subpage .odin-navbar.closed .odin-navbar-collapse, body.page-template-template-use-cases-subpage .odin-navbar.navbar-scrolled .odin-navbar-collapse, body.page-template-template-odin-suite .odin-navbar.closed .odin-navbar-collapse, body.page-template-template-odin-suite .odin-navbar.navbar-scrolled .odin-navbar-collapse {
        top: 60px
    }

    body.error404 .odin-navbar.closed .odin-navbar-collapse:before, body.error404 .odin-navbar.navbar-scrolled .odin-navbar-collapse:before, body.page-template-page-about-us .odin-navbar.closed .odin-navbar-collapse:before, body.page-template-page-about-us .odin-navbar.navbar-scrolled .odin-navbar-collapse:before, body.page-template-page-academy .odin-navbar.closed .odin-navbar-collapse:before, body.page-template-page-academy .odin-navbar.navbar-scrolled .odin-navbar-collapse:before, body.page-template-page-alternatives-php .odin-navbar.closed .odin-navbar-collapse:before, body.page-template-page-alternatives-php .odin-navbar.navbar-scrolled .odin-navbar-collapse:before, body.page-template-page-impressum .odin-navbar.closed .odin-navbar-collapse:before, body.page-template-page-impressum .odin-navbar.navbar-scrolled .odin-navbar-collapse:before, body.page-template-page-newsroom .odin-navbar.closed .odin-navbar-collapse:before, body.page-template-page-newsroom .odin-navbar.navbar-scrolled .odin-navbar-collapse:before, body.page-template-page-press-kit .odin-navbar.closed .odin-navbar-collapse:before, body.page-template-page-press-kit .odin-navbar.navbar-scrolled .odin-navbar-collapse:before, body.page-template-page-pricing-suite .odin-navbar.closed .odin-navbar-collapse:before, body.page-template-page-pricing-suite .odin-navbar.navbar-scrolled .odin-navbar-collapse:before, body.page-template-page-roadmap-suite .odin-navbar.closed .odin-navbar-collapse:before, body.page-template-page-roadmap-suite .odin-navbar.navbar-scrolled .odin-navbar-collapse:before, body.page-template-page-solutions-suite .odin-navbar.closed .odin-navbar-collapse:before, body.page-template-page-solutions-suite .odin-navbar.navbar-scrolled .odin-navbar-collapse:before, body.page-template-page-tutorials .odin-navbar.closed .odin-navbar-collapse:before, body.page-template-page-tutorials .odin-navbar.navbar-scrolled .odin-navbar-collapse:before, body.page-template-template-contact-success .odin-navbar.closed .odin-navbar-collapse:before, body.page-template-template-contact-success .odin-navbar.navbar-scrolled .odin-navbar-collapse:before, body.page-template-template-contact .odin-navbar.closed .odin-navbar-collapse:before, body.page-template-template-contact .odin-navbar.navbar-scrolled .odin-navbar-collapse:before, body.page-template-template-gdpr .odin-navbar.closed .odin-navbar-collapse:before, body.page-template-template-gdpr .odin-navbar.navbar-scrolled .odin-navbar-collapse:before, body.page-template-template-general-flexible .odin-navbar.closed .odin-navbar-collapse:before, body.page-template-template-general-flexible .odin-navbar.navbar-scrolled .odin-navbar-collapse:before, body.page-template-template-legal .odin-navbar.closed .odin-navbar-collapse:before, body.page-template-template-legal .odin-navbar.navbar-scrolled .odin-navbar-collapse:before, body.page-template-template-newsletter .odin-navbar.closed .odin-navbar-collapse:before, body.page-template-template-newsletter .odin-navbar.navbar-scrolled .odin-navbar-collapse:before, body.page-template-template-privacy .odin-navbar.closed .odin-navbar-collapse:before, body.page-template-template-privacy .odin-navbar.navbar-scrolled .odin-navbar-collapse:before, body.page-template-template-roadmap .odin-navbar.closed .odin-navbar-collapse:before, body.page-template-template-roadmap .odin-navbar.navbar-scrolled .odin-navbar-collapse:before, body.page-template-template-use-cases-subpage-kanban .odin-navbar.closed .odin-navbar-collapse:before, body.page-template-template-use-cases-subpage-kanban .odin-navbar.navbar-scrolled .odin-navbar-collapse:before, body.page-template-template-use-cases-subpage-project .odin-navbar.closed .odin-navbar-collapse:before, body.page-template-template-use-cases-subpage-project .odin-navbar.navbar-scrolled .odin-navbar-collapse:before, body.page-template-template-use-cases-subpage .odin-navbar.closed .odin-navbar-collapse:before, body.page-template-template-use-cases-subpage .odin-navbar.navbar-scrolled .odin-navbar-collapse:before, body.page-template-template-odin-suite .odin-navbar.closed .odin-navbar-collapse:before, body.page-template-template-odin-suite .odin-navbar.navbar-scrolled .odin-navbar-collapse:before {
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        content: "";
        height: 10px;
        -webkit-box-shadow: inset 0 25px 10px -24px rgba(0, 0, 0, .18);
        -moz-box-shadow: inset 0 25px 10px -24px rgba(0, 0, 0, .18);
        box-shadow: inset 0 25px 10px -24px rgba(0, 0, 0, .18);
        display: block
    }

    body.error404 .odin-navbar-collapse, body.page-template-page-about-us .odin-navbar-collapse, body.page-template-page-academy .odin-navbar-collapse, body.page-template-page-alternatives-php .odin-navbar-collapse, body.page-template-page-impressum .odin-navbar-collapse, body.page-template-page-newsroom .odin-navbar-collapse, body.page-template-page-press-kit .odin-navbar-collapse, body.page-template-page-pricing-suite .odin-navbar-collapse, body.page-template-page-roadmap-suite .odin-navbar-collapse, body.page-template-page-solutions-suite .odin-navbar-collapse, body.page-template-page-tutorials .odin-navbar-collapse, body.page-template-template-contact-success .odin-navbar-collapse, body.page-template-template-contact .odin-navbar-collapse, body.page-template-template-gdpr .odin-navbar-collapse, body.page-template-template-general-flexible .odin-navbar-collapse, body.page-template-template-legal .odin-navbar-collapse, body.page-template-template-newsletter .odin-navbar-collapse, body.page-template-template-privacy .odin-navbar-collapse, body.page-template-template-roadmap .odin-navbar-collapse, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse, body.page-template-template-use-cases-subpage .odin-navbar-collapse, body.page-template-template-odin-suite .odin-navbar-collapse {
        margin-top: 0;
        position: fixed;
        width: 100%;
        height: 100%;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
        overflow: auto;
        background-color: #f0f0f0;;
        padding: 10px 10px 90px;
        -ms-overflow-style: none;
        z-index: 100;
        top: 60px;
        opacity: 0;
        visibility: hidden
    }

    body.error404 .odin-navbar-collapse .odin-dropdown-switcher, body.page-template-page-about-us .odin-navbar-collapse .odin-dropdown-switcher, body.page-template-page-academy .odin-navbar-collapse .odin-dropdown-switcher, body.page-template-page-alternatives-php .odin-navbar-collapse .odin-dropdown-switcher, body.page-template-page-impressum .odin-navbar-collapse .odin-dropdown-switcher, body.page-template-page-newsroom .odin-navbar-collapse .odin-dropdown-switcher, body.page-template-page-press-kit .odin-navbar-collapse .odin-dropdown-switcher, body.page-template-page-pricing-suite .odin-navbar-collapse .odin-dropdown-switcher, body.page-template-page-roadmap-suite .odin-navbar-collapse .odin-dropdown-switcher, body.page-template-page-solutions-suite .odin-navbar-collapse .odin-dropdown-switcher, body.page-template-page-tutorials .odin-navbar-collapse .odin-dropdown-switcher, body.page-template-template-contact-success .odin-navbar-collapse .odin-dropdown-switcher, body.page-template-template-contact .odin-navbar-collapse .odin-dropdown-switcher, body.page-template-template-gdpr .odin-navbar-collapse .odin-dropdown-switcher, body.page-template-template-general-flexible .odin-navbar-collapse .odin-dropdown-switcher, body.page-template-template-legal .odin-navbar-collapse .odin-dropdown-switcher, body.page-template-template-newsletter .odin-navbar-collapse .odin-dropdown-switcher, body.page-template-template-privacy .odin-navbar-collapse .odin-dropdown-switcher, body.page-template-template-roadmap .odin-navbar-collapse .odin-dropdown-switcher, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse .odin-dropdown-switcher, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse .odin-dropdown-switcher, body.page-template-template-use-cases-subpage .odin-navbar-collapse .odin-dropdown-switcher, body.page-template-template-odin-suite .odin-navbar-collapse .odin-dropdown-switcher {
        width: 100%;
        font-size: 18px;
        margin-bottom: 0;
        margin-top: -1px
    }

    body.error404 .odin-navbar-collapse .odin-dropdown-switcher.empty button, body.page-template-page-about-us .odin-navbar-collapse .odin-dropdown-switcher.empty button, body.page-template-page-academy .odin-navbar-collapse .odin-dropdown-switcher.empty button, body.page-template-page-alternatives-php .odin-navbar-collapse .odin-dropdown-switcher.empty button, body.page-template-page-impressum .odin-navbar-collapse .odin-dropdown-switcher.empty button, body.page-template-page-newsroom .odin-navbar-collapse .odin-dropdown-switcher.empty button, body.page-template-page-press-kit .odin-navbar-collapse .odin-dropdown-switcher.empty button, body.page-template-page-pricing-suite .odin-navbar-collapse .odin-dropdown-switcher.empty button, body.page-template-page-roadmap-suite .odin-navbar-collapse .odin-dropdown-switcher.empty button, body.page-template-page-solutions-suite .odin-navbar-collapse .odin-dropdown-switcher.empty button, body.page-template-page-tutorials .odin-navbar-collapse .odin-dropdown-switcher.empty button, body.page-template-template-contact-success .odin-navbar-collapse .odin-dropdown-switcher.empty button, body.page-template-template-contact .odin-navbar-collapse .odin-dropdown-switcher.empty button, body.page-template-template-gdpr .odin-navbar-collapse .odin-dropdown-switcher.empty button, body.page-template-template-general-flexible .odin-navbar-collapse .odin-dropdown-switcher.empty button, body.page-template-template-legal .odin-navbar-collapse .odin-dropdown-switcher.empty button, body.page-template-template-newsletter .odin-navbar-collapse .odin-dropdown-switcher.empty button, body.page-template-template-privacy .odin-navbar-collapse .odin-dropdown-switcher.empty button, body.page-template-template-roadmap .odin-navbar-collapse .odin-dropdown-switcher.empty button, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse .odin-dropdown-switcher.empty button, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse .odin-dropdown-switcher.empty button, body.page-template-template-use-cases-subpage .odin-navbar-collapse .odin-dropdown-switcher.empty button, body.page-template-template-odin-suite .odin-navbar-collapse .odin-dropdown-switcher.empty button {
        pointer-events: none;
        cursor: not-allowed;
        color: #999 !important
    }

    body.error404 .odin-navbar-collapse .odin-dropdown-switcher.empty button:after, body.page-template-page-about-us .odin-navbar-collapse .odin-dropdown-switcher.empty button:after, body.page-template-page-academy .odin-navbar-collapse .odin-dropdown-switcher.empty button:after, body.page-template-page-alternatives-php .odin-navbar-collapse .odin-dropdown-switcher.empty button:after, body.page-template-page-impressum .odin-navbar-collapse .odin-dropdown-switcher.empty button:after, body.page-template-page-newsroom .odin-navbar-collapse .odin-dropdown-switcher.empty button:after, body.page-template-page-press-kit .odin-navbar-collapse .odin-dropdown-switcher.empty button:after, body.page-template-page-pricing-suite .odin-navbar-collapse .odin-dropdown-switcher.empty button:after, body.page-template-page-roadmap-suite .odin-navbar-collapse .odin-dropdown-switcher.empty button:after, body.page-template-page-solutions-suite .odin-navbar-collapse .odin-dropdown-switcher.empty button:after, body.page-template-page-tutorials .odin-navbar-collapse .odin-dropdown-switcher.empty button:after, body.page-template-template-contact-success .odin-navbar-collapse .odin-dropdown-switcher.empty button:after, body.page-template-template-contact .odin-navbar-collapse .odin-dropdown-switcher.empty button:after, body.page-template-template-gdpr .odin-navbar-collapse .odin-dropdown-switcher.empty button:after, body.page-template-template-general-flexible .odin-navbar-collapse .odin-dropdown-switcher.empty button:after, body.page-template-template-legal .odin-navbar-collapse .odin-dropdown-switcher.empty button:after, body.page-template-template-newsletter .odin-navbar-collapse .odin-dropdown-switcher.empty button:after, body.page-template-template-privacy .odin-navbar-collapse .odin-dropdown-switcher.empty button:after, body.page-template-template-roadmap .odin-navbar-collapse .odin-dropdown-switcher.empty button:after, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse .odin-dropdown-switcher.empty button:after, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse .odin-dropdown-switcher.empty button:after, body.page-template-template-use-cases-subpage .odin-navbar-collapse .odin-dropdown-switcher.empty button:after, body.page-template-template-odin-suite .odin-navbar-collapse .odin-dropdown-switcher.empty button:after {
        opacity: .3
    }

    body.error404 .odin-navbar-collapse .odin-dropdown-switcher ul, body.page-template-page-about-us .odin-navbar-collapse .odin-dropdown-switcher ul, body.page-template-page-academy .odin-navbar-collapse .odin-dropdown-switcher ul, body.page-template-page-alternatives-php .odin-navbar-collapse .odin-dropdown-switcher ul, body.page-template-page-impressum .odin-navbar-collapse .odin-dropdown-switcher ul, body.page-template-page-newsroom .odin-navbar-collapse .odin-dropdown-switcher ul, body.page-template-page-press-kit .odin-navbar-collapse .odin-dropdown-switcher ul, body.page-template-page-pricing-suite .odin-navbar-collapse .odin-dropdown-switcher ul, body.page-template-page-roadmap-suite .odin-navbar-collapse .odin-dropdown-switcher ul, body.page-template-page-solutions-suite .odin-navbar-collapse .odin-dropdown-switcher ul, body.page-template-page-tutorials .odin-navbar-collapse .odin-dropdown-switcher ul, body.page-template-template-contact-success .odin-navbar-collapse .odin-dropdown-switcher ul, body.page-template-template-contact .odin-navbar-collapse .odin-dropdown-switcher ul, body.page-template-template-gdpr .odin-navbar-collapse .odin-dropdown-switcher ul, body.page-template-template-general-flexible .odin-navbar-collapse .odin-dropdown-switcher ul, body.page-template-template-legal .odin-navbar-collapse .odin-dropdown-switcher ul, body.page-template-template-newsletter .odin-navbar-collapse .odin-dropdown-switcher ul, body.page-template-template-privacy .odin-navbar-collapse .odin-dropdown-switcher ul, body.page-template-template-roadmap .odin-navbar-collapse .odin-dropdown-switcher ul, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse .odin-dropdown-switcher ul, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse .odin-dropdown-switcher ul, body.page-template-template-use-cases-subpage .odin-navbar-collapse .odin-dropdown-switcher ul, body.page-template-template-odin-suite .odin-navbar-collapse .odin-dropdown-switcher ul {
        background: none;
        -moz-border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
    }

    body.error404 .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item, body.page-template-page-about-us .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item, body.page-template-page-academy .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item, body.page-template-page-alternatives-php .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item, body.page-template-page-impressum .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item, body.page-template-page-newsroom .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item, body.page-template-page-press-kit .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item, body.page-template-page-pricing-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item, body.page-template-page-roadmap-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item, body.page-template-page-solutions-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item, body.page-template-page-tutorials .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item, body.page-template-template-contact-success .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item, body.page-template-template-contact .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item, body.page-template-template-gdpr .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item, body.page-template-template-general-flexible .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item, body.page-template-template-legal .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item, body.page-template-template-newsletter .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item, body.page-template-template-privacy .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item, body.page-template-template-roadmap .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item, body.page-template-template-use-cases-subpage .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item, body.page-template-template-odin-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item {
        display: block;
        -moz-border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        overflow: hidden
    }

    body.error404 .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item i, body.page-template-page-about-us .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item i, body.page-template-page-academy .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item i, body.page-template-page-alternatives-php .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item i, body.page-template-page-impressum .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item i, body.page-template-page-newsroom .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item i, body.page-template-page-press-kit .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item i, body.page-template-page-pricing-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item i, body.page-template-page-roadmap-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item i, body.page-template-page-solutions-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item i, body.page-template-page-tutorials .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item i, body.page-template-template-contact-success .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item i, body.page-template-template-contact .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item i, body.page-template-template-gdpr .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item i, body.page-template-template-general-flexible .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item i, body.page-template-template-legal .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item i, body.page-template-template-newsletter .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item i, body.page-template-template-privacy .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item i, body.page-template-template-roadmap .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item i, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item i, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item i, body.page-template-template-use-cases-subpage .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item i, body.page-template-template-odin-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item i {
        display: none
    }

    body.error404 .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button, body.page-template-page-about-us .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button, body.page-template-page-academy .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button, body.page-template-page-alternatives-php .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button, body.page-template-page-impressum .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button, body.page-template-page-newsroom .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button, body.page-template-page-press-kit .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button, body.page-template-page-pricing-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button, body.page-template-page-roadmap-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button, body.page-template-page-solutions-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button, body.page-template-page-tutorials .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button, body.page-template-template-contact-success .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button, body.page-template-template-contact .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button, body.page-template-template-gdpr .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button, body.page-template-template-general-flexible .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button, body.page-template-template-legal .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button, body.page-template-template-newsletter .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button, body.page-template-template-privacy .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button, body.page-template-template-roadmap .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button, body.page-template-template-use-cases-subpage .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button, body.page-template-template-odin-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button {
        display: block;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-right-radius: 5px;
        border-bottom: 1px solid #e5e5e6;
        background-color: #fff;
        font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
        position: relative;
        overflow: hidden
    }

    body.error404 .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:before, body.page-template-page-about-us .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:before, body.page-template-page-academy .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:before, body.page-template-page-alternatives-php .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:before, body.page-template-page-impressum .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:before, body.page-template-page-newsroom .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:before, body.page-template-page-press-kit .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:before, body.page-template-page-pricing-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:before, body.page-template-page-roadmap-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:before, body.page-template-page-solutions-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:before, body.page-template-page-tutorials .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:before, body.page-template-template-contact-success .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:before, body.page-template-template-contact .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:before, body.page-template-template-gdpr .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:before, body.page-template-template-general-flexible .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:before, body.page-template-template-legal .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:before, body.page-template-template-newsletter .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:before, body.page-template-template-privacy .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:before, body.page-template-template-roadmap .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:before, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:before, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:before, body.page-template-template-use-cases-subpage .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:before, body.page-template-template-odin-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:before {
        content: "";
        width: 100%;
        position: absolute;
        top: 0;
        height: 1px;
        background: #e5e5e6;
        left: 0;
        display: block
    }

    body.error404 .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button.active, body.page-template-page-about-us .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button.active, body.page-template-page-academy .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button.active, body.page-template-page-alternatives-php .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button.active, body.page-template-page-impressum .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button.active, body.page-template-page-newsroom .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button.active, body.page-template-page-press-kit .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button.active, body.page-template-page-pricing-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button.active, body.page-template-page-roadmap-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button.active, body.page-template-page-solutions-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button.active, body.page-template-page-tutorials .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button.active, body.page-template-template-contact-success .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button.active, body.page-template-template-contact .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button.active, body.page-template-template-gdpr .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button.active, body.page-template-template-general-flexible .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button.active, body.page-template-template-legal .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button.active, body.page-template-template-newsletter .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button.active, body.page-template-template-privacy .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button.active, body.page-template-template-roadmap .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button.active, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button.active, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button.active, body.page-template-template-use-cases-subpage .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button.active, body.page-template-template-odin-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button.active {
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0
    }

    body.error404 .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:active, body.error404 .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:focus, body.error404 .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:hover, body.error404 .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:visited, body.page-template-page-about-us .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:active, body.page-template-page-about-us .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:focus, body.page-template-page-about-us .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:hover, body.page-template-page-about-us .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:visited, body.page-template-page-academy .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:active, body.page-template-page-academy .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:focus, body.page-template-page-academy .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:hover, body.page-template-page-academy .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:visited, body.page-template-page-alternatives-php .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:active, body.page-template-page-alternatives-php .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:focus, body.page-template-page-alternatives-php .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:hover, body.page-template-page-alternatives-php .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:visited, body.page-template-page-impressum .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:active, body.page-template-page-impressum .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:focus, body.page-template-page-impressum .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:hover, body.page-template-page-impressum .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:visited, body.page-template-page-newsroom .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:active, body.page-template-page-newsroom .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:focus, body.page-template-page-newsroom .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:hover, body.page-template-page-newsroom .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:visited, body.page-template-page-press-kit .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:active, body.page-template-page-press-kit .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:focus, body.page-template-page-press-kit .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:hover, body.page-template-page-press-kit .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:visited, body.page-template-page-pricing-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:active, body.page-template-page-pricing-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:focus, body.page-template-page-pricing-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:hover, body.page-template-page-pricing-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:visited, body.page-template-page-roadmap-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:active, body.page-template-page-roadmap-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:focus, body.page-template-page-roadmap-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:hover, body.page-template-page-roadmap-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:visited, body.page-template-page-solutions-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:active, body.page-template-page-solutions-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:focus, body.page-template-page-solutions-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:hover, body.page-template-page-solutions-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:visited, body.page-template-page-tutorials .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:active, body.page-template-page-tutorials .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:focus, body.page-template-page-tutorials .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:hover, body.page-template-page-tutorials .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:visited, body.page-template-template-contact-success .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:active, body.page-template-template-contact-success .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:focus, body.page-template-template-contact-success .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:hover, body.page-template-template-contact-success .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:visited, body.page-template-template-contact .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:active, body.page-template-template-contact .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:focus, body.page-template-template-contact .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:hover, body.page-template-template-contact .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:visited, body.page-template-template-gdpr .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:active, body.page-template-template-gdpr .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:focus, body.page-template-template-gdpr .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:hover, body.page-template-template-gdpr .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:visited, body.page-template-template-general-flexible .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:active, body.page-template-template-general-flexible .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:focus, body.page-template-template-general-flexible .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:hover, body.page-template-template-general-flexible .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:visited, body.page-template-template-legal .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:active, body.page-template-template-legal .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:focus, body.page-template-template-legal .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:hover, body.page-template-template-legal .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:visited, body.page-template-template-newsletter .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:active, body.page-template-template-newsletter .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:focus, body.page-template-template-newsletter .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:hover, body.page-template-template-newsletter .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:visited, body.page-template-template-privacy .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:active, body.page-template-template-privacy .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:focus, body.page-template-template-privacy .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:hover, body.page-template-template-privacy .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:visited, body.page-template-template-roadmap .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:active, body.page-template-template-roadmap .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:focus, body.page-template-template-roadmap .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:hover, body.page-template-template-roadmap .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:visited, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:active, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:focus, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:hover, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:visited, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:active, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:focus, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:hover, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:visited, body.page-template-template-use-cases-subpage .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:active, body.page-template-template-use-cases-subpage .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:focus, body.page-template-template-use-cases-subpage .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:hover, body.page-template-template-use-cases-subpage .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:visited, body.page-template-template-odin-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:active, body.page-template-template-odin-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:focus, body.page-template-template-odin-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:hover, body.page-template-template-odin-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item button:visited {
        background: #fff;
        outline: 0
    }

    body.error404 .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu, body.page-template-page-about-us .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu, body.page-template-page-academy .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu, body.page-template-page-alternatives-php .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu, body.page-template-page-impressum .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu, body.page-template-page-newsroom .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu, body.page-template-page-press-kit .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu, body.page-template-page-pricing-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu, body.page-template-page-roadmap-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu, body.page-template-page-solutions-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu, body.page-template-page-tutorials .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu, body.page-template-template-contact-success .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu, body.page-template-template-contact .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu, body.page-template-template-gdpr .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu, body.page-template-template-general-flexible .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu, body.page-template-template-legal .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu, body.page-template-template-newsletter .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu, body.page-template-template-privacy .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu, body.page-template-template-roadmap .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu, body.page-template-template-use-cases-subpage .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu, body.page-template-template-odin-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu {
        position: static;
        top: 0;
        right: auto;
        left: auto;
        bottom: auto;
        display: block;
        max-height: 0;
        background: none
    }

    body.error404 .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item, body.page-template-page-about-us .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item, body.page-template-page-academy .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item, body.page-template-page-alternatives-php .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item, body.page-template-page-impressum .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item, body.page-template-page-newsroom .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item, body.page-template-page-press-kit .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item, body.page-template-page-pricing-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item, body.page-template-page-roadmap-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item, body.page-template-page-solutions-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item, body.page-template-page-tutorials .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item, body.page-template-template-contact-success .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item, body.page-template-template-contact .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item, body.page-template-template-gdpr .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item, body.page-template-template-general-flexible .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item, body.page-template-template-legal .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item, body.page-template-template-newsletter .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item, body.page-template-template-privacy .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item, body.page-template-template-roadmap .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item, body.page-template-template-use-cases-subpage .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item, body.page-template-template-odin-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item {
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-right-radius: 5px;
        border-bottom: 1px solid #e5e5e6
    }

    body.error404 .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item a:after, body.page-template-page-about-us .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item a:after, body.page-template-page-academy .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item a:after, body.page-template-page-alternatives-php .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item a:after, body.page-template-page-impressum .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item a:after, body.page-template-page-newsroom .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item a:after, body.page-template-page-press-kit .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item a:after, body.page-template-page-pricing-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item a:after, body.page-template-page-roadmap-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item a:after, body.page-template-page-solutions-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item a:after, body.page-template-page-tutorials .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item a:after, body.page-template-template-contact-success .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item a:after, body.page-template-template-contact .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item a:after, body.page-template-template-gdpr .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item a:after, body.page-template-template-general-flexible .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item a:after, body.page-template-template-legal .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item a:after, body.page-template-template-newsletter .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item a:after, body.page-template-template-privacy .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item a:after, body.page-template-template-roadmap .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item a:after, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item a:after, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item a:after, body.page-template-template-use-cases-subpage .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item a:after, body.page-template-template-odin-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li.wpml-ls-last-item a:after {
        display: none
    }

    body.error404 .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a, body.page-template-page-about-us .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a, body.page-template-page-academy .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a, body.page-template-page-alternatives-php .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a, body.page-template-page-impressum .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a, body.page-template-page-newsroom .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a, body.page-template-page-press-kit .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a, body.page-template-page-pricing-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a, body.page-template-page-roadmap-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a, body.page-template-page-solutions-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a, body.page-template-page-tutorials .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a, body.page-template-template-contact-success .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a, body.page-template-template-contact .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a, body.page-template-template-gdpr .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a, body.page-template-template-general-flexible .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a, body.page-template-template-legal .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a, body.page-template-template-newsletter .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a, body.page-template-template-privacy .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a, body.page-template-template-roadmap .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a, body.page-template-template-use-cases-subpage .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a, body.page-template-template-odin-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a {
        background-color: #fff;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-right-radius: 5px
    }

    body.error404 .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a:before, body.page-template-page-about-us .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a:before, body.page-template-page-academy .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a:before, body.page-template-page-alternatives-php .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a:before, body.page-template-page-impressum .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a:before, body.page-template-page-newsroom .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a:before, body.page-template-page-press-kit .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a:before, body.page-template-page-pricing-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a:before, body.page-template-page-roadmap-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a:before, body.page-template-page-solutions-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a:before, body.page-template-page-tutorials .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a:before, body.page-template-template-contact-success .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a:before, body.page-template-template-contact .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a:before, body.page-template-template-gdpr .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a:before, body.page-template-template-general-flexible .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a:before, body.page-template-template-legal .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a:before, body.page-template-template-newsletter .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a:before, body.page-template-template-privacy .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a:before, body.page-template-template-roadmap .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a:before, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a:before, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a:before, body.page-template-template-use-cases-subpage .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a:before, body.page-template-template-odin-suite .odin-navbar-collapse .odin-dropdown-switcher ul li.wpml-ls-item .wpml-ls-sub-menu li a:before {
        display: none
    }

    body.error404 .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle, body.page-template-page-about-us .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle, body.page-template-page-academy .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle, body.page-template-page-alternatives-php .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle, body.page-template-page-impressum .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle, body.page-template-page-newsroom .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle, body.page-template-page-press-kit .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle, body.page-template-page-pricing-suite .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle, body.page-template-page-roadmap-suite .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle, body.page-template-page-solutions-suite .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle, body.page-template-page-tutorials .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle, body.page-template-template-contact-success .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle, body.page-template-template-contact .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle, body.page-template-template-gdpr .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle, body.page-template-template-general-flexible .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle, body.page-template-template-legal .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle, body.page-template-template-newsletter .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle, body.page-template-template-privacy .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle, body.page-template-template-roadmap .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle, body.page-template-template-use-cases-subpage .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle, body.page-template-template-odin-suite .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle {
        padding: 17px 20px 16px;
        color: #000;
        left: 0;
        border: 0;
        margin-top: 0;
        font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
        font-weight: 500;
        width: 100%;
        display: block;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topleft: 0;
        border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0;
        text-align: left;
        position: relative
    }

    body.error404 .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle:after, body.page-template-page-about-us .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle:after, body.page-template-page-academy .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle:after, body.page-template-page-alternatives-php .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle:after, body.page-template-page-impressum .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle:after, body.page-template-page-newsroom .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle:after, body.page-template-page-press-kit .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle:after, body.page-template-page-pricing-suite .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle:after, body.page-template-page-roadmap-suite .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle:after, body.page-template-page-solutions-suite .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle:after, body.page-template-page-tutorials .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle:after, body.page-template-template-contact-success .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle:after, body.page-template-template-contact .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle:after, body.page-template-template-gdpr .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle:after, body.page-template-template-general-flexible .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle:after, body.page-template-template-legal .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle:after, body.page-template-template-newsletter .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle:after, body.page-template-template-privacy .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle:after, body.page-template-template-roadmap .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle:after, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle:after, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle:after, body.page-template-template-use-cases-subpage .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle:after, body.page-template-template-odin-suite .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle:after {
        position: absolute;
        right: 20px;
        top: 22px;
        height: 15px;
        width: 15px;
        content: "";
    }

    body.error404 .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle img, body.page-template-page-about-us .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle img, body.page-template-page-academy .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle img, body.page-template-page-alternatives-php .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle img, body.page-template-page-impressum .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle img, body.page-template-page-newsroom .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle img, body.page-template-page-press-kit .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle img, body.page-template-page-pricing-suite .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle img, body.page-template-page-roadmap-suite .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle img, body.page-template-page-solutions-suite .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle img, body.page-template-page-tutorials .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle img, body.page-template-template-contact-success .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle img, body.page-template-template-contact .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle img, body.page-template-template-gdpr .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle img, body.page-template-template-general-flexible .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle img, body.page-template-template-legal .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle img, body.page-template-template-newsletter .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle img, body.page-template-template-privacy .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle img, body.page-template-template-roadmap .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle img, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle img, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle img, body.page-template-template-use-cases-subpage .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle img, body.page-template-template-odin-suite .odin-navbar-collapse .odin-dropdown-switcher ul button.wpml-ls-item-toggle img {
        display: none
    }

    body.error404 .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link, body.page-template-page-about-us .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link, body.page-template-page-academy .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link, body.page-template-page-alternatives-php .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link, body.page-template-page-impressum .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link, body.page-template-page-newsroom .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link, body.page-template-page-press-kit .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link, body.page-template-page-pricing-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link, body.page-template-page-roadmap-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link, body.page-template-page-solutions-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link, body.page-template-page-tutorials .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link, body.page-template-template-contact-success .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link, body.page-template-template-contact .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link, body.page-template-template-gdpr .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link, body.page-template-template-general-flexible .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link, body.page-template-template-legal .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link, body.page-template-template-newsletter .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link, body.page-template-template-privacy .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link, body.page-template-template-roadmap .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link, body.page-template-template-use-cases-subpage .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link, body.page-template-template-odin-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link {
        padding: 20px 20px 24px 65px;
        border-top: 0
    }

    body.error404 .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link img, body.page-template-page-about-us .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link img, body.page-template-page-academy .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link img, body.page-template-page-alternatives-php .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link img, body.page-template-page-impressum .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link img, body.page-template-page-newsroom .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link img, body.page-template-page-press-kit .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link img, body.page-template-page-pricing-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link img, body.page-template-page-roadmap-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link img, body.page-template-page-solutions-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link img, body.page-template-page-tutorials .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link img, body.page-template-template-contact-success .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link img, body.page-template-template-contact .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link img, body.page-template-template-gdpr .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link img, body.page-template-template-general-flexible .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link img, body.page-template-template-legal .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link img, body.page-template-template-newsletter .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link img, body.page-template-template-privacy .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link img, body.page-template-template-roadmap .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link img, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link img, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link img, body.page-template-template-use-cases-subpage .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link img, body.page-template-template-odin-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link img {
        display: none
    }

    body.error404 .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link span, body.page-template-page-about-us .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link span, body.page-template-page-academy .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link span, body.page-template-page-alternatives-php .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link span, body.page-template-page-impressum .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link span, body.page-template-page-newsroom .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link span, body.page-template-page-press-kit .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link span, body.page-template-page-pricing-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link span, body.page-template-page-roadmap-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link span, body.page-template-page-solutions-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link span, body.page-template-page-tutorials .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link span, body.page-template-template-contact-success .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link span, body.page-template-template-contact .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link span, body.page-template-template-gdpr .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link span, body.page-template-template-general-flexible .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link span, body.page-template-template-legal .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link span, body.page-template-template-newsletter .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link span, body.page-template-template-privacy .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link span, body.page-template-template-roadmap .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link span, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link span, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link span, body.page-template-template-use-cases-subpage .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link span, body.page-template-template-odin-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link span {
        margin-left: 0
    }

    body.error404 .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:before, body.page-template-page-about-us .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:before, body.page-template-page-academy .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:before, body.page-template-page-alternatives-php .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:before, body.page-template-page-impressum .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:before, body.page-template-page-newsroom .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:before, body.page-template-page-press-kit .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:before, body.page-template-page-pricing-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:before, body.page-template-page-roadmap-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:before, body.page-template-page-solutions-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:before, body.page-template-page-tutorials .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:before, body.page-template-template-contact-success .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:before, body.page-template-template-contact .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:before, body.page-template-template-gdpr .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:before, body.page-template-template-general-flexible .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:before, body.page-template-template-legal .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:before, body.page-template-template-newsletter .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:before, body.page-template-template-privacy .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:before, body.page-template-template-roadmap .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:before, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:before, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:before, body.page-template-template-use-cases-subpage .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:before, body.page-template-template-odin-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:before {
        content: "";
        height: 33px;
        width: 33px;
        left: 20px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        display: block;
        background-repeat: no-repeat;
        -webkit-background-size: 100% 100% !important;
        -moz-background-size: 100% !important;
        background-size: 100% !important;
        margin: -11px 10px 12px 1px;
        position: absolute;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        top: 24px
    }

    body.error404 .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:after, body.page-template-page-about-us .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:after, body.page-template-page-academy .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:after, body.page-template-page-alternatives-php .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:after, body.page-template-page-impressum .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:after, body.page-template-page-newsroom .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:after, body.page-template-page-press-kit .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:after, body.page-template-page-pricing-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:after, body.page-template-page-roadmap-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:after, body.page-template-page-solutions-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:after, body.page-template-page-tutorials .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:after, body.page-template-template-contact-success .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:after, body.page-template-template-contact .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:after, body.page-template-template-gdpr .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:after, body.page-template-template-general-flexible .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:after, body.page-template-template-legal .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:after, body.page-template-template-newsletter .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:after, body.page-template-template-privacy .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:after, body.page-template-template-roadmap .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:after, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:after, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:after, body.page-template-template-use-cases-subpage .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:after, body.page-template-template-odin-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li a.wpml-ls-link:after {
        content: "";
        width: 100%;
        position: absolute;
        bottom: 0;
        height: 1px;
        background: #eaeaea;
        left: 65px;
        display: block
    }

    body.error404 .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-de a:before, body.page-template-page-about-us .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-de a:before, body.page-template-page-academy .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-de a:before, body.page-template-page-alternatives-php .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-de a:before, body.page-template-page-impressum .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-de a:before, body.page-template-page-newsroom .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-de a:before, body.page-template-page-press-kit .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-de a:before, body.page-template-page-pricing-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-de a:before, body.page-template-page-roadmap-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-de a:before, body.page-template-page-solutions-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-de a:before, body.page-template-page-tutorials .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-de a:before, body.page-template-template-contact-success .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-de a:before, body.page-template-template-contact .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-de a:before, body.page-template-template-gdpr .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-de a:before, body.page-template-template-general-flexible .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-de a:before, body.page-template-template-legal .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-de a:before, body.page-template-template-newsletter .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-de a:before, body.page-template-template-privacy .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-de a:before, body.page-template-template-roadmap .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-de a:before, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-de a:before, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-de a:before, body.page-template-template-use-cases-subpage .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-de a:before, body.page-template-template-odin-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-de a:before {
        background-image: url(https://odin.com/wp-content/uploads/2020/06/flags/de.png)
    }

    body.error404 .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-en a:before, body.page-template-page-about-us .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-en a:before, body.page-template-page-academy .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-en a:before, body.page-template-page-alternatives-php .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-en a:before, body.page-template-page-impressum .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-en a:before, body.page-template-page-newsroom .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-en a:before, body.page-template-page-press-kit .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-en a:before, body.page-template-page-pricing-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-en a:before, body.page-template-page-roadmap-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-en a:before, body.page-template-page-solutions-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-en a:before, body.page-template-page-tutorials .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-en a:before, body.page-template-template-contact-success .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-en a:before, body.page-template-template-contact .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-en a:before, body.page-template-template-gdpr .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-en a:before, body.page-template-template-general-flexible .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-en a:before, body.page-template-template-legal .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-en a:before, body.page-template-template-newsletter .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-en a:before, body.page-template-template-privacy .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-en a:before, body.page-template-template-roadmap .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-en a:before, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-en a:before, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-en a:before, body.page-template-template-use-cases-subpage .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-en a:before, body.page-template-template-odin-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-en a:before {
        background-image: url(https://odin.com/wp-content/uploads/2020/06/flags/en.png)
    }

    body.error404 .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-fr a:before, body.page-template-page-about-us .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-fr a:before, body.page-template-page-academy .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-fr a:before, body.page-template-page-alternatives-php .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-fr a:before, body.page-template-page-impressum .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-fr a:before, body.page-template-page-newsroom .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-fr a:before, body.page-template-page-press-kit .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-fr a:before, body.page-template-page-pricing-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-fr a:before, body.page-template-page-roadmap-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-fr a:before, body.page-template-page-solutions-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-fr a:before, body.page-template-page-tutorials .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-fr a:before, body.page-template-template-contact-success .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-fr a:before, body.page-template-template-contact .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-fr a:before, body.page-template-template-gdpr .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-fr a:before, body.page-template-template-general-flexible .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-fr a:before, body.page-template-template-legal .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-fr a:before, body.page-template-template-newsletter .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-fr a:before, body.page-template-template-privacy .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-fr a:before, body.page-template-template-roadmap .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-fr a:before, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-fr a:before, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-fr a:before, body.page-template-template-use-cases-subpage .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-fr a:before, body.page-template-template-odin-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-fr a:before {
        background-image: url(https://odin.com/wp-content/uploads/2020/06/flags/fr.png)
    }

    body.error404 .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-zh-hant a:before, body.page-template-page-about-us .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-zh-hant a:before, body.page-template-page-academy .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-zh-hant a:before, body.page-template-page-alternatives-php .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-zh-hant a:before, body.page-template-page-impressum .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-zh-hant a:before, body.page-template-page-newsroom .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-zh-hant a:before, body.page-template-page-press-kit .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-zh-hant a:before, body.page-template-page-pricing-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-zh-hant a:before, body.page-template-page-roadmap-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-zh-hant a:before, body.page-template-page-solutions-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-zh-hant a:before, body.page-template-page-tutorials .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-zh-hant a:before, body.page-template-template-contact-success .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-zh-hant a:before, body.page-template-template-contact .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-zh-hant a:before, body.page-template-template-gdpr .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-zh-hant a:before, body.page-template-template-general-flexible .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-zh-hant a:before, body.page-template-template-legal .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-zh-hant a:before, body.page-template-template-newsletter .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-zh-hant a:before, body.page-template-template-privacy .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-zh-hant a:before, body.page-template-template-roadmap .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-zh-hant a:before, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-zh-hant a:before, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-zh-hant a:before, body.page-template-template-use-cases-subpage .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-zh-hant a:before, body.page-template-template-odin-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-zh-hant a:before {
        background-image: url(https://odin.com/wp-content/uploads/2020/06/flags/ch.png)
    }

    body.error404 .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-it a:before, body.page-template-page-about-us .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-it a:before, body.page-template-page-academy .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-it a:before, body.page-template-page-alternatives-php .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-it a:before, body.page-template-page-impressum .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-it a:before, body.page-template-page-newsroom .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-it a:before, body.page-template-page-press-kit .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-it a:before, body.page-template-page-pricing-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-it a:before, body.page-template-page-roadmap-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-it a:before, body.page-template-page-solutions-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-it a:before, body.page-template-page-tutorials .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-it a:before, body.page-template-template-contact-success .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-it a:before, body.page-template-template-contact .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-it a:before, body.page-template-template-gdpr .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-it a:before, body.page-template-template-general-flexible .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-it a:before, body.page-template-template-legal .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-it a:before, body.page-template-template-newsletter .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-it a:before, body.page-template-template-privacy .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-it a:before, body.page-template-template-roadmap .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-it a:before, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-it a:before, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-it a:before, body.page-template-template-use-cases-subpage .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-it a:before, body.page-template-template-odin-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-it a:before {
        background-image: url(https://odin.com/wp-content/uploads/2020/06/flags/it.png)
    }

    body.error404 .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ko a:before, body.page-template-page-about-us .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ko a:before, body.page-template-page-academy .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ko a:before, body.page-template-page-alternatives-php .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ko a:before, body.page-template-page-impressum .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ko a:before, body.page-template-page-newsroom .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ko a:before, body.page-template-page-press-kit .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ko a:before, body.page-template-page-pricing-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ko a:before, body.page-template-page-roadmap-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ko a:before, body.page-template-page-solutions-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ko a:before, body.page-template-page-tutorials .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ko a:before, body.page-template-template-contact-success .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ko a:before, body.page-template-template-contact .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ko a:before, body.page-template-template-gdpr .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ko a:before, body.page-template-template-general-flexible .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ko a:before, body.page-template-template-legal .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ko a:before, body.page-template-template-newsletter .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ko a:before, body.page-template-template-privacy .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ko a:before, body.page-template-template-roadmap .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ko a:before, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ko a:before, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ko a:before, body.page-template-template-use-cases-subpage .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ko a:before, body.page-template-template-odin-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ko a:before {
        background-image: url(https://odin.com/wp-content/uploads/2020/06/flags/kr.png)
    }

    body.error404 .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-pt-br a:before, body.page-template-page-about-us .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-pt-br a:before, body.page-template-page-academy .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-pt-br a:before, body.page-template-page-alternatives-php .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-pt-br a:before, body.page-template-page-impressum .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-pt-br a:before, body.page-template-page-newsroom .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-pt-br a:before, body.page-template-page-press-kit .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-pt-br a:before, body.page-template-page-pricing-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-pt-br a:before, body.page-template-page-roadmap-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-pt-br a:before, body.page-template-page-solutions-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-pt-br a:before, body.page-template-page-tutorials .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-pt-br a:before, body.page-template-template-contact-success .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-pt-br a:before, body.page-template-template-contact .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-pt-br a:before, body.page-template-template-gdpr .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-pt-br a:before, body.page-template-template-general-flexible .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-pt-br a:before, body.page-template-template-legal .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-pt-br a:before, body.page-template-template-newsletter .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-pt-br a:before, body.page-template-template-privacy .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-pt-br a:before, body.page-template-template-roadmap .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-pt-br a:before, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-pt-br a:before, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-pt-br a:before, body.page-template-template-use-cases-subpage .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-pt-br a:before, body.page-template-template-odin-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-pt-br a:before {
        background-image: url(https://odin.com/wp-content/uploads/2020/06/flags/pt.png)
    }

    body.error404 .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ru a:before, body.page-template-page-about-us .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ru a:before, body.page-template-page-academy .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ru a:before, body.page-template-page-alternatives-php .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ru a:before, body.page-template-page-impressum .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ru a:before, body.page-template-page-newsroom .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ru a:before, body.page-template-page-press-kit .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ru a:before, body.page-template-page-pricing-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ru a:before, body.page-template-page-roadmap-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ru a:before, body.page-template-page-solutions-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ru a:before, body.page-template-page-tutorials .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ru a:before, body.page-template-template-contact-success .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ru a:before, body.page-template-template-contact .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ru a:before, body.page-template-template-gdpr .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ru a:before, body.page-template-template-general-flexible .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ru a:before, body.page-template-template-legal .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ru a:before, body.page-template-template-newsletter .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ru a:before, body.page-template-template-privacy .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ru a:before, body.page-template-template-roadmap .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ru a:before, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ru a:before, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ru a:before, body.page-template-template-use-cases-subpage .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ru a:before, body.page-template-template-odin-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-ru a:before {
        background-image: url(https://odin.com/wp-content/uploads/2020/06/flags/ru.png)
    }

    body.error404 .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-es a:before, body.page-template-page-about-us .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-es a:before, body.page-template-page-academy .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-es a:before, body.page-template-page-alternatives-php .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-es a:before, body.page-template-page-impressum .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-es a:before, body.page-template-page-newsroom .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-es a:before, body.page-template-page-press-kit .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-es a:before, body.page-template-page-pricing-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-es a:before, body.page-template-page-roadmap-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-es a:before, body.page-template-page-solutions-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-es a:before, body.page-template-page-tutorials .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-es a:before, body.page-template-template-contact-success .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-es a:before, body.page-template-template-contact .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-es a:before, body.page-template-template-gdpr .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-es a:before, body.page-template-template-general-flexible .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-es a:before, body.page-template-template-legal .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-es a:before, body.page-template-template-newsletter .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-es a:before, body.page-template-template-privacy .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-es a:before, body.page-template-template-roadmap .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-es a:before, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-es a:before, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-es a:before, body.page-template-template-use-cases-subpage .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-es a:before, body.page-template-template-odin-suite .odin-navbar-collapse .odin-dropdown-switcher ul ul.wpml-ls-sub-menu li.wpml-ls-item-es a:before {
        background-image: url(https://odin.com/wp-content/uploads/2020/06/flags/es.png)
    }

    body.error404 .odin-navbar-collapse::-webkit-scrollbar, body.page-template-page-about-us .odin-navbar-collapse::-webkit-scrollbar, body.page-template-page-academy .odin-navbar-collapse::-webkit-scrollbar, body.page-template-page-alternatives-php .odin-navbar-collapse::-webkit-scrollbar, body.page-template-page-impressum .odin-navbar-collapse::-webkit-scrollbar, body.page-template-page-newsroom .odin-navbar-collapse::-webkit-scrollbar, body.page-template-page-press-kit .odin-navbar-collapse::-webkit-scrollbar, body.page-template-page-pricing-suite .odin-navbar-collapse::-webkit-scrollbar, body.page-template-page-roadmap-suite .odin-navbar-collapse::-webkit-scrollbar, body.page-template-page-solutions-suite .odin-navbar-collapse::-webkit-scrollbar, body.page-template-page-tutorials .odin-navbar-collapse::-webkit-scrollbar, body.page-template-template-contact-success .odin-navbar-collapse::-webkit-scrollbar, body.page-template-template-contact .odin-navbar-collapse::-webkit-scrollbar, body.page-template-template-gdpr .odin-navbar-collapse::-webkit-scrollbar, body.page-template-template-general-flexible .odin-navbar-collapse::-webkit-scrollbar, body.page-template-template-legal .odin-navbar-collapse::-webkit-scrollbar, body.page-template-template-newsletter .odin-navbar-collapse::-webkit-scrollbar, body.page-template-template-privacy .odin-navbar-collapse::-webkit-scrollbar, body.page-template-template-roadmap .odin-navbar-collapse::-webkit-scrollbar, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse::-webkit-scrollbar, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse::-webkit-scrollbar, body.page-template-template-use-cases-subpage .odin-navbar-collapse::-webkit-scrollbar, body.page-template-template-odin-suite .odin-navbar-collapse::-webkit-scrollbar {
        display: none
    }

    body.error404 .odin-navbar-collapse.show, body.page-template-page-about-us .odin-navbar-collapse.show, body.page-template-page-academy .odin-navbar-collapse.show, body.page-template-page-alternatives-php .odin-navbar-collapse.show, body.page-template-page-impressum .odin-navbar-collapse.show, body.page-template-page-newsroom .odin-navbar-collapse.show, body.page-template-page-press-kit .odin-navbar-collapse.show, body.page-template-page-pricing-suite .odin-navbar-collapse.show, body.page-template-page-roadmap-suite .odin-navbar-collapse.show, body.page-template-page-solutions-suite .odin-navbar-collapse.show, body.page-template-page-tutorials .odin-navbar-collapse.show, body.page-template-template-contact-success .odin-navbar-collapse.show, body.page-template-template-contact .odin-navbar-collapse.show, body.page-template-template-gdpr .odin-navbar-collapse.show, body.page-template-template-general-flexible .odin-navbar-collapse.show, body.page-template-template-legal .odin-navbar-collapse.show, body.page-template-template-newsletter .odin-navbar-collapse.show, body.page-template-template-privacy .odin-navbar-collapse.show, body.page-template-template-roadmap .odin-navbar-collapse.show, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse.show, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse.show, body.page-template-template-use-cases-subpage .odin-navbar-collapse.show, body.page-template-template-odin-suite .odin-navbar-collapse.show {
        opacity: 1;
        visibility: visible
    }

    body.error404 .odin-navbar-collapse ul, body.page-template-page-about-us .odin-navbar-collapse ul, body.page-template-page-academy .odin-navbar-collapse ul, body.page-template-page-alternatives-php .odin-navbar-collapse ul, body.page-template-page-impressum .odin-navbar-collapse ul, body.page-template-page-newsroom .odin-navbar-collapse ul, body.page-template-page-press-kit .odin-navbar-collapse ul, body.page-template-page-pricing-suite .odin-navbar-collapse ul, body.page-template-page-roadmap-suite .odin-navbar-collapse ul, body.page-template-page-solutions-suite .odin-navbar-collapse ul, body.page-template-page-tutorials .odin-navbar-collapse ul, body.page-template-template-contact-success .odin-navbar-collapse ul, body.page-template-template-contact .odin-navbar-collapse ul, body.page-template-template-gdpr .odin-navbar-collapse ul, body.page-template-template-general-flexible .odin-navbar-collapse ul, body.page-template-template-legal .odin-navbar-collapse ul, body.page-template-template-newsletter .odin-navbar-collapse ul, body.page-template-template-privacy .odin-navbar-collapse ul, body.page-template-template-roadmap .odin-navbar-collapse ul, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse ul, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse ul, body.page-template-template-use-cases-subpage .odin-navbar-collapse ul, body.page-template-template-odin-suite .odin-navbar-collapse ul {
        width: 100%;
        list-style: none;
        border-left: 1px solid #e5e5e6;
        border-right: 1px solid #e5e5e6;
        border-bottom: 0;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px
    }

    body.error404 .odin-navbar-collapse ul li, body.page-template-page-about-us .odin-navbar-collapse ul li, body.page-template-page-academy .odin-navbar-collapse ul li, body.page-template-page-alternatives-php .odin-navbar-collapse ul li, body.page-template-page-impressum .odin-navbar-collapse ul li, body.page-template-page-newsroom .odin-navbar-collapse ul li, body.page-template-page-press-kit .odin-navbar-collapse ul li, body.page-template-page-pricing-suite .odin-navbar-collapse ul li, body.page-template-page-roadmap-suite .odin-navbar-collapse ul li, body.page-template-page-solutions-suite .odin-navbar-collapse ul li, body.page-template-page-tutorials .odin-navbar-collapse ul li, body.page-template-template-contact-success .odin-navbar-collapse ul li, body.page-template-template-contact .odin-navbar-collapse ul li, body.page-template-template-gdpr .odin-navbar-collapse ul li, body.page-template-template-general-flexible .odin-navbar-collapse ul li, body.page-template-template-legal .odin-navbar-collapse ul li, body.page-template-template-newsletter .odin-navbar-collapse ul li, body.page-template-template-privacy .odin-navbar-collapse ul li, body.page-template-template-roadmap .odin-navbar-collapse ul li, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse ul li, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse ul li, body.page-template-template-use-cases-subpage .odin-navbar-collapse ul li, body.page-template-template-odin-suite .odin-navbar-collapse ul li {
        background-color: #fff;
        margin: 0
    }

    body.error404 .odin-navbar-collapse ul li.login a:before, body.error404 .odin-navbar-collapse ul li.register a:before, body.page-template-page-about-us .odin-navbar-collapse ul li.login a:before, body.page-template-page-about-us .odin-navbar-collapse ul li.register a:before, body.page-template-page-academy .odin-navbar-collapse ul li.login a:before, body.page-template-page-academy .odin-navbar-collapse ul li.register a:before, body.page-template-page-alternatives-php .odin-navbar-collapse ul li.login a:before, body.page-template-page-alternatives-php .odin-navbar-collapse ul li.register a:before, body.page-template-page-impressum .odin-navbar-collapse ul li.login a:before, body.page-template-page-impressum .odin-navbar-collapse ul li.register a:before, body.page-template-page-newsroom .odin-navbar-collapse ul li.login a:before, body.page-template-page-newsroom .odin-navbar-collapse ul li.register a:before, body.page-template-page-press-kit .odin-navbar-collapse ul li.login a:before, body.page-template-page-press-kit .odin-navbar-collapse ul li.register a:before, body.page-template-page-pricing-suite .odin-navbar-collapse ul li.login a:before, body.page-template-page-pricing-suite .odin-navbar-collapse ul li.register a:before, body.page-template-page-roadmap-suite .odin-navbar-collapse ul li.login a:before, body.page-template-page-roadmap-suite .odin-navbar-collapse ul li.register a:before, body.page-template-page-solutions-suite .odin-navbar-collapse ul li.login a:before, body.page-template-page-solutions-suite .odin-navbar-collapse ul li.register a:before, body.page-template-page-tutorials .odin-navbar-collapse ul li.login a:before, body.page-template-page-tutorials .odin-navbar-collapse ul li.register a:before, body.page-template-template-contact-success .odin-navbar-collapse ul li.login a:before, body.page-template-template-contact-success .odin-navbar-collapse ul li.register a:before, body.page-template-template-contact .odin-navbar-collapse ul li.login a:before, body.page-template-template-contact .odin-navbar-collapse ul li.register a:before, body.page-template-template-gdpr .odin-navbar-collapse ul li.login a:before, body.page-template-template-gdpr .odin-navbar-collapse ul li.register a:before, body.page-template-template-general-flexible .odin-navbar-collapse ul li.login a:before, body.page-template-template-general-flexible .odin-navbar-collapse ul li.register a:before, body.page-template-template-legal .odin-navbar-collapse ul li.login a:before, body.page-template-template-legal .odin-navbar-collapse ul li.register a:before, body.page-template-template-newsletter .odin-navbar-collapse ul li.login a:before, body.page-template-template-newsletter .odin-navbar-collapse ul li.register a:before, body.page-template-template-privacy .odin-navbar-collapse ul li.login a:before, body.page-template-template-privacy .odin-navbar-collapse ul li.register a:before, body.page-template-template-roadmap .odin-navbar-collapse ul li.login a:before, body.page-template-template-roadmap .odin-navbar-collapse ul li.register a:before, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse ul li.login a:before, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse ul li.register a:before, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse ul li.login a:before, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse ul li.register a:before, body.page-template-template-use-cases-subpage .odin-navbar-collapse ul li.login a:before, body.page-template-template-use-cases-subpage .odin-navbar-collapse ul li.register a:before, body.page-template-template-odin-suite .odin-navbar-collapse ul li.login a:before, body.page-template-template-odin-suite .odin-navbar-collapse ul li.register a:before {
        margin-top: -4px
    }

    body.error404 .odin-navbar-collapse ul li a, body.page-template-page-about-us .odin-navbar-collapse ul li a, body.page-template-page-academy .odin-navbar-collapse ul li a, body.page-template-page-alternatives-php .odin-navbar-collapse ul li a, body.page-template-page-impressum .odin-navbar-collapse ul li a, body.page-template-page-newsroom .odin-navbar-collapse ul li a, body.page-template-page-press-kit .odin-navbar-collapse ul li a, body.page-template-page-pricing-suite .odin-navbar-collapse ul li a, body.page-template-page-roadmap-suite .odin-navbar-collapse ul li a, body.page-template-page-solutions-suite .odin-navbar-collapse ul li a, body.page-template-page-tutorials .odin-navbar-collapse ul li a, body.page-template-template-contact-success .odin-navbar-collapse ul li a, body.page-template-template-contact .odin-navbar-collapse ul li a, body.page-template-template-gdpr .odin-navbar-collapse ul li a, body.page-template-template-general-flexible .odin-navbar-collapse ul li a, body.page-template-template-legal .odin-navbar-collapse ul li a, body.page-template-template-newsletter .odin-navbar-collapse ul li a, body.page-template-template-privacy .odin-navbar-collapse ul li a, body.page-template-template-roadmap .odin-navbar-collapse ul li a, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse ul li a, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse ul li a, body.page-template-template-use-cases-subpage .odin-navbar-collapse ul li a, body.page-template-template-odin-suite .odin-navbar-collapse ul li a {
        overflow: hidden
    }

    body.error404 .odin-navbar-collapse ul li a:after, body.page-template-page-about-us .odin-navbar-collapse ul li a:after, body.page-template-page-academy .odin-navbar-collapse ul li a:after, body.page-template-page-alternatives-php .odin-navbar-collapse ul li a:after, body.page-template-page-impressum .odin-navbar-collapse ul li a:after, body.page-template-page-newsroom .odin-navbar-collapse ul li a:after, body.page-template-page-press-kit .odin-navbar-collapse ul li a:after, body.page-template-page-pricing-suite .odin-navbar-collapse ul li a:after, body.page-template-page-roadmap-suite .odin-navbar-collapse ul li a:after, body.page-template-page-solutions-suite .odin-navbar-collapse ul li a:after, body.page-template-page-tutorials .odin-navbar-collapse ul li a:after, body.page-template-template-contact-success .odin-navbar-collapse ul li a:after, body.page-template-template-contact .odin-navbar-collapse ul li a:after, body.page-template-template-gdpr .odin-navbar-collapse ul li a:after, body.page-template-template-general-flexible .odin-navbar-collapse ul li a:after, body.page-template-template-legal .odin-navbar-collapse ul li a:after, body.page-template-template-newsletter .odin-navbar-collapse ul li a:after, body.page-template-template-privacy .odin-navbar-collapse ul li a:after, body.page-template-template-roadmap .odin-navbar-collapse ul li a:after, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse ul li a:after, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse ul li a:after, body.page-template-template-use-cases-subpage .odin-navbar-collapse ul li a:after, body.page-template-template-odin-suite .odin-navbar-collapse ul li a:after {
        content: "";
        width: calc(100% - 40px);
        position: absolute;
        bottom: 0;
        height: 1px;
        background: #e5e5e6;
        left: 20px;
    }

    body.error404 .odin-navbar-collapse ul li .languageBtn, body.page-template-page-about-us .odin-navbar-collapse ul li .languageBtn, body.page-template-page-academy .odin-navbar-collapse ul li .languageBtn, body.page-template-page-alternatives-php .odin-navbar-collapse ul li .languageBtn, body.page-template-page-impressum .odin-navbar-collapse ul li .languageBtn, body.page-template-page-newsroom .odin-navbar-collapse ul li .languageBtn, body.page-template-page-press-kit .odin-navbar-collapse ul li .languageBtn, body.page-template-page-pricing-suite .odin-navbar-collapse ul li .languageBtn, body.page-template-page-roadmap-suite .odin-navbar-collapse ul li .languageBtn, body.page-template-page-solutions-suite .odin-navbar-collapse ul li .languageBtn, body.page-template-page-tutorials .odin-navbar-collapse ul li .languageBtn, body.page-template-template-contact-success .odin-navbar-collapse ul li .languageBtn, body.page-template-template-contact .odin-navbar-collapse ul li .languageBtn, body.page-template-template-gdpr .odin-navbar-collapse ul li .languageBtn, body.page-template-template-general-flexible .odin-navbar-collapse ul li .languageBtn, body.page-template-template-legal .odin-navbar-collapse ul li .languageBtn, body.page-template-template-newsletter .odin-navbar-collapse ul li .languageBtn, body.page-template-template-privacy .odin-navbar-collapse ul li .languageBtn, body.page-template-template-roadmap .odin-navbar-collapse ul li .languageBtn, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse ul li .languageBtn, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse ul li .languageBtn, body.page-template-template-use-cases-subpage .odin-navbar-collapse ul li .languageBtn, body.page-template-template-odin-suite .odin-navbar-collapse ul li .languageBtn {
        overflow: hidden
    }

    body.error404 .odin-navbar-collapse ul li .languageBtn img, body.page-template-page-about-us .odin-navbar-collapse ul li .languageBtn img, body.page-template-page-academy .odin-navbar-collapse ul li .languageBtn img, body.page-template-page-alternatives-php .odin-navbar-collapse ul li .languageBtn img, body.page-template-page-impressum .odin-navbar-collapse ul li .languageBtn img, body.page-template-page-newsroom .odin-navbar-collapse ul li .languageBtn img, body.page-template-page-press-kit .odin-navbar-collapse ul li .languageBtn img, body.page-template-page-pricing-suite .odin-navbar-collapse ul li .languageBtn img, body.page-template-page-roadmap-suite .odin-navbar-collapse ul li .languageBtn img, body.page-template-page-solutions-suite .odin-navbar-collapse ul li .languageBtn img, body.page-template-page-tutorials .odin-navbar-collapse ul li .languageBtn img, body.page-template-template-contact-success .odin-navbar-collapse ul li .languageBtn img, body.page-template-template-contact .odin-navbar-collapse ul li .languageBtn img, body.page-template-template-gdpr .odin-navbar-collapse ul li .languageBtn img, body.page-template-template-general-flexible .odin-navbar-collapse ul li .languageBtn img, body.page-template-template-legal .odin-navbar-collapse ul li .languageBtn img, body.page-template-template-newsletter .odin-navbar-collapse ul li .languageBtn img, body.page-template-template-privacy .odin-navbar-collapse ul li .languageBtn img, body.page-template-template-roadmap .odin-navbar-collapse ul li .languageBtn img, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse ul li .languageBtn img, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse ul li .languageBtn img, body.page-template-template-use-cases-subpage .odin-navbar-collapse ul li .languageBtn img, body.page-template-template-odin-suite .odin-navbar-collapse ul li .languageBtn img {
        float: right;
        width: 15px;
        margin-top: -2px;
        margin-right: -4px
    }

    body.error404 .odin-navbar-collapse ul li .languageBtn.sub i, body.page-template-page-about-us .odin-navbar-collapse ul li .languageBtn.sub i, body.page-template-page-academy .odin-navbar-collapse ul li .languageBtn.sub i, body.page-template-page-alternatives-php .odin-navbar-collapse ul li .languageBtn.sub i, body.page-template-page-impressum .odin-navbar-collapse ul li .languageBtn.sub i, body.page-template-page-newsroom .odin-navbar-collapse ul li .languageBtn.sub i, body.page-template-page-press-kit .odin-navbar-collapse ul li .languageBtn.sub i, body.page-template-page-pricing-suite .odin-navbar-collapse ul li .languageBtn.sub i, body.page-template-page-roadmap-suite .odin-navbar-collapse ul li .languageBtn.sub i, body.page-template-page-solutions-suite .odin-navbar-collapse ul li .languageBtn.sub i, body.page-template-page-tutorials .odin-navbar-collapse ul li .languageBtn.sub i, body.page-template-template-contact-success .odin-navbar-collapse ul li .languageBtn.sub i, body.page-template-template-contact .odin-navbar-collapse ul li .languageBtn.sub i, body.page-template-template-gdpr .odin-navbar-collapse ul li .languageBtn.sub i, body.page-template-template-general-flexible .odin-navbar-collapse ul li .languageBtn.sub i, body.page-template-template-legal .odin-navbar-collapse ul li .languageBtn.sub i, body.page-template-template-newsletter .odin-navbar-collapse ul li .languageBtn.sub i, body.page-template-template-privacy .odin-navbar-collapse ul li .languageBtn.sub i, body.page-template-template-roadmap .odin-navbar-collapse ul li .languageBtn.sub i, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse ul li .languageBtn.sub i, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse ul li .languageBtn.sub i, body.page-template-template-use-cases-subpage .odin-navbar-collapse ul li .languageBtn.sub i, body.page-template-template-odin-suite .odin-navbar-collapse ul li .languageBtn.sub i {
        display: none
    }

    body.error404 .odin-navbar-collapse ul li:first-child, body.page-template-page-about-us .odin-navbar-collapse ul li:first-child, body.page-template-page-academy .odin-navbar-collapse ul li:first-child, body.page-template-page-alternatives-php .odin-navbar-collapse ul li:first-child, body.page-template-page-impressum .odin-navbar-collapse ul li:first-child, body.page-template-page-newsroom .odin-navbar-collapse ul li:first-child, body.page-template-page-press-kit .odin-navbar-collapse ul li:first-child, body.page-template-page-pricing-suite .odin-navbar-collapse ul li:first-child, body.page-template-page-roadmap-suite .odin-navbar-collapse ul li:first-child, body.page-template-page-solutions-suite .odin-navbar-collapse ul li:first-child, body.page-template-page-tutorials .odin-navbar-collapse ul li:first-child, body.page-template-template-contact-success .odin-navbar-collapse ul li:first-child, body.page-template-template-contact .odin-navbar-collapse ul li:first-child, body.page-template-template-gdpr .odin-navbar-collapse ul li:first-child, body.page-template-template-general-flexible .odin-navbar-collapse ul li:first-child, body.page-template-template-legal .odin-navbar-collapse ul li:first-child, body.page-template-template-newsletter .odin-navbar-collapse ul li:first-child, body.page-template-template-privacy .odin-navbar-collapse ul li:first-child, body.page-template-template-roadmap .odin-navbar-collapse ul li:first-child, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse ul li:first-child, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse ul li:first-child, body.page-template-template-use-cases-subpage .odin-navbar-collapse ul li:first-child, body.page-template-template-odin-suite .odin-navbar-collapse ul li:first-child {
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px
    }

    body.error404 .odin-navbar-collapse ul li:last-child ul li:last-child a:after, body.page-template-page-about-us .odin-navbar-collapse ul li:last-child ul li:last-child a:after, body.page-template-page-academy .odin-navbar-collapse ul li:last-child ul li:last-child a:after, body.page-template-page-alternatives-php .odin-navbar-collapse ul li:last-child ul li:last-child a:after, body.page-template-page-impressum .odin-navbar-collapse ul li:last-child ul li:last-child a:after, body.page-template-page-newsroom .odin-navbar-collapse ul li:last-child ul li:last-child a:after, body.page-template-page-press-kit .odin-navbar-collapse ul li:last-child ul li:last-child a:after, body.page-template-page-pricing-suite .odin-navbar-collapse ul li:last-child ul li:last-child a:after, body.page-template-page-roadmap-suite .odin-navbar-collapse ul li:last-child ul li:last-child a:after, body.page-template-page-solutions-suite .odin-navbar-collapse ul li:last-child ul li:last-child a:after, body.page-template-page-tutorials .odin-navbar-collapse ul li:last-child ul li:last-child a:after, body.page-template-template-contact-success .odin-navbar-collapse ul li:last-child ul li:last-child a:after, body.page-template-template-contact .odin-navbar-collapse ul li:last-child ul li:last-child a:after, body.page-template-template-gdpr .odin-navbar-collapse ul li:last-child ul li:last-child a:after, body.page-template-template-general-flexible .odin-navbar-collapse ul li:last-child ul li:last-child a:after, body.page-template-template-legal .odin-navbar-collapse ul li:last-child ul li:last-child a:after, body.page-template-template-newsletter .odin-navbar-collapse ul li:last-child ul li:last-child a:after, body.page-template-template-privacy .odin-navbar-collapse ul li:last-child ul li:last-child a:after, body.page-template-template-roadmap .odin-navbar-collapse ul li:last-child ul li:last-child a:after, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse ul li:last-child ul li:last-child a:after, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse ul li:last-child ul li:last-child a:after, body.page-template-template-use-cases-subpage .odin-navbar-collapse ul li:last-child ul li:last-child a:after, body.page-template-template-odin-suite .odin-navbar-collapse ul li:last-child ul li:last-child a:after {
        display: none
    }

    body.error404 .odin-navbar-collapse ul li a, body.page-template-page-about-us .odin-navbar-collapse ul li a, body.page-template-page-academy .odin-navbar-collapse ul li a, body.page-template-page-alternatives-php .odin-navbar-collapse ul li a, body.page-template-page-impressum .odin-navbar-collapse ul li a, body.page-template-page-newsroom .odin-navbar-collapse ul li a, body.page-template-page-press-kit .odin-navbar-collapse ul li a, body.page-template-page-pricing-suite .odin-navbar-collapse ul li a, body.page-template-page-roadmap-suite .odin-navbar-collapse ul li a, body.page-template-page-solutions-suite .odin-navbar-collapse ul li a, body.page-template-page-tutorials .odin-navbar-collapse ul li a, body.page-template-template-contact-success .odin-navbar-collapse ul li a, body.page-template-template-contact .odin-navbar-collapse ul li a, body.page-template-template-gdpr .odin-navbar-collapse ul li a, body.page-template-template-general-flexible .odin-navbar-collapse ul li a, body.page-template-template-legal .odin-navbar-collapse ul li a, body.page-template-template-newsletter .odin-navbar-collapse ul li a, body.page-template-template-privacy .odin-navbar-collapse ul li a, body.page-template-template-roadmap .odin-navbar-collapse ul li a, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse ul li a, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse ul li a, body.page-template-template-use-cases-subpage .odin-navbar-collapse ul li a, body.page-template-template-odin-suite .odin-navbar-collapse ul li a {
        text-decoration: none;
        font-size: 18px;
        color: #000;
        line-height: 16px;
        padding: 20px;
        display: block;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
        position: relative;
        text-align: right;
    }

    body.error404 .odin-navbar-collapse ul li a.sub, body.page-template-page-about-us .odin-navbar-collapse ul li a.sub, body.page-template-page-academy .odin-navbar-collapse ul li a.sub, body.page-template-page-alternatives-php .odin-navbar-collapse ul li a.sub, body.page-template-page-impressum .odin-navbar-collapse ul li a.sub, body.page-template-page-newsroom .odin-navbar-collapse ul li a.sub, body.page-template-page-press-kit .odin-navbar-collapse ul li a.sub, body.page-template-page-pricing-suite .odin-navbar-collapse ul li a.sub, body.page-template-page-roadmap-suite .odin-navbar-collapse ul li a.sub, body.page-template-page-solutions-suite .odin-navbar-collapse ul li a.sub, body.page-template-page-tutorials .odin-navbar-collapse ul li a.sub, body.page-template-template-contact-success .odin-navbar-collapse ul li a.sub, body.page-template-template-contact .odin-navbar-collapse ul li a.sub, body.page-template-template-gdpr .odin-navbar-collapse ul li a.sub, body.page-template-template-general-flexible .odin-navbar-collapse ul li a.sub, body.page-template-template-legal .odin-navbar-collapse ul li a.sub, body.page-template-template-newsletter .odin-navbar-collapse ul li a.sub, body.page-template-template-privacy .odin-navbar-collapse ul li a.sub, body.page-template-template-roadmap .odin-navbar-collapse ul li a.sub, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse ul li a.sub, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse ul li a.sub, body.page-template-template-use-cases-subpage .odin-navbar-collapse ul li a.sub, body.page-template-template-odin-suite .odin-navbar-collapse ul li a.sub {
        padding: 20px 20px 15px
    }

    body.error404 .odin-navbar-collapse ul li a i, body.page-template-page-about-us .odin-navbar-collapse ul li a i, body.page-template-page-academy .odin-navbar-collapse ul li a i, body.page-template-page-alternatives-php .odin-navbar-collapse ul li a i, body.page-template-page-impressum .odin-navbar-collapse ul li a i, body.page-template-page-newsroom .odin-navbar-collapse ul li a i, body.page-template-page-press-kit .odin-navbar-collapse ul li a i, body.page-template-page-pricing-suite .odin-navbar-collapse ul li a i, body.page-template-page-roadmap-suite .odin-navbar-collapse ul li a i, body.page-template-page-solutions-suite .odin-navbar-collapse ul li a i, body.page-template-page-tutorials .odin-navbar-collapse ul li a i, body.page-template-template-contact-success .odin-navbar-collapse ul li a i, body.page-template-template-contact .odin-navbar-collapse ul li a i, body.page-template-template-gdpr .odin-navbar-collapse ul li a i, body.page-template-template-general-flexible .odin-navbar-collapse ul li a i, body.page-template-template-legal .odin-navbar-collapse ul li a i, body.page-template-template-newsletter .odin-navbar-collapse ul li a i, body.page-template-template-privacy .odin-navbar-collapse ul li a i, body.page-template-template-roadmap .odin-navbar-collapse ul li a i, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse ul li a i, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse ul li a i, body.page-template-template-use-cases-subpage .odin-navbar-collapse ul li a i, body.page-template-template-odin-suite .odin-navbar-collapse ul li a i {
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        -o-transition: -o-transform .2s;
        -moz-transition: transform .2s, -moz-transform .2s;
        transition: all .2s;
        font-size: 0;
        text-align: left;
        position: absolute;
        left: 0;
        top: 45%;
    }

    body.page-template-template-odin-suite .odin-navbar-collapse ul li a i:after {
        border: solid #000;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 2px;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        content: "";
        position: absolute;
        top: 45%;
        left: 24px;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease
    }

    body.error404 .odin-navbar-collapse ul li a.active i:after, body.page-template-page-about-us .odin-navbar-collapse ul li a.active i:after, body.page-template-page-academy .odin-navbar-collapse ul li a.active i:after, body.page-template-page-alternatives-php .odin-navbar-collapse ul li a.active i:after, body.page-template-page-impressum .odin-navbar-collapse ul li a.active i:after, body.page-template-page-newsroom .odin-navbar-collapse ul li a.active i:after, body.page-template-page-press-kit .odin-navbar-collapse ul li a.active i:after, body.page-template-page-pricing-suite .odin-navbar-collapse ul li a.active i:after, body.page-template-page-roadmap-suite .odin-navbar-collapse ul li a.active i:after, body.page-template-page-solutions-suite .odin-navbar-collapse ul li a.active i:after, body.page-template-page-tutorials .odin-navbar-collapse ul li a.active i:after, body.page-template-template-contact-success .odin-navbar-collapse ul li a.active i:after, body.page-template-template-contact .odin-navbar-collapse ul li a.active i:after, body.page-template-template-gdpr .odin-navbar-collapse ul li a.active i:after, body.page-template-template-general-flexible .odin-navbar-collapse ul li a.active i:after, body.page-template-template-legal .odin-navbar-collapse ul li a.active i:after, body.page-template-template-newsletter .odin-navbar-collapse ul li a.active i:after, body.page-template-template-privacy .odin-navbar-collapse ul li a.active i:after, body.page-template-template-roadmap .odin-navbar-collapse ul li a.active i:after, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse ul li a.active i:after, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse ul li a.active i:after, body.page-template-template-use-cases-subpage .odin-navbar-collapse ul li a.active i:after, body.page-template-template-odin-suite .odin-navbar-collapse ul li a.active i:after {
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg)
    }

    body.error404 .odin-navbar-collapse ul li ul, body.page-template-page-about-us .odin-navbar-collapse ul li ul, body.page-template-page-academy .odin-navbar-collapse ul li ul, body.page-template-page-alternatives-php .odin-navbar-collapse ul li ul, body.page-template-page-impressum .odin-navbar-collapse ul li ul, body.page-template-page-newsroom .odin-navbar-collapse ul li ul, body.page-template-page-press-kit .odin-navbar-collapse ul li ul, body.page-template-page-pricing-suite .odin-navbar-collapse ul li ul, body.page-template-page-roadmap-suite .odin-navbar-collapse ul li ul, body.page-template-page-solutions-suite .odin-navbar-collapse ul li ul, body.page-template-page-tutorials .odin-navbar-collapse ul li ul, body.page-template-template-contact-success .odin-navbar-collapse ul li ul, body.page-template-template-contact .odin-navbar-collapse ul li ul, body.page-template-template-gdpr .odin-navbar-collapse ul li ul, body.page-template-template-general-flexible .odin-navbar-collapse ul li ul, body.page-template-template-legal .odin-navbar-collapse ul li ul, body.page-template-template-newsletter .odin-navbar-collapse ul li ul, body.page-template-template-privacy .odin-navbar-collapse ul li ul, body.page-template-template-roadmap .odin-navbar-collapse ul li ul, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse ul li ul, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse ul li ul, body.page-template-template-use-cases-subpage .odin-navbar-collapse ul li ul, body.page-template-template-odin-suite .odin-navbar-collapse ul li ul {
        border: 0;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topleft: 0;
        border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .2s ease;
        -o-transition: max-height .2s ease;
        -moz-transition: max-height .2s ease;
        transition: max-height .2s ease;
        padding-left: 0
    }

    body.error404 .odin-navbar-collapse ul li ul li, body.page-template-page-about-us .odin-navbar-collapse ul li ul li, body.page-template-page-academy .odin-navbar-collapse ul li ul li, body.page-template-page-alternatives-php .odin-navbar-collapse ul li ul li, body.page-template-page-impressum .odin-navbar-collapse ul li ul li, body.page-template-page-newsroom .odin-navbar-collapse ul li ul li, body.page-template-page-press-kit .odin-navbar-collapse ul li ul li, body.page-template-page-pricing-suite .odin-navbar-collapse ul li ul li, body.page-template-page-roadmap-suite .odin-navbar-collapse ul li ul li, body.page-template-page-solutions-suite .odin-navbar-collapse ul li ul li, body.page-template-page-tutorials .odin-navbar-collapse ul li ul li, body.page-template-template-contact-success .odin-navbar-collapse ul li ul li, body.page-template-template-contact .odin-navbar-collapse ul li ul li, body.page-template-template-gdpr .odin-navbar-collapse ul li ul li, body.page-template-template-general-flexible .odin-navbar-collapse ul li ul li, body.page-template-template-legal .odin-navbar-collapse ul li ul li, body.page-template-template-newsletter .odin-navbar-collapse ul li ul li, body.page-template-template-privacy .odin-navbar-collapse ul li ul li, body.page-template-template-roadmap .odin-navbar-collapse ul li ul li, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse ul li ul li, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse ul li ul li, body.page-template-template-use-cases-subpage .odin-navbar-collapse ul li ul li, body.page-template-template-odin-suite .odin-navbar-collapse ul li ul li {
        overflow: hidden;
        border: 0
    }

    body.error404 .odin-navbar-collapse ul li ul li:first-child, body.page-template-page-about-us .odin-navbar-collapse ul li ul li:first-child, body.page-template-page-academy .odin-navbar-collapse ul li ul li:first-child, body.page-template-page-alternatives-php .odin-navbar-collapse ul li ul li:first-child, body.page-template-page-impressum .odin-navbar-collapse ul li ul li:first-child, body.page-template-page-newsroom .odin-navbar-collapse ul li ul li:first-child, body.page-template-page-press-kit .odin-navbar-collapse ul li ul li:first-child, body.page-template-page-pricing-suite .odin-navbar-collapse ul li ul li:first-child, body.page-template-page-roadmap-suite .odin-navbar-collapse ul li ul li:first-child, body.page-template-page-solutions-suite .odin-navbar-collapse ul li ul li:first-child, body.page-template-page-tutorials .odin-navbar-collapse ul li ul li:first-child, body.page-template-template-contact-success .odin-navbar-collapse ul li ul li:first-child, body.page-template-template-contact .odin-navbar-collapse ul li ul li:first-child, body.page-template-template-gdpr .odin-navbar-collapse ul li ul li:first-child, body.page-template-template-general-flexible .odin-navbar-collapse ul li ul li:first-child, body.page-template-template-legal .odin-navbar-collapse ul li ul li:first-child, body.page-template-template-newsletter .odin-navbar-collapse ul li ul li:first-child, body.page-template-template-privacy .odin-navbar-collapse ul li ul li:first-child, body.page-template-template-roadmap .odin-navbar-collapse ul li ul li:first-child, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse ul li ul li:first-child, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse ul li ul li:first-child, body.page-template-template-use-cases-subpage .odin-navbar-collapse ul li ul li:first-child, body.page-template-template-odin-suite .odin-navbar-collapse ul li ul li:first-child {
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topleft: 0;
        border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0
    }

    body.error404 .odin-navbar-collapse ul li ul li:last-child, body.page-template-page-about-us .odin-navbar-collapse ul li ul li:last-child, body.page-template-page-academy .odin-navbar-collapse ul li ul li:last-child, body.page-template-page-alternatives-php .odin-navbar-collapse ul li ul li:last-child, body.page-template-page-impressum .odin-navbar-collapse ul li ul li:last-child, body.page-template-page-newsroom .odin-navbar-collapse ul li ul li:last-child, body.page-template-page-press-kit .odin-navbar-collapse ul li ul li:last-child, body.page-template-page-pricing-suite .odin-navbar-collapse ul li ul li:last-child, body.page-template-page-roadmap-suite .odin-navbar-collapse ul li ul li:last-child, body.page-template-page-solutions-suite .odin-navbar-collapse ul li ul li:last-child, body.page-template-page-tutorials .odin-navbar-collapse ul li ul li:last-child, body.page-template-template-contact-success .odin-navbar-collapse ul li ul li:last-child, body.page-template-template-contact .odin-navbar-collapse ul li ul li:last-child, body.page-template-template-gdpr .odin-navbar-collapse ul li ul li:last-child, body.page-template-template-general-flexible .odin-navbar-collapse ul li ul li:last-child, body.page-template-template-legal .odin-navbar-collapse ul li ul li:last-child, body.page-template-template-newsletter .odin-navbar-collapse ul li ul li:last-child, body.page-template-template-privacy .odin-navbar-collapse ul li ul li:last-child, body.page-template-template-roadmap .odin-navbar-collapse ul li ul li:last-child, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse ul li ul li:last-child, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse ul li ul li:last-child, body.page-template-template-use-cases-subpage .odin-navbar-collapse ul li ul li:last-child, body.page-template-template-odin-suite .odin-navbar-collapse ul li ul li:last-child {
        border-bottom: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0
    }

    body.error404 .odin-navbar-collapse ul li ul li.subTitle .title, body.page-template-page-about-us .odin-navbar-collapse ul li ul li.subTitle .title, body.page-template-page-academy .odin-navbar-collapse ul li ul li.subTitle .title, body.page-template-page-alternatives-php .odin-navbar-collapse ul li ul li.subTitle .title, body.page-template-page-impressum .odin-navbar-collapse ul li ul li.subTitle .title, body.page-template-page-newsroom .odin-navbar-collapse ul li ul li.subTitle .title, body.page-template-page-press-kit .odin-navbar-collapse ul li ul li.subTitle .title, body.page-template-page-pricing-suite .odin-navbar-collapse ul li ul li.subTitle .title, body.page-template-page-roadmap-suite .odin-navbar-collapse ul li ul li.subTitle .title, body.page-template-page-solutions-suite .odin-navbar-collapse ul li ul li.subTitle .title, body.page-template-page-tutorials .odin-navbar-collapse ul li ul li.subTitle .title, body.page-template-template-contact-success .odin-navbar-collapse ul li ul li.subTitle .title, body.page-template-template-contact .odin-navbar-collapse ul li ul li.subTitle .title, body.page-template-template-gdpr .odin-navbar-collapse ul li ul li.subTitle .title, body.page-template-template-general-flexible .odin-navbar-collapse ul li ul li.subTitle .title, body.page-template-template-legal .odin-navbar-collapse ul li ul li.subTitle .title, body.page-template-template-newsletter .odin-navbar-collapse ul li ul li.subTitle .title, body.page-template-template-privacy .odin-navbar-collapse ul li ul li.subTitle .title, body.page-template-template-roadmap .odin-navbar-collapse ul li ul li.subTitle .title, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse ul li ul li.subTitle .title, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse ul li ul li.subTitle .title, body.page-template-template-use-cases-subpage .odin-navbar-collapse ul li ul li.subTitle .title, body.page-template-template-odin-suite .odin-navbar-collapse ul li ul li.subTitle .title {
        line-height: 15px;
        margin-top: 5px
    }

    body.error404 .odin-navbar-collapse ul li ul li.subTitle span.sub, body.page-template-page-about-us .odin-navbar-collapse ul li ul li.subTitle span.sub, body.page-template-page-academy .odin-navbar-collapse ul li ul li.subTitle span.sub, body.page-template-page-alternatives-php .odin-navbar-collapse ul li ul li.subTitle span.sub, body.page-template-page-impressum .odin-navbar-collapse ul li ul li.subTitle span.sub, body.page-template-page-newsroom .odin-navbar-collapse ul li ul li.subTitle span.sub, body.page-template-page-press-kit .odin-navbar-collapse ul li ul li.subTitle span.sub, body.page-template-page-pricing-suite .odin-navbar-collapse ul li ul li.subTitle span.sub, body.page-template-page-roadmap-suite .odin-navbar-collapse ul li ul li.subTitle span.sub, body.page-template-page-solutions-suite .odin-navbar-collapse ul li ul li.subTitle span.sub, body.page-template-page-tutorials .odin-navbar-collapse ul li ul li.subTitle span.sub, body.page-template-template-contact-success .odin-navbar-collapse ul li ul li.subTitle span.sub, body.page-template-template-contact .odin-navbar-collapse ul li ul li.subTitle span.sub, body.page-template-template-gdpr .odin-navbar-collapse ul li ul li.subTitle span.sub, body.page-template-template-general-flexible .odin-navbar-collapse ul li ul li.subTitle span.sub, body.page-template-template-legal .odin-navbar-collapse ul li ul li.subTitle span.sub, body.page-template-template-newsletter .odin-navbar-collapse ul li ul li.subTitle span.sub, body.page-template-template-privacy .odin-navbar-collapse ul li ul li.subTitle span.sub, body.page-template-template-roadmap .odin-navbar-collapse ul li ul li.subTitle span.sub, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse ul li ul li.subTitle span.sub, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse ul li ul li.subTitle span.sub, body.page-template-template-use-cases-subpage .odin-navbar-collapse ul li ul li.subTitle span.sub, body.page-template-template-odin-suite .odin-navbar-collapse ul li ul li.subTitle span.sub {
        font-size: 13px;
        margin-top: -5px;
        color: #666;
        display: block
    }

    body.error404 .odin-navbar-collapse ul li ul li.subTitle a, body.page-template-page-about-us .odin-navbar-collapse ul li ul li.subTitle a, body.page-template-page-academy .odin-navbar-collapse ul li ul li.subTitle a, body.page-template-page-alternatives-php .odin-navbar-collapse ul li ul li.subTitle a, body.page-template-page-impressum .odin-navbar-collapse ul li ul li.subTitle a, body.page-template-page-newsroom .odin-navbar-collapse ul li ul li.subTitle a, body.page-template-page-press-kit .odin-navbar-collapse ul li ul li.subTitle a, body.page-template-page-pricing-suite .odin-navbar-collapse ul li ul li.subTitle a, body.page-template-page-roadmap-suite .odin-navbar-collapse ul li ul li.subTitle a, body.page-template-page-solutions-suite .odin-navbar-collapse ul li ul li.subTitle a, body.page-template-page-tutorials .odin-navbar-collapse ul li ul li.subTitle a, body.page-template-template-contact-success .odin-navbar-collapse ul li ul li.subTitle a, body.page-template-template-contact .odin-navbar-collapse ul li ul li.subTitle a, body.page-template-template-gdpr .odin-navbar-collapse ul li ul li.subTitle a, body.page-template-template-general-flexible .odin-navbar-collapse ul li ul li.subTitle a, body.page-template-template-legal .odin-navbar-collapse ul li ul li.subTitle a, body.page-template-template-newsletter .odin-navbar-collapse ul li ul li.subTitle a, body.page-template-template-privacy .odin-navbar-collapse ul li ul li.subTitle a, body.page-template-template-roadmap .odin-navbar-collapse ul li ul li.subTitle a, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse ul li ul li.subTitle a, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse ul li ul li.subTitle a, body.page-template-template-use-cases-subpage .odin-navbar-collapse ul li ul li.subTitle a, body.page-template-template-odin-suite .odin-navbar-collapse ul li ul li.subTitle a {
        padding: 20px 65px 13px 20px;
    }

    body.error404 .odin-navbar-collapse ul li ul li a, body.page-template-page-about-us .odin-navbar-collapse ul li ul li a, body.page-template-page-academy .odin-navbar-collapse ul li ul li a, body.page-template-page-alternatives-php .odin-navbar-collapse ul li ul li a, body.page-template-page-impressum .odin-navbar-collapse ul li ul li a, body.page-template-page-newsroom .odin-navbar-collapse ul li ul li a, body.page-template-page-press-kit .odin-navbar-collapse ul li ul li a, body.page-template-page-pricing-suite .odin-navbar-collapse ul li ul li a, body.page-template-page-roadmap-suite .odin-navbar-collapse ul li ul li a, body.page-template-page-solutions-suite .odin-navbar-collapse ul li ul li a, body.page-template-page-tutorials .odin-navbar-collapse ul li ul li a, body.page-template-template-contact-success .odin-navbar-collapse ul li ul li a, body.page-template-template-contact .odin-navbar-collapse ul li ul li a, body.page-template-template-gdpr .odin-navbar-collapse ul li ul li a, body.page-template-template-general-flexible .odin-navbar-collapse ul li ul li a, body.page-template-template-legal .odin-navbar-collapse ul li ul li a, body.page-template-template-newsletter .odin-navbar-collapse ul li ul li a, body.page-template-template-privacy .odin-navbar-collapse ul li ul li a, body.page-template-template-roadmap .odin-navbar-collapse ul li ul li a, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse ul li ul li a, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse ul li ul li a, body.page-template-template-use-cases-subpage .odin-navbar-collapse ul li ul li a, body.page-template-template-odin-suite .odin-navbar-collapse ul li ul li a {
        font-size: 18px;
        font-weight: 500;
        padding: 22px 20px 22px 65px;
        position: relative;
        overflow: hidden;
        line-height: 24px
    }

    body.error404 .odin-navbar-collapse ul li ul li a:hover, body.page-template-page-about-us .odin-navbar-collapse ul li ul li a:hover, body.page-template-page-academy .odin-navbar-collapse ul li ul li a:hover, body.page-template-page-alternatives-php .odin-navbar-collapse ul li ul li a:hover, body.page-template-page-impressum .odin-navbar-collapse ul li ul li a:hover, body.page-template-page-newsroom .odin-navbar-collapse ul li ul li a:hover, body.page-template-page-press-kit .odin-navbar-collapse ul li ul li a:hover, body.page-template-page-pricing-suite .odin-navbar-collapse ul li ul li a:hover, body.page-template-page-roadmap-suite .odin-navbar-collapse ul li ul li a:hover, body.page-template-page-solutions-suite .odin-navbar-collapse ul li ul li a:hover, body.page-template-page-tutorials .odin-navbar-collapse ul li ul li a:hover, body.page-template-template-contact-success .odin-navbar-collapse ul li ul li a:hover, body.page-template-template-contact .odin-navbar-collapse ul li ul li a:hover, body.page-template-template-gdpr .odin-navbar-collapse ul li ul li a:hover, body.page-template-template-general-flexible .odin-navbar-collapse ul li ul li a:hover, body.page-template-template-legal .odin-navbar-collapse ul li ul li a:hover, body.page-template-template-newsletter .odin-navbar-collapse ul li ul li a:hover, body.page-template-template-privacy .odin-navbar-collapse ul li ul li a:hover, body.page-template-template-roadmap .odin-navbar-collapse ul li ul li a:hover, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse ul li ul li a:hover, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse ul li ul li a:hover, body.page-template-template-use-cases-subpage .odin-navbar-collapse ul li ul li a:hover, body.page-template-template-odin-suite .odin-navbar-collapse ul li ul li a:hover {
        color: #000
    }

    body.error404 .odin-navbar-collapse ul li ul li a:before, body.page-template-page-about-us .odin-navbar-collapse ul li ul li a:before, body.page-template-page-academy .odin-navbar-collapse ul li ul li a:before, body.page-template-page-alternatives-php .odin-navbar-collapse ul li ul li a:before, body.page-template-page-impressum .odin-navbar-collapse ul li ul li a:before, body.page-template-page-newsroom .odin-navbar-collapse ul li ul li a:before, body.page-template-page-press-kit .odin-navbar-collapse ul li ul li a:before, body.page-template-page-pricing-suite .odin-navbar-collapse ul li ul li a:before, body.page-template-page-roadmap-suite .odin-navbar-collapse ul li ul li a:before, body.page-template-page-solutions-suite .odin-navbar-collapse ul li ul li a:before, body.page-template-page-tutorials .odin-navbar-collapse ul li ul li a:before, body.page-template-template-contact-success .odin-navbar-collapse ul li ul li a:before, body.page-template-template-contact .odin-navbar-collapse ul li ul li a:before, body.page-template-template-gdpr .odin-navbar-collapse ul li ul li a:before, body.page-template-template-general-flexible .odin-navbar-collapse ul li ul li a:before, body.page-template-template-legal .odin-navbar-collapse ul li ul li a:before, body.page-template-template-newsletter .odin-navbar-collapse ul li ul li a:before, body.page-template-template-privacy .odin-navbar-collapse ul li ul li a:before, body.page-template-template-roadmap .odin-navbar-collapse ul li ul li a:before, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse ul li ul li a:before, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse ul li ul li a:before, body.page-template-template-use-cases-subpage .odin-navbar-collapse ul li ul li a:before, body.page-template-template-odin-suite .odin-navbar-collapse ul li ul li a:before {
        content: "";
        height: 31px;
        right: 10px;
        display: block;
        background-repeat: no-repeat;
        -webkit-background-size: 100% 100% !important;
        -moz-background-size: 100% !important;
        background-size: 100% !important;
        margin: 6px 10px 12px 1px;
        position: absolute;
    }

    body.error404 .odin-navbar-collapse ul li ul li a:after, body.page-template-page-about-us .odin-navbar-collapse ul li ul li a:after, body.page-template-page-academy .odin-navbar-collapse ul li ul li a:after, body.page-template-page-alternatives-php .odin-navbar-collapse ul li ul li a:after, body.page-template-page-impressum .odin-navbar-collapse ul li ul li a:after, body.page-template-page-newsroom .odin-navbar-collapse ul li ul li a:after, body.page-template-page-press-kit .odin-navbar-collapse ul li ul li a:after, body.page-template-page-pricing-suite .odin-navbar-collapse ul li ul li a:after, body.page-template-page-roadmap-suite .odin-navbar-collapse ul li ul li a:after, body.page-template-page-solutions-suite .odin-navbar-collapse ul li ul li a:after, body.page-template-page-tutorials .odin-navbar-collapse ul li ul li a:after, body.page-template-template-contact-success .odin-navbar-collapse ul li ul li a:after, body.page-template-template-contact .odin-navbar-collapse ul li ul li a:after, body.page-template-template-gdpr .odin-navbar-collapse ul li ul li a:after, body.page-template-template-general-flexible .odin-navbar-collapse ul li ul li a:after, body.page-template-template-legal .odin-navbar-collapse ul li ul li a:after, body.page-template-template-newsletter .odin-navbar-collapse ul li ul li a:after, body.page-template-template-privacy .odin-navbar-collapse ul li ul li a:after, body.page-template-template-roadmap .odin-navbar-collapse ul li ul li a:after, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse ul li ul li a:after, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse ul li ul li a:after, body.page-template-template-use-cases-subpage .odin-navbar-collapse ul li ul li a:after, body.page-template-template-odin-suite .odin-navbar-collapse ul li ul li a:after {
        content: "";
        width: calc(100% - 85px);
        position: absolute;
        bottom: 0;
        height: 1px;
        background: #eaeaea;
        right: 65px;
    }

    body.error404 .odin-navbar-collapse ul li ul li.odinBaseDropDown a:before, body.page-template-page-about-us .odin-navbar-collapse ul li ul li.odinBaseDropDown a:before, body.page-template-page-academy .odin-navbar-collapse ul li ul li.odinBaseDropDown a:before, body.page-template-page-alternatives-php .odin-navbar-collapse ul li ul li.odinBaseDropDown a:before, body.page-template-page-impressum .odin-navbar-collapse ul li ul li.odinBaseDropDown a:before, body.page-template-page-newsroom .odin-navbar-collapse ul li ul li.odinBaseDropDown a:before, body.page-template-page-press-kit .odin-navbar-collapse ul li ul li.odinBaseDropDown a:before, body.page-template-page-pricing-suite .odin-navbar-collapse ul li ul li.odinBaseDropDown a:before, body.page-template-page-roadmap-suite .odin-navbar-collapse ul li ul li.odinBaseDropDown a:before, body.page-template-page-solutions-suite .odin-navbar-collapse ul li ul li.odinBaseDropDown a:before, body.page-template-page-tutorials .odin-navbar-collapse ul li ul li.odinBaseDropDown a:before, body.page-template-template-contact-success .odin-navbar-collapse ul li ul li.odinBaseDropDown a:before, body.page-template-template-contact .odin-navbar-collapse ul li ul li.odinBaseDropDown a:before, body.page-template-template-gdpr .odin-navbar-collapse ul li ul li.odinBaseDropDown a:before, body.page-template-template-general-flexible .odin-navbar-collapse ul li ul li.odinBaseDropDown a:before, body.page-template-template-legal .odin-navbar-collapse ul li ul li.odinBaseDropDown a:before, body.page-template-template-newsletter .odin-navbar-collapse ul li ul li.odinBaseDropDown a:before, body.page-template-template-privacy .odin-navbar-collapse ul li ul li.odinBaseDropDown a:before, body.page-template-template-roadmap .odin-navbar-collapse ul li ul li.odinBaseDropDown a:before, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse ul li ul li.odinBaseDropDown a:before, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse ul li ul li.odinBaseDropDown a:before, body.page-template-template-use-cases-subpage .odin-navbar-collapse ul li ul li.odinBaseDropDown a:before, body.page-template-template-odin-suite .odin-navbar-collapse ul li ul li.odinBaseDropDown a:before {
        background-image: url(../img/SVG/web-design.svg);
        width: 24px;
    }

    body.error404 .odin-navbar-collapse ul li ul li.odinToDoDropDown a:before, body.page-template-page-about-us .odin-navbar-collapse ul li ul li.odinToDoDropDown a:before, body.page-template-page-academy .odin-navbar-collapse ul li ul li.odinToDoDropDown a:before, body.page-template-page-alternatives-php .odin-navbar-collapse ul li ul li.odinToDoDropDown a:before, body.page-template-page-impressum .odin-navbar-collapse ul li ul li.odinToDoDropDown a:before, body.page-template-page-newsroom .odin-navbar-collapse ul li ul li.odinToDoDropDown a:before, body.page-template-page-press-kit .odin-navbar-collapse ul li ul li.odinToDoDropDown a:before, body.page-template-page-pricing-suite .odin-navbar-collapse ul li ul li.odinToDoDropDown a:before, body.page-template-page-roadmap-suite .odin-navbar-collapse ul li ul li.odinToDoDropDown a:before, body.page-template-page-solutions-suite .odin-navbar-collapse ul li ul li.odinToDoDropDown a:before, body.page-template-page-tutorials .odin-navbar-collapse ul li ul li.odinToDoDropDown a:before, body.page-template-template-contact-success .odin-navbar-collapse ul li ul li.odinToDoDropDown a:before, body.page-template-template-contact .odin-navbar-collapse ul li ul li.odinToDoDropDown a:before, body.page-template-template-gdpr .odin-navbar-collapse ul li ul li.odinToDoDropDown a:before, body.page-template-template-general-flexible .odin-navbar-collapse ul li ul li.odinToDoDropDown a:before, body.page-template-template-legal .odin-navbar-collapse ul li ul li.odinToDoDropDown a:before, body.page-template-template-newsletter .odin-navbar-collapse ul li ul li.odinToDoDropDown a:before, body.page-template-template-privacy .odin-navbar-collapse ul li ul li.odinToDoDropDown a:before, body.page-template-template-roadmap .odin-navbar-collapse ul li ul li.odinToDoDropDown a:before, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse ul li ul li.odinToDoDropDown a:before, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse ul li ul li.odinToDoDropDown a:before, body.page-template-template-use-cases-subpage .odin-navbar-collapse ul li ul li.odinToDoDropDown a:before, body.page-template-template-odin-suite .odin-navbar-collapse ul li ul li.odinToDoDropDown a:before {
        background-image: url(../img/SVG/app.svg);
        width: 24px;
    }

    body.error404 .odin-navbar-collapse ul li ul li.odinChatDropDown a:before, body.page-template-page-about-us .odin-navbar-collapse ul li ul li.odinChatDropDown a:before, body.page-template-page-academy .odin-navbar-collapse ul li ul li.odinChatDropDown a:before, body.page-template-page-alternatives-php .odin-navbar-collapse ul li ul li.odinChatDropDown a:before, body.page-template-page-impressum .odin-navbar-collapse ul li ul li.odinChatDropDown a:before, body.page-template-page-newsroom .odin-navbar-collapse ul li ul li.odinChatDropDown a:before, body.page-template-page-press-kit .odin-navbar-collapse ul li ul li.odinChatDropDown a:before, body.page-template-page-pricing-suite .odin-navbar-collapse ul li ul li.odinChatDropDown a:before, body.page-template-page-roadmap-suite .odin-navbar-collapse ul li ul li.odinChatDropDown a:before, body.page-template-page-solutions-suite .odin-navbar-collapse ul li ul li.odinChatDropDown a:before, body.page-template-page-tutorials .odin-navbar-collapse ul li ul li.odinChatDropDown a:before, body.page-template-template-contact-success .odin-navbar-collapse ul li ul li.odinChatDropDown a:before, body.page-template-template-contact .odin-navbar-collapse ul li ul li.odinChatDropDown a:before, body.page-template-template-gdpr .odin-navbar-collapse ul li ul li.odinChatDropDown a:before, body.page-template-template-general-flexible .odin-navbar-collapse ul li ul li.odinChatDropDown a:before, body.page-template-template-legal .odin-navbar-collapse ul li ul li.odinChatDropDown a:before, body.page-template-template-newsletter .odin-navbar-collapse ul li ul li.odinChatDropDown a:before, body.page-template-template-privacy .odin-navbar-collapse ul li ul li.odinChatDropDown a:before, body.page-template-template-roadmap .odin-navbar-collapse ul li ul li.odinChatDropDown a:before, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse ul li ul li.odinChatDropDown a:before, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse ul li ul li.odinChatDropDown a:before, body.page-template-template-use-cases-subpage .odin-navbar-collapse ul li ul li.odinChatDropDown a:before, body.page-template-template-odin-suite .odin-navbar-collapse ul li ul li.odinChatDropDown a:before {
        background-image: url(../img/SVG/seo.svg);
        width: 24px;
    }

    body.error404 .odin-navbar-collapse ul li ul li.odinHyperNotesDropDown a:before, body.page-template-page-about-us .odin-navbar-collapse ul li ul li.odinHyperNotesDropDown a:before, body.page-template-page-academy .odin-navbar-collapse ul li ul li.odinHyperNotesDropDown a:before, body.page-template-page-alternatives-php .odin-navbar-collapse ul li ul li.odinHyperNotesDropDown a:before, body.page-template-page-impressum .odin-navbar-collapse ul li ul li.odinHyperNotesDropDown a:before, body.page-template-page-newsroom .odin-navbar-collapse ul li ul li.odinHyperNotesDropDown a:before, body.page-template-page-press-kit .odin-navbar-collapse ul li ul li.odinHyperNotesDropDown a:before, body.page-template-page-pricing-suite .odin-navbar-collapse ul li ul li.odinHyperNotesDropDown a:before, body.page-template-page-roadmap-suite .odin-navbar-collapse ul li ul li.odinHyperNotesDropDown a:before, body.page-template-page-solutions-suite .odin-navbar-collapse ul li ul li.odinHyperNotesDropDown a:before, body.page-template-page-tutorials .odin-navbar-collapse ul li ul li.odinHyperNotesDropDown a:before, body.page-template-template-contact-success .odin-navbar-collapse ul li ul li.odinHyperNotesDropDown a:before, body.page-template-template-contact .odin-navbar-collapse ul li ul li.odinHyperNotesDropDown a:before, body.page-template-template-gdpr .odin-navbar-collapse ul li ul li.odinHyperNotesDropDown a:before, body.page-template-template-general-flexible .odin-navbar-collapse ul li ul li.odinHyperNotesDropDown a:before, body.page-template-template-legal .odin-navbar-collapse ul li ul li.odinHyperNotesDropDown a:before, body.page-template-template-newsletter .odin-navbar-collapse ul li ul li.odinHyperNotesDropDown a:before, body.page-template-template-privacy .odin-navbar-collapse ul li ul li.odinHyperNotesDropDown a:before, body.page-template-template-roadmap .odin-navbar-collapse ul li ul li.odinHyperNotesDropDown a:before, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse ul li ul li.odinHyperNotesDropDown a:before, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse ul li ul li.odinHyperNotesDropDown a:before, body.page-template-template-use-cases-subpage .odin-navbar-collapse ul li ul li.odinHyperNotesDropDown a:before, body.page-template-template-odin-suite .odin-navbar-collapse ul li ul li.odinHyperNotesDropDown a:before {
        background-image: url(../img/SVG/start-up-starter.svg);
        width: 24px;
    }

    body.page-template-template-odin-suite .odin-navbar-collapse ul li ul li.odinUI_UXDropDown a:before {
        background-image: url(../img/SVG/ui-ux.svg);
        width: 24px;
    }

    body.page-template-template-odin-suite .odin-navbar-collapse ul li ul li.odinlogoDropDown a:before {
        background-image: url(../img/SVG/logo-design.svg);
        width: 24px;
    }

    body.error404 .odin-navbar-collapse ul li ul li.backToSuite, body.page-template-page-about-us .odin-navbar-collapse ul li ul li.backToSuite, body.page-template-page-academy .odin-navbar-collapse ul li ul li.backToSuite, body.page-template-page-alternatives-php .odin-navbar-collapse ul li ul li.backToSuite, body.page-template-page-impressum .odin-navbar-collapse ul li ul li.backToSuite, body.page-template-page-newsroom .odin-navbar-collapse ul li ul li.backToSuite, body.page-template-page-press-kit .odin-navbar-collapse ul li ul li.backToSuite, body.page-template-page-pricing-suite .odin-navbar-collapse ul li ul li.backToSuite, body.page-template-page-roadmap-suite .odin-navbar-collapse ul li ul li.backToSuite, body.page-template-page-solutions-suite .odin-navbar-collapse ul li ul li.backToSuite, body.page-template-page-tutorials .odin-navbar-collapse ul li ul li.backToSuite, body.page-template-template-contact-success .odin-navbar-collapse ul li ul li.backToSuite, body.page-template-template-contact .odin-navbar-collapse ul li ul li.backToSuite, body.page-template-template-gdpr .odin-navbar-collapse ul li ul li.backToSuite, body.page-template-template-general-flexible .odin-navbar-collapse ul li ul li.backToSuite, body.page-template-template-legal .odin-navbar-collapse ul li ul li.backToSuite, body.page-template-template-newsletter .odin-navbar-collapse ul li ul li.backToSuite, body.page-template-template-privacy .odin-navbar-collapse ul li ul li.backToSuite, body.page-template-template-roadmap .odin-navbar-collapse ul li ul li.backToSuite, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse ul li ul li.backToSuite, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse ul li ul li.backToSuite, body.page-template-template-use-cases-subpage .odin-navbar-collapse ul li ul li.backToSuite, body.page-template-template-odin-suite .odin-navbar-collapse ul li ul li.backToSuite {
        display: table;
        height: 100%
    }

    body.error404 .odin-navbar-collapse ul li ul li.backToSuite a, body.page-template-page-about-us .odin-navbar-collapse ul li ul li.backToSuite a, body.page-template-page-academy .odin-navbar-collapse ul li ul li.backToSuite a, body.page-template-page-alternatives-php .odin-navbar-collapse ul li ul li.backToSuite a, body.page-template-page-impressum .odin-navbar-collapse ul li ul li.backToSuite a, body.page-template-page-newsroom .odin-navbar-collapse ul li ul li.backToSuite a, body.page-template-page-press-kit .odin-navbar-collapse ul li ul li.backToSuite a, body.page-template-page-pricing-suite .odin-navbar-collapse ul li ul li.backToSuite a, body.page-template-page-roadmap-suite .odin-navbar-collapse ul li ul li.backToSuite a, body.page-template-page-solutions-suite .odin-navbar-collapse ul li ul li.backToSuite a, body.page-template-page-tutorials .odin-navbar-collapse ul li ul li.backToSuite a, body.page-template-template-contact-success .odin-navbar-collapse ul li ul li.backToSuite a, body.page-template-template-contact .odin-navbar-collapse ul li ul li.backToSuite a, body.page-template-template-gdpr .odin-navbar-collapse ul li ul li.backToSuite a, body.page-template-template-general-flexible .odin-navbar-collapse ul li ul li.backToSuite a, body.page-template-template-legal .odin-navbar-collapse ul li ul li.backToSuite a, body.page-template-template-newsletter .odin-navbar-collapse ul li ul li.backToSuite a, body.page-template-template-privacy .odin-navbar-collapse ul li ul li.backToSuite a, body.page-template-template-roadmap .odin-navbar-collapse ul li ul li.backToSuite a, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse ul li ul li.backToSuite a, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse ul li ul li.backToSuite a, body.page-template-template-use-cases-subpage .odin-navbar-collapse ul li ul li.backToSuite a, body.page-template-template-odin-suite .odin-navbar-collapse ul li ul li.backToSuite a {
        display: table-cell;
        vertical-align: middle
    }

    body.error404 .odin-navbar-collapse ul li ul li.backToSuite a span.title:before, body.page-template-page-about-us .odin-navbar-collapse ul li ul li.backToSuite a span.title:before, body.page-template-page-academy .odin-navbar-collapse ul li ul li.backToSuite a span.title:before, body.page-template-page-alternatives-php .odin-navbar-collapse ul li ul li.backToSuite a span.title:before, body.page-template-page-impressum .odin-navbar-collapse ul li ul li.backToSuite a span.title:before, body.page-template-page-newsroom .odin-navbar-collapse ul li ul li.backToSuite a span.title:before, body.page-template-page-press-kit .odin-navbar-collapse ul li ul li.backToSuite a span.title:before, body.page-template-page-pricing-suite .odin-navbar-collapse ul li ul li.backToSuite a span.title:before, body.page-template-page-roadmap-suite .odin-navbar-collapse ul li ul li.backToSuite a span.title:before, body.page-template-page-solutions-suite .odin-navbar-collapse ul li ul li.backToSuite a span.title:before, body.page-template-page-tutorials .odin-navbar-collapse ul li ul li.backToSuite a span.title:before, body.page-template-template-contact-success .odin-navbar-collapse ul li ul li.backToSuite a span.title:before, body.page-template-template-contact .odin-navbar-collapse ul li ul li.backToSuite a span.title:before, body.page-template-template-gdpr .odin-navbar-collapse ul li ul li.backToSuite a span.title:before, body.page-template-template-general-flexible .odin-navbar-collapse ul li ul li.backToSuite a span.title:before, body.page-template-template-legal .odin-navbar-collapse ul li ul li.backToSuite a span.title:before, body.page-template-template-newsletter .odin-navbar-collapse ul li ul li.backToSuite a span.title:before, body.page-template-template-privacy .odin-navbar-collapse ul li ul li.backToSuite a span.title:before, body.page-template-template-roadmap .odin-navbar-collapse ul li ul li.backToSuite a span.title:before, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse ul li ul li.backToSuite a span.title:before, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse ul li ul li.backToSuite a span.title:before, body.page-template-template-use-cases-subpage .odin-navbar-collapse ul li ul li.backToSuite a span.title:before, body.page-template-template-odin-suite .odin-navbar-collapse ul li ul li.backToSuite a span.title:before {
        border: solid #000;
        border-width: 0 2px 2px 0;
        padding: 2px;
        height: auto;
        display: inline-block;
        -moz-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
        -o-transform: rotate(-225deg);
        transform: rotate(-225deg);
        -webkit-transform: rotate(-225deg);
        content: "";
        z-index: 5;
        margin-top: 4px;
        margin-left: 2px;
        width: auto
    }

    body.error404 .odin-navbar-collapse ul li ul li.backToSuite a:hover, body.page-template-page-about-us .odin-navbar-collapse ul li ul li.backToSuite a:hover, body.page-template-page-academy .odin-navbar-collapse ul li ul li.backToSuite a:hover, body.page-template-page-alternatives-php .odin-navbar-collapse ul li ul li.backToSuite a:hover, body.page-template-page-impressum .odin-navbar-collapse ul li ul li.backToSuite a:hover, body.page-template-page-newsroom .odin-navbar-collapse ul li ul li.backToSuite a:hover, body.page-template-page-press-kit .odin-navbar-collapse ul li ul li.backToSuite a:hover, body.page-template-page-pricing-suite .odin-navbar-collapse ul li ul li.backToSuite a:hover, body.page-template-page-roadmap-suite .odin-navbar-collapse ul li ul li.backToSuite a:hover, body.page-template-page-solutions-suite .odin-navbar-collapse ul li ul li.backToSuite a:hover, body.page-template-page-tutorials .odin-navbar-collapse ul li ul li.backToSuite a:hover, body.page-template-template-contact-success .odin-navbar-collapse ul li ul li.backToSuite a:hover, body.page-template-template-contact .odin-navbar-collapse ul li ul li.backToSuite a:hover, body.page-template-template-gdpr .odin-navbar-collapse ul li ul li.backToSuite a:hover, body.page-template-template-general-flexible .odin-navbar-collapse ul li ul li.backToSuite a:hover, body.page-template-template-legal .odin-navbar-collapse ul li ul li.backToSuite a:hover, body.page-template-template-newsletter .odin-navbar-collapse ul li ul li.backToSuite a:hover, body.page-template-template-privacy .odin-navbar-collapse ul li ul li.backToSuite a:hover, body.page-template-template-roadmap .odin-navbar-collapse ul li ul li.backToSuite a:hover, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse ul li ul li.backToSuite a:hover, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse ul li ul li.backToSuite a:hover, body.page-template-template-use-cases-subpage .odin-navbar-collapse ul li ul li.backToSuite a:hover, body.page-template-template-odin-suite .odin-navbar-collapse ul li ul li.backToSuite a:hover {
        background: rgba(0, 0, 0, .05)
    }

    body.error404 .odin-navbar-collapse ul .show, body.page-template-page-about-us .odin-navbar-collapse ul .show, body.page-template-page-academy .odin-navbar-collapse ul .show, body.page-template-page-alternatives-php .odin-navbar-collapse ul .show, body.page-template-page-impressum .odin-navbar-collapse ul .show, body.page-template-page-newsroom .odin-navbar-collapse ul .show, body.page-template-page-press-kit .odin-navbar-collapse ul .show, body.page-template-page-pricing-suite .odin-navbar-collapse ul .show, body.page-template-page-roadmap-suite .odin-navbar-collapse ul .show, body.page-template-page-solutions-suite .odin-navbar-collapse ul .show, body.page-template-page-tutorials .odin-navbar-collapse ul .show, body.page-template-template-contact-success .odin-navbar-collapse ul .show, body.page-template-template-contact .odin-navbar-collapse ul .show, body.page-template-template-gdpr .odin-navbar-collapse ul .show, body.page-template-template-general-flexible .odin-navbar-collapse ul .show, body.page-template-template-legal .odin-navbar-collapse ul .show, body.page-template-template-newsletter .odin-navbar-collapse ul .show, body.page-template-template-privacy .odin-navbar-collapse ul .show, body.page-template-template-roadmap .odin-navbar-collapse ul .show, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse ul .show, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse ul .show, body.page-template-template-use-cases-subpage .odin-navbar-collapse ul .show, body.page-template-template-odin-suite .odin-navbar-collapse ul .show {
        display: block;
        visibility: visible !important
    }

    body.error404 .odin-navbar-collapse .content, body.page-template-page-about-us .odin-navbar-collapse .content, body.page-template-page-academy .odin-navbar-collapse .content, body.page-template-page-alternatives-php .odin-navbar-collapse .content, body.page-template-page-impressum .odin-navbar-collapse .content, body.page-template-page-newsroom .odin-navbar-collapse .content, body.page-template-page-press-kit .odin-navbar-collapse .content, body.page-template-page-pricing-suite .odin-navbar-collapse .content, body.page-template-page-roadmap-suite .odin-navbar-collapse .content, body.page-template-page-solutions-suite .odin-navbar-collapse .content, body.page-template-page-tutorials .odin-navbar-collapse .content, body.page-template-template-contact-success .odin-navbar-collapse .content, body.page-template-template-contact .odin-navbar-collapse .content, body.page-template-template-gdpr .odin-navbar-collapse .content, body.page-template-template-general-flexible .odin-navbar-collapse .content, body.page-template-template-legal .odin-navbar-collapse .content, body.page-template-template-newsletter .odin-navbar-collapse .content, body.page-template-template-privacy .odin-navbar-collapse .content, body.page-template-template-roadmap .odin-navbar-collapse .content, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse .content, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse .content, body.page-template-template-use-cases-subpage .odin-navbar-collapse .content, body.page-template-template-odin-suite .odin-navbar-collapse .content {
        text-align: center;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 0;
        margin-top: 30px
    }

    body.error404 .odin-navbar-collapse .content .appDownloadSection, body.page-template-page-about-us .odin-navbar-collapse .content .appDownloadSection, body.page-template-page-academy .odin-navbar-collapse .content .appDownloadSection, body.page-template-page-alternatives-php .odin-navbar-collapse .content .appDownloadSection, body.page-template-page-impressum .odin-navbar-collapse .content .appDownloadSection, body.page-template-page-newsroom .odin-navbar-collapse .content .appDownloadSection, body.page-template-page-press-kit .odin-navbar-collapse .content .appDownloadSection, body.page-template-page-pricing-suite .odin-navbar-collapse .content .appDownloadSection, body.page-template-page-roadmap-suite .odin-navbar-collapse .content .appDownloadSection, body.page-template-page-solutions-suite .odin-navbar-collapse .content .appDownloadSection, body.page-template-page-tutorials .odin-navbar-collapse .content .appDownloadSection, body.page-template-template-contact-success .odin-navbar-collapse .content .appDownloadSection, body.page-template-template-contact .odin-navbar-collapse .content .appDownloadSection, body.page-template-template-gdpr .odin-navbar-collapse .content .appDownloadSection, body.page-template-template-general-flexible .odin-navbar-collapse .content .appDownloadSection, body.page-template-template-legal .odin-navbar-collapse .content .appDownloadSection, body.page-template-template-newsletter .odin-navbar-collapse .content .appDownloadSection, body.page-template-template-privacy .odin-navbar-collapse .content .appDownloadSection, body.page-template-template-roadmap .odin-navbar-collapse .content .appDownloadSection, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse .content .appDownloadSection, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse .content .appDownloadSection, body.page-template-template-use-cases-subpage .odin-navbar-collapse .content .appDownloadSection, body.page-template-template-odin-suite .odin-navbar-collapse .content .appDownloadSection {
        overflow: hidden;
        padding: 20px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px
    }

}

@media (max-width: 992px) and (min-width: 600px) {
    body.error404 .odin-navbar-collapse .content .appDownloadSection, body.page-template-page-about-us .odin-navbar-collapse .content .appDownloadSection, body.page-template-page-academy .odin-navbar-collapse .content .appDownloadSection, body.page-template-page-alternatives-php .odin-navbar-collapse .content .appDownloadSection, body.page-template-page-impressum .odin-navbar-collapse .content .appDownloadSection, body.page-template-page-newsroom .odin-navbar-collapse .content .appDownloadSection, body.page-template-page-press-kit .odin-navbar-collapse .content .appDownloadSection, body.page-template-page-pricing-suite .odin-navbar-collapse .content .appDownloadSection, body.page-template-page-roadmap-suite .odin-navbar-collapse .content .appDownloadSection, body.page-template-page-solutions-suite .odin-navbar-collapse .content .appDownloadSection, body.page-template-page-tutorials .odin-navbar-collapse .content .appDownloadSection, body.page-template-template-contact-success .odin-navbar-collapse .content .appDownloadSection, body.page-template-template-contact .odin-navbar-collapse .content .appDownloadSection, body.page-template-template-gdpr .odin-navbar-collapse .content .appDownloadSection, body.page-template-template-general-flexible .odin-navbar-collapse .content .appDownloadSection, body.page-template-template-legal .odin-navbar-collapse .content .appDownloadSection, body.page-template-template-newsletter .odin-navbar-collapse .content .appDownloadSection, body.page-template-template-privacy .odin-navbar-collapse .content .appDownloadSection, body.page-template-template-roadmap .odin-navbar-collapse .content .appDownloadSection, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse .content .appDownloadSection, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse .content .appDownloadSection, body.page-template-template-use-cases-subpage .odin-navbar-collapse .content .appDownloadSection, body.page-template-template-odin-suite .odin-navbar-collapse .content .appDownloadSection {
        margin: 0 auto;
        width: 550px
    }
}

@media (max-width: 992px) {
    body.error404 .odin-navbar-collapse .content .appDownloadSection h3, body.page-template-page-about-us .odin-navbar-collapse .content .appDownloadSection h3, body.page-template-page-academy .odin-navbar-collapse .content .appDownloadSection h3, body.page-template-page-alternatives-php .odin-navbar-collapse .content .appDownloadSection h3, body.page-template-page-impressum .odin-navbar-collapse .content .appDownloadSection h3, body.page-template-page-newsroom .odin-navbar-collapse .content .appDownloadSection h3, body.page-template-page-press-kit .odin-navbar-collapse .content .appDownloadSection h3, body.page-template-page-pricing-suite .odin-navbar-collapse .content .appDownloadSection h3, body.page-template-page-roadmap-suite .odin-navbar-collapse .content .appDownloadSection h3, body.page-template-page-solutions-suite .odin-navbar-collapse .content .appDownloadSection h3, body.page-template-page-tutorials .odin-navbar-collapse .content .appDownloadSection h3, body.page-template-template-contact-success .odin-navbar-collapse .content .appDownloadSection h3, body.page-template-template-contact .odin-navbar-collapse .content .appDownloadSection h3, body.page-template-template-gdpr .odin-navbar-collapse .content .appDownloadSection h3, body.page-template-template-general-flexible .odin-navbar-collapse .content .appDownloadSection h3, body.page-template-template-legal .odin-navbar-collapse .content .appDownloadSection h3, body.page-template-template-newsletter .odin-navbar-collapse .content .appDownloadSection h3, body.page-template-template-privacy .odin-navbar-collapse .content .appDownloadSection h3, body.page-template-template-roadmap .odin-navbar-collapse .content .appDownloadSection h3, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse .content .appDownloadSection h3, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse .content .appDownloadSection h3, body.page-template-template-use-cases-subpage .odin-navbar-collapse .content .appDownloadSection h3, body.page-template-template-odin-suite .odin-navbar-collapse .content .appDownloadSection h3 {
        padding-bottom: 10px;
        margin-bottom: 25px;
        border-bottom: 1px solid #ddd
    }

    body.error404 .odin-navbar-collapse .content .appDownloadSection .button, body.page-template-page-about-us .odin-navbar-collapse .content .appDownloadSection .button, body.page-template-page-academy .odin-navbar-collapse .content .appDownloadSection .button, body.page-template-page-alternatives-php .odin-navbar-collapse .content .appDownloadSection .button, body.page-template-page-impressum .odin-navbar-collapse .content .appDownloadSection .button, body.page-template-page-newsroom .odin-navbar-collapse .content .appDownloadSection .button, body.page-template-page-press-kit .odin-navbar-collapse .content .appDownloadSection .button, body.page-template-page-pricing-suite .odin-navbar-collapse .content .appDownloadSection .button, body.page-template-page-roadmap-suite .odin-navbar-collapse .content .appDownloadSection .button, body.page-template-page-solutions-suite .odin-navbar-collapse .content .appDownloadSection .button, body.page-template-page-tutorials .odin-navbar-collapse .content .appDownloadSection .button, body.page-template-template-contact-success .odin-navbar-collapse .content .appDownloadSection .button, body.page-template-template-contact .odin-navbar-collapse .content .appDownloadSection .button, body.page-template-template-gdpr .odin-navbar-collapse .content .appDownloadSection .button, body.page-template-template-general-flexible .odin-navbar-collapse .content .appDownloadSection .button, body.page-template-template-legal .odin-navbar-collapse .content .appDownloadSection .button, body.page-template-template-newsletter .odin-navbar-collapse .content .appDownloadSection .button, body.page-template-template-privacy .odin-navbar-collapse .content .appDownloadSection .button, body.page-template-template-roadmap .odin-navbar-collapse .content .appDownloadSection .button, body.page-template-template-use-cases-subpage-kanban .odin-navbar-collapse .content .appDownloadSection .button, body.page-template-template-use-cases-subpage-project .odin-navbar-collapse .content .appDownloadSection .button, body.page-template-template-use-cases-subpage .odin-navbar-collapse .content .appDownloadSection .button, body.page-template-template-odin-suite .odin-navbar-collapse .content .appDownloadSection .button {
        width: 50%;
        margin: 0 auto 10px
    }
}


/*--  project  --*/
.project-section .project-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.project-section .project-content, .project-section .project-content .latest-project {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.project-section .project-content .latest-project {
    width: 33.333%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    margin: 0 0 30px 0;
}

@media (max-width: 992px) {
    .project-section .project-content .latest-project {
        width: 33.333%
    }
}

@media (max-width: 768px) {
    .project-section .project-content .latest-project {
        width: 100%;
    }
}

.project-section .project-content .latest-project .card {
    width: 100%;
    border-radius: 30px;
    border: none;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.project-section .project-content .latest-project .card .card-body {
    padding: 16px;
}

.project-section .project-content .latest-project .card .card-body .header {
    text-align: right;
    margin: 0 0 40px 0;
}

.project-section .project-content .latest-project .card .card-body .header .image {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    right: 0;
    top: 0;
    left: 0;
    background-color: whitesmoke;
    border-radius: 20px;
}

.project-section .project-content .latest-project .card .card-body .header .image img {
    width: 100%;
    display: block;
    position: relative;
    border-radius: 20px;
}

.project-section .project-content .latest-project .card .card-body .header h3 {
    position: relative;
    right: 0;
    top: 16px;
    line-height: 24px;
    font-size: 16pt;
}
.project-section .project-content .latest-project .card .card-body .header.mobile-header-s h3 {
    position: relative;
    right: 0;
    top: 16px;
    line-height: 24px;
    font-size: 16pt;
    text-align: center;
}
.project-section .project-content .latest-project .card .card-body .header.mobile-header-s p {
    position: relative;
    right: 0;
    top: 16px;
    line-height: 24px;
    font-size: 12pt;
    text-align: center;
    text-align-last: center;
}


.project-section .project-content .latest-project .card .card-body .body {
    background-color: whitesmoke;
    border-radius: 20px;
}

.project-section .project-content .latest-project .card .card-body .body p {
    background-color: transparent;
    text-align: justify;
    padding: 8px;
}

.project-section .project-content .latest-project .card .card-body .bottom {
    direction: rtl;
}

.project-section .project-content .latest-project .card .card-body .bottom .more {
    display: block;
    width: 100%;
}

.project-section .project-content .latest-project .card .card-body .bottom .more a {
    text-align: center;
    display: block;
    width: 100%;
    border-radius: 18px;
    height: 36px;
    padding-top: 3px;
    background-color: #f0f2f2;
    color: #333;
    -webkit-transition: all .5s cubic-bezier(.77, 0, .18, 1);
    -o-transition: all .5s cubic-bezier(.77, 0, .18, 1);
    -moz-transition: all .5s cubic-bezier(.77, 0, .18, 1);
    transition: all .5s cubic-bezier(.77, 0, .18, 1);
}

.project-section .project-content .latest-project .card .card-body .bottom .more a:hover {
    background-color: #333;
    color: white;
    -webkit-transition: all .5s cubic-bezier(.77, 0, .18, 1);
    -o-transition: all .5s cubic-bezier(.77, 0, .18, 1);
    -moz-transition: all .5s cubic-bezier(.77, 0, .18, 1);
    transition: all .5s cubic-bezier(.77, 0, .18, 1);
}


/*--  Footer  --*/

.footer .footer__nav-column.suite #nav_menu-8 ul, .footer .footer__nav-column.suite #nav_menu-12 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer .footer__nav-column.suite #nav_menu-8 li, .footer .footer__nav-column.suite #nav_menu-12 li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    position: relative
}

.footer .footer__nav-column.suite #nav_menu-8 li a, .footer .footer__nav-column.suite #nav_menu-12 li a {
    width: 100%
}

.footer .menu-de_blog_login_signup-container {
    display: none
}

.footer #nav_menu-8 li {
    position: relative
}

.footer #nav_menu-8 li:before {
    position: absolute;
    width: 100%;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s;
    opacity: 0;
    top: 0;
    right: -12px;
    z-index: -1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 30px;
    content: ""
}

.footer #nav_menu-8 li:hover:before {
    opacity: 1;
    z-index: 1
}

.footer #nav_menu-8 li a {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 0 40px 0 20px;
    margin-right: -10px;
    position: relative;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    display: block;
    z-index: 1;
    line-height: 30px
}

.footer #nav_menu-8 li a:hover {
    text-decoration: none;
    color: #fff
}

.footer #nav_menu-8 li a:before {
    height: 20px;
    width: 20px;
    content: "";
    margin-left: 7px;
    top: -3px;
    display: block;
    float: right;
    right: 10px;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    background: no-repeat 0 0;
    margin-top: 8px;
    position: absolute;

}

.footer #nav_menu-8 li.base:hover:before {
    background: #fb8085;
    background: -webkit-gradient(linear, left top, right top, from(#fb8085), to(#ff59d4));
    background: -webkit-linear-gradient(left, #fb8085, #ff59d4);
    background: -moz-linear-gradient(left, #fb8085 0, #ff59d4 100%);
    background: -o-linear-gradient(left, #fb8085 0, #ff59d4 100%);
    background: linear-gradient(90deg, #fb8085, #ff59d4)
}

.footer #nav_menu-8 li.base a:before {
    background-image: url(../img/SVG/logo-design-ico.svg)
}

.footer #nav_menu-8 li.todo:hover:before {
    background: #8fe872;
    background: -webkit-gradient(linear, left top, right top, from(#8fe872), to(#0bcbd3));
    background: -webkit-linear-gradient(left, #8fe872, #0bcbd3);
    background: -moz-linear-gradient(left, #8fe872 0, #0bcbd3 100%);
    background: -o-linear-gradient(left, #8fe872 0, #0bcbd3 100%);
    background: linear-gradient(90deg, #8fe872, #0bcbd3)
}

.footer #nav_menu-8 li.todo a:before {
    background-image: url(../img/SVG/app-ico.svg)
}

.footer #nav_menu-8 li.zenchat:hover:before {
    background: #017be6;
    background: -webkit-gradient(linear, left top, right top, from(#017be6), to(#19d0d1));
    background: -webkit-linear-gradient(left, #017be6, #19d0d1);
    background: -moz-linear-gradient(left, #017be6 0, #19d0d1 100%);
    background: -o-linear-gradient(left, #017be6 0, #19d0d1 100%);
    background: linear-gradient(90deg, #017be6, #19d0d1)
}

.footer #nav_menu-8 li.zenchat a:before {
    background-image: url(../img/SVG/web-design-ico.svg)
}

.footer #nav_menu-8 li.hypernotes:hover:before {
    background: #f0898d;
    background: -webkit-gradient(linear, left top, right top, from(#f0898d), to(#f0d4a6));
    background: -webkit-linear-gradient(left, #f0898d, #f0d4a6);
    background: -moz-linear-gradient(left, #f0898d 0, #f0d4a6 100%);
    background: -o-linear-gradient(left, #f0898d 0, #f0d4a6 100%);
    background: linear-gradient(90deg, #f0898d, #f0d4a6)
}

.footer #nav_menu-8 li.hypernotes a:before {
    background-image: url(../img/SVG/seo-ico.svg)

}

.footer .giveUsACall {
    width: 670px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin: 50px auto 10px;
    overflow: hidden;
    font-size: 14px
}

@media (max-width: 992px) {
    .footer .giveUsACall {
        width: 100%
    }
}

@media (max-width: 768px) {
    .footer .giveUsACall {
        width: 100%;
        margin: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
}

.footer .giveUsACall .giveUsACallTitle {
    padding: 18px 35px 15px 10px;
    float: right;
}

.footer .giveUsACall .giveUsACallButton a i {
    position: relative;
    top: 5px;
    float: left;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .footer .giveUsACall .giveUsACallTitle {
        padding: 18px 35px;
        float: none;
        text-align: center
    }
}

.footer .giveUsACall .giveUsACallButton {
    float: left;
}

@media (max-width: 768px) {
    .footer .giveUsACall .giveUsACallButton {
        float: none
    }
}

.footer .giveUsACall .giveUsACallButton a {
    padding: 18px 23px 15px 0;
    background: #36691d;
    background: -webkit-linear-gradient(10deg, #36691d, #4d8333);
    background: -moz-linear-gradient(10deg, #36691d 0, #4d8333 100%);
    background: -o-linear-gradient(10deg, #36691d 0, #4d8333 100%);
    background: linear-gradient(80deg, #36691d, #4d8333);
    color: #fff;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    display: block;
    cursor: pointer;
}

@media (max-width: 768px) {
    .footer .giveUsACall .giveUsACallButton a {
        width: 100%;
        text-align: center;
        pointer-events: all;
        cursor: pointer
    }
}

@media (max-width: 768px) {
    .footer .giveUsACall .giveUsACallButton a:focus {
        background: #3b7d1b
    }
}

.footer .giveUsACall img {
    width: 20px;
    margin-left: 17px
}

.footer .menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.footer .menu-item {
    font-size: 20px
}

@media (min-width: 768px) {
    .footer .menu-item {
        font-size: 14px
    }
}

.footer h3.footer__nav-column-heading {
    color: #fff
}

.footer .footer__nav--platform .footer__nav-column:nth-child(3) {
    border-left-color: #45535e
}

.footer .menu-item + .menu-item {
    margin-top: 7px
}

@media (min-width: 768px) {
    .footer .menu-item + .menu-item {
        margin-top: 2px
    }
}

.footer .menu-item a {
    color: #e5e0ee;
    width: 100%;
    line-height: 32px;
}

.footer .menu-item a:hover {
    color: #fff;
    text-decoration: underline
}

.footer__character {
    display: none;
    position: absolute;
    left: 21px;
    top: 5px;
    width: 134px;
    height: 192px;
    background: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}

@media (min-width: 992px) {
    .footer__character {
        left: 30px;
        top: 5px
    }
}

@media (min-width: 1200px) {
    .footer__character {
        left: 10%;
    }
}

@media (max-width: 992px) {
    .footer__content {
        margin: 0 5%;
    }
}

@media (max-width: 768px) {
    .footer__content {
        margin: 0
    }
}

.footer__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.footer__nav-column {
    margin: 20px 0;
    min-width: 100%;
    text-align: center;
    line-height: 1.9
}

.footer__nav-column:first-child {
    margin-top: 0
}

.footer__nav-column-heading {
    font-size: 26px;
    margin-bottom: 7px
}

@media (min-width: 768px) {
    .footer__nav-column-heading {
        font-size: 20px
    }
}

.footer__nav-list {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.footer__nav-list-link {
    color: inherit
}

.footer__nav-list-link:hover {
    color: #000;
    text-decoration: underline
}

.footer__social {
    margin-top: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer__social .menu-item a:hover {
    text-decoration: none
}

.footer__social-list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.footer__social-list li {
    display: inline-block
}

.footer__social-list li a {
    display: inline-block;
    padding: 5px 12px;
    margin: 0;
    text-decoration: none
}

.footer__social-list-item {
    display: inline-block
}

.footer__social-list-link {
    display: inline-block;
    padding: 5px 10px;
    margin: 0
}

.footer__legal {
    font-family: sans-serif;;
    text-align: center;
    font-size: 14px;
    margin: 15px auto 50px
}

@media (min-width: 768px) {
    .footer__legal {
        margin-bottom: 0
    }
}

.footer__legal a {
    color: inherit
}

.footer__legal a:hover {
    text-decoration: underline
}

.footer__legal-spacer {
    padding-bottom: 30px
}

@media (min-width: 576px) {
    .footer__legal-spacer {
        padding-bottom: 0
    }
}

@media (min-width: 768px) {
    .footer__social {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .footer__nav {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .footer__nav-column {
        margin: 0;
        min-width: 125px;
        text-align: left
    }
}

.footer__nav--frontpage-platform .footer__nav-column, .footer__nav--platform .footer__nav-column {
    margin-top: 0;
    margin-bottom: 0
}

.footer__nav--frontpage-platform .footer__nav-column .widget, .footer__nav--platform .footer__nav-column .widget {
    margin-bottom: 40px
}

.footer__app-icon-item {
    display: block;
    max-width: 120px;
    margin: 5px 0 11px
}

@media (max-width: 768px) {
    .footer__app-icon-item {
        max-width: 260px;
        margin: 10px auto 0
    }
}

.footer__app-icon-item:first-child {
    margin-top: 30px
}

.footer__app-icon-item img {
    width: 100%
}

@media (min-width: 768px) {
    .footer__nav--frontpage-platform .footer__nav-column:nth-child(2), .footer__nav--platform .footer__nav-column:nth-child(2) {
        padding-right: 80px
    }

    .footer__nav--frontpage-platform .footer__nav-column:nth-child(3), .footer__nav--platform .footer__nav-column:nth-child(3) {
        padding-left: 45px;
        margin-left: 0;
        border-left: 2px solid #dad9d5
    }

    .footer__nav--frontpage-platform .footer__nav-column .widget, .footer__nav--platform .footer__nav-column .widget {
        margin-bottom: 0
    }

    .footer__nav--frontpage-platform .footer__nav-column .widget:nth-child(2), .footer__nav--platform .footer__nav-column .widget:nth-child(2) {
        margin-top: 13px
    }
}

.footerBottom {
    position: relative;
    background-color: #182026;
    padding: 2rem 0 0
}

@media (max-width: 768px) {
    .footerBottom {
        padding: 1rem 0 0
    }
}

@media (max-width: 768px) {
    .footerBottom .odin-dropdown-switcher {
        margin-bottom: 10px
    }
}

.footerBottom .germany {
    margin: 0 auto 20px 0;
    position: inherit;
}

@media (max-width: 768px) {
    .footerBottom .germany {
        display: block
    }
}

.footerBottom .footer__content {
    margin: 0
}

.footerBottom .footer__social {
    margin-top: 0
}

.footerBottom .footer__legal {
    color: #e5e0ee;
    margin-top: 0;
    padding: 15px 0 30px
}

@media (max-width: 768px) {
    .footerBottom .footer__legal {
        margin-bottom: 0;
        padding: 15px 50px
    }
}

.footerBottom .footer__legal a {
    text-decoration: underline;
    color: #fff
}

@media (max-width: 768px) {
    .footerBottom .footer__legal .footer__legal-spacer {
        padding-bottom: 15px
    }
}

.footerBottom .footer__social-list li a {
    color: #e5e0ee
}

.footerBottom .footer__social-list li a:hover {
    color: #fff
}


.footer {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    background-color: #30404d;
    color: #e5e0ee;
    position: relative;
    padding: 3rem 0;
    margin-top: 7rem
}

@media (max-width: 768px) {
    .footer {
        padding: 0
    }
}

.footer h3 {
    margin-top: 4px
}

.footer .subTitle {
    font-size: 14px
}

.footer .giveUsACall .giveUsACallButton a {
    background: #d54efc;
    background: -webkit-gradient(linear, left top, right top, from(#d54efc), to(#3186fe));
    background: -webkit-linear-gradient(left, #d54efc, #3186fe);
    background: -moz-linear-gradient(left, #d54efc 0, #3186fe 100%);
    background: -o-linear-gradient(left, #d54efc 0, #3186fe 100%);
    background: linear-gradient(90deg, #d54efc, #3186fe)
}


.footer .footer__content .footer__nav .footer__nav-column .widget_nav_menu .menu-odin-suite-footer-column-3-container #menu-odin-suite-footer-column-3 {
    width: 100%;
    direction: rtl;
}

.footer .footer__content .footer__nav .footer__nav-column h3.footer__nav-column-heading {
    color: #fff;
    text-align: right;
}

.footer .footer__content .footer__nav .footer__nav-column .subTitle {
    line-height: 26px;
    margin-bottom: 20px
}

.footer .footer__content .footer__nav .footer__nav-column {
    width: 200px
}

@media (max-width: 1200px) {
    .footer .footer__content .footer__nav .footer__nav-column {
        width: 160px
    }
}

.footer .footer__content .footer__nav .footer__nav-column.suite {
    margin-right: 80px;
    border-right: 2px solid rgba(0, 0, 0, .05);
    -webkit-box-shadow: 2px 0 #45535e;
    -moz-box-shadow: 2px 0 #45535e;
    box-shadow: 2px 0 #45535e;
    padding-right: 80px;
    width: 450px
}

@media (max-width: 1200px) {
    .footer .footer__content .footer__nav .footer__nav-column.suite {
        width: 450px;
        padding-right: 40px;
        margin-right: 40px
    }
}

.footer .footer__content .footer__nav--platform .footer__nav-column:nth-child(2) {
    border-right: 0;
    padding: 0;
    margin: 0
}

.footer .footer__content .footer__nav--platform .footer__nav-column:nth-child(3) {
    border-right: 0;
    padding: 0;
    margin: 0;
    border-left: 0
}

.footer .footer__content .footer__nav--platform .footer__nav-column:nth-child(4) {
    margin-left: 0
}

.footer .footer__content .footer__nav .footer__nav-column .odin-navbar-brand {
    display: inline-block;
    color: #fff;
    margin-top: 2px;
    margin-bottom: 14px;
    padding: 0;
    font-size: 20px
}

.footer .footer__content .footer__nav .footer__nav-column .odin-navbar-brand img {
    width: auto;
}

@media (max-width: 768px) {
    .footer .footer__content .footer__nav .footer__nav-column .odin-navbar-brand {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        font-size: 20px
    }
}

.footer .footer__content .footer__nav .footer__nav-column .odin-navbar-brand img {
    display: inline;
    height: 30px;
}

@media (max-width: 768px) {
    .footer .footer__content .footer__nav .footer__nav-column .odin-navbar-brand img {
        display: none
    }
}

.footer .footer__content .footer__nav .footer__nav-column .odin-navbar-brand .navbar-title {
    margin-left: 5px;
}

@media (max-width: 768px) {
    .footer .footer__content .footer__nav .footer__nav-column .odin-navbar-brand .navbar-title {
        font-size: 20px
    }
}

.footer .footer__content .footer__nav .footer__nav-column .odin-navbar-brand .odin-todo-logo-highlight {
    margin-right: 7px;
    margin-left: 0;
    line-height: 16px;
    font-size: 20px;
    margin-top: 1px;
}

.footer .footer__content .footer__nav--platform .footer__nav-column .widget {
    margin-bottom: 0
}

.footer .footer__content .footer__nav {
    margin-top: 0
}


.footer .footer__content .footer__nav .footer__nav-column {
    position: relative
}

@media (max-width: 768px) {
    .footer .footer__content .footer__nav .footer__nav-column {
        text-align: left
    }
}

.footer .footer__content .footer__nav--platform .footer__nav-column .widget:nth-child(2) {
    margin-top: 0
}

.footerBottom .footer__content .footer__legal {
    color: #e5e0ee
}

.footerBottom .footer__content .footer__legal a {
    color: #fff
}

.footerBottom .footer__content .footer__social-list li a {
    color: #e5e0ee
}

.footerBottom .footer__content .footer__social-list li a:hover {
    color: #fff
}

.pricing-description-1 {
    text-align-last: right;
}

.team {
    margin-top: 100px;
}
.team .p-m-y {
    padding-top: 120px;
}

.team .member .card {
    position: relative;
    width: 100%;
    border-radius: 30px 30px 30px 30px;
    border: none;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.team .member .card img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
    margin: auto;
    border: 10px solid white;
    position: relative;
    top: -100px;
    max-width: 200px;
}

.team .member .card .member-profile {
    margin-top: -100px;
    padding: 20px;
    text-align: center;
}

.team .member .card .member-profile .member-data {
    text-align: center;
}

.team .member .card .member-profile .member-data h2 {
    text-align: center;
}

.team .member .card .member-profile .member-data p {
    text-align: center;
    text-align-last: unset;
}

.team .member .card .member-profile .member-social-media {
 display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.team .member .card .member-profile .member-social-media .social-child {
    width: 100%;
    flex-wrap: wrap;
    flex: 20%;

}
.contact-section {
    margin: 2rem auto;
}
.contact-section .card {
    position: relative;
    width: 100%;
    border-radius: 30px;
    border: none;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    padding: 20px;
}
.contact-section .card .form .contactForm .form-group input {
    background-color: #F5F5F5;
    border: none;
    border-radius: 50px;
    height: 50px;
    text-align: center;
    box-shadow: none;
}
.contact-section .card .form .contactForm .submit-call-n button {
    background-color: #F5F5F5;
    color: #444444;
    border: none;
    border-radius: 50px;
    height: 50px;
    text-align: center;
    box-shadow: none;
    padding: unset 16px;
    width: 100%;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.contact-section .card .form .contactForm .submit-call-n button:hover {
    background-color : #444444;
    color: #F5F5F5;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}









.contact-section .contact-ways {
    display: flex;
}

.contact-section .contact-ways .contact-ways-content {
    display: flex;
    padding: 10px;
    color: #444444;
}

.contact-section .contact-ways .contact-ways-content .card {
    width: 100%;
    border: none;
    border-radius: 40px 43px 43px 47px;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    padding: 0;
    background-color: #fff;
}

.contact-section .contact-ways .contact-ways-content .card .card-body {
    direction: rtl !important;
    display: flex;
    padding: 0;
    background-color: transparent;
    border-radius: 200px;
}

.contact-section .contact-ways .contact-ways-content .card .card-body .why-app-image {
    margin: auto;
    text-align: center;
    display: block;
    border-radius: 200px;
    background: white;
    padding: 10px;
}

.contact-section .contact-ways .contact-ways-content .card .card-body .why-app-image .icon {
    border-radius: 30px;
    background-color: #ffe1ee;
    padding: 10px;
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
    -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 15px 2px rgba(0, 0, 0, .1);
}

.contact-section .contact-ways .contact-ways-content:hover .card .card-body .why-app-image .icon {
    background-color: #ff91b0;
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
    -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 10px 5px rgba(0, 0, 0, .2);
}

.contact-section .contact-ways.contact-consult .contact-ways-content {
    display: flex;
    padding: 0;
    width: 100%;
}

.contact-section .contact-ways.contact-consult .contact-ways-content .card {
    width: 100%;
    border: none;
    border-radius: 40px 43px 43px 47px;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    padding: 0;
    color: white;
    background-color: #686BB8;
}

.contact-section .contact-ways.contact-consult .contact-ways-content .card .card-body .why-app-reason-text {
    background-color: #686BB8;
    color: white;
}

.contact-section .contact-ways.contact-consult .contact-ways-content .card .card-body .why-app-reason-text h3 {
    background-color: #686BB8;
    color: white;
    padding-left: 55px;
    text-align: center;
}

.contact-section .contact-ways.contact-consult .contact-ways-content .card .card-body {
    direction: rtl !important;
    display: flex;
    padding: 0;
    background-color: transparent;
    border-radius: 200px;
}

.contact-section .contact-ways.contact-consult .contact-ways-content .card .card-body .why-app-image {
    margin: auto;
    text-align: center;
    display: block;
    border-radius: 200px;
    background-color: #686BB8;
    padding: 10px;
}

.contact-section .contact-ways.contact-consult .contact-ways-content .card .card-body .why-app-image .icon {
    border-radius: 30px;
    background-color: #f3f3f3;
    padding: 10px;
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
    -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 15px 2px rgba(0, 0, 0, .1);
}

.contact-section .contact-ways.contact-consult .contact-ways-content:hover .card .card-body .why-app-image .icon {
    background-color: #ffffff;
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
    -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, .2);
}


.contact-section .contact-ways .contact-ways-content .card .card-body .why-app-image .icon.w-a-s-2 {
    border-radius: 30px;
    background-color: #e1f2ff;
    padding: 10px;
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
    -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 15px 2px rgba(0, 0, 0, .1);
}

.contact-section .contact-ways .contact-ways-content:hover .card .card-body .why-app-image .icon.w-a-s-2 {
    background-color: #b3ccff;
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
    -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, .2);
}

.contact-section .contact-ways .contact-ways-content .card .card-body .why-app-image .icon.w-a-s-3 {
    border-radius: 30px;
    background-color: #ffe7e1;
    padding: 10px;
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
    -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 15px 2px rgba(0, 0, 0, .1);
}

.contact-section .contact-ways .contact-ways-content:hover .card .card-body .why-app-image .icon.w-a-s-3 {
    background-color: #ffc2b3;
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
    -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, .2);
}

.contact-section .contact-ways .contact-ways-content .card .card-body .why-app-image .icon.w-a-s-4 {
    border-radius: 30px;
    background-color: #d5f3cf;
    padding: 10px;
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
    -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 15px 2px rgba(0, 0, 0, .1);
}

.contact-section .contact-ways .contact-ways-content:hover .card .card-body .why-app-image .icon.w-a-s-4 {
    background-color: #9aec9f;
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
    -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, .2);
}


.contact-section .contact-ways .contact-ways-content .card .card-body .why-app-image .icon img {
    height: 35px;
}

.contact-section .contact-ways .contact-ways-content .card .card-body .why-app-reason-text {
    display: block;
    background-color: white;
    border-radius: 200px;
    flex: 70%;
    margin: auto;
    padding-right: 10px;
    padding-left: 10px;
}

.contact-section .contact-ways .contact-ways-content .card .card-body h3 {
    margin: auto;
    text-align: center;
    font-size: 14pt;
    display: block;
    height: 100%;
    line-height: 26px;
    font-weight: normal;
    position: relative;
    right: -20px;
}


.comment-mag {
    background-color: whitesmoke;
    border-right: 2px solid #999;
    padding: 2rem;
}
.comment-mag .single-comment {

    margin: 2rem 0;

}
.comment-mag .single-comment .single-comment-content img {
    height: 50px;
    width: 50px;
    position: absolute;
    right: 81px;
}
.comment-mag .single-comment .single-comment-content {
    border-bottom: 1px solid #d9d9d9;
    padding-right: 55px;
}
.comment-mag .single-comment .single-comment-content .separator {

}
.comment-mag .single-comment .single-comment-content h5 {
    padding-right: 2rem;
    margin-bottom: 1rem;
}
.comment-mag .single-comment .single-comment-content p {

    right: 1rem;
    position: relative;
    padding-right: 1rem;
    padding-left: 2rem;

}
.s-p .card {
    width: 100%;
    border: none;
    border-radius: 40px 43px 43px 47px;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    padding: 0;
    background-color: #fff;
}
.gap2 {
    padding: 100px;
    height: 100px;
    display: block;
}
