body {
    color: #5a5a5a;
}

@font-face {
    font-family: PoppinsBlack;
    src: url(../fonts/Poppins-Black.otf);
}
@font-face {
    font-family: PoppinsBold;
    src: url(../fonts/Poppins-Bold.otf);
}
@font-face {
    font-family: PoppinsLight;
    src: url(../fonts/Poppins-Light.otf);
}
@font-face {
    font-family: PoppinsMedium;
    src: url(../fonts/Poppins-Medium.otf);
}

.logo-image {
    width: 30px;
    height: 30px;
    margin-right: 12px;
}

.logo-text-left {
    font-family: PoppinsBold;
    font-size: 14px;
    color: #008DD4;
}
.logo-text-right {
    font-family: PoppinsBold;
    font-size: 16px;
    color: #0D3566;
}



.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}



html,
body {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body {
    padding-top: 56px;
}

@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 56px; /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #343a40;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    }
    .offcanvas-collapse.open {
        visibility: visible;
        transform: translateX(-100%);
    }
}

.nav-scroller .nav {
    color: rgba(255, 255, 255, .75);
}

.nav-scroller .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #6c757d;
}

.nav-scroller .nav-link:hover {
    color: #007bff;
}

.nav-scroller .active {
    font-weight: 500;
    color: #343a40;
}

.bg-purple {
    background-color: #6f42c1;
}

.banner {
    background-image: url(/img/banner.jpg);
    background-size: 100% 100%;
    --width: 100%;
    height: calc((100vw * 191) / 1128);
    max-height: 191px;
    text-align: center;
    vertical-align: middle;
}
.banner td {
    color: #FFFFFA;
    font-family: PoppinsBold;
    font-size: 42px;
    text-align: center;
    vertical-align: middle;
}
@media (max-width: 1300px) {
    .banner td {
        font-size: 39px;
    }
}
@media (max-width: 1200px) {
    .banner td {
        font-size: 38px;
    }
}
@media (max-width: 1100px) {
    .banner td {
        font-size: 37px;
    }
}
@media (max-width: 1000px) {
    .banner td {
        font-size: 36px;
    }
}
@media (max-width: 900px) {
    .banner td {
        font-size: 35px;
    }
}
@media (max-width: 800px) {
    .banner td {
        font-size: 34px;
    }
}
@media (max-width: 700px) {
    .banner td {
        font-size: 32px;
    }
}
@media (max-width: 600px) {
    .banner td {
        font-size: 30px;
    }
}
@media (max-width: 500px) {
    .banner td {
        font-size: 26px;
    }
}
@media (max-width: 400px) {
    .banner td {
        font-size: 22px;
    }
}
@media (max-width: 300px) {
    .banner td {
        font-size: 14px;
    }
}
@media (max-width: 200px) {
    .banner td {
        font-size: 12px;
    }
}

.text-body {
    padding: 12px;
    color: #232323;
}

.banner-main {
    display: block;
    background-image: linear-gradient( rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36) ), url(/img/globe3.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0px -250px;
    width: 100%;
    padding-bottom: 75%;
    clip-path: ellipse(140% 107% at 50% -60%);
    text-align: center;
    vertical-align: middle;
    margin-bottom: -583px;
}
.banner-main > p {
    display: block;
    padding-top: 15%;
    font-family: PoppinsMedium;
    font-size: 22.5pt;
    color: #FFFFFA;
}

@media (max-width: 4000px) {
    .banner-main {
        background-position: 0px -1115px;
        padding-bottom: 75%;
        clip-path: ellipse(140% 107% at 50% -60%);
        margin-bottom: -1796px;
    }
}
@media (max-width: 3600px) {
    .banner-main {
        background-position: 0px -998px;
        padding-bottom: 75%;
        clip-path: ellipse(140% 107% at 50% -60%);
        margin-bottom: -1604px;
    }
}
@media (max-width: 3200px) {
    .banner-main {
        background-position: 0px -880px;
        padding-bottom: 75%;
        clip-path: ellipse(140% 107% at 50% -60%);
        margin-bottom: -1509px;
    }
}
@media (max-width: 3000px) {
    .banner-main {
        background-position: 0px -819px;
        padding-bottom: 75%;
        clip-path: ellipse(140% 107% at 50% -60%);
        margin-bottom: -1415px;
    }
}
@media (max-width: 2800px) {
    .banner-main {
        background-position: 0px -756px;
        padding-bottom: 75%;
        clip-path: ellipse(140% 107% at 50% -60%);
        margin-bottom: -1318px;
    }
}
@media (max-width: 2600px) {
    .banner-main {
        background-position: 0px -699px;
        padding-bottom: 75%;
        clip-path: ellipse(140% 107% at 50% -60%);
        margin-bottom: -1223px;
    }
}
@media (max-width: 2400px) {
    .banner-main {
        background-position: 0px -642px;
        padding-bottom: 75%;
        clip-path: ellipse(140% 107% at 50% -60%);
        margin-bottom: -1128px;
    }
}
@media (max-width: 2200px) {
    .banner-main {
        background-position: 0px -582px;
        padding-bottom: 75%;
        clip-path: ellipse(140% 107% at 50% -60%);
        margin-bottom: -1033px;
    }
}
@media (max-width: 2000px) {
    .banner-main {
        background-image: linear-gradient( rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36) ), url(/img/globe-2048.jpg);
        background-position: 0px -523px;
        padding-bottom: 75%;
        clip-path: ellipse(140% 107% at 50% -60%);
        margin-bottom: -984px;
    }
}
@media (max-width: 1900px) {
    .banner-main {
        background-position: 0px -492px;
        padding-bottom: 75%;
        clip-path: ellipse(140% 107% at 50% -60%);
        margin-bottom: -937px;
    }
}
@media (max-width: 1800px) {
    .banner-main {
        background-position: 0px -463px;
        padding-bottom: 75%;
        clip-path: ellipse(140% 107% at 50% -60%);
        margin-bottom: -889px;
    }
}
@media (max-width: 1700px) {
    .banner-main {
        background-position: 0px -434px;
        padding-bottom: 75%;
        clip-path: ellipse(140% 107% at 50% -60%);
        margin-bottom: -841px;
    }
}
@media (max-width: 1600px) {
    .banner-main {
        background-position: 0px -404px;
        padding-bottom: 75%;
        clip-path: ellipse(140% 107% at 50% -60%);
        margin-bottom: -794px;
    }
}
@media (max-width: 1500px) {
    .banner-main {
        background-position: 0px -376px;
        padding-bottom: 75%;
        clip-path: ellipse(140% 107% at 50% -60%);
        margin-bottom: -746px;
    }
}
@media (max-width: 1400px) {
    .banner-main {
        background-position: 0px -345px;
        padding-bottom: 75%;
        clip-path: ellipse(140% 107% at 50% -60%);
        margin-bottom: -698px;
    }
}
@media (max-width: 1300px) {
    .banner-main {
        background-position: 0px -315px;
        padding-bottom: 75%;
        clip-path: ellipse(140% 107% at 50% -60%);
        margin-bottom: -650px;
    }
}
@media (max-width: 1200px) {
    .banner-main {
        background-position: 0px -286px;
        padding-bottom: 75%;
        clip-path: ellipse(140% 107% at 50% -60%);
        margin-bottom: -603px;
    }
}
@media (max-width: 1100px) {
    .banner-main {
        background-position: 0px -257px;
        padding-bottom: 75%;
        clip-path: ellipse(140% 107% at 50% -60%);
        margin-bottom: -556px;
    }
}
@media (max-width: 1000px) {
    .banner-main {
        background-image: linear-gradient( rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36) ), url(/img/globe-1024.jpg);
        background-position: 0px -228px;
        padding-bottom: 75%;
        clip-path: ellipse(140% 107% at 50% -60%);
        margin-bottom: -507px;
    }
}
@media (max-width: 900px) {
    .banner-main {
        background-position: 0px -199px;
        padding-bottom: 75%;
        clip-path: ellipse(140% 107% at 50% -60%);
        margin-bottom: -460px;
    }
}
@media (max-width: 800px) {
    .banner-main {
        background-position: 0px -170px;
        padding-bottom: 75%;
        clip-path: ellipse(140% 107% at 50% -60%);
        margin-bottom: -410px;
    }
}
@media (max-width: 700px) {
    .banner-main {
        background-position: 0px -142px;
        padding-bottom: 75%;
        clip-path: ellipse(140% 107% at 50% -60%);
        margin-bottom: -383px;
    }
    .banner-main > p {
        font-size: 22pt;
    }
}
@media (max-width: 650px) {
    .banner-main {
        background-position: 0px -129px;
        padding-bottom: 75%;
        clip-path: ellipse(140% 107% at 50% -60%);
        margin-bottom: -356px;
    }
    .banner-main > p {
        font-size: 21pt;
    }
}
@media (max-width: 600px) {
    .banner-main {
        background-position: 0px -118px;
        padding-bottom: 75%;
        clip-path: ellipse(140% 107% at 50% -60%);
        margin-bottom: -326px;
    }
    .banner-main > p {
        font-size: 20pt;
    }
}
@media (max-width: 550px) {
    .banner-main {
        background-position: 0px -108px;
        padding-bottom: 75%;
        clip-path: ellipse(140% 107% at 50% -60%);
        margin-bottom: -296px;
    }
    .banner-main > p {
        font-size: 18pt;
    }
}
@media (max-width: 500px) {
    .banner-main {
        background-image: linear-gradient( rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36) ), url(/img/globe-512.jpg);
        background-position: 0px -99px;
        padding-bottom: 75%;
        clip-path: ellipse(140% 107% at 50% -60%);
        margin-bottom: -266px;
    }
    .banner-main > p {
        font-size: 16pt;
    }
}
@media (max-width: 450px) {
    .banner-main {
        background-position: 0px -89px;
        padding-bottom: 75%;
        clip-path: ellipse(140% 107% at 50% -60%);
        margin-bottom: -236px;
    }
    .banner-main > p {
        font-size: 14pt;
    }
}
@media (max-width: 400px) {
    .banner-main {
        background-position: 0px -80px;
        padding-bottom: 75%;
        clip-path: ellipse(140% 107% at 50% -60%);
        margin-bottom: -206px;
    }
    .banner-main > p {
        font-size: 12.5pt;
    }
}
@media (max-width: 350px) {
    .banner-main {
        background-position: 0px -70px;
        padding-bottom: 75%;
        clip-path: ellipse(140% 107% at 50% -60%);
        margin-bottom: -177px;
    }
    .banner-main > p {
        font-size: 10.5pt;
    }
}
@media (max-width: 300px) {
    .banner-main {
        background-position: 0px -61px;
        padding-bottom: 75%;
        clip-path: ellipse(140% 107% at 50% -60%);
        margin-bottom: -147px;
    }
    .banner-main > p {
        font-size: 8.5pt;
    }
}
@media (max-width: 250px) {
    .banner-main {
        background-image: linear-gradient( rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36) ), url(/img/globe-256.jpg);
        background-position: 0px -49px;
        padding-bottom: 75%;
        clip-path: ellipse(140% 107% at 50% -60%);
        margin-bottom: -118px;
    }
    .banner-main > p {
        font-size: 7pt;
    }
}
@media (max-width: 200px) {
    .banner-main {
        background-position: 0px -39px;
        padding-bottom: 75%;
        clip-path: ellipse(140% 107% at 50% -60%);
        margin-bottom: -95px;
    }
    .banner-main > p {
        padding-top: 15%;
        font-size: 5pt;
    }
}
@media (max-width: 150px) {
    .banner-main {
        background-position: 0px -18px;
        padding-bottom: 75%;
        clip-path: ellipse(140% 107% at 50% -60%);
        margin-bottom: -74px;
    }
    .banner-main > p {
        padding-top: 30%;
        font-size: 3.5pt;
    }
}






















.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}



html,
body {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body {
    padding-top: 56px;
}

@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 56px; /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #343a40;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    }
    .offcanvas-collapse.open {
        visibility: visible;
        transform: translateX(-100%);
    }
}

.nav-scroller .nav {
    color: rgba(255, 255, 255, .75);
}

.nav-scroller .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #6c757d;
}

.nav-scroller .nav-link:hover {
    color: #007bff;
}

.nav-scroller .active {
    font-weight: 500;
    color: #343a40;
}
