body {
    font-size: 16px;
    line-height: 1.42857143;
    font-family: 'Open Sans',Arial,sans-serif;
    color: #333;
}

h1 {
    font-size: 38px;
    color: #393939;
}

h2 {
    font-size: 32px;
    color: #222;
    margin-top: 0px;
}

h3 {
    font-size: 24px;
    color: #222;
}

@font-face {
    font-family: 'Lato', sans-serif;
}

.form-control[readonly] {
    background-color: white; !important;
}

.clearfix-rem {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.mt-0 {
    margin-top: 0px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-32 {
    margin-top: 32px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}



.top-bar {
    background: #333;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
}

    .top-bar h3 {
        color: white;
        margin: 0px;
    }


.bg-banner {
    background: url(../images/tripping/banner.jpg);
    background-size: cover;
}

.bg-banner-overlay {
    /*background:#1212123d*/
}

@media(min-width:768px) {
    .bg-heading-content {
        margin-top: 200px !important;
    }
}

.bg-heading-content {
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    border-radius: 3px;
    background-color: rgba(0,0,0,0.49);
    padding: 10px 35px;
    padding-bottom: 0px;
    margin-bottom: 10px !important;
}

.bg-banner-content {
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    border-radius: 3px;
    background-color: #f4f4f4;
    padding: 20px 35px;
    padding-bottom: 10px;
    margin-bottom: 180px !important;
}

.bg-banner-content-head {
    font-size: 28px;
    color: white;
    font-family: lato-bold;
}

.bg-banner-content-text {
    margin-bottom: 20px;
    color: white;
}

.input-style {
    height: 40px;
    border-radius: 0px;
    border: 1px solid #bcbaba;
    padding-left: 35px;
}

.icon-style {
    position: absolute;
    top: 12px;
    left: 10px;
    color: gray;
    z-index: 1000;
}

.clr-rem {
    padding: 0px;
}

.bootstrap-select .btn {
    background: white !important;
    box-shadow: none !important;
    height: 40px;
    border-radius: 0px;
    border: 1px solid #bcbaba;
    padding-left: 35px;
    color: #999;
}

.btn-style {
    height: 40px;
    border-radius: 0px;
    border: 1px solid #bcbaba;
    font-size: 16px;
}

.clients-logos {
    margin-top: 30px;
}

    .clients-logos img {
        margin: 0 auto;
        display: block;
    }


@media(min-width:1200px) {
    .bg-banner-content {
        width: 80%;
        margin: 0 auto;
    }

    .bg-heading-content {
        width: 80%;
        margin: 0 auto;
    }
}

@media(max-width:767px) {
    .bg-banner-content {
        margin-top: 30px !important;
        margin-bottom: 60px !important;
    }

    .bg-heading-content {
        margin-top: 60px;
    }

    .bg-banner-content-head {
        font-size: 22px !important;
    }

    .bg-banner-content-text {
        font-size: 14px !important;
    }
}

/**********************************
Responsive navbar-brand image CSS
- Remove navbar-brand padding for firefox bug workaround
- add 100% height and width auto ... similar to how bootstrap img-responsive class works
***********************************/

.navbar-brand {
    padding: 0px;
}
.navbar-brand>img {
    height: 100%;
    padding: 5px;
    width: auto;
}

.navbar{
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}
