.navbar .navbar-brand {
    background: #e9e7e1 !important;
}
.navbar .navbar-brand::after {
    background-color: #e9e7e1 !important;
}
.topbar-right {
    background: #e9e7e1 !important;
}
.topbar-right::before {
    background-color: #e9e7e1 !important;
}

.navbar-nav .nav-link.active {
    color: #035899 !important;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
    color: #888783;
}

.btn-primary {
    color: #035899;
    background-color: #e9e7e1;
    border-color: #e9e7e1;
}
.btn-primary:hover {
    color: #e9e7e1;
    background-color: #035899;
    border-color: #035899;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: #e9e7e1;
    border: 15px solid #e9e7e1;
    color: #035899;
}
.bg-primary {
    background-color: #e9e7e1 !important;
    color:#035899 !important;
}
.text-primary {
    color: #02245b !important;
}

.service-item .btn:hover {
    color: #015a98;
    background: #ffd65c;
}








.about-section {
    padding: 120px;
    text-align: center;
    background-color: #333;
    color: white;
    min-height: 300px;
  }
  .team-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px;
  }
  .team-member {
    flex: 1 1 30%;
    margin: 10px;
    /* text-align: center; */
  }
  .team-member img {
    width: 100%;
    border-radius: 5%;
  }
  .team-member h2 {
    margin: 10px 0 5px 0;
  }
  .team-member p {
    margin: 0;
  }
  
  
  
  
              
  ol {
    counter-reset: li; 
    list-style: none; 
    padding: 0;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
  }
  
  ol a {
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    margin: .5em 0;
    background: #afc3d9;
    color: #444;
    text-decoration: none;
    border-radius: .3em;
    transition: .3s ease-out;
  }
  
  ol a:hover { background: #e9e7e1;color: #00538f; }
  ol a:hover:before { transform: rotate(360deg); }
  ol a:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #00538f;
    height: 2em;
    width: 2em;
    color: whitesmoke;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
  }
      
  
  .tab-inner-text {
    margin-left: 5px;
  }
  
  
  
  .tab-header {
    display: flex;
    flex-wrap: wrap;
    background-color: #f1f1f1;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
  }
  
  .tablinks {
    flex: 1;
    padding: 10px;
    text-align: center;
    border: none;
    background-color: transparent;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .tablinks:hover,
  .tablinks.active {
    background-color: #ddd;
  }
  
  .tabcontent-wrapper {
    padding: 20px;
  }
  
  .tabcontent {
    display: none;
    min-height: 900px;
    border: 1px solid #ccc;
    padding: 20px;
  }
  
  .tabcontent.active {
    display: block;
  }
  
  
  
  
  .navigation-clean {
    border-radius: 75px 75px 0px 0px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    background-color:  var(--warning) !important;
  }