section {
    background-color: #F0F3EF;
}

body {
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #F0F3EF;
    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
}

/** Alexander Font */

@font-face {
  font-family: 'Alexander';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/Alexander Lettering Italic.otf'); /* IE9 Compat Modes */
  src: local('Alexander'),
       url('assets/fonts/Alexander Lettering.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/Alexander Lettering.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/Alexander Lettering.otf') format('otf'); /* Legacy iOS */
}
@font-face {
  font-family: 'Alexander-Italic';
  font-style: italic;
  font-weight: 400;
  src: url('assets/fonts/Alexander Lettering Italic.otf'); /* IE9 Compat Modes */
  src: local('Alexander-Italic'),
       url('assets/fonts/Alexander Lettering Italic.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/Alexander Lettering Italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/Alexander Lettering Italic.otf') format('otf'); /* Legacy iOS */
}
.hand{
    font-family: 'Alexander-Italic';
    font-style: italic;
    font-size:144px;
    color:#b8926a;
    font-weight:300;
    text-transform: lowercase;
    line-height: 144px;
}
.handw{
    font-family: 'Alexander-Italic';
    font-style: italic;
    font-size:200px;
    font-weight: 300;
    color:#fff;
    margin-top: 4px;
    text-transform: lowercase;
}
.handw2{
    font-family: 'Alexander-Italic';
    font-style: italic;
    font-size:72px;
    font-weight: 300;
    color:#fff;
    margin-top: 4px;
    text-transform: lowercase;
}

/** End of Alexander Font */

.handHurricane{
font-family: 'Hurricane', cursive;
    font-size:72px;
    font-weight: 300;
    color:#4B5A71 !important;
}

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
}


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

}



.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
}

.errorMessage {
    background-color: #FF6600;
    border: #AA4502 1px solid;
    padding: 20px 10px;
    color: #FFFFFF !important;
    border-radius: 3px;
    font-size:24px;
    min-height:60px;
    text-align:center;
    border-radius: 10px;
}

.successMessage {
    background-color: #9fd2a1;
    border: #91bf93 1px solid;
    padding: 20px 10px;
    color: #3d503d !important;
    border-radius: 3px;
    cursor: pointer;
    font-size:24px;
    min-height:60px;
    text-align:center;
    vertical-align: center;
    border-radius: 10px;
}




/*! 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: 'Roboto', sans-serif;
}
.display-1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-8 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.35;
}
/* ---- 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.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 90rem) / (48 - 25)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 25))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 40rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((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: #ddc499 !important;
}
.bg-info {
  background-color: #383838 !important;
}
.bg-warning {
  background-color: #a6bfff !important;
}
.bg-danger {
  background-color: #fcd439 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000 !important;
  border-color: #333 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #333 !important;
  border-color: #000 !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: #383838 !important;
  border-color: #383838 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #ddc499 !important;
  border-color: #ddc499 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c79e58 !important;
  border-color: #c79e58 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c79e58 !important;
  border-color: #c79e58 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a6bfff !important;
  border-color: #a6bfff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #4f81ff !important;
  border-color: #4f81ff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #4f81ff !important;
  border-color: #4f81ff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fcd439 !important;
  border-color: #fcd439 !important;
  color: #352a01 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #dbaf03 !important;
  border-color: #dbaf03 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #352a01 !important;
  background-color: #dbaf03 !important;
  border-color: #dbaf03 !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: #0d0d0d;
  color: #383838;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0d0d0d !important;
  background-color: transparent!important;
  border-color: #0d0d0d !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #383838 !important;
  border-color: #383838 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #c79e58;
  color: #ddc499;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c79e58 !important;
  background-color: transparent!important;
  border-color: #c79e58 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ddc499 !important;
  border-color: #ddc499 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #4f81ff;
  color: #a6bfff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #4f81ff !important;
  background-color: transparent!important;
  border-color: #4f81ff !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a6bfff !important;
  border-color: #a6bfff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #dbaf03;
  color: #fcd439;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #dbaf03 !important;
  background-color: transparent!important;
  border-color: #dbaf03 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #352a01 !important;
  background-color: #fcd439 !important;
  border-color: #fcd439 !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: #ddc499 !important;
}
.text-info {
  color: #383838 !important;
}
.text-warning {
  color:  #4B5A71 !important;
}
.text-danger {
  color:  #4B5A71  !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: #c4984d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #050505 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #4076ff !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #4B5A71 !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: #383838;
}
.alert-warning {
  background-color: #a6bfff;
}
.alert-danger {
  background-color: #fcd439;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ba9b67;
  border-color: #ba9b67;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #D5C9BC;
}
.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: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ababab;
}
.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: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: 'Josefin Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ba9b67;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.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-sMzMR0CkOY {
  z-index: 1000;
  width: 100%;
}
.cid-sMzMR0CkOY nav.navbar {
  position: fixed;
}
.cid-sMzMR0CkOY .nav-link {
  transition: all .5s;
  font-family: "Josefin Sans";
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-sMzMR0CkOY .nav-link:hover,
.cid-sMzMR0CkOY .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-sMzMR0CkOY .nav-item {
    position: relative;
  }
}
.cid-sMzMR0CkOY .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  position: absolute;
}
@media (min-width: 992px) {
  .cid-sMzMR0CkOY .navbar {
    /*background: rgba(122, 109, 92, 0);*/
    background-color: rgba(254, 254, 254, 0.8) !important;
    border-bottom: 0px solid #C0BCB7;
  }
}
.cid-sMzMR0CkOY .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #7a6d5c !important;
}
.cid-sMzMR0CkOY .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sMzMR0CkOY .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-sMzMR0CkOY .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sMzMR0CkOY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sMzMR0CkOY .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sMzMR0CkOY .navbar.collapsed .navbar-collapse.show,
.cid-sMzMR0CkOY .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sMzMR0CkOY .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sMzMR0CkOY .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sMzMR0CkOY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sMzMR0CkOY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sMzMR0CkOY .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-sMzMR0CkOY .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sMzMR0CkOY .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sMzMR0CkOY .navbar .navbar-collapse.show,
  .cid-sMzMR0CkOY .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-sMzMR0CkOY .navbar .navbar-collapse.show .brand-container,
  .cid-sMzMR0CkOY .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sMzMR0CkOY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sMzMR0CkOY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sMzMR0CkOY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMzMR0CkOY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sMzMR0CkOY .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-sMzMR0CkOY .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sMzMR0CkOY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sMzMR0CkOY .navbar .right-menu,
  .cid-sMzMR0CkOY .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sMzMR0CkOY .navbar.navbar-short {
  min-height: 60px;
  background: #fff !important;
    border-bottom: thin solid #4B5A71;
}
.cid-sMzMR0CkOY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sMzMR0CkOY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sMzMR0CkOY .navbar {
    padding: 2rem 1rem;
  }
  .cid-sMzMR0CkOY .navbar-collapse {
    padding-top: 0;
  }
}
.cid-sMzMR0CkOY .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sMzMR0CkOY .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-sMzMR0CkOY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMzMR0CkOY .dropdown-item.active,
.cid-sMzMR0CkOY .dropdown-item:active {
  background-color: transparent;
}
.cid-sMzMR0CkOY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sMzMR0CkOY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-sMzMR0CkOY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b7b4b4;
}
.cid-sMzMR0CkOY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sMzMR0CkOY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMzMR0CkOY ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sMzMR0CkOY ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sMzMR0CkOY .navbar-buttons {
  margin-left: auto;
}
.cid-sMzMR0CkOY button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-sMzMR0CkOY button.navbar-toggler:hover {
  outline: none;
}
.cid-sMzMR0CkOY button.navbar-toggler:active {
  outline: none;
}
.cid-sMzMR0CkOY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #BA9B67;  /*#000000;*/
}
.cid-sMzMR0CkOY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sMzMR0CkOY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sMzMR0CkOY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sMzMR0CkOY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sMzMR0CkOY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sMzMR0CkOY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sMzMR0CkOY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sMzMR0CkOY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sMzMR0CkOY .navbar-dropdown {
  position: fixed;
}
.cid-sMzMR0CkOY a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-sMzMR0CkOY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sMzMR0CkOY .right-menu,
.cid-sMzMR0CkOY .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sMzMR0CkOY .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMzMR0CkOY .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMzMR0CkOY .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sMzMR0CkOY .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sMzMR0CkOY .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-sMzMR0CkOY .brand-container {
    padding: 0;
  }
}
.cid-sMzMR0CkOY .card-wrapper {
  z-index: 3;
}
.cid-sMzMR0CkOY .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sMzMR0CkOY .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-sMzMR0CkOY .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-sMzMR0CkOY .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-sMzMR0CkOY .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-sMzMR0CkOY .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-sMzMR0CkOY .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-sMzMR0CkOY .navbar-caption {
  color: #ffffff;
}
.cid-sMzMR0CkOY .navbar-caption:hover {
  color: #ffffff;
}
.cid-sMzMR0CkOY .dropdown-item:hover {
  color:  #4B5A71 !important;
}
.cid-sMzMR0CkOY .dropdown-toggle:after {
  display: none;
}
.cid-sMzMR0CkOY a:hover .line-animation,
.cid-sMzMR0CkOY a:focus .line-animation {
  opacity: 1;
}
.cid-sMzMR0CkOY .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-sMzMR0CkOY .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sMzMR0CkOY .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sNBLwKVrvT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f0f3ef;
}
.cid-sNBLwKVrvT .carousel {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-sNBLwKVrvT .carousel {
    height: 940px;
  }
}
@media (max-width: 768px) {
  .cid-sNBLwKVrvT .carousel {
    height: 400px;
  }
}
.cid-sNBLwKVrvT .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sNBLwKVrvT .carousel .carousel-item,
.cid-sNBLwKVrvT .carousel .carousel-inner {
  height: 100%;
}
.cid-sNBLwKVrvT .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sNBLwKVrvT .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sNBLwKVrvT .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sNBLwKVrvT .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-sNBLwKVrvT .item-wrapper {
  position: relative;
  text-align: start;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sNBLwKVrvT .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sNBLwKVrvT .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sNBLwKVrvT .row {
  position: relative;
}
.cid-sNBLwKVrvT .container {
  margin-bottom: 3px;
}
.cid-sNBLwKVrvT .carousel-control {
  color: #ffffff;
  top: 50%;
  width: 100px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: .8;
}
.cid-sNBLwKVrvT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNBLwKVrvT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sNBLwKVrvT .carousel-control {
    top: 70%;
  }
  .cid-sNBLwKVrvT .carousel-control.carousel-control-prev {
    margin-left: .5rem;
  }
  .cid-sNBLwKVrvT .carousel-control.carousel-control-next {
    margin-right: .5rem;
  }
}
.cid-sNBLwKVrvT .buttons-wrap {
  justify-content: start;
}
.cid-sNBLwKVrvT .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-sNBLwKVrvT .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-sNBLwKVrvT .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cid-sNBLwKVrvT .buttons-wrap .mbr-section-btn {
    margin-bottom: 10px;
  }
}
.cid-sNBLwKVrvT .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sNBLwKVrvT .wrap {
  z-index: 9999;
}
.cid-sNBLwKVrvT .btnHeader {
  font-family: 'Cormorant Garamond';
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  cursor: pointer;
  left: 50%;
  top: 70%;
  border: 1px solid #9a948d;
  justify-content: center;
  transition: border 0.5s ease;
  transform: translateX(-50%);
}
.cid-sNBLwKVrvT .btnHeader::before,
.cid-sNBLwKVrvT .btnHeader::after {
  content: '';
  width: 102%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: -1%;
}
.cid-sNBLwKVrvT .btnHeader::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-sNBLwKVrvT .btnHeader:hover::before {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sNBLwKVrvT .btnHeader::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-sNBLwKVrvT .btnHeader:hover::after {
  border-top: 1px solid #ffffff;
  border-left-color: #ffffff;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-sNBLwKVrvT .img {
  position: relative;
}
.cid-tI3QUMfwf6 {
  background-color: #c0bcb7;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tI3QUMfwf6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tI3QUMfwf6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tI3QUMfwf6 {
    padding-bottom: 0 !important;
  }
}
.cid-tI3QUMfwf6 .container {
  position: static;
}
@media (max-width: 991px) {
  .cid-tI3QUMfwf6 .container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-tI3QUMfwf6 .row {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
.cid-tI3QUMfwf6 .text-wrapper {
  position: relative;
  z-index: 4;
}
@media (max-width: 991px) {
  .cid-tI3QUMfwf6 .text-wrapper {
    max-width: 560px;
    width: 100%;
    margin-bottom: 10rem;
    margin-right: auto;
  }
}
.cid-tI3QUMfwf6 .mbr-section-title {
  color: #181817;
  margin-bottom: 1.5rem;
}
.cid-tI3QUMfwf6 .mbr-text {
  color: #181817;
  opacity: 0.8;
  margin-bottom: 1rem;
}
.cid-tI3QUMfwf6 .mbr-section-btn {
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .cid-tI3QUMfwf6 .col-img {
    margin-top: auto;
  }
}
@media (max-width: 575px) {
  .cid-tI3QUMfwf6 .col-img {
    padding: 0 !important;
  }
}
.cid-tI3QUMfwf6 .image-wrapper {
  display: flex;
  align-items: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 55%;
  height: 100%;
}
.cid-tI3QUMfwf6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tI3QUMfwf6 .image-wrapper {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: -2rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tI3QUMfwf6 .image-wrapper {
    margin-right: -1.5rem;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .cid-tI3QUMfwf6 .image-wrapper {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-tI3QUMfwf6 .img-bg {
  position: absolute;
  right: -15%;
  bottom: -35%;
  width: 65vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #9a948d;
  z-index: 2;
}
@media (max-width: 991px) {
  .cid-tI3QUMfwf6 .img-bg {
    width: 1000px;
    right: -400px;
  }
}
@media (max-width: 767px) {
  .cid-tI3QUMfwf6 .img-bg {
    width: 800px;
    right: -300px;
  }
}
@media (max-width: 575px) {
  .cid-tI3QUMfwf6 .img-bg {
    width: 170vw;
    right: -75vw;
  }
}
.cid-tI3RoOploN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9a948d;
}
.cid-tI3RoOploN .content__block {
  padding: 50px 15px;
}
.cid-tI3RoOploN .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #ba9b67;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-tI3RoOploN .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tI3RoOploN .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-tI3RoOploN .image {
  perspective: 3500px;
  position: relative;
}
.cid-tI3RoOploN .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(154, 148, 141, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-tI3RoOploN .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tI3RoOploN .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tI3RoOploN .mbr-section-btn .btn-white-outline:hover {
  color: #ba9b67 !important;
}
@media (max-width: 991px) {
  .cid-tI3RoOploN .content__block {
    padding: 30px 15px;
  }
  .cid-tI3RoOploN .mbr-figure {
    padding: 0;
  }
  .cid-tI3RoOploN .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(154, 148, 141, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-tI3RoOploN .lg-push {
    right: 13%;
  }
  .cid-tI3RoOploN .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-tI3RoOploN .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-tI3RoOploN .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tI3RoOploN .mbr-text,
.cid-tI3RoOploN .mbr-section-btn {
  color: #ffffff;
}
.cid-tHTQdRG5mN {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tHTQdRG5mN .mbr-section-subtitle {
  margin-bottom: 0;
  letter-spacing: 2px;
}
.cid-tHTQdRG5mN .mbr-section-title {
  margin: 10px 0;
}
.cid-tHTQdRG5mN .mbr-text {
  margin-bottom: 0;
}
.cid-tHTQdRG5mN .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-tHTQdRG5mN .dragArea {
    justify-content: center;
    flex-direction: column;
  }
  .cid-tHTQdRG5mN .form-control {
    margin-bottom: 20px;
  }
  .cid-tHTQdRG5mN .image {
    margin-top: 50px;
  }
  .cid-tHTQdRG5mN .content__block {
    justify-content: center;
    text-align: center;
  }
}
.cid-tHTQdRG5mN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHTQdRG5mN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/depositphotos-7887929-xl-2000x1334.jpg");
}
.cid-tHTQHq0DKf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #c0bcb7;
}
.cid-tHTQHq0DKf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHTQHq0DKf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHTQHq0DKf .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  flex-direction: row-reverse;
}
@media (max-width: 1399px) {
  .cid-tHTQHq0DKf .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-tHTQHq0DKf .content-wrap {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tHTQHq0DKf .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
  }
}
.cid-tHTQHq0DKf .col-img {
  width: 66%;
}
@media (max-width: 1199px) {
  .cid-tHTQHq0DKf .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-tHTQHq0DKf .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-tHTQHq0DKf .image-wrapper {
    border-radius: 12px;
  }
}
.cid-tHTQHq0DKf .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-tHTQHq0DKf .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-tHTQHq0DKf .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-tHTQHq0DKf .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
  margin-left: 40px !important;
}
@media (max-width: 1199px) {
  .cid-tHTQHq0DKf .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-tHTQHq0DKf .card-title {
  color: #4c4c4c;
}
.cid-tHTQHq0DKf .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-tHTQHq0DKf .mbr-text {
    margin-top: 12px;
  }
}
.cid-tHTQHq0DKf .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-tHTQHq0DKf .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-tHTQHq0DKf .mbr-text,
.cid-tHTQHq0DKf .mbr-section-btn {
  color: #4c4c4c;
}
.cid-tHTS5IJ698 {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(90deg, #c0bcb7, #e8e8e8);
}
.cid-tHTS5IJ698 .mbr-overlay {
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-tHTS5IJ698 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tHTS5IJ698 .card-wrap {
  background-color: #ffffff;
  opacity: 0.7;
  padding: 2rem;
  width: calc(100% + 10rem);
  margin-left: -10rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tHTS5IJ698 .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
@media (max-width: 991px) {
  .cid-tHTS5IJ698 .card-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-tHTS5IJ698 .mbr-section-subtitle,
.cid-tHTS5IJ698 .mbr-section-btn {
  color: #262221;
}
.cid-tHTSuuYSzA {
  background-color: #9a948d;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-tHTSuuYSzA .carousel {
  width: 100%;
}
.cid-tHTSuuYSzA .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-tHTSuuYSzA .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-tHTSuuYSzA .content_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9a948d;
  padding: 0 15%;
  text-align: center;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tHTSuuYSzA .content_wrap {
    padding: 100px 15%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tHTSuuYSzA .content_wrap {
    padding: 60px 12px;
  }
}
.cid-tHTSuuYSzA .carousel-item,
.cid-tHTSuuYSzA .carousel-inner {
  height: 100%;
}
.cid-tHTSuuYSzA .mbr-section-title {
  margin-bottom: 25px;
  color: #202020;
  text-align: left;
}
.cid-tHTSuuYSzA .mbr-section-btn {
  margin-top: 42px;
}
.cid-tHTSuuYSzA .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tHTSuuYSzA .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tHTSuuYSzA .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-tHTSuuYSzA .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-tHTSuuYSzA .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tHTSuuYSzA .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tHTSuuYSzA .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tHTSuuYSzA .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tHTSuuYSzA .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: #7a6d5c;
  border: 1px solid #7a6d5c;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-tHTSuuYSzA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: -1.9rem;
}
.cid-tHTSuuYSzA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: -1.9rem;
}
.cid-tHTSuuYSzA .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-tHTSuuYSzA .carousel-control {
    display: none !important;
  }
}
.cid-tHTSuuYSzA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-tHTSuuYSzA .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 10px;
  background-color: #7a6d5c;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-tHTSuuYSzA .carousel-indicators li.active,
.cid-tHTSuuYSzA .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-tHTSuuYSzA .carousel-indicators li::after,
.cid-tHTSuuYSzA .carousel-indicators li::before {
  content: none;
}
.cid-tHTSuuYSzA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tHTSuuYSzA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tHTSuuYSzA .height_100 {
    height: 100%;
  }
}
.cid-tHTSuuYSzA .mbr-section-text,
.cid-tHTSuuYSzA .mbr-section-btn {
  color: #4c4c4c;
  text-align: left;
}
.cid-sNBLMZ8bqj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e8e8e8;
}
@media (min-width: 1400px) {
  .cid-sNBLMZ8bqj .wrapper {
    padding: 0 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sNBLMZ8bqj .item {
    margin-bottom: 3rem;
  }
}
.cid-sNBLMZ8bqj .item-wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sNBLMZ8bqj .item-wrapper {
  height: 100%;
}
.cid-sNBLMZ8bqj .item-img {
  overflow: hidden;
  height: 100%;
  position: relative;
}
.cid-sNBLMZ8bqj .item-img img {
  transition: all 1.5s;
  height: 100%;
  object-fit: cover;
}
.cid-sNBLMZ8bqj .btn {
  font-family: 'Cormorant Garamond';
  min-width: 215px;
  padding: .8rem 4rem;
  position: relative;
  color: #ffffff;
}
.cid-sNBLMZ8bqj .effectHover {
  position: absolute;
  width: 105%;
  height: 90%;
  border: 1px solid #9A948D;
}
.cid-sNBLMZ8bqj .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-left: 1px solid #9A948D;
  border-top: 1px solid #9A948D;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-sNBLMZ8bqj .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #9A948D;
  border-right: 1px solid #9A948D;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-sNBLMZ8bqj .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-sNBLMZ8bqj .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-sNBLMZ8bqj .text-wrapper {
  width: 85%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.cid-sNBLMZ8bqj .mbr-title,
.cid-sNBLMZ8bqj .mbr-section-btn {
  color: #ffffff;
}
.cid-tHTR4EvVp3 {
  background-color: #9a948d;
}
@media (max-width: 991px) {
  .cid-tHTR4EvVp3 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.cid-tHTR4EvVp3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHTR4EvVp3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHTR4EvVp3 .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tHTR4EvVp3 .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-tHTR4EvVp3 .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-tHTR4EvVp3 .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tHTR4EvVp3 .content-container {
    flex-wrap: wrap;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .cid-tHTR4EvVp3 .content-container {
    padding: 0 20px;
  }
}
.cid-tHTR4EvVp3 .img-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tHTR4EvVp3 .img-container {
    order: 3;
    width: 100%;
    background-color: transparent;
  }
}
.cid-tHTR4EvVp3 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-tHTR4EvVp3 .image-wrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tHTR4EvVp3 .image-wrapper img {
    max-width: 760px;
  }
}
.cid-tHTR4EvVp3 .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 5% 0  5%;
  min-height: 780px;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tHTR4EvVp3 .text-container {
    width: 100%;
    padding: 0;
    min-height: 0;
    margin-bottom: 20px;
  }
}
.cid-tHTR4EvVp3 .mbr-section-title {
  color: #41392e;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tHTR4EvVp3 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tHTR4EvVp3 .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tHTR4EvVp3 .mbr-text {
    text-align: center !important;
  }
}
.cid-tHTR4EvVp3 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-tHTR4EvVp3 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tHTR4EvVp3 .col-list {
  margin-top: 25px;
  width: 100%;
}
.cid-tHTR4EvVp3 .list-title {
  color: #112B6D;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tHTR4EvVp3 .list-title {
    text-align: center !important;
  }
}
.cid-tHTR4EvVp3 .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-tHTR4EvVp3 .item-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tHTR4EvVp3 .item-wrap:not(:first-child) {
  margin-top: 30px;
}
.cid-tHTR4EvVp3 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 36px;
  padding: 3px;
  min-width: 30px;
  min-height: 30px;
  border-radius: 100%;
  border: 2px solid #112b6d;
}
.cid-tHTR4EvVp3 .iconfont-wrapper .mbr-iconfont {
  color: #112b6d;
  font-size: 14px;
  padding: 3px;
  border-radius: 100%;
  background-color: #b3dfff;
}
.cid-tHTR4EvVp3 .list-text {
  color: #112B6D;
  flex-grow: 1;
}
.cid-tHTR4EvVp3 .mbr-text,
.cid-tHTR4EvVp3 .mbr-section-btn {
  color: #41392e;
}
.cid-tI40bUi5Ks {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e8e8e8;
}
.cid-tI40bUi5Ks .mbr-fallback-image.disabled {
  display: none;
}
.cid-tI40bUi5Ks .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tI40bUi5Ks .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tI40bUi5Ks .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tI40bUi5Ks .container {
    padding: 0 30px;
  }
}
.cid-tI40bUi5Ks .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tI40bUi5Ks .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tI40bUi5Ks .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tI40bUi5Ks .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-sNBLSFIWuo {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #e8e8e8;
}
@media (min-width: 992px) {
  .cid-sNBLSFIWuo .wrapper {
    position: relative;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 25px;
  }
}
@media (min-width: 769px) {
  .cid-sNBLSFIWuo .row .col-12 {
    padding-left: 11px;
    padding-right: 11px;
  }
}
.cid-sNBLSFIWuo .item-img {
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}
.cid-sNBLSFIWuo .item-img img {
  object-fit: cover;
  height: 100%;
  transition: transform 1.5s;
}
.cid-sNBLSFIWuo .item-img:hover img {
  width: 100%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cid-sNBLSFIWuo img {
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-sNBLSFIWuo .top {
    padding-top: 20px;
  }
}
.cid-sNBLSFIWuo .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-sNBLSFIWuo .close::before {
  content: '\e91a';
}
.cid-sNBLSFIWuo .close:hover {
  color: #fff;
}
.cid-sNBLSFIWuo .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sNBLSFIWuo .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sNBLSFIWuo .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sNBLSFIWuo .carousel-control-next span {
  margin-left: 5px;
}
.cid-sNBLSFIWuo .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-sNBLSFIWuo .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-sNBLSFIWuo .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-sNBLSFIWuo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-sNBLSFIWuo .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-sNBLSFIWuo .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-sNBLSFIWuo .carousel-inner {
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-sNBLSFIWuo .carousel-item img {
    width: 70%;
  }
}
.cid-sNBLSFIWuo .carousel-inner > .active {
  display: block;
}
.cid-sNBLSFIWuo .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNBLSFIWuo .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sNBLSFIWuo .carousel-control-prev:hover {
  margin-left: 2rem;
  background-color: transparent;
}
.cid-sNBLSFIWuo .carousel-control-next:hover {
  margin-right: 2rem;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-sNBLSFIWuo .carousel-control,
  .cid-sNBLSFIWuo .carousel-indicators {
    position: fixed;
  }
}
.cid-sNBLSFIWuo .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sNBLSFIWuo .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sNBLSFIWuo .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-sNBLSFIWuo .modal-content {
    width: 70%;
  }
}
.cid-sNBLSFIWuo .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sNBLSFIWuo .carousel {
  width: 100%;
}
.cid-sNBLSFIWuo .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sNBLSFIWuo .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sNBLSFIWuo .modal.fade .modal-dialog,
.cid-sNBLSFIWuo .modal.in .modal-dialog {
  transform: none;
}
.cid-sNBLSFIWuo .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tHCsZG4zBw {
  padding-top: 6rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tHCsZG4zBw .item-wrapper {
  position: relative;
}
.cid-tHCsZG4zBw .slide-content {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-tHCsZG4zBw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 18%;
  max-width: 596px;
}
.cid-tHCsZG4zBw .embla__button--next,
.cid-tHCsZG4zBw .embla__button--prev {
  display: flex;
}
.cid-tHCsZG4zBw .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 14px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: transparent;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tHCsZG4zBw .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tHCsZG4zBw .embla__button.embla__button--prev {
  left: 0;
  margin-left: -4rem;
}
.cid-tHCsZG4zBw .embla__button.embla__button--next {
  right: 0;
  margin-right: -4rem;
}
.cid-tHCsZG4zBw .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tHCsZG4zBw .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tHCsZG4zBw .embla {
  position: relative;
  width: 90%;
  margin: auto;
}
.cid-tHCsZG4zBw .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-tHCsZG4zBw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tHCsZG4zBw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tHCsZG4zBw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tHCsZG4zBw .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  display: flex;
  justify-content: center;
}
.cid-tHCsZG4zBw img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tHCsZG4zBw .container {
  max-width: 1100px;
}
.cid-tHCsZG4zBw .embla__viewport.container {
  overflow: hidden;
}
@media (max-width: 576px) {
  .cid-tHCsZG4zBw .embla {
    width: 70%;
  }
  .cid-tHCsZG4zBw .embla__slide {
    min-width: 150%;
  }
}
.cid-tG2kRoO8of {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #4B5A71;
  height: 100%;
}
.cid-tG2kRoO8of .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG2kRoO8of .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG2kRoO8of .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tG2kRoO8of .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tG2kRoO8of .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tG2kRoO8of .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tG2kRoO8of .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tG2kRoO8of .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tG2kRoO8of .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tG2kRoO8of .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tG2kRoO8of .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tG2kRoO8of .mbr-title {
  color: #303030 !important;
  margin-bottom: 14px;
}
.cid-tG2kRoO8of .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tG2kRoO8of .list-box {
  width: 100%;
}
.cid-tG2kRoO8of .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  /*row-gap: 7px;*/
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tG2kRoO8of .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tG2kRoO8of .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tG2kRoO8of .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tG2kRoO8of .list a:hover:before {
  background-position: left !important;
}
.cid-tG2kRoO8of .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tG2kRoO8of .news-item {
  width: 100%;
}
.cid-tG2kRoO8of .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-tG2kRoO8of .news-title {
  color: #303030;
}
.cid-tG2kRoO8of .copyright {
  margin-top: 20px;
  color: #303030;
}
/* projects header*/

.cid-tbTw06Owk9 {
  padding-top:  14rem;
  padding-bottom:  14rem;
  background-image: url("../../../assets/images/headers/product-resources-17.jpg");
}
.cid-tbTw06Owk9 .ino-fallback-image.disabled {
  display: none;
}
.cid-tbTw06Owk9 .ino-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbTw06Owk9 .ino-text,
.cid-tbTw06Owk9 .ino-section-btn {
  color: #232323;
}
.cid-tbTw06Owk9 .card-title,
.cid-tbTw06Owk9 .card-box {
  color: #ffffff;
}
.cid-tbTw06Owk9 .ino-text,
.cid-tbTw06Owk9 .link-wrap {
  color: #ffffff;
}


/* Galllery Projects Masonry */

.cid-taaCxN4hUP {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-taaCxN4hUP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-taaCxN4hUP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taaCxN4hUP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taaCxN4hUP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-taaCxN4hUP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #ffffff) !important;
}
.cid-taaCxN4hUP .mbr-gallery-item > div:hover::before {
  opacity: 0.1 !important;
}
.cid-taaCxN4hUP .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-taaCxN4hUP .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-taaCxN4hUP .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-taaCxN4hUP .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-taaCxN4hUP .mbr-gallery-filter ul {
  display: block;
}
.cid-taaCxN4hUP .mbr-gallery-filter ul li {
  position: relative;
}
.cid-taaCxN4hUP .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-taaCxN4hUP .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-taaCxN4hUP .mbr-gallery-filter li.active::after,
.cid-taaCxN4hUP .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
   
}
.cid-taaCxN4hUP .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: center;
  padding: 1rem;
  color: #000;
  background: transparent;
  
}
.cid-taaCxN4hUP .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
  padding: 5px 10px; border-radius:10px; background-color: rgba(255,255,255,0.8);
 
}
.cid-taaCxN4hUP .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-taaCxN4hUP .icon-focus:before {
  content: '\e95e';
}
.cid-taaCxN4hUP .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}

.cid-taaCxN4hUP .iconBa{
    font-size: 150%; 
    margin-top: -10px; 
    font-weight: bold;
}
.cid-taaCxN4hUP .mbr-section-title {
  margin: 0;
}
.cid-taaCxN4hUP .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-taaCxN4hUP .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}

/* End of Galllery Projects Masonry */


/* manufacturers */

.cid-tGmaylRKqt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f0f2f5;/*#bbbbbb;*/
}
.cid-tGmaylRKqt .mbr-section-title.col-title {
  color: #6d3861
}
.cid-tGmaylRKqt .colored-text {
  color: #6d3861 !important;
}
.cid-tGmaylRKqt .mbr-section-title {
  color: #ffffff;
}
.cid-tGmaylRKqt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tGmaylRKqt .mbr-text {
  color: #ffffff;
}
.cid-tGmaylRKqt .mbr-section-title.main-title {
  color: #fff;  /*#353535;*/
}
.cid-tGmaylRKqt .mbr-text.main-text {
  color: #353535;
}
.cid-tGmaylRKqt .mbr-text.col-text {
  color: #353535;
}
.cid-tGmaylRKqt a, a:hover{
     color: #e9d5b0 !important;
}

/* Who We Are */

.cid-tJ69GiSXdr {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #000;
}
.cid-tJ69GiSXdr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ69GiSXdr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ69GiSXdr .row {
  justify-content: flex-start;
}
.cid-tJ69GiSXdr .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-tJ69GiSXdr .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-tJ69GiSXdr .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-tJ69GiSXdr .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

/** contact us */

.cid-sOupSa2Pc2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #F0F3EF;
 /* background-image: url("../../../assets/images/rs-q2-5-2000x1063.png");*/
}
.cid-sOupSa2Pc2 .mbr-overlay {
  /*background-color: #232323;
  opacity: 0.7;*/
}
.cid-sOupSa2Pc2 form .mbr-section-btn .btn {
  display: inline-flex;
  border-radius: 1rem;
  padding: 5px 40px !important;
}
.cid-sOupSa2Pc2 input,
.cid-sOupSa2Pc2 textarea {
  border-radius: 0.5rem;
}
.cid-sOupSa2Pc2 textarea {
  min-height: 10rem;
}
.cid-sOupSa2Pc2 .mbr-form {
  background:  #4B5A71;
  border-radius: 2rem;
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-sOupSa2Pc2 .mbr-form {
    padding: 2rem 1rem;
  }
}
.cid-sOupSa2Pc2 .form-control:hover,
.cid-sOupSa2Pc2 .form-control:focus {
  border-color: transparent !important;
}
.cid-sOupSa2Pc2 .mbr-section-title {
  color: #4B5A71;
}
.cid-sOupSa2Pc2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sOupSa2Pc2 LABEL {
  color:  #fff;
}

/* Contct Us Map */

.cid-tJQLQiZfvL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #aaacb5;
}
.cid-tJQLQiZfvL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJQLQiZfvL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJQLQiZfvL .google-map {
  height: 35rem;
  position: relative;
}
.cid-tJQLQiZfvL .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tJQLQiZfvL .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tJQLQiZfvL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tJQLQiZfvL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tJQLQiZfvL .mbr-section-title {
  color: #ffffff;
}
/* FAQx */

.cid-tbV751lre1 {
  /*padding-top: 7rem;*/
  padding-bottom: 0rem;
  background-color: #F0F3EF;
  min-height: 70vh;
}
.cid-tbV751lre1 .ino-section-head {
  margin-bottom: 2rem;
}
.cid-tbV751lre1 .ino-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #4B5A71;
  margin-left: 1rem;
}
.cid-tbV751lre1 .panel-group {
  border: none;
}
.cid-tbV751lre1 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tbV751lre1 .panel-body,
.cid-tbV751lre1 .card-header {
  padding: 1rem;
  background-color: #E8E8E8;
  margin-bottom: 10px; 
}
.cid-tbV751lre1 .panel-title-edit {
  color: #4B5A71
}
.cid-tbV751lre1 .card .card-header {
  background-color: transparent;
  margin-bottom: 10px;
  padding: 0 10px;
  border: 1px solid #4B5A71;
}
.cid-tbV751lre1 .faqPlus{
    font-size: 48px;
    display:inline-block;
    color:#4B5A71 !important;
}

/* FAQ Header */
.cid-tbV5PqghfM .ino-text,
.cid-tbV5PqghfM .ino-section-btn {
  color: #4B5A71;
}
.cid-tbV5PqghfM .card-title,
.cid-tbV5PqghfM .card-box {
  color: #4B5A71;
  padding-top: 30px;
}
.cid-tbV5PqghfM .ino-text,
.cid-tbV5PqghfM .link-wrap {
  color: #4B5A71
}













