.header--logo img{
    width: 65px;
}
.cta{
    color: inherit;
    text-decoration: none;
}
.intro--banner .cta {
    position: relative;
    padding: 7px 17px 7px 12px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    margin-right: 5px;
}
.intro--banner .cta:hover .btn-background {
    left: 0;
}
.intro--banner .cta svg {
    position: relative;
    left: 5px;
    width: 15px;
    fill: #fff;
}
.intro--banner .cta .btn-background {
    position: absolute;
    top: 0;
    left: 35px;
    right: 0;
    height: 100%;
    background-color: #0f33ff;
    z-index: -1;
    -webkit-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out;
}
.intro--banner img{
    width: 272px;
}
.row{
    display: flex;
}
.col-md-4{
    width: 25%;
    padding: 5px;

}
.about-img{
    width: 500px;
}
.about--banner{
    height: auto;
}
.about--banner h2::after{
    display: none;
}
table, td, th {  
    border: 1px solid #ddd;
    text-align: left;
    color: white;
  }
  
  table {
    border-collapse: collapse;
    width: 100%;
  }
  
  th, td {
    padding: 15px;
  }
  /* .side-nav li:nth-child(6)::before{
    content: "06";
  } */
  .accordion {
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-bottom: 1px solid white;
  }
  
  .active, .accordion:hover {
    background-color: #ccc; 
    color: black;
  }
  
  .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
    color: black;
  }
  .contact--lockup .modal{
    box-shadow: 0 0 30px 0 rgb(84 82 82 / 75%);
  }
  .contact{
    background-image: none;
  }
  .intro--options{
    gap: 10px;
  }
  .contact--lockup{
    justify-content: center;
  }
  @media (max-width: 600px){
    /* .l-section{
        overflow-y: scroll;
    } */
    .about-text{
        overflow-y: scroll;
        max-height: 387px;
    }
    .intro--banner img {
        display: block;
        z-index: -1;
        width: 28% !important;
    }
  }