@font-face {
    src: url('../fonts/Poppins-Regular.ttf');
    font-family: poppins;
}
body{
    font-family: poppins;
}

.logo-style{
    width: 190px;
    margin-left: 15px;
}
.fb-icon {
    width: 45px;
}
.instagram-icon {
    width: 45px;
    margin: 0px;
}
.youtube-icon {
    width: 45px;
}
.header-text{
    margin-top: 0px;
    font-weight: bolder;
    font-size: 20px;
}
.heading1 {
    font-weight: bold;
    font-size: 24px;
    color: #005e20;
}
.aside-heading {
    font-size: 17px;
    font-weight: bolder;
    line-height: 23px;
    word-spacing: 3px;
    letter-spacing: 1px;
}
.form-control {
    border-radius: 0;
}
.contact-us-txt {
    font-size: 36px;
    color: white;
    font-weight: bolder;
    margin: 40px 0;
}
.form-style{
    background-color:#005e20;
    border: 4px solid;
    border-color: #39b54a;
}
.btn-style{
    color: white;
    background-color:#39b54a;
    display: block;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 3px 20px
}
.sat-bag-img, .map-img, .nj-badge-img {
    width: 50%;
    display: block;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 20px;
}
.para-styles {
    font-weight: bolder;
    font-size: 18px;
}
.footer-style{
    background-color: #005e20;
    color: white; 
    padding: 60px 10px;
}
.video {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .feature-img {
        width: 80%;
        margin: 5px 0 10px;
    }
    .video {
        margin: auto;
        width: 80%;
        height: 400px;
        -webkit-fit-object: cover;
        display: block;
    }
}

@media only screen and (max-width: 992px) {
    .text-center-md {
        text-align: center;
    }
}
@media only screen and (max-width: 991px) {

    #logo-responsive {
        width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
}