.banner-logo{
    width: 87px;
    height: 43px;
    opacity: 100%;
    margin-left: 20px;
}
.bannerimagetext {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
  }

  .logo-text{
    font-size: 8px;
     margin-left: 22px;
}
.testcolor{
    color: #06A3DA;
}
.backgroudcolor{
    background-color: rgb(238, 249, 255);
}


.testcolor2{
    color: rgb(242, 248, 248) !important;
    font-weight: bold !important;
    font-size: 17px !important;
}
.testcolor2:hover{
    border-bottom:2px solid #06A3DA;
    color: #06A3DA !important;
}

.buttoncolortwo{
    border: 1px solid #1F8FA8 !important ;
    color: white !important;
}
.buttoncolortwo:hover{
    background-color: #06A3DA;
}

/* about */

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.hero {
    position: relative;
    height: 60vh;
    overflow: hidden;
    color: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero .background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero h1 {
    font-size: 3rem;
    animation: fadeIn 2s ease-in-out;
}

.hero p {
    font-size: 1.25rem;
    max-width: 800px;
    margin: 20px auto;
}

.about {
    background: #f0f8ff;
}

.about h2 {
    font-size: 2.5rem;
    color: #06A3DA;
    margin-bottom: 20px;
    animation: fadeIn 2s ease-in-out;
}


.support h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    animation: fadeIn 2s ease-in-out;
}

.support-item {
    text-align: center;
    background: #333;
    border-radius: 8px;
    padding: 20px;
    color: #fff;
    transition: transform 0.3s, box-shadow 0.3s;
    animation: fadeInUp 1s ease-in-out;
}

.support-item i {
    color: #06A3DA;
}

.support-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}


/* about ends */


  @media only screen and (max-width: 600px) {
  
    .phonesize{
      font-size: 15px;
    }
    .phonesizediv{
        margin-top: 5%
    }
    
    .bannerimage {
      width: 100%;
      height: 100%;
      margin-top: 65px;
    }
    
    
      }

.arrowfooter {
        width: 28px;
        height: 28px;
    }  
    
    .colorbutton{
        color: black !important;
    }
       