@media (max-width: 992px){
    .contact-content h3{
        margin-bottom: 30px;
        color: #404548;
        font-weight: bold;
        font-size: 20px;
    
    }
}


@media (max-width: 767px){
    .video{
        margin: -100px 0;
    }
    .content-box-lg{
        padding: 50px 0;
    }
}




/* Extra Small Devices (Portrait Phones & Smaller Devices) */

@media (max-width: 480px) {
    /* Home */
    #home-heading h1 {
        font-size: 18px;
    }
    #home-text p {
        font-size: 11px;
        line-height: 16px;
        margin: 8px 10px 25px 10px;
    }
    /* Generic */
    .contact-content h3{
        margin-bottom: 30px;
        color: #404548;
        font-weight: bold;
        font-size: 22px;
    
    }

    #home-heading h1 {
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        line-height: 20px;
        margin: 60px 0px 10px 0;
        display: inline-block;
    }
    
    #home-heading h2 {
        color: #f4f4f4;
        font-size: 15px;
        font-weight: 300;
        line-height: 24px;
        margin: -12px 0px -4px 0;
        display: inline-block;
    }
    
    #home-heading h2 a{
        color: #fff;
        font-size: 17px;
        font-weight: 300;
        line-height: 15px;
        display: inline-block;
        text-decoration: none;
        text-decoration: underline;
        margin-bottom: 18px;
        margin-top: -10px;
    }
    
    
    
    #home-heading h1 span {
        color: #f4c613;
        font-weight: 500;
    }
    
    #home-text p {
        color: #fff;
        font-size: 17px;
        font-weight: 100;
        margin: 8px 0 30px 0;
    }
    .btn-icon{
        margin: 0 0 0 5px;
    }
    
    #home-heading-2 span{
        color: #fab702;
        font-weight: 500;
        display: block;
        margin-bottom: 10px;
        font-size: 19px;
        font-family: Arial, Helvetica, sans-serif;
        margin-top: 0px;
    }
    .contact-content h3{
        margin-bottom: 30px;
        color: #404548;
        font-weight: bold;
        font-size: 20px;
    
    }
    .content-box-lg{
        padding: 10px 0;
    }
    .video{
        margin: -200px 0;
    }
}


/* Extra Small Devices (Portrait Phones & Smaller Devices) */

@media (max-width: 320px) {
    
#home-heading h1 {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    margin: 60px 0px 10px 0;
    display: inline-block;
}

#home-heading h2 {
    color: #f4f4f4;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    margin: -12px 0px -4px 0;
    display: inline-block;
}

#home-heading h2 a{
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    line-height: 15px;
    display: inline-block;
    text-decoration: none;
    text-decoration: underline;
    margin-bottom: 18px;
    margin-top: -10px;
}



#home-heading h1 span {
    color: #f4c613;
    font-weight: 500;
}

#home-text p {
    color: #fff;
    font-size: 17px;
    font-weight: 100;
    margin: 8px 0 30px 0;
}
.btn-icon{
    margin: 0 0 0 5px;
}

#home-heading-2 span{
    color: #fab702;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    font-size: 19px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0px;
}
.contact-content h3{
    margin-bottom: 30px;
    color: #404548;
    font-weight: bold;
    font-size: 20px;

}
.navbar-brand img{
    height: 32px;
    width: 140px;
}
}