.sidebar {
    list-style: none;
    margin-left: 5px;
}

.Descriptionbox {
    padding: 20px;
    box-shadow: rgb(0 0 0 / 40%) 0px 30px 90px;
}

    .Descriptionbox p {
        font-size: 14px;
        padding-bottom: 10px;
    }

.main-title {
    font-size: 24px;
    margin: 0px 0px 15px;
    font-weight: 600;
    color: #004494;
}

    .main-title::after {
        content: "";
        display: block;
        border-bottom: 2px solid #004494;
        width: 7%;
        position: relative;
        bottom: -6px; /* your padding + border-width */
        transition: width 0.3s linear;
    }

    .main-title:hover::after {
        width: 10%;
    }


.sidebar li {
    overflow: hidden;
}

.sidebar li, {
    display: inline-block;
}

.sidebar__content {
    float: left;
}

.sidebar-title:hover {
    color: #174873;
}

.sidebar li:hover .sidebar__title, .sidebar li:hover i, .sidebar__img-area i, .sidebar__title {
    color: #ffffff;
}

.sidebar-title:before, .sidebar li {
    background-color: #174873;
}

.sidebar-title:hover:before {
    background-color: #000000;
}

.sidebar-title, .sidebar li, .sidebar li a, .sidebar__img-area, .sidebar__img-area i {
    position: relative;
}

    .sidebar li:after {
        position: absolute;
    }


    .sidebar li:after {
        top: 50% !important;
        transform: translate(0%, -50%);
    }



.sidebar-title {
    font-size: 22px;
    padding-left: 10px;
}

    .sidebar-title span {
        font-size: 19px;
        position: relative;
        top: 1px;
    }

    .sidebar-title img {
        width: 30px;
    }

    .sidebar-title:before {
        content: "";
        left: 0px;
        width: 3px;
        height: 100%;
    }

.sidebar {
    padding: 0px !important;
}

    .sidebar li {
        width: 100%;
        border-radius: 0px 0px 0px 0px;
        transition: width .3s ease;
        line-height: initial !important;
        margin: 0px;
    }


        .sidebar li:before {
            content: "";
            background-color: #f39422;
            left: 0px;
            height: 100%;
            width: 4%;
            top: 0;
            position: absolute;
            transition: width .3s ease;
        }

        .sidebar li:after {
            content: "";
            width: 0;
            height: 0;
            border-top: 9px solid transparent;
            border-left: 12px solid #f39422;
            border-bottom: 9px solid transparent;
            right: -12px;
        }

        .sidebar li ul li.active:after, .sidebar li ul li ul li.active:after {
            content: "";
            width: 0;
            height: 0;
            border-top: 9px solid transparent;
            border-left: 12px solid #0f2d49;
            border-bottom: 9px solid transparent;
            right: -12px;
        }

        .sidebar li:hover:before {
            width: 100%;
        }

        .sidebar li:hover i {
            transform: scale(3) rotate(46deg);
            left: 0;
            opacity: 0.5;
        }

        .sidebar li.active {
            background-color: #0f2d49;
            overflow: unset;
        }

        .sidebar li a {
            display: block;
            padding: 14px 0 35px !important;
            cursor: pointer;
        }

.sidebar--big li a {
    padding: 13px 0;
}

.sidebar__img-area {
    width: 50px;
    float: left;
}

    .sidebar__img-area i {
        font-size: 19px;
        left: 22px;
        top: 2px;
        transition: .3s linear;
    }

.sidebar__content {
    width: calc(100% - 50px);
}

.sidebar__title {
    font-size: 14.5px;
}


/*-------------add-css-4-mar-21----------*/

#cssmenu ul ul {
    display: none;
}

.holder {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
}

    .holder::after,
    .holder::before {
        display: block;
        position: absolute;
        content: "";
        width: 6px;
        height: 6px;
        right: 20px;
        z-index: 10;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .holder::after {
        top: 17px;
        border-top: 2px solid #ffffff;
        border-left: 2px solid #ffffff;
    }

    .holder::before {
        top: 18px;
        border-top: 2px solid;
        border-left: 2px solid;
        border-top-color: inherit;
        border-left-color: inherit;
    }


#cssmenu ul ul li.has-sub > a::after {
    display: block;
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    right: 20px;
    z-index: 10;
    top: 5.5px;
    border-top: 2px solid #eeeeee;
    border-left: 2px solid #eeeeee;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.sidebar .has-sub li {
    border-top: 1px solid #666;
}

    .sidebar .has-sub li:before {
        height: 0;
        background: transparent;
    }

    .sidebar .has-sub li:hover, before {
        background: #0f2d49;
    }

    .sidebar .has-sub li a {
        font-size: 13px;
        color: #fff;
        margin: 15px 0 15px 15px;
        padding: 0 !important;
        text-decoration: none;
    }

li.has-sub.hhh {
    background: #0f2d49;
}

ul .gray li {
    background: #222d32;
    border-bottom: 1px solid #414141;
    padding-left: 25px;
    margin: 0;
}

    ul .gray li span {
        position: relative;
        padding-left: 15px;
    }

    ul .gray li a::before {
        content: "\f105";
        font-family: FontAwesome;
        color: #fff;
        position: absolute;
        left: 0;
    }

ul .introduction li span {
    padding-left: 40px;
    box-decoration-break: clone;
}
