.site-logo.home1-site-logo img {
    height: 65px;
}
.video___wrapper video{
    height: 640px;
}
/*Responsive Media Queries( Start-> )*/


@media screen and (min-width:1600px){

}
@media screen and (min-width:992px) and (max-width:1200px){

}
@media screen and (min-width:750px) and (max-width:991px){

}
@media screen and (max-width:749px){
 .mobile-logo img {
    height: 60px;
}
.hero11-shape3 {
    position: absolute;
    top: 100px;
    right: 60px;
    display: none;
}
.hero11-shape2 {
    position: absolute;
    bottom: 100px;
    left: 60px;
    display: none;
}
.about9-hadding {
    padding-left: 0px;
    margin-top: 10px;
}
.hadding10 h1 {
    font-size: 32px;
    line-height: 42px;
}
.hero-area10 {
    min-height: unset;
    display: flex;
    align-items: center;
}
.vision-mission-box {
    margin-bottom: 20px;
}
.director-box-img img {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    margin-bottom: 20px;
}
.order__1{
    order: 1;
}
.order__2{
    order: 2;    
}
.menu-close-logo img {
    height: 65px;
}
.video___wrapper video{
    height: auto;
}
.pb80 {
    padding-bottom: 40px;
}
.pt80 {
    padding-top: 40px;
}
.choose3-shape1 {
    position: absolute;
    top: 40px;
    left: 20px;
    display: none;
}
.contact7-hadding {
    margin-top: -50px;
}
}
@media screen and (max-width:320px){

}


/*Responsive Media Queries( Start-> )*/