


.piechart {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-image: conic-gradient( pink 70deg, lightblue 0 235deg, orange 0 );
    align-items:center;
}
 /*Scrollbar*/
.custom-scrollbar::-webkit-scrollbar {
    width: 8px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: lightgrey;
    border-radius: 4px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}


/*--------------------------------------------------------------
# Nav
--------------------------------------------------------------*/
#header {
    background-color: #fda50f;
    border-bottom: none;
}

.navbar a,
.navbar a:focus {
    color: #FFFFFF;
}
* Mobile Navigation

.mobile-nav-toggle {
    color: var(--color-off-white-1);
    font-size: 1.75em;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }

}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(40, 58, 90, 0.9);
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 1em;
        right: 1em;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 3.4375em;
        right: 1em;
        bottom: 1em;
        left: 1em;
        padding: 0.625em 0;
        border-radius: 0.625em;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a,
    .navbar-mobile a:focus {
        padding: 0.625em 1.25em;
        font-size: 1em;
        color: #37517e;
    }

        .navbar-mobile a:hover,
        .navbar-mobile .active,
        .navbar-mobile li:hover > a {
            color: var(--color-baby-blue);
        }

    .navbar-mobile .getstarted,
    .navbar-mobile .getstarted:focus {
        margin: 1em;
        color: #37517e;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 0.625em 1.25em;
        padding: 0.625em 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0 0 1.875em rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 12.5em;
        }

        .navbar-mobile .dropdown ul a {
            padding: 0.625em 1.25em;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 0.75em;
            }

            .navbar-mobile .dropdown ul a:hover,
            .navbar-mobile .dropdown ul .active:hover,
            .navbar-mobile .dropdown ul li:hover > a {
                color: var(--color-baby-blue);
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
        visibility: visible !important;
    }


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    background-color: #fda50f;
    color: #FFFFFF;
}

#hero h1 {
    color: #FFFFFF;
}

#hero .btn-get-started {
    font-weight: 600;
    letter-spacing: 0.025rem;
    display: inline-block;
    padding: 0.85rem 1.75rem 0.9rem 1.75rem;
    border-radius: 5em;
    transition: 0.2s;
    color: #fff;
    background-color: var(--color-baby-blue);
}

#hero .btn-get-started:hover {
    background-color: var(--color-grey-blue);
}

@media (max-width: 575px) {
    #hero .btn-get-started {
        font-size: 16px;
        padding: 10px 24px 11px 24px;
    }
}




/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
    text-align: center;
    padding: 0;
    border-bottom: 1px solid var(--color-light-grey);
    border-top: 1px solid var(--color-light-grey);
}

.clients img {
    max-width: 70%;
}

@media (max-width: 768px) {
    .clients img {
        max-width: 40%;
    }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/

#about .content {
    width: 75%;
    margin: 0 auto;
}

#about ul {
    list-style: none;
    padding: 0;
}

#about .content ul li {
    padding-left: 1.75em;
    position: relative;
}

#about .content ul li + li {
    margin-top: 0.625em;
}

#about .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 1.5em;
    color: var(--color-baby-blue);
    line-height: 1;
}

#about .content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    #about .content {
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content, .why-us .accordion-list {
    padding-right: 6.25em;
}

.why-us .img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.why-us .accordion-list ul {
    padding: 0;
    list-style: none;
}

.why-us .accordion-list li+li {
    margin-top: 1em;
}

.why-us .accordion-list li {
    padding: 1.25em;
    background: #fff;
    border-radius: 0.25em;
}

.why-us .accordion-list a {
    display: block;
    position: relative;
    line-height: 1.5;
    font-weight: 500;
    padding-right: 1.875em;
    outline: none;
    cursor: pointer;
}

.why-us .accordion-list span {
    color: var(--color-baby-blue);
    font-weight: 600;
    font-size: 1.125em;
    padding-right: 0.625em;
}

.why-us .accordion-list i {
    font-size: 1.5em;
    position: absolute;
    right: 0;
    top: 0;
}

.why-us .accordion-list p {
    margin-bottom: 0;
    padding: 0.625em 0 0 0;
}

.why-us .accordion-list .icon-show {
    display: none;
}

.why-us .accordion-list a.collapsed {
    color: var(--color);
}

.why-us .accordion-list a.collapsed:hover {
    color: var(--color-baby-blue);
}

.why-us .accordion-list a.collapsed .icon-show {
    display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
    display: none;
}

@media (max-width: 1024px) {
    .why-us .content,
    .why-us .accordion-list {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .why-us .img {
        min-height: 25em;
    }

    .why-us .content {
        padding-top: 1.875em;
    }

    .why-us .accordion-list {
        padding-bottom: 1.875em;
    }
}

@media (max-width: 575px) {
    .why-us .img {
        min-height: 12.5em;
    }
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
#skills-progress {
    margin-top: 2em;
}

#skills .progress {
    height: 3.75em;
    display: block;
    background: none;
}

#skills .progress:not(:last-of-type) {
    margin-bottom: 1.5em;
}

#skills .progress .skill {
    padding: 0;
    margin: 0 0 0.375em 0;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
}

#skills .progress .skill .val {
    float: right;
    font-style: normal;
}

#skills .progress-bar-wrap {
    background: #e8edf5;
    height: 0.625em;
}

#skills .progress-bar {
    width: 1px;
    height: 0.625em;
    transition: 0.9s;
    background-color: var(--color-gold);
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
#cta {
    background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../img/cta-bg.jpg") scroll center center;
    background-size: cover;
    padding: 7.5em 0;
    color: #fff;
}

#cta .section-title {
    padding-bottom: 1em;
}

#cta .section-title h2 {
    color: #fff;
}

#cta #cta-btn {
    font-weight: 600;
    letter-spacing: 0.025rem;
    display: inline-block;
    padding: 0.85rem 1.75rem 0.9rem 1.75rem;
    border-radius: 5em;
    transition: 0.2s;
    color: var(--color-navy-2);
    background-color: #FFFFFF;
}