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


.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: 650px;
    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;
}



.border-sty{
    border: 1px solid #b9cada;
}
.section2-abs{
    bottom: -20px;
    right: -2px;
}
.section2-abs img{
    width: 70px !important;
}


.bg-blu-sty{
    background-color: #1b1455;
}
.h-date{
    height: 430px;
}
.h-date h1{
    font-size: 200px;
    text-align: end;
    margin-top: -50px;
}


.tab-btn{
    color: #63727f;
    background: transparent;
    border: none;
    outline: none;
}
.tab-btn:hover{
    color: #e02b20;
}
.home-tabs .nav-underline .nav-link.active, .nav-underline .show>.nav-link{
    font-weight: 700;
    color: #e02b20;
    border-bottom: 2px solid #e02b20;
    background-color: transparent;
}
.home-tabs .nav-underline .nav-link, .nav-underline .show>.nav-link{
    border: 0;

    border-bottom: 2px solid transparent;
    outline: 0;
}

@media (max-width: 990px) {
    .abs-container{
        width: 520px;
    }
    .h-date h1{
        font-size: 150px;
    }
}


@media (max-width: 767px) {
    .abs-container{
        width: 80%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) !important;
    }
    .fixed-img-section{
        height: 500px !important;
    }
    .h-date h1{
        font-size: 120px;
        margin-top: 0px;
    }
    .h-date{
        height: 380px;
    }
}

@media (max-width: 500px) {
    .abs-container{
        width: 90%;
    }
    .fixed-img-section{
        height: 640px !important;
    }
    .h-date h1{
        font-size: 80px;
    }
    .h-date{
        height: 260px;
    }
}