a:hover{
    color: #8C07AE !important;
}
.sh-lp-banner h1{
    font-size: 36px !important;
    font-weight: 700 !important;
}
.sh-lp-content h2{
    font-size: 26px;
    font-weight: 700 !important;
}
.sh-lp-content h3{
    font-size: 20px !important;
    font-weight: 700 !important;
}
p{
    font-size: 16px !important;
}
.sh-sec-pad{
    padding: 80px 0;
}
.sh-grey{
    background-color: #F6F6F6;
}
.y-underline{
    color: #FAAB39;
    text-decoration: underline;
}
.w-underline{
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
}
.heading-yellow{
    color: #FAAB39;
}
section.sh-lp-banner {
    position: relative;
    height: 500px;
    padding: 0 !important;
}
section.sh-lp-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sh-lp-banner-content-container {
    position: absolute;
    bottom: 50px;
    width: 100%;
}
.sh-lp-banner-content-container h1,
.sh-lp-banner-content-container p{
    color: #fff;
}
.sh-lp-content-img {
    margin-bottom: 25px;
}
.sh-lp-content-img img {
    width: 100%;
    object-fit: cover;
}
.row.benefits-box {
    align-items: stretch !important;
}
.box-fill{
    background: rgb(250,171,57);
    background: linear-gradient(90deg, rgba(250,171,57,1) 0%, rgba(255,187,89,1) 100%);
    border-radius: 5px;
}
.benefits-item {
    width: 19%;
    margin-left: auto;
    padding: 25px;
    margin-right: auto;
    display: flex;
    align-items: center;
}
.box-fill p{
    margin: 0;
    color: #fff;
    font-size: 15px !important;
}
.box-border {
    border: 1px solid #faab39;
    border-radius: 5px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 25px;
}
.box-border p{
    margin: 0;
}
.sh-features > div{
    margin-bottom: 20px;
}

.sh-lp-content .row.how-pos .box-border {
    display: block !important;
}
.sh-lp-content .row.how-pos p {
    margin-bottom: 16px !important;
}
.sh-last-section{
    background: rgb(250,171,57);
    background: linear-gradient(90deg, rgba(250,171,57,1) 0%, rgba(255,187,89,1) 100%);
}
.sh-last-section h2,
.sh-last-section p,
.row.benefits-outsource .box-fill  h3{
    color: #fff;
}
.row.benefits-outsource .box-fill {
    padding: 25px;
    height: 100%;
}
.row.benefits-outsource > div {
    margin-bottom: 25px;
}
.row.how-pos > div,
.row.how-pos .row >div {
    margin-bottom: 30px;
}
.sh-lp-content p, .sh-lp-content li{
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #383838 !important;
}
.single-social-links {
    display: flex;
}
.single-social-links a {
    color: #fff;
    width: 30px;
    background: #fff5;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    border-radius: 50%;
    margin-right: 14px;
    font-size: 16px;
    text-decoration: none !important;
}
.single-social-links a:hover {
    color: #faab39 !important;
    background: #fff5;
}

@media only screen and (max-width: 991px){
    .benefits-item {
        width: 31%;
        margin: 0 5px 30px !important;
    }
    .row.benefits-box {
        justify-content: center !important;
    }
}
@media only screen and (max-width: 767px){
    section.sh-lp-banner {
        height: 400px;
    }
}
@media only screen and (max-width: 600px){
    .benefits-item {
        width: 45%;
    }
}
@media only screen and (max-width: 424px){
    .benefits-item {
        width: 80%;
    }
}