/*=======
CSS INDEX
=========

1. Base CSS

================================*/


/* =============================
1. Base CSS
================================*/

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0px solid;
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 400;
    font-family: 'Helvetica', sans-serif;
}
h3 {
    color: #fe4e55;
    font-weight: 500;
}

html,
body {
    height: 100%;
}

body {

    font-family: 'Helvetica', sans-serif;
    background-image: url(/img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;

}

.section-padding {
    padding: 60px 0;
}

.section-gray {
    background-color: #F7F7F7;
}

.section-dark {
    background-color: #110C09;
    color: #fff;
}

a {
    transition: .3s;
}

a:hover {
    color: #000;
}

#cd-menu-trigger {
    display: none;
}

/* =========================
2. Home CSS
============================*/
#mobile-header {
    display: none;
}

.nav a {
    text-align: center;
    display: inline-block;
    background: #e33b41;
    color: #fff;
    font-size: 17px;
    padding: 10px 54px;
    font-family: 'Montserrat', sans-serif;
}

.nav a:hover,
.form input[type="submit"]:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.nav {
    justify-content: end;
}

.header-area {
    padding: 25px 0;
}

.banner-area {
    background-image: url(../img/banner.jpg);
    background-size: cover;
    background-position: center center;
}


.banner-inner {
    height: 555px;
}

.banner-inner {
    display: flex;
    align-items: center;
}

.banner-detail h1 {
    color: #fff;
    font-weight: 700;
    font-size: 50px;
}

.banner-detail p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}

.nav {
    margin-top: 12px;
}

.footer-area {
    padding: 50px 0 20px;
}

.footer-left h3,
.footer-right h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 32px;
}

.footer-left p a {
    display: block;
    color: #5a9fba;
    margin-top: 10px;
}

.footer-left p {
    color: #fff;
}

.footer-left p {
    color: #fff;
    margin-bottom: 32px;
    font-size: 20px;
}

.footer-left span {
    color: #fff;
    display: block;
    font-size: 20px;
}

.form .field-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

textarea {
    border: 1px solid #5a9fba;
    background: transparent;
    color: #fff;
    padding: 10px 20px;
    width: 100%;
    height: 170px;
}

.form .field-group fieldset input {
    width: 100%;
    border: 1px solid #5a9fba;
    background: transparent;
    color: #fff;
    padding: 10px 20px;
}

.form .field-group fieldset {
    width: 32%;
}

.form input[type="submit"] {
    background: #e33b41;
    border: none;
    color: #fff;
    padding: 10px 54px;
    margin-top: 15px;
    font-size: 17px;
}

.form input[type="submit"]:disabled, .form input[type="submit"][disabled] {
    background:  #e33b4180;
}

.steps {
    max-width: 900px;
    margin: 70px auto 0;
    padding: 30px 0 80px;
    position: relative;
}

.steps::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #212a53;
    margin: 0 auto;
}

.steps .step {
    display: flex;
    width: 50%;
    border-bottom: 2px solid #327393;
    min-height: 123px;
    position: relative;
}

.steps .step:nth-child(2n+1) {
    flex-direction: row-reverse;
}

.steps .step:nth-child(2n) {
    margin-left: 50%;
}

.step .step-icon {
    padding: 0 25px;
}

.step .step-icon img {
    max-width: 85px;
}

.steps .step .step-detail {
    margin-top: 18px;
}

.steps .step:nth-child(2n+1) .step-detail {
    text-align: right;
}

.steps .step::after {
    position: absolute;
    content: "";
    border: 2px solid #327393;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    bottom: -10px;
    margin-left: -9px;
    z-index: 9;
}

.steps .step:nth-child(2n+1)::after {
    margin-right: -9px;
}

.step-detail h5 {
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 8px;
    color: #212a53;
}

.step-detail p {
    font-size: 16px;
    color: #212a53;
}

.application-area.section-padding {
    padding: 60px 0 60px;
}

.headings h2 {
    color: #212a53;
    font-weight: 900;
    font-size: 38px;
}

.faq-area {
    background-image: url(../img/faq-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
}

.faq-area .headings.text-center h2 {
    color: #fff;
    margin-bottom: 45px;
}

.faqs .faq {
    padding: 30px 0 35px;
    border-bottom: 1px solid #4D7291;
}

.faqs .faq p,
.faqs .faq h6 {
    padding: 0 60px;
}

.faqs .faq p {
    margin-bottom: 0;
    font-size: 20px;
}

.faqs .faq h6 {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 10px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.nav {
    float: right;
}

label.error {
  color: #f00;
}
ul.checkmark-list {
    font-size: 1.75rem !important;
    list-style: none;
    padding-left: 0;
}
ul.checkmark-list li {
    margin-bottom: 1.75rem;;
}
ul.checkmark-list img.checkmark-img {
    width: 40px;
    height: auto;
    margin-right: 2rem;
}
.btn-gradient {
    background: rgb(254,128,69) !important;
    background: linear-gradient(90deg, rgba(254,128,69,1) 0%, rgba(240,81,88,1) 100%) !important;
    border: none !important;
    border-radius:2rem;
    transition: all .3s ease-in-out;
}
.btn-gradient:hover {
    transform: scale(1.1);
}
