*{
    margin: 0;
    padding: 0;
}
#banner{
    background: linear-gradient(rgba(0,0,0,0.5),#009688),url(aaa.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
}
.logo{
    width: 140px;
    position: absolute;
    top: 2%;
    left: 2%;
}
.logos{
    width: 140px;
    position: absolute;
    top: 2%;
    right: 2%;
}
.banner-text{
    text-align: center;
    color: #fff;
    padding-top: 20px;
}
.banner-text h1{
    font-size: 130px;
}
.banner-text p{
    font-size: 30px;
    font-style: italic;
}
.service-box{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: auto;
}
.single-service{
    flex: 20%;
    text-align: center;
    border-radius: 7px;
    margin-bottom: 10px;
    color: #fff;
}
.single-service img{
    width: 80%;
    border-radius: 7px;
}

.add-ons{
    text-align: center;
    color: #fff;
    padding-top: 20px;
}
.hello{
    color: #fff;
}