.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: break-spaces;
}

.topbar {
    padding: 6px 0;
    color: #fff;

}

.topbar .social li a {
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}

.top-contact .fa {

    border: 1px solid #57aedb;
    color: #fff;

}

.top-contact a:hover {
    color: #fff;
}

.copyright.style-v2 {

    color: #fff;
}

.cp-widget-button__inner {
    height: 50px;
    width: 50px;
    /* line-height: 50px; */
    background: #8C3061;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    padding: 18%;
}

.has-bg:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #1a4c67;
    opacity: .5;
    z-index: 1;
}

.section-pad-lg {
    padding-top: 70px;
    padding-bottom: 70px;
}

.navbar-nav>li>a {

    padding: 10px 14px;
}

.site-header .navbar {
    z-index: 999999;
}

.accordion {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.aos-wrapper {
    overflow: hidden;
    position: relative;
    /* Make sure it's positioned properly */
}

.accordion-item {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.s-li ul li,
ol li {

    list-style: disc;
    margin-left: 25px;

}

.accordion-header {
    padding: 15px;
    background-color: #57aedb;
    color: white;
    cursor: pointer;
    font-size: 16px;
    border: none;
    text-align: left;
    width: 100%;
    border-radius: 5px;
}

.accordion-body {
    padding: 15px;
    display: none;
    background-color: #f1f1f1;
    border-top: 1px solid #ddd;
    transition: max-height 1s ease-out;
}

.accordion-button:after {
    content: '\002B';
    float: right;
    font-size: 20px;
}

.accordion-button.collapsed:after {
    content: '\2212';
}

.menu-scroller {
    height: 400px !important;
    overflow: scroll !important;
}

.navbar-nav .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow-y: unset;
}

.navbar-nav .dropdown-menu li:hover:nth-last-child(3) .dropdown-menu {
    opacity: 1;
    visibility: visible;
    height: 170px;
    overflow-y: auto;
}

.navbar-nav .dropdown-menu li:hover:nth-last-child(4) .dropdown-menu {
    opacity: 1;
    visibility: visible;
    height: 220px;
    overflow-y: auto;
}

.feature h3.lead,
.feature h4.lead {
    font-size: 1em;
    opacity: 1;
    color: #40454b;
    text-transform: capitalize;
}

@media only screen and (max-width: 600px) {
    .menu-scroller {
        height: 100% !important;
        overflow: unset !important;
    }
}