.bg-green{
    background-color: #33cc33 !important;
    background-color: #023102 !important;
    background-color: #FBD15B !important; 
}
.txt-white{
    color: #fff !important;
}

.top_menu_bg {
    background: #ffffff !important;
    padding: 10px 20px;
    border-radius: 30px;
}
#main-menu ul li a {
    color: #023102 !important;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 16px;
    padding: 24px 0 26px;
    display: block;
}
#main-menu ul li > a:hover, #main-menu ul li > a:focus {
    color: #33cc33 !important;
}
.btn_two {
    color: #ffffff !important;
    padding: 12px 30px;
    border: 2px solid #fff !important;
    font-weight: 600;
    display: inline-block;
    border-radius: 100px;
    font-size: 16px;
    transition: 0.3s;
    background: #023102 !important;
}
.btn_two:hover {
    color: #023102 !important;
border: 2px solid #023102 !important;
    background: #fff !important;
}
.fc {
    margin-top: 60px;
    /* background: #2b2a5e; */
    padding-top: 40px;
    border-top: 1px solid #33cc33 !important;
}
.sa_one {
    background: #33cc33 !important; 
}
.sa_two {
    background: #023102 !important;
}
.sa_three {
    background: #33cc33 !important; 
}
#navigation.navbar-fixed {
    background: #ffffff !important;
    margin-top: 0px;
    padding: 0px;
}
.contact_area .form .form-group label span {
    color: #ff2c18;
    display: inline-block;
    /*position: absolute;*/
    right: -12px;
    top: 4px;
    font-size: 16px;
}
.insfreecourse {
    background: #023102 !important;
    padding-bottom: 30px;
}
.shopping-summery thead {
    background: #023102 !important;
    color: #fff;
}
.shopping-summery tbody .product-name a:hover {
    color: #33cc33 !important; 
}
.footer {
    background: #023102 !important;
}
.gen img{
    width: 100% !important;
    height: 250px !important;
    overflow: hidden;
    background-size: cover;
}
.course-slide2 .course-img2 img {
    width: 100%;
    height: 220px !important;
}
.topcontrol {
    z-index: 1 !important;
}


.donate-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #023102; /* Change this to your preferred color */
    color: white;
    padding: 10px 20px;
    border-radius: 30px; /* Adjust this for a more or less rounded button */
    border: 2px solid #33cc33;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
    animation: shake 0.5s infinite;
}
.donate-button:hover {
    background-color: #33cc33; /* Change this for a different hover color */
    border: 2px solid #023102;
}
.donate-button i {
    margin-right: 8px; /* Space between icon and text */
}

@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
}

@media (max-width: 991px){
    .donate .container .donate-wrap {
        position: relative !important;
        bottom: 0 !important;
    }
    .donate {
        padding: 0;
        margin-top: 0;
        background-color: #33cc33 !important;
    }
    .theme-btn-s2 {
        display: none;
    }
    .instagram {
        display: none;
    }
    .gal2 {
        display: block;
    }
}

@media (min-width: 100px) and (max-width: 600px) {
    .top_menu_bg {
        background: none !important; 
    }
    .kenburns_061_slide > h3{
    margin: 5px 0;
    font-size: 12px;
    display:none;
  }
  .site-logo img {
    width: 100px;
    height: auto;
    margin-top: 10px;
    }
    .kenburns_061_slide {
        top: 0% !important;
        width: 100%;
    }
}
