body {
    background: #fff;
    color: #444;
    font-family: "Open Sans", sans-serif;
}

a {
    color: #007bff;
    transition: 0.5s;
}

    a:hover,
    a:active,
    a:focus {
        color: #0b6bd3;
        outline: none;
        text-decoration: none;
    }

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #007bff;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

    .back-to-top i {
        padding-top: 12px;
        color: #fff;
    }


.splash {
    padding: 4rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

    .splash h1 {
        color: #ffffff;
        font-weight: bold;
        font-size: 3.2rem;
        text-transform: uppercase;
    }

        .splash h1 p {
            text-transform: none;
            font-family: 'Yellowtail';
            font-weight: normal;
            font-size: 4.5rem;
            color: #ffffff;
            display: inline;
            padding-right: 16px;
        }

    .splash span {
        font-size: 2rem;
        font-weight: normal;
    }

    .splash h2 {
        color: white;
    }


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    /*height: 150px;*/
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 20px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

    #header.header-scrolled,
    #header.header-pages {
        /*height: 60px;*/
        /*height: 140px;*/
        padding: 10px 0;
    }

    #header .logo h1 {
        font-size: 36px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 400;
        letter-spacing: 3px;
        text-transform: uppercase;
    }

        #header .logo h1 a,
        #header .logo h1 a:hover {
            color: #00366f;
            text-decoration: none;
        }

    #header .logo img {
        padding: 0;
        margin: 7px 0;
        /*max-height: 26px;*/
    }

main {
    /*margin-top: 80px;*/
    margin-top: 150px;
}

section {
    margin-top: 48px;
}

textarea {
    height: 360px;
    background-color: aqua;
}
/*-- Nav ------------------------------------------------*/

nav a.nav--btn {
    border: 1px solid #13868d;
    border-radius: 24px;
    padding: 4px 8px;
    margin: 4px;
}

.main-nav {
}

    .main-nav,
    .main-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .main-nav > ul > li {
            position: relative;
            white-space: nowrap;
            float: left;
        }

        .main-nav a {
            text-decoration: none;
            display: block;
            position: relative;
            /*color: #13868d;*/
            color: #0c5b5d;
            padding: 10px 15px;
            transition: 0.3s;
            font-size: 1.0rem;
            font-family: "Montserrat", sans-serif;
            font-weight: 500;
        }

            .main-nav a:hover,
            .main-nav li:hover > a {
                /*color: #007bff;*/
                color: #13868d;
                text-decoration: none;
            }

        .main-nav .drop-down ul {
            display: block;
            position: absolute;
            left: 0;
            top: calc(100% + 30px);
            z-index: 99;
            opacity: 0;
            visibility: hidden;
            padding: 10px 0;
            background: #fff;
            box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
            transition: ease all 0.3s;
        }

        .main-nav .drop-down:hover > ul {
            opacity: 1;
            top: 100%;
            visibility: visible;
        }

        .main-nav .drop-down li {
            min-width: 180px;
            position: relative;
        }

        .main-nav .drop-down ul a {
            padding: 10px 20px;
            font-size: 13px;
            color: #004289;
        }

            .main-nav .drop-down ul a:hover,
            .main-nav .drop-down ul .active > a,
            .main-nav .drop-down ul li:hover > a {
                color: #007bff;
            }

        .main-nav .drop-down > a:after {
            content: "\f107";
            font-family: "Font Awesome 5 Free";
            padding-left: 10px;
        }

        .main-nav .drop-down .drop-down ul {
            top: 0;
            left: calc(100% - 30px);
        }

        .main-nav .drop-down .drop-down:hover > ul {
            opacity: 1;
            top: 0;
            left: 100%;
        }

        .main-nav .drop-down .drop-down > a {
            padding-right: 35px;
        }

            .main-nav .drop-down .drop-down > a:after {
                content: "\f105";
                position: absolute;
                right: 15px;
            }

/* Mobile Navigation */

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: rgba(19, 39, 57, 0.8);
    transition: 0.4s;
}

    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-nav a {
        display: block;
        position: relative;
        color: #fff;
        padding: 10px 20px;
        font-weight: 500;
    }

        .mobile-nav a:hover,
        .mobile-nav .active > a,
        .mobile-nav li:hover > a {
            color: #74b5fc;
            text-decoration: none;
        }

    .mobile-nav .drop-down > a:after {
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        padding-left: 10px;
        position: absolute;
        right: 15px;
    }

    .mobile-nav .active.drop-down > a:after {
        content: "\f077";
    }

    .mobile-nav .drop-down > a {
        padding-right: 35px;
    }

    .mobile-nav .drop-down ul {
        display: none;
        overflow: hidden;
    }

    .mobile-nav .drop-down li {
        padding-left: 20px;
    }

.mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

    .mobile-nav-toggle i {
        margin: 18px 18px 0 0;
        color: #004289;
    }

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(19, 39, 57, 0.8);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

    .mobile-nav-active .mobile-nav {
        left: 0;
    }

    .mobile-nav-active .mobile-nav-toggle i {
        color: #fff;
    }

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.row--bordered {
    border-top: 1px solid #efefef;
    margin-top: 36px;
    padding-top: 36px;
}

.btn {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 0;
    color: #fff;
    background: #0c5b5d;
    border: 2px solid #0c5b5d;
}

    .btn a, .btn a:hover {
        color: #ffffff;
    }


.section-header h3 {
    font-size: 36px;
    color: #283d50;
    text-align: center;
    font-weight: 500;
    position: relative;
}

.section-header p {
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-bottom: 60px;
    color: #556877;
    width: 50%;
}


.section-bg {
    background: #ecf5ff;
}

ul.spread {
    font-size: 1.4rem;
}

    ul.spread li {
        margin-top: 8px;
    }

ul.checks {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    ul.checks li {
        padding-left: 2rem;
        font-size: 1.2rem;
        margin-top: 8px;
        line-height: normal;
    }

        ul.checks li:before {
            display: inline-block;
            color: #496fb9;
            content: "\f058"; /* fa-check-circle */
            font-family: "Font Awesome 5 Free";
            font-size: 1.8rem;
            margin-left: -2rem;
            width: 2rem;
        }

ul.checks--question li:before {
    content: "\f059"; /* fa-question-circle */
    color: #0c5b5d;
}


ul.benefits-box {
    border: 1px solid #e6e6e6;
    background: #fafafa;
    list-style-type: none;
    padding: 16px;
}

    ul.benefits-box li {
        padding-left: 2rem;
        font-size: 1.2rem;
        margin-top: 8px;
    }

        ul.benefits-box li:before {
            display: inline-block;
            color: #689f38;
            content: "\f058"; /* fa-check-circle */
            font-family: "Font Awesome 5 Free";
            font-size: 1.8rem;
            margin-left: -2rem;
            width: 2rem;
        }


blockquote {
    position: relative;
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    font-style: italic;
    font-size: 1.2rem;
    line-height: 2rem;
    padding: 16px;
    z-index: -1;
}

    blockquote.two {
        border: none;
        background: none;
        border-left: 4px solid green;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    /*blockquote:before {
        position:absolute;
        top:0; left:12px;
        content: '\f10d';
        font-family: 'FontAwesome';
        color:#cccccc;
        margin-top:-12px;
        font-size:2rem;
        z-index:-1;
        padding:0;
    }*/

    blockquote p {
        z-index: 1;
        margin: 0;
        padding: 0;
    }

        blockquote p.name {
            text-align: right;
            font-style: normal;
            text-transform: uppercase;
            padding-top: 4px;
            font-size: .8rem;
            line-height: normal;
        }


.intro-box {
    background: #efefef;
    padding: 48px;
    position: relative;
}

.effect2 {
    position: relative;
    display: inline-block;
    border: 1px solid #efefef;
    margin-bottom: 36px;
}

    .effect2 img {
        border: 16px solid #ffffff;
        position: relative;
        z-index: 1;
    }

    .effect2:before, .effect2:after {
        z-index: 0;
        position: absolute;
        content: "";
        bottom: 12px;
        left: 10px;
        width: 50%;
        top: 80%;
        max-width: 300px;
        background: #ffffff;
        /*-webkit-box-shadow: 0 15px 10px #777;
		-moz-box-shadow: 0 15px 10px #777;
		box-shadow: 0 15px 10px #777;*/
        /*-webkit-box-shadow: 0px 15px 15px 10px rgba(119,119,119,0.7);*/
        box-shadow: 0px 6px 6px 6px rgba(119,119,119,0.3);
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    .effect2:after {
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
        right: 10px;
        left: auto;
    }

/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/
.table-fixed {
    table-layout: fixed;
    width: 100%;
}

.wrap-column {
    word-break: break-word;
    white-space: normal;
}

.nowrap-actions {
    white-space: nowrap;
    width: 1%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer {
    background: #137480;
    padding: 0 0 30px 0;
    color: #eee;
    font-size: 14px;
    margin: 48px 0 0 0;
    padding: 24px 0 0 0;
}

    footer a {
        color: #ffffff;
        text-decoration: dotted;
    }

ul.contact { /* Contact Info */
    font-family: 'Montserrat';
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.contact li {
        display: block;
        padding-top: 8px;
        padding-left: 24px;
        text-indent: -24px;
    }

        ul.contact li a {
            text-decoration: underline;
        }
/*footer ul i {
			margin-right:6px;
		}*/

footer .footer-top {
    background: #004a99;
    padding: 60px 0 30px 0;
}

    footer .footer-top .footer-info {
        margin-bottom: 30px;
    }

        footer .footer-top .footer-info h3 {
            font-size: 34px;
            margin: 0 0 20px 0;
            padding: 2px 0 2px 0;
            line-height: 1;
            font-family: "Montserrat", sans-serif;
            color: #fff;
            font-weight: 400;
            letter-spacing: 3px;
            text-transform: uppercase;
        }

        footer .footer-top .footer-info p {
            font-size: 13px;
            line-height: 24px;
            margin-bottom: 0;
            font-family: "Montserrat", sans-serif;
            color: #ecf5ff;
        }

    footer .footer-top .social-links a {
        font-size: 18px;
        display: inline-block;
        background: #007bff;
        color: #fff;
        line-height: 1;
        padding: 8px 0;
        margin-right: 4px;
        border-radius: 50%;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
    }

        footer .footer-top .social-links a:hover {
            background: #0067d5;
            color: #fff;
        }

    footer .footer-top h4 {
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 10px;
    }

    footer .footer-top .footer-links {
        margin-bottom: 30px;
    }

        footer .footer-top .footer-links ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            footer .footer-top .footer-links ul li {
                padding: 8px 0;
            }

                footer .footer-top .footer-links ul li:first-child {
                    padding-top: 0;
                }

            footer .footer-top .footer-links ul a {
                color: #ecf5ff;
            }

                footer .footer-top .footer-links ul a:hover {
                    color: #74b5fc;
                }

    footer .footer-top .footer-contact {
        margin-bottom: 30px;
    }

        footer .footer-top .footer-contact p {
            line-height: 26px;
        }

    footer .footer-top .footer-newsletter {
        margin-bottom: 30px;
    }

        footer .footer-top .footer-newsletter input[type="email"] {
            border: 0;
            padding: 6px 8px;
            width: 65%;
        }

        footer .footer-top .footer-newsletter input[type="submit"] {
            background: #007bff;
            border: 0;
            width: 35%;
            padding: 6px 0;
            text-align: center;
            color: #fff;
            transition: 0.3s;
            cursor: pointer;
        }

            footer .footer-top .footer-newsletter input[type="submit"]:hover {
                background: #0062cc;
            }

footer .copyright {
    background-color: #137480;
    text-align: center;
    padding: 8px;
}


/*-- Boxes & Cards --------------------------------------*/
.card3 p {
    position: absolute;
    bottom: 4px;
    left: 8px;
    color: white;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 1.1rem;
}

div.actionBox {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#89bf4a+0,4bab51+100 */
    background: #13868d; /* Old browsers */
    background: -moz-linear-gradient(left, #13868d 0%, #137480 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #13868d 0%,#137480 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #13868d 0%,#137480 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13868d', endColorstr='#137480',GradientType=1 ); /* IE6-9 */
    color: #ffffff;
    text-align: center;
    padding: 16px;
}


    div.actionBox h4 {
        font-weight: bold;
        font-size: 1.2rem;
        /*text-transform: uppercase;*/
        margin: 0 16px 0 0;
        padding: 0;
        display: inline-block;
    }

        div.actionBox h4 a {
            color: #ffffff;
            text-decoration: underline;
        }

    div.actionBox p {
        margin: 8px 0;
        padding: 0;
    }

/*-- card1 --*/

.card1 {
    padding: 50px 16px 16px 16px;
    height: 225px;
    text-align: center;
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    overflow: visible;
    position: relative;
}

    .card1 .icon {
        position: absolute;
        top: -36px;
        left: calc(50% - 36px);
        text-align: center;
        transition: 0.2s;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 72px;
        height: 72px;
        background: #0c5b5d;
    }

        .card1 .icon a {
            display: inline-block;
        }

        .card1 .icon i {
            color: #fff;
            font-size: 24px;
        }

    .card1:hover .icon {
        background: white;
        border: 2px solid #0c5b5d;
    }

        .card1:hover .icon i,
        .card1:hover .icon a {
            color: #0c5b5d;
        }

    .card1 h4 {
        padding: 0;
        margin: 0;
        text-transform: uppercase;
        font-size: 1.1rem;
        font-weight: bold;
    }

        .card1 h4 a {
            color: #0c5b5d;
        }

    .card1 p {
        padding: 16px 0 0 0;
        margin: 0;
    }

/*-- card2 --*/

.card2 {
}

    .card2 .icon {
        float: left;
        /*background: #fff;*/
        width: 64px;
        height: 64px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        border-radius: 50%;
        border: 2px solid #0c5b5d;
        transition: all 0.3s ease-in-out;
    }

        .card2 .icon i {
            color: #0c5b5d;
            font-size: 24px;
        }

    .card2:hover .icon {
        background: #0c5b5d;
    }

        .card2:hover .icon i {
            color: #fff;
        }

    .card2 h4 {
        margin-left: 80px;
        font-weight: 600;
        margin-bottom: 5px;
        font-size: 1.1rem;
    }

        .card2 h4 a {
            color: #0c5b5d;
        }

    .card2 p {
        margin-left: 80px;
        margin-right: 24px;
        font-size: 1rem;
        max-width: 350px;
    }

/*-- @media ---------------------------------------------*/
@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }

    .intro-box {
        padding: 0px;
    }

    ul.contact {
        padding-left: 24px;
        margin-bottom: 24px;
    }

    .splash {
        padding: 8px;
        font-size: 1rem;
    }

        .splash h1 {
            font-size: 1rem;
        }

            .splash h1 p {
                font-size: 2rem;
                padding-right: 4px;
            }

        .splash h2 {
            font-size: .8rem;
        }
}

@media (max-width: 991px) {
    .navbar-collapse {
        display: none !important;
    }

        .navbar-collapse.show {
            display: block !important;
        }

    #header {
        /*height: 60px;*/
        padding: 10px 0;
    }

        #header .logo h1 {
            font-size: 28px;
            padding: 8px 0;
        }
}



@media (min-width: 1201px) {
    .main-nav a {
        font-size: 1.2rem;
    }
}
