body {
    -webkit-font-smoothing: antialiased;
    font-family: 'Poppins', sans-serif;
}


#home-top  {
 margin-top : 50px;
    background-color : #FFF ;
}

#home-top p {
    font-size: 16px;
}

#home-top h1 {
    font-size: 60px;
    color: #252b33;
    font-weight: 900;
    line-height: 70px;
    letter-spacing: -1px;
}

#hire-us {
    margin-top: 40px;
}

#hire-us h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 800;
    line-height: 70px;
    letter-spacing: -1px;
    background-color: #F13C31;
    border-radius: 10px;
    padding : 10px;
    margin-left : 50px;
    margin-right: 50px;
}

#hire-us p {
    margin-left : 50px;
    margin-right: 50px;
    line-height: 30px;
    font-size: 16px;
}

#hire-us ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#hire-us ul li {
    color: #F13C31;
    font-weight: bold;
    font-size : 18px
}

#what-we-do {
    margin-top: 30px;
    margin-bottom : 60px ;
}

#what-we-do h1 {
    font-size: 40px;
    color: #252b33;
    font-weight: 800;
    line-height: 70px;
    letter-spacing: -1px;
    /*background-color: #F13C31;*/
    /*border-radius: 10px;*/
    /*padding : 10px;*/
    /*margin-left : 50px;*/
    /*margin-right: 50px;*/
}

#core-value-section {
    background-color: #FAFAFA;
    padding-top: 50px;
    padding-bottom: 50px;
}

#core-value-section h1 {
    font-size: 40px;
    color: #252b33;
    font-weight: 800;
    line-height: 70px;
    letter-spacing: -1px;
}

#covid-message {
    margin-top: 30px;
    margin-bottom: 30px;
    background: url("../img/globe-bg-img.jpg");
    height: 810px;
    background-size: cover;
    background-position: center center;
}

#covid-message .covid-panel-message {
    background: #ffffff;
    padding: 80px;
    box-shadow: 0 16px 54px 0 rgb(0 0 0 / 10%);
    border-radius: 4px;
    margin: 120px 0px;
}

.covid-panel-message h2 {
    font-weight: 800;
    font-size: 40px;
    color: #252b33;
    /*font-weight: 800;*/
    line-height: 55px;
    letter-spacing: -0.5px;
}

.covid-panel-message p {
    font-size: 16px;
    color: #252b33;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 16px;
}

#how-can-we-help-section {
    text-align: center;
}

#how-can-we-help-section p {
    color: #252B33;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

#how-can-we-help-section h3 {
    margin: 32px 0px 16px 0px;
    font-weight: 800;
    color: #252B33;
    font-size: 24px;
}

#how-can-we-help-section h2 {
    margin-bottom: 40px;
    color: #252B33;
    font-size: 48px;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 60px;
}

#contact-us-section {
    margin-top: 50px;
    margin-bottom: 30px;
}

#contact-us-section .contact-us-panel {
    margin-left: 30px;
    margin-right: 30px;
    background-color: #F13C31;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}

#contact-us-section h3 {
    margin: 32px 0px 16px 0px;
    font-weight: 800;
    color: #fff;
    font-size: 24px;
}

#footer-section {
    margin-top : 80px;
    padding: 20px;
    background-color: #F13C31;
    color: #FFFFFF;
    font-size : 14px;
    text-align: center;
    font-weight: bold;
}