/*------aboutus-------*/
body{
    background-color: #161616;
}
.header{
    min-height: 60%;
      width: 100%;
     background-color: rgb(4, 71, 71);
  }
  .aboutimg{
    display: flex;
    width: 95%;
    padding: 2% 2%;
    display: flex;
  }
  .aboutimg img{
    width: 80%;
    margin: auto;
    display: flex;
  }
.aboutus{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgba(0, 0, 0,);
}

.aboutus h3{
    font-size: 30px;
    color: rgb(192, 192, 192);
    font-family: 'Verdana';
    text-align: left;
}
.aboutus p{
   font-size: 22px;
   font-family: 'Verdana';
   color: rgb(128, 121, 121);
   text-align: justify;
}

.aboutus content{
    width: 90%;
    background-color: none;
    position: absolute;
    top: 15%;
    left: 5%;
    border-radius: 8px;
    text-align: center;
    
}


/*------footer-------*/
.row1{
    margin-top: 2%;
    margin-left: 2%;
    margin-right: 2%;
    display: flex;
    justify-content: space-between;
    color: silver;
    font-size: 25px;
    text-decoration: none;
}
.links1{
    flex-basis: 31%;
    background: none;
    border-radius: 15px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}
h3{
    text-align: left;
    font-weight: 600;
    margin: 10px 0px;
    color: rgb(71, 70, 70);
    font-weight: 100;
    font-size: 20px;
}
.links1 p{
    text-align: left;
    font-size: 12px;
}
.footer{
    width: 100%;
    margin: auto;
    text-align: center;
    background-color: rgb(0, 0, 0);
    padding-top: 40px;
}
.footer h4{
    color: rgb(56, 55, 55);
    font-weight: 600;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 25px;
    margin-bottom: 15px;
    margin-top: 0px;

}
.footer p{
    color: rgb(214, 215, 216);
    font-size: 22px;
    text-decoration: none;
}

.icons .fa{
    color: rgb(255, 255, 255);
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
    font-size: 30px;
}
.icons .fa:hover{
    color: aqua;
}