@charset "utf-8";

@media only screen and (min-width: 1800px) {

    .section {
        width: 1800px !important;
        margin: 0 0 0 calc(50% - 900px) !important;
    }

    .banner_strap {
        font-size: 3.5vw !important;
    }

}

html {
    max-width: 100vw;
}

body {
    width: 100% !important;
    margin: 0;
    padding: 0;
    max-width: 100vw;
    box-sizing: border-box;
    font-family: sans-serif;
    font-family: 'proxima-nova', sans-serif;
    list-style: none;
    list-style-type: none !important;
    background-color: #fff;
    color: #796c93;
    float: left;
}

.body_freeze {
    position: fixed;
    left: 0;
    top: 0;
    max-height: 100vh;

}

.wrap {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}

.content_start {
    margin: 100px 0 0 0;
}

.content_end {
    margin: 0 0 0 0;
    /* border-bottom: 4px solid #fff; */
}

input[type="text"], input[type="email"], input[type="password"], textarea, .message {
    -webkit-appearance: none;
    outline: none;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    padding: 0 0 0 10px;
}

::selection {
    color: #fff;
    background: #000000;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.no_overflow {
    overflow: hidden !important;
}

.displayNone {
    display: none !important;
}

.devices_off_flex {
    display: flex;
}

.devices_on_flex {
    display: none !important;
}

.devices_off {
    display: block;
}

.devices_on {
    display: none !important;
}

.bottomShadow {
    -webkit-box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}

.bottomShadow50 {
    -webkit-box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
}

.bottomShadowFeature {
    -webkit-box-shadow: 0px 10px 20px 0px #b0a2cf82;
    -moz-box-shadow: 0px 10px 20px 0px #b0a2cf82;
    box-shadow: 0px 10px 20px 0px #b0a2cf82;
}

.offset100 {
    position: absolute;
    left: -10000px;
}

h1, h2, h3 {
    font-family: 'proxima-nova', sans-serif;
    margin: 0;
    float: left;
    width: 100%;
}

h1 {
    font-weight: 700;
    font-size: 46px;
}

h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
}

h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    margin: 5px 0 5px 0;
}

.font09 {
    font-size: 90%;
}

.w400 {
    font-weight: 400 !important;
}

.w500 {
    font-weight: 500 !important;
}

.w600 {
    font-weight: 600 !important;
}

.w700 {
    font-weight: 700 !important;
}

.blackText {
    color: #000 !important;
}

.blueText {
    color: #a1c6dd;
}

.whiteText {
    color: #fff;
}

.redText {
    color: #f00001;
}

.greyText {
    color: #8f8a9b;
}

.text_left {
    text-align: left !important;
}

.text_center {
    text-align: center !important;
}

.text_right {
    text-align: right !important;
}

.text_justify {
    text-align: justify !important;
}

.blueBG {
    background-color: #ccc;
}

.whiteBG {
    background-color: #fff;
}

.featureBG {
    background-color: #2c243d;
}

.floatL {
    float: left !important;
}

.floatR {
    float: right !important;
}

.mL10 {
    margin-left: 10px !important;
}

.mL15 {
    margin-left: 15px !important;
}

.mL20 {
    margin-left: 20px !important;
}

.noBottomMargin {
    margin-bottom: 0px !important;
}

.no_border {
    border: none;
}

.bgImageTop {
    background-position: top !important;
}

.bgImageCentre {
    background-position: center !important;
}

.bracket {
    margin: -2px 10px 0px 10px;
    display: inline-block;
    baseline-shift: -28px;
    alignment-baseline: baseline;
}