html {
    scroll-behavior: smooth
}

body {
    font-family: "Gothic A1", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #283746;
    background-color: #fff;
}

@media(max-width:991px) {
    body {
        font-size: 1rem !important;
    }
    .dropdown.menu-dropdown button{
        margin: 5px 14px;
    }
}

html {
    scroll-behavior: smooth
}

a {
    color: #37b04a;
    text-decoration: none;
}

    a:hover {
        color: #002706;
    }


/*start-header*/
.navbar-nav .nav-item .nav-link {
    margin: 5px 14px;
    transition: 0.3s;
    font-weight: 700;
    font-size: 18px;
    border-bottom: 2px solid transparent;
}

.navbar-nav .nav-item:hover .nav-link {
    color: #37b04a;
    border-bottom: 2px solid #37b04a;
}

@media(max-width:991px) {
    .navbar-nav .nav-item .nav-link {
        margin: 5px 14px;
        padding: 2px 0;
    }
}


/*start-header*/

.list-circle li {
    position: relative;
}

    .list-circle li a {
        text-decoration: none;
        color: #3f3e3e;
        font-size: 13px;
        font-weight: 400;
        transition: all 0.5s;
    }

        .list-circle li a:hover {
            color: rgb(19, 121, 216);
        }

    .list-circle li::before {
        position: absolute;
        left: -15px;
        top: 9px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background-color: #615d5d;
        content: '';
    }

.menu-p {
    background-color: #fff;
    color: #443f35;
    padding: 4px 8px;
}

    .menu-p:hover {
        background-color: #daebfa;
        color: #443f35;
    }
/*end-header*/


.box-shadow {
    border-radius: 20px;
    box-shadow: rgba(17, 25, 46, 0.1) 0px 0px 0px 2px inset;
    border: 1px solid #e1e3e8;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 25px;
    background: rgb(249, 250, 254);
    transition: all 300ms linear 0s;
}

    .box-shadow:hover {
        box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    }

.green {
    background: linear-gradient(115deg, #37b04a, #0d841f);
    border-radius: 15px;
    box-shadow: 0 .5rem 1rem rgba(9, 90, 235, 0.15) !important;
}

    .green:hover {
        background: linear-gradient(115deg, #0d841f, #37b04a);
    }

.radius15 {
    border-radius: 15px;
}


/*Start Footer*/
footer {
    background-color: #003d0a;
    color: #fff;
}

    footer .copyright {
        background: #002706;
        color: #fff;
    }

    footer a {
        color: #ffffffdb;
    }

        footer a:hover {
            color: #95ffa6;
        }

.social-media a {
    position: relative;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    padding: .6rem !important;
    border: 1px solid #fff;
    margin: 0 5px;
}

.social-media .fb:hover {
    background: #3f64ac;
}

.social-media .twitter:hover {
    background: #080808;
}

.social-media .linkedin:hover {
    background: #0077b5;
}

.social-media .utube:hover {
    background: #f7343d;
}

ul.list_footer {
    list-style: none;
    padding: 0;
}

    ul.list_footer li {
        margin-right: 0;
        font-size: 16px;
        /*font-weight: 500;*/
        color: #6a737c;
        margin: 5px 0;
    }


.gotoTop {
    position: fixed;
    cursor: pointer;
    bottom: 30px;
    right: 30px;
    font-size: 20px;
    z-index: 999;
    width: 50px;
    height: 50px;
    line-height: 0;
    border-radius: 10px;
    background-color: #167926;
    text-align: center;
    z-index: 999 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: 1px solid #002706;
    color: #fff;
}

    .gotoTop:hover {
        color: #fff;
        background: #002706;
    }



.fadeinup {
    animation: fadeInUp 1s ease backwards;
}

@keyframes fadeInUp {
    0% {
        transform: translate(0px, 100px);
        opacity: 0;
    }

    100% {
        transform: translate(0px, 0);
        opacity: 1;
    }
}




.fadein {
    opacity: 0;
    transition: all 1.5s;
    transform: translate(0, 100px);
}

    .fadein.visible {
        opacity: 1;
        transform: translate(0, 0);
    }

.flex-list {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .flex-list li {
        padding: 3px 15px;
        background: #ebe8eb;
        border-radius: 50px;
        list-style: none;
        margin-right: 10px;
    }

.btn {
    border-radius: 30px;
    padding: 10px 50px;
}

.btn-green {
    background: linear-gradient(115deg, #37b04a, #0d841f);
    color: #fff;
    border: 2px solid #37b04a;
}

    .btn-green:hover {
        background: linear-gradient(115deg, #0d841f, #37b04a);
        border: 2px solid #37b04a;
        color: #ffffff;
    }

.btn-green-outline {
    background: #fff;
    color: #37b04a;
    border: 2px solid #37b04a;
}

    .btn-green-outline:hover {
        background: linear-gradient(115deg, #37b04a, #0d841f);
        border: 2px solid #4e2fda;
        color: #ffffff;
    }


.title {
    border-left: 5px solid #37b04a;
    padding-left: 10px;
}

.text-green {
    color: #37b04a
}

.bg-green {
    background-color: #37b04a
}

.bg-green30 {
    background-color: #d9ffe0
}



.accordion-item {
    border: none;
    margin: 20px 0;
    border-radius: 20px;
    overflow: hidden;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #37b04a;
    /*background-image: linear-gradient(to right, #08165b 0%, #121133 100%) !important;*/
    box-shadow: 0px 10px 30px rgba(0,0,0,.06);
    margin-bottom: 0 !important;
}

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    }

.accordion-button {
    font-weight: bold;
    background: #054ada;
    color: #fff;
    padding: 20px;
    box-shadow: 0px 10px 30px rgba(0,0,0,.06);
    /*margin-bottom: 25px;*/
}

    .accordion-button:after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb(255,255,255)'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
    }

.accordion-body {
    box-shadow: -10px 10px 30px rgba(0,0,0,.06);
    /*margin-bottom: 25px;*/
    background: #EAFFED;
}


.carousel button {
    border-radius: 50%;
}

.carousel-indicators [data-bs-target] {
    width: 15px !important;
    height: 15px !important;
    background-color: #37b04a;
}

.carousel-indicators .active {
    background-color: #37b04a;
}

.form-wrapper {
    background-color: #d9ffe0;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #167926;
}

.radius-15 {
    border-radius: 15px;
}
 
.dropdown.menu-dropdown button{
    background: none;
    color: #737373;
    font-weight: 600;
    padding: 0px;
    font-size: 18px;
    outline: none;
    border: none;
    margin: 5px 14px;
}
.dropdown.menu-dropdown button.show:focus, .dropdown.menu-dropdown button:active:focus{
    box-shadow: none !important;
}
.dropdown.menu-dropdown button:focus{
    box-shadow: none !important;
}
