* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

/* social application */
.social {
    height: 5vh;
    width: 100%;
    background: linear-gradient(to right,rgb(0, 166, 255), white,rgb(0, 166, 255));
}

.socialrap {
    width: 80%;
    margin: auto;
}

.name {
    position: absolute;
}

.name h1 {
    color: black;
}

.app {
    float: right;
}

.app ul li {
    display: inline;
}

.app ul li a {
    color: black;
    font-size: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.clear1 {
    width: 100%;
    background: linear-gradient(to right,rgb(0, 166, 255), white,rgb(0, 166, 255));
    height: 2vh;
}

/* navigation bar */
#nav {
    width: 100%;
    height: 10vh;
    background-color: rgba(0, 0, 0, 0.2);
    background: linear-gradient(to right,rgb(0, 166, 255), white,rgb(0, 166, 255));
    top: 0px;
    position: sticky;

}

.navrap {
    width: 80%;
    margin: auto;
}

.logo {
    position: absolute;
}

#l1{
    color: black;
}

.logo h1 {
    font-size: 70px;
    color: black;
    /* padding-top: 20px; */
}

.menu {
    float: right;
}

.menu ul {
    margin-top: 20px;
}

.menu ul li {
    display: inline
}

.menu ul li a {
    color: black;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    padding: 20px;
}

.menu ul li a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    border-radius: 20px;
}

/* banner */
.ban {
    width: 100%;
    background-image: url(Contact-Us.png);
    height: 120vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.banrap {
    width: 100%;
    height: 80vh;
    /* background-color: rgba(0, 0, 0, 0.2);
*/
}

.banrap1 {
    width: 50%;
    /* border: 2px solid white;  */
    padding-top: 80px;
    margin: auto;
}


.company {
    width: 140%;
    margin: auto;
    /* background-color: rgba(0, 0, 0, 0.2); */
    padding: 20px;
    /* border: 9px solid black; */

}

.company h1 {
    text-align: left;
    padding-right: 20px;
    color: black;
    font-size: 200px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.company p {
    text-align: left;
    padding-right: 18%;
    color: black;
    font-size: 100px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.num p{
    text-align: center;
    font-size: 50px;
}


.media p{
    text-align: center;
    font-size:50px
}

.media i{
    color: blue;
}

















/* footer */
.footer {
    width: 100%;
    height: 50vh;
    background: linear-gradient(to right,rgb(0, 166, 255), white,rgb(0, 166, 255));
}

.footrap {
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-column-gap: 20px;
    padding-top: 10px;
}

.boxx {
    /* background-color: rgba(0, 0, 0, 0.2); */
    padding: 10px;
}

.boxx h1 {
    text-align: center;
    color: black;
}

.boxx p {
    text-align: justify;
    color: black
}

.boxx ul li{
    list-style: none;
    color: black;
    padding-left: 5%;
}


.boxx2 {
    /* background-color: rgba(0, 0, 0, 0.2); */
    padding: 10px;
}

.boxx2 h1 {
    text-align: center;
    color: black;

}

.boxx2 p {
    text-align: justify;
    color: black;
}
.boxx2 ul li{
    list-style: none;
    color: black;
    padding-left: 5%;
}


.boxx3 {
    /* background-color: rgba(0, 0, 0, 0.2); */
    padding: 10px;
}

.boxx3 h1 {
    text-align: center;
    color: black;
}

.boxx3 ul li{
    list-style: none;
    color: black;
    padding-left: 5%;
    
}


.boxx3 ul li a{
    color: black; 
   font-size: 40px;
} 

/* .boxx3 p {
    text-align: justify;
    color: aliceblue;
} */
.boxx4 {
    /* background-color: rgba(0, 0, 0, 0.2); */
    padding: 10px;
}

.boxx4 h1 {
    text-align: center;
    color: black;
    text-decoration: none;
}

/* .boxx4 p {
    text-align: justify;
    color: aliceblue;
    
} */
 .boxx4 ul li{
    list-style: none;

}
.boxx4 ul li a{
     color: black;
    font-size: 40px;
    padding-left: 5%;
} 
.boxx5 {
    /* background-color: rgba(0, 0, 0, 0.2); */
    padding: 10px;
}

.boxx5 h1 {
    text-align: center;
    color: black;
}

.boxx5 p {
    text-align: justify;
    color: black;
}


