@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body,
html {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 16px;
}

body {
    background: #f1f1f1 url(../images/linen-transparent.png);
}

@media (max-width: 768px) {
    body,
    html {
        font-size: 14px;
    }
}

html {
    scroll-behavior: smooth;
}

.skiptranslate {
    display: none !important;
}

.bg-secondary {
    background-color: #BA8553 !important;
}

.text-secondary {
    color: #1A4C5A !important;
}

body {
    top: 0 !important;
}

a {
    color: #581C20;
}

.btn-outline-primary {
    color: #581C20 !important;
    border-color: #581C20 !important;
}

a:hover {
    color: #581C20;
}

img {
    max-width: 100%;
}

button:focus {
    box-shadow: none !important;
    outline: none !important;
}

.text-orange {
    color: #FCB116;
}

.text-secondary {
    color: #1A4C5A;
}

.btn,
.form-control {
    border-radius: 0px;
}

.btn {
    font-weight: 600;
}

.btn-blue,
.bg-blue {
    background: #007BFF;
    color: #fff;
}

.bg-dark {
    background-color: #555 !important;
}

.navbar {
    transition: 0.5s all;
    padding: 0;
    margin: 0;
}

.navbar.sm-light {
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar.bg-dark {
    background: #581C20 !important;
}

.navbar.bg-light {
    background: #fff !important;
}

.navbar .nav-item .nav-link {
    padding: 20px 30px;
    display: inline-block;
    transition: all 0.5s;
    font-weight: 500;
    font-size: 18px;
    position: relative;
}

.navbar .nav-item .nav-link:hover {
    color: #fff !important;
    background-image: url(../images/bg-nav-hover.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.navbar.navbar-dark .nav-item .nav-link {
    color: #fff;
    transition: all 0.5;
}

.navbar .nav-item .nav-link.btn {
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 700;
    margin: 0 6px;
}

.navbar.sm-light .nav-item {
    margin: 2px 2px;
    display: flex;
}

.navbar.sm-light .nav-item:first-child {
    margin-left: 0px;
}

.navbar.sm-light .nav-item:last-child {
    margin-right: 0px;
}

.navbar.sm-light li .nav-link {
    color: #581C20 !important;
    font-size: 12px !important;
    background-color: #fff;
    display: block;
    width: 100%;
    transition: all 0.5s;
}

.navbar.sm-light li .nav-link:hover {
    color: #FFF !important;
    background-color: #581C20 !important;
}

.dropdown-menu {
    border-radius: 0;
}

.navbar .nav-item span {
    margin-left: 8px;
}


/* adds some margin below the link sets  */

.navbar.home-nav .dropdown-menu {
    border: none;
    background-color: #fff !important;
    color: #333;
    border-bottom: 6px solid #AE7842 !important;
}

.navbar.home-nav .dropdown-menu .nav-item .nav-link {
    color: #333 !important;
    padding: 4px 0px !important;
    font-size: 14px;
}

.navbar.home-nav .dropdown-menu .nav-item .nav-link:hover {
    background: none !important;
    color: #581C20 !;
}


/* makes the dropdown full width  */

.navbar.home-nav .dropdown {
    position: static;
}

.navbar.home-nav .dropdown-menu {
    width: 100%;
    max-width: 500px;
    right: 0;
    left: auto;
    top: calc(100% - 2px);
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
}


/* shows the dropdown menu on hover */

.navbar.home-nav .dropdown:hover .dropdown-menu,
.navbar.home-nav .dropdown .dropdown-menu:hover {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
}

.navbar.home-nav .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: #fff;
}

@media (max-width: 768px) {
    .navbar-collapse {
        width: 100%;
    }
    .width-left-border li {
        border-left: none;
    }
    .navbar-collapse .nav-item a.nav-link {
        height: auto !important;
        line-height: 20px;
    }
    .navbar .nav-item a.nav-link {
        text-align: center;
        padding: 8px;
    }
    .navbar .nav-item span {
        display: block;
        margin: 0px;
    }
    .nav-icon .nav-item .nav-link {
        color: #581C20 !important;
    }
}

.btn-primary {
    color: #ffffff;
    background: linear-gradient(to bottom, rgba(185, 133, 82, 1) 0%, rgba(120, 86, 53, 1) 100%);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    border: 0;
}

.btn-primary:hover {
    background-color: #BC1723;
    border-color: #BC1723;
}

button.navbar-toggler {
    border: none;
}

.navbar .nav-item .nav-link:hover {
    color: #581C20;
}

.hero-content-holder {
    position: relative;
}

.hero-icon {
    position: relative;
    height: 56px;
    width: 56px;
    background-color: #ccc;
    border-radius: 50%;
    line-height: 56px;
    text-align: center;
    display: inline-block;
    transition: 0.5s all;
}

.hero-content-holder::before {
    position: absolute;
    content: '';
    height: 1px;
    top: calc(50% - 1px);
    left: 0;
    right: 0;
    background-color: #ccc;
    transition: 0.5s all;
}

.hero-content-holder:hover::before,
.hero-content-holder:hover .hero-icon {
    background-color: #BA8553;
}

.newsroom {
    background: #3A5C65 url(../images/ContentImageHandler4b27.jpg) no-repeat;
    color: #fff;
}

.card {
    border: 0;
    overflow: hidden;
}

.card-header {
    color: #333;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    font-weight: 600;
    font-size: 18px;
}

.card-body {
    background: #fff;
}

.list-group .list-group-item {
    background-color: transparent !important;
}

.show-back-to-top {
    display: block;
    right: 20px;
    visibility: visible;
}

.back-to-top {
    position: fixed;
    bottom: 20%;
    right: 20px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 16px;
    opacity: 1;
    z-index: 1111;
    display: none;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    background: #2d2d2d;
    color: #999;
}

footer {
    padding: 55px 0;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
}

footer ul li {
    padding: 6px 0px;
    display: block;
    font-weight: 500;
}

footer a {
    color: #333;
}

footer h3 {
    font-size: 20px;
    color: #581C20;
}

.tlt {
    text-transform: uppercase;
}

.tlt,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    color: #111;
}

h1,
h2,
h3 {
    font-family: 'Merriweather', serif;
}

h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.sub-tlt {
    font-size: 20px;
    font-family: 'Nanum Gothic', sans-serif;
    color: #0e0e22;
}

@media (min-width: 1200px) {
    .container.less {
        max-width: 700px !important;
    }
}

.count-circle-border {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #007BFF;
    display: inline-block;
    font-weight: 600;
    font-size: 28px;
    line-height: 100px;
    text-align: center;
    color: #007BFF;
}

.auth-body {
    background: #fff;
    padding: 30px 0;
}

.auth-body .container.sm {
    max-width: 400px;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .auth-body {
        padding: 20px;
        margin: 0;
    }
}

.inp {
    position: relative;
    margin: auto;
    width: 100%;
}

.inp .label {
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 16px;
    color: #9098a9;
    font-weight: 500;
    transform-origin: 0 0;
    transition: all 0.2s ease;
}

.inp .border {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #581C20;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: all 0.15s ease;
}

.inp input,
.inp select {
    -webkit-appearance: none;
    width: 100%;
    border: 0;
    font-family: inherit;
    padding: 12px 0;
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #c8ccd4;
    background: none;
    border-radius: 0;
    color: #223254;
    transition: all 0.15s ease;
}

.inp input:not(:placeholder-shown)+span,
.inp select:not(:placeholder-shown)+span {
    color: #5a667f;
    transform: translateY(-26px) scale(0.75);
}

.inp input:focus,
.inp select:focus {
    background: none;
    outline: none;
    box-shadow: none !important;
}

.inp input:focus+span,
.inp select:focus+span {
    color: #581C20;
    transform: translateY(-26px) scale(0.75);
}

.inp input:focus+span+.border,
.inp select:focus+span+.border {
    transform: scaleX(1);
}

.validate input,
.validate textarea,
.validate select {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.validate input:focus,
.validate textarea:focus,
.validate select:focus {
    -moz-box-shadow: 0 0 3px #aaa;
    -webkit-box-shadow: 0 0 3px #aaa;
    box-shadow: 0 0 3px #aaa;
}

.validate,
.validate textarea {
    /* add this to the already existing style */
    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
}


/* Button Style */

::-webkit-validation-bubble-message {
    padding: 0;
}

.validate input:focus:invalid,
.validate textarea:focus:invalid,
.invalid {
    /* when a field is considered invalid by the browser */
    border-color: #b03535
}

.validate input:required:valid,
.validate textarea:required:valid {
    /* when a field is considered valid by the browser */
    border-color: #28921f;
}

.validate2 input,
.validate2 textarea,
.validate2 select {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.validate2 input:focus,
.validate2 textarea:focus,
.validate2 select:focus {
    border: 1px solid #555;
}

.validate2 input:focus,
.validate textarea:focus {
    /* add this to the already existing style */
    padding-right: 70px;
}

.validate2,
.validate2 textarea {
    /* add this to the already existing style */
    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
}

.validate2 input,
.validate2 textarea {
    padding-right: 30px;
}

.form_hint {
    background: #333;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    color: white;
    margin-left: 8px;
    padding: 1px 6px;
    z-index: 999;
    /* hints stay above all other elements */
    position: absolute;
    /* allows proper formatting if hint is two lines */
    display: none;
}

.form_hint::before {
    content: "\25B2";
    /* left point triangle in escaped unicode */
    color: #333;
    position: absolute;
    bottom: 73%;
    left: 5%;
}

.validate input:focus+.form_hint {
    display: block;
}

.validate input:required:valid+.form_hint {
    background: #333;
}


/* change form hint color when valid */

.validate input:required:valid+.form_hint::before {
    color: #333;
}


/* change form hint arrow color when valid */

.bg-about {
    background: #333 url(../images/Hero_Back.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    padding: 60px 0;
    position: relative;
}

.bg-about h1,
.bg-about h2,
.bg-about h3,
.bg-about h4,
.bg-about h5,
.bg-about h6 {
    color: #fff;
}

.bg-about h1 span {
    color: #581C20;
    text-shadow: 2px 2px 4px #fff;
}

@media (max-width: 600px) {
    .bg-about {
        padding: 40px 0;
    }
}

.text-primary {
    color: #581C20 !important;
}

.bg-primary {
    background: #581C20 !important;
}

.text-blue {
    color: #007BFF;
}

.bg-blue {
    background: #007BFF;
}

.section-bg {
    background: #091c2b url("../images/bg-2.jpg") no-repeat fixed;
    background-size: cover;
    padding: 40px 0;
    color: #fff;
}

.gridUl {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gridUl li {
    float: left;
    width: 33%;
    padding: 20px;
    text-align: center;
}

.gridUl li i {
    font-size: 28px;
    background: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    line-height: 50px;
    margin-bottom: 8px;
}

.gridUl p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.join-image {
    /* Set a specific height */
    background: #fff url("../images/Wealth_management_1170x420_v1b.jpg.webp") no-repeat;
    background-size: cover;
    padding: 30px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.join-image::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.join-text {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 50px 20px;
}

.bg-fund-info {
    background: url(../images/slider-bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.bg-fund-info::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.bg-fund-info .less {
    position: relative;
    z-index: 2;
}


/* The hero image */

.hero-image {
    position: relative;
    background: url(../images/Business_Savings_CommercialMoneyMarket_000033330316_Medium.jpg) no-repeat center;
    background-size: cover;
}

.hero-text {
    position: relative;
    height: auto !important;
    position: relative;
    display: inline-block;
    z-index: 2;
    padding: 20px;
    background: rgba(186, 133, 83, .8);
    color: #fff;
    padding-right: 100px;
}

.hero-text::after,
.hero-text::before {
    position: absolute;
    content: "";
    display: block;
    right: -4px;
    top: 35%;
    width: 30px;
    height: 30px;
    margin-top: 0;
    border: solid rgba(255, 255, 255, .5);
    border-width: 0 0 2px 2px;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.9) rotate(-135deg) skew(25deg);
    -ms-transform: scaleY(0.9) rotate(-135deg) skew(25deg);
    transform: scaleY(0.9) rotate(-123deg) skew(25deg);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.hero-text::after {
    right: -16px;
}

.hero-text h2 {
    font-size: 48px !important;
    color: #fff !important;
    font-style: italic;
    text-shadow: 1px 1px 8px #000;
}

.hero-text p {
    font-size: 20px !important;
    font-weight: 100;
    color: #fff;
    font-style: italic;
}

.slideshow .slick-list,
.slideshow .slick-list div {
    height: 100%;
}

@media (min-width: 768px) {
    .hero-image {
        height: 100%;
        padding: 80px 0;
    }
    .slideshow {
        position: absolute !important;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }
    .hero-text {
        padding-left: 40px !important;
        margin-right: -2px !important;
    }
    .slideshow .slick-dots {
        bottom: 130px !important;
    }
    .hero-curve::before {
        content: '';
        background-image: url(../images/curve-w-mask.svg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100%;
        height: 100%;
        width: 100%;
        position: absolute;
        z-index: 0;
        left: 0;
    }
    .hero-greeting {
        padding: 100px 100px 40px 100px;
    }
}

@media (max-width: 768px) {
    .hero-image {
        height: 400px !important;
        padding: 60px 0;
    }
    .hero-text h2 {
        font-size: 36px !important;
    }
    .hero-text p {
        font-size: 16px !important;
    }
    .slideshow .slick-dots {
        bottom: 0px !important;
    }
    .hero-curve {
        background-color: #1A4C5A;
    }
}

.line-break {
    display: inline-block;
    width: 100px;
    height: 2px;
    background: #57BF95;
}

.testimony-bg {
    background: url(../images/Icon-Background.png);
}

.pie_progress {
    width: 160px;
    margin: 10px auto;
}

@media all and (max-width: 768px) {
    .pie_progress {
        width: 60%;
        max-width: 200px;
    }
}

.hide {
    display: none;
}

.lang-sel {
    background-color: transparent;
    border: 0;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 16px;
    height: auto;
}

.lang-sel:focus {
    box-shadow: none;
}

.homelist {
    padding: 40px 0;
    text-align: center;
}

.homelist img {
    height: 60px;
    display: inline-block !important;
    margin-bottom: 8px;
}

.homelist p {
    color: #581C20;
    font-size: 18px;
}

.card-title {
    color: #007BFF;
}

.card-text {
    color: #555
}

@media (min-width: 768px) {
    .wow-container {
        min-height: 300px;
    }
}

.wow-container {
    margin-left: 0;
    margin-right: 0;
}

.wow-image {
    min-height: 150px;
}

.wow-bg {
    background: url('../images/promobox_overlay_beam.png') no-repeat;
    background-size: 100% 100%;
    color: white;
}

.wow-bg h1,
.wow-bg h2,
.wow-bg h3,
.wow-bg h4,
.wow-bg h5,
.wow-bg h6 {
    color: white;
}

.wow-bg.wow-green {
    background-color: rgb(37, 114, 81);
}

.wow-bg.wow-orange {
    background-color: rgb(223, 105, 60);
    ;
}

.promo-box-container {
    position: relative;
    color: white;
}

.promo-box-container .promo-box-image img {
    position: relative;
    width: 100%;
    height: auto;
}

.promo-box-container .promo-box-image .promo-title,
.promo-box-container .promo-box-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px;
    color: white;
}

.promo-box-container .promo-box-image .promo-title {
    font-weight: bold;
    text-shadow: 2px 2px 4px #000000;
}

.promo-box-container h1,
.promo-box-container h2,
.promo-box-container h3,
.promo-box-container h4,
.promo-box-container h5,
.promo-box-container h6 {
    color: white;
}

.promo-box-container .promo-box-info {
    z-index: 2;
    overflow: auto;
    opacity: 0;
    transition: all 0.5s;
}

.promo-box-container:hover .promo-box-info {
    opacity: 100%;
}

.promo-box-container .promo-green {
    background-color: rgba(37, 114, 81, 0.9);
}

.promo-box-container .promo-orange {
    background-color: rgba(223, 105, 60, 0.9);
}

ul.sp-list {
    margin: 0 0 2.5em 0;
    padding: 0;
    list-style-position: inside;
    list-style-type: none;
}

ul.sp-list li {
    background: url('../images/marker.png') no-repeat 16px 18px;
}

ul.sp-list li .list-title {
    padding-left: 35px !important;
}

.page-item.active .page-link {
    background-color: #581C20;
    border-color: #581C20;
}

.page-link {
    color: #581C20;
}

.page-link:hover {
    color: #b03535;
}

.list-tile {
    position: relative;
}

.list-tile .leading {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
}

.list-tile .body {
    margin-left: 50px;
    min-height: 50px;
    padding: 12px;
}

.div-img-scale {
    height: 160px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.card-container {
    background: #fff;
    position: relative;
}

.card-hover-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 0;
    transition: 0.5s all;
}

.card-hover-img div {
    background-color: #000000;
    opacity: 80%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.card-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 0px;
    background-color: #581C20;
    z-index: 1;
    transition: 0.5s all;
}

.card-container i {
    color: #581C20;
}

.card-container h5 {
    font-size: 16px;
}

.card-container:hover .card-hover-img {
    opacity: 100%;
}

.card-container:hover i,
.card-container:hover h5 {
    color: #fff;
}

.card-container:hover::after {
    height: 30px;
}

.card-container .container {
    position: relative;
    z-index: 1;
}

.section-image-holder {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.overlay {
    background: rgba(0, 0, 0, 0.6);
}

.breadcrumb2 {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
}

.breadcrumb2 li {
    padding: 10px 16px;
    display: inline-block;
}

.contact_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact_list li {
    position: relative;
    padding: 18px 0px;
    border-bottom: 1px solid #ddd;
}

.contact_list li:last-child {
    border-bottom: 0;
}

.contact_list .contact_list_icon {
    width: 40px;
    position: absolute;
    left: 0;
}

.contact_list .contact_list_icon img {
    max-width: 100%;
}

.contact_list .contact_list_desc {
    padding-left: 60px;
}

.contact_list h3 {
    font-weight: 600;
    font-size: 18px;
    margin: 0;
}

.table thead tr th {
    color: #581C20
}

.table thead tr th,
.table td,
.table th {
    border-color: #581C20 !important;
}

.account-sidebar {
    background: #f1f1f1;
    width: 280px;
    height: 100%;
    color: #333;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100000;
    display: none;
    overflow: auto;
    font-size: 14px;
}

.account-sidebar ul,
.account-sidebar nav {
    padding: 0px;
}

.account-sidebar li,
.account-sidebar ul {
    width: 100%;
}

.account-sidebar .nav-link {
    font-size: 15px;
    color: #333;
    padding: 8px 18px;
    display: block;
    font-weight: 500;
}

.account-sidebar .nav-link:hover {
    color: #581C20;
}

.account-sidebar .nav-link i {
    width: 26px;
    color: #999999;
    font-size: 18px;
}

.divider {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    transition: 0.5s all;
    z-index: 9999;
}

.testimony-list img.float-left {
    width: 200px;
    height: 200px
}

.testimony-list div.float-left {
    width: calc(100% - 200px)
}

@media (max-width: 800px) {
    .testimony-list img.float-left {
        width: 100px;
        height: 100px
    }
    .testimony-list div.float-left {
        width: calc(100% - 100px)
    }
    .breadcrumb2 li:nth-child(4),
    .breadcrumb2 li:nth-child(3) {
        display: none;
    }
    .navbar.sm-light .flex-column {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 5;
    }
    .navbar.sm-light .nav-item {
        margin: 0px 0px 2px 0px;
    }
}

.no-select {
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    padding: 0px;
    height: auto;
    text-decoration: none;
    /* get rid of default appearance for IE8, 9 and 10*/
}

.info-graphic {
    font-size: 54px;
    line-height: 1.3;
}

.info-graphic option {
    font-size: 26px;
}

.info-sec .col-md-6 {
    min-height: 520px;
}

blockquote {
    font-size: 28px;
}

@media (max-width: 768px) {
    .info-graphic {
        font-size: 44px;
        line-height: 1;
    }
    .info-graphic option {
        font-size: 16px;
    }
    .info-sec .col-md-6 {
        min-height: 200px;
    }
    blockquote {
        font-size: 24px;
    }
}

.image-info {
    color: #fff;
    position: relative;
}

.image-info::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

.image-info .container {
    position: relative;
    z-index: 1;
}

.auto-all {
    max-height: 200px;
    overflow: auto;
}

@media (min-width: 768px) {
    .slider-for p {
        font-size: 20px;
    }
}

.form-container {
    background: linear-gradient(to bottom, rgba(26, 76, 90, 0.8) 60%, rgba(26, 76, 90, 0) 100%);
    color: #fff;
}

.form-container h3,
.form-container a {
    color: #fff
}

.form-footer {
    background: rgba(26, 76, 90, 0.8);
}

.subsection-container {
    position: relative;
    margin-top: 140px;
}

.subsection-image {
    position: absolute;
    top: -140px;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 500px !important;
}

.subsection-image::before {
    content: '';
    background-image: url(../images/curve-w-mask.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
}

.subsection-body {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.bg-white.subsection-body {
    min-height: 500px;
}

ul.checkmark,
ul.arrow {
    margin-top: 0;
    padding: 0;
    list-style-type: none!important;
    font-size: 17px;
}

ul.arrow li:before {
    vertical-align: middle;
    color: #1a4c5a;
    content: "\f105";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    margin-left: -26px;
    width: 26px;
}

ul.checkmark li:before {
    vertical-align: middle;
    color: #BA8553;
    content: "\f00c";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    margin-left: -26px;
    width: 26px;
}

ul.checkmark li,
ul.arrow li {
    line-height: 1;
    padding: 8px 0 8px 36px;
}

.etrasection {
    background: #fff url(../images/ContentImageHandlera4b6.jpg) no-repeat center;
    background-size: cover;
}

.etrasection-footer {
    background-color: rgba(26, 76, 90, .9);
    color: #fff;
}