.hero-section-video{
    object-fit: cover;
    width: 100%;
    height: 410px !important; 
}
.e-hero-sub-section{
    top: 18%;
    left: 50%;
    transform: translate(-50%, 0);
}
.e-hero-sub-section h1{
    font-size: 2rem;
}


.company-follow-step{
    width: 33.33%;
}
.follow-step-no {
    width: 30px;
    height: 30px;
}
.button-pnk{
    padding: 13px;
    border: none;
    background-color: #e02b20;
    color: white;
}
.arow-icon{
    transition-duration: 0.3s;
    font-size: 18px;
    vertical-align: middle;
}
.arow-icon{
    margin-right: 10px;
}
.button-pnk:hover .arow-icon{
    margin-right: 5px;
    margin-left: 5px;
}


.ws-img {
    height: 240px;
}
.ws-img img{
    transition: 0.3s ease;
    object-fit: cover;
}
.ws-item:hover .ws-img img {
    transform: scale(1.2);
}


.fixed-img-section{
    position: relative;
    width: 100%;
    height: 450px;
    background-image: url(../img/img-business-jlt-skyscrapers.webp); 
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
}
.abs-container{
    width: 530px;
    height: auto;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0);
}
.ic-wraper{
    padding: 7px 10px;
}
.abs-contain:hover .ic-wraper{
    background-color: #e02b20 !important;
}
.abs-contain:hover .arrow-icon{
    color: white;
}


.wid-70{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.accordion-button:not(.collapsed){
background-color: transparent;
box-shadow: none;
}
.accordion-item{
background-color: #ecf3f7;
}
.accordion-button{
    background-color: #ecf3f7;
}




.disply-none{
    display: none;
}

@media (max-width: 990px) {
   
}
@media (max-width: 767px) {
    .company-follow-step{
        width: 100%;
    }
    .abs-container{
        width: 80%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) !important;
    }
    .mbl-wid-93{
        width: 93%;
    }
    .hero-section-video{
        height: 340px !important;
    }
}
@media (max-width: 500px) {
    .abs-container{
        width: 90%;
}

}