body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#wrapper{
    margin: 0 auto;
    width: 100%;
}

input[type=search]{
    width: 200px;
    border: none;
    border-radius: 50px;
    transition: all 2s;
}

input[type=search]:focus{
    width: 500px;
}

.main{
    height: 200px;
    margin-top: 5%;
    text-align: center;
    padding-top: 5%;
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.8)), url('./ab.jpg');
    background-attachment: fixed;
    color: #fff;
    background-position:center center;
    background-size: cover;
}

.main-team{
    height: 200px;
    margin-top: 5%;
    text-align: center;
    padding-top: 5%;
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.8)), url('./team.jpg');
    background-attachment: fixed;
    color: #fff;
    background-position:center center;
    background-size: cover;
}

.fa-laptop,.fa-cloud,.fa-shield-halved,.fa-network-wired,.fa-github,.fa-apple{
   
    color: #aca9a9;
    
}

.col-md-2:hover{
    color: red;
    cursor: pointer;
}

.ico{
    font-size: 50px;
    text-align: center;
}

.ico:hover{
    color: red;
}

.aboutservices{
    padding: 20px;
    background: #f4f2f2;
}

.aboutservices p{
    font-size: 18px;
    text-align: center;
    line-height: 3rem;
    font-weight: 700;

}

.col-md-2{
    text-align: center;
}

.col-12 p{
    color: #6b6868;
    font-size: 14px;
    text-align: justify;
    line-height: 1.3rem;
}

.col-md-4{
    /* border: 1px solid #d7d7d7; */
    border-radius: 9px;
    /* text-align: center; */
    font-size: 14px;
}

.col-md-4 h1{
    text-align: center;
    font-size: 35px;
}

.icon{
    width: 100px;
    padding: 20px;
    border-radius: 9px;
    border: 1px solid #d7d7d7;
    margin: 0 auto;
    margin-bottom: 10px;
}

.certificates .col-md-2 a{
    text-decoration: none;
    color: #333;
}

.certificates .col-md-2 h4{
    font-size: 20px;

}

.director img{
    width: 100%;
    border-radius: 20px;
}
