.bg-light {
    background-color: #fffcf4 !important;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 17px;
    line-height: 1.7;
    color: #000000;
    background: #ffffff;
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Poppins", sans-serif !important;

    line-height: 1.4;
    font-weight: 300;
    margin: 0 0 15px;
}

.contact-page h3 {
    color: #031550 !important;
    font-size: 24px;
    font-weight: 700;
}

.contact-page h3,
h2,
.contact-page h1 {
    color: #031550 !important;

}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    h3 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 20px;
    }
}

img {
    max-width: 100%;
    object-fit: cover;
}

.c-info-wrap {
    background: #ffb200;
    padding: 80px 60px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.c-info-wrap p {
    color: #505050;
}

.contact-title {
    font-size: 28px;
    margin-bottom: 30px;
}

.contact-us {
    margin-bottom: 60px;
}

.contact-us .section-title {
    font-size: 45px;
}

.contact-form {
    margin-left: 80px;
    padding: 50px 80px;
}

.contact-form input,
.contact-form textarea {
    padding: 7px 15px;
    width: 100%;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #ebebeb;
    color: #505050;
}

.contact-form .custom-btn {
    border: none;
    padding: 10px 40px;
    text-transform: uppercase;
    margin-top: 10px;
}

.contact-form textarea {
    min-height: 140px;
}

.contact-form label {
    font-weight: 500;
    margin-bottom: 10px;
}

.c-info-wrap p {
    font-size: 18px;
    line-height: 1.2;
    max-width: 220px;
}

.c-info-wrap .contact-info {
    margin-top: 40px;
    list-style-type: none;
}

.c-info-wrap .contact-info li {
    font-size: 16px;
    color: #505050;
    font-weight: 400;
    margin-bottom: 28px;
    padding-bottom: 19px;
    line-height: 1.3;
    border-bottom: 1px solid #ebebeb;
}

.c-info-wrap .contact-info li .icon {
    float: left;
    margin-right: 20px;
    background-color: #18361D;
    color: #ffffff;
    font-size: 18px;
}

.c-info-wrap .contact-info li a {
    color: #031550;
    font-weight: 700;
    margin-left: 5px;
    display: block;
    font-size: 18px;
}

.c-info-wrap .contact-info li:hover a {
    color: #ffb200;
}

.c-info-wrap .contact-info li:last-child {
    margin-bottom: 0;
    border: 0 none;
}

.google-map {
    width: 100%;
    height: 500px;
    margin: 40px 0 0px;
}