

        body {
            font-family: 'Poppins', sans-serif;
        }


h1{
 font-size: 2vw ! important; 
    font-weight: 400;
        font-family: ui-rounded;
}
h2{
  font-size: 2.5vw ! important;  
    font-weight: 400; 
        font-family: ui-rounded;
}
h3{
     font-size: 1.8vw ! important;  
    font-weight: 400; 
        font-family: ui-rounded;
    
}h4{
     font-size: 20px ! important;  
    font-weight: 400; 
    
}h5{
     font-size: 18px ! important;  
    font-weight: 400; 
    
} p{
     font-size: 1vw ! important;  
    font-weight: 400; 
    
}

.text-gradient{
        background: linear-gradient(141deg, #00568e, #f16c20);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 35px ! important;
}

.container-fluid{
    width: 100%;
    max-width: 100%;
    padding: 80px 40px;
}



@media only screen and (max-width: 600px) {
  h1{
 font-size: 26px ! important; 
    font-weight: 400;
        font-family: ui-rounded;
}
h2{
  font-size: 24px  ! important;  
    font-weight: 400; 
        font-family: ui-rounded;
}
h3{
     font-size: 22px ! important;  
    font-weight: 400; 
        font-family: ui-rounded;
    
}h4{
     font-size: 20px ! important;  
    font-weight: 400; 
    
}h5{
     font-size: 18px ! important;  
    font-weight: 400; 
    
}  
    
    
    
  p{
     font-size: 14px ! important;  
    font-weight: 400; 
    
   }
    
  .container-fluid{
    width: 100%;
    max-width: 100%;
    padding: 80px 10px;
   }
    
    
    
}


.section_heading{
        position: relative;
    z-index: 9999;
    text-align: center;
    margin-bottom: 30px;
}
.section_heading h2{
        text-align: center;
     
      color: #2e49a4;
      margin-bottom: 10px;
}
.section_heading p{
       text-align: center;
    
      color: #666;
      margin-bottom: 40px;
  
}



.mytitle {
      text-align: center;
     
      color: #2e49a4;
      margin-bottom: 10px;
    }

.mysubtitle {
      text-align: center;
    
      color: #666;
      margin-bottom: 40px;
    }





        

.text_gradient {
    background: linear-gradient(to right, rgba(54, 81, 169, 1) 0%, rgba(248, 228, 201, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
   
}

img{
    width: 100%;
}


.overlay {
               position: absolute;
    inset: 0;
    /* background: linear-gradient(to bottom right, rgba(0, 123, 255, 0.6), rgba(0, 80, 160, 0.7)); */
    z-index: 1;
    background-image: linear-gradient(181deg, #92929d00, #88888d00, #00568eba, #00568e0f);
    background-color: transparent;
    mix-blend-mode: multiply;
    top: 0;
        }

         .mtbtn {
                padding: 15px 30px ! important;
    border-radius: 10px;
    background-color: white;
    color: #f16c20;
    border: 1px solid #af563340;
    outline: none;
    box-shadow: none;
        } 
         
         .mtbtn:hover{
             background-color: #2f4695;
            color:white;
        }

        .logo {
            display: flex;
            align-items: center;
        }

        .logo img {
            height: 40px;
            margin-right: 10px;
        }







/* Common */
header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 10px;
            background: transparent;
            position: fixed;
            width: 100%;
            z-index: 1000;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
        }
.logo img {
    height: 60px;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul li a {
    text-decoration: none;
   
}

/* Mobile Header */
.mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px;
    width:100%;
}

.menu-toggle {
    font-size: 26px;
    cursor: pointer;
}

/* Sidebar */
.sidebar {
    position: fixed;
    top: 0;
    left: -260px;
    width: 260px;
    height: 100%;
    background: #fff;
    box-shadow: 0 0.25rem 0.75rem 0 rgba(34, 48, 62, 0.14);
    padding-top: 60px;
    transition: left 0.3s ease;
    z-index: 9999;
}
.sidebar.open {
    left: 0;
}
.sidebar ul li {
    border-bottom: 1px solid #eee;
}
.sidebar ul li a {
    display: block;
    padding: 15px 20px;
    color: white;
}
.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
}

/* Desktop Navigation (Hidden on Mobile) */
.desktop-nav {
    display: none;
}
.desktop-nav ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 10px 20px;
}
.desktop-nav ul li a {
    padding: 7px 15px;
    color: white;
    
}

.desktop-nav ul li a:hover{
  color: #ffffff ! important;
    background-color: #00568f91;
    border-radius: 30px;
    transition: 0.3s;
    
}

.desktop-nav ul li a.active {
    color: #ffffff ! important;
    background-color: #00568f;
    border-radius: 30px;
}

.desktop-header {
        display: none;
    }

/* Responsive Behavior */
@media (min-width: 768px) {
    header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0px 40px;
            background: transparent;
            position: fixed;
            width: 100%;
            z-index: 1000;
         
        }
    
    
    .menu-toggle,
    .sidebar {
        display: none;
    }

    .desktop-nav {
        display: block;
    }
    
    .desktop-header {
        display: block;
    }

    .mobile-header {
        display: none;
    }
    
    
  
    
}

@media only screen and (max-width: 768px) {
    
      .sidebar ul li a {
    display: block;
    padding: 15px 20px;
    color: #212121 ! important;
}
    
    
}


/*
        nav ul {
            display: flex;
            list-style: none;
            gap: 20px;
        }

        nav ul li a {
               text-decoration: none;
    color: #202122;
    font-weight: 400;
    padding: 5px 10px;
    transition: all 0.3s ease;
        }

        nav ul li a.active {
            background: #00568e;
            color: #fff;
            border-radius: 6px;
        }
*/

        .swiper {
            width: 100%;
            height: auto;

        }

        .swiper-slide {
            background-size: cover;
            background-position: center;
            position: relative;
        }

        .swiper-slide::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
        }

        .slide-content {
             position: absolute;
    left: 0;
    bottom: 100px;
    color: #fff;
    /* max-width: 91%; */
    z-index: 10;
    padding: 10px 80px;
        }


.typing {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid;
  animation: typing 3s steps(22), blink 0.7s step-end 5;
    letter-spacing: 3px;
}

@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

@keyframes blink {
  50% { border-color: transparent; }
}

        .slide-content h2 {
            
            line-height: 1.3;
        }

        .slide-content p {
            margin-top: 15px;
           
            color: #e0e0e0;
        }

        .side-label {
                     position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    background: #00568e;
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    left: -109px;
    z-index: 9999;
    cursor: pointer;
    font-size: 12px;
    width: 245px;
    height: 40px;
    text-align: center;
        }

        .side-label.right {
               right: -107px;
    left: auto;
    transform: translateY(-50%) rotate(90deg);
        }

        .bottom-circle {
            position: absolute;
            bottom: 30px;
            left: 30px;
            background: #6a67f3;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            z-index: 10;
        }

        .swiper-button-next,
        .swiper-button-prev {
            color: #fff;
        }
.swiper-pagination {
    position: absolute;
    text-align: right;
    transition: .3s opacity;
    padding-right: 40px;
    transform: translate3d(0,0,0);
    z-index: 10;
}
        .swiper-pagination-bullet {
            background: #fff;
            opacity: 0.6;
                width: 30px;
    height: 5px;
    border-radius: 5px;
        }

        .swiper-pagination-bullet-active {
            background: #2a2aee;
            opacity: 1;
        }


.mybanner img{
    width: 100%;
    height: auto;
    object-fit: cover;

}


.inner_page_banner_heading{
    
    font-size: 40px ! important;
    overflow: hidden;
    
}
.inner_page_banner_heading span{
        display: inline-block;
    width: 400px;
    height: 1px;
    background-color: white;
    /* line-height: 20px; */
    /* margin-top: 31px; */
    /* position: relative; */
    /* top: 0; */
    margin-bottom: 10px;
    
    
}



@media only screen and (max-width: 600px) {
    
    .side-label {
                    display: none;
        }
    
    
    .slide-content {
    
    bottom: 29px;
    color: #fff;
    /* max-width: 91%; */
    z-index: 10;
    padding: 10px 20px;
}
    
   .mybanner img{
    width: 100%;
    height: 469px;
    object-fit: cover;

}
    
    .mybanner .banner-text h1{
  font-size: 45px ! important;
} 
    
    .mybanner .banner-text p{
  font-size: 20px ! important;
} 
    
    
    
    .inner_page_banner_heading span{
        
        display: none;
    }
    
}



/*
******************************************************
******************************************************
*/

    
       

        .product-info {
            text-align: center;
        }

        .product-info .section-title {
          
            margin-bottom: 10px;
            color: #00568e;
        }

        .product-info .section-subtitle {
            max-width: 800px;
            margin: 0 auto 30px;
         
            color: #555;
        }

        .product-info .card-container {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 20px;
        }

        .product-info .card {
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
            max-width: 100%;
            padding: 0px;  
            
            text-align: center;
            transition: transform 0.3s ease;
            animation: fadeInUp 1s ease forwards;
        }

        .product-info .card img {
            width: 100%;
            border-radius: 10px;
            height: 160px;
            object-fit: cover;
        }

        .product-info .card h3 {
         
            margin: 15px 0 10px;
        }

        .product-info .card p {
          
            color: #444;
            margin-bottom: 15px;
        }

        .product-info .details-btn {
            background-color: #f6f6ff;
            color: #2a2aee;
            border: 1px solid #ccc;
            padding: 8px 16px;
            border-radius: 20px;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .product-info .details-btn span {
            margin-left: 5px;
            transition: transform 0.3s;
        }

        .product-info .details-btn:hover span {
            transform: translateX(5px);
        }

        .product-info .details-btn:hover {
            background-color: #e5e5ff;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .product-info .overlay {
               position: absolute;
    inset: 0;
    /* background: linear-gradient(to bottom right, rgba(0, 123, 255, 0.6), rgba(0, 80, 160, 0.7)); */
    z-index: 1;
    background-image: linear-gradient(181deg, #92929d00, #88888d00, #00568eba, #00568e0f);
    background-color: transparent;
    mix-blend-mode: multiply;
    top: 0;
           
        }



.product-info .overlay:hover{
   
    
       
    background-color: #1c2d74c9;
  
    transition: 0.5s;
    
}



.product-info .card-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
   width:100%;
    padding: 20px;
}

.product-info .card {
    position: relative;
    width: 100%;
    height: 320px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    color: white;
    margin-bottom: 15px;
}

.product-info .overlay {
       position: absolute;
    inset: 0;
    /* background: linear-gradient(to bottom right, rgba(0, 123, 255, 0.6), rgba(0, 80, 160, 0.7)); */
    z-index: 1;
    background-image: linear-gradient(178deg, #88888d30, #88888d30, #2a2aee73, #2a2aee);
    background-color: transparent;
    mix-blend-mode: multiply;
    top: 0;
}

.product-info .card-content {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.product-info .card-content h3 {
  
   
    margin-bottom: 8px;
}

.product-info .card-content p {
   
    margin-bottom: 12px;
    color: white;
}

.product-info .details-btn {
    padding: 6px 14px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    cursor: pointer;

    transition: background-color 0.3s ease;
}

.product-info .details-btn:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

/* Optional fade-in effect */
.product-info .fade-in {
    animation: fadeInUp 0.6s ease both;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/*
******************************************************
******************************************************
*/

    





    #aboutus {
     
      color: #333;
       background-color: #f4f4f8;
    }

    #aboutus .container-fluid {
      display: flex;
      flex-wrap: wrap;
      
      justify-content: center;
      
      
      margin: auto;
    }

#aboutus .left{
    flex: 1 1 500px;
      padding: 20px;
        padding-left: 0px;
}

    
    #aboutus .right {
      flex: 1 1 500px;
      padding: 20px;
        padding-right: 0px;
    }

    #aboutus .left h1 {
      color: #364d68;
      
      font-weight: 500;
      margin-bottom: 15px;
    }

    #aboutus .left p {
  
      line-height: 1.6;
      margin-bottom: 25px;
    }

    #aboutus .buttons {
      display: flex;
      gap: 15px;
    }

    #aboutus .btn {
      padding: 10px 18px;
    
      border: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      border-radius: 4px;
      transition: 0.3s ease;
    }

    

    #aboutus .read-btn {
      background-color: transparent;
      border: 1px solid #000;
      color: #000;
    }

    #aboutus .btn i {
      margin-right: 8px;
    }

    #aboutus .right img {
      max-width: 100%;
      border-radius: 8px;
      object-fit: cover;
    }

    #aboutus .stats {
         display: flex;
    justify-content: center;
    margin-top: 41px;
    border-top: 1px solid #eee;
    margin-bottom: 60px;
    gap: 10px;
    width: 60%;
    margin: auto;
    padding-bottom: 60px;
        background-color: #f4f4f8;
    }
#aboutus .stat:hover{
    background-color: #00568e;
    transform: translate(0px,-15px);
    transition: 0.8s;
        color:white;
}
#aboutus .stat:hover h2, #aboutus .stat:hover p, #aboutus .stat:hover i{
    color: white;
}

    #aboutus .stat {
          flex: 1;
    text-align: center;
    padding: 20px 15px;
    border-right: 1px solid #eee;
    background: #f9f9f9;
    box-shadow: 0 0.25rem 0.75rem 0 rgba(34, 48, 62, 0.14);
    margin-top: -49px;
    position: relative;
    z-index: 99;
    border-radius: 10px;
        margin-bottom: 58px;
        
    }

#aboutus .stat i{
    font-size: 38px;
    color:#00568e;
}

    #aboutus .stat:last-child {
      border-right: none;
    }

    #aboutus .stat h2 {

   
      color: #303847;
      margin-bottom: 8px;
    }

    #aboutus .stat p {
      color: #555;
      
      margin: 0 auto;
    }

    @media (max-width: 768px) {
      #aboutus .container {
        flex-direction: column;
      }

      #aboutus .stats {
        flex-direction: column;
        border-top: none;
      }

      #aboutus .stat {
        border-right: none;
        border-bottom: 1px solid #eee;
      }

      #aboutus .stat:last-child {
        border-bottom: none;
      }
        
         #aboutus .right {
      flex: 1 1 500px;
      padding: 20px;
        padding-right: 0px;
              padding-left: 0px;
    }
        
        
        #aboutus .right {
   
    height: 400px;
            }

    }
         
         
        
/*
******************************************************
******************************************************
*/

    


#team-section {
 
  text-align: center;
  background: #fff;
    overflow: hidden;
}

#team-section .team-title {


  color: #00568e;
  margin-bottom: 10px;
}

#team-section .team-subtitle {
  max-width: 700px;
  margin: 0 auto 40px;
 
  color: #555;
}

#team-section  .team-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
  text-align: left;
  margin: 10px;
   
}

#team-section  .team-card:hover{
    transform:  translate(0px, -20px);
}


#team-section .team-card i{
     
    color: white;
    background-color: #00568e;
    padding: 1px 15px;
    border-radius: 10%;
    margin-bottom: 19px;
    /* padding-bottom: 15px; */
    margin-top: -55px;
    position: absolute;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
#team-section .team-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#team-section .card-body {
    
  padding: 20px;
     padding-top: 40px;
}

#team-section .card-body h4 {
  margin: 0;
  color: #2e3c77;
  font-weight: 400;
  
}

#team-section .card-body h6 {
  margin-top: 4px;
  font-weight: 500;
  color: #888;
 
}

#team-section .card-body p {
  
  color: #666;
  margin-top: 12px;
}

/*
******************************************************
******************************************************
*/



        
.testimonial-section {
  padding: 50px 0px;
  text-align: center;
  background: #fff;
}

.myoverlay {
               position: absolute;
    inset: 0;
    /* background: linear-gradient(to bottom right, rgba(0, 123, 255, 0.6), rgba(0, 80, 160, 0.7)); */
    z-index: 1;
   
    background: #00568E;
    background: linear-gradient(90deg, rgb(0 86 142 / 75%) 0%, rgb(241 32 32 / 0%) 100%);

   
    top: 0;
           
        }


.testimonial-section .myoverlay {
               position: absolute;
    inset: 0;
    /* background: linear-gradient(to bottom right, rgba(0, 123, 255, 0.6), rgba(0, 80, 160, 0.7)); */
    z-index: 1;
   
    background-color: #22294bd4;
   
    top: 0;
           
        }


.testimonial-title {
  text-align: center;
  color: white;
 
 position: relative;
  margin-bottom: 40px;
    z-index: 999;
}

.testimonial-slider {
  
  margin: 15px 15px;
    position: relative;
    z-index: 9;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    margin-right: 15px;
}

.testimonial-img img {
  width: 90px;
  height: 90px;

  object-fit: cover;
  margin-bottom: 20px;
    margin: auto;
    border-radius: 70%;
}

.testimonial-content h4 {

  margin-bottom: 5px;
  color: #2e3c77;
}

.testimonial-content h6 {

  color: #888;
  margin-bottom: 15px;
}

.testimonial-content p {
 
  color: #555;
  line-height: 1.6;
  margin: 0 auto;
}

/* Slick Dots */
.slick-dots {
  margin-top: 30px;
}

.slick-dots li button:before {
  
  color: #2e3c77;
}

.testimonial-section .team-title {
 
  color: #2e3c77;
  margin-bottom: 10px;
}

.testimonial-section .team-subtitle {
  max-width: 700px;
  margin: 0 auto 40px;
 
  color: #555;
}

.testimonial-section .team-slider .team-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
  text-align: left;
  margin: 10px;
    margin-right: 15px;
}

.testimonial-section .team-slider .team-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.testimonial-section .card-body {
  padding: 20px;
}

.testimonial-section .card-body h4 {
  margin: 0;
  color: #2e3c77;


}

.testimonial-section .card-body h6 {
  margin-top: 4px;

  color: #888;
 
}

.testimonial-section .card-body p {
  
  color: #666;
  margin-top: 12px;
}
     #contact {
      padding: 0px ;
      background-color: white;
    }


    .contact-card {
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.05);
      display: flex;
      align-items: center;
      gap: 15px;
      border: 1px solid #eee;
      height: 100%;
    }
    .contact-card i {
      
      color: #3454d1;
    }
    .contact-card span {
      
    color: #212122;
    }
    .form-section {
      background: #fff;
      padding: 30px;
      border-radius: 12px;
     box-shadow: 0 4px 10px rgba(0,0,0,0.05);
        border: 1px solid #e8eaea;
    }
    .contact-img img {
      max-width: 100%;
      height: auto;
    }

  .what-we-do {
    background-color: #3559ac;
  }
  .what-we-do h2 {
    color: #00568e; /* Custom primary shade if needed */
   
    line-height: 1.4;
  }


.what-we-do .card{
        width: 100%;
    height: auto;
    margin: auto;
    border-radius: 15px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    padding: 31px;
    border: none;
}
.what-we-do img{
    width:100%;
    height: auto;
    margin: auto;

}

.what-we-do h2{
    color:white;
}



/*
******************************************************
******************************************************
*/






    #whychooseus .title {
      text-align: center;
     
      color: #2e49a4;
      margin-bottom: 10px;
    }

    #whychooseus .subtitle {
      text-align: center;
    
      color: #666;
      margin-bottom: 40px;
    }

    #whychooseus .container-fluid {
     
      justify-content: center;
      
    }

    /* Left Accordion Section */
    #whychooseus .accordion {
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    #whychooseus .accordion-item {
      background: #fff;
      
      border-radius: 8px;
      padding: 15px 20px;
      cursor: pointer;
      transition: 0.3s ease;
    }

    #whychooseus .accordion-toggle {
          display: flex;
    align-items: center;
    font-weight: 500;
    color: #464647;
    
    }

    #whychooseus .accordion-icon {
      
      margin-right: 10px;
     
      transition: transform 0.3s ease;
        color:#00568e;
    }

    #whychooseus .accordion-answer {
      display: none;
      margin-top: 10px;
    
      color: #353e4a;
      line-height: 1.6;
    }

    #whychooseus .accordion-item.active .accordion-answer {
      display: block;
    }

    #whychooseus .accordion-item.active .accordion-icon {
      transform: rotate(180deg);
    }

    /* Right Content Section */
    #whychooseus .features {
      width: 100%;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0px;
        margin-bottom: 25px;
    }

    #whychooseus .feature-box {
      text-align: center;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        padding-bottom: 40px;
    }
#whychooseus .feature-box:hover {
    transition: 0.5s;
    background-color: #00568e ! important;
}

    #whychooseus .feature-icon {
          background-color: #ffffff;
    margin-top: 70px;
    width: 70px;
    height: 70px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin-top: 24px;
    }

    #whychooseus .feature-icon i {
      
        color: #00568e;
    }

    #whychooseus .feature-text {
      margin-top: 10px;
  
      color: #1f2832;
  
    }

    @media screen and (max-width: 992px) {
      #whychooseus .container {
        flex-direction: column;
        align-items: center;
      }

      #whychooseus .accordion,
      .features {
        width: 100%;
      }
    }





#footer{
            color: white;
        }


#footer .footer_quick_links{
    margin:auto; width:150px;
} 


#footer .footer_socials_links{
    width:80px; float:right;
}

@media only screen and (max-width: 600px){
    
    #footer .footer_quick_links{
    margin:60px 0px; width:150px;
} 
    
    #footer .footer_socials_links{
    width:80px; float:left; margin:60px 0px;
}
      
    
    
    
}


/*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/



#productReelSection {
      background-color: #f8f9fa;
    overflow: hidden;
      
    }

    #productReelSection .slick-slide {
      padding: 10px;
    }

   #productReelSection .reel-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
       padding: 0px;
           overflow:hidden;
       position: relative;
           
  }

  #productReelSection .reel-video {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
  }

  #productReelSection .card-body {
         padding: 10px 5px;
    background: #cac4c400;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: inline-flex;
    color: white;
     
      z-index: 999;
  }

 #productReelSection .card-body img{
        width: 50px;
    height: 50px;
    background-color: white;
    padding: 5px;
    border-radius: 10px;
}

#productReelSection .card-body .description{
    padding-left: 15px;
    
}

#productReelSection h6{
    font-size: 1vw ! important;
}


#productReelSection p{
        font-size: 0.8vw ! important;
    color: #afafaf;
}

  #productReelSection .price {
    color: #28a745;
    font-weight: bold;
  }

  #productReelSection .old-price {
    text-decoration: line-through;
    color: gray;
    margin-right: 10px;
  }


/*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/




#myservices {
 
  text-align: center;
  background: #fff;
    overflow: hidden;
}

#myservices .team-title {


  color: #00568e;
  margin-bottom: 10px;
}

#myservices .team-subtitle {
  max-width: 700px;
  margin: 0 auto 40px;
 
  color: #555;
}

#myservices  .team-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
  text-align: left;
  margin: 10px;
    position: relative;
   
}

#myservices  .team-card:hover{
    transform:  translate(0px, -20px);
}


#myservices .team-card i{
     
        width: 70px;
    margin: 0;
    color: #f16c20;
    font-weight: 400;
    background-color: #ffffff;
    position: absolute;
    top: 35%;
    padding: 5px;
    border-radius: 6px;
    font-size: 30px;
    left: 19px;
    text-align: left;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    height: 70px;
    border:1px solid #8d8d8d;
}

#myservices .team-card i img{
    width: 100%;
  height: 100%;
  object-fit: cover;
}

#myservices .team-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

#myservices .card-body {
    
  padding: 20px;
     padding-top: 40px;
}

#myservices .card-body h4 {
              margin: 0;
    color: #00568e;
    font-weight: 500;
    /* font-family: auto; */
  
    
  
    
  
  
}

#myservices .card-body h6 {
  margin-top: 4px;
  font-weight: 500;
  color: #888;
 
}

#myservices .card-body p {
  
  color: #666;
  margin-top: 12px;
}

#myservices .card-body .mybtn{
        padding: 6px 10px ! important;
    border-radius: 24px;
    background-color: #f16c20;
    color: #fefefe;
    border: 1px solid #af563340;
    outline: none;
    font-size: 12px;
    box-shadow: none;
    margin-top: 6px;
    margin-left: -4px;
}


@media only screen and (max-width: 600px){
    
#myservices  .team-card {
  
  margin: 20px 0px;
 
   
}  
    
    
}


/*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/


#timelineSection {
      padding: 50px 0;
      background-color: #fff;
    }

    #timelineSection .year-tabs button {
          background: #ffffff;
    border: none;
    color: #5f6062;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 8px;
    text-align: left;
    padding: 5px 12px;
    border-radius: 30px;
    transition: all 0.3s ease;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #efe7e7;
      
    }


/*
#timelineSection .year-tabs button::before{
    
    content: "";
    
    width: 1px;
    height: 30px;
    background-color: red;
    position: absolute;
    
    
}
*/

    #timelineSection .year-tabs button.active {
      background-color: #fbfbfb;
      color: #f17026;
      font-weight: bold;
    }

    #timelineSection .video-box {
      position: relative;
      border-radius: 10px;
      overflow: hidden;
      background: #000;
    }

    #timelineSection .video-box video {
      width: 100%;
      height: 450px;
      object-fit: cover;
    }

    #timelineSection .video-content {
      position: absolute;
      bottom: 0;
      color: white;
      padding: 30px;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    }

    #timelineSection .video-content span {
      display: block;
      font-weight: bold;
      color: #ffcc00;
      margin-bottom: 5px;
    }

    #timelineSection .box h1 {
        font-size: 4vw ! important;
      font-weight: bold;
        color:#00568e;
    }

#timelineSection .box p {
    color:#2d2e2f;
        font-size: 1.3vw ! important;
      
    }

    .nav-pills .nav-link.active {
      background-color: red;
      color: white;
    }





/*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/






  .client {
                    padding: 10px 0;
                    background-color: #fff;

                }

                .client .owl-nav {
                    display: none;
                }

                .client .owl-dots {
                    text-align: center;
                    margin-top: 20px;
                }

                .client .owl-dot {
                    display: inline-block;
                    width: 10px;
                    height: 10px;
                    margin: 0 5px;
                    background-color: #ccc;
                    border-radius: 50%;
                    transition: background-color 0.3s;
                }

                .client .owl-dot.active {
                    background-color: #007bff;
                }

                .client .item {
                    text-align: center;
                    padding: 10px;
                    
                }

                .client .item img {
                    width: 100%;
                    height: 180px;
                    object-fit: contain;
/*                    transition: filter 0.3s ease, transform 0.3s ease;*/
/*                    filter: grayscale(100%);*/
                    background-color: white;
                    padding: 10px;
                    border-radius: 10px;
                }

                .client .item img:hover {
                    filter: grayscale(0%);
                    transform: scale(1.1);
                }


.myservice2{
    background-color: #00568e;
}
.myservice2 p{
    color:#2c2c2c;
}

.myservice2 .icon_para{
    padding-left: 35px;
    position: relative;
    line-height: 28px;
}

.myservice2 .icon_para span{
    position: absolute;
    left: 0;
}

.myservice2 .mybox2{
        width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid transparent;
    margin: auto;
    background-color: transparent;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    background-color: white;
    text-align: center;
    padding: 20px;
    margin: 9px;
    border-radius: 10px;
}
.myservice2 .mybox2 img{
     width:100%;
    height:150px;
}


.myservice2 .mybox{
    width: 100%;
    height:auto;
    position: relative;
    border: 1px solid transparent;
    border-radius: 70%;
    margin: auto;
    background-color: transparent;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    padding-top: 100%;
    background-color: white;
    
}

.myservice2 .mybox .myimg{
    
    width:150px ! important;
    height: 150px;

    background-color: white;
    padding: 5px;
    border : 1px solid transparent;;
    
    border-radius: 70%;
    position: absolute;
    z-index: 9999;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    object-fit: contain;
    text-align: center;
    
    
    
}

.myservice2 .mybox .myimg img{
    width:50px;
    height: 50px;
    object-fit: contain;
    margin: auto;
}

.myservice2 .mybox2 p{
       
    color: #5d6e75;
    margin-top: 5px;
    
}


.myservice2 .mybox p{
       
       color: #616f75;
    margin-top: 5px;
    font-weight: 500;
    font-family: 'Poppins';
    letter-spacing: 1px;
    font-size: 13px ! important;
    
}

.myservice2 .mybox img:hover{
    
    
  
    
}

.myservice2 .innerbox img{
     position: absolute;
       width: 100%;
   
    width: 336px ! important;
    height: auto ! important;
    border: 1px solid transparent; z-index:1;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0px;
}



@media only screen and (max-width: 600px){
    
 .myservice2 .col-md-6{
   padding-right: 15px ! important;
}
      
    
    
    
}




    
    
    
    
    
      #our_capabilities {
     
      background-size: cover;
      color: white;
      
      position: relative;
      z-index: 1;
    }

/*
    #our_capabilities::before {
      content: "";
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0; left: 0; width: 100%; height: 100%;
      z-index: -1;
    }
*/

    #our_capabilities .title {
      
      color: #ffffff;
    }

    #our_capabilities .title span {
      color: #c6ff4a;
    }

    #our_capabilities .subtitle {
      
      
      margin-top: 10px;
      color: #ccc;
    }

    #our_capabilities .step-card {
      background: #101e38;
      color: #ffffff;
      border-radius: 12px;
      padding: 20px 25px;
      margin-bottom: 20px;
    }

    #our_capabilities .step-card i {
      
      margin-right: 10px;
      color:orange;
    }

    #our_capabilities .step-card h5 {
      
      margin-bottom: 5px;
    }
    
    #our_capabilities .step-card p{
        color:#fff;
    }

    #our_capabilities .illustration {
      max-width: 400px;
    }

    @media (max-width: 768px) {
      #our_capabilities .title {
       
      }
    }
