.text-black {
    color: #000; }

.content {
    padding: 7rem 0; }

.heading {
    font-size: 2.5rem;
    font-weight: 900; }

.form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    background: none; }
.form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000; }

.col-form-label {
    color: #000;
    font-size: 13px; }

.btn, .form-control, .custom-select {
    height: 45px; }

.custom-select:active, .custom-select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000; }

.contant_social
{
    height: 30px;
    width: 30px;
    border: 1px solid #f6bf4f;
    margin: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #f6bf4f;
    font-size: 1.1rem;
    border-radius: 50%;
    transition: .3s;
}
.social-icons
{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.contant_button {
    display: inline-block;
    background-color: var(--first-color-dark);
    color: var(--button-color);
    padding: 0.558rem 4rem;
    border-radius: 1.5rem;
    border: none;
}

.btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.contact-wrap {
    -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2); }
.contact-wrap .col-form-label {
    font-size: 14px;
    color: #b3b3b3;
    margin: 0 0 10px 0;
    display: inline-block;
    padding: 0; }
.contact-wrap .form, .contact-wrap .contact-info {
    padding: 40px; }
.contact-wrap .contact-info {
    color: rgba(255, 255, 255, 0.5); }
.contact-wrap .contact-info ul li {
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.5); }
.contact-wrap .contact-info ul li .wrap-icon {
    font-size: 20px;
    color: #fff;
    margin-top: 5px; }
.contact-wrap .form {
    background: #fff; }
.contact-wrap .form h3 {
    color: #f6bf4f;
    font-size: 20px;
    margin-bottom: 30px; }
.contact-wrap .contact-info {
    background: #2c3436; }
.contact-wrap .contact-info h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px; }

label.error {
    font-size: 12px;
    color: red; }

#message {
    resize: vertical; }

#form-message-warning, #form-message-success {
    display: none; }

#form-message-warning {
    color: #B90B0B; }

#form-message-success {
    color: #55A44E;
    font-size: 18px;
    font-weight: bold; }

.submitting {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
    font-weight: bold;
    font-size: 12px;
    color: #000; }

@media screen and (max-width: 320px)
{
    .g-recaptcha
    {
        margin-left: -51px;
        margin-top: 21px;
    }
    .rc-anchor-normal {
        height: 74px;
        width: 290px;
    }
    .content
    {
        padding: 0px;
    }
    .logo {
        width: 63px;
    }
    .banner {
        min-height: 69vh;
    }
    .rc-anchor-normal {
        height: 74px !important;
        width: 289px !important;
        margin-left: 12px !important;
    }
}

@media screen and (max-width: 425px)
{
    .content {
        padding: 0rem 0;
    }
}


    .iti__flag {
        background-image: url('../img/flags.png') !important;
    }
