*{
	margin: 0;
	padding:0;
	box-sizing: border-box;
}
body {
    font-family:Roboto,Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
    color: #666;
    background-color: #fff;
    line-height: 1.7em; 
	overflow-x:hidden;
/* 	width: 100%; */
}
    
.topbar1 {
        background-color: #c01d1c !important;
        color: white;
        border-bottom: 5px inset #410072;  
        padding: 7px;
    }
    
.topbar2 {
        background-color: #931615 !important;
        color: white;
        padding: 7px;
        border-bottom: 5px inset #080072;  
        
    }

 .blog-card {
        border: 1px solid #e0e0e0;
        border-radius: 10px;
        background-color: #fff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        margin-bottom: 20px;
    }
    
.blog-card img {
        width: 100%;
        height: auto;
    }
    .blog-card-body {
        padding: 20px;
    }
    .blog-card-footer {
        padding: 15px 20px;
        border-top: 1px solid #e0e0e0;
        background-color: #f9f9f9;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .blog-card-footer .stats {
        display: flex;
        gap: 10px;
        align-items: center;
    }
    .blog-card-footer .stats i {
        color: #6c757d;
    }
    .read-more {
        color: #007bff;
        text-decoration: none;
    }
    .read-more:hover {
        text-decoration: underline;
    }

   

    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5); /* Dark overlay effect */
    }

    .banner-content {
        position: relative;
        z-index: 1;
        text-align: center;
    }

    .breadcrumb {
        background: transparent;
        padding: 0;
    }

    .breadcrumb-item a {
        color: white;
    }

    .breadcrumb-item a:hover {
        color: #ccc;
    }

    .banner-title {
        font-size: 3rem;
        font-weight: bold;
    }

     /* Custom footer styling */
     .footer {
        background-color:#6B99E1; /* Dark background */
        color: #c5c7ca; /* Light grey text */
        padding: 40px 0;
    }

    .footer h4 {
        color: white; /* Heading color */
    }

    .footer p {
        font-size: 0.9rem; /* Smaller font size */
        color: whitesmoke;
    }

    .footer .latest-post, .footer .latest-comments {
        background-color: #33373b;
        padding: 10px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }

    .footer .latest-post img, .footer .latest-comments img {
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }

    .footer .contact-info i {
        margin-right: 10px;
    }

    .footer-bottom {
        background-color: #000103;
        color: #8f9196;
        text-align: center;
        padding: 20px 0;
        font-size: 0.9rem;
    }

    /* Custom Icon Styling */
    .footer .contact-info i {
        font-size: 1.2rem;
    }

    #testimonial {
        background-color: #2a2a72; /* Dark blue background */
        color: white;
        padding: 50px 0;
    }
    #testimonial h2 {
        text-align: center;
        margin-bottom: 40px;
        font-size: 2.5rem;
        font-weight: bold;
    }
    .testimonial-card {
        background: rgba(255, 255, 255, 0.1); /* Transparent background over dark blue */
        padding: 20px;
        border-radius: 10px;
        margin: 0 15px;
        text-align: left;
    }
    .testimonial-name {
        font-weight: bold;
        font-size: 1.25rem;
    }
    .testimonial-text {
        font-size: 1rem;
        line-height: 1.6;
    }

    .section-title {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 20px;
      }
      .section-content {
        margin-bottom: 40px;
      }
      .sidebar {
        background-color: #f1f1f1;
        padding: 20px;
        border-radius: 5px;
      }
      .sidebar h4 {
        font-size: 20px;
        margin-bottom: 20px;
      }
      .sidebar a {
        display: block;
        padding: 10px;
        background-color: #6B99E1;
        color: #fff;
        border-radius: 5px;
        text-decoration: none;
        margin-bottom: 10px;
        text-align: center;
      }
      .sidebar a:hover {
        background-color: #0056b3;
		color: white;
      }

      .hero-section {
        background-color: #d9e8ed; /* Light blue background color */

      }
      .hero-text {
        padding: 30px;
        display: flex;
        justify-content: center;
        flex-direction: column;
      }
      .hero-title {
        font-size: 36px;
        font-weight: bold;
        color: #1c3b5d;
      }
      .hero-description {
        font-size: 18px;
        color: #52575e;
        margin-top: 10px;
      }
      .breadcrumb {
        margin-top: 20px;
        background-color: transparent;
      }
      .breadcrumb a {
        text-decoration: none;
      }

      .nav-section {
        background-color: #1e3a8a;
        padding: 20px 0;
        border-radius: 8px;
      }
      
      .nav-item h5 {
        color: white;
        margin-top: 10px;
      }
      
      .nav-item i {
        font-size: 3rem;
      }
      
      h1 {
        color: #1e3a8a;
      }
      
      ul {
        /* list-style-type: none; */
        padding-left: 0;
       
      }
      
      ul li {
        margin-bottom: 10px;
      }
      
      section {
        background-color: #f8f9fa;
      }

      .card {
        border: none;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      }
      
      .card-title {
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 1rem;
      }
      
      .card-body .d-flex i {
        margin-right: 5px;
        color: #6c757d;
      }
      
      .featured-image img {
        width: 100%;
        border-radius: 5px;
      }
      
      .blog-content p {
        font-size: 1rem;
        line-height: 1.8;
        margin-bottom: 1.5rem;
      }
      
      .d-flex span {
        font-size: 0.9rem;
        color: #6c757d;
      }

      .custom-thumbnail {
        width: 100%; /* Ensure it takes full width of its container */
        height: 100px; /* Set your desired height */
        object-fit: cover; /* Ensures the image is cropped to fill the height and width */
    }
    
    .img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    
.entry-link {
  text-decoration: none; /* Removes the underline */
  color: inherit; /* Keeps the link color the same as the surrounding text */
}

.entry-link:hover {
  text-decoration: none; /* Ensures there's no underline on hover */
  color: #007bff; /* Optional: add a different color on hover */
}
.short-link a {
  text-decoration: none; /* Removes the underline from the links */
}

.short-link a:hover {
  text-decoration: none; /* Ensures no underline appears on hover */
  color: #ffc107; /* Optional: Add a hover color effect */
}

.faq-header {
  text-align: center;
  padding: 20px;
  background-color: #f8f9fa;
}

.accordion-button::after {
  content: '\25BC'; /* Down arrow symbol */
  font-size: 1rem;
  color: #000;
}

.accordion-button.collapsed::after {
  content: '\25BA'; /* Right arrow symbol */
}
