section {
    background-color: #fff
}

body {
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
    position: relative
}

button {
    background-color: transparent;
    border-color: transparent
}

section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word
}

a.mbr-iconfont:hover {
    text-decoration: none
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
    margin-bottom: 0
}

a {
    font-style: normal;
    font-weight: 400;
    cursor: pointer
}

a,
a:hover {
    text-decoration: none
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.3
}

.mbr-section-subtitle {
    line-height: 1.3
}

.mbr-text {
    font-style: normal;
    line-height: 1.7
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
    line-height: 1;
    word-break: break-word;
    word-wrap: break-word;
    font-weight: 400
}

b,
strong {
    font-weight: bold
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition-delay: 9999s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color
}

textarea[type=hidden] {
    display: none
}

section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

section .mbr-background-video,
section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.hidden {
    visibility: hidden
}

.mbr-z-index20 {
    z-index: 20
}

/*! Base colors */
.mbr-white {
    color: #fff
}

.mbr-black {
    color: #111
}

.mbr-bg-white {
    background-color: #fff
}

.mbr-bg-black {
    background-color: #000
}

/*! Text-aligns */
.align-left {
    text-align: left
}

.align-center {
    text-align: center
}

.align-right {
    text-align: right
}

/*! Font-weight  */
.mbr-light {
    font-weight: 300
}

.mbr-regular {
    font-weight: 400
}

.mbr-semibold {
    font-weight: 500
}

.mbr-bold {
    font-weight: 700
}

/*! Media  */
.media-content {
    flex-basis: 100%
}

.media-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: start
}

.media-container-row .media-size-item {
    width: 400px
}

.media-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch
}

.media-container-column>* {
    width: 100%
}

@media(min-width: 992px) {
    .media-container-row {
        flex-wrap: nowrap
    }
}

figure {
    margin-bottom: 0;
    overflow: hidden
}

figure[mbr-media-size] {
    transition: width .1s
}

img,
iframe {
    display: block;
    width: 100%
}

.card {
    background-color: transparent;
    border: none
}

.card-box {
    width: 100%
}

.card-img {
    text-align: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0
}

.media {
    max-width: 100%;
    margin: 0 auto
}

.mbr-figure {
    align-self: center
}

.media-container>div {
    max-width: 100%
}

.mbr-figure img,
.card-img img {
    width: 100%
}

@media(max-width: 991px) {
    .media-size-item {
        width: auto !important
    }

    .media {
        width: auto
    }

    .mbr-figure {
        width: 100% !important
    }
}

/*! Buttons */
.mbr-section-btn {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    font-size: 0
}

.btn {
    font-weight: 400;
    border-width: 1px;
    /*font-style: italic;*/
    margin: .6rem .6rem;
    white-space: normal;
    transition: all .2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word
}

.btn-sm {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all .3s ease-in-out
}

.btn-md {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all .3s ease-in-out
}

.btn-lg {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all .3s ease-in-out
}

.btn-form {
    margin: 0
}

.btn-form:hover {
    cursor: pointer
}

nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
    order: 1;
    cursor: pointer;
    margin-left: .5rem;
    vertical-align: sub
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
    margin-left: .8rem
}

.mbr-regular {
    font-weight: 400
}

.mbr-semibold {
    font-weight: 500
}

.mbr-bold {
    font-weight: 700
}

[type=submit] {
    -webkit-appearance: none
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
    min-height: 100vh
}

.mbr-fullscreen {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem
}

/*! Map */
.map {
    height: 25rem;
    position: relative
}

.map iframe {
    width: 100%;
    height: 100%
}

/*! Scroll to top arrow */
.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #fff;
    font-size: 22px
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all .3s ease-in-out;
    cursor: pointer;
    text-align: center
}

.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, .4)
}

.mbr-arrow-up a i {
    line-height: 60px
}

.mbr-arrow-up-icon {
    display: block;
    color: #fff
}

.mbr-arrow-up-icon::before {
    content: "›";
    display: inline-block;
    font-family: serif;
    font-size: 22px;
    line-height: 1;
    font-style: normal;
    position: relative;
    top: 6px;
    left: -4px;
    transform: rotate(-90deg)
}

/*! Arrow Down */
.mbr-arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, .5);
    border-radius: 50%;
    transform: translateX(-50%)
}

@media(max-width: 767px) {
    .mbr-arrow {
        display: none
    }
}

.mbr-arrow>a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
    color: #fff
}

.mbr-arrow>a>i {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 2rem
}

#scrollToTop a i::before {
    content: "";
    position: absolute;
    display: block;
    border-bottom: 2.5px solid #fff;
    border-left: 2.5px solid #fff;
    width: 27.8%;
    height: 27.8%;
    left: 50%;
    top: 51%;
    transform: translateY(-30%) translateX(-50%) rotate(135deg)
}

@keyframes arrowdown {
    0% {
        transform: translateY(0px)
    }

    50% {
        transform: translateY(-5px)
    }

    100% {
        transform: translateY(0px)
    }
}

@-webkit-keyframes arrowdown {
    0% {
        transform: translateY(0px)
    }

    50% {
        transform: translateY(-5px)
    }

    100% {
        transform: translateY(0px)
    }
}

@media(max-width: 500px) {
    .mbr-arrow-up {
        left: 0;
        right: 0;
        text-align: center
    }
}

@keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}

@-webkit-keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}

.bg-gradient {
    background-size: 200% 200%;
    animation: gradient-animation 5s infinite alternate;
    -webkit-animation: gradient-animation 5s infinite alternate
}

.menu .navbar-brand {
    display: -webkit-flex
}

.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex
}

.menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex
}

.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex;
    width: auto
}

@media(min-width: 768px)and (max-width: 991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
        display: -ms-flexbox
    }
}

@media(max-width: 991px) {
    .menu .navbar-collapse {
        max-height: 93.5vh
    }

    .menu .navbar-collapse.show {
        overflow: auto
    }
}

@media(min-width: 992px) {
    .menu .navbar-nav.nav-dropdown {
        display: -webkit-flex
    }

    .menu .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-flex !important
    }

    .menu .collapsed .navbar-collapse {
        max-height: 93.5vh
    }

    .menu .collapsed .navbar-collapse.show {
        overflow: auto
    }
}

@media(max-width: 767px) {
    .menu .navbar-collapse {
        max-height: 80vh
    }
}

.nav-link .mbr-iconfont {
    margin-right: .5rem
}

.navbar {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -webkit-flex-grow: 1;
    -webkit-align-items: center
}

.nav-dropdown .link {
    padding: .667em 1.667em !important;
    margin: 0 !important
}

.nav {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap
}

.row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap
}

.justify-content-center {
    -webkit-justify-content: center
}

.form-inline {
    display: -webkit-flex
}

.card-wrapper {
    -webkit-flex: 1
}

.carousel-control {
    z-index: 10;
    display: -webkit-flex
}

.carousel-controls {
    display: -webkit-flex
}

.media {
    display: -webkit-flex
}

.form-group:focus {
    outline: none
}

.jq-selectbox__select {
    padding: 7px 0;
    position: relative
}

.jq-selectbox__dropdown {
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    top: 100%;
    left: 0 !important;
    width: 100% !important
}

.jq-selectbox__trigger-arrow {
    right: 0;
    transform: translateY(-50%)
}

.jq-selectbox li {
    padding: 1.07em .5em
}

input[type=range] {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.modal-dialog,
.modal-content {
    height: 100%
}

.modal-dialog .carousel-inner {
    height: calc(100vh - 1.75rem)
}

@media(max-width: 575px) {
    .modal-dialog .carousel-inner {
        height: calc(100vh - 1rem)
    }
}

.carousel-item {
    text-align: center
}

.carousel-item img {
    margin: auto
}

.navbar-toggler {
    align-self: flex-start;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

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

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

.navbar-toggler-left {
    position: absolute;
    left: 1rem
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem
}

.card-img {
    width: auto
}

.menu .navbar.collapsed:not(.beta-menu) {
    flex-direction: column
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: flex
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: initial !important
}

html,
body {
    height: auto;
    min-height: 100vh
}

.dropup .dropdown-toggle::after {
    display: none
}

.form-asterisk {
    font-family: initial;
    position: absolute;
    top: -2px;
    font-weight: normal
}

.form-control-label {
    position: relative;
    cursor: pointer;
    margin-bottom: .357em;
    padding: 0
}

.alert {
    color: #fff;
    border-radius: 0;
    border: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative;
    text-align: center
}

.alert.alert-form::after {
    background-color: inherit;
    bottom: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px
}

.form-control {
    background-color: #fff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: .6rem 1.2rem;
    transition: border-color .25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .07) 0px 1px 1px 0px, rgba(0, 0, 0, .07) 0px 1px 3px 0px, rgba(0, 0, 0, .03) 0px 0px 0px 1px
}

.form-active .form-control:invalid {
    border-color: red
}

form .row {
    margin-left: -0.6rem;
    margin-right: -0.6rem
}

form .row [class*=col] {
    padding-left: .6rem;
    padding-right: .6rem
}

form .mbr-section-btn {
    margin: 0;
    padding-left: .6rem;
    padding-right: .6rem
}

form .btn {
    display: flex;
    padding: .6rem 1.2rem;
    margin: 0
}

form .form-check-input {
    margin-top: .5
}

textarea.form-control {
    line-height: 1.5rem !important
}

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

.form-control,
form .btn {
    min-height: 48px
}

.gdpr-block label span.textGDPR input[name=gdpr] {
    top: 7px
}

.form-control:focus {
    box-shadow: none
}

:focus {
    outline: none
}

.mbr-overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none
}

blockquote {
    font-style: italic;
    padding: 3rem;
    font-size: 1.09rem;
    position: relative;
    border-left: 3px solid
}

ul,
ol,
pre,
blockquote {
    margin-bottom: 2.3125rem
}

.mt-4 {
    margin-top: 2rem !important
}

.mb-4 {
    margin-bottom: 2rem !important
}

@media(min-width: 992px) {
    .container {
        padding-left: 16px;
        padding-right: 16px
    }

    .row {
        margin-left: -16px;
        margin-right: -16px
    }

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

@media(min-width: 768px) {
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .mbr-container {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media(max-width: 767px) {
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px
    }
}

.item-wrapper {
    overflow: hidden
}

.app-video-wrapper>img {
    opacity: 1
}

.item {
    position: relative
}

.dropdown-menu .dropdown-menu {
    left: 100%
}

.dropdown-item+.dropdown-menu {
    display: none
}

.dropdown-item:hover+.dropdown-menu,
.dropdown-menu:hover {
    display: block
}body {
  font-family: EB Garamond;
}
.display-1 {
  font-family: 'TheSansArab-Bold';
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'TheSansArab-Bold';
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'TheSansArab-Bold';
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'TheSansArab-Bold';
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'TheSansArab-Bold';
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 90rem) / (48 - 25)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 25))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 40rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ba9b67 !important;
}
.bg-success {
  background-color: #c6810c !important;
}
.bg-info {
  background-color: #0d3d61 !important;
}
.bg-warning {
  background-color: #ffa6a6 !important;
}
.bg-danger {
  background-color: #b10e0e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ba9b67 !important;
  border-color: #ba9b67 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #8b6f3f !important;
  border-color: #8b6f3f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8b6f3f !important;
  border-color: #8b6f3f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ece9e6 !important;
  border-color: #ece9e6 !important;
  color: #78695b !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c7beb5 !important;
  border-color: #c7beb5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #78695b !important;
  background-color: #c7beb5 !important;
  border-color: #c7beb5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0d3d61 !important;
  border-color: #0d3d61 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #030d15 !important;
  border-color: #030d15 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #030d15 !important;
  border-color: #030d15 !important;
}
.btn-success,
.btn-success:active {
  background-color: #c6810c !important;
  border-color: #c6810c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #744c07 !important;
  border-color: #744c07 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #744c07 !important;
  border-color: #744c07 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffa6a6 !important;
  border-color: #ffa6a6 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff4f4f !important;
  border-color: #ff4f4f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff4f4f !important;
  border-color: #ff4f4f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b10e0e !important;
  border-color: #b10e0e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #610808 !important;
  border-color: #610808 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #610808 !important;
  border-color: #610808 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #8b6f3f;
  color: #ba9b67;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #8b6f3f !important;
  background-color: transparent!important;
  border-color: #8b6f3f !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ba9b67 !important;
  border-color: #ba9b67 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #c7beb5;
  color: #ece9e6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c7beb5 !important;
  background-color: transparent!important;
  border-color: #c7beb5 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #78695b !important;
  background-color: #ece9e6 !important;
  border-color: #ece9e6 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #030d15;
  color: #0d3d61;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #030d15 !important;
  background-color: transparent!important;
  border-color: #030d15 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0d3d61 !important;
  border-color: #0d3d61 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #744c07;
  color: #c6810c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #744c07 !important;
  background-color: transparent!important;
  border-color: #744c07 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #c6810c !important;
  border-color: #c6810c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff4f4f;
  color: #ffa6a6;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff4f4f !important;
  background-color: transparent!important;
  border-color: #ff4f4f !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa6a6 !important;
  border-color: #ffa6a6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #610808;
  color: #b10e0e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #610808 !important;
  background-color: transparent!important;
  border-color: #610808 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b10e0e !important;
  border-color: #b10e0e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #cfcfcf;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ba9b67 !important;
}
.text-secondary {
  color: #ece9e6 !important;
}
.text-success {
  color: #c6810c !important;
}
.text-info {
  color: #0d3d61 !important;
}
.text-warning {
  color: #ffa6a6 !important;
}
.text-danger {
  color: #b10e0e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #81663a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c0b6ac !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #664206 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #010407 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff4040 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #520707 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
  font-style: italic;
  border-bottom: 1px solid transparent;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ba9b67;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0d3d61;
}
.alert-warning {
  background-color: #ffa6a6;
}
.alert-danger {
  background-color: #b10e0e;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ba9b67;
  border-color: #ba9b67;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ba9b67;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e2d5bf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f5bc5c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #1c84d1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f14e4e;
}
/* Scroll to top button*/
.form-control {
  font-family: 'TheSansArab-Bold';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ba9b67 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'TheSansArab-Bold';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ba9b67;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ba9b67;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ba9b67;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ba9b67;
  border-bottom-color: #ba9b67;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ba9b67 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ece9e6 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ba9b67' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sTAbFeg1ww {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-sTAbFeg1ww .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-sTAbFeg1ww nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-sTAbFeg1ww .container,
  .cid-sTAbFeg1ww .container-fluid {
    flex-wrap: initial;
  }
  .cid-sTAbFeg1ww .nav-link:hover,
  .cid-sTAbFeg1ww .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-sTAbFeg1ww .navbar-nav {
  margin: auto;
}
.cid-sTAbFeg1ww .dropdown-item {
  color: #000000 !important;
}
.cid-sTAbFeg1ww .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTAbFeg1ww .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTAbFeg1ww .navbar-short,
.cid-sTAbFeg1ww .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sTAbFeg1ww .navbar-short .nav-link,
.cid-sTAbFeg1ww .opened .nav-link,
.cid-sTAbFeg1ww .navbar-short .navbar-caption,
.cid-sTAbFeg1ww .opened .navbar-caption,
.cid-sTAbFeg1ww .navbar-short .mbr-iconfont,
.cid-sTAbFeg1ww .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sTAbFeg1ww .navbar-short .hamburger span,
.cid-sTAbFeg1ww .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sTAbFeg1ww .nav-link {
  font-family: "TheSansArab-Bold";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-sTAbFeg1ww .dropdown-item:before {
  font-family: "TheSansArab-Bold" !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTAbFeg1ww .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-sTAbFeg1ww .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-sTAbFeg1ww .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-sTAbFeg1ww .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sTAbFeg1ww .container {
  display: flex;
  margin: auto;
}
.cid-sTAbFeg1ww .iconfont-wrapper {
  color: #0d3d61 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sTAbFeg1ww .dropdown-menu,
.cid-sTAbFeg1ww .navbar.opened {
  background: #ffffff !important;
}
.cid-sTAbFeg1ww .nav-item:focus,
.cid-sTAbFeg1ww .nav-link:focus {
  outline: none;
}
.cid-sTAbFeg1ww .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTAbFeg1ww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTAbFeg1ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTAbFeg1ww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTAbFeg1ww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTAbFeg1ww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTAbFeg1ww .navbar {
  min-height: 90px;
  transition: all 0.3s;
  box-shadow: 0px 4px 13px 1px rgba(0, 0, 0, 0.8);
  border-bottom: 5px solid #c1962d;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
}
.cid-sTAbFeg1ww .navbar.opened {
  transition: all 0.3s;
}
.cid-sTAbFeg1ww .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTAbFeg1ww .navbar .navbar-logo img {
  width: auto;
}
.cid-sTAbFeg1ww .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTAbFeg1ww .navbar.collapsed {
  justify-content: center;
}
.cid-sTAbFeg1ww .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTAbFeg1ww .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sTAbFeg1ww .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sTAbFeg1ww .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTAbFeg1ww .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTAbFeg1ww .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sTAbFeg1ww .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTAbFeg1ww .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTAbFeg1ww .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTAbFeg1ww .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTAbFeg1ww .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTAbFeg1ww .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTAbFeg1ww .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTAbFeg1ww .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sTAbFeg1ww .navbar .navbar-logo img {
    height: 6rem !important;
  }
  .cid-sTAbFeg1ww .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-sTAbFeg1ww .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-sTAbFeg1ww .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTAbFeg1ww .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-sTAbFeg1ww .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTAbFeg1ww .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-sTAbFeg1ww .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTAbFeg1ww .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTAbFeg1ww .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "TheSansArab-Bold";
  font-weight: 400;
}
.cid-sTAbFeg1ww .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTAbFeg1ww .dropdown-item.active,
.cid-sTAbFeg1ww .dropdown-item:active {
  background-color: transparent;
}
.cid-sTAbFeg1ww .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTAbFeg1ww .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTAbFeg1ww .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTAbFeg1ww .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sTAbFeg1ww .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTAbFeg1ww .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTAbFeg1ww ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTAbFeg1ww .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTAbFeg1ww button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTAbFeg1ww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sTAbFeg1ww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTAbFeg1ww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTAbFeg1ww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTAbFeg1ww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTAbFeg1ww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTAbFeg1ww nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTAbFeg1ww nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTAbFeg1ww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTAbFeg1ww .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTAbFeg1ww a.nav-link {
  display: flex;
  align-items: center;
}
.cid-sTAbFeg1ww .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTAbFeg1ww .navbar {
    height: 70px;
  }
  .cid-sTAbFeg1ww .navbar.opened {
    height: auto;
  }
  .cid-sTAbFeg1ww .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNBCJquLII {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sNBCJquLII .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #C0BCB7;
  font-family: 'EB Garamond';
}
.cid-sNBCJquLII .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-sNBCJquLII .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sNBCJquLII .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-sNBCJquLII .col-12 {
    flex-direction: row-reverse;
  }
  .cid-sNBCJquLII .col-12,
  .cid-sNBCJquLII .col-md-12 {
    padding: 0;
  }
}
.cid-sNBCJquLII .si img {
  width: auto;
}
.cid-sOfGYJ45hw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/image-4-1123x794.png");
}
.cid-sOfGYJ45hw img {
  object-fit: cover;
  max-height: 585px;
}
.cid-sOfGYJ45hw .wrap {
  border: 1px solid #c6810c;
}
@media (min-width: 992px) {
  .cid-sOfGYJ45hw .wrap {
    height: 100%;
    padding: 65px 2rem 0px;
  }
}
@media (min-width: 1400px) {
  .cid-sOfGYJ45hw .wrap {
    max-height: 100%;
    padding-top: 8rem;
  }
}
@media (max-width: 991px) {
  .cid-sOfGYJ45hw .wrap {
    padding: 2rem 1rem;
    margin-top: 2rem;
  }
}
.cid-sOfGYJ45hw .card-text {
  color: #767676;
}
.cid-sOfGYJ45hw .main-sub-title {
  color: #ffffff;
}
.cid-sOfGYJ45hw .main-text {
  font-family: "TheSansArab-Bold";
  color: #c0bcb7;
}
.cid-sOfGYJ45hw .btn {
  font-family: "TheSansArab-Bold";
  padding: 0.8rem 4rem;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-sOfGYJ45hw span {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-sOfGYJ45hw span::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform-origin: top left;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-sOfGYJ45hw span::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-sOfGYJ45hw .btn:hover span::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-sOfGYJ45hw .btn:hover span::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-sOfGYJ45hw .main-title {
  color: #c1962d;
  text-align: right;
}
.cid-sOfGYJ45hw .main-text,
.cid-sOfGYJ45hw .link-align-wrapper,
.cid-sOfGYJ45hw .mbr-section-btn {
  color: #0d3d61;
  text-align: right;
}
.cid-sTDFReFw2z {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/image-14-1123x794.png");
}
.cid-sTDFReFw2z .mbr-overlay {
  background: #171410;
  opacity: 0.6;
}
.cid-sTDFReFw2z .container-fluid {
  padding: 0;
}
.cid-sTDFReFw2z .item-content {
  padding: 32px 24px;
}
@media (min-width: 576px) {
  .cid-sTDFReFw2z .item-content {
    padding: 40px;
  }
}
.cid-sTDFReFw2z .item:focus,
.cid-sTDFReFw2z span:focus {
  outline: none;
}
.cid-sTDFReFw2z .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sTDFReFw2z .item {
  cursor: pointer;
  border: 1px solid #ffffff;
  margin: -1px 0 24px;
}
@media (min-width: 576px) {
  .cid-sTDFReFw2z .item {
    margin: -1px 0 40px;
  }
}
@media (min-width: 992px) {
  .cid-sTDFReFw2z .item {
    margin: -1px 0 0;
  }
  .cid-sTDFReFw2z .item_left {
    padding-left: 40px;
  }
  .cid-sTDFReFw2z .item_right {
    position: relative;
    top: -92px;
    padding-left: 40px;
  }
}
.cid-sTDFReFw2z .item-img {
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #FFFFFF;
}
.cid-sTDFReFw2z .item-img img {
  width: 100%;
  transition: transform 0.5s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
.cid-sTDFReFw2z .item-img:hover img {
  transform: scale(1.8);
}
.cid-sTDFReFw2z .item-wrap {
  position: relative;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sTDFReFw2z .item-wrap {
  background: transparent;
}
.cid-sTDFReFw2z .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sTDFReFw2z .title-text-container {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .cid-sTDFReFw2z .title-text-container {
    margin-bottom: 64px;
  }
}
.cid-sTDFReFw2z .item-title {
  color: #e9970b;
  margin-bottom: 0;
  line-height: 1;
  text-align: center;
}
.cid-sTDFReFw2z .item-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-sTDFReFw2z .mbr-text,
.cid-sTDFReFw2z .mbr-section-btn {
  text-align: left;
}
.cid-sTDFReFw2z .items-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 576px) {
  .cid-sTDFReFw2z .items-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .cid-sTDFReFw2z .items-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-sTDFReFw2z .item__buttons-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -32px;
}
.cid-sTDFReFw2z .btn {
  margin: 16px 0 0 0;
}
.cid-sTDFReFw2z .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-sTDFReFw2z .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-sTDFReFw2z .item__button {
  margin-left: 32px;
}
.cid-sTDFReFw2z .mbr-section-title {
  color: #FFFFFF;
}
.cid-sTDFReFw2z .mbr-section-title_container {
  width: 200px;
  border-left: 1px solid #FFFFFF;
}
@media (max-width: 575px) {
  .cid-sTDFReFw2z .mbr-section-title_container {
    width: 33%;
    padding-bottom: 24px;
    border-bottom: 1px solid #FFFFFF;
    border-right: none;
  }
}
.cid-sTAFy5tSdB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/image-8-1123x794.png");
}
@media (min-width: 992px) {
  .cid-sTAFy5tSdB .text-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 1400px) {
  .cid-sTAFy5tSdB .wrapper {
    padding: 0 6rem;
  }
}
.cid-sTAFy5tSdB .mbr-text {
  color: #9a948d;
  font-family: "TheSansArab-Bold";
}
.cid-sTAFy5tSdB .btn {
  font-family: "TheSansArab-Bold";
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-sTAFy5tSdB .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-sTAFy5tSdB .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-sTAFy5tSdB .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-sTAFy5tSdB .btn:hover .effectHover::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-sTAFy5tSdB .btn:hover .effectHover::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
@media (min-width: 992px) {
  .cid-sTAFy5tSdB .right {
    padding-right: 60px;
  }
}
.cid-sTAFy5tSdB .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sTAFy5tSdB .text-wrapper {
    padding-right: 60px;
  }
}
.cid-sTAFy5tSdB .mbr-section-title {
  text-align: right;
}
.cid-sTAFy5tSdB .mbr-text,
.cid-sTAFy5tSdB .mbr-section-btn {
  text-align: right;
}
.cid-sTAFy5tSdB .mbr-text,
.cid-sTAFy5tSdB .mbr-section-btn {
  color: #ffffff;
}
.cid-sTAFy5tSdB .mbr-section-title {
  color: #0d3d61;
}
.cid-sTE98LUNBh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/img347-2000x1333.jpg");
}
@media (min-width: 1400px) {
  .cid-sTE98LUNBh .wrapper {
    padding: 0 4rem 0 8rem;
  }
}
.cid-sTE98LUNBh .left-side {
  text-align: left;
  padding-right: 5rem;
}
.cid-sTE98LUNBh .row {
  align-items: center;
}
.cid-sTE98LUNBh .row {
  flex-direction: row-reverse;
}
.cid-sTE98LUNBh .left-side {
  padding-left: 5rem;
  padding-right: 0;
}
@media (max-width: 600px) {
  .cid-sTE98LUNBh .mbr-section-btn {
    margin-bottom: 25px;
  }
}
.cid-sTE98LUNBh .mbr-section-title {
  text-align: right;
  color: #0d3d61;
}
.cid-sTE98LUNBh .mbr-section-subtitle {
  color: #626262;
  margin: 0;
  text-align: left;
}
.cid-sTE98LUNBh .panel-text {
  margin: 0;
  border: 0px;
  color: #0d3d61;
  font-family: "TheSansArab-Bold";
  text-align: right;
}
.cid-sTE98LUNBh span {
  color: #ffffff;
  float: right;
  margin-top: 2px;
}
.cid-sTE98LUNBh .panel-title-edit {
  font-family: "TheSansArab-Bold";
  color: #0d3d61;
  text-transform: uppercase;
  padding: 1rem 1.5rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #41392e;
  text-align: left;
}
.cid-sTE98LUNBh .card-header {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 0;
}
.cid-sTE98LUNBh .card {
  border-radius: 0;
  margin-bottom: 22px;
}
@media (max-width: 990px) {
  .cid-sTE98LUNBh .left-side {
    padding: 15px;
  }
}
.cid-sTE98LUNBh img {
  width: 100%;
  transition: all 2s;
}
.cid-sTE98LUNBh img:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sTE98LUNBh .panel-text DIV {
  text-align: right;
}
.cid-sTDQmlESyo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/image-13-1123x794.png");
}
.cid-sTDQmlESyo .plan {
  position: relative;
  word-break: break-word;
  border: 1px solid #c6810c;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  padding: 80px 90px;
}
.cid-sTDQmlESyo .plan1 {
  position: relative;
  word-break: break-word;
  border: 1px solid #c6810c;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  padding: 101px 100px;
}
.cid-sTDQmlESyo .plan::after {
  content: "";
  left: 2%;
  position: absolute;
  width: 96%;
  height: 104%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  background: #0d3d61;
}
.cid-sTDQmlESyo .plan1::after {
  content: "";
  left: 2%;
  position: absolute;
  width: 96%;
  height: 104%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  background: #c6810c;
}
@media (max-width: 1400px) {
  .cid-sTDQmlESyo .plan {
    padding: 4rem;
  }
  .cid-sTDQmlESyo .plan1 {
    padding: 5rem 4rem;
  }
}
@media (max-width: 768px) {
  .cid-sTDQmlESyo .plan,
  .cid-sTDQmlESyo .plan1 {
    padding: 1rem 4.5rem;
  }
}
@media (max-width: 991px) {
  .cid-sTDQmlESyo .plan,
  .cid-sTDQmlESyo .plan1 {
    margin-bottom: 2rem;
  }
}
.cid-sTDQmlESyo .mbr-section-title {
  font-size: 61px;
  color: #c6810c;
  line-height: 1.1;
}
.cid-sTDQmlESyo .mbr-section-subtitle {
  font-family: "TheSansArab-Bold";
  color: #0d3d61;
}
.cid-sTDQmlESyo .first-title {
  font-style: italic;
  color: #9a948d;
  font-family: "TheSansArab-Bold";
}
.cid-sTDQmlESyo .two-title {
  font-style: italic;
  color: #ddc499;
  font-family: "TheSansArab-Bold";
}
.cid-sTDQmlESyo .first-subtitle {
  color: #c0bcb7;
  font-family: "TheSansArab-Bold";
}
.cid-sTDQmlESyo .big {
  font-size: 70px;
}
.cid-sTDQmlESyo .plan-title {
  color: #ffffff;
}
.cid-sTDQmlESyo .mbr-text {
  font-family: "TheSansArab-Bold";
}
.cid-sTExGyk8vM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/image-120-1123x794.png");
}
.cid-sTExGyk8vM .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sTExGyk8vM .main-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sTExGyk8vM .form-group {
  margin-bottom: 1rem;
}
.cid-sTExGyk8vM .form-control {
  border: none !important;
  border-radius: 0;
  padding: 0.5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-sTExGyk8vM textarea.form-control {
  min-height: 96px;
}
.cid-sTExGyk8vM .input-group-btn {
  width: 100%;
}
.cid-sTExGyk8vM .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-sTExGyk8vM .form-control-label {
  color: #0d3d61;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-sTExGyk8vM .google-map {
  width: 100%;
  height: 25rem;
}
.cid-sTExGyk8vM .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-sTExGyk8vM .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-sTExGyk8vM .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff !important;
  padding: 10px;
}
.cid-sTExGyk8vM .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-sTExGyk8vM .form-wrapper {
    padding-bottom: 2rem;
  }
  .cid-sTExGyk8vM .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sTExGyk8vM .form-wrapper {
    padding-bottom: 0;
    padding-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sTExGyk8vM .form-subtitle {
    text-align: center;
  }
}
.cid-sTExGyk8vM .main-title {
  color: #c6810c;
}
.cid-sTExGyk8vM .form-title {
  color: #0d3d61;
}
.cid-sTExGyk8vM LABEL {
  color: #0d3d61;
}
.cid-sTExGyk8vM .second-column {
  color: #0d3d61;
}
.cid-sTExGyk8vM .first-column {
  color: #0d3d61;
}
.cid-sTEwCQ0dp0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/image-120-1123x794.png");
}
.cid-sTEwCQ0dp0 .icon-transition span {
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #000000;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 74px;
  height: 74px;
  background: #e9970b none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sTEwCQ0dp0 .mbr-iconfont {
  align-items: center;
}
.cid-sTEwCQ0dp0 .mbr-iconfont:before {
  font-size: 30px;
  display: flex;
  justify-content: center;
}
.cid-sTEwCQ0dp0 .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sTEwCQ0dp0 .icon-transition span:hover {
  background-color: #000000;
  color: #e9970b;
}
.cid-sTEwCQ0dp0 .social-media {
  padding: 0;
}
.cid-sTEwCQ0dp0 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-sTEwCQ0dp0 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sTEwCQ0dp0 .mbr-list,
.cid-sTEwCQ0dp0 .social-media UL {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sTEwCQ0dp0 .social-list {
    text-align: center !important;
  }
}
.cid-sTEwCQ0dp0 .mbr-section-title,
.cid-sTEwCQ0dp0 .social-list {
  color: #c6810c;
}
.cid-sMzQtDopmX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #052136;
  overflow: hidden;
}
.cid-sMzQtDopmX .media-container-row .mbr-text {
  color: #9a948d;
}
.cid-sTUFzenLRi.popup-builder {
  background-color: #ffffff;
}
.cid-sTUFzenLRi.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sTUFzenLRi.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sTUFzenLRi .modal-content,
.cid-sTUFzenLRi .modal-dialog {
  height: auto;
}
.cid-sTUFzenLRi .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sTUFzenLRi .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sTUFzenLRi .form-wrapper .mbr-form .form-group,
  .cid-sTUFzenLRi .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sTUFzenLRi .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sTUFzenLRi .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sTUFzenLRi .mbr-text {
  text-align: center;
}
.cid-sTUFzenLRi .pt-0 {
  padding-top: 0 !important;
}
.cid-sTUFzenLRi .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sTUFzenLRi .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sTUFzenLRi .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sTUFzenLRi .modal-open {
  overflow: hidden;
}
.cid-sTUFzenLRi .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sTUFzenLRi .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sTUFzenLRi .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sTUFzenLRi .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sTUFzenLRi .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sTUFzenLRi .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sTUFzenLRi .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sTUFzenLRi .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sTUFzenLRi .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sTUFzenLRi .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sTUFzenLRi .modal-backdrop.fade {
  opacity: 0;
}
.cid-sTUFzenLRi .modal-backdrop.show {
  opacity: .5;
}
.cid-sTUFzenLRi .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sTUFzenLRi .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sTUFzenLRi .modal-header {
    padding: 1rem;
  }
}
.cid-sTUFzenLRi .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sTUFzenLRi .modal-header .close svg {
  fill: #353535;
}
.cid-sTUFzenLRi .modal-header .close:hover {
  opacity: 1;
}
.cid-sTUFzenLRi .modal-header .close:focus {
  outline: none;
}
.cid-sTUFzenLRi .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0d3d61;
}
.cid-sTUFzenLRi .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sTUFzenLRi .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sTUFzenLRi .modal-body {
    padding: 1rem;
  }
}
.cid-sTUFzenLRi .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sTUFzenLRi .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sTUFzenLRi .modal-footer {
    padding: 1rem;
  }
}
.cid-sTUFzenLRi .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sTUFzenLRi .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sTUFzenLRi .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sTUFzenLRi .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sTUFzenLRi .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sTUFzenLRi .modal-lg,
  .cid-sTUFzenLRi .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sTUFzenLRi .modal-xl {
    max-width: 1140px;
  }
}
.cid-sTUFzenLRi .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sTUFzenLRi .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sTUFzenLRi .form-group {
  margin-bottom: 1rem;
}
.cid-sTUFzenLRi .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sTUFzenLRi .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sTUFzenLRi .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sTUFzenLRi .mbr-section-btn {
  margin: 0;
}
.cid-sTUFzenLRi .mbr-section-btn .btn {
  margin: 0;
}
.cid-sTUHrKr03Y.popup-builder {
  background-color: #ffffff;
}
.cid-sTUHrKr03Y.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sTUHrKr03Y.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sTUHrKr03Y .modal-content,
.cid-sTUHrKr03Y .modal-dialog {
  height: auto;
}
.cid-sTUHrKr03Y .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sTUHrKr03Y .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sTUHrKr03Y .form-wrapper .mbr-form .form-group,
  .cid-sTUHrKr03Y .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sTUHrKr03Y .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sTUHrKr03Y .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sTUHrKr03Y .mbr-text {
  text-align: center;
}
.cid-sTUHrKr03Y .pt-0 {
  padding-top: 0 !important;
}
.cid-sTUHrKr03Y .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sTUHrKr03Y .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sTUHrKr03Y .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sTUHrKr03Y .modal-open {
  overflow: hidden;
}
.cid-sTUHrKr03Y .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sTUHrKr03Y .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sTUHrKr03Y .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sTUHrKr03Y .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sTUHrKr03Y .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sTUHrKr03Y .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sTUHrKr03Y .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sTUHrKr03Y .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sTUHrKr03Y .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sTUHrKr03Y .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sTUHrKr03Y .modal-backdrop.fade {
  opacity: 0;
}
.cid-sTUHrKr03Y .modal-backdrop.show {
  opacity: .5;
}
.cid-sTUHrKr03Y .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sTUHrKr03Y .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sTUHrKr03Y .modal-header {
    padding: 1rem;
  }
}
.cid-sTUHrKr03Y .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sTUHrKr03Y .modal-header .close svg {
  fill: #353535;
}
.cid-sTUHrKr03Y .modal-header .close:hover {
  opacity: 1;
}
.cid-sTUHrKr03Y .modal-header .close:focus {
  outline: none;
}
.cid-sTUHrKr03Y .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0d3d61;
}
.cid-sTUHrKr03Y .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sTUHrKr03Y .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sTUHrKr03Y .modal-body {
    padding: 1rem;
  }
}
.cid-sTUHrKr03Y .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sTUHrKr03Y .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sTUHrKr03Y .modal-footer {
    padding: 1rem;
  }
}
.cid-sTUHrKr03Y .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sTUHrKr03Y .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sTUHrKr03Y .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sTUHrKr03Y .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sTUHrKr03Y .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sTUHrKr03Y .modal-lg,
  .cid-sTUHrKr03Y .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sTUHrKr03Y .modal-xl {
    max-width: 1140px;
  }
}
.cid-sTUHrKr03Y .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sTUHrKr03Y .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sTUHrKr03Y .form-group {
  margin-bottom: 1rem;
}
.cid-sTUHrKr03Y .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sTUHrKr03Y .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sTUHrKr03Y .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sTUHrKr03Y .mbr-section-btn {
  margin: 0;
}
.cid-sTUHrKr03Y .mbr-section-btn .btn {
  margin: 0;
}
section {
    background-color: #fff
}

body {
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
    position: relative
}

button {
    background-color: transparent;
    border-color: transparent
}

section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word
}

a.mbr-iconfont:hover {
    text-decoration: none
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
    margin-bottom: 0
}

a {
    font-style: normal;
    font-weight: 400;
    cursor: pointer
}

a,
a:hover {
    text-decoration: none
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.3
}

.mbr-section-subtitle {
    line-height: 1.3
}

.mbr-text {
    font-style: normal;
    line-height: 1.7
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
    line-height: 1;
    word-break: break-word;
    word-wrap: break-word;
    font-weight: 400
}

b,
strong {
    font-weight: bold
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition-delay: 9999s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color
}

textarea[type=hidden] {
    display: none
}

section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

section .mbr-background-video,
section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.hidden {
    visibility: hidden
}

.mbr-z-index20 {
    z-index: 20
}

/*! Base colors */
.mbr-white {
    color: #fff
}

.mbr-black {
    color: #111
}

.mbr-bg-white {
    background-color: #fff
}

.mbr-bg-black {
    background-color: #000
}

/*! Text-aligns */
.align-left {
    text-align: left
}

.align-center {
    text-align: center
}

.align-right {
    text-align: right
}

/*! Font-weight  */
.mbr-light {
    font-weight: 300
}

.mbr-regular {
    font-weight: 400
}

.mbr-semibold {
    font-weight: 500
}

.mbr-bold {
    font-weight: 700
}

/*! Media  */
.media-content {
    flex-basis: 100%
}

.media-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: start
}

.media-container-row .media-size-item {
    width: 400px
}

.media-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch
}

.media-container-column>* {
    width: 100%
}

@media(min-width: 992px) {
    .media-container-row {
        flex-wrap: nowrap
    }
}

figure {
    margin-bottom: 0;
    overflow: hidden
}

figure[mbr-media-size] {
    transition: width .1s
}

img,
iframe {
    display: block;
    width: 100%
}

.card {
    background-color: transparent;
    border: none
}

.card-box {
    width: 100%
}

.card-img {
    text-align: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0
}

.media {
    max-width: 100%;
    margin: 0 auto
}

.mbr-figure {
    align-self: center
}

.media-container>div {
    max-width: 100%
}

.mbr-figure img,
.card-img img {
    width: 100%
}

@media(max-width: 991px) {
    .media-size-item {
        width: auto !important
    }

    .media {
        width: auto
    }

    .mbr-figure {
        width: 100% !important
    }
}

/*! Buttons */
.mbr-section-btn {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    font-size: 0
}

.btn {
    font-weight: 400;
    border-width: 1px;
    /*font-style: italic;*/
    margin: .6rem .6rem;
    white-space: normal;
    transition: all .2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word
}

.btn-sm {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all .3s ease-in-out
}

.btn-md {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all .3s ease-in-out
}

.btn-lg {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all .3s ease-in-out
}

.btn-form {
    margin: 0
}

.btn-form:hover {
    cursor: pointer
}

nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
    order: 1;
    cursor: pointer;
    margin-left: .5rem;
    vertical-align: sub
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
    margin-left: .8rem
}

.mbr-regular {
    font-weight: 400
}

.mbr-semibold {
    font-weight: 500
}

.mbr-bold {
    font-weight: 700
}

[type=submit] {
    -webkit-appearance: none
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
    min-height: 100vh
}

.mbr-fullscreen {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem
}

/*! Map */
.map {
    height: 25rem;
    position: relative
}

.map iframe {
    width: 100%;
    height: 100%
}

/*! Scroll to top arrow */
.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #fff;
    font-size: 22px
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all .3s ease-in-out;
    cursor: pointer;
    text-align: center
}

.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, .4)
}

.mbr-arrow-up a i {
    line-height: 60px
}

.mbr-arrow-up-icon {
    display: block;
    color: #fff
}

.mbr-arrow-up-icon::before {
    content: "›";
    display: inline-block;
    font-family: serif;
    font-size: 22px;
    line-height: 1;
    font-style: normal;
    position: relative;
    top: 6px;
    left: -4px;
    transform: rotate(-90deg)
}

/*! Arrow Down */
.mbr-arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, .5);
    border-radius: 50%;
    transform: translateX(-50%)
}

@media(max-width: 767px) {
    .mbr-arrow {
        display: none
    }
}

.mbr-arrow>a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
    color: #fff
}

.mbr-arrow>a>i {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 2rem
}

#scrollToTop a i::before {
    content: "";
    position: absolute;
    display: block;
    border-bottom: 2.5px solid #fff;
    border-left: 2.5px solid #fff;
    width: 27.8%;
    height: 27.8%;
    left: 50%;
    top: 51%;
    transform: translateY(-30%) translateX(-50%) rotate(135deg)
}

@keyframes arrowdown {
    0% {
        transform: translateY(0px)
    }

    50% {
        transform: translateY(-5px)
    }

    100% {
        transform: translateY(0px)
    }
}

@-webkit-keyframes arrowdown {
    0% {
        transform: translateY(0px)
    }

    50% {
        transform: translateY(-5px)
    }

    100% {
        transform: translateY(0px)
    }
}

@media(max-width: 500px) {
    .mbr-arrow-up {
        left: 0;
        right: 0;
        text-align: center
    }
}

@keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}

@-webkit-keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}

.bg-gradient {
    background-size: 200% 200%;
    animation: gradient-animation 5s infinite alternate;
    -webkit-animation: gradient-animation 5s infinite alternate
}

.menu .navbar-brand {
    display: -webkit-flex
}

.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex
}

.menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex
}

.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex;
    width: auto
}

@media(min-width: 768px)and (max-width: 991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
        display: -ms-flexbox
    }
}

@media(max-width: 991px) {
    .menu .navbar-collapse {
        max-height: 93.5vh
    }

    .menu .navbar-collapse.show {
        overflow: auto
    }
}

@media(min-width: 992px) {
    .menu .navbar-nav.nav-dropdown {
        display: -webkit-flex
    }

    .menu .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-flex !important
    }

    .menu .collapsed .navbar-collapse {
        max-height: 93.5vh
    }

    .menu .collapsed .navbar-collapse.show {
        overflow: auto
    }
}

@media(max-width: 767px) {
    .menu .navbar-collapse {
        max-height: 80vh
    }
}

.nav-link .mbr-iconfont {
    margin-right: .5rem
}

.navbar {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -webkit-flex-grow: 1;
    -webkit-align-items: center
}

.nav-dropdown .link {
    padding: .667em 1.667em !important;
    margin: 0 !important
}

.nav {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap
}

.row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap
}

.justify-content-center {
    -webkit-justify-content: center
}

.form-inline {
    display: -webkit-flex
}

.card-wrapper {
    -webkit-flex: 1
}

.carousel-control {
    z-index: 10;
    display: -webkit-flex
}

.carousel-controls {
    display: -webkit-flex
}

.media {
    display: -webkit-flex
}

.form-group:focus {
    outline: none
}

.jq-selectbox__select {
    padding: 7px 0;
    position: relative
}

.jq-selectbox__dropdown {
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    top: 100%;
    left: 0 !important;
    width: 100% !important
}

.jq-selectbox__trigger-arrow {
    right: 0;
    transform: translateY(-50%)
}

.jq-selectbox li {
    padding: 1.07em .5em
}

input[type=range] {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.modal-dialog,
.modal-content {
    height: 100%
}

.modal-dialog .carousel-inner {
    height: calc(100vh - 1.75rem)
}

@media(max-width: 575px) {
    .modal-dialog .carousel-inner {
        height: calc(100vh - 1rem)
    }
}

.carousel-item {
    text-align: center
}

.carousel-item img {
    margin: auto
}

.navbar-toggler {
    align-self: flex-start;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

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

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

.navbar-toggler-left {
    position: absolute;
    left: 1rem
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem
}

.card-img {
    width: auto
}

.menu .navbar.collapsed:not(.beta-menu) {
    flex-direction: column
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: flex
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: initial !important
}

html,
body {
    height: auto;
    min-height: 100vh
}

.dropup .dropdown-toggle::after {
    display: none
}

.form-asterisk {
    font-family: initial;
    position: absolute;
    top: -2px;
    font-weight: normal
}

.form-control-label {
    position: relative;
    cursor: pointer;
    margin-bottom: .357em;
    padding: 0
}

.alert {
    color: #fff;
    border-radius: 0;
    border: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative;
    text-align: center
}

.alert.alert-form::after {
    background-color: inherit;
    bottom: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px
}

.form-control {
    background-color: #fff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: .6rem 1.2rem;
    transition: border-color .25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .07) 0px 1px 1px 0px, rgba(0, 0, 0, .07) 0px 1px 3px 0px, rgba(0, 0, 0, .03) 0px 0px 0px 1px
}

.form-active .form-control:invalid {
    border-color: red
}

form .row {
    margin-left: -0.6rem;
    margin-right: -0.6rem
}

form .row [class*=col] {
    padding-left: .6rem;
    padding-right: .6rem
}

form .mbr-section-btn {
    margin: 0;
    padding-left: .6rem;
    padding-right: .6rem
}

form .btn {
    display: flex;
    padding: .6rem 1.2rem;
    margin: 0
}

form .form-check-input {
    margin-top: .5
}

textarea.form-control {
    line-height: 1.5rem !important
}

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

.form-control,
form .btn {
    min-height: 48px
}

.gdpr-block label span.textGDPR input[name=gdpr] {
    top: 7px
}

.form-control:focus {
    box-shadow: none
}

:focus {
    outline: none
}

.mbr-overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none
}

blockquote {
    font-style: italic;
    padding: 3rem;
    font-size: 1.09rem;
    position: relative;
    border-left: 3px solid
}

ul,
ol,
pre,
blockquote {
    margin-bottom: 2.3125rem
}

.mt-4 {
    margin-top: 2rem !important
}

.mb-4 {
    margin-bottom: 2rem !important
}

@media(min-width: 992px) {
    .container {
        padding-left: 16px;
        padding-right: 16px
    }

    .row {
        margin-left: -16px;
        margin-right: -16px
    }

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

@media(min-width: 768px) {
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .mbr-container {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media(max-width: 767px) {
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px
    }
}

.item-wrapper {
    overflow: hidden
}

.app-video-wrapper>img {
    opacity: 1
}

.item {
    position: relative
}

.dropdown-menu .dropdown-menu {
    left: 100%
}

.dropdown-item+.dropdown-menu {
    display: none
}

.dropdown-item:hover+.dropdown-menu,
.dropdown-menu:hover {
    display: block
}.cid-t0byF4DI1P {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-t0byF4DI1P .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-t0byF4DI1P nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-t0byF4DI1P .container,
  .cid-t0byF4DI1P .container-fluid {
    flex-wrap: initial;
  }
  .cid-t0byF4DI1P .nav-link:hover,
  .cid-t0byF4DI1P .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-t0byF4DI1P .navbar-nav {
  margin: auto;
}
.cid-t0byF4DI1P .dropdown-item {
  color: #000000 !important;
}
.cid-t0byF4DI1P .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0byF4DI1P .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0byF4DI1P .navbar-short,
.cid-t0byF4DI1P .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-t0byF4DI1P .navbar-short .nav-link,
.cid-t0byF4DI1P .opened .nav-link,
.cid-t0byF4DI1P .navbar-short .navbar-caption,
.cid-t0byF4DI1P .opened .navbar-caption,
.cid-t0byF4DI1P .navbar-short .mbr-iconfont,
.cid-t0byF4DI1P .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-t0byF4DI1P .navbar-short .hamburger span,
.cid-t0byF4DI1P .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-t0byF4DI1P .nav-link {
  font-family: "TheSansArab-Bold";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-t0byF4DI1P .dropdown-item:before {
  font-family: "TheSansArab-Bold" !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0byF4DI1P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-t0byF4DI1P .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-t0byF4DI1P .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-t0byF4DI1P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t0byF4DI1P .container {
  display: flex;
  margin: auto;
}
.cid-t0byF4DI1P .iconfont-wrapper {
  color: #0d3d61 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0byF4DI1P .dropdown-menu,
.cid-t0byF4DI1P .navbar.opened {
  background: #ffffff !important;
}
.cid-t0byF4DI1P .nav-item:focus,
.cid-t0byF4DI1P .nav-link:focus {
  outline: none;
}
.cid-t0byF4DI1P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t0byF4DI1P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0byF4DI1P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0byF4DI1P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0byF4DI1P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0byF4DI1P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0byF4DI1P .navbar {
  min-height: 90px;
  transition: all 0.3s;
  box-shadow: 0px 4px 13px 1px rgba(0, 0, 0, 0.8);
  border-bottom: 5px solid #c1962d;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
}
.cid-t0byF4DI1P .navbar.opened {
  transition: all 0.3s;
}
.cid-t0byF4DI1P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0byF4DI1P .navbar .navbar-logo img {
  width: auto;
}
.cid-t0byF4DI1P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0byF4DI1P .navbar.collapsed {
  justify-content: center;
}
.cid-t0byF4DI1P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0byF4DI1P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0byF4DI1P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-t0byF4DI1P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0byF4DI1P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0byF4DI1P .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t0byF4DI1P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0byF4DI1P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0byF4DI1P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0byF4DI1P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0byF4DI1P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0byF4DI1P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0byF4DI1P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0byF4DI1P .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t0byF4DI1P .navbar .navbar-logo img {
    height: 6rem !important;
  }
  .cid-t0byF4DI1P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-t0byF4DI1P .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-t0byF4DI1P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0byF4DI1P .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-t0byF4DI1P .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0byF4DI1P .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-t0byF4DI1P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t0byF4DI1P .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t0byF4DI1P .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "TheSansArab-Bold";
  font-weight: 400;
}
.cid-t0byF4DI1P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0byF4DI1P .dropdown-item.active,
.cid-t0byF4DI1P .dropdown-item:active {
  background-color: transparent;
}
.cid-t0byF4DI1P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0byF4DI1P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0byF4DI1P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0byF4DI1P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t0byF4DI1P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0byF4DI1P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0byF4DI1P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0byF4DI1P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0byF4DI1P button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0byF4DI1P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t0byF4DI1P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0byF4DI1P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0byF4DI1P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0byF4DI1P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0byF4DI1P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0byF4DI1P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0byF4DI1P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0byF4DI1P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0byF4DI1P .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t0byF4DI1P a.nav-link {
  display: flex;
  align-items: center;
}
.cid-t0byF4DI1P .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t0byF4DI1P .navbar {
    height: 70px;
  }
  .cid-t0byF4DI1P .navbar.opened {
    height: auto;
  }
  .cid-t0byF4DI1P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0byF5LDmn {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-35-1920x1280.jpg");
}
.cid-t0byF5LDmn .mbr-section-subtitle {
  color: #8c8c95;
  text-align: left;
  margin: auto;
}
.cid-t0byF5LDmn .mbr-section-title {
  text-align: left;
  color: #14142b;
  padding-bottom: 24px;
  margin: auto;
}
.cid-t0byF5LDmn .row {
  align-items: center;
  height: 100%;
}
.cid-t0byF5LDmn .wrapper {
  margin: auto;
}
.cid-t0KFKmxqmH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/img347-2000x1333.jpg");
}
.cid-t0KFKmxqmH .wrapper {
  text-align: end;
}
.cid-t0KFKmxqmH .mbr-section-title {
  text-align: left;
  color: #c6810c;
}
.cid-t0KFKmxqmH .row {
  flex-direction: row-reverse;
}
.cid-t0KFKmxqmH .wrapper {
  text-align: left;
}
.cid-t0KFKmxqmH .mbr-section-title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-t0KFKmxqmH .row {
    text-align: center;
  }
  .cid-t0KFKmxqmH .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-t0KFKmxqmH .mbr-section-title {
    text-align: center;
  }
}
.cid-t0KFKmxqmH .btn {
  font-family: 'Cormorant Garamond';
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-t0KFKmxqmH .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-t0KFKmxqmH .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-t0KFKmxqmH .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-t0KFKmxqmH .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-t0KFKmxqmH .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-t0KyziFukV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/img347-2000x1333.jpg");
}
.cid-t0KyziFukV .item-wrapper {
  min-height: 100%;
  cursor: pointer;
  width: 20%;
}
@media (max-width: 992px) {
  .cid-t0KyziFukV .item-wrapper {
    width: 50%;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-t0KyziFukV .item-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-t0KyziFukV .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t0KyziFukV .mbr-section-title {
  font-family: 'Cormorant Garamond';
  text-align: left;
}
.cid-t0KyziFukV .average {
  width: 20%;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-t0KyziFukV .average {
    width: 100%;
  }
}
.cid-t0KyziFukV .wrap {
  position: relative;
  background-color: #0d3d61;
  width: 80%;
  height: 80%;
  justify-content: center;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
@media (max-width: 992px) {
  .cid-t0KyziFukV .wrap {
    width: 90%;
    height: 200px;
    margin-bottom: 2rem;
  }
}
.cid-t0KyziFukV .wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0.5px solid #41392e;
  left: 5%;
  bottom: 5%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (max-width: 992px) {
  .cid-t0KyziFukV .wrap:before {
    left: 2%;
  }
}
.cid-t0KyziFukV .close {
  position: fixed;
  font-size: 16px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  color: #fff;
  opacity: .7;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t0KyziFukV .close::before {
  content: '\e91a';
}
.cid-t0KyziFukV .close:hover {
  color: #fff;
}
.cid-t0KyziFukV .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t0KyziFukV .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t0KyziFukV .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t0KyziFukV .carousel-control-next span {
  margin-left: 5px;
}
.cid-t0KyziFukV .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
}
.cid-t0KyziFukV .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-t0KyziFukV .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-t0KyziFukV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-t0KyziFukV .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-t0KyziFukV .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-t0KyziFukV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t0KyziFukV .carousel-inner > .active {
  display: block;
}
.cid-t0KyziFukV .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t0KyziFukV .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t0KyziFukV .carousel-control-prev:hover {
  margin-left: 2rem;
}
.cid-t0KyziFukV .carousel-control-next:hover {
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .cid-t0KyziFukV .carousel-control,
  .cid-t0KyziFukV .carousel-indicators {
    position: fixed;
  }
}
.cid-t0KyziFukV .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t0KyziFukV .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t0KyziFukV .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-t0KyziFukV .modal-content {
    width: 70%;
  }
}
.cid-t0KyziFukV .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t0KyziFukV .modal-body img {
  width: 100%;
  object-fit: contain;
}
.cid-t0KyziFukV .carousel {
  width: 100%;
}
.cid-t0KyziFukV .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t0KyziFukV .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t0KyziFukV .modal.fade .modal-dialog,
.cid-t0KyziFukV .modal.in .modal-dialog {
  transform: none;
}
.cid-t0KyziFukV .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t0Kzn5v8WA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/img347-2000x1333.jpg");
}
.cid-t0Kzn5v8WA .item-wrapper {
  min-height: 100%;
  cursor: pointer;
  width: 20%;
}
@media (max-width: 992px) {
  .cid-t0Kzn5v8WA .item-wrapper {
    width: 50%;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-t0Kzn5v8WA .item-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-t0Kzn5v8WA .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t0Kzn5v8WA .mbr-section-title {
  font-family: 'Cormorant Garamond';
  text-align: left;
}
.cid-t0Kzn5v8WA .average {
  width: 20%;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-t0Kzn5v8WA .average {
    width: 100%;
  }
}
.cid-t0Kzn5v8WA .wrap {
  position: relative;
  background-color: #c6810c;
  width: 80%;
  height: 80%;
  justify-content: center;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
@media (max-width: 992px) {
  .cid-t0Kzn5v8WA .wrap {
    width: 90%;
    height: 200px;
    margin-bottom: 2rem;
  }
}
.cid-t0Kzn5v8WA .wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0.5px solid #41392e;
  left: 5%;
  bottom: 5%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (max-width: 992px) {
  .cid-t0Kzn5v8WA .wrap:before {
    left: 2%;
  }
}
.cid-t0Kzn5v8WA .close {
  position: fixed;
  font-size: 16px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  color: #fff;
  opacity: .7;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t0Kzn5v8WA .close::before {
  content: '\e91a';
}
.cid-t0Kzn5v8WA .close:hover {
  color: #fff;
}
.cid-t0Kzn5v8WA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t0Kzn5v8WA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t0Kzn5v8WA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t0Kzn5v8WA .carousel-control-next span {
  margin-left: 5px;
}
.cid-t0Kzn5v8WA .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
}
.cid-t0Kzn5v8WA .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-t0Kzn5v8WA .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-t0Kzn5v8WA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-t0Kzn5v8WA .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-t0Kzn5v8WA .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-t0Kzn5v8WA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t0Kzn5v8WA .carousel-inner > .active {
  display: block;
}
.cid-t0Kzn5v8WA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t0Kzn5v8WA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t0Kzn5v8WA .carousel-control-prev:hover {
  margin-left: 2rem;
}
.cid-t0Kzn5v8WA .carousel-control-next:hover {
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .cid-t0Kzn5v8WA .carousel-control,
  .cid-t0Kzn5v8WA .carousel-indicators {
    position: fixed;
  }
}
.cid-t0Kzn5v8WA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t0Kzn5v8WA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t0Kzn5v8WA .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-t0Kzn5v8WA .modal-content {
    width: 70%;
  }
}
.cid-t0Kzn5v8WA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t0Kzn5v8WA .modal-body img {
  width: 100%;
  object-fit: contain;
}
.cid-t0Kzn5v8WA .carousel {
  width: 100%;
}
.cid-t0Kzn5v8WA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t0Kzn5v8WA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t0Kzn5v8WA .modal.fade .modal-dialog,
.cid-t0Kzn5v8WA .modal.in .modal-dialog {
  transform: none;
}
.cid-t0Kzn5v8WA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t0KznDK6G2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/img347-2000x1333.jpg");
}
.cid-t0KznDK6G2 .item-wrapper {
  min-height: 100%;
  cursor: pointer;
  width: 20%;
}
@media (max-width: 992px) {
  .cid-t0KznDK6G2 .item-wrapper {
    width: 50%;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-t0KznDK6G2 .item-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-t0KznDK6G2 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t0KznDK6G2 .mbr-section-title {
  font-family: 'Cormorant Garamond';
  text-align: left;
}
.cid-t0KznDK6G2 .average {
  width: 20%;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-t0KznDK6G2 .average {
    width: 100%;
  }
}
.cid-t0KznDK6G2 .wrap {
  position: relative;
  background-color: #0d3d61;
  width: 80%;
  height: 80%;
  justify-content: center;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
@media (max-width: 992px) {
  .cid-t0KznDK6G2 .wrap {
    width: 90%;
    height: 200px;
    margin-bottom: 2rem;
  }
}
.cid-t0KznDK6G2 .wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0.5px solid #41392e;
  left: 5%;
  bottom: 5%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (max-width: 992px) {
  .cid-t0KznDK6G2 .wrap:before {
    left: 2%;
  }
}
.cid-t0KznDK6G2 .close {
  position: fixed;
  font-size: 16px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  color: #fff;
  opacity: .7;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t0KznDK6G2 .close::before {
  content: '\e91a';
}
.cid-t0KznDK6G2 .close:hover {
  color: #fff;
}
.cid-t0KznDK6G2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t0KznDK6G2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t0KznDK6G2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t0KznDK6G2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-t0KznDK6G2 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
}
.cid-t0KznDK6G2 .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-t0KznDK6G2 .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-t0KznDK6G2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-t0KznDK6G2 .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-t0KznDK6G2 .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-t0KznDK6G2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t0KznDK6G2 .carousel-inner > .active {
  display: block;
}
.cid-t0KznDK6G2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t0KznDK6G2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t0KznDK6G2 .carousel-control-prev:hover {
  margin-left: 2rem;
}
.cid-t0KznDK6G2 .carousel-control-next:hover {
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .cid-t0KznDK6G2 .carousel-control,
  .cid-t0KznDK6G2 .carousel-indicators {
    position: fixed;
  }
}
.cid-t0KznDK6G2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t0KznDK6G2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t0KznDK6G2 .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-t0KznDK6G2 .modal-content {
    width: 70%;
  }
}
.cid-t0KznDK6G2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t0KznDK6G2 .modal-body img {
  width: 100%;
  object-fit: contain;
}
.cid-t0KznDK6G2 .carousel {
  width: 100%;
}
.cid-t0KznDK6G2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t0KznDK6G2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t0KznDK6G2 .modal.fade .modal-dialog,
.cid-t0KznDK6G2 .modal.in .modal-dialog {
  transform: none;
}
.cid-t0KznDK6G2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t0KzZNvug4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/img347-2000x1333.jpg");
}
.cid-t0KzZNvug4 .item-wrapper {
  min-height: 100%;
  cursor: pointer;
  width: 20%;
}
@media (max-width: 992px) {
  .cid-t0KzZNvug4 .item-wrapper {
    width: 50%;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-t0KzZNvug4 .item-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-t0KzZNvug4 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t0KzZNvug4 .mbr-section-title {
  font-family: 'Cormorant Garamond';
  text-align: left;
}
.cid-t0KzZNvug4 .average {
  width: 20%;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-t0KzZNvug4 .average {
    width: 100%;
  }
}
.cid-t0KzZNvug4 .wrap {
  position: relative;
  background-color: #c6810c;
  width: 80%;
  height: 80%;
  justify-content: center;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
@media (max-width: 992px) {
  .cid-t0KzZNvug4 .wrap {
    width: 90%;
    height: 200px;
    margin-bottom: 2rem;
  }
}
.cid-t0KzZNvug4 .wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0.5px solid #41392e;
  left: 5%;
  bottom: 5%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (max-width: 992px) {
  .cid-t0KzZNvug4 .wrap:before {
    left: 2%;
  }
}
.cid-t0KzZNvug4 .close {
  position: fixed;
  font-size: 16px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  color: #fff;
  opacity: .7;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t0KzZNvug4 .close::before {
  content: '\e91a';
}
.cid-t0KzZNvug4 .close:hover {
  color: #fff;
}
.cid-t0KzZNvug4 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t0KzZNvug4 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t0KzZNvug4 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t0KzZNvug4 .carousel-control-next span {
  margin-left: 5px;
}
.cid-t0KzZNvug4 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
}
.cid-t0KzZNvug4 .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-t0KzZNvug4 .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-t0KzZNvug4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-t0KzZNvug4 .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-t0KzZNvug4 .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-t0KzZNvug4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t0KzZNvug4 .carousel-inner > .active {
  display: block;
}
.cid-t0KzZNvug4 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t0KzZNvug4 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t0KzZNvug4 .carousel-control-prev:hover {
  margin-left: 2rem;
}
.cid-t0KzZNvug4 .carousel-control-next:hover {
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .cid-t0KzZNvug4 .carousel-control,
  .cid-t0KzZNvug4 .carousel-indicators {
    position: fixed;
  }
}
.cid-t0KzZNvug4 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t0KzZNvug4 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t0KzZNvug4 .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-t0KzZNvug4 .modal-content {
    width: 70%;
  }
}
.cid-t0KzZNvug4 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t0KzZNvug4 .modal-body img {
  width: 100%;
  object-fit: contain;
}
.cid-t0KzZNvug4 .carousel {
  width: 100%;
}
.cid-t0KzZNvug4 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t0KzZNvug4 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t0KzZNvug4 .modal.fade .modal-dialog,
.cid-t0KzZNvug4 .modal.in .modal-dialog {
  transform: none;
}
.cid-t0KzZNvug4 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t0KA5LK066 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/img347-2000x1333.jpg");
}
.cid-t0KA5LK066 .item-wrapper {
  min-height: 100%;
  cursor: pointer;
  width: 20%;
}
@media (max-width: 992px) {
  .cid-t0KA5LK066 .item-wrapper {
    width: 50%;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-t0KA5LK066 .item-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-t0KA5LK066 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t0KA5LK066 .mbr-section-title {
  font-family: 'Cormorant Garamond';
  text-align: left;
}
.cid-t0KA5LK066 .average {
  width: 20%;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-t0KA5LK066 .average {
    width: 100%;
  }
}
.cid-t0KA5LK066 .wrap {
  position: relative;
  background-color: #0d3d61;
  width: 80%;
  height: 80%;
  justify-content: center;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
@media (max-width: 992px) {
  .cid-t0KA5LK066 .wrap {
    width: 90%;
    height: 200px;
    margin-bottom: 2rem;
  }
}
.cid-t0KA5LK066 .wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0.5px solid #41392e;
  left: 5%;
  bottom: 5%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (max-width: 992px) {
  .cid-t0KA5LK066 .wrap:before {
    left: 2%;
  }
}
.cid-t0KA5LK066 .close {
  position: fixed;
  font-size: 16px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  color: #fff;
  opacity: .7;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t0KA5LK066 .close::before {
  content: '\e91a';
}
.cid-t0KA5LK066 .close:hover {
  color: #fff;
}
.cid-t0KA5LK066 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t0KA5LK066 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t0KA5LK066 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t0KA5LK066 .carousel-control-next span {
  margin-left: 5px;
}
.cid-t0KA5LK066 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
}
.cid-t0KA5LK066 .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-t0KA5LK066 .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-t0KA5LK066 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-t0KA5LK066 .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-t0KA5LK066 .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-t0KA5LK066 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t0KA5LK066 .carousel-inner > .active {
  display: block;
}
.cid-t0KA5LK066 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t0KA5LK066 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t0KA5LK066 .carousel-control-prev:hover {
  margin-left: 2rem;
}
.cid-t0KA5LK066 .carousel-control-next:hover {
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .cid-t0KA5LK066 .carousel-control,
  .cid-t0KA5LK066 .carousel-indicators {
    position: fixed;
  }
}
.cid-t0KA5LK066 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t0KA5LK066 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t0KA5LK066 .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-t0KA5LK066 .modal-content {
    width: 70%;
  }
}
.cid-t0KA5LK066 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t0KA5LK066 .modal-body img {
  width: 100%;
  object-fit: contain;
}
.cid-t0KA5LK066 .carousel {
  width: 100%;
}
.cid-t0KA5LK066 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t0KA5LK066 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t0KA5LK066 .modal.fade .modal-dialog,
.cid-t0KA5LK066 .modal.in .modal-dialog {
  transform: none;
}
.cid-t0KA5LK066 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t0KA6y6zyZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/img347-2000x1333.jpg");
}
.cid-t0KA6y6zyZ .item-wrapper {
  min-height: 100%;
  cursor: pointer;
  width: 20%;
}
@media (max-width: 992px) {
  .cid-t0KA6y6zyZ .item-wrapper {
    width: 50%;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-t0KA6y6zyZ .item-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-t0KA6y6zyZ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t0KA6y6zyZ .mbr-section-title {
  font-family: 'Cormorant Garamond';
  text-align: left;
}
.cid-t0KA6y6zyZ .average {
  width: 20%;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-t0KA6y6zyZ .average {
    width: 100%;
  }
}
.cid-t0KA6y6zyZ .wrap {
  position: relative;
  background-color: #c6810c;
  width: 80%;
  height: 80%;
  justify-content: center;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
@media (max-width: 992px) {
  .cid-t0KA6y6zyZ .wrap {
    width: 90%;
    height: 200px;
    margin-bottom: 2rem;
  }
}
.cid-t0KA6y6zyZ .wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0.5px solid #41392e;
  left: 5%;
  bottom: 5%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (max-width: 992px) {
  .cid-t0KA6y6zyZ .wrap:before {
    left: 2%;
  }
}
.cid-t0KA6y6zyZ .close {
  position: fixed;
  font-size: 16px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  color: #fff;
  opacity: .7;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t0KA6y6zyZ .close::before {
  content: '\e91a';
}
.cid-t0KA6y6zyZ .close:hover {
  color: #fff;
}
.cid-t0KA6y6zyZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t0KA6y6zyZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t0KA6y6zyZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t0KA6y6zyZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-t0KA6y6zyZ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
}
.cid-t0KA6y6zyZ .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-t0KA6y6zyZ .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-t0KA6y6zyZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-t0KA6y6zyZ .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-t0KA6y6zyZ .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-t0KA6y6zyZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t0KA6y6zyZ .carousel-inner > .active {
  display: block;
}
.cid-t0KA6y6zyZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t0KA6y6zyZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t0KA6y6zyZ .carousel-control-prev:hover {
  margin-left: 2rem;
}
.cid-t0KA6y6zyZ .carousel-control-next:hover {
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .cid-t0KA6y6zyZ .carousel-control,
  .cid-t0KA6y6zyZ .carousel-indicators {
    position: fixed;
  }
}
.cid-t0KA6y6zyZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t0KA6y6zyZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t0KA6y6zyZ .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-t0KA6y6zyZ .modal-content {
    width: 70%;
  }
}
.cid-t0KA6y6zyZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t0KA6y6zyZ .modal-body img {
  width: 100%;
  object-fit: contain;
}
.cid-t0KA6y6zyZ .carousel {
  width: 100%;
}
.cid-t0KA6y6zyZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t0KA6y6zyZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t0KA6y6zyZ .modal.fade .modal-dialog,
.cid-t0KA6y6zyZ .modal.in .modal-dialog {
  transform: none;
}
.cid-t0KA6y6zyZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t0KA8nEgEY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/img347-2000x1333.jpg");
}
.cid-t0KA8nEgEY .item-wrapper {
  min-height: 100%;
  cursor: pointer;
  width: 20%;
}
@media (max-width: 992px) {
  .cid-t0KA8nEgEY .item-wrapper {
    width: 50%;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-t0KA8nEgEY .item-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-t0KA8nEgEY .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t0KA8nEgEY .mbr-section-title {
  font-family: 'Cormorant Garamond';
  text-align: left;
}
.cid-t0KA8nEgEY .average {
  width: 20%;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-t0KA8nEgEY .average {
    width: 100%;
  }
}
.cid-t0KA8nEgEY .wrap {
  position: relative;
  background-color: #0d3d61;
  width: 80%;
  height: 80%;
  justify-content: center;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
@media (max-width: 992px) {
  .cid-t0KA8nEgEY .wrap {
    width: 90%;
    height: 200px;
    margin-bottom: 2rem;
  }
}
.cid-t0KA8nEgEY .wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0.5px solid #41392e;
  left: 5%;
  bottom: 5%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (max-width: 992px) {
  .cid-t0KA8nEgEY .wrap:before {
    left: 2%;
  }
}
.cid-t0KA8nEgEY .close {
  position: fixed;
  font-size: 16px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  color: #fff;
  opacity: .7;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t0KA8nEgEY .close::before {
  content: '\e91a';
}
.cid-t0KA8nEgEY .close:hover {
  color: #fff;
}
.cid-t0KA8nEgEY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t0KA8nEgEY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t0KA8nEgEY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t0KA8nEgEY .carousel-control-next span {
  margin-left: 5px;
}
.cid-t0KA8nEgEY .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
}
.cid-t0KA8nEgEY .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-t0KA8nEgEY .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-t0KA8nEgEY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-t0KA8nEgEY .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-t0KA8nEgEY .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-t0KA8nEgEY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t0KA8nEgEY .carousel-inner > .active {
  display: block;
}
.cid-t0KA8nEgEY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t0KA8nEgEY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t0KA8nEgEY .carousel-control-prev:hover {
  margin-left: 2rem;
}
.cid-t0KA8nEgEY .carousel-control-next:hover {
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .cid-t0KA8nEgEY .carousel-control,
  .cid-t0KA8nEgEY .carousel-indicators {
    position: fixed;
  }
}
.cid-t0KA8nEgEY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t0KA8nEgEY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t0KA8nEgEY .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-t0KA8nEgEY .modal-content {
    width: 70%;
  }
}
.cid-t0KA8nEgEY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t0KA8nEgEY .modal-body img {
  width: 100%;
  object-fit: contain;
}
.cid-t0KA8nEgEY .carousel {
  width: 100%;
}
.cid-t0KA8nEgEY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t0KA8nEgEY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t0KA8nEgEY .modal.fade .modal-dialog,
.cid-t0KA8nEgEY .modal.in .modal-dialog {
  transform: none;
}
.cid-t0KA8nEgEY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t0byF8Wq39 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/image-120-1123x794.png");
}
.cid-t0byF8Wq39 .icon-transition span {
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #000000;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 74px;
  height: 74px;
  background: #e9970b none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-t0byF8Wq39 .mbr-iconfont {
  align-items: center;
}
.cid-t0byF8Wq39 .mbr-iconfont:before {
  font-size: 30px;
  display: flex;
  justify-content: center;
}
.cid-t0byF8Wq39 .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-t0byF8Wq39 .icon-transition span:hover {
  background-color: #000000;
  color: #e9970b;
}
.cid-t0byF8Wq39 .social-media {
  padding: 0;
}
.cid-t0byF8Wq39 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-t0byF8Wq39 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-t0byF8Wq39 .mbr-list,
.cid-t0byF8Wq39 .social-media UL {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-t0byF8Wq39 .social-list {
    text-align: center !important;
  }
}
.cid-t0byF8Wq39 .mbr-section-title,
.cid-t0byF8Wq39 .social-list {
  color: #c6810c;
}
.cid-t0byF9mZLl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #052136;
  overflow: hidden;
}
.cid-t0byF9mZLl .media-container-row .mbr-text {
  color: #9a948d;
}
.cid-t0byF6Ikl7.popup-builder {
  background-color: #ffffff;
}
.cid-t0byF6Ikl7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t0byF6Ikl7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t0byF6Ikl7 .modal-content,
.cid-t0byF6Ikl7 .modal-dialog {
  height: auto;
}
.cid-t0byF6Ikl7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t0byF6Ikl7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t0byF6Ikl7 .form-wrapper .mbr-form .form-group,
  .cid-t0byF6Ikl7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t0byF6Ikl7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t0byF6Ikl7 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t0byF6Ikl7 .mbr-text {
  text-align: center;
}
.cid-t0byF6Ikl7 .pt-0 {
  padding-top: 0 !important;
}
.cid-t0byF6Ikl7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t0byF6Ikl7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t0byF6Ikl7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t0byF6Ikl7 .modal-open {
  overflow: hidden;
}
.cid-t0byF6Ikl7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t0byF6Ikl7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t0byF6Ikl7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t0byF6Ikl7 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-t0byF6Ikl7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t0byF6Ikl7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t0byF6Ikl7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t0byF6Ikl7 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-t0byF6Ikl7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t0byF6Ikl7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t0byF6Ikl7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-t0byF6Ikl7 .modal-backdrop.show {
  opacity: .5;
}
.cid-t0byF6Ikl7 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-t0byF6Ikl7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t0byF6Ikl7 .modal-header {
    padding: 1rem;
  }
}
.cid-t0byF6Ikl7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t0byF6Ikl7 .modal-header .close svg {
  fill: #353535;
}
.cid-t0byF6Ikl7 .modal-header .close:hover {
  opacity: 1;
}
.cid-t0byF6Ikl7 .modal-header .close:focus {
  outline: none;
}
.cid-t0byF6Ikl7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0d3d61;
}
.cid-t0byF6Ikl7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t0byF6Ikl7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t0byF6Ikl7 .modal-body {
    padding: 1rem;
  }
}
.cid-t0byF6Ikl7 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t0byF6Ikl7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t0byF6Ikl7 .modal-footer {
    padding: 1rem;
  }
}
.cid-t0byF6Ikl7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t0byF6Ikl7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t0byF6Ikl7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t0byF6Ikl7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t0byF6Ikl7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t0byF6Ikl7 .modal-lg,
  .cid-t0byF6Ikl7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t0byF6Ikl7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-t0byF6Ikl7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t0byF6Ikl7 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-t0byF6Ikl7 .form-group {
  margin-bottom: 1rem;
}
.cid-t0byF6Ikl7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t0byF6Ikl7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t0byF6Ikl7 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-t0byF6Ikl7 .mbr-section-btn {
  margin: 0;
}
.cid-t0byF6Ikl7 .mbr-section-btn .btn {
  margin: 0;
}
.cid-t0byF9M6SU.popup-builder {
  background-color: #ffffff;
}
.cid-t0byF9M6SU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t0byF9M6SU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t0byF9M6SU .modal-content,
.cid-t0byF9M6SU .modal-dialog {
  height: auto;
}
.cid-t0byF9M6SU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t0byF9M6SU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t0byF9M6SU .form-wrapper .mbr-form .form-group,
  .cid-t0byF9M6SU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t0byF9M6SU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t0byF9M6SU .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t0byF9M6SU .mbr-text {
  text-align: center;
}
.cid-t0byF9M6SU .pt-0 {
  padding-top: 0 !important;
}
.cid-t0byF9M6SU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t0byF9M6SU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t0byF9M6SU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t0byF9M6SU .modal-open {
  overflow: hidden;
}
.cid-t0byF9M6SU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t0byF9M6SU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t0byF9M6SU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t0byF9M6SU .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-t0byF9M6SU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t0byF9M6SU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t0byF9M6SU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t0byF9M6SU .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-t0byF9M6SU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t0byF9M6SU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t0byF9M6SU .modal-backdrop.fade {
  opacity: 0;
}
.cid-t0byF9M6SU .modal-backdrop.show {
  opacity: .5;
}
.cid-t0byF9M6SU .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-t0byF9M6SU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t0byF9M6SU .modal-header {
    padding: 1rem;
  }
}
.cid-t0byF9M6SU .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t0byF9M6SU .modal-header .close svg {
  fill: #353535;
}
.cid-t0byF9M6SU .modal-header .close:hover {
  opacity: 1;
}
.cid-t0byF9M6SU .modal-header .close:focus {
  outline: none;
}
.cid-t0byF9M6SU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0d3d61;
}
.cid-t0byF9M6SU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t0byF9M6SU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t0byF9M6SU .modal-body {
    padding: 1rem;
  }
}
.cid-t0byF9M6SU .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t0byF9M6SU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t0byF9M6SU .modal-footer {
    padding: 1rem;
  }
}
.cid-t0byF9M6SU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t0byF9M6SU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t0byF9M6SU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t0byF9M6SU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t0byF9M6SU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t0byF9M6SU .modal-lg,
  .cid-t0byF9M6SU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t0byF9M6SU .modal-xl {
    max-width: 1140px;
  }
}
.cid-t0byF9M6SU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t0byF9M6SU .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-t0byF9M6SU .form-group {
  margin-bottom: 1rem;
}
.cid-t0byF9M6SU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t0byF9M6SU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t0byF9M6SU .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-t0byF9M6SU .mbr-section-btn {
  margin: 0;
}
.cid-t0byF9M6SU .mbr-section-btn .btn {
  margin: 0;
}
section {
    background-color: #fff
}

body {
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
    position: relative
}

button {
    background-color: transparent;
    border-color: transparent
}

section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word
}

a.mbr-iconfont:hover {
    text-decoration: none
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
    margin-bottom: 0
}

a {
    font-style: normal;
    font-weight: 400;
    cursor: pointer
}

a,
a:hover {
    text-decoration: none
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.3
}

.mbr-section-subtitle {
    line-height: 1.3
}

.mbr-text {
    font-style: normal;
    line-height: 1.7
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
    line-height: 1;
    word-break: break-word;
    word-wrap: break-word;
    font-weight: 400
}

b,
strong {
    font-weight: bold
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition-delay: 9999s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color
}

textarea[type=hidden] {
    display: none
}

section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

section .mbr-background-video,
section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.hidden {
    visibility: hidden
}

.mbr-z-index20 {
    z-index: 20
}

/*! Base colors */
.mbr-white {
    color: #fff
}

.mbr-black {
    color: #111
}

.mbr-bg-white {
    background-color: #fff
}

.mbr-bg-black {
    background-color: #000
}

/*! Text-aligns */
.align-left {
    text-align: left
}

.align-center {
    text-align: center
}

.align-right {
    text-align: right
}

/*! Font-weight  */
.mbr-light {
    font-weight: 300
}

.mbr-regular {
    font-weight: 400
}

.mbr-semibold {
    font-weight: 500
}

.mbr-bold {
    font-weight: 700
}

/*! Media  */
.media-content {
    flex-basis: 100%
}

.media-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: start
}

.media-container-row .media-size-item {
    width: 400px
}

.media-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch
}

.media-container-column>* {
    width: 100%
}

@media(min-width: 992px) {
    .media-container-row {
        flex-wrap: nowrap
    }
}

figure {
    margin-bottom: 0;
    overflow: hidden
}

figure[mbr-media-size] {
    transition: width .1s
}

img,
iframe {
    display: block;
    width: 100%
}

.card {
    background-color: transparent;
    border: none
}

.card-box {
    width: 100%
}

.card-img {
    text-align: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0
}

.media {
    max-width: 100%;
    margin: 0 auto
}

.mbr-figure {
    align-self: center
}

.media-container>div {
    max-width: 100%
}

.mbr-figure img,
.card-img img {
    width: 100%
}

@media(max-width: 991px) {
    .media-size-item {
        width: auto !important
    }

    .media {
        width: auto
    }

    .mbr-figure {
        width: 100% !important
    }
}

/*! Buttons */
.mbr-section-btn {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    font-size: 0
}

.btn {
    font-weight: 400;
    border-width: 1px;
    /*font-style: italic;*/
    margin: .6rem .6rem;
    white-space: normal;
    transition: all .2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word
}

.btn-sm {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all .3s ease-in-out
}

.btn-md {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all .3s ease-in-out
}

.btn-lg {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all .3s ease-in-out
}

.btn-form {
    margin: 0
}

.btn-form:hover {
    cursor: pointer
}

nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
    order: 1;
    cursor: pointer;
    margin-left: .5rem;
    vertical-align: sub
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
    margin-left: .8rem
}

.mbr-regular {
    font-weight: 400
}

.mbr-semibold {
    font-weight: 500
}

.mbr-bold {
    font-weight: 700
}

[type=submit] {
    -webkit-appearance: none
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
    min-height: 100vh
}

.mbr-fullscreen {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem
}

/*! Map */
.map {
    height: 25rem;
    position: relative
}

.map iframe {
    width: 100%;
    height: 100%
}

/*! Scroll to top arrow */
.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #fff;
    font-size: 22px
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all .3s ease-in-out;
    cursor: pointer;
    text-align: center
}

.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, .4)
}

.mbr-arrow-up a i {
    line-height: 60px
}

.mbr-arrow-up-icon {
    display: block;
    color: #fff
}

.mbr-arrow-up-icon::before {
    content: "›";
    display: inline-block;
    font-family: serif;
    font-size: 22px;
    line-height: 1;
    font-style: normal;
    position: relative;
    top: 6px;
    left: -4px;
    transform: rotate(-90deg)
}

/*! Arrow Down */
.mbr-arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, .5);
    border-radius: 50%;
    transform: translateX(-50%)
}

@media(max-width: 767px) {
    .mbr-arrow {
        display: none
    }
}

.mbr-arrow>a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
    color: #fff
}

.mbr-arrow>a>i {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 2rem
}

#scrollToTop a i::before {
    content: "";
    position: absolute;
    display: block;
    border-bottom: 2.5px solid #fff;
    border-left: 2.5px solid #fff;
    width: 27.8%;
    height: 27.8%;
    left: 50%;
    top: 51%;
    transform: translateY(-30%) translateX(-50%) rotate(135deg)
}

@keyframes arrowdown {
    0% {
        transform: translateY(0px)
    }

    50% {
        transform: translateY(-5px)
    }

    100% {
        transform: translateY(0px)
    }
}

@-webkit-keyframes arrowdown {
    0% {
        transform: translateY(0px)
    }

    50% {
        transform: translateY(-5px)
    }

    100% {
        transform: translateY(0px)
    }
}

@media(max-width: 500px) {
    .mbr-arrow-up {
        left: 0;
        right: 0;
        text-align: center
    }
}

@keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}

@-webkit-keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}

.bg-gradient {
    background-size: 200% 200%;
    animation: gradient-animation 5s infinite alternate;
    -webkit-animation: gradient-animation 5s infinite alternate
}

.menu .navbar-brand {
    display: -webkit-flex
}

.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex
}

.menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex
}

.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex;
    width: auto
}

@media(min-width: 768px)and (max-width: 991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
        display: -ms-flexbox
    }
}

@media(max-width: 991px) {
    .menu .navbar-collapse {
        max-height: 93.5vh
    }

    .menu .navbar-collapse.show {
        overflow: auto
    }
}

@media(min-width: 992px) {
    .menu .navbar-nav.nav-dropdown {
        display: -webkit-flex
    }

    .menu .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-flex !important
    }

    .menu .collapsed .navbar-collapse {
        max-height: 93.5vh
    }

    .menu .collapsed .navbar-collapse.show {
        overflow: auto
    }
}

@media(max-width: 767px) {
    .menu .navbar-collapse {
        max-height: 80vh
    }
}

.nav-link .mbr-iconfont {
    margin-right: .5rem
}

.navbar {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -webkit-flex-grow: 1;
    -webkit-align-items: center
}

.nav-dropdown .link {
    padding: .667em 1.667em !important;
    margin: 0 !important
}

.nav {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap
}

.row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap
}

.justify-content-center {
    -webkit-justify-content: center
}

.form-inline {
    display: -webkit-flex
}

.card-wrapper {
    -webkit-flex: 1
}

.carousel-control {
    z-index: 10;
    display: -webkit-flex
}

.carousel-controls {
    display: -webkit-flex
}

.media {
    display: -webkit-flex
}

.form-group:focus {
    outline: none
}

.jq-selectbox__select {
    padding: 7px 0;
    position: relative
}

.jq-selectbox__dropdown {
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    top: 100%;
    left: 0 !important;
    width: 100% !important
}

.jq-selectbox__trigger-arrow {
    right: 0;
    transform: translateY(-50%)
}

.jq-selectbox li {
    padding: 1.07em .5em
}

input[type=range] {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.modal-dialog,
.modal-content {
    height: 100%
}

.modal-dialog .carousel-inner {
    height: calc(100vh - 1.75rem)
}

@media(max-width: 575px) {
    .modal-dialog .carousel-inner {
        height: calc(100vh - 1rem)
    }
}

.carousel-item {
    text-align: center
}

.carousel-item img {
    margin: auto
}

.navbar-toggler {
    align-self: flex-start;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

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

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

.navbar-toggler-left {
    position: absolute;
    left: 1rem
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem
}

.card-img {
    width: auto
}

.menu .navbar.collapsed:not(.beta-menu) {
    flex-direction: column
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: flex
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: initial !important
}

html,
body {
    height: auto;
    min-height: 100vh
}

.dropup .dropdown-toggle::after {
    display: none
}

.form-asterisk {
    font-family: initial;
    position: absolute;
    top: -2px;
    font-weight: normal
}

.form-control-label {
    position: relative;
    cursor: pointer;
    margin-bottom: .357em;
    padding: 0
}

.alert {
    color: #fff;
    border-radius: 0;
    border: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative;
    text-align: center
}

.alert.alert-form::after {
    background-color: inherit;
    bottom: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px
}

.form-control {
    background-color: #fff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: .6rem 1.2rem;
    transition: border-color .25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .07) 0px 1px 1px 0px, rgba(0, 0, 0, .07) 0px 1px 3px 0px, rgba(0, 0, 0, .03) 0px 0px 0px 1px
}

.form-active .form-control:invalid {
    border-color: red
}

form .row {
    margin-left: -0.6rem;
    margin-right: -0.6rem
}

form .row [class*=col] {
    padding-left: .6rem;
    padding-right: .6rem
}

form .mbr-section-btn {
    margin: 0;
    padding-left: .6rem;
    padding-right: .6rem
}

form .btn {
    display: flex;
    padding: .6rem 1.2rem;
    margin: 0
}

form .form-check-input {
    margin-top: .5
}

textarea.form-control {
    line-height: 1.5rem !important
}

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

.form-control,
form .btn {
    min-height: 48px
}

.gdpr-block label span.textGDPR input[name=gdpr] {
    top: 7px
}

.form-control:focus {
    box-shadow: none
}

:focus {
    outline: none
}

.mbr-overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none
}

blockquote {
    font-style: italic;
    padding: 3rem;
    font-size: 1.09rem;
    position: relative;
    border-left: 3px solid
}

ul,
ol,
pre,
blockquote {
    margin-bottom: 2.3125rem
}

.mt-4 {
    margin-top: 2rem !important
}

.mb-4 {
    margin-bottom: 2rem !important
}

@media(min-width: 992px) {
    .container {
        padding-left: 16px;
        padding-right: 16px
    }

    .row {
        margin-left: -16px;
        margin-right: -16px
    }

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

@media(min-width: 768px) {
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .mbr-container {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media(max-width: 767px) {
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px
    }
}

.item-wrapper {
    overflow: hidden
}

.app-video-wrapper>img {
    opacity: 1
}

.item {
    position: relative
}

.dropdown-menu .dropdown-menu {
    left: 100%
}

.dropdown-item+.dropdown-menu {
    display: none
}

.dropdown-item:hover+.dropdown-menu,
.dropdown-menu:hover {
    display: block
}.cid-sTUqzsBEW9 {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-sTUqzsBEW9 .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-sTUqzsBEW9 nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-sTUqzsBEW9 .container,
  .cid-sTUqzsBEW9 .container-fluid {
    flex-wrap: initial;
  }
  .cid-sTUqzsBEW9 .nav-link:hover,
  .cid-sTUqzsBEW9 .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-sTUqzsBEW9 .navbar-nav {
  margin: auto;
}
.cid-sTUqzsBEW9 .dropdown-item {
  color: #000000 !important;
}
.cid-sTUqzsBEW9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTUqzsBEW9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTUqzsBEW9 .navbar-short,
.cid-sTUqzsBEW9 .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sTUqzsBEW9 .navbar-short .nav-link,
.cid-sTUqzsBEW9 .opened .nav-link,
.cid-sTUqzsBEW9 .navbar-short .navbar-caption,
.cid-sTUqzsBEW9 .opened .navbar-caption,
.cid-sTUqzsBEW9 .navbar-short .mbr-iconfont,
.cid-sTUqzsBEW9 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sTUqzsBEW9 .navbar-short .hamburger span,
.cid-sTUqzsBEW9 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sTUqzsBEW9 .nav-link {
  font-family: "TheSansArab-Bold";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-sTUqzsBEW9 .dropdown-item:before {
  font-family: "TheSansArab-Bold" !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTUqzsBEW9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-sTUqzsBEW9 .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-sTUqzsBEW9 .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-sTUqzsBEW9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sTUqzsBEW9 .container {
  display: flex;
  margin: auto;
}
.cid-sTUqzsBEW9 .iconfont-wrapper {
  color: #0d3d61 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sTUqzsBEW9 .dropdown-menu,
.cid-sTUqzsBEW9 .navbar.opened {
  background: #ffffff !important;
}
.cid-sTUqzsBEW9 .nav-item:focus,
.cid-sTUqzsBEW9 .nav-link:focus {
  outline: none;
}
.cid-sTUqzsBEW9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTUqzsBEW9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTUqzsBEW9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTUqzsBEW9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTUqzsBEW9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTUqzsBEW9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTUqzsBEW9 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  box-shadow: 0px 4px 13px 1px rgba(0, 0, 0, 0.8);
  border-bottom: 5px solid #c1962d;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
}
.cid-sTUqzsBEW9 .navbar.opened {
  transition: all 0.3s;
}
.cid-sTUqzsBEW9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTUqzsBEW9 .navbar .navbar-logo img {
  width: auto;
}
.cid-sTUqzsBEW9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTUqzsBEW9 .navbar.collapsed {
  justify-content: center;
}
.cid-sTUqzsBEW9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTUqzsBEW9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sTUqzsBEW9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sTUqzsBEW9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTUqzsBEW9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTUqzsBEW9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sTUqzsBEW9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTUqzsBEW9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTUqzsBEW9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTUqzsBEW9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTUqzsBEW9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTUqzsBEW9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTUqzsBEW9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTUqzsBEW9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sTUqzsBEW9 .navbar .navbar-logo img {
    height: 6rem !important;
  }
  .cid-sTUqzsBEW9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-sTUqzsBEW9 .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-sTUqzsBEW9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTUqzsBEW9 .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-sTUqzsBEW9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTUqzsBEW9 .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-sTUqzsBEW9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTUqzsBEW9 .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTUqzsBEW9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "TheSansArab-Bold";
  font-weight: 400;
}
.cid-sTUqzsBEW9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTUqzsBEW9 .dropdown-item.active,
.cid-sTUqzsBEW9 .dropdown-item:active {
  background-color: transparent;
}
.cid-sTUqzsBEW9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTUqzsBEW9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTUqzsBEW9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTUqzsBEW9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sTUqzsBEW9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTUqzsBEW9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTUqzsBEW9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTUqzsBEW9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTUqzsBEW9 button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTUqzsBEW9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sTUqzsBEW9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTUqzsBEW9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTUqzsBEW9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTUqzsBEW9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTUqzsBEW9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTUqzsBEW9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTUqzsBEW9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTUqzsBEW9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTUqzsBEW9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTUqzsBEW9 a.nav-link {
  display: flex;
  align-items: center;
}
.cid-sTUqzsBEW9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTUqzsBEW9 .navbar {
    height: 70px;
  }
  .cid-sTUqzsBEW9 .navbar.opened {
    height: auto;
  }
  .cid-sTUqzsBEW9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTUEJfxXyN {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-35-1920x1280.jpg");
}
.cid-sTUEJfxXyN .mbr-section-subtitle {
  color: #8c8c95;
  text-align: left;
  margin: auto;
}
.cid-sTUEJfxXyN .mbr-section-title {
  text-align: left;
  color: #14142b;
  padding-bottom: 24px;
  margin: auto;
}
.cid-sTUEJfxXyN .row {
  align-items: center;
  height: 100%;
}
.cid-sTUEJfxXyN .wrapper {
  margin: auto;
}
.cid-sTUr4hkJtJ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/img347-2000x1333.jpg");
}
@media (max-width: 991px) {
  .cid-sTUr4hkJtJ .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sTUr4hkJtJ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sTUr4hkJtJ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sTUr4hkJtJ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sTUr4hkJtJ .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sTUr4hkJtJ .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sTUr4hkJtJ .section-head {
  margin-left: 3rem;
}
.cid-sTUr4hkJtJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sTUr4hkJtJ .image-wrapper img {
    margin-bottom: 2rem;
  }
}
.cid-sTUr4hkJtJ .card {
  border-top: 2px solid #17171a;
  border-radius: 0;
  margin: 0 3rem;
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .cid-sTUr4hkJtJ .card {
    padding-top: 2rem;
    padding-bottom: 0;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .cid-sTUr4hkJtJ .text-wrapper {
    position: relative;
  }
}
@media (min-width: 992px) {
  .cid-sTUr4hkJtJ .text-wrapper p {
    padding-right: 7rem;
  }
}
@media (max-width: 991px) {
  .cid-sTUr4hkJtJ .text-wrapper p {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-sTUr4hkJtJ .text-wrapper p {
    margin: 2rem 0;
  }
}
@media (min-width: 992px) {
  .cid-sTUr4hkJtJ .card-btn {
    width: 10.6rem;
    height: 10.6rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin: 0;
  }
  .cid-sTUr4hkJtJ .card-btn .rotate {
    transform: scale(1.3) rotate(45deg);
    margin-top: 0.4rem;
    margin-right: 0.6rem;
    margin-left: 0.5rem;
  }
  .cid-sTUr4hkJtJ .card-btn span {
    transition: all 0.8s;
  }
  .cid-sTUr4hkJtJ .card-btn:hover > span {
    transform: scale(1.3) rotate(90deg);
  }
}
@media (max-width: 991px) {
  .cid-sTUr4hkJtJ .card-btn {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    position: absolute;
    right: 0;
    top: 1.5rem;
  }
  .cid-sTUr4hkJtJ .card-btn .rotate {
    transform: rotate(45deg) scale(0.6);
    margin-top: 0.2rem;
    margin-left: 0;
  }
  .cid-sTUr4hkJtJ .card-btn span {
    transition: all 0.8s;
  }
  .cid-sTUr4hkJtJ .card-btn:hover > span {
    transform: scale(0.6) rotate(90deg);
  }
}
.cid-sTUr4hkJtJ .footer-btn {
  width: 10.6rem;
  height: 10.6rem;
  border-radius: 50%;
  padding-left: -0.5rem;
  padding-top: 0.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sTUr4hkJtJ .footer-btn {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .cid-sTUr4hkJtJ .footer-btn {
    width: 5rem;
    height: 5rem;
  }
}
.cid-sTUr4hkJtJ .section-footer {
  border-top: 2px solid #17171a;
  border-bottom: 2px solid #17171a;
  padding: 1rem 0;
  margin: 0 3rem;
}
@media (max-width: 767px) {
  .cid-sTUr4hkJtJ .section-footer {
    margin: 0;
  }
}
@media (max-width: 600px) {
  .cid-sTUr4hkJtJ .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sTUr4hkJtJ H3 {
  color: #c6810c;
  text-align: right;
}
.cid-sTUr4hkJtJ H4 {
  color: #ffffff;
  text-align: center;
}
.cid-sTUr4hkJtJ .mbr-text {
  color: #052136;
  text-align: right;
}
.cid-sTUr4hkJtJ .highlightblue {
  background: url(../../../assets/images/blue-title.png);
  background-repeat: no-repeat;
  background-size: 100% 95%;
  padding: 8px 0;
  text-shadow: 2px 2px 4px #000000;
}
.cid-sTUr4hkJtJ .highlightsilver {
  background: url(../../../assets/images/silver-title.png);
  background-repeat: no-repeat;
  background-size: 100% 95%;
  padding: 8px 0;
  text-shadow: 2px 2px 4px #000000;
}
.cid-sTUr4hkJtJ .highlightgold {
  background: url(../../../assets/images/gold-title-3d.png);
  background-repeat: no-repeat;
  background-size: 100% 95%;
  padding: 8px 0;
  text-shadow: 2px 2px 4px #000000;
}
.cid-sTUr4hkJtJ .imgpakblue {
  outline: 10px groove rgba(37, 145, 217, 0.58);
  outline-offset: 0px;
}
.cid-sTUr4hkJtJ .imgpaksilver {
  outline: 10px groove rgba(143, 140, 129, 0.58);
  outline-offset: 0px;
}
.cid-sTUr4hkJtJ .imgpakgold {
  outline: 10px groove rgba(245, 196, 22, 0.58);
  outline-offset: 0px;
}
.cid-sTUqzuNeXj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/image-120-1123x794.png");
}
.cid-sTUqzuNeXj .icon-transition span {
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #000000;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 74px;
  height: 74px;
  background: #e9970b none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sTUqzuNeXj .mbr-iconfont {
  align-items: center;
}
.cid-sTUqzuNeXj .mbr-iconfont:before {
  font-size: 30px;
  display: flex;
  justify-content: center;
}
.cid-sTUqzuNeXj .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sTUqzuNeXj .icon-transition span:hover {
  background-color: #000000;
  color: #e9970b;
}
.cid-sTUqzuNeXj .social-media {
  padding: 0;
}
.cid-sTUqzuNeXj .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-sTUqzuNeXj .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sTUqzuNeXj .mbr-list,
.cid-sTUqzuNeXj .social-media UL {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sTUqzuNeXj .social-list {
    text-align: center !important;
  }
}
.cid-sTUqzuNeXj .mbr-section-title,
.cid-sTUqzuNeXj .social-list {
  color: #c6810c;
}
.cid-sTUy7xSzOd.popup-builder {
  background-color: #ffffff;
}
.cid-sTUy7xSzOd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sTUy7xSzOd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sTUy7xSzOd .modal-content,
.cid-sTUy7xSzOd .modal-dialog {
  height: auto;
}
.cid-sTUy7xSzOd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sTUy7xSzOd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sTUy7xSzOd .form-wrapper .mbr-form .form-group,
  .cid-sTUy7xSzOd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sTUy7xSzOd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sTUy7xSzOd .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sTUy7xSzOd .mbr-text {
  text-align: center;
}
.cid-sTUy7xSzOd .pt-0 {
  padding-top: 0 !important;
}
.cid-sTUy7xSzOd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sTUy7xSzOd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sTUy7xSzOd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sTUy7xSzOd .modal-open {
  overflow: hidden;
}
.cid-sTUy7xSzOd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sTUy7xSzOd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sTUy7xSzOd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sTUy7xSzOd .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sTUy7xSzOd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sTUy7xSzOd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sTUy7xSzOd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sTUy7xSzOd .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sTUy7xSzOd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sTUy7xSzOd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sTUy7xSzOd .modal-backdrop.fade {
  opacity: 0;
}
.cid-sTUy7xSzOd .modal-backdrop.show {
  opacity: .5;
}
.cid-sTUy7xSzOd .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sTUy7xSzOd .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sTUy7xSzOd .modal-header {
    padding: 1rem;
  }
}
.cid-sTUy7xSzOd .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sTUy7xSzOd .modal-header .close svg {
  fill: #353535;
}
.cid-sTUy7xSzOd .modal-header .close:hover {
  opacity: 1;
}
.cid-sTUy7xSzOd .modal-header .close:focus {
  outline: none;
}
.cid-sTUy7xSzOd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0d3d61;
}
.cid-sTUy7xSzOd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sTUy7xSzOd .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sTUy7xSzOd .modal-body {
    padding: 1rem;
  }
}
.cid-sTUy7xSzOd .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sTUy7xSzOd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sTUy7xSzOd .modal-footer {
    padding: 1rem;
  }
}
.cid-sTUy7xSzOd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sTUy7xSzOd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sTUy7xSzOd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sTUy7xSzOd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sTUy7xSzOd .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sTUy7xSzOd .modal-lg,
  .cid-sTUy7xSzOd .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sTUy7xSzOd .modal-xl {
    max-width: 1140px;
  }
}
.cid-sTUy7xSzOd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sTUy7xSzOd .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sTUy7xSzOd .form-group {
  margin-bottom: 1rem;
}
.cid-sTUy7xSzOd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sTUy7xSzOd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sTUy7xSzOd .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sTUy7xSzOd .mbr-section-btn {
  margin: 0;
}
.cid-sTUy7xSzOd .mbr-section-btn .btn {
  margin: 0;
}
.cid-sTUqzvg4B8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #052136;
  overflow: hidden;
}
.cid-sTUqzvg4B8 .media-container-row .mbr-text {
  color: #9a948d;
}
.cid-sTUJHDzXYC.popup-builder {
  background-color: #ffffff;
}
.cid-sTUJHDzXYC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sTUJHDzXYC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sTUJHDzXYC .modal-content,
.cid-sTUJHDzXYC .modal-dialog {
  height: auto;
}
.cid-sTUJHDzXYC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sTUJHDzXYC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sTUJHDzXYC .form-wrapper .mbr-form .form-group,
  .cid-sTUJHDzXYC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sTUJHDzXYC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sTUJHDzXYC .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sTUJHDzXYC .mbr-text {
  text-align: center;
}
.cid-sTUJHDzXYC .pt-0 {
  padding-top: 0 !important;
}
.cid-sTUJHDzXYC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sTUJHDzXYC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sTUJHDzXYC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sTUJHDzXYC .modal-open {
  overflow: hidden;
}
.cid-sTUJHDzXYC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sTUJHDzXYC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sTUJHDzXYC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sTUJHDzXYC .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sTUJHDzXYC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sTUJHDzXYC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sTUJHDzXYC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sTUJHDzXYC .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sTUJHDzXYC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sTUJHDzXYC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sTUJHDzXYC .modal-backdrop.fade {
  opacity: 0;
}
.cid-sTUJHDzXYC .modal-backdrop.show {
  opacity: .5;
}
.cid-sTUJHDzXYC .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sTUJHDzXYC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sTUJHDzXYC .modal-header {
    padding: 1rem;
  }
}
.cid-sTUJHDzXYC .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sTUJHDzXYC .modal-header .close svg {
  fill: #353535;
}
.cid-sTUJHDzXYC .modal-header .close:hover {
  opacity: 1;
}
.cid-sTUJHDzXYC .modal-header .close:focus {
  outline: none;
}
.cid-sTUJHDzXYC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0d3d61;
}
.cid-sTUJHDzXYC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sTUJHDzXYC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sTUJHDzXYC .modal-body {
    padding: 1rem;
  }
}
.cid-sTUJHDzXYC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sTUJHDzXYC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sTUJHDzXYC .modal-footer {
    padding: 1rem;
  }
}
.cid-sTUJHDzXYC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sTUJHDzXYC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sTUJHDzXYC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sTUJHDzXYC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sTUJHDzXYC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sTUJHDzXYC .modal-lg,
  .cid-sTUJHDzXYC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sTUJHDzXYC .modal-xl {
    max-width: 1140px;
  }
}
.cid-sTUJHDzXYC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sTUJHDzXYC .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sTUJHDzXYC .form-group {
  margin-bottom: 1rem;
}
.cid-sTUJHDzXYC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sTUJHDzXYC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sTUJHDzXYC .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sTUJHDzXYC .mbr-section-btn {
  margin: 0;
}
.cid-sTUJHDzXYC .mbr-section-btn .btn {
  margin: 0;
}
section {
    background-color: #fff
}

body {
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
    position: relative
}

button {
    background-color: transparent;
    border-color: transparent
}

section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word
}

a.mbr-iconfont:hover {
    text-decoration: none
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
    margin-bottom: 0
}

a {
    font-style: normal;
    font-weight: 400;
    cursor: pointer
}

a,
a:hover {
    text-decoration: none
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.3
}

.mbr-section-subtitle {
    line-height: 1.3
}

.mbr-text {
    font-style: normal;
    line-height: 1.7
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
    line-height: 1;
    word-break: break-word;
    word-wrap: break-word;
    font-weight: 400
}

b,
strong {
    font-weight: bold
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition-delay: 9999s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color
}

textarea[type=hidden] {
    display: none
}

section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

section .mbr-background-video,
section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.hidden {
    visibility: hidden
}

.mbr-z-index20 {
    z-index: 20
}

/*! Base colors */
.mbr-white {
    color: #fff
}

.mbr-black {
    color: #111
}

.mbr-bg-white {
    background-color: #fff
}

.mbr-bg-black {
    background-color: #000
}

/*! Text-aligns */
.align-left {
    text-align: left
}

.align-center {
    text-align: center
}

.align-right {
    text-align: right
}

/*! Font-weight  */
.mbr-light {
    font-weight: 300
}

.mbr-regular {
    font-weight: 400
}

.mbr-semibold {
    font-weight: 500
}

.mbr-bold {
    font-weight: 700
}

/*! Media  */
.media-content {
    flex-basis: 100%
}

.media-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: start
}

.media-container-row .media-size-item {
    width: 400px
}

.media-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch
}

.media-container-column>* {
    width: 100%
}

@media(min-width: 992px) {
    .media-container-row {
        flex-wrap: nowrap
    }
}

figure {
    margin-bottom: 0;
    overflow: hidden
}

figure[mbr-media-size] {
    transition: width .1s
}

img,
iframe {
    display: block;
    width: 100%
}

.card {
    background-color: transparent;
    border: none
}

.card-box {
    width: 100%
}

.card-img {
    text-align: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0
}

.media {
    max-width: 100%;
    margin: 0 auto
}

.mbr-figure {
    align-self: center
}

.media-container>div {
    max-width: 100%
}

.mbr-figure img,
.card-img img {
    width: 100%
}

@media(max-width: 991px) {
    .media-size-item {
        width: auto !important
    }

    .media {
        width: auto
    }

    .mbr-figure {
        width: 100% !important
    }
}

/*! Buttons */
.mbr-section-btn {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    font-size: 0
}

.btn {
    font-weight: 400;
    border-width: 1px;
    /*font-style: italic;*/
    margin: .6rem .6rem;
    white-space: normal;
    transition: all .2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word
}

.btn-sm {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all .3s ease-in-out
}

.btn-md {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all .3s ease-in-out
}

.btn-lg {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all .3s ease-in-out
}

.btn-form {
    margin: 0
}

.btn-form:hover {
    cursor: pointer
}

nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
    order: 1;
    cursor: pointer;
    margin-left: .5rem;
    vertical-align: sub
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
    margin-left: .8rem
}

.mbr-regular {
    font-weight: 400
}

.mbr-semibold {
    font-weight: 500
}

.mbr-bold {
    font-weight: 700
}

[type=submit] {
    -webkit-appearance: none
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
    min-height: 100vh
}

.mbr-fullscreen {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem
}

/*! Map */
.map {
    height: 25rem;
    position: relative
}

.map iframe {
    width: 100%;
    height: 100%
}

/*! Scroll to top arrow */
.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #fff;
    font-size: 22px
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all .3s ease-in-out;
    cursor: pointer;
    text-align: center
}

.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, .4)
}

.mbr-arrow-up a i {
    line-height: 60px
}

.mbr-arrow-up-icon {
    display: block;
    color: #fff
}

.mbr-arrow-up-icon::before {
    content: "›";
    display: inline-block;
    font-family: serif;
    font-size: 22px;
    line-height: 1;
    font-style: normal;
    position: relative;
    top: 6px;
    left: -4px;
    transform: rotate(-90deg)
}

/*! Arrow Down */
.mbr-arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, .5);
    border-radius: 50%;
    transform: translateX(-50%)
}

@media(max-width: 767px) {
    .mbr-arrow {
        display: none
    }
}

.mbr-arrow>a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
    color: #fff
}

.mbr-arrow>a>i {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 2rem
}

#scrollToTop a i::before {
    content: "";
    position: absolute;
    display: block;
    border-bottom: 2.5px solid #fff;
    border-left: 2.5px solid #fff;
    width: 27.8%;
    height: 27.8%;
    left: 50%;
    top: 51%;
    transform: translateY(-30%) translateX(-50%) rotate(135deg)
}

@keyframes arrowdown {
    0% {
        transform: translateY(0px)
    }

    50% {
        transform: translateY(-5px)
    }

    100% {
        transform: translateY(0px)
    }
}

@-webkit-keyframes arrowdown {
    0% {
        transform: translateY(0px)
    }

    50% {
        transform: translateY(-5px)
    }

    100% {
        transform: translateY(0px)
    }
}

@media(max-width: 500px) {
    .mbr-arrow-up {
        left: 0;
        right: 0;
        text-align: center
    }
}

@keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}

@-webkit-keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}

.bg-gradient {
    background-size: 200% 200%;
    animation: gradient-animation 5s infinite alternate;
    -webkit-animation: gradient-animation 5s infinite alternate
}

.menu .navbar-brand {
    display: -webkit-flex
}

.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex
}

.menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex
}

.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex;
    width: auto
}

@media(min-width: 768px)and (max-width: 991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
        display: -ms-flexbox
    }
}

@media(max-width: 991px) {
    .menu .navbar-collapse {
        max-height: 93.5vh
    }

    .menu .navbar-collapse.show {
        overflow: auto
    }
}

@media(min-width: 992px) {
    .menu .navbar-nav.nav-dropdown {
        display: -webkit-flex
    }

    .menu .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-flex !important
    }

    .menu .collapsed .navbar-collapse {
        max-height: 93.5vh
    }

    .menu .collapsed .navbar-collapse.show {
        overflow: auto
    }
}

@media(max-width: 767px) {
    .menu .navbar-collapse {
        max-height: 80vh
    }
}

.nav-link .mbr-iconfont {
    margin-right: .5rem
}

.navbar {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -webkit-flex-grow: 1;
    -webkit-align-items: center
}

.nav-dropdown .link {
    padding: .667em 1.667em !important;
    margin: 0 !important
}

.nav {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap
}

.row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap
}

.justify-content-center {
    -webkit-justify-content: center
}

.form-inline {
    display: -webkit-flex
}

.card-wrapper {
    -webkit-flex: 1
}

.carousel-control {
    z-index: 10;
    display: -webkit-flex
}

.carousel-controls {
    display: -webkit-flex
}

.media {
    display: -webkit-flex
}

.form-group:focus {
    outline: none
}

.jq-selectbox__select {
    padding: 7px 0;
    position: relative
}

.jq-selectbox__dropdown {
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    top: 100%;
    left: 0 !important;
    width: 100% !important
}

.jq-selectbox__trigger-arrow {
    right: 0;
    transform: translateY(-50%)
}

.jq-selectbox li {
    padding: 1.07em .5em
}

input[type=range] {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.modal-dialog,
.modal-content {
    height: 100%
}

.modal-dialog .carousel-inner {
    height: calc(100vh - 1.75rem)
}

@media(max-width: 575px) {
    .modal-dialog .carousel-inner {
        height: calc(100vh - 1rem)
    }
}

.carousel-item {
    text-align: center
}

.carousel-item img {
    margin: auto
}

.navbar-toggler {
    align-self: flex-start;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

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

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

.navbar-toggler-left {
    position: absolute;
    left: 1rem
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem
}

.card-img {
    width: auto
}

.menu .navbar.collapsed:not(.beta-menu) {
    flex-direction: column
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: flex
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: initial !important
}

html,
body {
    height: auto;
    min-height: 100vh
}

.dropup .dropdown-toggle::after {
    display: none
}

.form-asterisk {
    font-family: initial;
    position: absolute;
    top: -2px;
    font-weight: normal
}

.form-control-label {
    position: relative;
    cursor: pointer;
    margin-bottom: .357em;
    padding: 0
}

.alert {
    color: #fff;
    border-radius: 0;
    border: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative;
    text-align: center
}

.alert.alert-form::after {
    background-color: inherit;
    bottom: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px
}

.form-control {
    background-color: #fff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: .6rem 1.2rem;
    transition: border-color .25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .07) 0px 1px 1px 0px, rgba(0, 0, 0, .07) 0px 1px 3px 0px, rgba(0, 0, 0, .03) 0px 0px 0px 1px
}

.form-active .form-control:invalid {
    border-color: red
}

form .row {
    margin-left: -0.6rem;
    margin-right: -0.6rem
}

form .row [class*=col] {
    padding-left: .6rem;
    padding-right: .6rem
}

form .mbr-section-btn {
    margin: 0;
    padding-left: .6rem;
    padding-right: .6rem
}

form .btn {
    display: flex;
    padding: .6rem 1.2rem;
    margin: 0
}

form .form-check-input {
    margin-top: .5
}

textarea.form-control {
    line-height: 1.5rem !important
}

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

.form-control,
form .btn {
    min-height: 48px
}

.gdpr-block label span.textGDPR input[name=gdpr] {
    top: 7px
}

.form-control:focus {
    box-shadow: none
}

:focus {
    outline: none
}

.mbr-overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none
}

blockquote {
    font-style: italic;
    padding: 3rem;
    font-size: 1.09rem;
    position: relative;
    border-left: 3px solid
}

ul,
ol,
pre,
blockquote {
    margin-bottom: 2.3125rem
}

.mt-4 {
    margin-top: 2rem !important
}

.mb-4 {
    margin-bottom: 2rem !important
}

@media(min-width: 992px) {
    .container {
        padding-left: 16px;
        padding-right: 16px
    }

    .row {
        margin-left: -16px;
        margin-right: -16px
    }

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

@media(min-width: 768px) {
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .mbr-container {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media(max-width: 767px) {
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px
    }
}

.item-wrapper {
    overflow: hidden
}

.app-video-wrapper>img {
    opacity: 1
}

.item {
    position: relative
}

.dropdown-menu .dropdown-menu {
    left: 100%
}

.dropdown-item+.dropdown-menu {
    display: none
}

.dropdown-item:hover+.dropdown-menu,
.dropdown-menu:hover {
    display: block
}.cid-sTUEyo19sL {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-35-1920x1280.jpg");
}
.cid-sTUEyo19sL .mbr-section-subtitle {
  color: #8c8c95;
  text-align: left;
  margin: auto;
}
.cid-sTUEyo19sL .mbr-section-title {
  text-align: left;
  color: #14142b;
  padding-bottom: 24px;
  margin: auto;
}
.cid-sTUEyo19sL .row {
  align-items: center;
  height: 100%;
}
.cid-sTUEyo19sL .wrapper {
  margin: auto;
}
.cid-sTUjRHx0Ly {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-sTUjRHx0Ly .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-sTUjRHx0Ly nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-sTUjRHx0Ly .container,
  .cid-sTUjRHx0Ly .container-fluid {
    flex-wrap: initial;
  }
  .cid-sTUjRHx0Ly .nav-link:hover,
  .cid-sTUjRHx0Ly .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-sTUjRHx0Ly .navbar-nav {
  margin: auto;
}
.cid-sTUjRHx0Ly .dropdown-item {
  color: #000000 !important;
}
.cid-sTUjRHx0Ly .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTUjRHx0Ly .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTUjRHx0Ly .navbar-short,
.cid-sTUjRHx0Ly .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sTUjRHx0Ly .navbar-short .nav-link,
.cid-sTUjRHx0Ly .opened .nav-link,
.cid-sTUjRHx0Ly .navbar-short .navbar-caption,
.cid-sTUjRHx0Ly .opened .navbar-caption,
.cid-sTUjRHx0Ly .navbar-short .mbr-iconfont,
.cid-sTUjRHx0Ly .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sTUjRHx0Ly .navbar-short .hamburger span,
.cid-sTUjRHx0Ly .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sTUjRHx0Ly .nav-link {
  font-family: "TheSansArab-Bold";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-sTUjRHx0Ly .dropdown-item:before {
  font-family: "TheSansArab-Bold" !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTUjRHx0Ly .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-sTUjRHx0Ly .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-sTUjRHx0Ly .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-sTUjRHx0Ly .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sTUjRHx0Ly .container {
  display: flex;
  margin: auto;
}
.cid-sTUjRHx0Ly .iconfont-wrapper {
  color: #0d3d61 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sTUjRHx0Ly .dropdown-menu,
.cid-sTUjRHx0Ly .navbar.opened {
  background: #ffffff !important;
}
.cid-sTUjRHx0Ly .nav-item:focus,
.cid-sTUjRHx0Ly .nav-link:focus {
  outline: none;
}
.cid-sTUjRHx0Ly .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTUjRHx0Ly .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTUjRHx0Ly .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTUjRHx0Ly .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTUjRHx0Ly .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTUjRHx0Ly .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTUjRHx0Ly .navbar {
  min-height: 90px;
  transition: all 0.3s;
  box-shadow: 0px 4px 13px 1px rgba(0, 0, 0, 0.8);
  border-bottom: 5px solid #c1962d;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
}
.cid-sTUjRHx0Ly .navbar.opened {
  transition: all 0.3s;
}
.cid-sTUjRHx0Ly .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTUjRHx0Ly .navbar .navbar-logo img {
  width: auto;
}
.cid-sTUjRHx0Ly .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTUjRHx0Ly .navbar.collapsed {
  justify-content: center;
}
.cid-sTUjRHx0Ly .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTUjRHx0Ly .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sTUjRHx0Ly .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sTUjRHx0Ly .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTUjRHx0Ly .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTUjRHx0Ly .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sTUjRHx0Ly .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTUjRHx0Ly .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTUjRHx0Ly .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTUjRHx0Ly .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTUjRHx0Ly .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTUjRHx0Ly .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTUjRHx0Ly .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTUjRHx0Ly .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sTUjRHx0Ly .navbar .navbar-logo img {
    height: 6rem !important;
  }
  .cid-sTUjRHx0Ly .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-sTUjRHx0Ly .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-sTUjRHx0Ly .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTUjRHx0Ly .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-sTUjRHx0Ly .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTUjRHx0Ly .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-sTUjRHx0Ly .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTUjRHx0Ly .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTUjRHx0Ly .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "TheSansArab-Bold";
  font-weight: 400;
}
.cid-sTUjRHx0Ly .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTUjRHx0Ly .dropdown-item.active,
.cid-sTUjRHx0Ly .dropdown-item:active {
  background-color: transparent;
}
.cid-sTUjRHx0Ly .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTUjRHx0Ly .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTUjRHx0Ly .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTUjRHx0Ly .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sTUjRHx0Ly .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTUjRHx0Ly .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTUjRHx0Ly ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTUjRHx0Ly .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTUjRHx0Ly button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTUjRHx0Ly button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sTUjRHx0Ly button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTUjRHx0Ly button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTUjRHx0Ly button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTUjRHx0Ly button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTUjRHx0Ly nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTUjRHx0Ly nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTUjRHx0Ly nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTUjRHx0Ly nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTUjRHx0Ly .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTUjRHx0Ly a.nav-link {
  display: flex;
  align-items: center;
}
.cid-sTUjRHx0Ly .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTUjRHx0Ly .navbar {
    height: 70px;
  }
  .cid-sTUjRHx0Ly .navbar.opened {
    height: auto;
  }
  .cid-sTUjRHx0Ly .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTUjRJub2D {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/image-4-1123x794.png");
}
.cid-sTUjRJub2D img {
  object-fit: cover;
  max-height: 585px;
}
.cid-sTUjRJub2D .wrap {
  border: 1px solid #c6810c;
}
@media (min-width: 992px) {
  .cid-sTUjRJub2D .wrap {
    height: 100%;
    padding: 65px 2rem 0px;
  }
}
@media (min-width: 1400px) {
  .cid-sTUjRJub2D .wrap {
    max-height: 100%;
    padding-top: 8rem;
  }
}
@media (max-width: 991px) {
  .cid-sTUjRJub2D .wrap {
    padding: 2rem 1rem;
    margin-top: 2rem;
  }
}
.cid-sTUjRJub2D .card-text {
  color: #767676;
}
.cid-sTUjRJub2D .main-sub-title {
  color: #ffffff;
}
.cid-sTUjRJub2D .main-text {
  font-family: "TheSansArab-Bold";
  color: #c0bcb7;
}
.cid-sTUjRJub2D .btn {
  font-family: "TheSansArab-Bold";
  padding: 0.8rem 4rem;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-sTUjRJub2D span {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-sTUjRJub2D span::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform-origin: top left;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-sTUjRJub2D span::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-sTUjRJub2D .btn:hover span::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-sTUjRJub2D .btn:hover span::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-sTUjRJub2D .main-title {
  color: #c1962d;
  text-align: right;
}
.cid-sTUjRJub2D .main-text,
.cid-sTUjRJub2D .link-align-wrapper,
.cid-sTUjRJub2D .mbr-section-btn {
  color: #0d3d61;
  text-align: right;
}
.cid-sTUjRK7hRl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img347-2000x1333.jpg");
}
.cid-sTUjRK7hRl .line {
  width: 100%;
  height: 2px;
  background: #17171A;
}
.cid-sTUjRK7hRl .mbr-section-title {
  width: 100%;
}
.cid-sTUjRK7hRl .item {
  width: 48.4rem;
  padding: 1rem 0;
  border-top: 1px solid #9b9ba5;
  margin: 0 1.2rem 2rem;
}
@media (max-width: 992px) {
  .cid-sTUjRK7hRl .item {
    width: 45%;
  }
  .cid-sTUjRK7hRl .item:nth-child(2n) {
    margin-right: 0.1rem;
  }
}
@media (max-width: 768px) {
  .cid-sTUjRK7hRl .item {
    width: 88%;
  }
}
@media (max-width: 600px) {
  .cid-sTUjRK7hRl .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sTUjRK7hRl .mbr-text {
  color: #0d3d61;
  text-align: right;
}
.cid-sTUjRK7hRl .mbr-section-subtitle {
  color: #9b9ba5;
}
.cid-sTUjRK7hRl .mbr-section-title {
  color: #c1962d;
}
.cid-sTUjRL2cng {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/image-120-1123x794.png");
}
.cid-sTUjRL2cng .icon-transition span {
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #000000;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 74px;
  height: 74px;
  background: #e9970b none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sTUjRL2cng .mbr-iconfont {
  align-items: center;
}
.cid-sTUjRL2cng .mbr-iconfont:before {
  font-size: 30px;
  display: flex;
  justify-content: center;
}
.cid-sTUjRL2cng .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sTUjRL2cng .icon-transition span:hover {
  background-color: #000000;
  color: #e9970b;
}
.cid-sTUjRL2cng .social-media {
  padding: 0;
}
.cid-sTUjRL2cng .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-sTUjRL2cng .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sTUjRL2cng .mbr-list,
.cid-sTUjRL2cng .social-media UL {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sTUjRL2cng .social-list {
    text-align: center !important;
  }
}
.cid-sTUjRL2cng .mbr-section-title,
.cid-sTUjRL2cng .social-list {
  color: #c6810c;
}
.cid-sTUjRLzT0Z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #052136;
  overflow: hidden;
}
.cid-sTUjRLzT0Z .media-container-row .mbr-text {
  color: #9a948d;
}
.cid-sTUJHDyc7M.popup-builder {
  background-color: #ffffff;
}
.cid-sTUJHDyc7M.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sTUJHDyc7M.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sTUJHDyc7M .modal-content,
.cid-sTUJHDyc7M .modal-dialog {
  height: auto;
}
.cid-sTUJHDyc7M .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sTUJHDyc7M .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sTUJHDyc7M .form-wrapper .mbr-form .form-group,
  .cid-sTUJHDyc7M .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sTUJHDyc7M .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sTUJHDyc7M .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sTUJHDyc7M .mbr-text {
  text-align: center;
}
.cid-sTUJHDyc7M .pt-0 {
  padding-top: 0 !important;
}
.cid-sTUJHDyc7M .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sTUJHDyc7M .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sTUJHDyc7M .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sTUJHDyc7M .modal-open {
  overflow: hidden;
}
.cid-sTUJHDyc7M .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sTUJHDyc7M .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sTUJHDyc7M .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sTUJHDyc7M .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sTUJHDyc7M .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sTUJHDyc7M .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sTUJHDyc7M .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sTUJHDyc7M .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sTUJHDyc7M .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sTUJHDyc7M .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sTUJHDyc7M .modal-backdrop.fade {
  opacity: 0;
}
.cid-sTUJHDyc7M .modal-backdrop.show {
  opacity: .5;
}
.cid-sTUJHDyc7M .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sTUJHDyc7M .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sTUJHDyc7M .modal-header {
    padding: 1rem;
  }
}
.cid-sTUJHDyc7M .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sTUJHDyc7M .modal-header .close svg {
  fill: #353535;
}
.cid-sTUJHDyc7M .modal-header .close:hover {
  opacity: 1;
}
.cid-sTUJHDyc7M .modal-header .close:focus {
  outline: none;
}
.cid-sTUJHDyc7M .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0d3d61;
}
.cid-sTUJHDyc7M .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sTUJHDyc7M .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sTUJHDyc7M .modal-body {
    padding: 1rem;
  }
}
.cid-sTUJHDyc7M .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sTUJHDyc7M .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sTUJHDyc7M .modal-footer {
    padding: 1rem;
  }
}
.cid-sTUJHDyc7M .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sTUJHDyc7M .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sTUJHDyc7M .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sTUJHDyc7M .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sTUJHDyc7M .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sTUJHDyc7M .modal-lg,
  .cid-sTUJHDyc7M .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sTUJHDyc7M .modal-xl {
    max-width: 1140px;
  }
}
.cid-sTUJHDyc7M .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sTUJHDyc7M .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sTUJHDyc7M .form-group {
  margin-bottom: 1rem;
}
.cid-sTUJHDyc7M .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sTUJHDyc7M .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sTUJHDyc7M .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sTUJHDyc7M .mbr-section-btn {
  margin: 0;
}
.cid-sTUJHDyc7M .mbr-section-btn .btn {
  margin: 0;
}
.cid-t0L7xqWbOd.popup-builder {
  background-color: #ffffff;
}
.cid-t0L7xqWbOd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t0L7xqWbOd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t0L7xqWbOd .modal-content,
.cid-t0L7xqWbOd .modal-dialog {
  height: auto;
}
.cid-t0L7xqWbOd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t0L7xqWbOd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t0L7xqWbOd .form-wrapper .mbr-form .form-group,
  .cid-t0L7xqWbOd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t0L7xqWbOd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t0L7xqWbOd .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t0L7xqWbOd .mbr-text {
  text-align: center;
}
.cid-t0L7xqWbOd .pt-0 {
  padding-top: 0 !important;
}
.cid-t0L7xqWbOd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t0L7xqWbOd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t0L7xqWbOd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t0L7xqWbOd .modal-open {
  overflow: hidden;
}
.cid-t0L7xqWbOd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t0L7xqWbOd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t0L7xqWbOd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t0L7xqWbOd .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-t0L7xqWbOd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t0L7xqWbOd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t0L7xqWbOd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t0L7xqWbOd .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-t0L7xqWbOd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t0L7xqWbOd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t0L7xqWbOd .modal-backdrop.fade {
  opacity: 0;
}
.cid-t0L7xqWbOd .modal-backdrop.show {
  opacity: .5;
}
.cid-t0L7xqWbOd .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-t0L7xqWbOd .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t0L7xqWbOd .modal-header {
    padding: 1rem;
  }
}
.cid-t0L7xqWbOd .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t0L7xqWbOd .modal-header .close svg {
  fill: #353535;
}
.cid-t0L7xqWbOd .modal-header .close:hover {
  opacity: 1;
}
.cid-t0L7xqWbOd .modal-header .close:focus {
  outline: none;
}
.cid-t0L7xqWbOd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0d3d61;
}
.cid-t0L7xqWbOd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t0L7xqWbOd .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t0L7xqWbOd .modal-body {
    padding: 1rem;
  }
}
.cid-t0L7xqWbOd .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t0L7xqWbOd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t0L7xqWbOd .modal-footer {
    padding: 1rem;
  }
}
.cid-t0L7xqWbOd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t0L7xqWbOd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t0L7xqWbOd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t0L7xqWbOd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t0L7xqWbOd .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t0L7xqWbOd .modal-lg,
  .cid-t0L7xqWbOd .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t0L7xqWbOd .modal-xl {
    max-width: 1140px;
  }
}
.cid-t0L7xqWbOd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t0L7xqWbOd .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-t0L7xqWbOd .form-group {
  margin-bottom: 1rem;
}
.cid-t0L7xqWbOd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t0L7xqWbOd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t0L7xqWbOd .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-t0L7xqWbOd .mbr-section-btn {
  margin: 0;
}
.cid-t0L7xqWbOd .mbr-section-btn .btn {
  margin: 0;
}
section {
    background-color: #fff
}

body {
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
    position: relative
}

button {
    background-color: transparent;
    border-color: transparent
}

section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word
}

a.mbr-iconfont:hover {
    text-decoration: none
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
    margin-bottom: 0
}

a {
    font-style: normal;
    font-weight: 400;
    cursor: pointer
}

a,
a:hover {
    text-decoration: none
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.3
}

.mbr-section-subtitle {
    line-height: 1.3
}

.mbr-text {
    font-style: normal;
    line-height: 1.7
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
    line-height: 1;
    word-break: break-word;
    word-wrap: break-word;
    font-weight: 400
}

b,
strong {
    font-weight: bold
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition-delay: 9999s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color
}

textarea[type=hidden] {
    display: none
}

section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

section .mbr-background-video,
section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.hidden {
    visibility: hidden
}

.mbr-z-index20 {
    z-index: 20
}

/*! Base colors */
.mbr-white {
    color: #fff
}

.mbr-black {
    color: #111
}

.mbr-bg-white {
    background-color: #fff
}

.mbr-bg-black {
    background-color: #000
}

/*! Text-aligns */
.align-left {
    text-align: left
}

.align-center {
    text-align: center
}

.align-right {
    text-align: right
}

/*! Font-weight  */
.mbr-light {
    font-weight: 300
}

.mbr-regular {
    font-weight: 400
}

.mbr-semibold {
    font-weight: 500
}

.mbr-bold {
    font-weight: 700
}

/*! Media  */
.media-content {
    flex-basis: 100%
}

.media-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: start
}

.media-container-row .media-size-item {
    width: 400px
}

.media-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch
}

.media-container-column>* {
    width: 100%
}

@media(min-width: 992px) {
    .media-container-row {
        flex-wrap: nowrap
    }
}

figure {
    margin-bottom: 0;
    overflow: hidden
}

figure[mbr-media-size] {
    transition: width .1s
}

img,
iframe {
    display: block;
    width: 100%
}

.card {
    background-color: transparent;
    border: none
}

.card-box {
    width: 100%
}

.card-img {
    text-align: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0
}

.media {
    max-width: 100%;
    margin: 0 auto
}

.mbr-figure {
    align-self: center
}

.media-container>div {
    max-width: 100%
}

.mbr-figure img,
.card-img img {
    width: 100%
}

@media(max-width: 991px) {
    .media-size-item {
        width: auto !important
    }

    .media {
        width: auto
    }

    .mbr-figure {
        width: 100% !important
    }
}

/*! Buttons */
.mbr-section-btn {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    font-size: 0
}

.btn {
    font-weight: 400;
    border-width: 1px;
    /*font-style: italic;*/
    margin: .6rem .6rem;
    white-space: normal;
    transition: all .2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word
}

.btn-sm {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all .3s ease-in-out
}

.btn-md {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all .3s ease-in-out
}

.btn-lg {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all .3s ease-in-out
}

.btn-form {
    margin: 0
}

.btn-form:hover {
    cursor: pointer
}

nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
    order: 1;
    cursor: pointer;
    margin-left: .5rem;
    vertical-align: sub
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
    margin-left: .8rem
}

.mbr-regular {
    font-weight: 400
}

.mbr-semibold {
    font-weight: 500
}

.mbr-bold {
    font-weight: 700
}

[type=submit] {
    -webkit-appearance: none
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
    min-height: 100vh
}

.mbr-fullscreen {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem
}

/*! Map */
.map {
    height: 25rem;
    position: relative
}

.map iframe {
    width: 100%;
    height: 100%
}

/*! Scroll to top arrow */
.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #fff;
    font-size: 22px
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all .3s ease-in-out;
    cursor: pointer;
    text-align: center
}

.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, .4)
}

.mbr-arrow-up a i {
    line-height: 60px
}

.mbr-arrow-up-icon {
    display: block;
    color: #fff
}

.mbr-arrow-up-icon::before {
    content: "›";
    display: inline-block;
    font-family: serif;
    font-size: 22px;
    line-height: 1;
    font-style: normal;
    position: relative;
    top: 6px;
    left: -4px;
    transform: rotate(-90deg)
}

/*! Arrow Down */
.mbr-arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, .5);
    border-radius: 50%;
    transform: translateX(-50%)
}

@media(max-width: 767px) {
    .mbr-arrow {
        display: none
    }
}

.mbr-arrow>a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
    color: #fff
}

.mbr-arrow>a>i {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 2rem
}

#scrollToTop a i::before {
    content: "";
    position: absolute;
    display: block;
    border-bottom: 2.5px solid #fff;
    border-left: 2.5px solid #fff;
    width: 27.8%;
    height: 27.8%;
    left: 50%;
    top: 51%;
    transform: translateY(-30%) translateX(-50%) rotate(135deg)
}

@keyframes arrowdown {
    0% {
        transform: translateY(0px)
    }

    50% {
        transform: translateY(-5px)
    }

    100% {
        transform: translateY(0px)
    }
}

@-webkit-keyframes arrowdown {
    0% {
        transform: translateY(0px)
    }

    50% {
        transform: translateY(-5px)
    }

    100% {
        transform: translateY(0px)
    }
}

@media(max-width: 500px) {
    .mbr-arrow-up {
        left: 0;
        right: 0;
        text-align: center
    }
}

@keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}

@-webkit-keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}

.bg-gradient {
    background-size: 200% 200%;
    animation: gradient-animation 5s infinite alternate;
    -webkit-animation: gradient-animation 5s infinite alternate
}

.menu .navbar-brand {
    display: -webkit-flex
}

.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex
}

.menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex
}

.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex;
    width: auto
}

@media(min-width: 768px)and (max-width: 991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
        display: -ms-flexbox
    }
}

@media(max-width: 991px) {
    .menu .navbar-collapse {
        max-height: 93.5vh
    }

    .menu .navbar-collapse.show {
        overflow: auto
    }
}

@media(min-width: 992px) {
    .menu .navbar-nav.nav-dropdown {
        display: -webkit-flex
    }

    .menu .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-flex !important
    }

    .menu .collapsed .navbar-collapse {
        max-height: 93.5vh
    }

    .menu .collapsed .navbar-collapse.show {
        overflow: auto
    }
}

@media(max-width: 767px) {
    .menu .navbar-collapse {
        max-height: 80vh
    }
}

.nav-link .mbr-iconfont {
    margin-right: .5rem
}

.navbar {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -webkit-flex-grow: 1;
    -webkit-align-items: center
}

.nav-dropdown .link {
    padding: .667em 1.667em !important;
    margin: 0 !important
}

.nav {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap
}

.row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap
}

.justify-content-center {
    -webkit-justify-content: center
}

.form-inline {
    display: -webkit-flex
}

.card-wrapper {
    -webkit-flex: 1
}

.carousel-control {
    z-index: 10;
    display: -webkit-flex
}

.carousel-controls {
    display: -webkit-flex
}

.media {
    display: -webkit-flex
}

.form-group:focus {
    outline: none
}

.jq-selectbox__select {
    padding: 7px 0;
    position: relative
}

.jq-selectbox__dropdown {
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    top: 100%;
    left: 0 !important;
    width: 100% !important
}

.jq-selectbox__trigger-arrow {
    right: 0;
    transform: translateY(-50%)
}

.jq-selectbox li {
    padding: 1.07em .5em
}

input[type=range] {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.modal-dialog,
.modal-content {
    height: 100%
}

.modal-dialog .carousel-inner {
    height: calc(100vh - 1.75rem)
}

@media(max-width: 575px) {
    .modal-dialog .carousel-inner {
        height: calc(100vh - 1rem)
    }
}

.carousel-item {
    text-align: center
}

.carousel-item img {
    margin: auto
}

.navbar-toggler {
    align-self: flex-start;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

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

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

.navbar-toggler-left {
    position: absolute;
    left: 1rem
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem
}

.card-img {
    width: auto
}

.menu .navbar.collapsed:not(.beta-menu) {
    flex-direction: column
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: flex
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: initial !important
}

html,
body {
    height: auto;
    min-height: 100vh
}

.dropup .dropdown-toggle::after {
    display: none
}

.form-asterisk {
    font-family: initial;
    position: absolute;
    top: -2px;
    font-weight: normal
}

.form-control-label {
    position: relative;
    cursor: pointer;
    margin-bottom: .357em;
    padding: 0
}

.alert {
    color: #fff;
    border-radius: 0;
    border: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative;
    text-align: center
}

.alert.alert-form::after {
    background-color: inherit;
    bottom: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px
}

.form-control {
    background-color: #fff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: .6rem 1.2rem;
    transition: border-color .25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .07) 0px 1px 1px 0px, rgba(0, 0, 0, .07) 0px 1px 3px 0px, rgba(0, 0, 0, .03) 0px 0px 0px 1px
}

.form-active .form-control:invalid {
    border-color: red
}

form .row {
    margin-left: -0.6rem;
    margin-right: -0.6rem
}

form .row [class*=col] {
    padding-left: .6rem;
    padding-right: .6rem
}

form .mbr-section-btn {
    margin: 0;
    padding-left: .6rem;
    padding-right: .6rem
}

form .btn {
    display: flex;
    padding: .6rem 1.2rem;
    margin: 0
}

form .form-check-input {
    margin-top: .5
}

textarea.form-control {
    line-height: 1.5rem !important
}

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

.form-control,
form .btn {
    min-height: 48px
}

.gdpr-block label span.textGDPR input[name=gdpr] {
    top: 7px
}

.form-control:focus {
    box-shadow: none
}

:focus {
    outline: none
}

.mbr-overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none
}

blockquote {
    font-style: italic;
    padding: 3rem;
    font-size: 1.09rem;
    position: relative;
    border-left: 3px solid
}

ul,
ol,
pre,
blockquote {
    margin-bottom: 2.3125rem
}

.mt-4 {
    margin-top: 2rem !important
}

.mb-4 {
    margin-bottom: 2rem !important
}

@media(min-width: 992px) {
    .container {
        padding-left: 16px;
        padding-right: 16px
    }

    .row {
        margin-left: -16px;
        margin-right: -16px
    }

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

@media(min-width: 768px) {
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .mbr-container {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media(max-width: 767px) {
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px
    }
}

.item-wrapper {
    overflow: hidden
}

.app-video-wrapper>img {
    opacity: 1
}

.item {
    position: relative
}

.dropdown-menu .dropdown-menu {
    left: 100%
}

.dropdown-item+.dropdown-menu {
    display: none
}

.dropdown-item:hover+.dropdown-menu,
.dropdown-menu:hover {
    display: block
}.cid-sTUxZm7WPi {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-35-1920x1280.jpg");
}
.cid-sTUxZm7WPi .mbr-section-subtitle {
  color: #8c8c95;
  text-align: left;
  margin: auto;
}
.cid-sTUxZm7WPi .mbr-section-title {
  text-align: left;
  color: #14142b;
  padding-bottom: 24px;
  margin: auto;
}
.cid-sTUxZm7WPi .row {
  align-items: center;
  height: 100%;
}
.cid-sTUxZm7WPi .wrapper {
  margin: auto;
}
.cid-sTUxZmqw9t {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/img347-2000x1333.jpg");
}
@media (max-width: 991px) {
  .cid-sTUxZmqw9t .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sTUxZmqw9t .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sTUxZmqw9t .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sTUxZmqw9t .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sTUxZmqw9t .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sTUxZmqw9t .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sTUxZmqw9t .section-head {
  margin-left: 3rem;
}
.cid-sTUxZmqw9t .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sTUxZmqw9t .image-wrapper img {
    margin-bottom: 2rem;
  }
}
.cid-sTUxZmqw9t .card {
  border-top: 2px solid #17171a;
  border-radius: 0;
  margin: 0 3rem;
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .cid-sTUxZmqw9t .card {
    padding-top: 2rem;
    padding-bottom: 0;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .cid-sTUxZmqw9t .text-wrapper {
    position: relative;
  }
}
@media (min-width: 992px) {
  .cid-sTUxZmqw9t .text-wrapper p {
    padding-right: 7rem;
  }
}
@media (max-width: 991px) {
  .cid-sTUxZmqw9t .text-wrapper p {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-sTUxZmqw9t .text-wrapper p {
    margin: 2rem 0;
  }
}
@media (min-width: 992px) {
  .cid-sTUxZmqw9t .card-btn {
    width: 10.6rem;
    height: 10.6rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin: 0;
  }
  .cid-sTUxZmqw9t .card-btn .rotate {
    transform: scale(1.3) rotate(45deg);
    margin-top: 0.4rem;
    margin-right: 0.6rem;
    margin-left: 0.5rem;
  }
  .cid-sTUxZmqw9t .card-btn span {
    transition: all 0.8s;
  }
  .cid-sTUxZmqw9t .card-btn:hover > span {
    transform: scale(1.3) rotate(90deg);
  }
}
@media (max-width: 991px) {
  .cid-sTUxZmqw9t .card-btn {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    position: absolute;
    right: 0;
    top: 1.5rem;
  }
  .cid-sTUxZmqw9t .card-btn .rotate {
    transform: rotate(45deg) scale(0.6);
    margin-top: 0.2rem;
    margin-left: 0;
  }
  .cid-sTUxZmqw9t .card-btn span {
    transition: all 0.8s;
  }
  .cid-sTUxZmqw9t .card-btn:hover > span {
    transform: scale(0.6) rotate(90deg);
  }
}
.cid-sTUxZmqw9t .footer-btn {
  width: 10.6rem;
  height: 10.6rem;
  border-radius: 50%;
  padding-left: -0.5rem;
  padding-top: 0.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sTUxZmqw9t .footer-btn {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .cid-sTUxZmqw9t .footer-btn {
    width: 5rem;
    height: 5rem;
  }
}
.cid-sTUxZmqw9t .section-footer {
  border-top: 2px solid #17171a;
  border-bottom: 2px solid #17171a;
  padding: 1rem 0;
  margin: 0 3rem;
}
@media (max-width: 767px) {
  .cid-sTUxZmqw9t .section-footer {
    margin: 0;
  }
}
@media (max-width: 600px) {
  .cid-sTUxZmqw9t .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sTUxZmqw9t H3 {
  color: #c6810c;
  text-align: right;
}
.cid-sTUxZmqw9t H4 {
  color: #0d3d61;
  text-align: center;
}
.cid-sTUxZmqw9t .mbr-text {
  color: #052136;
  text-align: right;
}
.cid-sTUxZlDsVI {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-sTUxZlDsVI .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-sTUxZlDsVI nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-sTUxZlDsVI .container,
  .cid-sTUxZlDsVI .container-fluid {
    flex-wrap: initial;
  }
  .cid-sTUxZlDsVI .nav-link:hover,
  .cid-sTUxZlDsVI .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-sTUxZlDsVI .navbar-nav {
  margin: auto;
}
.cid-sTUxZlDsVI .dropdown-item {
  color: #000000 !important;
}
.cid-sTUxZlDsVI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTUxZlDsVI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTUxZlDsVI .navbar-short,
.cid-sTUxZlDsVI .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sTUxZlDsVI .navbar-short .nav-link,
.cid-sTUxZlDsVI .opened .nav-link,
.cid-sTUxZlDsVI .navbar-short .navbar-caption,
.cid-sTUxZlDsVI .opened .navbar-caption,
.cid-sTUxZlDsVI .navbar-short .mbr-iconfont,
.cid-sTUxZlDsVI .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sTUxZlDsVI .navbar-short .hamburger span,
.cid-sTUxZlDsVI .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sTUxZlDsVI .nav-link {
  font-family: "TheSansArab-Bold";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-sTUxZlDsVI .dropdown-item:before {
  font-family: "TheSansArab-Bold" !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTUxZlDsVI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-sTUxZlDsVI .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-sTUxZlDsVI .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-sTUxZlDsVI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sTUxZlDsVI .container {
  display: flex;
  margin: auto;
}
.cid-sTUxZlDsVI .iconfont-wrapper {
  color: #0d3d61 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sTUxZlDsVI .dropdown-menu,
.cid-sTUxZlDsVI .navbar.opened {
  background: #ffffff !important;
}
.cid-sTUxZlDsVI .nav-item:focus,
.cid-sTUxZlDsVI .nav-link:focus {
  outline: none;
}
.cid-sTUxZlDsVI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTUxZlDsVI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTUxZlDsVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTUxZlDsVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTUxZlDsVI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTUxZlDsVI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTUxZlDsVI .navbar {
  min-height: 90px;
  transition: all 0.3s;
  box-shadow: 0px 4px 13px 1px rgba(0, 0, 0, 0.8);
  border-bottom: 5px solid #c1962d;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
}
.cid-sTUxZlDsVI .navbar.opened {
  transition: all 0.3s;
}
.cid-sTUxZlDsVI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTUxZlDsVI .navbar .navbar-logo img {
  width: auto;
}
.cid-sTUxZlDsVI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTUxZlDsVI .navbar.collapsed {
  justify-content: center;
}
.cid-sTUxZlDsVI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTUxZlDsVI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sTUxZlDsVI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sTUxZlDsVI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTUxZlDsVI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTUxZlDsVI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sTUxZlDsVI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTUxZlDsVI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTUxZlDsVI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTUxZlDsVI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTUxZlDsVI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTUxZlDsVI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTUxZlDsVI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTUxZlDsVI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sTUxZlDsVI .navbar .navbar-logo img {
    height: 6rem !important;
  }
  .cid-sTUxZlDsVI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-sTUxZlDsVI .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-sTUxZlDsVI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTUxZlDsVI .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-sTUxZlDsVI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTUxZlDsVI .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-sTUxZlDsVI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTUxZlDsVI .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTUxZlDsVI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "TheSansArab-Bold";
  font-weight: 400;
}
.cid-sTUxZlDsVI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTUxZlDsVI .dropdown-item.active,
.cid-sTUxZlDsVI .dropdown-item:active {
  background-color: transparent;
}
.cid-sTUxZlDsVI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTUxZlDsVI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTUxZlDsVI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTUxZlDsVI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sTUxZlDsVI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTUxZlDsVI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTUxZlDsVI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTUxZlDsVI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTUxZlDsVI button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTUxZlDsVI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sTUxZlDsVI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTUxZlDsVI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTUxZlDsVI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTUxZlDsVI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTUxZlDsVI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTUxZlDsVI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTUxZlDsVI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTUxZlDsVI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTUxZlDsVI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTUxZlDsVI a.nav-link {
  display: flex;
  align-items: center;
}
.cid-sTUxZlDsVI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTUxZlDsVI .navbar {
    height: 70px;
  }
  .cid-sTUxZlDsVI .navbar.opened {
    height: auto;
  }
  .cid-sTUxZlDsVI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTUxZn3UsS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/image-120-1123x794.png");
}
.cid-sTUxZn3UsS .icon-transition span {
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #000000;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 74px;
  height: 74px;
  background: #e9970b none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sTUxZn3UsS .mbr-iconfont {
  align-items: center;
}
.cid-sTUxZn3UsS .mbr-iconfont:before {
  font-size: 30px;
  display: flex;
  justify-content: center;
}
.cid-sTUxZn3UsS .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sTUxZn3UsS .icon-transition span:hover {
  background-color: #000000;
  color: #e9970b;
}
.cid-sTUxZn3UsS .social-media {
  padding: 0;
}
.cid-sTUxZn3UsS .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-sTUxZn3UsS .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sTUxZn3UsS .mbr-list,
.cid-sTUxZn3UsS .social-media UL {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sTUxZn3UsS .social-list {
    text-align: center !important;
  }
}
.cid-sTUxZn3UsS .mbr-section-title,
.cid-sTUxZn3UsS .social-list {
  color: #c6810c;
}
.cid-sTUxZnvu6T {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #052136;
  overflow: hidden;
}
.cid-sTUxZnvu6T .media-container-row .mbr-text {
  color: #9a948d;
}
.cid-sTUJHDz53V.popup-builder {
  background-color: #ffffff;
}
.cid-sTUJHDz53V.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sTUJHDz53V.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sTUJHDz53V .modal-content,
.cid-sTUJHDz53V .modal-dialog {
  height: auto;
}
.cid-sTUJHDz53V .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sTUJHDz53V .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sTUJHDz53V .form-wrapper .mbr-form .form-group,
  .cid-sTUJHDz53V .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sTUJHDz53V .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sTUJHDz53V .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sTUJHDz53V .mbr-text {
  text-align: center;
}
.cid-sTUJHDz53V .pt-0 {
  padding-top: 0 !important;
}
.cid-sTUJHDz53V .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sTUJHDz53V .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sTUJHDz53V .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sTUJHDz53V .modal-open {
  overflow: hidden;
}
.cid-sTUJHDz53V .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sTUJHDz53V .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sTUJHDz53V .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sTUJHDz53V .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sTUJHDz53V .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sTUJHDz53V .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sTUJHDz53V .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sTUJHDz53V .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sTUJHDz53V .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sTUJHDz53V .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sTUJHDz53V .modal-backdrop.fade {
  opacity: 0;
}
.cid-sTUJHDz53V .modal-backdrop.show {
  opacity: .5;
}
.cid-sTUJHDz53V .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sTUJHDz53V .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sTUJHDz53V .modal-header {
    padding: 1rem;
  }
}
.cid-sTUJHDz53V .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sTUJHDz53V .modal-header .close svg {
  fill: #353535;
}
.cid-sTUJHDz53V .modal-header .close:hover {
  opacity: 1;
}
.cid-sTUJHDz53V .modal-header .close:focus {
  outline: none;
}
.cid-sTUJHDz53V .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0d3d61;
}
.cid-sTUJHDz53V .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sTUJHDz53V .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sTUJHDz53V .modal-body {
    padding: 1rem;
  }
}
.cid-sTUJHDz53V .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sTUJHDz53V .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sTUJHDz53V .modal-footer {
    padding: 1rem;
  }
}
.cid-sTUJHDz53V .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sTUJHDz53V .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sTUJHDz53V .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sTUJHDz53V .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sTUJHDz53V .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sTUJHDz53V .modal-lg,
  .cid-sTUJHDz53V .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sTUJHDz53V .modal-xl {
    max-width: 1140px;
  }
}
.cid-sTUJHDz53V .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sTUJHDz53V .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sTUJHDz53V .form-group {
  margin-bottom: 1rem;
}
.cid-sTUJHDz53V .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sTUJHDz53V .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sTUJHDz53V .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sTUJHDz53V .mbr-section-btn {
  margin: 0;
}
.cid-sTUJHDz53V .mbr-section-btn .btn {
  margin: 0;
}
.cid-t0L7xqWoYo.popup-builder {
  background-color: #ffffff;
}
.cid-t0L7xqWoYo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t0L7xqWoYo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t0L7xqWoYo .modal-content,
.cid-t0L7xqWoYo .modal-dialog {
  height: auto;
}
.cid-t0L7xqWoYo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t0L7xqWoYo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t0L7xqWoYo .form-wrapper .mbr-form .form-group,
  .cid-t0L7xqWoYo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t0L7xqWoYo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t0L7xqWoYo .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t0L7xqWoYo .mbr-text {
  text-align: center;
}
.cid-t0L7xqWoYo .pt-0 {
  padding-top: 0 !important;
}
.cid-t0L7xqWoYo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t0L7xqWoYo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t0L7xqWoYo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t0L7xqWoYo .modal-open {
  overflow: hidden;
}
.cid-t0L7xqWoYo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t0L7xqWoYo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t0L7xqWoYo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t0L7xqWoYo .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-t0L7xqWoYo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t0L7xqWoYo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t0L7xqWoYo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t0L7xqWoYo .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-t0L7xqWoYo .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t0L7xqWoYo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t0L7xqWoYo .modal-backdrop.fade {
  opacity: 0;
}
.cid-t0L7xqWoYo .modal-backdrop.show {
  opacity: .5;
}
.cid-t0L7xqWoYo .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-t0L7xqWoYo .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t0L7xqWoYo .modal-header {
    padding: 1rem;
  }
}
.cid-t0L7xqWoYo .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t0L7xqWoYo .modal-header .close svg {
  fill: #353535;
}
.cid-t0L7xqWoYo .modal-header .close:hover {
  opacity: 1;
}
.cid-t0L7xqWoYo .modal-header .close:focus {
  outline: none;
}
.cid-t0L7xqWoYo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0d3d61;
}
.cid-t0L7xqWoYo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t0L7xqWoYo .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t0L7xqWoYo .modal-body {
    padding: 1rem;
  }
}
.cid-t0L7xqWoYo .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t0L7xqWoYo .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t0L7xqWoYo .modal-footer {
    padding: 1rem;
  }
}
.cid-t0L7xqWoYo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t0L7xqWoYo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t0L7xqWoYo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t0L7xqWoYo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t0L7xqWoYo .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t0L7xqWoYo .modal-lg,
  .cid-t0L7xqWoYo .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t0L7xqWoYo .modal-xl {
    max-width: 1140px;
  }
}
.cid-t0L7xqWoYo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t0L7xqWoYo .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-t0L7xqWoYo .form-group {
  margin-bottom: 1rem;
}
.cid-t0L7xqWoYo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t0L7xqWoYo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t0L7xqWoYo .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-t0L7xqWoYo .mbr-section-btn {
  margin: 0;
}
.cid-t0L7xqWoYo .mbr-section-btn .btn {
  margin: 0;
}
section {
    background-color: #fff
}

body {
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
    position: relative
}

button {
    background-color: transparent;
    border-color: transparent
}

section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word
}

a.mbr-iconfont:hover {
    text-decoration: none
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
    margin-bottom: 0
}

a {
    font-style: normal;
    font-weight: 400;
    cursor: pointer
}

a,
a:hover {
    text-decoration: none
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.3
}

.mbr-section-subtitle {
    line-height: 1.3
}

.mbr-text {
    font-style: normal;
    line-height: 1.7
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
    line-height: 1;
    word-break: break-word;
    word-wrap: break-word;
    font-weight: 400
}

b,
strong {
    font-weight: bold
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition-delay: 9999s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color
}

textarea[type=hidden] {
    display: none
}

section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

section .mbr-background-video,
section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.hidden {
    visibility: hidden
}

.mbr-z-index20 {
    z-index: 20
}

/*! Base colors */
.mbr-white {
    color: #fff
}

.mbr-black {
    color: #111
}

.mbr-bg-white {
    background-color: #fff
}

.mbr-bg-black {
    background-color: #000
}

/*! Text-aligns */
.align-left {
    text-align: left
}

.align-center {
    text-align: center
}

.align-right {
    text-align: right
}

/*! Font-weight  */
.mbr-light {
    font-weight: 300
}

.mbr-regular {
    font-weight: 400
}

.mbr-semibold {
    font-weight: 500
}

.mbr-bold {
    font-weight: 700
}

/*! Media  */
.media-content {
    flex-basis: 100%
}

.media-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: start
}

.media-container-row .media-size-item {
    width: 400px
}

.media-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch
}

.media-container-column>* {
    width: 100%
}

@media(min-width: 992px) {
    .media-container-row {
        flex-wrap: nowrap
    }
}

figure {
    margin-bottom: 0;
    overflow: hidden
}

figure[mbr-media-size] {
    transition: width .1s
}

img,
iframe {
    display: block;
    width: 100%
}

.card {
    background-color: transparent;
    border: none
}

.card-box {
    width: 100%
}

.card-img {
    text-align: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0
}

.media {
    max-width: 100%;
    margin: 0 auto
}

.mbr-figure {
    align-self: center
}

.media-container>div {
    max-width: 100%
}

.mbr-figure img,
.card-img img {
    width: 100%
}

@media(max-width: 991px) {
    .media-size-item {
        width: auto !important
    }

    .media {
        width: auto
    }

    .mbr-figure {
        width: 100% !important
    }
}

/*! Buttons */
.mbr-section-btn {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    font-size: 0
}

.btn {
    font-weight: 400;
    border-width: 1px;
    /*font-style: italic;*/
    margin: .6rem .6rem;
    white-space: normal;
    transition: all .2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word
}

.btn-sm {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all .3s ease-in-out
}

.btn-md {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all .3s ease-in-out
}

.btn-lg {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all .3s ease-in-out
}

.btn-form {
    margin: 0
}

.btn-form:hover {
    cursor: pointer
}

nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
    order: 1;
    cursor: pointer;
    margin-left: .5rem;
    vertical-align: sub
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
    margin-left: .8rem
}

.mbr-regular {
    font-weight: 400
}

.mbr-semibold {
    font-weight: 500
}

.mbr-bold {
    font-weight: 700
}

[type=submit] {
    -webkit-appearance: none
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
    min-height: 100vh
}

.mbr-fullscreen {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem
}

/*! Map */
.map {
    height: 25rem;
    position: relative
}

.map iframe {
    width: 100%;
    height: 100%
}

/*! Scroll to top arrow */
.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #fff;
    font-size: 22px
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all .3s ease-in-out;
    cursor: pointer;
    text-align: center
}

.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, .4)
}

.mbr-arrow-up a i {
    line-height: 60px
}

.mbr-arrow-up-icon {
    display: block;
    color: #fff
}

.mbr-arrow-up-icon::before {
    content: "›";
    display: inline-block;
    font-family: serif;
    font-size: 22px;
    line-height: 1;
    font-style: normal;
    position: relative;
    top: 6px;
    left: -4px;
    transform: rotate(-90deg)
}

/*! Arrow Down */
.mbr-arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, .5);
    border-radius: 50%;
    transform: translateX(-50%)
}

@media(max-width: 767px) {
    .mbr-arrow {
        display: none
    }
}

.mbr-arrow>a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
    color: #fff
}

.mbr-arrow>a>i {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 2rem
}

#scrollToTop a i::before {
    content: "";
    position: absolute;
    display: block;
    border-bottom: 2.5px solid #fff;
    border-left: 2.5px solid #fff;
    width: 27.8%;
    height: 27.8%;
    left: 50%;
    top: 51%;
    transform: translateY(-30%) translateX(-50%) rotate(135deg)
}

@keyframes arrowdown {
    0% {
        transform: translateY(0px)
    }

    50% {
        transform: translateY(-5px)
    }

    100% {
        transform: translateY(0px)
    }
}

@-webkit-keyframes arrowdown {
    0% {
        transform: translateY(0px)
    }

    50% {
        transform: translateY(-5px)
    }

    100% {
        transform: translateY(0px)
    }
}

@media(max-width: 500px) {
    .mbr-arrow-up {
        left: 0;
        right: 0;
        text-align: center
    }
}

@keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}

@-webkit-keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}

.bg-gradient {
    background-size: 200% 200%;
    animation: gradient-animation 5s infinite alternate;
    -webkit-animation: gradient-animation 5s infinite alternate
}

.menu .navbar-brand {
    display: -webkit-flex
}

.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex
}

.menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex
}

.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex;
    width: auto
}

@media(min-width: 768px)and (max-width: 991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
        display: -ms-flexbox
    }
}

@media(max-width: 991px) {
    .menu .navbar-collapse {
        max-height: 93.5vh
    }

    .menu .navbar-collapse.show {
        overflow: auto
    }
}

@media(min-width: 992px) {
    .menu .navbar-nav.nav-dropdown {
        display: -webkit-flex
    }

    .menu .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-flex !important
    }

    .menu .collapsed .navbar-collapse {
        max-height: 93.5vh
    }

    .menu .collapsed .navbar-collapse.show {
        overflow: auto
    }
}

@media(max-width: 767px) {
    .menu .navbar-collapse {
        max-height: 80vh
    }
}

.nav-link .mbr-iconfont {
    margin-right: .5rem
}

.navbar {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -webkit-flex-grow: 1;
    -webkit-align-items: center
}

.nav-dropdown .link {
    padding: .667em 1.667em !important;
    margin: 0 !important
}

.nav {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap
}

.row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap
}

.justify-content-center {
    -webkit-justify-content: center
}

.form-inline {
    display: -webkit-flex
}

.card-wrapper {
    -webkit-flex: 1
}

.carousel-control {
    z-index: 10;
    display: -webkit-flex
}

.carousel-controls {
    display: -webkit-flex
}

.media {
    display: -webkit-flex
}

.form-group:focus {
    outline: none
}

.jq-selectbox__select {
    padding: 7px 0;
    position: relative
}

.jq-selectbox__dropdown {
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    top: 100%;
    left: 0 !important;
    width: 100% !important
}

.jq-selectbox__trigger-arrow {
    right: 0;
    transform: translateY(-50%)
}

.jq-selectbox li {
    padding: 1.07em .5em
}

input[type=range] {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.modal-dialog,
.modal-content {
    height: 100%
}

.modal-dialog .carousel-inner {
    height: calc(100vh - 1.75rem)
}

@media(max-width: 575px) {
    .modal-dialog .carousel-inner {
        height: calc(100vh - 1rem)
    }
}

.carousel-item {
    text-align: center
}

.carousel-item img {
    margin: auto
}

.navbar-toggler {
    align-self: flex-start;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

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

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

.navbar-toggler-left {
    position: absolute;
    left: 1rem
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem
}

.card-img {
    width: auto
}

.menu .navbar.collapsed:not(.beta-menu) {
    flex-direction: column
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: flex
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: initial !important
}

html,
body {
    height: auto;
    min-height: 100vh
}

.dropup .dropdown-toggle::after {
    display: none
}

.form-asterisk {
    font-family: initial;
    position: absolute;
    top: -2px;
    font-weight: normal
}

.form-control-label {
    position: relative;
    cursor: pointer;
    margin-bottom: .357em;
    padding: 0
}

.alert {
    color: #fff;
    border-radius: 0;
    border: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative;
    text-align: center
}

.alert.alert-form::after {
    background-color: inherit;
    bottom: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px
}

.form-control {
    background-color: #fff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: .6rem 1.2rem;
    transition: border-color .25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .07) 0px 1px 1px 0px, rgba(0, 0, 0, .07) 0px 1px 3px 0px, rgba(0, 0, 0, .03) 0px 0px 0px 1px
}

.form-active .form-control:invalid {
    border-color: red
}

form .row {
    margin-left: -0.6rem;
    margin-right: -0.6rem
}

form .row [class*=col] {
    padding-left: .6rem;
    padding-right: .6rem
}

form .mbr-section-btn {
    margin: 0;
    padding-left: .6rem;
    padding-right: .6rem
}

form .btn {
    display: flex;
    padding: .6rem 1.2rem;
    margin: 0
}

form .form-check-input {
    margin-top: .5
}

textarea.form-control {
    line-height: 1.5rem !important
}

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

.form-control,
form .btn {
    min-height: 48px
}

.gdpr-block label span.textGDPR input[name=gdpr] {
    top: 7px
}

.form-control:focus {
    box-shadow: none
}

:focus {
    outline: none
}

.mbr-overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none
}

blockquote {
    font-style: italic;
    padding: 3rem;
    font-size: 1.09rem;
    position: relative;
    border-left: 3px solid
}

ul,
ol,
pre,
blockquote {
    margin-bottom: 2.3125rem
}

.mt-4 {
    margin-top: 2rem !important
}

.mb-4 {
    margin-bottom: 2rem !important
}

@media(min-width: 992px) {
    .container {
        padding-left: 16px;
        padding-right: 16px
    }

    .row {
        margin-left: -16px;
        margin-right: -16px
    }

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

@media(min-width: 768px) {
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .mbr-container {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media(max-width: 767px) {
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px
    }
}

.item-wrapper {
    overflow: hidden
}

.app-video-wrapper>img {
    opacity: 1
}

.item {
    position: relative
}

.dropdown-menu .dropdown-menu {
    left: 100%
}

.dropdown-item+.dropdown-menu {
    display: none
}

.dropdown-item:hover+.dropdown-menu,
.dropdown-menu:hover {
    display: block
}.cid-sTULB2LfKj {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-35-1920x1280.jpg");
}
.cid-sTULB2LfKj .mbr-section-subtitle {
  color: #8c8c95;
  text-align: left;
  margin: auto;
}
.cid-sTULB2LfKj .mbr-section-title {
  text-align: left;
  color: #14142b;
  padding-bottom: 24px;
  margin: auto;
}
.cid-sTULB2LfKj .row {
  align-items: center;
  height: 100%;
}
.cid-sTULB2LfKj .wrapper {
  margin: auto;
}
.cid-sTULLYkKx9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/img347-2000x1333.jpg");
}
.cid-sTULLYkKx9 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sTULLYkKx9 .card-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  margin-bottom: 2rem;
  display: flex;
  background: #ddc499;
}
.cid-sTULLYkKx9 .card-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 991px) {
  .cid-sTULLYkKx9 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sTULLYkKx9 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sTULLYkKx9 .mbr-iconfont {
  font-size: 4rem;
  padding-right: 2rem;
  color: #ba9b67;
}
@media (max-width: 767px) {
  .cid-sTULLYkKx9 .mbr-iconfont {
    font-size: 2.8rem;
  }
}
.cid-sTULLYkKx9 .mbr-section-subtitle {
  color: #696969;
}
.cid-sTULLYkKx9 .mbr-section-title {
  color: #c6810c;
  text-align: right;
}
.cid-sTULLYkKx9 .card-title {
  color: #0d3d61;
}
.cid-sTUO7kdwdG {
  padding-top: 0px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/img347-2000x1333.jpg");
}
.cid-sTUO7kdwdG .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sTUO7kdwdG .main-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sTUO7kdwdG .form-group {
  margin-bottom: 1rem;
}
.cid-sTUO7kdwdG .form-control {
  border: none !important;
  border-radius: 0;
  padding: 0.5rem 1rem;
  background: #ddc499;
  color: #000000;
  width: 100%;
}
.cid-sTUO7kdwdG textarea.form-control {
  min-height: 96px;
}
.cid-sTUO7kdwdG .input-group-btn {
  width: 100%;
}
.cid-sTUO7kdwdG .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-sTUO7kdwdG .form-control-label {
  color: #0d3d61;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-sTUO7kdwdG .google-map {
  width: 100%;
  height: 25rem;
  height: 100%;
}
.cid-sTUO7kdwdG .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-sTUO7kdwdG .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-sTUO7kdwdG .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff !important;
  padding: 10px;
}
.cid-sTUO7kdwdG .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-sTUO7kdwdG .form-wrapper {
    padding-bottom: 2rem;
  }
  .cid-sTUO7kdwdG .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sTUO7kdwdG .form-wrapper {
    padding-bottom: 0;
    padding-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sTUO7kdwdG .form-subtitle {
    text-align: center;
  }
}
.cid-sTUO7kdwdG .main-title {
  color: #c6810c;
}
.cid-sTUO7kdwdG .form-title {
  color: #0d3d61;
}
.cid-sTUO7kdwdG LABEL {
  color: #0d3d61;
}
.cid-sTUO7kdwdG .second-column {
  color: #0d3d61;
}
.cid-sTUO7kdwdG .first-column {
  color: #0d3d61;
}
.cid-sTULB3MjXz {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-sTULB3MjXz .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-sTULB3MjXz nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-sTULB3MjXz .container,
  .cid-sTULB3MjXz .container-fluid {
    flex-wrap: initial;
  }
  .cid-sTULB3MjXz .nav-link:hover,
  .cid-sTULB3MjXz .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-sTULB3MjXz .navbar-nav {
  margin: auto;
}
.cid-sTULB3MjXz .dropdown-item {
  color: #000000 !important;
}
.cid-sTULB3MjXz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sTULB3MjXz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sTULB3MjXz .navbar-short,
.cid-sTULB3MjXz .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sTULB3MjXz .navbar-short .nav-link,
.cid-sTULB3MjXz .opened .nav-link,
.cid-sTULB3MjXz .navbar-short .navbar-caption,
.cid-sTULB3MjXz .opened .navbar-caption,
.cid-sTULB3MjXz .navbar-short .mbr-iconfont,
.cid-sTULB3MjXz .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sTULB3MjXz .navbar-short .hamburger span,
.cid-sTULB3MjXz .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sTULB3MjXz .nav-link {
  font-family: "TheSansArab-Bold";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-sTULB3MjXz .dropdown-item:before {
  font-family: "TheSansArab-Bold" !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTULB3MjXz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-sTULB3MjXz .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-sTULB3MjXz .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-sTULB3MjXz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sTULB3MjXz .container {
  display: flex;
  margin: auto;
}
.cid-sTULB3MjXz .iconfont-wrapper {
  color: #0d3d61 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sTULB3MjXz .dropdown-menu,
.cid-sTULB3MjXz .navbar.opened {
  background: #ffffff !important;
}
.cid-sTULB3MjXz .nav-item:focus,
.cid-sTULB3MjXz .nav-link:focus {
  outline: none;
}
.cid-sTULB3MjXz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sTULB3MjXz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTULB3MjXz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sTULB3MjXz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTULB3MjXz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTULB3MjXz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTULB3MjXz .navbar {
  min-height: 90px;
  transition: all 0.3s;
  box-shadow: 0px 4px 13px 1px rgba(0, 0, 0, 0.8);
  border-bottom: 5px solid #c1962d;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
}
.cid-sTULB3MjXz .navbar.opened {
  transition: all 0.3s;
}
.cid-sTULB3MjXz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sTULB3MjXz .navbar .navbar-logo img {
  width: auto;
}
.cid-sTULB3MjXz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sTULB3MjXz .navbar.collapsed {
  justify-content: center;
}
.cid-sTULB3MjXz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTULB3MjXz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sTULB3MjXz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sTULB3MjXz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTULB3MjXz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTULB3MjXz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sTULB3MjXz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTULB3MjXz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTULB3MjXz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sTULB3MjXz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTULB3MjXz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTULB3MjXz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTULB3MjXz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTULB3MjXz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sTULB3MjXz .navbar .navbar-logo img {
    height: 6rem !important;
  }
  .cid-sTULB3MjXz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-sTULB3MjXz .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-sTULB3MjXz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sTULB3MjXz .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-sTULB3MjXz .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTULB3MjXz .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-sTULB3MjXz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sTULB3MjXz .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTULB3MjXz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "TheSansArab-Bold";
  font-weight: 400;
}
.cid-sTULB3MjXz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTULB3MjXz .dropdown-item.active,
.cid-sTULB3MjXz .dropdown-item:active {
  background-color: transparent;
}
.cid-sTULB3MjXz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTULB3MjXz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTULB3MjXz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTULB3MjXz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sTULB3MjXz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTULB3MjXz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTULB3MjXz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sTULB3MjXz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTULB3MjXz button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sTULB3MjXz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sTULB3MjXz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTULB3MjXz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTULB3MjXz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTULB3MjXz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTULB3MjXz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTULB3MjXz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sTULB3MjXz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sTULB3MjXz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTULB3MjXz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sTULB3MjXz a.nav-link {
  display: flex;
  align-items: center;
}
.cid-sTULB3MjXz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTULB3MjXz .navbar {
    height: 70px;
  }
  .cid-sTULB3MjXz .navbar.opened {
    height: auto;
  }
  .cid-sTULB3MjXz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTULB4kONX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/image-120-1123x794.png");
}
.cid-sTULB4kONX .icon-transition span {
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #000000;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 74px;
  height: 74px;
  background: #e9970b none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sTULB4kONX .mbr-iconfont {
  align-items: center;
}
.cid-sTULB4kONX .mbr-iconfont:before {
  font-size: 30px;
  display: flex;
  justify-content: center;
}
.cid-sTULB4kONX .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sTULB4kONX .icon-transition span:hover {
  background-color: #000000;
  color: #e9970b;
}
.cid-sTULB4kONX .social-media {
  padding: 0;
}
.cid-sTULB4kONX .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-sTULB4kONX .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sTULB4kONX .mbr-list,
.cid-sTULB4kONX .social-media UL {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sTULB4kONX .social-list {
    text-align: center !important;
  }
}
.cid-sTULB4kONX .mbr-section-title,
.cid-sTULB4kONX .social-list {
  color: #c6810c;
}
.cid-sTULB4R73K {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #052136;
  overflow: hidden;
}
.cid-sTULB4R73K .media-container-row .mbr-text {
  color: #9a948d;
}
.cid-t0L7xqXuwa.popup-builder {
  background-color: #ffffff;
}
.cid-t0L7xqXuwa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t0L7xqXuwa.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t0L7xqXuwa .modal-content,
.cid-t0L7xqXuwa .modal-dialog {
  height: auto;
}
.cid-t0L7xqXuwa .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t0L7xqXuwa .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t0L7xqXuwa .form-wrapper .mbr-form .form-group,
  .cid-t0L7xqXuwa .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t0L7xqXuwa .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t0L7xqXuwa .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t0L7xqXuwa .mbr-text {
  text-align: center;
}
.cid-t0L7xqXuwa .pt-0 {
  padding-top: 0 !important;
}
.cid-t0L7xqXuwa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t0L7xqXuwa .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t0L7xqXuwa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t0L7xqXuwa .modal-open {
  overflow: hidden;
}
.cid-t0L7xqXuwa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t0L7xqXuwa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t0L7xqXuwa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t0L7xqXuwa .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-t0L7xqXuwa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t0L7xqXuwa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t0L7xqXuwa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t0L7xqXuwa .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-t0L7xqXuwa .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t0L7xqXuwa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t0L7xqXuwa .modal-backdrop.fade {
  opacity: 0;
}
.cid-t0L7xqXuwa .modal-backdrop.show {
  opacity: .5;
}
.cid-t0L7xqXuwa .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-t0L7xqXuwa .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t0L7xqXuwa .modal-header {
    padding: 1rem;
  }
}
.cid-t0L7xqXuwa .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t0L7xqXuwa .modal-header .close svg {
  fill: #353535;
}
.cid-t0L7xqXuwa .modal-header .close:hover {
  opacity: 1;
}
.cid-t0L7xqXuwa .modal-header .close:focus {
  outline: none;
}
.cid-t0L7xqXuwa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0d3d61;
}
.cid-t0L7xqXuwa .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t0L7xqXuwa .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t0L7xqXuwa .modal-body {
    padding: 1rem;
  }
}
.cid-t0L7xqXuwa .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t0L7xqXuwa .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t0L7xqXuwa .modal-footer {
    padding: 1rem;
  }
}
.cid-t0L7xqXuwa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t0L7xqXuwa .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t0L7xqXuwa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t0L7xqXuwa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t0L7xqXuwa .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t0L7xqXuwa .modal-lg,
  .cid-t0L7xqXuwa .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t0L7xqXuwa .modal-xl {
    max-width: 1140px;
  }
}
.cid-t0L7xqXuwa .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t0L7xqXuwa .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-t0L7xqXuwa .form-group {
  margin-bottom: 1rem;
}
.cid-t0L7xqXuwa .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t0L7xqXuwa .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t0L7xqXuwa .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-t0L7xqXuwa .mbr-section-btn {
  margin: 0;
}
.cid-t0L7xqXuwa .mbr-section-btn .btn {
  margin: 0;
}
