@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;700&display=swap");
:root {
    --primary: #215666;
    --secondary: #00aff2;
    --primary-blue: #396cf0;
    --dark-blue: #073984;
    --tertiary: #c91516;
    --light-secondary: #bbdbe8;
    --title: #030431;
    --bs-theme-medium: #64676c;
    --bs-theme-dark: #0c0a0a;
    --bs-border: #768387;
    --bs-fade: #F0FAFC;
    --bs-error: #f22c2c;
}

.backgroundFade {
    background-color: var(--bs-fade);
}

.bg-theme-dark {
    background-color: var(--bs-theme-dark);
}

.bg-theme-tertiary {
    background-color: var(--tertiary);
}

.text-theme-tertiary {
    color: var(--tertiary);
}

.bg-theme-primary {
    background-color: var(--primary);
}

.bg-theme-title {
    background-color: var(--title);
}

.bg-theme-dblue {
    background-color: var(--dark-blue);
}

.text-theme-primary {
    color: var(--primary);
}

.text-theme-blue {
    color: var(--primary-blue);
}

.text-theme-green {
    color: var(--bs-theme-green);
}

.text-light {
    color: var(--bs-theme-light);
}

.text-theme-medium {
    color: var(--bs-theme-medium);
}

.text-title {
    color: var(--title);
}

.lh-26 {
    line-height: 26px;
}

.f-normal {
    font-size: 1rem;
}

.f-18 {
    font-size: 1.125rem;
}

.f-20 {
    font-size: 1.25rem;
}

.f-14 {
    font-size: 0.875rem;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-700 {
    font-weight: 700;
}

.pad-top-bot {
    padding: 5rem 0;
}

.col-xga-1,
.col-fhd-1,
.col-xga-2,
.col-fhd-2,
.col-xga-3,
.col-fhd-3,
.col-xga-4,
.col-fhd-4,
.col-xga-5,
.col-fhd-5,
.col-xga-6,
.col-fhd-6,
.col-xga-7,
.col-fhd-7,
.col-xga-8,
.col-fhd-8,
.col-xga-9,
.col-fhd-9,
.col-xga-10,
.col-fhd-10,
.col-xga-11,
.col-fhd-11,
.col-xga-12,
.col-fhd-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

html,
body {
    font-weight: 400;
    line-height: 1.4;
    font-size: 1em;
    color: var(--bs-theme-medium);
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: 0;
    color: inherit;
}

a:visited {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: 0;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

a:focus {
    text-decoration: none;
    outline: 0;
    color: inherit;
}

.bold-title {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
    letter-spacing: 2px;
    color: var(--tertiary);
    text-transform: uppercase;
    position: relative;
}

.bold-title span {
    position: relative;
    margin-left: 72px;
}

.bold-title span::before {
    position: absolute;
    content: '';
    top: 50%;
    left: -67px;
    width: 50px;
    height: 3px;
    background-color: var(--tertiary);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.section-title {
    font-size: 35px;
    font-weight: 300;
    line-height: 45px;
}

.title-line,
.title-green-line {
    position: relative;
    margin-left: 130px;
    margin-bottom: 1rem;
}

.title-line::before,
.title-green-line::before {
    content: "";
    display: block;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: 0;
    width: 120px;
    height: 2px;
    margin-left: -130px;
}

.title-line::before {
    background-color: var(--bs-theme-blue);
}

.title-green-line::before {
    background-color: var(--bs-theme-green);
}

.title-green-line-after {
    position: relative;
    margin-bottom: 1rem;
}

.title-green-line-after::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 120px;
    height: 2px;
    background-color: var(--bs-theme-green);
    margin-left: .75rem;
}

.section-sub-title {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 28px;
}

.title {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 1.75rem;
    color: var(--title);
}

p {
    font-size: 1em;
}

@media (min-width: 20em) and (max-width: 60em) {
    p {
        font-size: calc( 1em + 0 * ( ( 100vw - 20em) / 40));
    }
}

@media (min-width: 60em) {
    p {
        font-size: 1em;
    }
}

h1 {
    font-size: 1.30696em;
    line-height: 1;
}

@media (min-width: 20em) and (max-width: 60em) {
    h1 {
        font-size: calc( 1.30696em + 0.7044 * ( ( 100vw - 20em) / 40));
    }
}

@media (min-width: 60em) {
    h1 {
        font-size: 2.01136em;
    }
}

h2 {
    font-size: 1.23882em;
    line-height: 1;
}

@media (min-width: 20em) and (max-width: 60em) {
    h2 {
        font-size: calc( 1.23882em + 0.51018 * ( ( 100vw - 20em) / 40));
    }
}

@media (min-width: 60em) {
    h2 {
        font-size: 1.74901em;
    }
}

h3 {
    font-size: 1.17424em;
    line-height: 1;
}

@media (min-width: 20em) and (max-width: 60em) {
    h3 {
        font-size: calc( 1.17424em + 0.34663 * ( ( 100vw - 20em) / 40));
    }
}

@media (min-width: 60em) {
    h3 {
        font-size: 1.52087em;
    }
}

h4 {
    font-size: 1.11302em;
    line-height: 1;
}

@media (min-width: 20em) and (max-width: 60em) {
    h4 {
        font-size: calc( 1.11302em + 0.20947 * ( ( 100vw - 20em) / 40));
    }
}

@media (min-width: 60em) {
    h4 {
        font-size: 1.3225em;
    }
}

h5 {
    font-size: 1.055em;
    line-height: 1;
}

@media (min-width: 20em) and (max-width: 60em) {
    h5 {
        font-size: calc( 1.055em + 0.095 * ( ( 100vw - 20em) / 40));
    }
}

@media (min-width: 60em) {
    h5 {
        font-size: 1.15em;
    }
}

h6 {
    font-size: 1em;
    line-height: 1;
}

@media (min-width: 20em) and (max-width: 60em) {
    h6 {
        font-size: calc( 1em + 0 * ( ( 100vw - 20em) / 40));
    }
}

@media (min-width: 60em) {
    h6 {
        font-size: 1em;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin-bottom: 0;
}

ul {
    list-style: none;
    padding-left: 0;
}

select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}


/* For IE10 */

select::-ms-expand {
    display: none;
}

input,
select,
button,
textarea,
.form-select {
    box-shadow: none;
}

input:active,
input:focus,
select:active,
select:focus,
button:active,
button:focus,
textarea:active,
textarea:focus,
.form-select:active,
.form-select:focus {
    border-color: #ced4da;
    box-shadow: none;
    outline: 0;
}

.link:hover {
    text-decoration: underline;
}

.info-contact li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 2rem;
}

.info-contact li:last-child {
    margin-bottom: 0;
}

.info-contact li h6 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
}

.info-contact li::before {
    font-family: 'Font Awesome 5 Free';
    font-size: inherit;
    text-rendering: auto;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 4px;
    font-size: 20px;
    left: 0;
    color: var(--bs-theme-orange);
}

.info-contact li.address::before {
    content: '\f3c5';
}

.info-contact li.phone::before {
    content: '\f3cd';
}

.info-contact li.email::before {
    content: '\f0e0';
}

.nc-link {
    color: var(--tertiary);
}

.nc-link:hover {
    color: var(--tertiary);
    text-decoration: underline;
}

@media (min-width: 1600px) {
    .d-xga-none {
        display: none !important;
    }
    .d-xga-inline {
        display: inline !important;
    }
    .d-xga-inline-block {
        display: inline-block !important;
    }
    .d-xga-block {
        display: block !important;
    }
    .d-xga-table {
        display: table;
    }
    .d-xga-table-row {
        display: table-row !important;
    }
    .d-xga-table-cell {
        display: table-cell !important;
    }
    .d-xga-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xga-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .container {
        width: 1530px;
        max-width: 1530px;
    }
    .col-xga {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xga-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xga-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xga-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xga-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xga-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xga-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xga-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xga-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xga-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xga-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xga-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xga-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xga-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xga-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xga-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xga-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xga-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xga-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xga-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xga-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xga-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xga-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xga-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xga-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xga-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xga-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xga-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xga-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xga-0 {
        margin-left: 0;
    }
    .offset-xga-1 {
        margin-left: 8.333333%;
    }
    .offset-xga-2 {
        margin-left: 16.666667%;
    }
    .offset-xga-3 {
        margin-left: 25%;
    }
    .offset-xga-4 {
        margin-left: 33.333333%;
    }
    .offset-xga-5 {
        margin-left: 41.666667%;
    }
    .offset-xga-6 {
        margin-left: 50%;
    }
    .offset-xga-7 {
        margin-left: 58.333333%;
    }
    .offset-xga-8 {
        margin-left: 66.666667%;
    }
    .offset-xga-9 {
        margin-left: 75%;
    }
    .offset-xga-10 {
        margin-left: 83.333333%;
    }
    .offset-xga-11 {
        margin-left: 91.666667%;
    }
    .flex-xga-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xga-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xga-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xga-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xga-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xga-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xga-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .align-self-xga-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xga-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xga-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xga-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xga-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xga-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
    .justify-content-xga-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xga-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xga-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xga-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xga-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xga-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xga-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xga-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xga-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xga-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xga-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-content-xga-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-content-xga-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-content-xga-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-content-xga-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
}

@media (min-width: 1920px) {
    .d-fhd-none {
        display: none !important;
    }
    .d-fhd-inline {
        display: inline !important;
    }
    .d-fhd-inline-block {
        display: inline-block !important;
    }
    .d-fhd-block {
        display: block !important;
    }
    .d-fhd-table {
        display: table;
    }
    .d-fhd-table-row {
        display: table-row !important;
    }
    .d-fhd-table-cell {
        display: table-cell !important;
    }
    .d-fhd-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-fhd-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .container {
        width: 1830px;
        max-width: 1830px;
    }
    .col-fhd {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-fhd-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-fhd-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-fhd-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-fhd-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-fhd-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-fhd-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-fhd-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-fhd-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-fhd-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-fhd-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-fhd-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-fhd-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-fhd-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-fhd-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-fhd-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-fhd-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-fhd-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-fhd-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-fhd-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-fhd-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-fhd-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-fhd-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-fhd-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-fhd-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-fhd-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-fhd-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-fhd-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-fhd-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-fhd-0 {
        margin-left: 0;
    }
    .offset-fhd-1 {
        margin-left: 8.333333%;
    }
    .offset-fhd-2 {
        margin-left: 16.666667%;
    }
    .offset-fhd-3 {
        margin-left: 25%;
    }
    .offset-fhd-4 {
        margin-left: 33.333333%;
    }
    .offset-fhd-5 {
        margin-left: 41.666667%;
    }
    .offset-fhd-6 {
        margin-left: 50%;
    }
    .offset-fhd-7 {
        margin-left: 58.333333%;
    }
    .offset-fhd-8 {
        margin-left: 66.666667%;
    }
    .offset-fhd-9 {
        margin-left: 75%;
    }
    .offset-fhd-10 {
        margin-left: 83.333333%;
    }
    .offset-fhd-11 {
        margin-left: 91.666667%;
    }
    .flex-fhd-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-fhd-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-fhd-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-fhd-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-fhd-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-fhd-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-fhd-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .align-self-fhd-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-fhd-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-fhd-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-fhd-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-fhd-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-fhd-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
    .justify-content-fhd-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-fhd-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-fhd-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-fhd-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-fhd-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-fhd-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-fhd-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-fhd-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-fhd-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-fhd-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-fhd-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-content-fhd-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-content-fhd-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-content-fhd-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-content-fhd-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
}

.btn {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 24px;
    padding: 0.75rem 0.75rem;
    border-radius: 5px;
    box-shadow: none;
    border: 0;
    transition: all .3s ease-in-out;
}

.btn:focus,
.btn:hover {
    outline: 0;
}

.btn-w-3 {
    width: 300px;
}

.btn-w-sm {
    width: 200px;
}

@media (max-width: 575px) {
    .btn-w-3 {
        width: auto;
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .btn-w-sm {
        width: auto;
    }
}

.btn-theme {
    color: white;
    background: var(--tertiary);
}

.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active {
    background: var(--tertiary);
    box-shadow: 0 10px 20px 0 rgba(201, 21, 22, 0.4);
    color: white;
    cursor: pointer;
}

.btn-contact {
    color: white !important;
    background: var(--tertiary);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.btn-contact:hover,
.btn-contact:focus,
.btn-contact:active {
    background: var(--tertiary);
    box-shadow: 0 5px 12px 0 rgba(201, 21, 22, 0.4);
    color: white;
    cursor: pointer;
}

.btn-theme-secondary {
    color: #f0f0f0;
    background: transparent;
    border: 1px solid white;
}

.btn-theme-secondary:hover,
.btn-theme-secondary:focus,
.btn-theme-secondary:active {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: none;
    color: white;
    cursor: pointer;
    border-color: var(--bs-theme-blue);
}

.border-dark {
    border-color: var(--bs-theme-dark);
}

.nc-input {
    font-size: 0.9375rem;
    font-weight: 400;
    border-radius: .25rem;
    padding: 0.75rem 0.75rem;
    box-shadow: none;
    border-color: var(--bs-border);
}

.nc-input:focus,
.nc-input:active {
    box-shadow: 0 0 6px 0 rgba(0, 162, 202, 0.4);
    border-color: var(--bs-theme-blue);
}

.nc-input-transparent {
    font-size: 0.9375rem;
    font-weight: 400;
    border-radius: .25rem;
    padding: 0.75rem 0.75rem;
    box-shadow: none;
    border-color: var(--bs-border);
    background-color: transparent;
    color: white;
}

.nc-input-transparent:focus,
.nc-input-transparent:active {
    box-shadow: 0 0 6px 0 rgba(0, 162, 202, 0.4);
    border-color: var(--bs-theme-blue);
    background-color: transparent;
    color: white;
}

.nc-textarea {
    font-size: 0.9375rem;
    font-weight: 400;
    border-radius: .25rem;
    box-shadow: none;
    border-color: var(--bs-border);
}

.nc-textarea:focus,
.nc-textarea:active {
    box-shadow: none;
    box-shadow: 0 0 6px 0 rgba(0, 162, 202, 0.4);
    border-color: var(--bs-theme-blue);
}

.nc-textarea-transparent {
    font-size: 0.9375rem;
    font-weight: 400;
    border-radius: .25rem;
    box-shadow: none;
    border-color: var(--bs-border);
    background-color: transparent;
    color: white;
}

.nc-textarea-transparent:focus,
.nc-textarea-transparent:active {
    box-shadow: 0 0 6px 0 rgba(0, 162, 202, 0.4);
    border-color: var(--bs-theme-blue);
    background-color: transparent;
    color: white;
}

.nc-label {
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--bs-theme-dark);
    margin-bottom: 0.5rem;
}

.nc-select {
    font-size: 0.9375rem;
    font-weight: 400;
    color: var(--bs-theme-medium);
    border-radius: 5px;
    border-color: var(--bs-border);
    height: 48px;
    line-height: 34px;
}

.nc-select:focus,
.nc-select:active {
    box-shadow: none;
    border-color: var(--bs-theme-blue);
}

.nc-check-input {
    width: 14px;
    height: 14px;
    margin-top: 3px;
}

.nc-check-input:focus {
    box-shadow: none;
}

.nc-check-input:checked {
    border-color: var(--bs-theme-blue);
    background-color: var(--bs-theme-blue);
}

.badge-light-nc {
    background-color: #f0f0f5;
    color: var(--bs-theme-medium);
    font-size: 0.8125rem;
    font-weight: 400;
    padding: 0.3125rem 0.625rem;
}

.nc-input-group-text {
    border: 0;
    padding: 0;
    background-color: transparent;
}

.ncModal__header {
    border-bottom: 0;
}

.ncModal__header---title {
    color: var(--bs-theme-blue);
    line-height: 1.6;
}

.ncModal__body {
    padding-top: 0;
}

.file-image {
    display: none;
}

.uptech-link {
    font-size: 1.125rem;
    line-height: 24px;
    font-weight: 500;
}

.uptech-link:hover,
.uptech-link:focus,
.uptech-link:active {
    border-bottom: 1px solid var(--bs-theme-blue);
}

.nc-file {
    font-size: 0.9375rem;
    font-weight: 400;
    border-radius: .25rem;
    padding: 0.5rem 0.75rem;
    box-shadow: none;
    border-color: #e1e1e1;
}

.content-wrapper {
    overflow-x: hidden;
}

.banner {
    position: relative;
    padding: 8.75rem 0;
    overflow: hidden;
}

.banner::before {
    position: absolute;
    content: '';
    background-image: url("../images/h1_hero.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
}

.banner__content h1 {
    font-size: 3.125rem;
    font-weight: 600;
    line-height: 64px;
    margin-bottom: 1rem;
}

.banner__content p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 22px;
    color: var(--bs-theme-medium);
    margin-bottom: 1.75rem;
}

.service {
    background-color: var(--title);
    color: #f5f5f5;
}

.service_area .single_service {
    padding: 4rem 2rem;
}

.service_area .single_service .icon {
    margin-bottom: 1.25rem;
}

.service_area .single_service .icon i {
    font-size: 2.5rem;
}

.service_area .single_service h3 {
    margin-bottom: 1.5rem;
    font-weight: 300;
}

.service_area .single_service p {
    margin-bottom: 2rem;
    line-height: 26px;
}

.about-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
}

.objective {
    background-image: url("../images/objective.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    position: relative;
}

.objective::before {
    content: "";
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -2;
    background-color: var(--light-secondary);
    opacity: .6;
}

.objective-img img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.list {
    padding-left: 0;
    list-style: none;
    position: relative;
    margin-bottom: 0;
}

.list li {
    padding-top: 2px;
    padding-left: 2.125rem;
    position: relative;
    margin-bottom: 2rem;
}

.list li .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    border-radius: 15px;
    background-repeat: no-repeat;
    position: absolute;
    top: 9%;
    left: 0;
    background-image: url("../images/check-blue-icon.png");
}

.list li p {
    color: var(--bs-theme-medium);
    line-height: 26px;
}

.more {
    display: block;
}

.more .more-link {
    display: inline-block;
    padding: 0.5rem;
    font-size: 14px;
    color: var(--dark-blue);
    font-weight: 500;
    cursor: pointer;
}

.collorators-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.collorators-list li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: .75rem;
}

.collorators-list li::before {
    font-family: 'Font Awesome 5 Free';
    font-size: inherit;
    text-rendering: auto;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    content: '\f101';
    top: 0;
    left: 0;
}

.collorators-list li a {
    transition: 0.3s all ease-in-out;
    color: var(--dark-blue);
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.collorators-list li a:hover {
    border-bottom: 1px dashed;
    padding-left: .5rem;
}

.teamcard {
    padding: 1rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 1.5rem;
}

.teamcard h4 {
    color: var(--bs-theme-dark);
}

.teamcard span {
    color: var(--primary-blue);
    font-weight: 500;
}

.Emergency_contact {
    padding: 4rem 0;
    z-index: 0;
    position: relative;
}

.Emergency_contact::before {
    content: "";
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -2;
    opacity: .8;
    background-color: var(--primary-blue);
}

.single_emergency,
.single_emergency2 {
    color: #f5f5f5;
    margin-bottom: 1.5rem;
}

.single_emergency p,
.single_emergency2 p {
    color: #e3dbdb;
}

@media (min-width: 992px) {
    .single_emergency {
        border-right: 1px solid white;
    }
}

@media (max-width: 991px) {
    .collorators-list {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}

html {
    scroll-behavior: smooth;
}

@media (min-width: 992px) {
    #sidebar-wrapper {
        margin-right: 0;
    }
    #page-content-wrapper {
        margin-right: 16em;
    }
    #wrapper.toggled .sidebarBlock {
        margin-right: -16rem;
    }
}

#side-drawer {
    height: 100vh;
    width: 250px;
    /*Ideal width for sidebar accdg to https://forums.envato.com/t/standard-sidebar-width/75633*/
    top: 0;
    right: -250px;
    z-index: 1032;
    /*z-index of standard bootstrap navbar is 1030 + 1 offset due to side-drawer-void*/
    transition: right 0.25s ease;
}

#side-drawer .navbar-nav .nav-item {
    border-bottom: 1px solid #e4e4e4;
}

#side-drawer .navbar-nav .nav-item .nav-link {
    padding: 0.5rem 0.75rem !important;
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--bs-theme-dark);
}

#side-drawer .navbar-nav .nav-item:hover {
    background-color: transparent;
    color: var(--primary);
    transition: all 0.3s ease-in-out;
}

#side-drawer .footer-mobile {
    position: absolute;
    bottom: 0;
    padding: 1rem;
}

@media (min-width: 576px) {
    #side-drawer {
        width: 300px;
        right: -300px;
    }
}

#side-drawer-void {
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1031;
    /*z-index of standard bootstrap navbar is 1030*/
    background: rgba(0, 0, 0, 0.6);
}

@media (min-width: 991px) {
    .header-logo .top-header__icon {
        position: absolute;
        top: 0;
        left: 0;
    }
    .header-logo .top-header__language {
        position: absolute;
        top: 0;
        right: 0;
    }
}

.menuNavbar.sticky-top {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.3s linear;
}

.menuNavbar.sticky-top .menuNavbar__logo {
    width: 200px;
    transition: all 0.2s linear;
}

.menuNavbar {
    background-color: var(--secondary);
    padding: .5rem 0;
}

.menuNavbar .dropdown-toggle:after {
    transform: rotate(0deg);
    transition: all linear 0.25s;
}

.menuNavbar__logo {
    width: 220px;
}

.menuNavbar__item---link {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9375rem;
    padding: 0.75rem 1rem !important;
    font-weight: 500;
    font-family: 'Poppins';
    position: relative;
}

.menuNavbar__item---link:hover,
.menuNavbar__item---link:focus,
.menuNavbar__item---link:active,
.menuNavbar__item---link.active,
.menuNavbar__item---link:focus-within {
    transition: all 0.3s ease-in-out;
    color: white;
}

.menuNavbar__item .dropdown-toggle::after {
    position: absolute;
    border: 0;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-size: inherit;
    text-rendering: auto;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.menuNavbar__item:hover .dropdown-toggle:after {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.menuNavbar__item:hover .dropdown-menu {
    display: block;
    margin: 0;
    padding: 0.5rem;
    display: block;
    min-width: 212px;
    border: 0;
    right: -1px;
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
}

.menuNavbar__item:hover .dropdown-menu li {
    border-bottom: 0;
}

.menuNavbar__item:hover .dropdown-menu li .dropdown-item {
    padding: 0.5rem;
    color: var(--bs-dark);
    background-color: white;
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 400;
}

.menuNavbar__item:hover .dropdown-menu li .dropdown-item .icon {
    display: inline-block;
    background-size: cover;
    width: 24px;
    height: 24px;
    margin-right: 0.5rem;
}

.menuNavbar__item:hover .dropdown-menu li .dropdown-item:active,
.menuNavbar__item:hover .dropdown-menu li .dropdown-item:hover,
.menuNavbar__item:hover .dropdown-menu li .dropdown-item:focus,
.menuNavbar__item:hover .dropdown-menu li .dropdown-item.active {
    color: var(--bs-dark);
    background-color: var(--bs-fade);
}

.sidebarBlock {
    text-align: center;
}

.sidebarBlock__logo img {
    width: 190px;
}

@media (max-width: 768px) {
    .top-header__icon i {
        width: 20px;
        font-size: 0.75rem;
        height: 20px;
        padding: 0.5rem 0;
        text-align: center;
        line-height: 6px;
        border-radius: 0.125rem;
        color: white;
        margin-right: 0.125rem;
    }
}

.mobileMenu .dropdown-menu.show {
    position: static !important;
    transform: none !important;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    font-weight: 400;
    border-radius: 0;
    border: 0;
    background-color: #fff;
    box-shadow: 0 0px 12px 6px rgba(0, 0, 0, 0.05);
}

.mobileMenu [data-toggle="dropdown"]:after {
    transform: rotate(0deg);
    transition: all linear 0.25s;
}

.mobileMenu [data-toggle="dropdown"].show:after {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.mobileMenu li .dropdown-item {
    padding: 0.5rem 0.75rem;
}

.mobileMenu li .dropdown-item:active,
.mobileMenu li .dropdown-item:hover,
.mobileMenu li .dropdown-item:focus,
.mobileMenu li .dropdown-item.active {
    background-color: var(--bs-fade);
}

.mobileMenu__item---link {
    position: relative;
}

.mobileMenu__item .dropdown-toggle::after {
    position: absolute;
    border: 0;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-size: inherit;
    text-rendering: auto;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mobileMenu__item .dropdown-menu li a {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--bs-dark);
}

.mobileMenu__item .dropdown-menu li a .icon {
    display: inline-block;
    background-size: cover;
    width: 20px;
    height: 20px;
    margin-right: 0.5rem;
}

.footer {
    background-color: rgba(13, 110, 253, 0.3);
}

.footer h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--title);
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 1rem;
}

.footer ul li {
    padding: .25rem 0;
}

.footer ul li a {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--bs-theme-medium);
    font-weight: 500;
}

.footer ul li a:hover {
    color: var(--tertiary);
}

.footer .contact-info p {
    color: var(--bs-theme-medium);
}

.footer .social-link {
    color: var(--bs-theme-light);
}

.footer .social-link a {
    padding: 0.5rem 1rem;
}

.footer .social-link a i {
    font-size: 1.5rem;
}

.footer .social-link span {
    margin-right: 1rem;
}

.footer .social-link span:last-child {
    margin-right: 0;
}

.qc-sidebar-sticky-side {
    position: fixed;
    background-color: white;
    padding-top: 0;
}

.content {
    position: relative;
}

.content-list {
    padding-left: 2rem;
}

.content .qc-sidebar-sticky {
    min-height: 165px;
}

.content .qc-sidebar ul {
    margin-bottom: 2rem;
}

.content .qc-sidebar ul li {
    position: relative;
    margin-bottom: .5rem;
    padding-left: 1rem;
}

.content .qc-sidebar ul li a {
    color: var(--bs-theme-medium);
    font-weight: 500;
}

.content .qc-sidebar ul li::before {
    position: absolute;
    content: '\f0da';
    top: 0px;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    font-size: inherit;
    text-rendering: auto;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    opacity: 0;
    color: var(--tertiary);
}

.content .qc-sidebar ul li.active::before {
    opacity: 1;
}

.content .qc-sidebar ul li.active a {
    color: var(--title);
}

.sticky-sidebar-border {
    border-right: 1px solid #c4c4c4;
}

.page {
    position: relative;
    overflow: hidden;
}

.page::before {
    content: "";
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -2;
    z-index: 0;
    background: linear-gradient(0deg, #030431cc, #1e414e);
}

.page-img {
    min-height: 300px;
}

.page-img img {
    object-fit: cover;
    max-height: 400px;
    object-position: center center;
    width: 100%;
}

.page-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.ug-qc li {
    position: relative;
    padding-left: 1.5rem;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    border-bottom: 1px solid #c4c4c4;
}

.ug-qc li:first-child {
    padding-top: 0;
}

.ug-qc li:first-child::before {
    top: 2px;
}

.ug-qc li::before {
    font-family: 'Font Awesome 5 Free';
    font-size: inherit;
    text-rendering: auto;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 31px;
    left: 0;
    content: '\f111';
    font-size: 13px;
    color: var(--tertiary);
}

.ug-qc li h4 {
    line-height: 32px;
}

.sidebarBlock {
    margin-bottom: 1.5rem;
    text-align: left;
}

.sidebarBlock__heading {
    position: relative;
    margin-bottom: 1rem;
}

.sidebarBlock__heading::before {
    position: absolute;
    content: '';
    background: #eee;
    width: 100%;
    height: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: -1;
}

.sidebarBlock__heading::after {
    position: absolute;
    content: '';
    background: #003f58;
    width: 12px;
    height: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    z-index: -1;
    border-radius: 50%;
}

.sidebarBlock h6 {
    display: inline-block;
    padding-right: 0.625rem;
    background: #fff;
    margin-bottom: 0;
    color: #003f58;
}

.blog {
    margin-bottom: 0;
    list-style: none;
    position: relative;
    padding-left: 0rem;
}

.blog__list {
    font-size: 0.8125rem;
    padding-left: 1rem;
    line-height: 1.5;
    margin-top: 1rem;
}

.blog__list::before {
    position: absolute;
    left: 0;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-size: inherit;
    text-rendering: auto;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
}

.blog__list:hover a {
    color: #003f58;
}

.contentBlock {
    padding: 1.5rem;
}

.contentBlock::before {
    content: "";
    display: table;
}

.contentBlock__list {
    border-bottom: 1px solid #ddd;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    position: relative;
}

.contentBlock__list::before {
    content: "";
    display: table;
}

.contentBlock__list--thumbnail {
    float: left;
    width: 250px;
    margin: 0 1.5rem 0 0;
    line-height: .5;
}

.contentBlock__list--thumbnail-wrap {
    position: relative;
}

.contentBlock__list--thumbnail-wrap img {
    width: 100%;
    height: auto;
    min-height: 200px;
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: center;
}

.contentBlock__list:last-child {
    margin-bottom: 0;
}

.entry__category {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 0 10px;
    text-transform: uppercase;
    background-color: #009fde;
}

.entry__title {
    line-height: 1.3;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--title);
}

.entry__title .main-heading {
    font-weight: 600;
    font-size: 22px;
}

.entry__meta {
    text-transform: capitalize;
    color: #666;
    font-size: 0.8375rem;
    font-weight: 400;
}

.entry__meta--date,
.entry__meta--comment {
    position: relative;
    padding-left: 1rem;
    margin-left: 1rem;
    font-size: 0.8375rem;
    color: var(--secondary);
}

.entry__meta--date::before,
.entry__meta--comment::before {
    background-color: #ccc;
    border-radius: 50%;
    color: #aaa;
    content: " ";
    display: inline-block;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 8px;
}

.entry__meta--author:hover,
.entry__meta--comment:hover {
    color: #003f58;
}

.entry__summary {
    display: table;
    font-size: 0.875rem;
    line-height: 22px;
    margin-top: 1rem;
}

.entry__summary p {
    display: inline;
}

.entry__summary::after {
    content: "";
    display: table;
}

.entry__summary .read-more {
    text-transform: uppercase;
    font-weight: 400;
    color: var(--tertiary);
}

.entry__summary .read-more:hover {
    text-decoration: underline;
}

.entry__summary---sub-title {
    color: #3C4858;
    font-weight: 600;
    margin-bottom: 1rem;
}

.entry__summaryDetail {
    padding: 0 2rem;
}
.vacancy {
  padding: 4rem 0;
}
.pdf-link {
  color: var(--dark-blue);
}
.pdf-link:hover {
  text-decoration: underline;
  color: var(--dark-blue);
}