/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #CFD31A;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #bbbe0a;
}

/*back to top*/

.back-top.btn-show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

back-top i {
    font-size: 12px;
    color: #ffffff;
    margin: 0 !important;
    display: block;
}

.back-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 13px 13px !important;
    position: fixed !important;
    bottom: 25px;
    right: 25px;
    border-radius: 3px;
    display: block;
    text-align: center;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-grad.active,
.btn-grad:active,
.btn-grad:focus,
.btn-grad:hover {
    color: #ffffff;
    background-position: left bottom;
    box-shadow: none;
}

.btn-grad {
    color: #ffffff;
    background: linear-gradient(150deg, #54C494 0%, #CFD31A 50%, #54C494 100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-size: 260% 100%;
    background-position: right bottom;
    border: 0;
    line-height: 0;
}

/*back to top - end*/

.amotext-gradient {
    background: linear-gradient(150deg, #54C494 0%, #CFD31A 50%, #54C494 100%);
    -webkit-text-fill-color: transparent !important;
    -webkit-background-clip: text !important;
}

.circle-1 {
    border-radius: 50%;
    height: 92px;
    width: 92px;
    line-height: 0px;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(150deg, #54C494 0%, #CFD31A 50%, #54C494 100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-size: 260% 100%;
    background-position: right bottom;
    border: 0;
    line-height: 0 !important;
}

/*--CSS--*/
.block {
    text-align: center;
    vertical-align: middle;
}

/*
.circle-lg {
    border-radius: 200px;
    color: white;
    height: 200px;
    font-weight: bold;
    width: 200px;
    display: table;
    margin: 20px auto;
}
*/
/*
.circle-lg p {
    vertical-align: middle;
    display: table-cell;
}

.circle-lg {
    border-radius: 50%;
    height: 200px;
    width: 200px;
    padding: 10px;
    text-align: center;
    color: #000;
    background: #fff;
    border: 6px solid #ddd;

    font-weight: bold;
    width: 200px;
    display: table;
    margin: 20px auto;
}*/

.circle-lg {
    width: 200px;
    height: 200px;
    border: double 5px transparent;
    border-radius: 50%;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #CFD31A, #54C494);
    background-origin: border-box;
    background-clip: content-box, border-box;
    font-weight: bold;
    display: table;
    margin: 20px auto;
    box-shadow: none;
}

.circle-lg p {
    vertical-align: middle;
    display: table-cell;
}

.circle-lg:hover {
    color: #bbbe0a;
}



.ellipse {
    background-color: #fff;
    border: 2px solid #bbbe0a;
    height: 300px;
    width: 180px;
    border-top-left-radius: 45%;
    border-top-right-radius: 45%;
    border-bottom-left-radius: 40%;
    border-bottom-right-radius: 40%;

}

/*shape*/

.amo_shape {
    background-color: #fff;
    border-radius: 200px;
    box-shadow: none;
    padding: 25px 0 25px 0px;
    width: 170px;
    border: 1px solid #CFD31A;
}

.amo_shape:hover {
    background-color: #CFD31A !important;
    border-radius: 200px;
    box-shadow: none;
    padding: 25px 0 25px 0px;
    width: 170px;
    border: 1px solid #CFD31A;
}

.amo_shape:hover .circle-small {
    color: #000;
    background: #fff;
}

.amo_shape .circle-small {
    border-radius: 50%;
    height: 32px;
    width: 32px;
    line-height: 0px;
    color: #000;
    background: #CFD31A;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-size: 260% 100%;
    background-position: right bottom;
    border: 0;
    line-height: 0 !important;
}

.footer-top-img {
    height: 320px;
}

.b-height {
    min-height: 300px;
}

@media all and (max-width: 480px) {

    html,
    body {
        overflow-x: hidden;
    }

    .footer-top-img {
        height: 100px !important;
    }

    .navbar-collapse {
        flex-basis: 100%;
        z-index: 10 !important;
        flex-grow: 1;
        align-items: center;
        position: absolute;
        background-color: #f8f9fa;
        width: 100%;
        top: 100px;
        left: 0px;
        padding: 16px;
    }

    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .show>.nav-link {
        color: rgba(0, 0, 0, .9);
        border-bottom: 3px solid #000;
        display: inline-flex;
    }

    .b-height {
        min-height: 240px;
    }
}

.footer-border {
    border-top: 1px solid #707070;
    color: #ddd;
}

.social-ico {
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: linear-gradient(150deg, #54C494 0%, #CFD31A 50%, #54C494 100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-size: 260% 100%;
    background-position: right bottom;
    border: 0;
    line-height: 0;
    padding: 6px 8px;
}

.social-ico:hover {
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: transparent;

    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-size: 260% 100%;
    background-position: right bottom;
    border: 0;
    line-height: 0;
    padding: 6px 8px;
}

.amo-link {
    color: #ddd;
}

.amo-link:hover {
    color: #CFD31A;
}




.process-advance .process-border {
    position: relative;
    width: 100%;
    z-index: 1;
}

.process-advance .border-start:before {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: calc(50% + 30px);
    border-top-width: 1px;
    border-top-style: solid;
    margin-top: -1px;
    left: -30px;
    border-color: #dfe2e5 !important;
    z-index: -1;
}

.process-advance .border-end:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: calc(50% + 30px);
    border-top-width: 1px;
    border-top-style: solid;
    margin-top: -1px;
    right: -30px;
    border-color: #dfe2e5 !important;
    z-index: -1;
}

.process-advance .process-number {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}








#waveCanvas {
    height: 500px !important;
    width: 100% !important;
}

.pattern-overlay-1 {
    position: relative;
    z-index: 1;
}

.h-xl-900 {
    height: 900px !important;
}

.pattern-overlay-1::before {
    content: "";
    background: url('../images/bg-anima.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
}


.bg-grad {
    background: linear-gradient(150deg, #54C494 0%, #CFD31A 100%);
}