body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

/* Hero section area */

.hero-area {
    background-image: url(images/top-banner.png);
    background-repeat: no-repeat;

}

.hero-area {
    display: flex;
    margin-bottom: 150px;
}

h1 {
    font-size: 50px;
}

.text-color {
    color: #d03910
}

.half-width {
    width: 50%;
    margin-left: 5%;
    margin-right: 1%;
}

.half-width img {
    width: 70%
}

.hirebutton {
    text-decoration: none;
    background-color: #d03910;
    padding: 10px 40px;
    color: #fff;
}

/* Dream Big area */


.dream-big-area {
    display: flex;
    background-image: url(images/dream-bg.png);
    background-repeat: no-repeat;
    background-position: right;
}

/* Latest-work */


.latest-work {

    margin-bottom: 100px;
    margin-top: 100px;
    background-color: #F8F9FC;
    padding-top: 150px;
    padding-bottom: 150px;
}

.latest-work-box {

    justify-content: center;
    display: flex;

}

.work-showup {
    width:22%;
    background-color: #fff;
    box-shadow: 10px 10px 20px rgb(235, 229, 235);
    border-radius: 20px;
    margin-left: 3%;
}

.work-showup img {
    max-width: 95%;
    padding: 10px;
}

.work-showup h4 {
    padding-left: 10px;
    font-weight: 900;
    font-size: 17px;

}

.work-showup p {
    padding-left: 10px;
}

.head-latest{
    text-align: center;
    text-transform:uppercase;
    font-size:30px;
  padding-bottom: 60px;
}