﻿.footer-list {
    color: darkslategray;
    font-size: 10px;
    margin: 0;
    padding: 0;
    line-height: normal;
}



@-webkit-keyframes headerbuttons {
    0% {
        background-color: #328f50;
    }

    100% {
        background-color: #33cc6b;
    }
}

@keyframes headerbuttons {
    0% {
        background-color: #328f50;
    }

    100% {
        background-color: #33cc6b;
    }
}


.header-top-btn {
    color: #fff;
    -webkit-animation: headerbuttons 1s ease-in-out infinite alternate both;
    animation: headerbuttons 1s ease-in-out infinite alternate both !important;
}

.mobile-header {
    display: none;
    width: 100%;
    height: 45px;
    background: #000;
    position: fixed;
    z-index: 999999;
}



    .mobile-header ul {
        width: 100%;
        height: 100%;
    }

        .mobile-header ul li {
            display: table;
            float: left;
            width: 50%;
            height: 100%;
            text-align: center;
        }

            .mobile-header ul li a {
                display: table-cell;
                vertical-align: middle;
                width: 100%;
                height: 100%;
                text-align: center;
            }

.mobile-green-header-btn {
    background-color: #3cde87;
}

.mobile-blue-header-btn {
    background-color: #29d9e6;
}

.header-top-mobile-button {
    display: block;
    width: 100%;
    height: 100%;
    color: white;
}

@media(max-width:900px) {



    .header-top {
        display: none !important;
    }


    .mobile-header {
        display: block;
    }

    .sticky-header {
        top: 45px !important;
    }
}

.header-top-btn i {
    color: #fff !important;
}


.blog-image {
    height: 500px;
    width: 100%;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset black 0px 0px 60px -5px;
    border-radius: 14px;
}



.banner-slide .outer-box .auto-container .content-box h1 {
    background-color: #00000087 !important;
    font-size:55px;
    line-height:normal !important;
    text-align:center;
    border-radius:25px;
    padding:15px !important;
    margin:0px !important;
    width:fit-content;
}