body {
    /* font-family: sans-serif; */
    font-weight: 300;
}

.preloader {
    position: fixed;
    background: url("../images/loader.gif") no-repeat center center #fff;
    height: 100%;
    width: 100%;
    z-index: 999
}

.alert-success,
.alert-danger {
    border-radius: 3px;
    padding: 5px 15px;
    font-size: 14px;
    color: #ffffff
}

.alert-success {
    background: #5aaa4b;
    color: #f3f3f3;
}

.alert-danger {
    background: red;
    color: #f3f3f3;
}

.parsley-errors-list {
    list-style: none;
    text-align: left;
    font-size: 14px;
    color: orangered
}

.overlay {
    background-color: rgba(234, 91, 12, .6);
    position: absolute;
    z-index: 12;
    width: 100%;
    height: 100%;
}

.logo {
    width: 250px;
    height: auto;
    margin-top: 20px;
}

.menu_button {
    display: none;
    width: 50px;
    height: 50px;
    z-index: 5;
}

.navbar {
    z-index: 14
}

.navbar .column_7 {
    text-align: right;
}

.navbar_row {
    margin-top: 30px;
}

.navbar_row > li > a:hover {
    text-decoration: none
}

.navbar_row .button {
    background-color: #ea5b0c;
    display: inline;
    color: #fff;
}

.active_nav {
    color: #ea5b0c
}

.banner {
    background: url("../images/banner_bg.png") no-repeat right top;
    background-size: contain;
    padding-bottom: 30px;
}

.banner .column img {
    
}

.banner_text h1 {
    margin-top: 100px;
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 48px;

}

.banner_text p {
    font-size: 18px;
}

.banner_text .button {
    display: inline;
    background-color: #ea5b0c;
    color: #fff;
}

.banner img {
    width: 100%;
    height: auto;
    animation: up_and_down .900s ease-in-out infinite alternate-reverse both;
}

@-webkit-keyframes up_and_down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up_and_down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

.banner .animated {
    
}

.about,.reguest {
    background-color: #fcfcfc;
}

.about h2 {
    margin-bottom: 30px;
}

.about p {
    font-size: 18px;
    line-height: 28px;
}

.how_it_works {
    background: url("../images/how_it_woks_bg.jpg") no-repeat;
    background-size: cover;
}

.how_it_works .overlay {
    background-color: rgba(0, 0, 0, .8);
}

.input_wrap {
    margin-bottom: 10px
}

.features .column_4 {
    display: flex;
    margin-bottom: 10px;
}

.features h1, .features h3 {
    margin-bottom: 10px;
}

.features h3 {
    font-weight: 400;
}

.features .column_4 *,
.navbar .column_7 * {
    transition-property: all;
    transition-duration: .5s;
}

.features .column_4:hover .content_wrap {
    background-color: #ea5b0c;
    color: #fff;
}

.features .column_4:hover .icofont {
    background-color: #fff;
    color: #ea5b0c;
}

h1,h2,h3,h4,h5,h6 {
    text-transform: capitalize;
}

h1,h2 {
    font-weight: 500;
}

.icofont {
    font-size: 30px;
    color: #fff;
    background: #ea5b0c;
    padding: 5px;
    border-radius: 35px;
    line-height: 45px;
}

.banner_text .icofont {
    font-size: 20px;
    color: #ea5b0c;
    background:transparent;
    padding: 0px;
}

footer {
    background: url("../images/footer_bg.jpg") no-repeat center;
    background-size: cover;
    font-size: 14px;
}

footer .container,
.how_it_works .container {
    z-index: 13;
}

footer p:first-of-type {
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
    
}

footer .overlay {
    background-color: rgba(234, 91, 12, .8);
}

footer .icofont {
    font-size: 20px;
    border: 1px solid white;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer .content_wrap {
    border: none;
}

footer img {
    width: 200px;
    height: auto;
    margin-top: 20px;
}

footer ul {
    text-transform: capitalize;
    list-style: none
}

.cradits {
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
}


@media(max-width:767px) {
    .container {
        width: 100%;
    }

    .menu_button {
        display: inline-block;
        margin: 20px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
    }

    .navbar .icofont {
        font-size: 24px;
        border-radius: 5px;
        padding: 5px 15px;
    }   
    
    .navbar .column_7 {
        text-align: left;
    }

    .hidden {
        display: none;
    }

    .navbar_row > li {
        display: block;
        background: #ea5b0c;
        margin-bottom: 2px;
        border-radius: 5px;
        color: #fff;
    }

    .navbar_row > li a {
        padding: 10px;
        display: block;
        text-align: center;
        text-decoration: none;
        color: #fff;
    }

    .navbar_row > li a:hover {
        text-decoration: none;
    }

    .navbar_row > li:last-of-type {
        background: none;
    }

    .navbar_row .button {
        display: inline-block;
    }

    .banner .column_6 {
        width: 100%;
    }

    .column_5,
    .column_7 {
        width: 100%;
    }

    .banner_text h1,
    .banner .column_6:last-of-type img {
        display: none;
    }

    .banner_text p {
        font-size: 14px;
        line-height: normal;
        margin-bottom: 0;
    }
    .banner_text p:first-of-type {
        margin-top: 20px;
    }

    .banner_text p:last-of-type {
        margin-bottom: 10px;
    }

    .banner_text .button {
        padding: 8px 20px;
        font-size: 14px;
        text-decoration: none;
    }

    .how_it_works img {
        width: 100%;
        height: auto;
    }

    .features .column_4 {
        width: 50%;
    }

    footer .column_3,
    .reguest .column_8 {
        width: 100%;
    }

    .reguest .column_8.offset_2 {
        margin: 0;
    }

}