.testimonial-slider .owl-nav {
    display: none;
}

.testimonial-slider .owl-dots{
    text-align: center;
}
.testimonial-slider .owl-dots button{
    border: 0;
    background: unset;
}

.testimonial-slider .owl-dots{
    margin-top: 30px;
}
.gallery-item{
    padding: 0;
}

.navbar-right.slideInn {
    right: 0 !important;
}

.services-section-s2 .owl-theme .owl-nav button{
    position: absolute;
    top: 50%;

    border: 0;
    background-color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    color: #323434;
    -webkit-box-shadow: 0px 6px 53.01px 3.99px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 6px 53.01px 3.99px rgba(0, 0, 0, 0.08);
}

.services-section-s2 .owl-theme .owl-nav button.owl-prev {
    left: -25px;
}
.services-section-s2 .owl-theme .owl-nav button.owl-next {
    right: -25px;
}
.site-footer .container{
    position: relative;
}
.lemonfoot {
    margin: 40px 0 0;
}
.lemon {
    overflow: auto;
    list-style-type: none;
}
.lemon li {
    line-height: 20px;
    float: left;
    margin-right: 0px;
    border-right: 1px solid #aaa;
    padding: 0 20px;
    margin: 5px 0px;
}
.lemon li a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.5s ease;
}

.lemon li a:hover {
    color: #e5e100;
  }

  .lemon li.active a {
    font-weight: bold;
    color: #333;

      }
      
      
      .contact-pic img{
          height:810px;
      }
      
      .blog-card{
          border-radius:5px;
          border:1px solid #ccc;
          padding:3px;
          margin:15px 0;
      }
      
      .blog-card .card-body{
          padding:15px;
      }
       .blog-card h5{
         font-size:16px;
      }
      .blog-card .btn{
          background: #e5e100;
    padding: 10px 12px;
    color: #000;
    border: 0;
      }
      .blog-det-img img{
              object-fit: cover;
    height: 450px;
    width: 100%;
      } 
      .blog-content h2{
          font-size:24px;
      }
      
      .blog-content h3, .blog-content h4, .blog-content h5{
          font-size:18px;
      }
      
      .blog_pager {
           
  display: flex;
  justify-content: center; /* or flex-start, space-between, etc. */
  align-items: center;     /* or flex-start, flex-end, etc. */
  gap: 1rem;               /* spacing between flex items */
}
.blog-content img{
    width:100%;
    height:450px;
    object-fit:cover;
}
.blog_pager nav span {
           
       margin:10px;       
 
}

.blog_pager nav a {
           
       margin:10px;              /* spacing between flex items */
}

     .flex, .d-flex {
           
  display: flex;              /* spacing between flex items */
}
.gap-15{
    gap:15px;
}
.mb-3{
    margin-bottom: 15px;
}





  .sec-center {
      font-family: 'Inter', sans-serif;
      background-color: #f8f9fa;
      color: #333;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100vh;
      text-align: center;
      padding: 20px;
    }
 

    .sec-center h1 {
      font-size: 6rem;
      font-weight: 700;
      color: #e5e100;
    }

    .sec-center h2 {
      font-size: 1.8rem;
      margin: 20px 0;
    }

    .sec-center p {
      margin: 10px 0 30px;
      font-size: 1rem;
      color: #666;
    }

    .sec-center a {
      text-decoration: none;
      color: #000;
      background-color: #e5e100;
      padding: 12px 24px;
      border-radius: 8px;
      font-weight: 600;
      transition: background-color 0.3s ease;
    }

    .sec-center a:hover {
      background-color: #0056b3;
    }
    
    .contact-section .details .icon{
           display: flex;
    align-items: center;
    justify-content: center; 
    }
