
header{
    font-style: normal;font-weight: 300;font-size: 16px;line-height: 1.625;font-family: 'Open Sans', sans-serif;letter-spacing: 0px;text-align: left; color: #2b2b2b;
    padding-top: 48px;
    background-image: url(http://ld-wp.template-help.com/wordpress_59027/wp-content/themes/caldera/assets/images/header-bg.jpg);
    background-color: #313131;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: scroll;
    padding: 0 0 2px;
    position: relative;
    z-index: 100;
    box-sizing: inherit;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 300px;
}
.container:before, .container:after {
    display: table;
    content: "";
    line-height: 0;
}
.container:after {
    clear: both;
}
@media (min-width: 768px)  {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px)  {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px)  {
    .container {
        width: 1200px;
    }
}
.secondary_color {
    color: #f96332;
}
.center_text {
    text-align: center;
}
h4 {
    font: 400 60px/78px "Montserrat", sans-serif;
    letter-spacing: -0.02em;
}
@media (min-width: 992px) {
    .col-md-4 {
        width: 33.33333%;
        float: left;
        margin: 0;

        border: 0;
        vertical-align: top;
        padding-left: 15px;
        padding-right: 15px;

    }
    .col-md-6 {
        width: 50%;
        float: left;
        margin: 0;

        border: 0;
        vertical-align: top;
        padding-left: 15px;
        padding-right: 15px;

    }
}

.bg-primary {
    /*background: #f7f7f7;*/
    background: #eee;
}
.border {
    border-top: 7px solid #23282e;
}
@media (min-width: 768px){
    .well-6 {
        padding-top: 80px;
        padding-bottom: 65px;
    }
}
.well-6 {
    padding-top: 55px;
    padding-bottom: 55px;
}
.btn-default {
    color: #fff;
    background: #f96332;
}
.btn-lg {
    padding: 19px 65px 20px;
}
.btn_mf {
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    font: 400 16px/16px "Montserrat", sans-serif;
}
button, input[type='button'] {
    background: none;
    border: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    outline: none;
    outline-offset: 0;
    overflow: visible;
    cursor: pointer;
    -webkit-appearance: none;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
}
.row:after {
    clear: both;
}
@media (max-width: 991px)  {
    .row+.row {
        margin-top: 60px;
    }
}
.flow-offset-1>*+* {
    margin-top: 75px;
}