@media (max-width: 550px) {
    .top-header{
        display: none;
    }
}


.menu-skew-div {
    display: flex;
    justify-content: end;
}

.footerSection{
    display: flex;
    justify-content: center;
}

.emailUs{
    display: flex;
    
}

.missionVision{
    display: flex;
    justify-content: start;
    color: white;
    color: #fff;
    line-height: 30px;
    max-width: 560px;
    margin: 22px auto;
}

.portfolio-item{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.homeIcon{
    display: flex;
    justify-content: center;
}

.footerLogo{
    max-width: 310px;
}


.logoImg{
    max-width: 310px;
}


@media (max-width: 767px) {
    .logoImg{
        max-width: 270px;
    }
}


.footer{
    flex-wrap: wrap;
}

.About-Us-Section1{
    margin-top: -150px;
    padding-top: 50px;
    margin-bottom: 0px;
    background-color: rgb(244, 243, 243);
}



.camera_loader{
    display: none;
}