.txt-white{
    color: #fff !important;
}
.txt-bk{
    color: #130646 !important; 
}
.txt-justify{
    text-align:justify !important;  
}
.it-about-5-content p {
    font-size: 20px !important;
    letter-spacing: -0.01em;
    color: #686868;
    text-align:justify !important;
}
.it-service-thumb img {
    width: 100%; 
    border-radius: 20px;
    transition: 1.3s all ease;
    height: 250px !important;
}
.it-breadcrumb-list i {
    font-style: normal;
    color: #066beb !important;
}
.theme-bg {
    background: #066beb !important;
}
.it-section-subtitle {
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #066beb !important;
    text-transform: capitalize;
    padding-bottom: 15px;
}
.it-section-subtitle {
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #066beb !important;
    text-transform: capitalize;
    padding-bottom: 15px;
}
.it-contact-overley::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: rgb(213 3 33) !important;
}
.it-service-2-icon span {
    font-size: 40px;
    height: 90px;
    width: 90px;
    line-height: 95px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: var(--it-common-white);
    color: #066beb !important;
    border: 1px solid #066beb !important;
}
.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: -10%;
    right: 50px;
    font-size: 16px;
    z-index: 9;
    text-align: center;
    border-radius: 50%;
    color: var(--it-common-white);
    cursor: pointer;
    background: #066beb!important;
    transition: 1s ease;
    border: none;
}
.it-hero-title span {
    color: #fa9caa !important;
}
.it-breadcrumb-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    background-color: #ffd9df !important;
}
.active{
    color: #066beb !important;
}
.donate-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #33cc33; /* Change this to your preferred color */
    color: white;
    padding: 20px 20px;
    border-radius: 50%; /* Adjust this for a more or less rounded button */
    border: 2px solid #023102;
    text-decoration: none;
    font-size: 28px;
    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 2s infinite;
    z-index: 1000;
}
.donate-button:hover {
    background-color: #023102; /* Change this for a different hover color */
    border: 2px solid #33cc33;
}
.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); }
}
