body {
    font-family: Poppins,sans-serif;
   margin: 0px;
}
.orange-color {
    color:orange;
}

h1{
    font-size: 50px;
}

h2{
    font-size: 35px;
    font-weight: 700;
}
p{
    font-size: 14px;    
    color: dimgray;
}
.container{
   display: inline-block;
   padding: 10px;
}

.half-width{
    width:40%;
    float:left;
    margin-left: 5%;
    padding-left: 2%;;
}

.section-top{
background-image: url("images/header-bg.png");
background-repeat: no-repeat;
height: 400px;
    background-position: center;
    background-size: cover;
}

.section-biography{
    background-image: url("images/biography-bg.png");
    background-repeat: no-repeat;
    height: 400px;
    background-position: center;
    background-size: cover;
    }
.half-width img{
    width: 90%;   
}
.btn-link {
    color: white;
    background-color:#06e2d0;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
}

.center{
    text-align: center;
}
.section-experiences{
    background-image: url("images/latest-work-bg.png");
    background-repeat: no-repeat; 
    height: 400px;
    background-position: center;
    background-size: cover;   
    }
    .work-items{
        padding: 5px 130px;
    }
.work-item{
    width: 30%;   
    float: left;
    padding: 12px;
}
.work-item img{
    width: 100%;
}

.client-items{
    padding: 5px 150px;
}
.client-item{
    width: 29%;   
    float: left;
    padding: 10px;
}
.client-item img{
    width: 220px;
    height: 150px;
}

.section-feedback{
    background-image: url("images/footer-bg.png");
    background-repeat: no-repeat;    
    height: 400px;
    background-position: center;
    background-size: cover;
    }
    .feedback{
        text-align: center;
        padding: 10px 245px;
        width: 50%;
    }
    .qoute{
        font-family:'Courier';
        font-weight: bold;
   
    }
    .mail {
        color: white;
        background-color:magenta;
        padding: 50px 50px;
        border-radius: 10px;
        font-weight: 700;
    }
