.steps-main{
    /* background-color: #F8F8F8; */
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}


.service-box {
    overflow: hidden;
    position: relative;
    width: 90%;
    min-height: 348px !important;
    /* padding: 33px 35px 28px; */
    padding: 30px 44px;
    background: #fff;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    border: 1px solid #e7e7e7;
    margin-top: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

.service-box2 {
    overflow: hidden;
    position: relative;
    min-height: 348px !important;
    /* padding: 33px 35px 28px; */
    padding: 30px 0px;
    background: #fff;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    border: 1px solid #e7e7e7;
    margin-top: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

.service-box .big-number {
    position: absolute;
    right: 0px !important;
    color: #00a6a657 
}


.service-box .icon-main {
    float: none !important;
    background: transparent !important;
    width: 50px;
    height: 50px;
    line-height: 40px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
    color: #ef0000;
    background: #43baff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.service-box .content-box {
    padding-left: 0px !important;
    padding-bottom: 25px;
    position: relative;
}
.service-box .content-box h5 {
    font-size: 18px;
    margin-bottom: 5px;
}

.service-box .content-box p:last-child {
    margin-bottom: 0;
}
.service-box .icon-main img {
    width: 50px !important;
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.service-box .big-number {
    position: absolute;
    right: -7px;
    bottom: 0;
    font-size: 72px;
    font-weight: 700;
    font-family: montserrat,sans-serif;
    line-height: 52px;
    color: #f2f2f2;
}
.content{
    padding: 70px 0px;
}

.assignment-title {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    position: relative;
    /* margin-top: 80px; */
    margin-bottom: 40px;
}
.assignment-title p {
    color: #000;
    text-transform: initial;
    font-weight: 500;
    text-align: center;
}
.assignment-title span {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    width: 600px;
    color: #232e45;
    font-size: 36px;
    line-height: 46px;
}

@media(max-width:600px) {
    .about-img{
        display: none;
    }
    .assignment-title p{
        display: none;
    }
    .assignment-title span {
        position: absolute;
        top: 0px!important;
        left: 0;
        right: 0;
        margin: auto;
        width: 100px!important;
        color: #232e45;
        font-size: 36px;
        line-height: 46px;
    }
}

.sub-headings {
    font-size: 1.2rem;
    text-align: center;
    text-transform: capitalize;
    color: #232e45;
    font-weight: 700;
}
.steps-main{
    /* background-image: url("../Images//background.png"); */
    height: auto;
    width: 100%;
    background-position: bottom;
    
}
.service-CIPD{
    background-color: #E34F14;
    width: 20%;
    border:  dotted 3px #232e45;
    color: #fff;
}
#shimmer{
    background-image: linear-gradient(90deg,
    #E34F14 0%,#008383 40%,
    #DDDDDD 50%, #DDDDDD 55%, 
    #E34F14 65%,#008383 100% );
    background-size: 400% ;
    animation: shimmer 1500ms infinite;

}
@keyframes shimmer{
    from{ background-position: 100% 100%;}
    to{background-position: 0 0;}
}