@charset "UTF-8";
.slick-slider {
    -khtml-user-select: none;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

@font-face {
    font-family: DubaiW23-Light;
    src: url(../fonts/DubaiW23-Light.eot);
    src: local("☺"), url(../fonts/DubaiW23-Lightd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/DubaiW23-Light.woff) format("woff"), url(../fonts/DubaiW23-Light.ttf) format("truetype"), url(../fonts/DubaiW23-Light.html#DubaiW23-Light) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: DubaiW23-Regular;
    src: url(../fonts/DubaiW23-Regular.eot);
    src: local("☺"), url(../fonts/DubaiW23-Regulard41d.eot?#iefix) format("embedded-opentype"), url(../fonts/DubaiW23-Regular.woff) format("woff"), url(../fonts/DubaiW23-Regular.ttf) format("truetype"), url(../fonts/DubaiW23-Regular.html#DubaiW23-Regular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: DubaiW23-Medium;
    src: url(../fonts/DubaiW23-Medium.eot);
    src: local("☺"), url(../fonts/DubaiW23-Mediumd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/DubaiW23-Medium.woff) format("woff"), url(../fonts/DubaiW23-Medium.ttf) format("truetype"), url(../fonts/DubaiW23-Medium.html#DubaiW23-Medium) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: DubaiW23-Bold;
    src: url(../fonts/DubaiW23-Bold.eot);
    src: local("☺"), url(../fonts/DubaiW23-Boldd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/DubaiW23-Bold.woff) format("woff"), url(../fonts/DubaiW23-Bold.ttf) format("truetype"), url(../fonts/DubaiW23-Bold.html#DubaiW23-Bold) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

:root {
    --blue: #1e3359;
    --indigo: #6610f2;
    --purple: #9b8fa2;
    --pink: #e5c6d3;
    --red: #d73129;
    --orange: #eb6852;
    --yellow: #ffc107;
    --green: #00723d;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #1e3359;
    --secondary: #6c757d;
    --success: #00723d;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #d73129;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1280px;
    --breakpoint-xl: 1440px;
    --font-family-sans-serif: "DubaiW23-Regular", Arial, sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

footer,
header,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: DubaiW23-Regular, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

h1,
h2,
h3,
h4 {
    margin-top: 0
}

p,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

b,
strong {
    font-weight: bolder
}

sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    top: -.5em
}

a {
    color: #223e99;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0b1220;
    text-decoration: underline
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

h1,
h2,
h3,
h4 {
    margin-bottom: 1rem;
    font-family: DubaiW23-Bold, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #000
}

h2 {
    font-size: 3rem
}

h3 {
    font-size: 2.6rem
}

h4 {
    font-size: 2.2rem
}

.lead {
    font-size: 2rem;
    font-weight: 300
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.col-4,
.col-8,
.col-12,
.col-lg-5,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-10,
.col-md-12,
.col-sm-8 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:576px) {
    .col-sm-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

@media (min-width:768px) {
    .col-md-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:1280px) {
    .col-lg-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table-bordered,
.table-bordered td {
    border: 1px solid #dee2e6
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

select.form-control:not([size]):not([multiple]) {
    height: calc(3.15rem + 2px)
}

.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
    height: calc(2.6rem + 2px)
}

.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
    height: calc(4rem + 2px)
}

.form-group {
    margin-bottom: 1rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    background-image: none
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #111d33;
    border-color: #0e1829
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(30, 51, 89, .5)
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #003f22;
    border-color: #00321b
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 114, 61, .5)
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ad2720;
    border-color: #a2241e
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(215, 49, 41, .5)
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #1e3359;
    border-color: #1e3359
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(30, 51, 89, .5)
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #223e99;
    border-color: #223e99
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 114, 61, .5)
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d73129;
    border-color: #d73129
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(215, 49, 41, .5)
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.collapsing,
.dropdown {
    position: relative
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-item.active {
    color: #fff;
    text-decoration: none;
    background-color: #1e3359
}

.dropdown-menu.show {
    display: block
}

.btn-group-vertical>.btn.active,
.btn-group>.btn.active {
    z-index: 1
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label,
.input-group>.custom-file:not(:first-child) .custom-file-label:before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1e3359
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative
}

.navbar,
.navbar>.container,
.navbar>.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .2rem;
    padding-bottom: .2rem;
    margin-right: 0;
    font-size: 2rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 2rem;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}

@media (max-width:575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width:767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width:1279.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1280px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width:1439.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1440px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: #000
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #000
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .7);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: #000
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

@media (min-width:576px) {
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child),
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.breadcrumb-item.active {
    color: #6c757d
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #1e3359;
    border-color: #1e3359
}

.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4.9rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #101b2e;
    background-color: #d2d6de;
    border-color: #c0c6d1
}

.alert-primary hr {
    border-top-color: #b1b9c6
}

.alert-primary .alert-link {
    color: #030508
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #003b20;
    background-color: #cce3d8;
    border-color: #b8d8c9
}

.alert-success hr {
    border-top-color: #a8cfbc
}

.alert-success .alert-link {
    color: #000804
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #701915;
    background-color: #f7d6d4;
    border-color: #f4c5c3
}

.alert-danger hr {
    border-top-color: #f0b0ad
}

.alert-danger .alert-link {
    color: #450f0d
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #1e3359;
    border-color: #1e3359
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #101b2e;
    border-color: #101b2e
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #003b20;
    border-color: #003b20
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #701915;
    border-color: #701915
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal,
.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-25%)
}

.modal.show .modal-dialog {
    transform: translate(0)
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:1280px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip.show {
    opacity: .9
}

.carousel-item.active {
    display: block
}

.active.carousel-item-right {
    transform: translateX(100%)
}

@supports (transform-style:preserve-3d) {
    .active.carousel-item-right {
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left {
    transform: translateX(-100%)
}

@supports (transform-style:preserve-3d) {
    .active.carousel-item-left {
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-indicators .active {
    background-color: #fff
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.d-none {
    display: none !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1280px) {
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1440px) {
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

@media (min-width:768px) {
    .mr-md-5 {
        margin-right: 3rem !important
    }
    .pr-md-0 {
        padding-right: 0 !important
    }
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *,
     :after,
     :before {
        text-shadow: none !important;
        box-shadow: none !important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    .container,
    body {
        min-width: 1280px !important
    }
    .navbar {
        display: none
    }
    .table {
        border-collapse: collapse !important
    }
    .table td {
        background-color: #fff !important
    }
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

.img-responsive,
img.responsive {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.align-top {
    transform: translateY(0);
    top: 0;
    position: absolute
}

.align-bottom {
    transform: translateY(100%);
    bottom: 0;
    position: absolute
}

.align-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

*,
:after,
:before {
    box-sizing: border-box
}

.container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto
}

.container:after {
    content: " ";
    display: block;
    clear: both
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1280px) {
    .container {
        max-width: 1240px
    }
}

@media (min-width:1440px) {
    .container {
        max-width: 1400px
    }
}

@font-face {
    font-family: iconmonstr-iconic-font;
    font-display: block;
    src: url(../fonts/iconmonstr-iconic-font.woff2) format("woff2"), url(../fonts/iconmonstr-iconic-font.woff) format("woff"), url(../fonts/iconmonstr-iconic-font.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

.addrow,
.removerow {
    display: inline-block;
    font: normal normal normal 18px/1 iconmonstr-iconic-font;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.addrow:before {
    content: "\e074"
}

.removerow:before {
    content: "\e075"
}

html {
    font-size: 62.5%
}

body,
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .004)
}

body {
    font-size: 1.6rem;
    margin: 0 auto;
    overflow-x: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body.nav-open {
    overflow: hidden
}

section {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

h1 {
    font-size: 4rem;
    margin-bottom: 1.5rem
}

@media (min-width:1080px) {
    h1 {
        font-size: 4rem;
        margin-bottom: 0rem;
    }
}

@media (min-width:641px) {
    h1.main {
        padding-right: 25%
    }
}

h2 {
    margin-bottom: 2rem;
    margin-top: 2rem
}

span.excerpt,
span.lead {
    font-size: 1.3em;
    color: #012d6b;
    display: inline-block;
    margin-bottom: 1.5rem
}

@media (min-width:641px) {
    span.excerpt,
    span.lead {
        padding-right: 20%
    }
}

.knowmore {
    font-family: DubaiW23-Bold, Arial, sans-serif
}

.vcenter {
    position: absolute;
    top: 50%;
    transform: translateY(-80%)
}

div.section {
    text-transform: uppercase;
    color: #ccc;
    position: relative;
    margin-bottom: 1.5rem;
    display: inline-block;
    font-size: 1.4rem;
    letter-spacing: 2px
}

div.section:after {
    position: absolute;
    content: "";
    width: 33%;
    background-color: #012d6b;
    height: 2px;
    left: 0;
    bottom: 0;
    transition: all .5s
}

div.section:hover:after {
    width: 100%
}

div.section:hover a {
    color: #000
}

div.section a {
    text-decoration: none;
    color: #ccc
}

ul.print {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    border-bottom: 1px solid #e5e4e2;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

ul.print li {
    margin-left: auto;
    list-style-type: none;
    text-transform: uppercase;
    font-size: 1.1rem;
    color: #ccc
}

ul.print li a {
    padding: 5px 0 5px 25px;
    background: url(../images/icon-print.jpg) no-repeat 0
}

@media (max-width:1079px) {
    ul.print li a {
        display: none
    }
}

.middle-align {
    -ms-flex-line-pack: center;
    align-content: center
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus:-moz-placeholder,
input:focus::-moz-placeholder,
textarea:focus:-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent
}

input:focus,
textarea:focus {
    outline: none
}

.error {
    color: #d73129
}

label {
    padding: 5px
}

input[type=email],
input[type=text],
input[type=tel],
select,
textarea {
    border: none;
    border-bottom: 1px solid #e5e4e2;
    padding: 5px;
    margin-bottom: 3rem;
    outline: none;
    width: 100%
}

textarea {
    height: 150px;
}

button,
input[type=button],
input[type=submit] {
    background-color: #d73129;
    border-radius: 0
}

button:hover,
input[type=button]:hover,
input[type=submit]:hover {
    background-color: #223e99
}

button,
input[type=button],
input[type=submit] {
    background: transparent;
    display: inline-block;
    padding: 6px 20px;
    text-decoration: none;
    color: #fff;
    transition: all .5s ease;
    background-color: #223e99;
    position: relative;
    transition: all .5s;
    border: none;
    cursor: pointer;
    padding: 5px 2.5rem !important
}

button.active,
button:hover,
input[type=button].active,
input[type=button]:hover,
input[type=submit].active,
input[type=submit]:hover {
    color: #fff;
    background-color: #000
}

.alert {
    float: left;
    width: 100%;
    margin: 1rem 0 0;
    position: relative;
    z-index: 99
}

.alert,
.alert * {
    color: #000 !important
}

.alert>p {
    display: none
}

.fscf-div-error {
    font-size: .9em;
    color: red
}

#frmSearch {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 1rem
}

#frmSearch input {
    color: #012d6b;
    border: none;
    border-bottom: 1px solid #012d6b !important;
    margin-bottom: 0;
    background-color: transparent;
    width: 186px;
    z-index: 1;
}

@media (min-width:1080px) {
    #frmSearch input {
        border-color: transparent
    }
}

#frmSearch input:focus {
    border-bottom: 1px solid #fff
}

#frmSearch button {
    width: 25px;
    height: 25px;
    background: url(../images/search-icon-md.png) no-repeat 50%/contain;
    text-indent: -999px;
    border: none;
    cursor: pointer;
    margin: 0;
    overflow: hidden;
    position: relative;
    top: 10px
}

#frmSearch:focus input,
#frmSearch:hover input {
    border-bottom: 1px solid #fff
}

@media (max-width:1079px) {
    #frmSearch {
        display: none
    }
}

.sidebar {
    color: #fff
}

#fscf_form1 input[type=text],
#fscf_form1 select,
#fscf_form1 textarea {
    border: none;
    border-bottom: 1px solid #e5e4e2;
    padding: 5px;
    margin-bottom: 3rem
}

#fscf_form1 label {
    display: block
}

#fscf_form1 textarea {
    height: 120px
}

.member-cv .tab-content {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

.member-cv .group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.member-cv .fieldrow {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.member-cv .fieldrow:nth-child(2n) {
    margin-left: auto
}

.member-cv .fieldrow:last-of-type {
    margin-left: 0
}

.member-cv #jobapp_education .fieldrow {
    max-width: 20%;
    margin-left: 0
}

.member-cv #jobapp_education .fieldrow+.fieldrow {
    margin-left: auto
}

#zed-career-module_coverletter {
    margin-bottom: 0
}

#zed-career-module-apply-for-job input[type=checkbox] {
    margin: 0 1rem .5rem 0
}

#zed-career-module-apply-for-job .modal-body {
    margin: 2rem
}

@media (max-width:640px) {
    #multiplecontacts .labels {
        display: none
    }
}

.addrow,
.removerow {
    text-decoration: none !important;
    position: relative;
    padding-bottom: 2rem
}

@media (min-width:641px) {
    .addrow,
    .removerow {
        top: 8px
    }
}

.addrow {
    color: #223e99
}

.removerow {
    color: #d73129
}

.nav-link {
    padding: 0
}

@media (min-width:641px) {
    .navbar-light .navbar-nav .nav-link {
        color: #012d6b !important
    }
}

.dropdown-menu {
    background-color: transparent;
    border-radius: 0
}

.dropdown-menu a {
    display: block
}

body.rtl .dropdown-menu {
    right: 0;
    left: auto;
    text-align: right
}

@media (min-width:769px) {
    body.rtl .dropdown-menu .dropdown-menu {
        right: 100%;
        top: 0
    }
}

body.rtl .dropdown-menu .dropdown-toggle:after {
    position: absolute;
    left: 0;
    top: 2.2rem
}

@media (min-width:769px) {
    body.rtl .dropdown-menu .dropdown-toggle:after {
        border-right: .3em solid;
        border-top: .3em solid transparent;
        border-bottom: .3em solid transparent
    }
}

@media (min-width:1081px) {
    body:not(.rtl) .dropdown-menu .dropdown-menu {
        left: 100%;
        top: 0
    }
}

.menu .active>a {
    text-decoration: underline
}

.navbar {
    transition: all .5s
}

.navbar.white {
    background-color: hsla(0, 0%, 100%, .8)
}

@media (min-width:1280px) {
    .navbar.fixed-large {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030
    }
}

.navbar .menu-item {
    white-space: nowrap
}

.navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem
}

@keyframes topbar-x {
    0% {
        top: 0;
        transform: rotate(0deg)
    }
    45% {
        top: 6px;
        transform: rotate(145deg)
    }
    75% {
        transform: rotate(130deg)
    }
    to {
        transform: rotate(135deg)
    }
}

@keyframes topbar-back {
    0% {
        top: 6px;
        transform: rotate(135deg)
    }
    45% {
        transform: rotate(-10deg)
    }
    75% {
        transform: rotate(5deg)
    }
    to {
        top: 0;
        transform: rotate(0)
    }
}

@keyframes bottombar-x {
    0% {
        bottom: 0;
        transform: rotate(0deg)
    }
    45% {
        bottom: 6px;
        transform: rotate(-145deg)
    }
    75% {
        transform: rotate(-130deg)
    }
    to {
        transform: rotate(-135deg)
    }
}

@keyframes bottombar-back {
    0% {
        bottom: 6px;
        transform: rotate(-135deg)
    }
    45% {
        transform: rotate(10deg)
    }
    75% {
        transform: rotate(-5deg)
    }
    to {
        bottom: 0;
        transform: rotate(0)
    }
}

.navbar-toggler {
    background-color: transparent;
    border: 0;
    outline: 0 !important;
    cursor: pointer
}

.navbar-toggler .icon-bar {
    display: block;
    position: relative;
    width: 24px;
    height: 2px;
    background-color: #000
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px
}

.navbar-toggler .bar1,
.navbar-toggler .bar2,
.navbar-toggler .bar3 {
    outline: 1px solid transparent
}

.navbar-toggler .bar1 {
    top: 0;
    animation: topbar-back .5s 0s;
    animation-fill-mode: forwards
}

.navbar-toggler .bar2 {
    opacity: 1
}

.navbar-toggler .bar3 {
    bottom: 0;
    animation: bottombar-back .5s 0s;
    animation-fill-mode: forwards
}

@media (max-width:1279px) {
    body {
        position: relative;
        transition: all .5s cubic-bezier(.685, .0473, .346, 1)
    }
    body:not(.rtl) {
        right: 0
    }
    body:not(.rtl).nav-open {
        right: 300px
    }
    body.rtl {
        left: 0
    }
    body.rtl.nav-open {
        left: 300px
    }
    .navbar-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 300px;
        overflow: scroll;
        padding: 60px 20px;
        background-color: #f5f5f5;
        display: block;
        transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        z-index: 1032
    }
    body:not(.rtl) .navbar-collapse {
        right: -300px
    }
    body.rtl .navbar-collapse {
        left: -300px
    }
}

body:not(.rtl).nav-open .navbar-collapse {
    right: 0 !important
}

body.rtl.nav-open .navbar-collapse {
    left: 0 !important
}

.nav-open button .bar1 {
    top: 6px;
    animation: topbar-x .5s 0s;
    animation-fill-mode: forwards
}

.nav-open button .bar2 {
    opacity: 0
}

.nav-open button .bar3 {
    bottom: 6px;
    animation: bottombar-x .5s 0s;
    animation-fill-mode: forwards
}

.nav-container {
    padding-left: 0;
    padding-right: 0
}

.navbar {
    font-size: 1.4rem
}

.navbar,
.navbar .navbar-brand {
    padding: 0
}

.navbar.lang {
    background-color: #041e41;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.navbar.lang .nav-link {
    display: inline-block;
    float: right;
    padding: .8rem 3rem;
    background-color: #1e3359;
    color: #fff
}

.navbar#menu {
    padding: 1.2rem 0
}

.navbar #menu-main>li {
    border-bottom: 2px solid transparent
}

.navbar #menu-main>li>a {
    padding: .5rem 2rem
}

.navbar #menu-main>li.active,
.navbar #menu-main>li.current-menu-parent,
.navbar #menu-main>li:hover {
    border-bottom: 2px solid #223e99;
}

.dropdown-menu {
    font-size: 1.6rem;
    border: none;
    min-width: 200px;
    margin-top: 2px;
    padding-top: 0;
    padding-bottom: 0
}

.dropdown-menu li {
    padding: 0 !important
}

.dropdown-menu li a {
    padding: 14px 60px 15px 18px !important;
    min-height: 22px;
    margin-bottom: 1px;
    transition: all .7s
}

@media (min-width:1080px) {
    .dropdown-menu li a {
        background-color: rgba(35, 31, 32, .8)
    }
}

.dropdown-menu li a:hover {
    background-color: #231f20;
}

.navbar-light .navbar-nav .dropdown-menu a.nav-link {
    color: #fff !important;
}

.nav-tabs,
.nav-tabs .nav-link,
.nav-tabs .nav-link.active {
    border: none;
    color: inherit
}

.nav-tabs {
    margin-bottom: 3rem
}

.nav-tabs .nav-item {
    text-transform: uppercase;
    margin-right: 2rem
}

@media (min-width:641px) {
    .nav-tabs .nav-item {
        margin-right: 3rem
    }
}

.nav-tabs .nav-item .nav-link.active {
    border-bottom: 2px solid #a00
}

.knowmore {
    font-weight: 700;
    font-size: 1.8rem;
    display: inline-block;
    margin-top: 2rem;
    padding-left: 2rem;
    background: url(../images/arrow.png) 0 no-repeat;
    border: none;
    cursor: pointer
}

#header,
#home-slider {
    margin-top: -160px
}

#home-slider .slide {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

#home-slider .vcenter {
    position: relative
}

#home-slider .vcenter * {
    color: #fff
}


/* #home-slider .vcenter .content {
    background: #012d6b;
    text-align: center;
} */

.slick-slide:nth-child(3) .slide .vcenter .content {
    /*margin: 0 auto;
    text-align: center;*/
}

#header h1,
#home-slider h1 {
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 2rem
}

@media (min-width:1080px) {
    #header h1,
    #home-slider h1 {
        font-size: 4.2rem;
        max-width: 100%
    }
}

#header p,
#home-slider p {
    font-size: 1.8rem
}

@media (min-width:1080px) {
    #header p,
    #home-slider p {
        max-width: 80%
    }
}

#home-slider .readmore {
    border-bottom: 1px solid #fff
}

#home-slider .readmore:hover {
    text-decoration: none;
    border-color: #012d6b
}

#header .slick-arrow,
#home-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1033;
    transition: all .5s;
    cursor: pointer
}

@media (max-width:1599px) {
    #header .slick-arrow,
    #home-slider .slick-arrow {
        display: none !important
    }
}

@media (min-width:1600px) {
    #header .slick-arrow,
    #home-slider .slick-arrow {
        display: block
    }
}

#header .slick-arrow:hover,
#home-slider .slick-arrow:hover {
    background-color: rgba(215, 49, 41, .7)
}

#header .slick-arrow.slick-prev,
#home-slider .slick-arrow.slick-prev {
    left: 0
}

#header .slick-arrow.slick-next,
#home-slider .slick-arrow.slick-next {
    right: 0
}

.slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-top: -10rem
}

@media (min-width:1080px) {
    .slick-dots {
        margin-top: -300px
    }
}

.slick-dots li {
    list-style-type: none
}

.slick-dots li+li {
    margin-left: 2rem
}

.slick-dots button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    text-indent: -999px;
    overflow: hidden;
    border: 0;
    padding: 0 !important
}

.slick-dots .slick-active button {
    background-color: #223e99;
    outline: none
}

#associates,
#careers,
#contact .contact,
#footer .widget,
#home-highlights .column,
#our-story,
#sustainability .certifications,
#sustainability .sustainability {
    padding: 4rem 2rem
}

#home-highlights {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:1080px) {
    #home-highlights {
        margin-top: -210px;
        position: relative;
        /*z-index: 1030;*/
        top: -30px
    }
    #home-highlights .row {
        margin: 0
    }
}

@media (min-width:576px) {
    #home-highlights {
        max-width: 540px
    }
}

@media (min-width:768px) {
    #home-highlights {
        max-width: 960px
    }
}

@media (min-width:1280px) {
    #home-highlights {
        max-width: 1240px
    }
}

@media (min-width:1440px) {
    #home-highlights {
        max-width: 1400px
    }
}

#home-highlights .row {
    -ms-flex-pack: justify;
    justify-content: space-between
}

#home-highlights .column {
    position: relative;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

@media (min-width:1080px) {
    #home-highlights .column {
        width: 32%;
        height: 210px;
        padding: 2.5rem
    }
}

#home-highlights .column:first-child {
    background: url(../images/icon-technology.png) right 20px bottom 20px no-repeat, url(../images/bg-innovation.jpg) 50%/cover no-repeat;
    background-color: #012d6b;
}

@media (min-width:1080px) {
    #home-highlights .column:first-child {
        background-color: #012d6b;
    }
}

#home-highlights .column:nth-child(2) {
    background: url(../images/icon-oil-gas.png) right 20px bottom 20px no-repeat, url(../images/bg-oil-gas.jpg) 50%/cover no-repeat;
    background-color: #223e99;
}

@media (min-width:1080px) {
    #home-highlights .column:nth-child(2) {
        background-color: #223e99;
    }
}

#home-highlights .column:nth-child(3) {
    background: url(../images/icon-innovation.png) right 20px bottom 20px no-repeat, url(../images/bg-technology.jpg) 50%/cover no-repeat;
    background-color: #231f20;
}

@media (min-width:1080px) {
    #home-highlights .column:nth-child(3) {
        background-color: #231f20;
    }
}

#home-highlights .column * {
    color: #fff
}

#home-highlights h2 {
    font-size: 2.4rem;
    margin-top: 0
}

#home-highlights .moredetails {
    display: inline-block;
    text-transform: uppercase;
    margin-top: 3rem
}

@media (min-width:1080px) {
    #home-highlights .moredetails {
        position: absolute;
        bottom: 2.5rem
    }
}

#our-story {
    overflow: hidden
}

@media (min-width:1080px) {
    #our-story {
        background-image: url(https://www.dusup.ae/app/uploads/2022/05/our-story.jpg);
        background-repeat: no-repeat;
        background-position: right 50vw top;
        background-size: 1000px 450px
    }
}

@media (min-width:1600px) {
    #our-story {
        background-size: 1100px 525px
    }
}

#our-story .column {
    position: relative;
    margin-top: 4rem;
    margin-bottom: 4rem
}

@media (min-width:1080px) {
    #our-story .column {
        width: 50%;
        margin-left: 50%;
        margin-top: 10rem;
        margin-bottom: 10rem
    }
}

#our-story .column img {
    position: absolute;
    transform: translateX(-100%);
    left: -.7rem;
    bottom: -10rem
}

@media (max-width:1079px) {
    #our-story .column img {
        display: none
    }
}

#our-story span {
    display: inline-block;
    margin-bottom: 1rem
}

#our-story h2 {
    font-size: 4rem;
    margin-top: 0;
    margin-bottom: 2rem
}

@media (min-width:1080px) {
    #our-story h2 {
        font-size: 4.6rem;
        margin-bottom: 4rem
    }
}

#sustainability {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    #sustainability {
        max-width: 540px
    }
}

@media (min-width:768px) {
    #sustainability {
        max-width: 960px
    }
}

@media (min-width:1280px) {
    #sustainability {
        max-width: 1240px
    }
}

@media (min-width:1440px) {
    #sustainability {
        max-width: 1400px
    }
}

#sustainability h2 {
    font-size: 4rem;
    margin-bottom: 2rem
}

#sustainability .sustainability {
    position: relative
}

@media (max-width:1080px) {
    #sustainability .sustainability {
        background-color: #223e99
    }
}

#sustainability .sustainability * {
    color: #fff
}

#sustainability .sustainability .col-md-4 {
    margin-top: 2rem
}

#sustainability .sustainability .bg {
    position: absolute;
    top: 0;
    min-height: 100%;
    max-height: 100%;
    z-index: -1;
    left: 0
}

@media (max-width:1080px) {
    #sustainability .sustainability .bg {
        display: none
    }
}

#sustainability .certifications .row {
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    -ms-flex-align: center;
    align-items: center
}

#careers {
    overflow: hidden
}

#careers h2 {
    font-size: 4rem;
    margin-bottom: 2rem
}

@media (min-width:1080px) {
    #careers h2 {
        font-size: 4.6rem;
        margin-bottom: 4rem
    }
}

#careers .visual {
    position: relative
}

@media (max-width:1079px) {
    #careers .visual {
        display: none
    }
}

#careers .visual img {
    position: absolute;
    top: 0;
    right: 0
}

#contact {
    background-color: #012d6b;
    overflow: hidden
}

@media (min-width:1080px) {
    #contact .row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

#contact h2 {
    font-size: 4rem;
    margin-bottom: 2rem
}

#contact .contact {
    background-color: #012d6b;
    position: relative;
    z-index: 2
}

@media (min-width:1080px) {
    #contact .contact {
        padding-right: 7rem
    }
}

#contact .contact * {
    color: #fff
}

#contact ul {
    padding: 0
}

#contact ul li {
    padding-left: 36px;
    list-style-type: none;
    background-position: left 1px;
    background-repeat: no-repeat;
    margin-bottom: 1.5rem
}

#contact ul li.address {
    background-image: url(../images/icon-location.png)
}

#contact ul li.telephone {
    background-image: url(../images/icon-phone.png)
}

#contact ul li.fax {
    background-image: url(../images/icon-fax.png)
}

#contact ul li.enquiry-form {
    background-image: url(../images/icon-enquiry-form.png)
}

#contact .map {
    min-height: 300px;
    padding: 0;
    max-width: 100%;
    z-index: 1
}

#contact .map #map-canvas {
    position: relative;
    height: 100%;
    width: 100%
}

@media (min-width:1080px) {
    #contact .map #map-canvas {
        position: absolute;
        left: 0
    }
}

#associates {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    #associates {
        max-width: 540px
    }
}

@media (min-width:768px) {
    #associates {
        max-width: 960px
    }
}

@media (min-width:1280px) {
    #associates {
        max-width: 1240px
    }
}

@media (min-width:1440px) {
    #associates {
        max-width: 1400px
    }
}

#associates ul {
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:1080px) {
    #associates ul {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

#associates ul li {
    list-style-type: none;
    font-size: 2rem;
    font-weight: 700
}

@media (max-width:1079px) {
    #associates ul li {
        width: 100%
    }
}

@media (min-width:1080px) {
    #associates ul li {
        margin-right: 4rem;
        max-width: 18%
    }
    #associates ul li img {
        max-width: 100%;
        height: auto
    }
    #associates ul li:last-child {
        margin-right: 0
    }
}

@media (max-width:1079px) {
    #associates ul li+li {
        margin-top: 4rem;
        max-width: 50%
    }
}

@media (max-width:1079px) {
    #associates ul li img {
        max-width: 80%;
        height: auto
    }
}

.sidebar .menu>li.green>a {
    background-color: #223e99
}

.sidebar .menu>li.red>a {
    background-color: #012d6b
}


/*.sidebar .menu>li.menu-item>.sub-menu {
    background-image: url(../images/menu-sustainability.jpg)
}*/

.sidebar .menu>li.menu-item.about>.sub-menu {
    background-image: url(../images/menu-about.png);
}


/*.sidebar .menu>li.menu-item.governance>.sub-menu {
    background-image: url(../images/menu-governance.jpg)
}

.sidebar .menu>li.menu-item.innovation>.sub-menu {
    background-image: url(../images/menu-innovation.jpg)
}

.sidebar .menu>li.menu-item.sustainability>.sub-menu {
    background-image: url(../images/menu-sustainability.jpg)
}

.sidebar .menu>li.menu-item.contact>.sub-menu {
    background-image: url(../images/menu-contact.jpg)
}*/

.articles-listing {
    margin-top: 1.5rem
}

.articles-listing .image {
    display: inline-block;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%
}

.articles-listing .image img {
    visibility: hidden
}

.articles-listing .excerpt {
    padding: 3rem 6rem 3rem 3rem;
    text-decoration: none;
    background: url(../images/icon-goto.png) center right 30px no-repeat #f5f5f5
}

.articles-listing .excerpt h2 {
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 1rem
}

.articles-listing .excerpt p {
    margin-bottom: 0
}

ul.list-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    margin: 0;
    padding: 0
}

ul.list-links li {
    width: 100%;
    list-style-type: none;
    border-bottom: 1px solid #e5e4e2;
    margin-right: 2rem;
    transition: all .7s
}

@media (min-width:1080px) {
    ul.list-links li {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
}

ul.list-links li:hover {
    background-color: #f5f5f5
}

ul.list-links li a {
    display: block;
    height: 100%;
    padding: 2rem 3rem 2rem 0;
    background: url(../images/arrow.png) center right 10px no-repeat;
    text-decoration: none
}

ul.list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    margin: 2rem 0;
    padding: 0
}

ul.list li {
    list-style-type: none;
    padding-left: 1.5rem;
    border-left: 2px solid #012d6b;
    margin-right: 2rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-size: .85em
}

@media (min-width:1080px) {
    ul.list li {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
}

ul.figures {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.5em;
    font-family: DubaiW23-Light, Arial, sans-serif;
    padding: 3rem 0;
    margin: 0
}

@media (max-width:640px) {
    ul.figures {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

ul.figures li {
    padding: 0 3rem;
    list-style-type: none;
    text-align: center;
    line-height: 1
}

ul.figures li span {
    padding: 0;
    margin-top: 2rem;
    font-size: 2em
}

ul.figures li+li {
    position: relative
}

ul.figures li+li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 25%;
    height: 50%;
    width: 1px
}

@media (min-width:641px) {
    ul.figures li+li:before {
        background-color: #e5e4e2
    }
}

table.table td {
    padding: 1.5rem 0
}

table.middle td {
    vertical-align: middle
}

table tr.heading {
    background-color: #f5f5f5;
    font-weight: 700
}

@media (max-width:1079px) {
    img.left {
        max-width: 100%;
        height: auto
    }
}

@media (min-width:641px) {
    img.left {
        float: right
    }
}

a.button {
    display: inline-block;
    padding: .5rem 2.5rem;
    background-color: #012d6b;
    color: #fff;
    text-decoration: none;
    transition: all .5s;
    margin-top: 2rem;
    margin-bottom: 2rem
}

a.button:hover {
    background-color: #000
}

a.readmore {
    display: inline-block;
    padding-right: 3rem;
    background: url(../images/arrow.png) center right 10px no-repeat
}

.row.three-columns {
    margin: 5rem 0 0;
    text-align: center
}

.row.three-columns .post {
    font-size: 1.2em;
    background-color: #f5f5f5
}

.row.three-columns .post:nth-child(2n) {
    background-color: #e8e8e8
}

.row.three-columns .post:nth-child(2n) .heading {
    background-color: #00592f
}

.row.three-columns .post .heading {
    background-color: #223e99;
    position: relative;
    height: 120px
}

.row.three-columns .post .heading h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2.6rem;
    margin: 0;
    width: 100%
}

.row.three-columns .post .icon {
    height: 300px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.row.three-columns .post .text {
    padding: 0 5rem 5rem
}

ul.contact {
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

ul.contact li {
    padding-left: 36px;
    list-style-type: none;
    background-position: left 4px;
    background-repeat: no-repeat;
    margin-bottom: 1.5rem
}

@media (min-width:1080px) {
    ul.contact li {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

ul.contact li.address {
    background-image: url(../images/icon-location-red.png)
}

ul.contact li.telephone {
    background-image: url(../images/icon-phone-red.png)
}

ul.contact li.fax {
    background-image: url(../images/icon-fax.png)
}

.navbar-brand img {
    position: relative;
    top: -8px;
    height: auto
}

@media (max-width:1079px) {
    .navbar-brand img {
        top: 0;
        max-width: 80%
    }
}

.navbar-toggler .icon-bar {
    background-color: #fff
}

header {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    height: 160px;
    padding-bottom: 1.5rem;
    position: relative;
    z-index: 1050
}


/* header::before {
    background: #ffffffe0;
    content: '';
    position: absolute;
    width: 300%;
    height: 100%;
    left: -100%;
    right: 0;
} */

@media (min-width:576px) {
    header {
        max-width: 540px
    }
}

@media (min-width:768px) {
    header {
        max-width: 960px
    }
}

@media (min-width:1280px) {
    header {
        max-width: 1240px
    }
}

@media (min-width:1440px) {
    header {
        max-width: 1400px
    }
}

@media (min-width:1280px) {
    header {
        border-bottom: 1px solid #999
    }
}

@media (min-width:1280px) {
    header a,
    header a:hover {
        color: #fff
    }
}

header nav {
    z-index: 1002
}

header .navbar {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

#menu-top {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    z-index: 1002
}

@media (min-width:576px) {
    #menu-top {
        max-width: 540px
    }
}

@media (min-width:768px) {
    #menu-top {
        max-width: 960px
    }
}

@media (min-width:1280px) {
    #menu-top {
        max-width: 1240px
    }
}

@media (min-width:1440px) {
    #menu-top {
        max-width: 1400px
    }
}

@media (max-width:1079px) {
    #menu-top {
        margin-bottom: 2rem
    }
}

#menu-top li {
    list-style-type: none;
    line-height: 2rem
}

#menu-top li a {
    display: inline-block;
    padding: 5px 15px;
    color: #fff
}

#menu-top li:first-child a {
    text-decoration: none
}

#menu-top li.careers a,
#menu-top li.supplier a {
    background-color: #012d6b;
    text-decoration: none;
    transition: all .5s
}

#menu-top li.careers a:hover,
#menu-top li.supplier a:hover {
    background-color: #000
}

#menu-top li.careers a {
    background-color: #223e99
}

#menu-main>li>a {
    font-family: DubaiW23-Medium, Arial, sans-serif;
    font-size: 2rem
}

#menu-main>li:last-child {
    /*display: none*/
}

#menu-main>li:nth-child(5) .dropdown-menu {
    right: 0;
    left: auto
}

#menu-main a {
    text-decoration: none
}

@media (min-width:1080px) {
    #menu-main .dropdown-menu li.menu-item.active a {
        background-color: #000
    }
}

#header {
    text-align: center
}

#header.full {
    height: 100vh;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left
}

#header.full .row {
    -ms-flex-align: center;
    align-items: center
}

#header.full .content {
    height: 100vh;
    color: #fff
}

#header.full .content span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

#header.full .content h1 {
    color: #fff
}

#header img {
    max-width: 100%;
    height: auto;
    min-height: 170px
}

section#footer {
    position: relative;
    background-color: #1b1b1b;
    color: #fff
}

section#footer #sitemap {
    position: absolute;
    color: #fff;
    right: 4rem;
    top: 3rem
}

@media (max-width:1079px) {
    section#footer #sitemap {
        display: none
    }
}

section#footer #sitemap:after {
    position: absolute;
    content: "+";
    right: -12px;
    top: 0;
    color: #fff
}

section#footer.active #sitemap:after {
    content: "-"
}

section#footer.active #menu-footer {
    max-height: 2000px
}

@media (max-width:1079px) {
    section#footer.active #menu-footer {
        display: none
    }
}

footer {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    background-color: #1b1b1b;
}

@media (min-width:576px) {
    footer {
        max-width: 540px
    }
}

@media (min-width:768px) {
    footer {
        max-width: 960px
    }
}

@media (min-width:1280px) {
    footer {
        max-width: 1240px
    }
}

@media (min-width:1440px) {
    footer {
        max-width: 1400px
    }
}

footer a {
    color: #fff !important
}

footer a:hover {
    text-decoration: underline
}

footer ul {
    list-style-type: none;
    padding: 0
}

footer .widget {
    opacity: .6
}

ul {
    *zoom: 1
}

ul:after,
ul:before {
    content: "";
    display: table
}

ul:after {
    clear: both
}

ul#menu-footer {
    max-height: 0;
    overflow: hidden;
    transition: all .5s
}

ul#menu-footer>li {
    float: left;
    margin-right: 2rem
}

ul#menu-footer>li>a {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-family: DubaiW23-Medium, Arial, sans-serif;
    font-size: 1.8rem
}

ul#menu-footer li {
    margin-bottom: .5rem
}

#members {
    padding: 0
}

#members>article,
#members aside {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

#members>article {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

#members aside {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: auto
}

#members .post {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

#members .post span:first-child {
    display: inline-block;
    width: 120px
}

#members .job-listing {
    margin-bottom: 5rem
}

#members .job-listing .date {
    float: right
}

#members .job-listing h2 {
    margin-top: 3rem
}

#members .job-listing .excerpt {
    font-size: 1.8rem
}

#members .job-search,
#members .user-menu {
    margin-bottom: 5rem
}

div#page {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    div#page {
        max-width: 540px
    }
}

@media (min-width:768px) {
    div#page {
        max-width: 960px
    }
}

@media (min-width:1280px) {
    div#page {
        max-width: 1240px
    }
}

@media (min-width:1440px) {
    div#page {
        max-width: 1400px
    }
}

div#page .content {
    padding-top: 2rem;
    padding-bottom: 6rem
}

@media (min-width:641px) {
    div#page .content {
        padding-right: 5rem
    }
}

div#page .content ul.visuals {
    padding: 0;
    *zoom: 1;
    margin-top: 4rem
}

div#page .content ul.visuals:after,
div#page .content ul.visuals:before {
    content: "";
    display: table
}

div#page .content ul.visuals:after {
    clear: both
}

div#page .content ul.visuals li {
    list-style-type: none
}

@media (max-width:640px) {
    div#page .content ul.visuals li img {
        max-width: 100%;
        height: auto
    }
}

@media (min-width:1080px) {
    div#page .content ul.visuals li img {
        float: right
    }
}

div#page .content ul.visuals .slick-list,
div#page .content ul.visuals .slick-slide {
    overflow: visible !important
}

div#page .content ul.visuals .slick-arrow {
    position: absolute;
    bottom: 8px;
    right: 0;
    z-index: 1;
    background-color: #012d6b;
    padding: 8px 24px;
    cursor: pointer
}

div#page .content ul.visuals .slick-arrow.slick-prev {
    right: 60px
}

@media (max-width:640px) {
    .sidebar {
        padding-left: 0
    }
}

.sidebar ul {
    position: relative;
    padding: 0;
    margin-bottom: 0;
}

.sidebar ul li {
    list-style-type: none
}

@media (max-width:640px) {
    .sidebar ul.menu {
        margin-bottom: 0
    }
}

.sidebar ul.menu>.menu-item {
    position: relative
}

.sidebar ul.menu>.menu-item>a {
    position: absolute;
    top: -76px;
    color: #fff;
    height: 7.6rem;
    margin-bottom: 0;
    vertical-align: middle;
    line-height: 1.5;
    font-size: 2.4rem;
    text-decoration: none;
    padding: 2rem 10rem 2rem 2rem;
    cursor: default
}

.sidebar ul.menu>.menu-item>.sub-menu {
    margin-right: calc(100% - 700px);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: #ededed;
    padding: 5rem 2rem 5rem 0
}

@media (min-width:1080px) {
    .sidebar ul.menu>.menu-item>.sub-menu {
        padding: 9rem 2rem 9rem 0;
    }
}

.sidebar ul.menu>.menu-item>.sub-menu>li.menu-item-has-children {
    border-color: transparent
}

.sidebar ul.sub-menu li {
    padding-left: 2.2rem;
    border-left: 6px solid transparent;
    margin-left: -2px
}

.sidebar ul.sub-menu li a {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.5rem;
    color: #fff;
    /*color: #012d6b;*/
    text-transform: uppercase;
    display: inline-block
}

.sidebar ul.sub-menu li.active,
.sidebar ul.sub-menu li:hover {
    border-left: 6px solid #000
}

.sidebar ul.sub-menu li.active a,
.sidebar ul.sub-menu li:hover a {
    text-decoration: none
}

.sidebar ul.sub-menu .sub-menu a {
    text-transform: none
}

.sidebar ul.menu .menu-item.jobs .sub-menu .menu-item:hover {
    border-color: transparent
}

.team-members {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

@media (min-width:1080px) {
    .team-members {
        margin-bottom: 10rem
    }
}

.team-members .profile {
    margin-bottom: 5rem
}

.team-members .profile img {
    float: left;
    margin: 0 2rem 1rem 0;
    width: 100%;
    height: auto
}

@media (min-width:641px) {
    .team-members .profile img {
        max-width: 50%
    }
}

.team-members .profile strong {
    margin-bottom: 2rem
}

.team-members .post {
    height: 360px;
    margin-bottom: 2rem
}

.team-members .post:nth-of-type(odd) .highlights {
    background-color: rgba(215, 49, 41, .8)
}

.team-members .post:hover span {
    max-height: 200px;
    bottom: 0
}

.team-members .post a {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden
}

.team-members .post .highlights {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 114, 61, .8);
    color: #fff;
    padding: 2rem;
    transition: all .5s
}

@media (min-width:641px) {
    .team-members .post .highlights {
        max-height: 0;
        bottom: -16px
    }
}

.team-members .post .highlights h4 {
    font-size: 2rem;
    color: #fff
}

.team-members .post .highlights p {
    margin: 0
}

.team-members .image {
    background-size: cover
}

.team-members .modal button {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 3rem;
    cursor: pointer;
    z-index: 99;
    color: #fff
}

.team-members .modal h4 {
    font-size: 2.5rem;
    color: #fff
}

.team-members .modal h5 {
    font-size: 2.2rem;
    color: #fff;
    margin-bottom: 3rem;
    font-weight: 100;
    font-family: DubaiW23-Light, Arial, sans-serif
}

.team-members .modal .modal-dialog {
    max-width: 95vw
}

@media (min-width:1080px) {
    .team-members .modal .modal-dialog {
        max-width: 75vw
    }
}

.team-members .modal .modal-body {
    padding: 0;
    background-color: #223e99;
    color: #fff
}

.team-members .modal .modal-body .content {
    padding: 5rem 3rem !important
}

@media (min-width:1080px) {
    .team-members .modal .modal-body .content {
        padding: 5rem 8rem 5rem 5rem !important
    }
}

.blog .image {
    padding-right: 0
}

@media (max-width:1079px) {
    .blog .image {
        padding: 0
    }
}

@media (max-width:1079px) {
    .blog .image img {
        max-width: 100%;
        height: auto
    }
}

@media (min-width:1080px) {
    .blog .image img {
        float: right
    }
}

@media (min-width:1080px) {
    .blog h2 {
        margin-top: 0;
        font-size: 4.2rem;
        padding-right: 25%
    }
}

.blog .post {
    margin-top: 5rem;
    margin-bottom: 5rem
}

@media (min-width:1080px) {
    .blog .post:nth-of-type(2n) .text .middle {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding-left: 4rem
    }
}

.blog .post:nth-of-type(odd) .image {
    padding-left: 0
}

@media (min-width:1080px) {
    .blog .post:nth-of-type(odd) .image {
        -ms-flex-order: 2;
        order: 2
    }
}

@media (min-width:1080px) {
    .blog .post:nth-of-type(odd) .image img {
        float: left
    }
}

@media (min-width:1080px) {
    .blog .post:nth-of-type(odd) .text .middle {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding-right: 4rem
    }
}

#landing-pages {
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px
}

#landing-pages .column {
    height: 200px;
    vertical-align: middle;
    text-align: center;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    transition: all .5s
}

#landing-pages .column span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.4rem;
    line-height: 1.3;
    font-family: DubaiW23-Bold;
    width: 90%
}

#landing-pages .column:hover {
    background-size: 120%
}

ul.journey {
    padding: 0
}

ul.journey li {
    list-style-type: none
}

ul.journey li img {
    float: left;
    max-width: 100%;
    height: auto
}

ul.journey>li {
    border-left: 1px solid #e5e4e2;
    position: relative;
    padding: 2rem 0
}

ul.journey>li:before {
    position: absolute;
    top: 22px;
    left: -10px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    content: "";
    background-color: #e5e4e2;
    transition: all .5s
}

ul.journey>li:hover:before {
    background-color: #223e99
}

ul.journey>li>ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

@media (min-width:641px) {
    ul.journey>li>ul>li:first-child {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
}

@media (min-width:641px) {
    ul.journey>li>ul>li:last-child {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
}

ul.journey>li>ul>li ul {
    padding-left: 20px
}

ul.journey>li>ul>li li {
    list-style-type: disc
}

.contact#map-canvas {
    position: relative;
    height: 500px;
    width: 100%
}

@media (min-width:1080px) {
    .contact#map-canvas {
        position: relative;
        left: 0
    }
}

#log .Primary {
    display: none
}

#career-module-cv-tabs {
    border-bottom: 1px solid #e5e4e2
}

#career-module-cv-tabs>li>a {
    display: block;
    padding: 1rem 3rem;
    text-decoration: none;
    font-size: 2rem;
    position: relative;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #f5f5f5;
    transition: all .5s;
    border-right: 1px solid #fff
}

#career-module-cv-tabs>li>a:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 30px;
    content: "";
    background-color: #e5e4e2;
    display: none
}

#career-module-cv-tabs>li>a.active,
#career-module-cv-tabs>li>a:hover {
    background-color: #e5e4e2
}

#career-module-cv-tabs>li>a span {
    font-size: 1.5rem
}

#career-module-cv-tabs>li:last-child>a:after {
    display: none
}

#career-module-cv-tabs th {
    text-align: left;
    padding: 0
}

@media (max-width:1079px) {
    .column {
        padding-right: 10px;
        padding-left: 10px;
        width: 100%
    }
    section>.container {
        padding: 0
    }
}

@media (min-width:1080px) {
    #our-story {
        padding-bottom: 0;
        padding-top: 0;
        margin-top: 10rem
    }
    #careers,
    #our-story,
    #sustainability {
        margin-bottom: 10rem
    }
    #careers {
        padding-top: 0
    }
    #our-story .column {
        padding-left: 10rem
    }
    #sustainability .certifications,
    #sustainability .sustainability {
        padding-top: 5rem
    }
    #sustainability .sustainability {
        padding-left: 10rem
    }
    #sustainability .certifications {
        padding-right: 5rem
    }
    #careers .careers {
        padding-top: 5rem;
        padding-bottom: 2rem;
        padding-left: 10rem
    }
    #contact .contact {
        padding-top: 5rem;
        padding-bottom: 5rem;
        padding-left: 10rem
    }
    #footer {
        padding-top: 5rem
    }
}


/**** ****/

body#tinymce {
    background-color: #fff;
    margin: 12px !important
}

.mapouter {
    position: relative;
    text-align: right;
    width: 100%;
    height: 451px;
}

.gmap_canvas {
    overflow: hidden;
    background: none!important;
    width: 100%;
    height: 451px;
}

.gmap_iframe {
    height: 451px!important;
}

.sustainability .noc-widget img {
    margin-bottom: 2rem;
    max-width: 100%;
}

.rgt_subHead {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.rgt_subHead a {
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
}


/*** //TABLE// ***/

.wp-block-table table {
    border: 1px solid #e5e4e2;
}

.wp-block-table table tr:first-child td {
    border: 1px solid #e5e4e2;
}

.wp-block-table table td {
    padding: 5px 5px;
    border-top: 1px solid #e5e4e2;
    border-bottom: 1px solid #e5e4e2;
}

.wp-block-table table tr:nth-child(odd) {
    background-color: #f7f7f7;
}


/*** //RWD// ***/

html {
    overflow-x: hidden;
}

html :where(img) {
    max-width: initial;
}

button.navbar-toggler {
    padding: 10px 10px !important;
}

@media only screen and (min-width: 1280px) and (max-width: 1439px) {
    #home-highlights h2 {
        margin-bottom: 1rem;
    }
    #home-highlights .column p {
        line-height: 20px;
    }
    #home-highlights .column {
        padding: 2rem;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    #home-highlights h2 {
        margin-bottom: 1rem;
    }
    #home-highlights .column p {
        line-height: 20px;
    }
    #home-highlights .column {
        padding: 1.5rem;
    }
}

@media only screen and (max-width: 1279px) {
    .navbar .navbar-collapse {
        width: 300px;
        background-color: #fff;
    }
    .navbar .navbar-collapse {
        padding: 60px 0;
    }
    /* header {
        overflow: hidden;
    } */
    header #menu-top {
        padding-right: 0;
    }
}

@media only screen and (max-width: 1199px) {
    #footer {
        padding-top: 4rem;
    }
    section#our-story .column img {
        display: block;
    }
    section#our-story .column img {
        position: relative;
        transform: inherit;
        left: auto;
        bottom: auto;
    }
    body #header,
    #home-slider {
        margin-top: 0;
    }
    body header {
        height: 100px;
    }
    header #menu-top {
        margin-bottom: 1rem;
    }
    .contact_page .rightBox {
        padding-left: 1em;
    }
      section#our-story .column img {

        margin: 0 auto;

    }

    #careers .careers {

        -ms-flex: 0 0 100%;

        flex: 0 0 100%;

        max-width: 100%;

    }
}

@media only screen and (max-width: 1024px) {
    h1.main {
        padding-right: 0;
        margin-bottom: 0;
    }
    div.section {
        margin-bottom: 0.5rem;
    }
}

@media only screen and (max-width: 992px) {
    #menu-footer {
        width: 100%;
    }
    #menu-footer>.footer_menu {
        width: 32%;
        float: left;
    }
    #menu-footer>.footer_menu:first-child {
        width: 100%;
    }
    .widget .textwidget {
        text-align: center;
    }
    .contact_page .leftBox {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        margin: 0 auto;
    }
    .contact_page .rightBox {
        padding-left: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .map-addrs-section {
        text-align: center;
    }
    .rightBox .cnts-page {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .contact-us-dwnl {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    /* .sidebar ul.menu>.menu-item>.sub-menu {margin-right: calc(100% - 642px);} */
    #page>.row {
        flex-direction: column-reverse;
    }
    .sidebar ul.menu>.menu-item>a {
        top: -50px;
        height: 5rem;
        padding: 1rem 4rem 1rem 2rem;
    }
    .sidebar ul.menu>.menu-item>.sub-menu {
        padding: 2rem 2rem 2rem 0;
    }
    header {
        max-width: 100%;
        width: 100%;
    }
    #menu-footer>.footer_menu {
        width: 49%;
        height: 100%;
        position: relative;
        display: inline-table;
        float: none;
    }
    header #menu-top li a {
        padding: 5px 8px;
    }
    .navbar .navbar-toggler {
        padding: 5px 8px !important;
    }
    #our-story h2 {
        font-size: 3rem;
    }
    h2 {
        margin-bottom: 1rem;
        margin-top: 1.5rem;
    }
    h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 2.2rem;
    }
    #home-highlights h2 {
        font-size: 2.2rem;
    }
    #home-highlights .moredetails {
        margin-top: 1rem;
    }
    #associates,
    #careers,
    #contact .contact,
    #footer .widget,
    #home-highlights .column,
    #our-story,
    #sustainability .certifications,
    #sustainability .sustainability {
        padding: 2rem 2rem;
    }
    #header h1,
    #home-slider h1 {
        font-size: 2.5rem;
    }
    #sustainability h2,
    #careers h2,
    #contact h2 {
        font-size: 3rem;
        margin: 1rem 0;
    }
    .rgt_subHead {
        font-size: 1em;
        font-weight: normal;
        line-height: 20px;
    }
    #our-story .column {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    section#our-story .column img {
        margin: 0 auto;
        max-width: 60%;
    }
    .footer_menu li.menu-item a {
        font-size: 17px;
    }
    div#page .content {
        padding-top: 2rem;
        padding-right: 10px;
        padding-bottom: 5rem;
    }
    ul.print {
        padding-bottom: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .contact_page .leftBox {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .articles-listing {
        margin-top: 0;
    }
    .our-history-wrap .card img {
        width: 100%;
    }
}

@media only screen and (max-width: 576px) {
    header {
        max-width: 100%;
        width: 100%;
    }
    .navbar .navbar-brand {
        top: 0px;
    }
    #menu-top {
        max-width: 98%;
    }
}

@media only screen and (max-width: 499px) {
    #menu-footer>.footer_menu {
        width: 100%;
        margin-right: 0;
    }
    .rightBox .cnts-page {
        display: grid;
    }
    .contact-us-dwnl {
        margin-right: 0;
    }
}


/* @media (max-width:1279px) {
    body.nav-open .navbar-collapse {
        right: -300px
    }
    body.rtl .navbar-collapse {
        left: -300px
    }
}
body.nav-open .navbar-collapse {
    right: 0 !important
}

body.rtl.nav-open .navbar-collapse {
    left: 0 !important
} */

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link span {
    color: #000 !important;
}

.modal.view-modal {
    display: block;
}

@media (max-width: 991px) {
    #home-slider .slide {
        height: 400px;
    }
}

@media (max-width: 768px) {
    #home-slider .slide {
        height: 350px;
    }
}

@media only screen and (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
    }
}

@media (max-width: 768px) {
    body:not(.rtl).nav-open {
        right: 0;
    }
    .nav-open .navbar .navbar-toggler {
        position: absolute;
        right: 287px;
        top: -55px;
        background: #012d6b;
        height: 32px;
        transition: all .5s cubic-bezier(.685, .0473, .346, 1);
    }
    .nav-open nav .navbar-toggler .icon-bar {
        background-color: #ffffff;
    }
}