html, body {
    margin: 0;
    padding: 0;
    /*height: 100%;*/
    background-position: center center;
    background-size: cover;
}

body {
    /*background: url(../images/bg-banner.jpg) no-repeat;*/
    background-size: cover;
}

/* for equal height */
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.center-block {
    float: none;
}

.column-centered {
    margin: 0px auto;
    float: none;
}

.flush {
    padding: 0px;
}

.flush-left {
    padding-left: 0px;
}

.flush-right {
    padding-right: 0px;
}

.tablerow {
    display: table;
    width: 100%;
    height: 100%;
}

.tablecell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

img {
    max-width: 100%;
    display: inline-block;
}

h1, h2, h3, h4, h5, h6, p, ul, a {
    font-family: 'Oswald', sans-serif;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: #fff;
}

.navbar-default {
    background: #fff;
    min-height: 150px;
    border: none;
    border-radius: 0px;
    margin: 0px;
}

.navbar-brand {
    height: 150px;
    padding: 15px 15px;
}

.navbar-brand img {
    display: inline-block;
}

.navbar-right {
    margin-right: 0px;
}

.navbar-nav > li {
    margin-top: 50px;
}

.navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a {
    color: #4f5972;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #ccc;
    background-color: transparent;
}

section {
    width: 100%;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
}

/* Main Styles */
#header {
    background-color: white;
    padding: 35px 0px 20px 0px;
    border-bottom: 1px solid #4f5972;
}

#header h1 {
    color: #000;
    font-weight: 300;
    display: inline-block;
    vertical-align: bottom;
    margin: 0px;
}

#header h1 span {
    vertical-align: bottom;
    color: #f46200;
    font-size: 30px;
    font-weight: bold;
    margin: 0px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px #111;
}

#header h4 {
    color: #000;
    font-size: 20px;
    font-weight: 300;
    margin: 0px;
}

#header h4 span {
    color: #f46200;
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    vertical-align: text-bottom;
}


/*** ***/
#banner {
    height: 80vh;
    display: flex;
    align-items: center;
}

#banner .form {
    display: inline-block;
    background: #fc550ecf;
    padding: 0px 15px;
    width: 300px;
}

h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 300;
    text-shadow: 2px 0px 3px #686464;
}

h2 span {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
}

h3 {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    text-shadow: 1px 1px 0px #111;
}

.custom-text h4 {
    color: #fff;
    /*text-shadow: 2px 2px 10px black;*/
    background: rgba(0, 0, 0, 0.75);
    padding: 15px;
    font-size: 25px;
    font-weight: 200;
}

#banner p {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
}

input,
select{
    display: inline-block;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    height: 40px;
    border: none;
    padding-left: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    outline: none;
    font-weight: 500;
    margin-bottom: 5px;
}

::-webkit-input-placeholder {
    color: #000;
}

input[type="submit"] {
    display: inline-block;
    color: #fff;
    background: #000;
    font-size: 20px;
    font-weight: 600;
    height: 65px;
    border-radius: 50px;
    margin-top: 20px;
    margin-bottom: 30px;
}

input[type="submit"]:hover {
    background: #FFC107;
}

/*** ***/
#info {
    background: #f3f2f0;
    padding: 70px 0px;
}

#info h3 {
    color: #000;
    font-size: 30px;
    font-weight: 300;
    margin: 0px 0px 20px 0px;
}

#info h3 span {
    color: #f46200;
    font-weight: bold;
}

#info p {
    color: #000;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
}


/*** ***/
#about {
    background: #027cc5;
    padding: 70px 0px;
}

#about h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin: 25px 0px 20px 0px;
}

#about h3 span {
    color: #f46200;
    font-weight: bold;
}

#about p {
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
}

#copyright {
    text-align: center;
    font-size: 9px;
    padding: 5px 0 0 0;
}

.alert {
    display: none;
}

#header.invert{
    background: #000;
    color: #fff !important;
}

#header.invert h4,
#header.invert h1{
    color: #fff !important;
}

#m-type{
        width: 50%;
        margin-top: 30px;
    }

/* Media Css */
@media only screen and (max-width: 767px) {
    .row-eq-height {
        display: inline-block;
    }

    .small-text-center {
        text-align: center;
    }

    .small-text-left {
        text-align: left;
    }

    .small-text-right {
        text-align: right;
    }

    .navbar-brand {
        width: 50%;
        height: 110px;
    }

    .navbar-default {
        min-height: 110px;
    }

    .navbar-right {
        margin-right: -15px;
    }

    .navbar-default .navbar-toggle {
        margin-top: 32px;
        margin-right: 0px;
        border: none;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        border: none;
        background: none;
    }

    .navbar-nav > li {
        margin-top: 10px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        text-align: center;
        padding: 5px 15px;
    }

    #header .navbar-default .navbar-nav > li > a {
        text-align: center;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background: #000;
    }

    #banner .form {
        width: 100%;
        margin-top: 15px;
    }

    #info h3 {
        font-size: 27px;
    }

    #about p {
        margin-bottom: 30px;
    }

    h2 {
        font-size: 25px;
    }

    h2 span {
        font-size: 35px;
    }

    #m-type{
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1169px) {
    .navbar-header {
        width: 30%;
    }

    h2 {
        font-size: 38px;
    }

    h2 span {
        font-size: 49px;
    }
}

@media (min-width: 992px) {
    .form-col {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    #banner {
        /*background-size: auto 100%;*/
        height: auto;
        background-position: -125px center !important;
        /*background-attachment: fixed;*/
    }
}