body,
html {
    font-size: 20px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.8;
    font-weight: 400;
}

.page-banner {
    background-color: #08213f;
    background-image: url(../assets/images/banner-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-banner img.main-image {
    width: 950px;
    margin: 0 auto;
    max-width: 100%;
}

.page-banner h3 {
    color: #fff;
    font-weight: 500;
    font-size: 42px;
    margin: 0;
    padding-left: 10px;
    text-transform: uppercase;
}

.page-banner .d-flex {
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0px 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    background: rgba( 0, 0, 0, 0.3);
}

.video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

h4 {
    font-size: 19px;
    font-weight: 400;
    color: #2f57b7;
    text-transform: uppercase;
    margin: 15px 0 2px;
}

h6 {
    font-size: 15px;
}

h2 {
    color: #08213f;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 30px;
    padding: 0.1em;
}

b {
    font-weight: 700;
    color: #102c6e;
    ;
}

.subscribe form {
    max-width: 600px;
    margin: 0px auto;
}

.subscribe .btn-outline-secondary {
    background: #102c6e;
    color: #fff;
    box-shadow: none !important;
    outline: none !important;
    border-color: #102c6e !important;
    font-weight: 500;
}

.subscribe .form-control {
    box-shadow: none !important;
    outline: none !important;
    border-color: #102c6e !important;
}

.subscribe form {
    position: relative;
    z-index: 1;
}

.subscribe form #form-response {
    position: absolute;
    inset: auto 0 0 0;
    transform: translateY(140%);
    text-align: center;
    color: #102c6e;
    font-weight: 500;
    font-size: 16px;
    display: none;
}

.associates p {
    color: #102c6e;
    font-size: 15px;
}

.subscribe {
    background: #e0e0e0;
}

.localTime {
    position: relative;
    z-index: 1;
}

.localTime::after {
    position: absolute;
    content: attr(data-zone);
    bottom: 0;
    right: 0;
    font-size: 12px;
    transform: translateY(100%);
}

.page-content .localTime::after {
    display: none;
}

@media( max-width: 767px) {
    .page-banner h3 {
        font-size: 26px;
    }
    .page-banner .d-flex img {
        width: 30px;
        height: 30px;
    }
    .page-banner .d-flex {
        margin-bottom: 10px;
    }
    h2 {
        font-size: 27px;
        padding: 0.3em;
    }
}

@media( max-width: 800px) {
    .associates .partners img {
        width: 100px;
        height: auto;
    }
}

@media( max-width: 500px) {
    .associates .partners img {
        width: 110px;
        height: auto;
    }
}