@font-face {
    font-family: 'Gotham';
    src:
        url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src:
        url('../fonts/Gotham-Black.woff2') format('woff2'),
        url('../fonts/Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

#Footer {
    background-color: #325885;
}

.btn-file {
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-align: left;
    padding: 10px 20px;
    font-size: 12px;
}
.btn-upload {
    background-color: #e81433 !important;
    color: #fff !important;
    font-weight: bold;
    height: 60px;
    font-size: 20px;
    display: flex;
    align-items: center;
    font-weight: normal;
    border-radius: 0;
    padding: 0 !important;
    border-radius: 46px !important;
    width: 250px !important;
    justify-content: center;
}
.btn-file input[type='file'] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn-remove {
    color: #fff !important;
    font-weight: normal;
    width: 100%;
    height: 80px;
    border: 1px solid #c11623;
    border-radius: 0;
    /* margin-left: 10px; */
    font-size: 23px;
    color: #9d8cd3 !important;
    text-align: left;
    padding-left: 20px;
}

input.btn-default {
    background-color: #e81433 !important;
    height: 60px !important;
    width: 250px !important;
    padding: 0 !important;
    border-radius: 46px !important;
    font-size: 23px !important;
}

.btn-default:hover {
    background-color: #e81433 !important;
    color: #fff !important;
}

a {
    color: #000 !important;
}

/*error captcha*/

.form-group.has-error .g-recaptcha {
    border: 2px solid #c00 !important;
    padding-left: 4px;
    padding-right: 2px;
    padding-top: 4px;
    border-radius: 4px;
    padding-bottom: 2px;
}
.g-recaptcha {
    display: inline-block;
}

/* Language Selector*/
.btn-ln {
    background-color: green !important;
    font-size: 24px !important;
    line-height: 12px !important;
    min-height: unset !important;
    margin-top: 5px !important;
    margin-right: 10px !important;
    color: #fff !important;
    padding: 14px;
    border-radius: 46px !important;
}

.btn-ln svg {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.btn-ln:hover,
.btn-ln:active,
.btn-ln:focus {
    background-color: #e81433 !important;
}

.g-recaptcha {
    display: inline-block;
}

.form-group.has-error .g-recaptcha {
    background: none repeat scroll 0 0 #ff5654 !important;
    border: 2px solid #000 !important;
    padding-left: 4px;
    padding-right: 2px;
    padding-top: 4px;
    border-radius: 4px;
    padding-bottom: 2px;
}

.modal-content {
    background: #fff;
}

.upload_btn_text {
    padding: 10px;
    line-height: 20px;
    font-size: 18px;
}

@media (max-width: 767px) {
    input.btn-default,
    .btn-upload {
        height: 35px !important;
        width: 160px !important;
        font-size: 16px !important;
    }
    .btn-ln {
        height: 35px;
        border-radius: 46px;
    }

    .no-wrap {
        white-space: nowrap;
    }

    .upload_btn_text {
        font-size: 14px;
        padding: 0 14px;
        line-height: 16px;
    }
}

@media (min-width: 1200px) {
    .custom-title {
        font-size: 35px;
    }
}
