body {
    font-family: Poppins,sans-serif;
    background-color: #fff;
    font-size: 1.6rem;
    font-size: 16px
}

h1,h2,h3,h4,h5,h6 {
    color: #2e2e2e
}

p {
    line-height: 1.8;
    letter-spacing: .4px
}

ol li,ol li a,ul li,ul li a {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: .4px
}

a:focus,a:hover {
    text-decoration: none;
    outline: 0
}

a {
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

h1,h2 {
    font-family: Cinzel,serif
}

.no-pad {
    padding: 0!important
}

.shaded {
    background-image: -webkit-linear-gradient (#002439,#0578b5);
    background-image: -moz-linear-gradient(#002439,#0578b5);
    background-image: -ms-linear-gradient(#002439,#0578b5);
    background-image: -o-linear-gradient(#002439,#0578b5);
    background-image: linear-gradient(#002439,#0578b5);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text
}

.bb {
    padding-bottom: 15px
}

h4.blue {
    width: 70%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: .1em;
    margin: 10px 0 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #00669c
}

h4.blue span {
    background: #fff;
    padding: 0 10px
}

@media(max-width:479px) {
    .hero-content {
        position: relative;
        top: 80px!important
    }

.click2call { padding-top: 0; }

    .hero-content .intro {
        padding-right: 0!important
    }

    .hero-content .intro h1 {
        font-size: 28px!important;
        margin: 80px 0 20px 0!important;
        text-align: center
    }

    .hero-content .intro h2 {
        font-size: 21px!important;
        margin: 0!important;
        padding: 0!important;
        text-align: center
    }

    .hero-content .intro p {
        margin-top: 20px;
        text-align: center
    }
}

@media(min-width:480px) and (max-width:767px) {
    .hero-content {
        position: relative;
        top: 100px!important
    }
.click2call { padding-top: 20px; }

    .hero-content .intro {
        padding-right: 0!important
    }

    .hero-content .intro h1 {
        font-size: 36px!important;
        margin: 80px 0 20px 0!important;
        text-align: center
    }

    .hero-content .intro h2 {
        font-size: 24px!important;
        margin: 0!important;
        padding: 0!important;
        text-align: center
    }

    .hero-content .intro p {
        margin-top: 20px;
        text-align: center
    }
}

@media(max-width:767px) {
    .bottom-intro [class*=col-] {
        padding-bottom: 25px!important;
        border-left: none!important
    }

    .flex-row {
        flex-wrap: wrap!important;
        -webkit-flex-wrap: wrap!important
    }

    .category {
        width: 100%
    }

    .option {
        width: 50%
    }

    .download-block {
        padding: 20px 15px!important
    }

    .download-block .btn {
        width: 100%
    }

    .content-base a {
        min-height: 120px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hero-content {
        position: relative;
        top: 100px!important
    }

.click2call { padding-top: 20px; }

    .bottom-intro [class*=col-] {
        padding-bottom: 25px!important;
        border-left: none!important
    }
}

@media(min-width:1320px) {
    .container {
        width: 1280px
    }
}

header,header * {
    transition: all .4s ease 0s
}

h4.book {
    text-transform: uppercase;
    color: #fff!important;
    margin-bottom: 5px!important;
    padding-top: 20px
}

.flex-row {
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-align-content: stretch;
    padding: 15px 0;
    border-bottom: 1px solid #333
}

.flex-row-logo {
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-align-content: stretch;
    padding: 5px 0
}

.flex-cell {
    text-align: center
}

.flex-cell a span {
    display: block
}

.category {
    -webkit-order: -1;
    order: -1;
    -webkit-flex-grow: 2;
    flex-grow: 2;
    color: #999
}

.category span {
    font-size: 14px;
    display: block;
    line-height: 1;
    margin-top: 5px
}

.category i {
    font-size: 40px;
    padding-bottom: 5px;
    line-height: 1
}

.option {
    -webkit-order: 0;
    order: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    padding: 5px 15px;
    font-size: 12px
}

.option a i {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 8px;
    padding: 5px;
    line-height: 1
}

.bottom-intro {
    color: #fff;
    margin-top: 50px
}

.bottom-intro [class*=col-] {
    min-height: 148px;
    padding-top: 9px;
    padding-bottom: 30px;
    border-left: 1px solid rgba(255,255,255,.1)
}

.bottom-intro [class*=col-]:first-child {
    border-left: none
}

.bottom-intro .view-landscape a {
    display: block;
    background: #169aff;
    padding: 70px 0;
    color: #fff
}

.bottom-intro small {
    font-size: 14px;
    letter-spacing: 1.2px;
    line-height: 16px;
    text-transform: uppercase
}

.bottom-intro i {
    font-size: 32px
}

.bottom-intro .ico-head {
    text-align: center;
    margin-bottom: 15px;
    color: #fff
}

.info-animation {
    margin-top: 10px
}

.card-container {
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
    margin-top: 15px
}

.card-container.hover.manual-flip .card,.card-container:not(.manual-flip):hover .card {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.card-container.static.hover .card,.card-container.static:hover .card {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none
}

.card {
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative
}

.back,.front {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px
}

.front {
    z-index: 2;
    background: rgba(110,190,183,.7)
}

.back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 3;
    background: #6ebeb7
}

.card {
    border-radius: 3px
}

.back,.card-container,.front {
    width: 100%;
    height: 175px;
    border-radius: 3px;
    text-align: center
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .back,.front {
        -ms-backface-visibility: visible;
        backface-visibility: visible
    }

    .back {
        visibility: hidden;
        -ms-transition: all .2s cubic-bezier(.92,.01,.83,.67)
    }

    .front {
        z-index: 4
    }

    .card-container.manual-flip.hover .back,.card-container:not(.manual-flip):hover .back {
        z-index: 5;
        visibility: visible
    }
}

.card .front i {
    font-size: 46px;
    display: block;
    color: #305696;
    margin: 8px 0 10px
}

.card .front:after {
    font-family: icomoon;
    content: '\e9d1';
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: rgba(255,255,255,.6);
    font-size: 16px
}

.card .btn {
    border-collapse: transparent
}

.card .btn-dark {
    background: 0;
    color: #4b9a93
}

.card .btn-dark:hover {
    background: 0;
    color: #387c76
}

.front {
    background: rgba(110,190,183,.7)
}

.back {
    background: #6ebeb7
}

.card h4 {
    font-weight: 400;
    margin: 0;
    color: #305696;
    font-size: 16px
}

.back h4 {
    font-size: 20px;
    margin-bottom: 15px
}

.back p {
    font-size: 16px;
    margin: 20px 0 10px;
    line-height: 1.25
}

.card .moreInfo {
    color: #fff;
    line-height: 24px
}

.rev_slider_wrapper {
    background: #000d58;
    z-index: 10
}

.demo-call {
    width: 100%;
    display: block;
    padding: 30px 0;
    background: #f1f1f1;
    color: #777
}

.text-track {
    display: inline-block;
    border: 0;
    font-size: 16px
}

.text-track img {
    padding: 0 20px 0 20px
}

.text-track p {
    padding: 15px 30px;
    margin: 0;
    display: inline-block;
    line-height: 0
}

.text-track .btn {
    border-radius: 0;
    border-color: transparent;
    padding: 15px 30px;
    font-size: 16px
}

.download-block {
    padding-left: 30px;
    padding-top: 90px
}

.download-block h4 {
    margin-top: 70px;
    margin-bottom: 20px;
    font-size: 24px
}

.download-block .btn {
    border-radius: 2px;
    background-color: #3769b3;
    border-color: transparent;
    padding: 10px 25px;
    color: #fff
}

.download-block .btn:hover {
    background-color: #212121
}

.gray {
    width: 100%;
    display: block;
    padding: 0;
    background-image: linear-gradient(119deg,#f6f6f6 40%,#878787 100%)!important;
    background-color: #878787!important
}

.top-divide {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIyMzBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDB2MTQwaDEyODBMMCAweiIvPjwvZz48L3N2Zz4=);
    background-size: 100% 130px;
    top: 0;
    height: 130px;
    z-index: 1;
    transform: rotateX(180deg)
}

.bottom-divide {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIyMzBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDB2MTQwaDEyODBMMCAweiIvPjwvZz48L3N2Zz4=);
    background-size: 100% 130px;
    top: 0;
    height: 130px;
    z-index: 1
}

.bottom-divide-shorter {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIyMzBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDB2MTQwaDEyODBMMCAweiIvPjwvZz48L3N2Zz4=);
    background-size: 100% 100px;
    top: -100px;
    height: 100px;
    z-index: 1;
    position: relative
}

.footer {
    width: 100%;
    display: block;
    padding: 0;
    background-image: linear-gradient(119deg,#1170a4 40%,#0b4666 100%)!important;
    background-color: #0b4666!important;
    color: #fff;
    font-size: 1.4rem;
    font-size: 14px
}

.footer .bottom-divide {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIyMzBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDB2MTQwaDEyODBMMCAweiIvPjwvZz48L3N2Zz4=);
    background-size: 100% 130px;
    top: 0;
    height: 130px;
    z-index: 1;
    transform: rotateX(180deg)
}

.footer ul li a {
    color: #fff;
    font-size: 1.4rem;
    font-size: 14px
}

.footer ul li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #36a4e0;
    transition: width .3s
}

.footer h5 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px
}

.footer a {
    color: #fff
}

.footer a:hover {
    color: #fff
}

.footer p {
    line-height: 1.6;
    font-size: 1.4rem;
    font-size: 14px
}

.footer .btn {
    border-color: transparent;
    border-radius: 2px;
    font-size: 16px
}

.on {
    background-color: #3671ad
}

.greys {
    background-image: linear-gradient(145deg,#e0e0e0 25%,#f3f3f3 100%)!important;
    background-color: #f3f3f3!important;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 20px
}

.parallax {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    background-image: url(/images/site/signature-locations.jpg);
    clear: both
}

.parallax.equal-height {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.inner-col-row {
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0
}

.inner-col {
    padding: 56px 40px!important;
    margin-top: 80px;
    margin-bottom: 80px;
    color: #fff;
    background: rgba(0,33,60,.8);
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px
}

.parallax .inner-col .pcopy h2 {
    text-align: center;
    color: #fff
}

.parallax .inner-col .pcopy hr {
    width: 100px;
    height: 2px;
    border: 0;
    margin: 20px auto;
    display: block;
    background-color: #1abfb1
}

.parallax .inner-col .pcopy {
    padding: 20px 0
}

.parallax .inner-col .pcopy p {
    color: #fff;
    font-size: 1.6rem;
    line-height: 2rem
}

.parallax .inner-col .pcopy ul li {
    color: #fff;
    font-size: 1.6rem;
    line-height: 2rem
}

@media only screen and (max-width:767px) {
    .parallax {
        background-position: center center;
        background-repeat: no-repeat;
        min-height: 400px;
        background-image: url(/images/site/signature-locations.jpg);
        clear: both;
        background-size: cover;
        background-attachment: scroll
    }

    .inner-col {
        padding: 0!important;
        margin-top: 80px;
        margin-bottom: 80px;
        color: #fff;
        background: rgba(0,33,60,.8);
        padding-left: 0;
        padding-right: 0;
        margin-left: 15px;
        margin-right: 15px
    }

    .parallax .inner-col .pcopy {
        padding: 20px 20px
    }

    .parallax .inner-col .pcopy p {
        color: #fff;
        font-size: 1.4rem;
        line-height: 1.8rem
    }

    .parallax .inner-col .pcopy ul li {
        color: #fff;
        font-size: 1.4rem;
        line-height: 1.8rem
    }
}

.parallax2 {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    clear: both
}

.parallax.equal-height {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.inner-col-row {
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0
}

.inner-col {
    padding: 56px 40px!important;
    margin-top: 80px;
    margin-bottom: 80px;
    color: #fff;
    background: rgba(26,191,177,.8);
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px
}

.parallax2 .inner-col .pcopy h2 {
    text-align: center;
    color: #fff
}

.parallax2 .inner-col .pcopy hr {
    width: 185px;
    height: 5px;
    border: 0;
    margin: 30px auto;
    text-align: center;
    display: block;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #fff
}

.parallax2 .inner-col .pcopy {
    padding: 20px 0
}

.parallax2 .inner-col .pcopy p {
    color: #fff;
    font-size: 1.6rem;
    line-height: 2rem
}

.parallax2 .inner-col .pcopy ul li {
    color: #fff;
    font-size: 1.6rem;
    line-height: 2rem
}

.parallax2 .inner-col .pcopy a {
    color: #fff
}

.parallax2 .inner-col .pcopy a:hover {
    color: #fff;
    text-decoration: underline
}

@media only screen and (max-width:767px) {
    .parallax2 {
        background-position: center center;
        background-repeat: no-repeat;
        min-height: 400px;
        clear: both;
        background-size: cover;
        background-attachment: scroll
    }

    .inner-col {
        padding: 0!important;
        margin-top: 120px;
        margin-bottom: 80px;
        color: #fff;
        background: rgba(26,191,177,.8);
        padding-left: 0;
        padding-right: 0;
        margin-left: 15px;
        margin-right: 15px
    }

    .parallax2 .inner-col .pcopy {
        padding: 20px 20px
    }

    .parallax2 .inner-col .pcopy h2 {
        color: #fff;
        font-size: 2.4rem;
        line-height: 2.6rem
    }

    .parallax2 .inner-col .pcopy p {
        color: #fff;
        font-size: 1.6rem;
        line-height: 1.8rem
    }

    .parallax2 .inner-col .pcopy ul li {
        color: #fff;
        font-size: 1.4rem;
        line-height: 1.8rem
    }
}

.blue {
    color: #3270bc
}

.green {
    color: #00ba17
}

.main {
    background: #fff
}

.services {
    margin-top: 0;
    margin-bottom: 0
}

.services.equal-height {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.services-row {
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0
}

.services-col {
    padding: 20px 20px!important;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #000;
    background: 0 0;
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px
}

.services-col a.demo-btn {
    padding: 13px 20px 13px 15px;
    background-color: #0063b2;
    border-radius: 3px;
    color: #fff!important
}

.services-col a.demo-btn:hover {
    background-color: #00ba17;
    color: #fff
}

@media only screen and (max-width:767px) {
    .services {
        background: #fff!important;
        padding-bottom: 20px
    }

    .services-row {
        display: flex;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        padding-left: 15px;
        padding-right: 15px
    }

    .services-col {
        padding: 5px 0!important;
        margin-top: 5px;
        margin-bottom: 5px;
        color: #000;
        background: #fff
    }
}

.logo {
    position: relative;
    top: 1px
}

.banner-hero {
    background-image: linear-gradient(119deg,#1170a4 40%,#0b4666 100%)!important;
    background: #000d58;
    color: #fff;
    margin: 0 auto;
    padding: 100px 0 100px 0;
    min-height: 250px
}

.banner-hero2 {
    background-image: linear-gradient(119deg,#1170a4 40%,#0b4666 100%)!important;
    background: #000d58;
    color: #fff;
    margin: 0 auto;
    padding: 60px 0 40px 0!important;
    min-height: 300px;
    margin-top: 90px
}

.banner-hero3 {
    background-image: linear-gradient(119deg,#1170a4 40%,#0b4666 100%)!important;
    background: #000d58;
    color: #fff;
    margin: 0 auto;
    padding: 100px 0 40px 0;
    min-height: 200px
}

.banner-home {
    background-position: center right;
    background-image: linear-gradient(119deg,#1170a4 40%,#0b4666 100%)!important;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover!important;
    background-attachment: fixed;
    -webkit-background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: 100%;
    -moz-background-size: cover;
    background-size: 100%;
    min-height: 470px;
    margin-top: 90px
}

#backslider {
    padding: 0;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover!important;
    background-attachment: fixed;
    -webkit-background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: 100%;
    -moz-background-size: cover;
    background-size: 100%
}

#backslider2 {
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover!important;
    background-attachment: fixed;
    -webkit-background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: 100%;
    -moz-background-size: cover;
    background-size: 100%
}

.btn-book {
    margin-top: 16px;
    padding: 15px 20px 15px 15px;
    background: rgba(0,0,0,.8);
    ont-family: Poppins,Helvetica,Arial,Lucida,sans-serif!important;
    border-radius: 2px;
    color: #fff;
    box-shadow: 7px 6px 46px 0 rgba(0,0,0,.3);
    width: 250px;
    font-size: 21px
}

.btn-book:hover {
    background-color: rgba(255,255,255,.8);
    color: #093a55;
    webkit-box-shadow: 1px 2px 7px 0 rgba(156,173,195,.46);
    box-shadow: 1px 2px 7px 0 rgba(156,173,195,.46);
    transition: box-shadow .3s ease-in-out
}

.banner-hero-quote {
    background: #1170a4;
    color: #fff;
    margin: 0 auto;
    padding: 60px 0;
    position: relative;
    top: 0;
    min-height: 200px
}

.banner-hero h4,.banner-hero-quote h4,.banner-hero2 h4,.banner-hero3 h4 {
    font-size: 2.4rem;
    line-height: 1;
    color: #fff;
    letter-spacing: .1em;
    font-family: Poppins,sans-serif;
    text-align: center;
    text-transform: uppercase
}

.banner-hero-home h4 {
    font-size: 2.1rem;
    line-height: 1.2;
    color: #fff;
    letter-spacing: .1em;
    font-family: Poppins,sans-serif;
    text-align: center
}

.banner-hero h1,.banner-hero-quote h1,.banner-hero2 h1,.banner-hero3 h1 {
    font-size: 5rem;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-style: normal;
    line-height: 1.2
}

.banner-hero-home h1 {
    font-size: 4.8rem;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    font-family: Cinzel,serif
}

.banner-hero-home hr {
    width: 185px;
    height: 5px;
    border: 0;
    margin: 30px auto;
    text-align: center;
    display: block;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #1170a4
}

.banner-hero hr,.banner-hero-quote hr,.banner-hero2 hr,.banner-hero3 hr {
    width: 150px;
    height: 5px;
    border: 0;
    margin: 15px auto;
    display: block;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #6ebeb7
}

.banner-hero a.demo-btn {
    margin-top: 10px;
    padding: 13px 20px 13px 15px;
    background: #1abfb1!important;
    ont-family: Poppins,Helvetica,Arial,Lucida,sans-serif!important;
    border-radius: 25px;
    color: #fff!important;
    box-shadow: 7px 6px 46px 0 rgba(0,0,0,.3)
}

.banner-hero a.demo-btn:hover {
    background-color: #1abfb1;
    color: #fff;
    webkit-box-shadow: 1px 2px 7px 0 rgba(156,173,195,.46);
    box-shadow: 1px 2px 7px 0 rgba(156,173,195,.46);
    transition: box-shadow .3s ease-in-out
}

.interior {
    position: relative;
    background: #fff
}

.container.res-container {
    width: 100%!important
}

@media only screen and (max-width:479px) {
    .container.res-container {
        width: 100%!important;
        padding: 0
    }

    .banner-home {
        background-position: center right;
        background-image: linear-gradient(119deg,#1170a4 40%,#0b4666 100%)!important;
        padding: 0;
        background-repeat: no-repeat;
        background-size: cover!important;
        background-attachment: fixed;
        -webkit-background-size: 100%;
        -webkit-background-size: cover;
        -moz-background-size: 100%;
        -moz-background-size: cover;
        background-size: 100%;
        min-height: 470px;
        margin-top: 90px
    }

    #backslider {
        padding: 0;
        height: 200px;
        background-repeat: no-repeat;
        background-size: cover!important;
        background-attachment: fixed;
        -webkit-background-size: 100%;
        -webkit-background-size: cover;
        -moz-background-size: 100%;
        -moz-background-size: cover;
        background-size: 100%
    }

    .banner-hero {
        background-image: linear-gradient(119deg,#1170a4 40%,#0b4666 100%)!important;
        background: #000d58;
        color: #fff;
        margin: 0 auto;
        padding: 150px 0;
        min-height: 350px
    }

    .banner-hero-home {
        background-position: center right;
        background-image: linear-gradient(119deg,#000d58 40%,#2e80c0 100%)!important;
        padding: 30px 0 20px 0;
        background-repeat: no-repeat;
        background-size: cover!important;
        background-attachment: fixed;
        -webkit-background-size: 100%;
        -webkit-background-size: cover;
        -moz-background-size: 100%;
        -moz-background-size: cover;
        background-size: 100%;
        min-height: 350px;
        margin-top: 90px
    }

    .banner-hero-quote {
        background: #0063b2;
        color: #fff;
        margin: 0 auto;
        padding: 60px 0;
        position: relative;
        top: 0;
        min-height: 200px
    }

    .banner-hero-home hr {
        width: 150px;
        height: 5px;
        border: 0;
        margin: 30px 0;
        text-align: center;
        display: block;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        background-color: #6ebeb7
    }

    .banner-hero-home h4 {
        font-size: 1.4rem;
        line-height: 1.3;
        color: #fff;
        letter-spacing: .1em;
        font-family: Poppins,sans-serif;
        text-align: center
    }

    .banner-hero h4,.banner-hero-quote h4,.banner-hero2 h4,.banner-hero3 h4 {
        font-size: 1.8rem;
        line-height: 1;
        color: #fff;
        letter-spacing: .1em;
        font-family: Poppins;
        text-align: center;
        text-transform: uppercase
    }

    .banner-hero h1,.banner-hero-home h1,.banner-hero-quote h1,.banner-hero2 h1,.banner-hero3 h1 {
        font-size: 3.2rem!important;
        color: #fff;
        text-align: center;
        font-weight: 600;
        font-style: normal;
        line-height: 1
    }

    .banner-hero hr,.banner-hero-quote hr,.banner-hero2 hr,.banner-hero3 hr {
        width: 150px;
        height: 5px;
        border: 0;
        margin: 15px auto;
        display: block;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        background-color: #6ebeb7
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    #backslider {
        padding: 0;
        height: 300px
    }
    .click2call { padding-top: 20px; }
}

@media only screen and (min-width: 1200px) {
.click2call { padding-top: 60px; }

}
@media only screen and (min-width:480px) and (max-width:767px) {
    .banner-hero {
        background-image: linear-gradient(119deg,#1170a4 40%,#0b4666 100%)!important;
        background: #000d58;
        color: #fff;
        margin: 0 auto;
        padding: 150px 0;
        min-height: 350px
    }

    #backslider {
        padding: 0;
        height: 250px;
        background-repeat: no-repeat;
        background-size: cover!important;
        background-attachment: fixed;
        -webkit-background-size: 100%;
        -webkit-background-size: cover;
        -moz-background-size: 100%;
        -moz-background-size: cover;
        background-size: 100%
    }

    .banner-hero-home {
        background-position: center right;
        background-image: linear-gradient(119deg,#1170a4 40%,#0b4666 100%)!important;
        padding: 60px 0 40px 0;
        background-repeat: no-repeat;
        background-size: cover!important;
        background-attachment: fixed;
        -webkit-background-size: 100%;
        -webkit-background-size: cover;
        -moz-background-size: 100%;
        -moz-background-size: cover;
        background-size: 100%;
        min-height: 350px;
        margin-top: 90px
    }

    .banner-hero-quote {
        background: #0063b2;
        color: #fff;
        margin: 0 auto;
        padding: 60px 0;
        position: relative;
        top: 0;
        min-height: 200px
    }

    .banner-hero h4,.banner-hero-quote h4,.banner-hero2 h4,.banner-hero3 h4 {
        font-size: 2.1rem;
        line-height: 1;
        color: #fff;
        letter-spacing: .1em;
        text-align: center;
        text-transform: uppercase;
        font-family: Poppins
    }

    .banner-hero h1,.banner-hero-home h1,.banner-hero-quote h1,.banner-hero2 h1,.banner-hero3 h1 {
        font-size: 3.8rem!important;
        color: #fff;
        text-align: center;
        font-weight: 600;
        font-style: normal;
        line-height: 1
    }

    .banner-hero-home hr {
        width: 150px;
        height: 5px;
        border: 0;
        margin: 30px 0;
        text-align: center;
        display: block;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        background-color: #6ebeb7
    }

    .banner-hero-home h4 {
        font-size: 1.4rem;
        line-height: 1.3;
        color: #fff;
        letter-spacing: .1em;
        font-family: Poppins,sans-serif;
        text-align: center
    }

    .banner-hero hr,.banner-hero-quote hr,.banner-hero2 hr,.banner-hero3 hr {
        width: 150px;
        height: 5px;
        border: 0;
        margin: 15px auto;
        display: block;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        background-color: #6ebeb7
    }
}

.interior-content {
    position: relative;
    top: -70px;
    clear: both
}

ul.side-links {
    margin-left: -35px;
    list-style-type: none
}

ul.side-links li {
    padding: 6px 0 6px 0;
    margin-bottom: 10px;
    border-bottom: 1px dashed #6ebeb7;
    line-height: 24px
}

ul.side-links li.active {
    color: #6ebeb7
}

.active {
    color: #6ebeb7
}

ul.side-links li a {
    color: #0063b2
}

ul.side-links li a.active,ul.side-links li a:hover,ul.side-links li.active a {
    color: #6ebeb7
}

.benefits {
    padding-top: 10px;
    padding-bottom: 40px;
    background-color: #fff
}

.cta {
    float: left
}

hr.special {
    width: 10%;
    height: 5px;
    border: 0;
    margin: 15px auto;
    display: block;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #1170a4
}

hr.special-left {
    width: 10%;
    height: 5px;
    border: 0;
    margin: 15px 0;
    display: block;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #1170a4
}

@media only screen and (max-width:767px) {
    .cta {
        margin: 0 auto!important;
        text-align: center
    }
}

.cent {
    margin: 0 auto!important;
    text-align: center
}

.extra-pad {
    padding-bottom: 18px
}

.benefits h2 {
    font-size: 32px;
    padding-bottom: 40px
}

.benefits h3 {
    font-family: Poppins,Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
    color: #525f7f!important;
    font-size: 19px
}

.benefits-icon {
    font-size: 48px;
    width: 100px;
    height: 100px;
    background: #002439;
    border: 2px solid #002439;
    border-radius: 50px;
    color: #fff;
    padding: 10px;
    text-align: center
}

.benefits-icon:hover {
    background: #1170a4;
    -o-transition: background .3s linear;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -ms-transition: background .3s linear;
    transition: background .3s linear;
    color: #fff
}

.footer .links p {
    line-height: 1.6;
    font-size: 1.4rem;
    font-size: 14px
}

.footer .links p a {
    text-decoration: none;
    position: relative;
    font-size: 1.4rem;
    font-size: 14px
}

.footer .links p a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #073046;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .5s cubic-bezier(1,.25,0,.75) 0s;
    transition: all .5s cubic-bezier(1,.25,0,.75) 0s
}

.footer .links p a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.footer ul.social {
    list-stye-type: none;
    display: block;
    clear: both;
    margin-left: -25px
}

.footer ul.social li {
    display: inline-block;
    position: relative;
    margin-bottom: 8px
}

.interior-content2 {
    padding-top: 40px
}

.btn-primary {
    background-color: #0a3f5e;
    border-radius: 2px!important;
    color: #fff;
    border-color: #0a3f5e
}

.btn-primary:hover {
    background-color: #1170a4;
    border-radius: 2px;
    color: #fff!important;
    border-color: #1170a4
}