@font-face {
    font-family: 'FontsFreeNetProximaNovaSoftW03Regular';
    src: url('../fonts/FontsFreeNetProximaNovaSoftW03Regular.eot');
    src: url('../fonts/FontsFreeNetProximaNovaSoftW03Regular.eot') format('embedded-opentype'),
         url('../fonts/FontsFreeNetProximaNovaSoftW03Regular.woff2') format('woff2'),
         url('../fonts/FontsFreeNetProximaNovaSoftW03Regular.woff') format('woff'),
         url('../fonts/FontsFreeNetProximaNovaSoftW03Regular.ttf') format('truetype'),
         url('../fonts/FontsFreeNetProximaNovaSoftW03Regular.svg#FontsFreeNetProximaNovaSoftW03Regular') format('svg');
}

body {
    background: url(../images/body-bg3.jpg) no-repeat;
    background-size: cover;
    font-family: 'FontsFreeNetProximaNovaSoftW03Regular';
    font-size: 15px;
    color: #fff;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-position: center;
    padding: 30px 0;
    position: relative;
}

body:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: rgba(3, 23, 89, 0.92);
    /* background: rgba(26, 74, 211, 0.96); */
    height: 100vh;
    width: 100%;
}

a {
    text-decoration: none;
    transition: 0.4s;
    color: #fff;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #fff;
}
h1,h2,h3{
    font-family: 'Nunito', sans-serif;
}
header {
    padding:20px 0 30px 0;
    z-index: 999;
}
h1 {
    margin: 0 0 20px 0;
}
h1 span{
   color: #d2f442;
}
input.submit-btn {
    background: #d2f442;
    border: 1px solid #d2f442;
    padding:7px 15px 3px;
    font-weight: bold;
    color: #000;
    position: absolute;
    right: 0px;
    top: 0;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.4s;
}

input.submit-btn:hover,
input.submit-btn:focus {
    background: transparent;
    color: #fff;
}

.form-control {
    font-size: 14px;
}

.form-control:focus {
    outline: 0;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 20%);
    border: 1px solid #ced4da;
}

.logo a > img {
    max-width: 350px;
}
section.middle-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 240px);
    z-index: 99;
}
.agent-img > img {
    max-width: 100%;
    width: 100%
}
.middle-text p {
    max-width: 390px;
    line-height: 30px;
    font-size: 15px;
}
.middle-text h2 {
    font-size: 30px;
    margin-bottom: 15px
}
.middle-img {
    order: 2;
}
footer{
    z-index: 99;
    text-align: center;
}
.footer-email form {
    width: 280px;
    margin: 0 0 0 25px;
    position: relative;
}
.footer-email form input.form-control {
    width: calc(100% - 60px);
}
.footer-email form input.form-control {
    width: calc(100% - 60px);
}
.footer-email h3 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 37px;
    text-align: left;
}

.ajax_loader {
    border: 2px solid #d2f442;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border-top: 2px solid #ffffff;
    width: 15px;
    height: 15px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: inline-block;
    vertical-align: middle;
    text-align: le;
}
.contact_msg {
    text-align: left;
    color: #fff;
    font-size: 14px;
    margin-top: 3px;
}
/*.success_msg {
    color: #006400;
}
.error_msg {
    color: #FF0000;
}*/