@media only screen and (max-width: 768px) {



    .avid-container {
        max-width: 100% !important;
    }

    .avid {
        padding-top: 0px !important;
        padding-left:20px !important;
        padding-right:20px !important;

    }

    .qr {
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 50px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .menu-sep {
        display: none;
    }

    .menu-item {
        margin-left: 0px;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        font-size: 14px;
        text-transform: uppercase;
        margin-top: 5px !important;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffde17;
    }

    .navbar-toggle:hover {
        background-color: #ffde17 !important;
        border-color: #ffde17 !important;
    }

    .menu-item:hover {
        padding-left: 20px !important;
        color: #003546 !important;
    }

    .footer-logo-container,
    .about-content-container {
        margin-left: 5%;
    }

    .valign {
        display: unset !important;
    }

    .about-content {
        padding: 10px;
    }

    .about-title {
        font-size: 32px;
        line-height: 42px;
    }

    .about-text {
        column-count: unset;
        font-size: 13px;
        margin-bottom: 20px;
        margin-right: 15px;
    }

    .about-circle1 {
        left: 15%;
    }

    .services-title-container {
        margin-left: 5%;
        margin-top: 150px;
        margin-bottom: 75px;
    }

    .about-circle2 {
        width: 163px;
        bottom: -154px;
        left: -59px;
    }

    .service-content {
        text-align: center;
    }

    .clients-title-container {
        margin-left: 5%;
        margin-top: 50px;
        margin-bottom: 75px;
    }

    .logos {
        margin-top: 0px;
        width: 100%;
        padding: 20px;
    }

    .contact-title-container {
        margin-left: 2%;
    }

    .form-container{
        margin-left: 0%;
    }

    .form-inputs{
        margin-left: 0px;
    }
    .contact-circle1 {
        right: -47px;
        top: -38px;
        width: 163px;
    }
    .footer-item {
        margin-left: 35px;
    }
    .footer-logo-container img {
        margin-bottom: 0px;
        margin-top: 16px;
    }
    .footer-text {
        margin-left: 25px;
    }

    .hero-title {
        font-size: 55px;
        line-height: 53px;
    }

    .vcircle2, .vcircle{
        display: none;
    }

    .bread-container {
        height: 50vh;
    }
    .video-title-container {
        margin-left: 1%;
    }

    .video-content-container {
        padding-top: 75px;
        padding-bottom: 50px;
    }
    .video-text1{
        margin-bottom: 45px;
    }
    .stripes {
        height: 200px;
    }
    .stripes-img {
        top: -168px;
        left: -171px;
    }
    .videos-left {
        margin-left: 1%;
        margin-right: 1%;
    }
    .videos-right {
        margin-left: 1%;
        margin-top: 0px;
        margin-right: 1%;
    }
    .nav-container {
        margin-left: 1%;
        margin-right: 1%;
    }

    .audio-left{
        min-height: unset;
    }

    .yellow-circle {
        margin-left: 0px;
    }
    
    .gravity {
        text-align: center;
    }
    .gravity-img {
        width: 300px;
        left: 50%;
        top: 0px;
        transform: translate(-50%, 0) !important;
    }
    .projects-container {
        margin-left: 1%;
        margin-right: 1%;
    }

    .logo {
       transform: translate(0, 3px);
    }
    .col-sm-9, .col-xs-12{
        min-height: 2px;
    }

    .service-title {
        text-align: center;
        margin-right: 0px;
    }
    .service-number {
        padding-left: 0px;
    }   
    .form-inputs1 {
      width: unset !important
    } 
    .footer-item:nth-child(1){
        margin-top:80px
    }
    .footer-item .valign{
        display: flex !important;
    }
    .about-container {
        margin-left: 20px;
        margin-right: 20px;
    }
    .about-content {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 1568px) {}