.lds-facebook,
.lds-facebook div {
  box-sizing: border-box;
}
.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: currentColor;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0s;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}



#slider li.flex-active-slide:hover {
     cursor: pointer;
}

#carousel.flexslider li {
    cursor: pointer;
}


/*Paginition*/

/* Pagination Container */
.pagination {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    padding: 10px 0;
}

/* Individual Pagination Item */
.pagination .page-numbers {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 14px;
    padding: 8px 12px;
    margin: 0 5px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Active Pagination Item */
.pagination .current {
    background-color: #00274c;
    color: #fff;
    border-color: #00274c;
    font-weight: bold;
}

/* Hover State for Pagination */
.pagination .page-numbers:hover {
    background-color: #00274c;
    color: #fff;
}

/* Previous and Next Button */
.pagination .prev, .pagination .next {
    background-color: #00274c;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    padding: 8px 12px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Previous and Next Button Hover */
.pagination .prev:hover, .pagination .next:hover {
    background-color: #00274c;
    color: #fff;
}

/* Disable Pagination Buttons */
.pagination .disabled {
    background-color: #f4f4f4;
    color: #ccc;
    cursor: not-allowed;
    border: 1px solid #ddd;
}

/* Responsive Pagination for smaller screens */
@media (max-width: 600px) {
    .pagination {
        flex-direction: column;
        align-items: center;
    }

    .pagination .page-numbers {
        margin: 5px 0;
    }
}




/*custom footer newsletter */


.blog-footer-newsletter {
    background-color: #f8f8f8;
    padding: 30px;
    text-align: center;
    border-top: 1px solid #ddd;
    margin-top: 30px;
}

.blog-footer-newsletter form {
    display: inline-block;
    margin-top: 15px;
}

.blog-footer-newsletter input[type="email"] {
    padding: 10px;
    font-size: 16px;
    width: 300px;
    margin-right: 10px;
}

.blog-footer-newsletter button {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #0073e6;
    color: white;
    border: none;
    cursor: pointer;
}

.blog-footer-newsletter button:hover {
    background-color: #005bb5;
}


/* Container for newsletter form */
.blog-footer-newsletter {
    background: #f9f9f9;
    padding: 40px 30px;
    margin-top: 40px;
    border: 1px solid #ddd;
    border-radius: 6px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Form heading */
.blog-footer-newsletter .newsletter-heading {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
    color: #222;
}

/* Style input fields */
.blog-footer-newsletter input[type="text"],
.blog-footer-newsletter input[type="email"] {
    width: 100%;
    max-width: 100%;
    padding: 14px 16px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
}

/* Style submit button */
.blog-footer-newsletter button[type="submit"] {
    background-color: #0073e6;
    color: white;
    padding: 14px 28px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: inline-block;
}

/* Button hover */
.blog-footer-newsletter button[type="submit"]:hover {
    background-color: #005bb5;
}

/* Align button center */
.blog-footer-newsletter .forminator-button {
    text-align: center;
    display: block;
    width: 100%;
}

/* Remove unnecessary form labels if needed */
.blog-footer-newsletter .forminator-label {
    display: none;
}

.newsletter-heading {
    font-size: 26px;
    margin-bottom: 20px;
    color: #0073e6;
    font-weight: 600;
    text-align: center;
}