*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    width: 100%;
    height: 100%;
}
#main{
    width: 100%;
    height: 140%;
    background-color: #000;
    padding: 0.1px;
}
#main h1{
    color: #fff;
    font-size: 2.5rem;
    font-family: Montserrat;
    margin-top: 6%;
    margin-left: 30.5%;
}
#main h1 span{
    color: #FF3703;
}
.box{
    width: 100%;
    height: 35%;
    /* background-color: red; */
    margin-top: 5%;
    display: flex;
    justify-content: space-evenly;
    padding-left: 8%;
    padding-right: 8%;
}
.box2{
    width: 100%;
    height: 35%;
    /* background-color: red; */
    margin-top: 5%;
    display: flex;
    justify-content: space-evenly;
    padding-left: 8%;
    padding-right: 8%;
}
.smb1{
    width: 27%;
    height: 100%;
    background-color: #16161a;
    border-radius: 20px;
    padding: 0.1px;
    box-shadow: -5px -5px 5px #ffffff inset, -5px -5px 5px #F05742;
}
.smb1 h2{
    color: #fff;
    font-size: 1.2rem;
    font-family: montserrat;
    margin-top: 5%;
    margin-left: 10%;
}
.smb1 p{
    color: #fff;
    font-family: sans-serif;
    font-size: 0.8rem;
    margin-left: 10%;
    margin-top: 3%;
    line-height: 20px;
}
.smb1 a{
    text-decoration: none;
    color: #fff;
    font-size: 20px;
  position: relative;
  top: 3%;
  left: 10%;
}
.smb1 a:hover{
    color: #FF3703;
    transition: all ease 0.5s;
}
.smb2{
    width: 27%;
    height: 100%;
    background-color: #16161a;
    border-radius: 20px;
    box-shadow: -5px -5px 5px #ffffff inset, -5px -5px 5px #F05742;
}
.smb2 h2{
    color: #fff;
    font-size: 1.2rem;
    font-family: montserrat;
    margin-top: 5%;
    margin-left: 10%;
}
.smb2 p{
    color: #fff;
    font-family: sans-serif;
    font-size: 0.8rem;
    margin-left: 10%;
    margin-top: 3%;
    line-height: 20px;
}
.smb2 a{
    text-decoration: none;
    color: #fff;
    font-size: 20px;
  position: relative;
  top: 3%;
  left: 10%;
}
.smb2 a:hover{
    color: #FF3703;
    transition: all ease 0.5s;
}
.smb3{
    width: 27%;
    height: 100%;
    background-color: #16161a;
    border-radius: 20px;
    box-shadow: -5px -5px 5px #ffffff inset, -5px -5px 5px #F05742;
}
.smb3 h2{
    color: #fff;
    font-size: 1.2rem;
    font-family: montserrat;
    margin-top: 5%;
    margin-left: 10%;
}
.smb3 p{
    color: #fff;
    font-family: sans-serif;
    font-size: 0.8rem;
    margin-left: 10%;
    margin-top: 3%;
    line-height: 20px;
}
.smb3 a{
    text-decoration: none;
    color: #fff;
    font-size: 20px;
  position: relative;
  top: 3%;
  left: 10%;
}
.smb3 a:hover{
    color: #FF3703;
    transition: all ease 0.5s;
}
.umb{
    width: 80%;
    height: 40%;
    background-image: url(recruitment-staffing-services-500x500.webp);
    background-position: top;
    background-size: cover;
    margin-top: 5%;
    margin-left: 10%;
}
.umb1{
    width: 80%;
    height: 40%;
  background-image: url(/1653398607525.jpg);
  background-position: center;
  background-size: contain;
    margin-top: 5%;
    margin-left: 10%;
}
.umb2{
    width: 80%;
    height: 40%;
    background-image: url(customer-onboarding-process.png);
    background-position: left;
    background-size: cover;
    margin-top: 5%;
    margin-left: 10%;
}
.umb3{
    width: 80%;
    height: 40%;
  background-image: url(employement.png);
  background-position: top;
  background-size: cover;
    margin-top: 5%;
    margin-left: 10%;
}
.umb4{
    width: 80%;
    height: 40%;
 background-image: url(learning-and-development-anyone-can-right-e1462966719675.webp);
 background-position: center;
 background-size: cover;
    margin-top: 5%;
    margin-left: 10%;
}
.umb5{
    width: 80%;
    height: 40%;
    background-image: url(orgazinational.jpg);
    background-position: right;
    background-size: cover;
    margin-top: 5%;
    margin-left: 10%;
}