/* .homePage .container-fluid{
    padding-left: 0px;
    padding-right: 0px;
} */
.homePage{
    overflow-x: hidden;
}
.homeSec1{
    height: 100vh;
    overflow: hidden;
    background: linear-gradient(90deg, rgb(245 113 42) 0%, rgb(249 155 53) 100%);
}
.myVideo{
    top: -70px;
    width: 100vw;
    display: block;
    position: relative;
    /* height: calc(100vh);
    object-fit: cover; */
}
.homeBanner{
    height: auto;
    width: 100%;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    display: none;
}
.homeBanner::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../images/home/Asset11.png);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: 100%;
    object-position: 100%;
}
.bannerText{
    position: absolute;
    left: 50%;   
    transform: translateX(-50%);
    /* bottom: 10%; */
    bottom: 200px;
}

@media screen and (max-width: 1024px){
    .myVideo{
        display: none;
    }
    .homeBanner{
        display: block;
    }
}

.achievingNewHeightsConterMainImg{
    width: 24px;
    height: 24px;
}
.achievingNewHeightsConterMainImg img{
    width: 100%;
    height: 100%;
}
.bannerText h3{
    width: 100%;
    display: block;
}
.Asset21 {
    width: 100%;
    height: 100%;
    padding-top: 50px;
}
.mainHead2{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    justify-content: center;
}
.btnHome{
    background-color: transparent;
    font-weight: 600;
    position: relative;
}
.btnHome::before{
    position: absolute;
    content: "";
    bottom: -3px;
    left: 0;
    width: 40%;
    height: 3px;
    background-color: white;
    border-radius: 20px;
}
.btnHome1::before{ 
    background-color: #faa519;  
}
.btnHome:hover::before{
   width: 100%;
   transition: 0.5s;
}
.borderLW1 {
    position: relative;
}

.borderLW1::before {
    position: absolute;
    top: 10%;
    width: 2px;
    height: 80%;
    right: 0;
    content: "";
    background-color: #FFD830;

}
.mdMassage{
    width: 650px ;
    padding: 50px;
}
.bgMd{
    background-color: rgb(191, 191, 191 ,17%);
}
.textHome{
    width: 600px;    
}
.homeSec7MAin{
    /* height: 520px; */
    /* filter: invert(1); */
    position: relative;
    width: 100%;
    object-fit: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}
.homeSec7MAin::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgb(0, 0, 0);
    z-index: -1;
}
.lh_32{
    line-height: 32px;
}
.footerMAin{
    background-repeat: no-repeat;    
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
}
.footerDiv{
    position: relative;
}
.footerMAin::before{
    position: absolute;
    top:0;
    left: 0;
    right:0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../images/footer/Asset22.png);
    background-position: center  ;
    background-repeat: no-repeat;   
    background-size: 27%;   

}
.footerIconDiv{
    gap: 20px;
}
.footerIcon{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.footerIcon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.managingDirectorSec1{
    position: relative;  

}
.managingDirectorSec1Btn{
    width: 220px;
    height: 60px;
    position: absolute;
    right: 0;
    bottom: 0;

}
.managingDirectorSec1Btn::before{
    background-image: url(../images/home/homebtn2.png);
    width: 215px;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
}
.managingDirectorSec1Btn a{
    position: absolute;
    top: 30%;
    left: 25%;
}
.managingDirectorSec1Btn a img{
   width: 25px;
   height: 15px;
}

.absImgRow{
    width: 100%;
}
.absImg {
    bottom: -100px;
    text-align: right;
    right: calc((100% - 1320px) / 2);
}

.mobImg{
    display: none;
}