.hero-section-video{
    object-fit: cover;
    width: 100%;
    height: 420px !important; 
}
.e-hero-sub-section{
    top: 22% !important;
    left: 50%;
    transform: translate(-50%, 0);
}



.border-sty{
    border: 1px solid #b9cada;
}
.section2-abs{
    bottom: -20px;
    right: -2px;
}
.section2-abs img{
    width: 70px !important;
}
.arow-icon{
    margin-right: 10px;
}
.button-pnk:hover .arow-icon{
    margin-right: 5px;
    margin-left: 5px;
}
.arow-icon{
    transition-duration: 0.3s;
    font-size: 18px;
    vertical-align: middle;
}


.wid-31{
    width: 31%;
}
.ic-wraper{
    padding: 7px 10px;
}
.alink:hover .ic-wraper{
    background-color: #e02b20 !important;
}
.alink:hover .arrow-icon{
    color: white;
}




.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;
}


@media (max-width: 767px) {
.mbl-flex{
    flex-direction: column !important;
}
.wid-31{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.mt-mb-15{
    margin-top: 15px;
}
.hero-section-video{
    height: 380px !important;
}
}

@media (max-width: 426px) {
    .section2-abs{
        bottom: -2px;
        right: 8px;
    }
}