        .single-services-two {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: -1px 3px 20px 0px rgba(82, 90, 101, 0.1);
    -moz-box-shadow: -1px 3px 20px 0px rgba(82, 90, 101, 0.1);
    box-shadow: -1px 3px 20px 0px rgba(82, 90, 101, 0.1);
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
    margin-bottom: 30px;
}
.single-services-two:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    border-bottom: 2px solid #1dc2cf;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transform: scaleX(0);
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}
.single-services-two .services-two-img img {
    width: 100%;
    display: block;
}
.single-services-two .services-two-info {
    padding: 30px 20px;
}
.single-services-two .services-two-info h3 {
    font-size: 18px;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    margin-bottom: 0;
}
.single-services-two .services-two-info p {
    font-size: 15px;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    margin-top: 12px;
    margin-bottom: 0;
}
.single-services-two .services-two-info h6 {
    font-size: 16px;
    margin-top: 10px;
}
.single-services-two:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.single-services-two:hover:before {
    transform: scaleX(1);
}
.hire-section {
    position: relative;
    z-index: 1;
    background-image: url('/files_upload/banner-bg.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 70px 0;
}
.hire-section::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #121630;
}
.hire-content h2 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    margin: 0;
}
.hire-content p {
    color: #ffffff;
    font-size: 16px;
    margin: 20px 0 0 0;
}
.hire-content .hire-btn {
    margin-top: 20px;
}
.single-services-item {
    position: relative;
    z-index: 1;
    display: block;
    padding: 35px 30px;
    text-align: center;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0px 5px 25px 0px rgb(110, 110, 110, 0.12);
    transition: all 500ms ease-out;
    margin-bottom: 30px;
}
.services-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
    margin: 0 auto;
    margin-bottom: 25px;
}
.single-services-item h3 {
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    margin-bottom: 0;
}
.single-services-item p {
    font-size: 15px;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
    margin-top: 15px;
    margin-bottom: 0;
}
