 




.header-logo{
    width: 200px;
    height: auto;
    filter: drop-shadow(1px 1px 1px rgb(0 0 0 / 0.4));
}
@media (max-width: 800px) {
    .header-logo {
    width:  200px;
    }
    
  }


  .banner-content{
     display: flex;
     flex-direction: row;
     align-items: center;
     padding-top: 5rem;
     
}

#banner-video{
    z-index: -1;
    width: 100%;
    height: 98vh;
    object-fit: fill;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    text-align: center;
}

/* @media (max-width: 800px) {
    #banner-video {
    width:  auto;
    height: 100%;
    }
    
  } */
.pdf-logo{
    width: 5rem;
}
.contact-logo{
    max-width: 100%;
    width: 45rem;
}


.darken{
    background-image: 
    linear-gradient(
      rgba(0, 0, 0, 0.10),
      rgba(0, 0, 0, 0.10)
    )
}

.service-paragraph{
    color:#4d8cc4;
}

.pdf-text{
    margin: auto;
}

.index-service-pic1{
    max-width:  400px;
    height: auto;
    border-radius: 8px;
    margin-left: 0.2rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    opacity: .8;
}

@media (max-width: 800px) {
    .index-service-pic1 {
    max-width:  350px;
    }
    
  }

.index-service-flex{
display: flex;
flex-direction: column;
}

.index-service-flex-inner{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
@media (max-width: 800px) {
    .index-service-flex-inner {
      flex-direction: column;
    }
    
  }
.index-service-flex-inner1{
    display: flex;
    flex-direction: column;
}


.contact-container1{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 1rem;
}
@media (max-width: 800px) {
    .contact-container1 {
      flex-direction: column;
      align-items: flex-start;
    }
}

.contact-map{
    width: 25rem;
    height: 25rem;
    border: 0;
}
@media (max-width: 800px) {
    .contact-map {
        width: 22rem;
        height: 22rem;
    }
}
.about-aim-svg{
    width: 4rem;
    
}

.about-choice{
    color: #f4777c !important;
}

.about-card1{
    background-color:#e6eff7 !important ;
}
.about-card2{
    background-color:#fffce6 !important ;
}
.about-card3{
    background-color:#fde8e9 !important ;
}

















