.navbar-light .navbar-nav .nav-link {
    font-size: 19px;
    color: #333;
}

.wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: url(../imgs/contact-bg.jpg) no-repeat;
    background-size: cover;
    padding: 150px 0;
    margin-left: -1px;
    background-position: center;
}

.inner {
    max-width: 758px;
    margin: auto;
    background-color: #0041b099 !important;
    color: #072b83 !important;
    padding: 77px 99px 87px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    color: #072b83;
}

input.form-control {
    font-family: DIN NEXTTM ARABIC, sans-serif;
    border: 1px solid #0041b035;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
    padding: 10px 20px !important;
    background-color: #ffffff66;
}

textarea.form-control {
    resize: none;
    background-color: #ffffff66;
}

.contact-pg h3 {
    text-transform: uppercase;
    font-size: 45px;
    text-align: center;
    margin-bottom: 12px;
    color: #fff;
    font-weight: bold
}

.contact-pg p {
    text-align: center;
    padding: 0 10px;
    margin-bottom: 55px;
    line-height: 1.8;
    color: #fff;
}

.form-group {
    position: relative;
    display: block;
    margin-bottom: 48px
}

.contact-pg input::-webkit-outer-spin-button,
.contact-pg input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.contact-pg input[type=number] {
    -moz-appearance: textfield;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 19px;
    color: #fff;
}

.form-group span {
    font-size: 15px;
    color: #fff;
    position: absolute;
    top: 11px;
    transition: all .2s ease;
    transform-origin: 0 0;
    cursor: text;
    left: 15px;
}

.form-group span.border {
    height: 2px;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 41px;
    transform: scaleX(0);
    transition: all .15s ease;
    background: #072b83
}

.form-control {
    border: none;
    border-bottom: 2px solid #00ade6;
    display: block;
    width: 100%;
    font-size: 15px;
    background: 0 0;
}

.form-control:focus,
.form-control:valid {
    border-bottom: 2px solid #072b83
}

.form-control:focus + span,
.form-control:valid + span {
    transform: translateY(-27px) scale(.8)
}

.form-control:focus + span + .border,
.form-control:valid + span + .border {
    transform: scaleX(1)
}

textarea.form-control {
    padding-top: 10px;
    padding-bottom: 10px
}

.send-btn {
    border: none;
    width: 162px;
    height: 51px;
    border: 2px solid #ffffff87;
    margin: auto;
    margin-top: 60px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: 0 0;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.send-btn i {
    margin-left: 10px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.send-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffcd00 !important;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.send-btn:hover {
    border-color: transparent
}

.send-btn:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.send-btn:hover i {
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
}

@media(max-width:767px) {

    .inner {
        padding: 27px 20px 37px;
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none
    }
}
