body{
    font-family: Arial, Helvetica, sans-serif;
}

.main-container{
    width: 100%;
}

.flex-container{
    display: flex;
    width: 100%;
    background-color: black;
    /* color: white; */
    height: 100px;
}

.item1{
    min-width: 20%;
    color: whitesmoke;
    font-size: 1.5em;
    text-align: center;
    padding-top: 40px;
    text-decoration: none;
}

.item2{
    min-width: 20%;
    color: whitesmoke;
    font-size: 1.5em;
    text-align: center;
    padding-top: 40px;
}

.item3{
    min-width: 20%;
    color: whitesmoke;
    font-size: 1.5em;
    text-align: center;
    padding-top: 40px;

}
.item4{
    min-width: 20%;
    color: whitesmoke;
    font-size: 1.5em;
    text-align: center;
    padding-top: 40px;
}
.item5{
    min-width: 20%;
    color: whitesmoke;
    font-size: 1.5em;
    text-align: center;
    padding-top: 40px;
}


#banner{
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    opacity: 0.8;
}

.banner-tittle{
    position: absolute;
    margin-top: 14%; ;
    margin-left: 33%;
    margin-right: 22%;
    margin-bottom: 5%;
    font-size: 4em;
}
.subtitle{
    position: absolute;
    margin-top: 23%;
    margin-left: 35%;
    font-size: 2em;
}
.skill-container{
    display: flex;
    width: 100%;
    justify-content: center;
    height: 500px;
    margin-top: 1px;

    flex-direction: row;
    margin-left: 10px;
}

.skill1{
    display: flex;
    width: 100%;
    margin-top: 40px;
    margin-left: 50px;
    justify-content: center;

}

#image{
    width: 120px;
    height: 120px;
    margin-right: 70px;
}

#skill-text{
    color: black;
    margin-top: 30px;
    font-weight: bold;
    font-size: 2em;
    margin-left: 35px;
}

.skill-heading{
    display: flex;
    widows: 100%;
    height: 120px;
    color: black;
    background-color: black;
    font-size: 2em;
    margin-bottom: 150px;

}

.skill-title{
    margin-left: 45%;
    margin-top: 155px;
    font-weight: bold;
}

.image{
    margin-left: 59px;
}

.skill-container2{
    display: flex;
    width: 100%;
    justify-content: center;
    height: 500px;
    /* margin-top: ; */
    margin-top: -175px;
    flex-direction: row;
    margin-left: 10px;
}

a{
    text-decoration: none;
    color: whitesmoke;
    font-weight: bold;
}

.portfolio_heading{
    display: flex;
    widows: 100%;
    height: 100px;
    margin-top: 10px;
    font-size: 2em;
    margin-bottom: 10px;
}

.portfolio_title{
    margin-left: 45%;
    margin-top: 25px;
    font-weight: bold;
}

.porfolio_container{
    display: flex;
    margin-left: 50px;
    margin-top: 100px;
}

#portfolioimg{
    height: 400px;
    width: 300px;
    margin-left: 100px;
    margin-top: 80px;
}
.portfolio_desc{
    margin-left: 20px;
}
.portfolio_name{
    font-size: 2em;
    margin-left: 100px;
}

.portfolio_info{
    font-size: 1em;
    margin-left: 100px;
    color: green;
}

hr{
    width: 50%;
    align-self: center;
}

.portfolio_heading2{
    display: flex;
    widows: 100%;
    height: 100px;
    margin-top: 55px;
    font-size: 2em;
    margin-bottom: 10px;
}

.portfolio_title2{
    margin-left: 38%;
    margin-top: 50px;
    font-weight: bold;
}

.testimonials{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.client-name{
    margin-top: 100px;
    width: 100%;    
    height: 50px;
    font-size: 2em;
    margin-left: 45%;
}
.client-designation{
    width: 100%;
    height: 50px;
    font-size: 1.5em;
    margin-left: 42%;
    color: gray;
}
.client-testimonial{
    width: 100%;
    height: 50px;
    font-size: 1.5em;
    margin-left: 26%;
    color: gray;
    font-style: italic;
}


.fa {
    padding: 15px;
    font-size: 30px;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    color: black;
  }