body{font-family: 'Open Sans', sans-serif;}
p{color:#404040;}
.front-page p { font-size: 17px; line-height: 22px; margin-bottom: 18px; }
.no-padding{ padding: 0; }
.no-padding-right{ padding-right: 0; }
.no-padding-left{ padding-left: 0; }

.bottom-form input[type="submit"] {
    background-color: #d3a95a;
    color: #fff;
    float: right;
    padding: 19px;
    width: 17% !important;
    border: 0;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    margin-top: 15px;
    text-transform: INITIAL;
    text-align: center;
    border-radius: 3px;
}

.bottom-form{
    background-color: #f1f1f1;
    max-width: 1180px;
    padding-bottom: 50px !important;
    padding-top: 30px !important;
    margin: 0 auto;
}

.bottom-form .long-bar p{position:relative;}
.bottom-form .long-bar p > span{background:#f1f1f1;padding:0 10px;position:relative;z-index:1}
.bottom-form .long-bar p:before{background:#d3a95a;content:"";display:block;height:3px;position:absolute;top:50%;width:100%;left:0}

.bottom-form .long-bar p {
    background: #f1f1f1;
    padding-right: 10px;
    font-weight: 600;
    font-size: 18px;
    color: #0073bd;
}

.bottom-form .wpcf7-text, .bottom-form .wpcf7-textarea, .bottom-form .wpcf7-number{
    font-size: 12px;
    padding: 15px;
    background-color: #f8f8f8;
    border-radius: 3px;
    border: 1px solid #eaeaea;
    margin-bottom: 0;
    width: 100%;
}

.bottom-form .wpcf7-textarea{
    margin-top: 20px;
}

.fullwidthbanner-container{
    margin: 0px !important;
    max-width: 1178px;
}

/* Components */
.main-content{max-width: 1180px;margin: 0 auto; position: relative;}
.text-blue { color: #0073bd; }
.text-dark-blue { color: #00374c; }

.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }

.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }

.ml-10 { margin-left: 10px; }
.ml-20 { margin-left: 20px; }
.ml-30 { margin-left: 30px; }

.mr-10 { margin-right: 10px; }
.mr-20 { margin-right: 20px; }
.mr-30 { margin-right: 30px; }

.front-page .methods-box {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 39px;
}

ul.column-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    padding: 0;
}

ul.column-3 li{
    list-style: none;
    color: #0073bd;
    font-size: 16px;
}

i.fa.bold {
    border-width: 2px !important;
    font-weight: bold;
    font-size: 14px;
}

i.fa.circle {
    border: 1px solid #ffffff;
    border-radius: 30px;
    padding: 0px 4px 1px 6px;
}

.img-full img {
    width: 100%;
}

/* Rev Slider */
.main-slider .tp-rightarrow:hover,
.main-slider .tp-leftarrow:hover {
    background-color: #0073bd !important;
}

.main-slider .tp-rightarrow,
.main-slider .tp-leftarrow {
    width: 18px !important;
    height: 50px !important;
    border: none !important;
    background-color: #7c7c7c !important;
}

.main-slider .tp-leftarrow {
    transform: matrix(1, 0, 0, 1, 0, -25) !important;    
}

.main-slider .tp-rightarrow {
    transform: matrix(1, 0, 0, 1, -18, -25) !important;
}

.main-slider .tp-rightarrow:before,
.main-slider .tp-leftarrow:before {
    line-height: 50px !important;
    font-weight: bold !important;
}
.main-slider .tp-bullets {
    transform: matrix(1, 0, 0, 1, -32, -30) !important;
}

.main-slider .tp-bullet {
    border: none !important;
    background: #d7d2cb !important;
    box-shadow: none !important;
}

.main-slider .tp-bullet.selected {
    background: #cca45f !important;
}

/* buttons */
.btn.long { padding: 5px 34px; }
.btn-primary { background-color: #0073bd; font-weight: 500; }
.btn-secondary { background-color: #d3a95a; color: #ffffff; }
.btn-secondary:hover { background-color: #b18430; color: #ffffff; }
.btn-secondary-i { background-color: #d3a95a !important; color: #ffffff !important; }
.btn-secondary-i:hover { background-color: #b18430 !important; color: #ffffff !important; }
.btn-secondary-i a:hover { text-decoration: none !important; }
.btn-secondary-i a { color: #ffffff !important; }

.btn-i { padding: 10px 24px !important; border-radius: 3px !important; cursor: pointer; }


h1.strike-header.main{
    color: #00417b;
    font-size: 26px;
    font-weight: 600;
}

/* Line Behind Title */
h1.strike-header {
    position: relative;
    overflow: hidden;
    text-transform: uppercase
}
h1.strike-header span {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    position: relative;
    padding: 0 20px;
    margin-left: 100px;
}
h1.strike-header span:before,
h1.strike-header span:after {
    content: '';
    display: block;
    width: 1000px;
    position: absolute;
    top: 13px;
    border-top: 3px solid #d3a95a;
}
h1.strike-header span:before {
    right: 100%;
}
h1.strike-header span:after {
    left: 100%;
}



/* Hero Section */
.hero-boxes {
    padding-left: 15px;
    padding-right: 15px;
}

.hero-boxes .item {
    padding: 10px 10px 26px;
    border-right: 1px solid #ffffff;
}

.hero-boxes .item.first{
    background-color: #2a95d7;
}
.hero-boxes .item.second{
    background-color: #1688d1;
}
.hero-boxes .item.third{
    background-color: #0075c9;
}

.hero-boxes h4 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.hero-boxes p {
    color: #ffffff;
    font-size: 18px;
}

.hero-action {
    margin-top: 15px;
}

.hero-action a:hover {
    text-decoration: none;
}

.hero-action a, .hero-action a:hover, .hero-action a:active, .hero-action a:focus{
    color: #ffffff;
    text-decoration: none;
}

.hero-action a span {
    border: 1px solid #ffffff;
    padding: 3px 20px;
    color: #ffff;
    text-transform: uppercase;
    font-size: 16px;
}

.hero-action a i {
    color: #ffffff;
    font-size: 22px;
    border: 1px solid #ffffff;
    padding: 3px 8px 4px 10px;
    background: #d3a95a;
    position: relative;
    top: 0px;
    left: -5px;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
and (min-resolution:.001dpcm) {
    .hero-action a i {
        padding: 2px 8px 4px 10px !important;
        top: 1px !important;
    }
}


/* Section 3 */
.front-page .methods ul li {
    list-style: none;
}

.front-page .methods {
    margin-left: 80px;
}


@media screen and (max-width:1180px) {
    /* [class*="col-"] {
        padding: 0;
    } */

    .row {
        margin-right: 0;
        margin-left: 0;
    }

    .front-page .methods-box {
        padding: 0 15px;
    }
}

@media screen and (max-width:991px) {
    /* Components */
    .mt-md-20 { margin-top: 20px; }
    .mt-md-30 { margin-top: 30px; }
    .pt-md-20 { padding-top: 20px; }

    .text-md-right{ text-align: right; }
    .text-md-left{ text-align: left; }
    .text-md-center{ text-align: center; }
    
    /* hero section */
    .hero-boxes {
        padding-left: 0;
        padding-right: 0;
    }
}


@media screen and (max-width:767px) {
    ul.column-3 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .bottom-form .wpcf7-text, .bottom-form .wpcf7-textarea, .bottom-form .wpcf7-number{
        margin-bottom:10px;
    }

    .bottom-form input[type="submit"] {
        width: 45% !important;
        margin-right:16px;
    }
    
    .bottom-form .wpcf7-textarea{
        margin-top: 0px;
    }
    
    .bottom-form .long-bar p{
        text-align: center;
    }

    .bottom-form .long-bar p:before{
        background-color: transparent;
    }

}


@media screen and (max-width:512px) {
    .section-action a {
        margin-left: 0;
        margin-right: 0;
    }

    .front-page .methods {
        margin-left: 0;
    }
}

@media screen and (max-width:492px) {
    #viewVideo{ margin-top: 20px; }
}

@media screen and (max-width:425px) {
    p {
        font-size: 14px !important;
    }

    ul.column-3 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        text-align: center;
    }

    .hero-boxes h4, .hero-boxes p {
        display: block;
        font-size: 14px;
    }

    h1.strike-header span {
        margin-left: 0;
        padding: 0 10px;
    }
    
    h1.strike-header span:before,
    h1.strike-header span:after {
        top: 8px;
    }

    h1.strike-header.main {
        font-size: 18px;
        text-align: center;
    }
}