*{
    padding: 0;
    margin: 0;
}
body{
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
    
    
    

}

.sec-4{
   text-align:center;
   padding: 50px 25px 0px 25px;
   /* background-color: #0eafea; */
   background-color: #F3F5FA;
   background-size: cover;
   /* width: 100%; */
   height: 350px;
  
}
.sec-4 h2{
    font-size: 35px;
    font-weight: 900;
   font-family: inherit;
    /* color: #344767; */
    /* color: #c5e3005b; */
    margin-bottom: 20px;
    /* color:#fff; */
    /* color: #000; */
    color:#0486c4;
    /* color: rgba(255, 255, 255, 0.906); */
    /* text-shadow:2px 2px 3px #fff; */
    /* text-shadow:2px 2px 3px #fff; */
    text-shadow:2px 2px 4px #101213;
}
.sec-4 p{
    /* color: #67748e; */
    /* color: #bbc4d6; */
    /* color: #fff; */
    color: #000;
    color: #908e8e;
    font-size: 19px;
    line-height: 1.5; 
    margin: 40px 35px 35px; 
}
.sec-5 h2 {
    text-align: center;
    color:#0486c4;
    font-size: 38px;
    font-weight: 900;
   font-family: inherit;
    /* color: #344767; */
    margin-bottom: 90px;
    margin-top: 30px;
    line-height: 1.2;
    /* box-shadow: 0 0 20px#0080cc;  */
    text-shadow:2px 2px 4px #101213;

    /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 1;
    background-image: linear-gradient(360deg, #000000, #e34000af,#c5e300d0); */
}
.container-0{
    background-color: #F3F5FA; 
}
  
 

 
.cont-3{
    display: flex; 
    /* flex-wrap: wrap; */
    /* background-color: #F3F5FA; */
   
  

}
.cont-4{
    text-align: center;
    background: #fff;
    border: 1px solid #eee;
    padding: 40px 30px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 0px #eeee;
    margin-right: 15px;
    margin-left: 15px;
    width: 100%;
    margin-bottom: 30px;
   
}
.cont-4 h2{
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #344767;
    line-height: 1.4;
}
.para-h{
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* position: relative; */
    z-index: 1;
    /* background-image: linear-gradient(310deg, #342828, #c5e300d0); */
    background-image: linear-gradient(310deg, #342828, #0486c4);
}
.cont-4 p{
    font-size: 15px;
    color: #908e8e;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 16px;
}
.cont-z{
    width: 180px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.cont-z img{
    max-width: 100%;
    border-style: none;
}
.learn-more-btn{
    text-align: left;
    margin-right: 200px;
}
.learn-more-btn {
    /* text-align: left; */
    font-size: 12px;
    font-weight: 600;
    color: #0080cc;
    background: #bff3ff7d;
    padding: 3px 20px;
    /* display: inline-block; */
    margin-top: 5px;
    border-radius: 10px;
    border-color:#0080cc ;
    border-style: none;
}
.buttn a{
    text-decoration: none;
    color: #0080cc;
}
.cont-4:hover{
    background-color:#bff3ff7d ;
    /* background-color:#ffd700; */
    /* background-color:#ffd99c; */
    /* ffd99c */
    box-shadow: 5px 10px #888888;
    /* box-shadow: 5px 10px #ffd99c; */
    
}

.reveal{
    position: relative;
    transform: translateY(0px);
    opacity: 0;
    transition: all 2s ease;
}
.reveal.active{
    transform: translateY(0px);
    opacity: 1;
}
.none{
    display: none;
  }
  .block{
  display: block;
  }
  
.detail {
    position: fixed;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    background-color: #f0f0f0; 
    border-radius: 10px;
    margin:-100px 0 0 180px;
    padding-top: 30px ;
    /* box-shadow: 0 0 20px#ffd700;  */
    box-shadow: 0 0 20px #ffffff; 
  
    /* Fancy animation */
    animation-name: slideIn;
    animation-duration: 0.5s;
  }
  
  
  
  .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #000000;
  }
  
  .close-btn:hover {
    color: #030000;
  }
  
  .fa-times{
    color:#888;
    font-size: x-large;
  }
  @keyframes slideIn {
    from {
      opacity: 0;
      transform: translate(-50%, -70%);
    }
    to {
      opacity: 1;
      transform: translate(-50%, -50%);
    }
    
  }
  @keyframes slideout {
    from {
      opacity: 0;
      transform: translate(-50%, -70%);
    }
    to {
      opacity: 1;
      transform: translate(-50%, -50%);
    }
    
  }


  @media (max-width: 767px)
{
.sec-4{
    width: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   justify-content: center;
 
   
}
.sec-4 h2{
    font-size: x-large;
    /* margin-top: -49px; */
    text-align: center;
}
.sec-4 p{
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
    /* align-items: center; */
  
}
.sec-5 h2{
    font-size: 25px;
    text-align: center;
    /* margin-left: 50px; */
}
.cont-3{
    display: block;
    
}
.cont-4{
    margin: 15px 0px 15px 15px;
}
.detail{
    width: 280px;
    height: 380px;
}
.detail p{
    font-style: 5px;
}
}
@media (min-width: 768px) and (max-width: 991px)
{
    .cont-3 {
        max-width: 708px;
        display: flex;
        flex-wrap: wrap;
        padding-left: 50px;
     
    }
       
}








 
 
.bg-header { 
    background-color: #0486C4 ;
     position :sticky ;
     top: 0;
     padding: 10px; 
     z-index: 100;  
} 
.bg-header a{ 
 color: white; 
  
} 


.bg-footer { 
 background-color:


#0486C4 ; 
 /* height: 400px; */ 
 color: white; 

} 
.bg-footer li { 
 padding: 10px; 
 text-decoration: none; 
} 

ul.footer-ul { 
 list-style-type: none; 
} 
.fa-brands { 
 font-size: 26px; 
 padding: 5px; 
} 
  
  

/* --------------unknown----------start */ 
.rounded-circle{ 
width:200px; 
height:200px 
} 
.abr-mini-team-ditail{ 
display: flex; 
} 
@media(max-width: 576px) { 


.abr-mini-team-ditail{ 
 display: block; 
  
} 
.card-img-circle>.rounded-circle{ 
width: 125px; 
} 
} 


@media(min-width: 576px) { 




.main-1 h1 { 
 font-size: 40px; 
} 

.main-1 p { 
 font-size: 16px; 
} 

.achievement { 
 flex-direction: column; 
} 

.achiev { 
 width: 100%; 
 margin-bottom: 20px; 
} 

.achiev11, 
.achiev12 { 
 display: flex; 
 flex-wrap: wrap; 
 justify-content: center; 
} 


.catch, 
.explain { 
 text-align: center; 
} 

.main-achievement h1 { 
 font-size: 40px; 
 padding: 30px; 
} 

.fa-crown { 
 font-size: 30px; 
} 


.toggler { 
 display: none; 
} 


.abr-heeder-mane-link-sm { 
 transition: 350ms;  
 position: absolute;  
 display: none;  
} 

 
@media (max-width: 768px) { 
   
 .abr-heeder-mane-link { 
   display: none; 
 } 
  
 .toggler { 
   display: block; 

 } 
 .d-flex{ 
   top: 0;  
     left: 0; 
     
 } 
} 


.none { 
 display: none; 
 opacity: 0; 
 transition: opacity 350ms ease-in-out; 
 width: 100%; 
} 


.block { 
 display: block; 
 opacity: 1; 
 transition: opacity 350ms ease-in-out; 
 width: 35%; 
 background-color:#f6fdff; 
} 

} 


@media(max-width: 768px) { 

.bg-footer { 
 padding: 20px; /* Add padding to the footer */ 
} 

.bg-footer  .col-12 { 
 margin-bottom: 20px; /* Add margin between columns */ 
} 

.bg-footer  h2 { 
 font-size: 20px; /* Decrease heading font size */ 
 margin-bottom: 10px; /* Add margin below headings */ 
} 

.footer-ul { 
 list-style-type: none; /* Remove default list style */ 
 padding: 0; /* Remove default padding */ 
} 

.footer-ul li { 
 margin-bottom: 5px; /* Add margin between list items */ 
} 

.bg-footer .fa-brands { 
 margin-right: 5px; /* Add margin between social media icons */ 
} 

.bg-footer  .fa-solid { 
 margin-right: 5px; /* Add margin between solid icons */ 
} 

.navbar-toggler { 
 order: -1; 
} 
.navbar-toggler-icon { 
background-color: white; 
} 
.collapse:not(.show) { 
 display: flex !important; 
 flex-basis: auto; 
} 

.navbar-collapse { 
 justify-content: space-between; 
} 

.navbar-toggler-icon { 
 background-image: none; 
}    

}  


@media(max-width: 768px) { 
.bg-footer { 
 padding: 20px; /* Add padding to the footer */ 
} 

.bg-footer  .col-12 { 
 margin-bottom: 20px; /* Add margin between columns */ 
} 

.bg-footer  h2 { 
 font-size: 20px; /* Decrease heading font size */ 
 margin-bottom: 10px; /* Add margin below headings */ 
} 

.footer-ul { 
 list-style-type: none; /* Remove default list style */ 
 padding: 0; /* Remove default padding */ 
} 

.footer-ul li { 
 margin-bottom: 5px; /* Add margin between list items */ 
} 

.bg-footer .fa-brands { 
 margin-right: 5px; /* Add margin between social media icons */ 
} 

.bg-footer  .fa-solid { 
 margin-right: 5px; /* Add margin between solid icons */ 
} 

 /* .navbar-nav, 
 .d-flex { 
     display: none; 
 } */ 
  
 .navbar-toggler { 
     order: -1; 
 } 
 .navbar-toggler-icon { 
 background-color: white; 
} 
 .collapse:not(.show) { 
     display: flex !important; 
     flex-basis: auto; 
 } 
  
 .navbar-collapse { 
     justify-content: space-between; 
 } 
  
 .navbar-toggler-icon { 
     background-image: none; 
 }    
    
}  







   
