p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

input:focus{
    outline: none;
}

a {
    text-decoration: none;
}

.bg {
    background-image: url(images/bg.jpg);
}

.bg1 {
    background-color: #231f20;
}

.south-text {
    text-align: center;
    color: #fff;
    padding: 12px 0px;
}

.south-text p {
    margin: 0;
    font-weight: 700;
    font-size: 17px;
}

.logo {
    text-align: center;
}

.logo img {
    width: 50%;
}

.contact-us-text h1 {
    color: #6d6f70;
    font-size: 21px;
    border-bottom: 2px solid #26a7df;
    width: 137px;
    height: 32px;
    margin-bottom: 32px;

}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    width: 100%;
}


input.name-field {
    border: 1px solid #a7a9ac;
    width: 100%;
    padding: 9px 14px;
}


.mb-5 {
    margin-bottom: 3rem !important;
}

.comment {

    border: 1px solid #a7a9ac;
    width: 100%;
    padding: 21px 14px;
    padding-bottom: 48px;
}

msg-error {
    color: #c65848;
}

.g-recaptcha.error {
    border: solid 2px #c64848;
    padding: .2em;
    width: 19em;
}

.bg-footer {
    background-color: #231f20;
    margin-top: 40px;
}

.footer-text {
    text-align: center;
    color: #fff;
    margin-top: 13px;
}

.logo1 img {
    width: 100%;
}

.logo2 img {
    width: 60%;
    text-align: center;
    padding: 18px 0px 0px 0px;
}

.logo2 {
    text-align: center;
}

.logo3 img {
    width: 100%;
}

.main-logo {
    margin-top: 6px;
    margin-bottom: 40px;
}

.submit-for-btn-2 {
    background: #194174;
    width: 126px !important;
    padding: 12px 14px;
    border-radius: 7px 7px 7px 7px;
    text-align: center;
}

input.submit-for-btn-2 {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    border:none;
    
}

.submit-btn-2 {
    padding-top: 35px;
}
a.submit-for-btn-2 {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}

/*Media query*/

@media (max-width: 767px) {
    .logo1 {
        width: 100%;
        text-align: center;
    }

    .footer-text {
        font-size: 15px;
    }

}


/*Media query close*/