body {
  font-family: "Helvetica";
}


.topnav {
    overflow: hidden;
}

.topnav a {
color: #115FA4;
 padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
}


.topnav a:hover {
  background-color: #ddd;
  color: black;
}


.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}


.img1 {

height: 40px;
margin-left: 10px;
}



.span1 {
   margin-left: 55%;
}

.div1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 100px;

}

.c1 {
    font-size: 38px;
    letter-spacing: 3px;
    font-weight: 200;
    color: #BFBFBF;
    width: 30%;
    margin-left: 10%;
}

.span2 {
    font-weight: bold;
}

@media (max-width:822px) {
    .div1 {
        display: block;
        width: 100%;

    }
}



@media screen and (width <= 700px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-shadow: 2px 3px 10px blue;
    background-color: blue;
    color: white;
  }
}


@media screen and (width <= 700px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a {
   float: none;
    display: block;
   text-align: center;
   box-shadow: 2px 3px 10px blue;

  }
}

.hr1 {
        width: 60%;
    margin-left: 10%;
    height: 1px;
    background-color: #BFBFBF;
}


.div2 {
    text-align: center;
    flex-wrap: wrap;
}
.div2 h1 {
 font-size: 26px;
 color: #666666;
}


.div2 h4 {
    font-size: 15.21px;
    color: #666666;
}

.p5 {
    line-height: 23px;
    font-size: 13px;
    color: #666666;
    margin-left: 10%;
}
.imgdiv {
  text-align: center;
}


@media (max-width:822px) {
    .img2 {
        width:100%;
        margin: 0px;
         padding: 0px;
    }
}

.footer {
  background-color: #DBEAF8;
  height: 490px;

}
.foot {
    display: flex;
  flex-wrap: wrap;
    margin: 0 auto;
    gap: 100px;
   margin-left: 30%;
}

.li1 {
  font-size: 18px;
  color: #115FA4;
}

.ul2 {
 font-size: 14px;
  color: #115FA4;
  list-style-type: none;

}
.hr2 {
  height: 1px;
  background-color: #6093BF;
}

.ul2 li {
   line-height: 25px;
}

.ldiv {
  display: flex;
  flex-wrap: wrap;
  margin-left: 45%;
  gap: 10px;
  margin-top: 90px;

}
.pdiv {
    display: flex;
    flex-wrap: wrap;
   
  margin-left: 28%;
}


.p4 {
  font-size: 12px;
  color: #115FA4;
  margin-top: 25px;
  text-align: center;
}

.footer {
  animation: red1 2s infinite;
  box-shadow: 0 0 0 0 blue;
  

}
@keyframes  red1 {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 blue;
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 20px #DBEAF8;
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 #DBEAF8;
  }
}



@media(max-width:2000px) {
   .footer{
    width: 100%;
    flex-wrap: wrap;
    height: auto;
   }
}

@media (width <= 700px)  {
  body {
    width: 100%;
    flex-wrap: wrap;
     padding: 8px;
     text-align: center;
  }
}




.imgdiv, .topnav , .div1 , .div2 , .p5, table {
    opacity: 0;
    transform: translateY(80px);
    animation: moveup 0.5s linear forwards ;
}
@keyframes moveup {
    100% {
        opacity: 1;
transform: translateY(0px);
    }
}


.img2, .cimg {
  animation: zoom-in-zoom-out 3s ease infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    scale: 100%;
  }
  50% {
    scale: 80%;
  }
  100% {
    scale: 110%;
  }
}


.c1 {
  animation: pulse 5s infinite;
}


@keyframes pulse {
  0% {
    background-color:white;
  
  }
  100% {
    background-color :#DBEAF8;
    border-radius: 10px;
    text-align: center;
  }
}




.img1  {
  animation-duration: 5s;
  animation-name: slide-in;
}

@keyframes slide-in {
  from {
    translate: 150vw 0;
    scale: 200% 1;
  }

  to {
    translate: 0 0;
    scale: 100% 1;
  }
}

.a3 {
    border-bottom: 3px solid red;
}


select {
    text-align: center;
}

.drop {
   justify-content: center;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.print {
    margin-left: 10%;
}
table {
    width: 90%;
}
.table {
    width: 70%;
  border-collapse: collapse;
  border-radius: 6px;
  overflow: hidden;
margin-left: 15%;
font-size: 14px;
}

th, td {
padding: 12px 10px;
  border-bottom: 1px solid #eee;
}


@media(max-width:768px) {

.table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 14px;
  }

  .t1, .t2 {
    margin-top: 30px;
    width: 100%;
  }
  .drop {
    flex-direction: column;
  }
  .div1 {
    flex-direction: column-reverse;
  }

  .earth {
    display: block;
    text-align: center;
    width: 110%;
  }

}

@media (max-width: 768px) {
  th, td {
    padding: 10px 200px;
  }

}


.div1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 100px;

}

.c1 {
    font-size: 38px;
    letter-spacing: 3px;
    font-weight: 200;
    color: #BFBFBF;
    width: 40%;
    margin-left: 10%;
}



@media (max-width:822px) {
    .div1 {
        display: block;

    }
}


.earth {
    height: 140px;
}



body {
  background-size: cover;
    background-attachment: fixed;
    background-image: url("https://static.vecteezy.com/system/resources/previews/043/191/561/non_2x/airplane-side-view-flying-above-the-clouds-with-blue-sky-background-illustration-vector.jpg");
}

