#powerTip {
    cursor: default;
    background-color: #ffffff;
    border-color: transparent;
    border-radius: 12px;
    color: #34495e;
    display: none;
    padding: 16px;
    max-width: 250px;
    position: absolute;
    white-space: normal !important;
    text-align: right;
    direction: rtl;
    line-height: 1.5;
    z-index: 2147483647;
    font-weight: 700;
    color: #34495e;
    font-size: 1em;
    -webkit-box-shadow: 0px 3px 18px 0px rgba(85, 85, 85, 0.16);
    -moz-box-shadow: 0px 3px 18px 0px rgba(85, 85, 85, 0.16);
    box-shadow: 0px 3px 18px 0px rgba(85, 85, 85, 0.16);
}

    #powerTip:before {
        content: attr(class) " ";
        position: absolute;
        height: 0;
        width: 0;
        text-indent: 100%;
        overflow: hidden;
    }

    #powerTip.n:before, #powerTip.s:before {
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        left: 50%;
        margin-left: -5px;
    }

    #powerTip.e:before, #powerTip.w:before {
        border-bottom: 5px solid transparent;
        border-top: 5px solid transparent;
        margin-top: -5px;
        top: 50%;
    }

    #powerTip.n:before, #powerTip.ne:before, #powerTip.nw:before {
        bottom: -10px;
    }

    #powerTip.n:before, #powerTip.ne:before, #powerTip.nw:before, #powerTip.nw-alt:before, #powerTip.ne-alt:before {
        border-top-color: transparent;
        border-top-style: solid;
        border-top-width: 10px;
    }

    #powerTip.e:before {
        border-right-color: transparent;
        border-right-style: solid;
        border-right-width: 10px;
        left: -10px;
    }

    #powerTip.s:before, #powerTip.se:before, #powerTip.sw:before {
        top: -10px;
    }

    #powerTip.s:before, #powerTip.se:before, #powerTip.sw:before, #powerTip.sw-alt:before, #powerTip.se-alt:before {
        border-bottom-color: transparent;
        border-bottom-style: solid;
        border-bottom-width: 10px;
    }

    #powerTip.w:before {
        border-left-color: transparent;
        border-left-style: solid;
        border-left-width: 10px;
        right: -10px;
    }

    #powerTip.ne:before, #powerTip.se:before {
        border-right: 10px solid transparent;
        border-left: 0;
        left: 10px;
    }

    #powerTip.nw:before, #powerTip.sw:before {
        border-left: 10px solid transparent;
        border-right: 0;
        right: 10px;
    }

    #powerTip.nw-alt:before, #powerTip.ne-alt:before, #powerTip.sw-alt:before, #powerTip.se-alt:before {
        bottom: -10px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        left: 10px;
    }

    #powerTip.ne-alt:before {
        left: auto;
        right: 10px;
    }

    #powerTip.sw-alt:before, #powerTip.se-alt:before {
        border-top: none;
        bottom: auto;
        top: -10px;
    }

    #powerTip.se-alt:before {
        left: auto;
        right: 10px;
    }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
}

@media only screen and (min-width: 321px) {
}

@media only screen and (max-width: 320px) {
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
}

@media only screen and (min-width: 1224px) {
}

@media only screen and (min-width: 1824px) {
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
}

.main-page-categories .intro-main-content {
    width: 100%;
    float: left;
    margin-top: 50px;
    margin-bottom: 30px;
}

.main-page-categories .intro-content {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .main-page-categories .intro-content .inner-content {
        direction: rtl;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

        .main-page-categories .intro-content .inner-content h1 {
            font-size: 2em;
            font-weight: 900;
            text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
            letter-spacing: -1px;
            line-height: 1;
            color: #ffffff;
        }

        .main-page-categories .intro-content .inner-content p {
            font-size: 1em;
            color: #ffffff;
            margin-top: 1em;
            line-height: 1.75;
            font-weight: 300;
            opacity: 0.75;
        }



.main-page-categories .intro {
    display: none !important;
}

.back-btn-section {
    display: none;
}

    .back-btn-section .back-btn {
        line-height: 36px;
        margin-top: 15px;
        cursor: pointer;
        float: left;
        border: none;
        background-color: transparent;
        border: 2px solid #a5b1c2;
        border-radius: 8px;
        padding: 0 30px 0 20px;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        transition: all 0.25s;
        -webkit-box-shadow: 0px 2px 16px 0px rgba(85, 85, 85, 0.15);
        -moz-box-shadow: 0px 2px 16px 0px rgba(85, 85, 85, 0.15);
        box-shadow: 0px 2px 16px 0px rgba(85, 85, 85, 0.15);
    }

        .back-btn-section .back-btn svg {
            height: 12px;
            -webkit-transition: all 0.25s;
            -moz-transition: all 0.25s;
            transition: all 0.25s;
            vertical-align: middle;
        }

            .back-btn-section .back-btn svg path {
                fill: #ffffff;
            }

    .back-btn-section span {
        font-size: 0.85em;
        margin-left: 8px;
        font-weight: 300;
        color: #ffffff;
    }

    .back-btn-section .back-btn:hover {
        border-color: #38ada9;
    }

        .back-btn-section .back-btn:hover svg {
            transform: translateX(-5px);
        }

.cat-list-section {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.category_item {
    display: none;
}

    .category_item.selected {
        opacity: 1 !important;
        -webkit-box-shadow: 0px 10px 22px 0px rgba(85, 85, 85, 0.25);
        -moz-box-shadow: 0px 10px 22px 0px rgba(85, 85, 85, 0.25);
        box-shadow: 0px 10px 22px 0px rgba(85, 85, 85, 0.25);
    }

        .category_item.selected h4 {
            color: #38ada9 !important;
        }

.first {
    display: block;
}

.category_list {
    position: relative;
    max-width: 1100px;
    width: 1100px;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    direction: rtl;
    z-index: 9;
    padding: 30px 0;
}

    .category_list li {
        display: flex;
        max-width: 12%;
        min-height: 110px;
        height: auto;
        cursor: pointer;
        -webkit-box-shadow: 0px 3px 18px 0px rgba(85, 85, 85, 0.16);
        -moz-box-shadow: 0px 3px 18px 0px rgba(85, 85, 85, 0.16);
        box-shadow: 0px 3px 18px 0px rgba(85, 85, 85, 0.16);
        border-radius: 8px;
        margin: auto 1%;
        text-align: center;
        flex-grow: 1;
        flex-shrink: 1;
        background-color: #ffffff;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 0.75;
    }

    .category_list.active li {
        min-height: 80px;
    }

    .category_list li:hover {
        cursor: pointer;
        opacity: 1;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        transform: translateY(-3px);
        -webkit-box-shadow: 0px 10px 22px 0px rgba(85, 85, 85, 0.4);
        -moz-box-shadow: 0px 10px 22px 0px rgba(85, 85, 85, 0.4);
        box-shadow: 0px 10px 22px 0px rgba(85, 85, 85, 0.4);
    }

    .category_list li > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
        margin: auto;
        padding: 0 15px;
    }

    .category_list li span {
        margin: auto;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .category_list.active li span {
        margin: 0;
    }

    .category_list li span img {
        height: 42px;
        margin-bottom: 10px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .category_list.active li span img {
        height: 28px;
        margin-bottom: 5px;
    }

    .category_list li div h4 {
        font-weight: 500;
        color: #4b6584;
        line-height: 1.35;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
        letter-spacing: -1px;
    }

    .category_list.active li div h4 {
        color: #34495e;
        line-height: 1.5;
    }

    .category_list li:hover h4 {
        color: #38ada9;
    }

.base_level_container {
    width: 100%;
    float: left;
}

    .base_level_container.active {
        min-height: 75vh;
    }

.category_list_lvl2, .category_list_lvl3 {
    max-width: 100%;
    width: 100%;
    text-align: center;
    height: auto;
    justify-content: center;
    align-items: center;
    float: right;
}

.category_list_lvl2 {
    padding: 15px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.25);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

    .category_list_lvl2 .inner, .category_list_lvl3 .inner {
        min-height: 100%;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: flex-start;
        align-content: flex-start;
        direction: rtl;
        max-height: 50vh;
    }

    .category_list_lvl2 .lvl2.selected {
        -webkit-box-shadow: 0px 10px 22px 0px rgba(85, 85, 85, 0.4);
        -moz-box-shadow: 0px 10px 22px 0px rgba(85, 85, 85, 0.4);
        box-shadow: 0px 10px 22px 0px rgba(85, 85, 85, 0.4);
    }

    .category_list_lvl2 li, .category_list_lvl3 li {
        margin: 10px 5px;
        display: block;
        max-width: 24%;
        text-align: right;
        width: 100%;
        cursor: pointer;
        position: relative;
        -webkit-transition: all 0.15s;
        -moz-transition: all 0.15s;
        transition: all 0.5s;
        overflow: hidden;
    }

    .category_list_lvl2 .lvl2 .title.has-child {
        font-size: 1.1em;
        font-weight: 900;
        color: #38ada9;
        cursor: default;
    }

    .category_list_lvl2 .lvl3 .title {
        font-weight: 300;
    }

    .category_list_lvl2 li p {
        padding: 0 0 0 10px;
        float: right;
    }

    .category_list_lvl2 li svg {
        height: 14px;
        float: right;
        margin-top: 5px;
    }

        .category_list_lvl2 li svg path {
            fill: #38ada9;
        }

    .category_list_lvl2 li .title, .category_list_lvl3 li .title {
        text-align: right;
        color: #ffffff;
        font-weight: 500;
        letter-spacing: -0.5px;
        font-size: 0.9em;
        line-height: 1.5;
    }

    .category_list_lvl2 li .des, .category_list_lvl3 li .des {
        margin-top: 15px;
        font-size: 0.85em;
        color: #8395a7;
        line-height: 1.75;
        text-align: right;
    }

    .category_list_lvl2 li p, .category_list_lvl3 li p {
        direction: rtl;
    }

    .category_list_lvl2 li:hover .title, .category_list_lvl3 li:hover .title {
        color: #ffffff;
    }

    .category_list_lvl2 li:hover .des, .category_list_lvl3 li:hover .des {
        color: #38ada9;
    }

@media (max-width: 1370px) {
}

@media (max-width: 1100px) {
}

@media (max-width: 1000px) {
}

@media (max-width: 900px) {
}

@media only screen and (max-width: 800px) {
}

@media only screen and (max-width: 700px) {
}

@media only screen and (max-width: 600px) {
}

@media only screen and (max-width: 500px) {
    .category_list {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .cat-list-section {
        margin-bottom: 0;
    }

    .category_list.active {
        padding-top: 5px;
    }

    .category_list li {
        width: 30%;
        max-width: 30%;
        min-height: 90px;
        margin: 5px;
    }

    .category_list_lvl2 li, .category_list_lvl3 li {
        max-width: 100%;
    }

    .category_list_lvl2 .inner, .category_list_lvl3 .inner {
        max-height: 2000px;
    }

    .main-page-categories .intro-content .inner-content h1 {
        font-size: 1.5em;
    }

    .main-page-categories .intro-content .inner-content p {
        font-size: 0.85em;
    }

    .category_list li div h4 {
        font-size: 0.85em;
    }

    .category_list li span img {
        height: 32px;
        margin-bottom: 5px;
    }

    .back-btn-section .back-btn {
        float: none;
        text-align: center;
    }
}

@media only screen and (max-width: 400px) {
}

@media only screen and (max-width: 321px) {
}

.flat-template {
    background-color: #ffffff;
}

    .flat-template .category_list_lvl2 {
        border: none !important;
        border: none;
    }

        .flat-template .category_list_lvl2 li .title, .flat-template .category_list_lvl3 li .title {
            color: #c8d6e5;
        }

        .flat-template .category_list_lvl2 .lvl2.selected {
            box-shadow: none;
        }

    .flat-template .main-page-categories .intro-content .inner-content h1 {
        color: #38ada9;
        text-shadow: none;
    }

    .flat-template .main-page-categories .intro-content .inner-content p {
        color: #4b6584;
    }

    .flat-template .category_list li {
        box-shadow: none;
    }

        .flat-template .category_list li:hover {
            transform: none;
        }

    .flat-template .back-btn-section .back-btn {
        box-shadow: none;
        border-color: #a5b1c2;
    }

    .flat-template .category_list li {
        border: 2px solid #38ada9;
    }

        .flat-template .category_list li:hover {
            border-color: #38ada9;
        }

    .flat-template .back-btn-section span {
        color: #4b6584;
    }

    .flat-template .back-btn-section .back-btn svg path {
        fill: #ffca79;
    }
