@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

html {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;

    /* font-size: 1.125rem; */
    color: #173557;
    background-color: #ffffff;
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
}

strong {
    font-weight: 800;
}

h1,
h2,
h3,
h4,
h5 {
    /* font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600; */
    color: #0094C6;
}
.fixed-top {
    background-color: #FFFFFF;
}
.row>ul {
    padding-left: 3rem;
}
.row>ul>li {
    margin-bottom: .8rem;
}
.tshadow {
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
}
.tshadow2 {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.f12 {
    font-size: 12px;
    font-size: 0.75rem;
}

.f14 {
    font-size: 14px;
    font-size: 0.875rem;
}

.f18 {
    font-size: 18px;
    font-size: 1.125rem;
}

.f25 {
    font-size: 1rem;
    font-size: 16px;
}

.f30 {
    font-size: 1.125rem;
    font-size: 18px;
}

.c_title {
    color:#003CFF;
}
.c_lead {
    color: #391233;
}
.c_link {
    color: #2900FF;
}

.utable {
    border-color: #DACEBB;
}
.utable th {
    background-color: #E7F2F6;
    font-weight: normal;
}

#home_himage {
    margin-top: 122px;
    min-height: 460px;
    /* text-shadow: 1px 1px 2px rgba(150, 150, 150, 1); */
}
@media (min-width: 576px) {
#home_himage {
    margin-top: 61px;
    min-height: 460px;
    /* text-shadow: 1px 1px 2px rgba(150, 150, 150, 1); */
}
}


.cmax {
    max-width: 1320px;
}

.btna {
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 25px;
    background-color: #D03660;
    border: none;
    border-radius: 3px;
    margin: 0 3px;
}
.btna:hover {
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 25px;
    background-color: #CA2C46;
    border: none;
    border-radius: 3px;
    margin: 0 3px;
}

.btnb {
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 25px;
    background-color: #0094C6;
    border: none;
    border-radius: 3px;
    margin: 0 3px;
}
.btnb:hover {
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 25px;
    background-color: #0D6C81;
    border: none;
    border-radius: 3px;
    margin: 0 3px;
}

.btnf {
    color: #0094C6;
    background-color: #FFFFFF;
    text-transform: uppercase;
    padding: 5px 25px;
    border: 2px solid #0094C6;
    border-radius: 0px;
    margin: 0 3px;
}
.btnf:hover {
    color: #0094C6;
    background-color: #FFFFFF;
    text-transform: uppercase;
    padding: 5px 25px;
    border: 2px solid #0094C6;
    border-radius: 0px;
    margin: 0 3px;
}

.htcolor {
    color: #797667;
}

.h4s {
    position: relative;
    min-height: 422px;
    border-radius: 10px;
}
.hlabel {
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #E7F2F6;
    padding: 10px 30px;
    display: inline-block;
}
.hcard {
    display: inline-block !important;
    width: 100%;
}

/* HEADER */

.fnav {
    border-bottom: 1px solid #E1E1E1;
}

header a {
    text-decoration: none;
    color: #173557;
}

.navbar {
    background-color: #fff;
    /* font-size: 14px;
    font-size: 0.875rem; */
    /* color: #ffffff; */
    padding-top: .6rem;
    padding-bottom: .8rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
    text-decoration: none !important;
    cursor: pointer;
    padding-bottom: 0;
    padding-top: 0;
    white-space: nowrap;
    color: #173557;
    transition: color 300ms ease-in-out;
    position: relative;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:active,
.navbar-nav .nav-link.active {
    color: #0094C6;
    text-decoration: none;
}

.navbar-toggler {
    padding: .25rem 0 .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.navbar-toggler {
    /* color: rgb(157, 28, 31); */
    color: #173557;
    /* border-color: rgba(157, 28, 31, .6); */
    border: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2813, 108, 129, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    min-width: 10rem;
    padding: 1rem;
    margin: 0;
    margin-top: 0px;
    font-size: 1rem;
    color: #173557;
    text-align: left;
    list-style: none;
    background-color: #E7F2F6;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    box-shadow: none !important;
    margin-top: 1rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 0;
    font-size: 14px;
    font-size: 0.875rem;
    clear: both;
    font-weight: 400;
    color: #511E62;
    text-align: inherit;
    text-decoration: none;
    white-space: wrap;
    border: 0;
    text-decoration: none !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    /* color: #fff; */
    text-decoration: none;
    /* background-color: #9D1C1F; */
    transition: color 300ms ease-in-out;
}

.langs {
    min-width: 0 !important;
    top: 33px;
    right: 0;
}


.nav-item {
    padding: 1rem 0;
    border-bottom: 1px solid #DACEBB;
    color: #511E62 !important;
}
.nav-item:last-child {
    border-bottom: none;
}

.bend {
    border-right: 1px solid #DACEBB;
    text-transform: uppercase;
}
.bend:last-child {
    border-right: none;
}

@media (min-width: 992px) {

    #textc {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    #home_himage {
        margin-top: 109px;
        min-height: 436px;
        /* text-shadow: 1px 1px 2px rgba(150, 150, 150, 1); */
    }

    .bl:hover::after,
    .bl:active::after,
    .bl.active::after {
        content: '';
        position: absolute;
        left: 0.5rem;
        bottom: -20px;
        width: calc(100% - 1rem);
        height: 2px;
        background-color: #0094C6;
    }

    .nav-item {
        padding: 0;
        border-bottom: none;
        color: #511E62 !important;
      }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        top: 44px;
        left: 0.5rem;
        z-index: 1060;
        /* display: none; */
        min-width: 10rem;
        padding: 1rem;
        margin: 0;
        margin-top: 0px;
        font-size: 1rem;
        color: #511E62;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: none;
        border-radius: 0;
        box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
    }
    
    .dropdown-item {
        display: block;
        width: 100%;
        padding: .25rem 0;
        font-size: 14px;
        font-size: 0.875rem;
        clear: both;
        font-weight: 400;
        color: #511E62;
        text-align: inherit;
        text-decoration: none;
        white-space: nowrap;
        background-color: #fff;
        border: 0;
        text-decoration: none !important;
    }

    .dropdown-divider {
        border-color: #DACEBB;
    }

}


/* FOOTER */
.footer {
    background-color: #173557;
    color:#E7F2F6;
}
.footer .slinks {
    color:#E7F2F6;
    text-decoration: none;
}
.footer .slinks:hover {
    color:#FFFFFF;
    text-decoration: none;
}
.footer-divider {
    /* border-color: #77082D; */
    border-color: #0D6C81;
}



/* ----------------------------------- */
.back-to-top,
.back-to-top:hover {
    display: none;
    position: fixed;
    bottom: 35px;
    right: 40px;
    z-index: 99999;
    text-decoration: none;
}

.back-to-top div {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff !important;
    border: 1px solid #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    text-align: center;
    background-color: #0094C6 !important;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;

}

/* ----------------------------------- */

.pcontent {
    margin-top: 130px;
}