
body {
    font-family: Nexa-Regular;
}

h1, h2, h3, h5, .h1, .h2, .h3, .h5 {
    font-family: Nexa-Heavy;
}

h4, .h4 {
    font-family: Nexa-Bold;
}


a span {
    font-family: Nexa-Bold;
}

.bar .logo {
    max-height: 3.857143em;
}

section.text-center div[class*='col-']:first-child:last-child {
    margin: 0px 0px;
}

.sec-left {
    padding-top: 15%;
    text-align: left;
}

.imagebg:not(.image--light) span.h1 {
    color: #1D335A;
    font-weight: 900;
}

.imagebg:not(.image--light) p {
    color: #808080;
}

.btn--primary {
    background: #1D335A !important;
    border-color: #1D335A !important;
    text-transform: capitalize;
}

.bar__module .btn__text {
    color: #ffffff !important;
    font-weight: 900;
}

.imagebg:not(.image--light) .btn:not([class*='primary']) {
    background: #D53030 !important;
    border-color: #D53030 !important;
}

.sec-right {
    max-width: 94%;
}

.bg-nav {
    background-color: #ffffff !important;
}

.btn:not([class*='primary']) {
    background: #D53030 !important;
    border-color: #D53030 !important;
}

.bg-gray {
    background-color: #F4F4F4 !important;
}

.cta .btn:first-child:not(:last-child) {
    margin-bottom: 0px;
}

.pt-70 {
    padding-top: 70px !important;
}
.pt-40 {
    padding-top: 40px !important;
}

section {
    padding-top: 70px;
    padding-bottom: 70px;
}

footer {
    padding-top: 40px;
    padding-bottom: 40px;
}

footer .logo {
    max-height: 55px;
    height: 55px;
}

.title {
    color: #1D335A;
    font-size: 3.14285714em;
    font-weight: 900;
}

.bg-red {
    background: #D53030 !important;
    padding: 10px;
}

.bg-red a {
    color: #FFFFFF;
    font-weight: 400;
    display: block;
    font-family: Nexa-Bold;
    text-transform: none;
    font-size: 16px;
    padding-top: 2px;
}

.project-thumb__title h4 {
    font-size: 2.357143em;
}

.title2 {
    font-size: 34px;
}

.btn2 a {
    padding: 4px 80px 4px 80px;
}

.btn2.bar__module {
    margin: 0px;
}

.bg-red2 {
    background: #D53030 !important;
}

.bg-red2 h2 {
    color: #ffffff;
}

.bg-red2 p {
    color: #ffffff;
}

.bg-red2 .bar__module a {
    background: #FFFFFF !important;
    border-color: #FFFFFF !important;
}

.bg-red2 .bar__module .btn__text {
    color: #1D335A !important;
}

.title-card h4 {
    color: #28778A;
}

.btn-large {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}

.btn-large .btn__text {
    color: #FFFFFF;
}

.mt-3-5 {
    margin-top: 3.5%;
}

.input-select:after {
    right: 15px;
    top: 9px;
    border-left: none;
}

.pb-360 {
    padding-bottom: 360px;
}

.btn .btn__text, .btn i {
    font-weight: 700;
    font-size: 14px;
}

.btn--sm {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 1.85714286em;
    padding-left: 1.85714286em;
}

h2, .h2 {
    margin-bottom: 10px;
}

.list-inline li:not(:last-child) {
    margin-right: 10px;
}

.input-checkbox label, .input-radio label {
    font-size: 12px;
}

.input-checkbox + span {
    display: inline-block;
    position: relative;
    bottom: 7px;
    margin-left: 4px;
    font-size: 0.85714286em;
    white-space: nowrap;
}

.modal-container .modal-content .modal-close-cross:before {
    content: '\00D7';
    font-size: 3em;
}

.title3 {
    margin-bottom: -50px;
}

.input-checkbox + span {
    font-size: 1em;
}

.terms1 {
    margin-left: 0px;
    float: left;
}
.title1 {
    padding-bottom: 0px !important;
    margin-bottom: -35px !important;
}

@media screen and (max-width: 767px) {
    .btn--primary {
        width: 100%;
    }

    .btn:not(:last-child) {
        margin-bottom: 10px;
    }

    .title {
        line-height: 3rem;
    }

    h2, .h2 {
        line-height: 26px;
    }

    .text-center-xs {
        text-align: center!important;
    }

    .title1 {
        padding-top: 0px;
        padding-bottom: 65px !important;
    }
    .terms1 {
        margin-left: 0px;
        float: left;
    }
}