
@font-face {
    font-family: 'gothamm';
    src: url('../fonts/GothamRounded-Lightd41d.eot?') format('eot'), url('../fonts/gotham-rounded-light.woff') format('woff'), url('../fonts/GothamRoundedLight_21020.ttf') format('truetype');
}

@font-face {
    font-family: 'gothamcontent';
    src: url('../fonts/Gotham-Mediumd41d.eot?') format('eot'), url('../fonts/Gotham-Medium.woff') format('woff'), url('../fonts/Gotham-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'gothamm2';
    src: url('../fonts/gothamrnd-boldd41d.eot?') format('eot'), url('../fonts/gothamrnd-bold.woff') format('woff'), url('../fonts/gothamrnd-bold.ttf') format('truetype');
}
.error-captcha{
    border: 1px solid red;
    padding: 0px;
}
.container-fluid{
    max-width: 1920px;
    padding-left: 0;
    padding-right: 0;


}
.landingpage-form{
    width:400px;
    background:url('../images/form.png');
    background-repeat: no-repeat !important;
    z-index: 999;
    position: relative;
    background-size: cover;
}

.form-title{
    font-family: gothamm;
    font-weight: bold;
    font-size:18px;
    line-height: 1.1;
    letter-spacing: -1px;
}
.form-desc{
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    font-family: gothamm;
    letter-spacing: 0.3px;
}
.form-input{
    border: none;
    background-color: #6893b5 !important;
    color: #000;
    -webkit-box-shadow: 0px -2px 1x rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px -2px 1px rgba(50, 50, 50, 0.75);
    box-shadow: 0px -2px 1px rgba(50, 50, 50, 0.75);
}
.form-input:focus,.form-input:active{
    color: #000;
}
.form-input::-webkit-input-placeholder {
    color: #fff;
}

/* WebKit, Blink, Edge */
.form-input:-moz-placeholder {
    color: #fff;
}

/* Mozilla Firefox 4 to 18 */
.form-input::-moz-placeholder {
    color: #fff;
}

/* Mozilla Firefox 19+ */
.form-input:-ms-input-placeholder {
    color: #fff;
}

/* Internet Explorer 10-11 */
.form-input::-ms-input-placeholder {
    color: #fff;
}
@media (min-width:  1349px) {
    .container {
        max-width: 1350px !important;
    }
}
.form-footer span{
    font-size: 12px;
    color: #fff;
    font-weight:700;
    letter-spacing: 0.566667px;
    line-height: 14.2833px;
}
.form-footer input[type=submit]{
    background-color: transparent !important;
    border: solid 2px white;
    border-top-color: white;
    border-right-color: white;
    border-bottom-color: white;
    border-left-color: white;
    font-family: gothamm2;
    padding: 0px;
    font-size:13px;
    line-height: 30px !important;
}

.form-footer input[type=submit]:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;

}
.topbar{
    background:url('../images/header3.png');
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;

}


.topbar-desc .ttitle {
    font-size: 15px;
    font-family: "gothamm2";
    color: rgb( 28, 46, 86 );
    line-height: 1.2;
}
.topbar-desc,.footer-desc{
    position: absolute;
    color:#fff;
}
.footer-desc{
    text-align: left;
}
.topbar-desc h1,.footer-desc h2{
    font-family:gothamm;
    font-weight: 600;
}
.logo{
    width:400px;

}
article h2{
    font-size: 28px;
    font-family:gothamm2;
    color: rgb( 28, 45, 86 );
}
.article-desc{

    font-size: 16px;
    color: rgb( 28, 45, 86 );
    line-height:1.3rem;
    font-family:gothamm;
}
.even{
    margin-top:210px !important;
}
.even .even-img {
    margin-top: -10%;
}
.blue{
    background-image: linear-gradient(to right, #1d2644, #2a3e66);
}
.orange{
    background-image: linear-gradient(to right, #f68c1e, #f15922);
}

.social{
    list-style: none;
    padding: 0;
}
.social li{
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;

}
.social li i{
    width: 20px;
    height: 20px;
    font-size:14px;
    color:#6d6e71;

}
.form-checkbox:first-child{
    margin-top: -5px !important;
}
.form-checkbox .custom-control-label::after{

    margin-top: -8px;
    font-weight: bold;
    color:#fff;
    top:.45rem;
}
.form-checkbox .custom-control-label::before{

    border-radius: 50%;
    top:.45rem;
    width: 17px;
    height: 17px;
}
.form-checkbox  .custom-control-input:checked ~ .custom-control-label::before{
    background: #ddd;

}
.form-checkbox .custom-control-input:checked ~ .custom-control-label::after{
    background: none !important;
    font-family: gothamm2;
    content: '\2713';
}
.c-mb{
    margin-bottom: 100px;
}
@media (max-width:  1300px) {
    .first-article{
        margin-top:-140px;
    }
}
@media (max-width:  992px) {
    .landingpage-form{
        margin:220px auto !important;
    }
    .first-article{
        margin-top:-240px;
    }
}
@media (max-width:  800px) {
    .first-article{
        margin-top:-140px;
    }
    .landingpage-form{
        margin:150px auto !important;
    }
    .even {
        margin-top: 120px !important;
    }
    article h2{
        font-size:18px;
    }
    .article-desc{
        font-size:15px;
    }
}
@media (max-width:  500px) {
    .landingpage-form{
        margin:130px auto !important;
    }
    .even {
        margin-top: 90px !important;
    }
    article h2{
        font-size:18px;
    }
    .article-desc{
        font-size:15px;
    }
}





.topbar-desc{
    top: 13%;
    left: 25%;
    transform: translate(-50%, -50%);
    color:#1c2e56;
}

.footer-desc{
    top: 29%;
    left: 67.5%;
    transform: translate(-50%, -50%);
}
.topbar-desc h1,.footer-desc h2{
    font-size:8px !important;
}
.landingpage-form,.logo {
    width: 332px;
}

.form-footer span {
    font-size: 10px;
}
.modal h4{
    color: #333;
    font-family: gothamm;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 0;
    font-size: 18px;
}
.modal .btn{
    color: #fff;
    background-color: #f0ad4e;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    border-radius: 0px;
    text-align: left;
}
.landingpage-form {
    margin-top:80px !important;
}
@media (min-width: 576px) {
    .topbar-desc{
        top: 14%;
        left: 22.5%;
        transform: translate(-50%, -50%);
    }
    .topbar-desc .ttitle {
        font-size: 25px !important;
    }
    .topbar-desc h1{
        font-size:10px !important;
    }
    .footer-desc{
        top: 30%;
        left: 67.5%;
        transform: translate(-50%, -50%);
    }
    .footer-desc h2{
        font-size:9px !important;
    }
}
@media (min-width: 768px) {
    .topbar-desc{
        top: 15%;
        left: 22.5%;
        transform: translate(-50%, -50%);
    }
    .topbar-desc h1{
        font-size:14px !important;
    }
    .topbar-desc .ttitle {
        font-size: 40px !important;
    }
    .footer-desc{
        top: 35%;
        left: 67.5%;
        transform: translate(-50%, -50%);
    }
    .footer-desc h2{
        font-size:14px !important;
    }
    .form-footer span {

        margin-left: 10px;
    }
}

@media (min-width: 992px) {
    .topbar-desc{
        top: 25%;
        left: 19.5%;
        transform: translate(-50%, -50%);
    }
    .topbar-desc .ttitle {
        font-size: 45px !important;
    }
    .footer-desc{
        top: 38%;
        left: 67.5%;
        transform: translate(-50%, -50%);
    }
    .footer-desc h2{
        font-size:16px !important;
    }
    .form-footer span {

        margin-left: 10px;
    }
    .landingpage-form{
        margin-top:1.5rem !important;
    }
}
@media (min-width: 1200px) {

    .landingpage-form,.logo {
        width: 332px;
    }
    .topbar-desc .ttitle {
        font-size: 50px !important;
    }
    .form-footer span {
        font-size: 10px;
        margin-left: 10px;
    }
    .topbar-desc{
        top: 38%;
        left: 19.3%;
        transform: translate(-50%, -50%);

    }
    .topbar-desc h1{
        font-size:18px !important;
    }
    .footer-desc{
        top: 40%;
        left: 65.5%;
        transform: translate(-50%, -50%);
    }
    .landingpage-form{
        margin-top: 1rem !important;
        margin-top: -10px !important;
    }
    .form-input{
        margin-bottom: .5rem !important;
    }
    .form-title{
        margin-top: .25rem !important;
    }
    .logo{
        /*padding-top: 1rem !important;*/
        margin-top: -30px !important;
    }
}

@media (min-width: 1400px) {
    .landingpage-form,.logo {
        width: 400px;
    }
    .topbar-desc .ttitle {
        font-size: 55px !important;
    }
    .form-footer span {
        font-size: 12px;
        margin-left: 0;
    }
    .topbar-desc{
        top: 42%;
        left: 21%;
        transform: translate(-50%, -50%);
    }
    .topbar-desc h1{
        font-size:22px !important;
                  }

    .footer-desc{
        top: 40%;
        left: 65.5%;
        transform: translate(-50%, -50%);
    }

    .landingpage-form{
        margin-top: 1.5rem !important;
    }
    .form-input{
        margin-bottom: 1rem !important;
    }
    .form-title{
        margin-top: .5rem !important;
    }
    .logo{
        padding-top: 1.5rem !important;
        margin-top: 0 !important;
    }
}
@media (min-width: 1150px) and (max-width: 1348px) {
    .logo img{
        width: 150px;
    }
}
@media  screen and (min-width: 1600px) {

    .topbar{
        background-size: 100% 100% !important;
    }
}