.imgtop{
    width: 500px; 
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.5);
}

.footer1 h2{
    text-align: left;
}

.topbanner{
  display: flex; justify-content: center; align-items: center; height: 100%;
}

#text1{
    text-align: justify; line-height: 30px; margin-right: 40px; font-size: 17px;
}
#clients{
    width: 600px; display: flex; margin: auto; 
}
#clientbanner{height: 600px;}

.footer1{
    display: flex; padding: 10px; justify-content: space-between; align-items: center;
}

#misvis{
    display: flex;
}

#surveillance1{
    display: flex;
    margin-bottom: 50px;
}

#imgsur{
    width: 500px; padding: 22px; border: none;
}

#surimgs{
    display: flex;

}
#homeimg{
    height: 500px;
}

/*---------------*/

@media only screen and (max-width: 700px) {
    .navbar{
        display: none;
    }

    #top3{
        display: flex;
        justify-content:space-between;
    }
 

    .imgtop{
        width: 400px; 
        margin-top: 22px;
    }
.topbanner{
    flex: none;
    display: block;
}

.container-fluid{
    height: 100%;
}

#text1{
    font-size: 14px;
    line-height: 22px;
    margin: 0px;
    
}
#clients{
    width: 400px;
}   
#clientbanner{
    height: 400px;
}

.footer1{
    flex:none;
    display: block;
}

.footer1 h2{
    text-align: center;
}
}


@media only screen and (max-width: 900px) {
    .navbar{
        display: none;
    }

    .imgtop{
        width: 400px; 
        margin-top: 22px;
    }
.topbanner{
    flex: none;
    display: block;
}

.container-fluid{
    height: 100%;
}

#text1{
    font-size: 14px;
    line-height: 22px;
    margin: 0px;
    
}
#clients{
    width: 400px;
}   
#clientbanner{
    height: 400px;
}

.footer1{
    flex:none;
    display: block;
}

.footer1 h2{
    text-align: center;
}
#misvis{
    flex: none;
    display: block;
}
#tabletext{
    font-size: 12px;
    text-align: left;
}
.img-thumbnail{
    margin-top: 10px;
}
#surveillance1{
    flex: none;
    display: block;
}

#imgsur{
     
      width: 100%
}
#surimgs{
    flex: none;
    display: block;

}
#homeimg{
    height: 320px;
}

}





.topnav {
    overflow: hidden;
    background-color: #eee;

    a {
        float: left;
        display: block;
        color: black;
        text-align: center;
        padding: 13px 16px;
        text-decoration: none;
        font-size: 17px;

        &:hover {
            background-color: #ddd;
            color: black;
        }
        &.active {
            background-color: #ddd;
            color: black;
        }
    }
    .logo {
        float: left;
        display: block;
        color: black;
        text-align: center;
        padding: 7px 10px 3px 10px;
        margin-top: 2px;
        text-decoration: none;
        font-size: 17px;

        img {
            width: 30px;
            height: auto;
        }
        &:hover {
            background: transparent;
        }
    }
    button {
        display: none;
    }
}
.container {
    padding: 0px 10px;
}
@media screen and (max-width: 700px) {
    .topnav a:not(:first-child) {
        display: none;
    }
    .topnav button.icon {
        background: #d8d8d8;
        float: right;
        display: block;
        padding: 16px 17px;
        border: 0;
        outline: none;
        cursor: pointer;
    }
    button.icon:focus, button.icon:hover {
        border: 0;
        outline: none;
        background: #b3b3b3;
    }
}
@media screen and (max-width: 700px) {
    .topnav.responsive {
        position: relative;

        a {
            float: none;
            display: block;
            text-align: left;
        }
        .icon {
            position: absolute;
            right: 0;
            top: 0;
        }
    }
}

