*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#new-hero-parent{
    width:100%;
    position: relative;
    min-height: 100vh !important;
    overflow: hidden;
    margin-bottom:10px;


}
#new-hero-parent video{
 position:absolute; 
 width:100%;
 top: -3px!important; 
 left: -3px !important; 
  object-fit: cover;
  object-position: center center;
  z-index: 0; /* background me rahe */
}




#new-hero-parent nav{
    position: absolute;
    top:0;
    z-index: 99999;
}


.new-hero-content{
    height:400px;
    /* border:2px solid rgb(255, 0, 0); */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    top:289px;
    z-index: 10;
    width:100%;
    margin:0px auto;
}

.new-container-1{
position: relative;
z-index: 10;
color: white;
text-align:center;
}

.new-container-1 div h2{
    color:white;
    font-size:7vw;
    line-height: 130px;
    text-align:center;
}

.new-container-1 div h4{
    font-size:1.3vw;
    color:rgba(255, 255, 255, 0.658);
    text-align: center;
    padding:50px 0px 10px 0px;

}

.new-container-1 .new-upper-img img{
    width:30px !important;
    position: absolute;
    left:-100px;
    z-index: 2;
}
.new-container-1 .new-lower-img img{
    width:30px !important;
    position: absolute;
    right:0;
    z-index: 2;
}

#new-hero-parent .logo-img{
    position:absolute;
    top:810px;
    left:40px;
  z-index: 10; /* background me rahe */
}
#new-hero-parent .logo-img img{
    width:13vw;
    cursor: pointer;
}

@media(min-width:1024px){
    .respo-video{
        display:none;
    }
}
@media(max-width:1024px){
    #new-hero-parent video{
        display:none;
    }
}



/* home Section responsive */

@media (max-width:1520px){

.new-hero-content{
    height:auto;
    top:270px;
}
}


@media (max-width:1228px){

.new-hero-content{
    height:auto;
    top:210px;
}

 .new-container-1 div h2{
    color:white;
    font-size:6vw;
    line-height: 80px;
    text-align:center;
}

.new-container-1 div h4{
    font-size:1vw;
    color:rgba(255, 255, 255, 0.658);
    text-align: center;
    padding:30px 0px 10px 0px;

}

.new-container-1 .new-upper-img img{
    width:2vw !important;
}
.new-container-1 .new-lower-img img{
    width:2vw !important;
}

}

/* @media (max-width:1720px){
    #new-hero-parent{
    min-height: 75vh;

}
} */

/* @media (max-width:1535px){
    #new-hero-parent{
    min-height: 67vh;
    margin-bottom:0px;

}
} */
/* @media (max-width:1340px){
    #new-hero-parent{
    min-height: 800px !important;
    margin-bottom:0px;

}
} */









/*///////// tab screen start /////////*/

@media (max-width:1024px){
   /* #new-hero-parent{
    height: 46vh;

} */
 #new-hero-parent{
    min-height: 50vh !important;
    margin-bottom:40px;

}

#new-hero-parent img{
    object-fit: cover !important;
    height:500px;
    object-position: 0% 100%;
 }
 .new-hero-content .new-container-1 .new-upper-img img{
    width:2vw !important;
    height:inherit !important;
    left:-100px !important;
}
.new-hero-content .new-container-1 .new-lower-img img{
    width:2vw !important;
    height:inherit !important;
    right:-100px;
}
 

.new-hero-content{
    top:190px;
}

.new-container-1 div h2{
    color:white;
    font-size:5vw;
    line-height: 50px;
    text-align:center;
}

.new-container-1 div h4{
    font-size:2vw;
    color:rgba(255, 255, 255, 0.658);
    text-align: center;
    padding:30px 0px 10px 0px;

}
}


/*////mobile screen start////*/

@media (max-width:768px){
 
 #new-hero-parent{
    min-height: 45vh !important;
    margin-bottom:0px;

}
 #new-hero-parent img{
    object-fit: cover !important;
    height:500px;
    object-position: 44% 100%;
 }
 
    .new-hero-content{
      top:30px;
      height:300px;
      padding:10px 15px;
 }
 .new-container-1 div h2{
    color:white;
    font-size:28px;
    line-height: 40px;
    text-align:center;
}

.new-container-1 div h4{
    font-size:16px;
    color:rgba(255, 255, 255, 0.658);
    text-align: center;
    padding:30px 0px 10px 0px;

}
.new-hero-content .new-container-1 .new-upper-img img{
    width:2vw !important;
    height:inherit !important;
    left:20px !important;
}
.new-hero-content .new-container-1 .new-lower-img img{
    width:2vw !important;
    height:inherit !important;
    right:50px;
}


}





/*client icons section start here */

.client-icons-sec{
    background: linear-gradient(to bottom, rgba(37, 64, 92, 0.849) 0%, #10203d 50%, rgba(37, 64, 92, 0.849) 100%);
    height:auto;
    width:100%;
    border-radius:30px;
    margin:30px 0px 160px 0px;
    padding:80px 10px;
    position: relative;
}

.client-icons-sec div{
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    
}
.client-icons-sec div .client-para {
    padding:50px;
}
.client-icons-sec div .client-para h2{
    font-size:50px;
    color:white;
}
.client-icons-sec div .icons-box{
    padding:20px 0px 20px 10px;
    
}
.client-icons-sec div .icons-box img{
     width:85%;
     
}


.servieccard-tital{
    text-align: center;
    margin:100px 0px 50px 0px;
    padding:40px 15px;
}
.servieccard-tital h2{
    font-size:50px;
    color:gray;
}


/* responsive tab */

@media (max-width:1024px){
.client-icons-sec{
    margin:30px 0px 30px 0px;
    padding:50px 10px;
    position: relative;
}
.client-icons-sec div .client-para h2 {
   font-size:32px;
}
.servieccard-tital h2{
    font-size:32px;
}
.servieccard-tital{
    text-align: center;
    margin:80px 0px 20px 0px;
}
.client-icons-sec div .client-para {
    padding:30px;
}

}


/* mobile sreen responsive */

@media (max-width:768px){
.client-icons-sec{
    margin:30px 0px 30px 0px;
    padding:30px 10px;
    position: relative;
}
.client-icons-sec div .client-para h2 {
   font-size:28px;
   text-align: center;
}
.servieccard-tital h2{
    font-size:28px;
    text-align: center;
}
.servieccard-tital{
    text-align: center;
    margin:50px 0px 0px 0px;
    text-align: center;
}

.client-icons-sec div .icons-box img{
     width:90%;
     
}
.client-icons-sec div .icons-box{
    padding:0px 10px 0px 10px;
    
}
.client-icons-sec div .client-para {
    padding:30px;
}


}



/* new code for hero video section */

@media (max-width:1700px){
    #new-hero-parent{
         min-height:73vh !important;
    }
}

@media (max-width:1480px){
    #new-hero-parent{
         min-height:67vh !important;
    }
    .new-hero-content{
    top:200px;
}
}

@media (max-width:1440px){
    #new-hero-parent{
         min-height:62vh !important;
    }
    .new-hero-content{
    top:200px;
}

}

@media (max-width:1320px){
    #new-hero-parent{
         min-height:60vh !important;
    }
    .new-hero-content{
    top:140px;
}
}

@media (max-width:1370px){
    #new-hero-parent{
         min-height:62vh !important;
         margin-bottom:40px !important;
    }
    .new-hero-content{
    top:140px;
}
}

@media (max-width:1250px){
    #new-hero-parent{
         min-height:56vh !important;
    }
    .new-hero-content{
    top:140px;
}
}

@media (max-width:1100px){
    #new-hero-parent{
         min-height:50vh !important;
    }
    .new-hero-content{
    top:180px;
}
}

@media (max-width:1024px){
    #new-hero-parent{
         min-height:48vh !important;
    }
    .new-hero-content{
    top:180px;
}

#new-hero-parent video {
    position: absolute;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: 4% center;
    z-index: 0;
    display:inherit;
}
#new-hero-parent .respo-video{
    display:none;
}

}

@media (max-width:768px){
    #new-hero-parent{
         min-height:48vh !important;
    }
    .new-hero-content{
    top:-130px;
}
#new-hero-parent video{
    position:inherit;
    width:inherit;
    object-fit: inherit;

} 
#new-hero-parent .respo-video {
    position: absolute !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    object-fit: inherit;
    /* object-position: 0% 100% !important; */
    z-index: 0 !important;
    display:inherit;
}

#new-hero-parent nav{
    padding:9px 20px !important;
}

}

@media (max-width:480px){
    #new-hero-parent{
         min-height:12vh !important;
    }
    .new-hero-content{
    top:-70px;
}
#new-hero-parent video{
    position:inherit;
    width:inherit;
    object-fit: inherit;

} 
#new-hero-parent .respo-video {
    position: absolute !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    object-fit: inherit;
    /* object-position: 0% 100% !important; */
    z-index: 0 !important;
    display:inherit;
}

}

