/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
body {
  font-style: normal;
  line-height: 1.5;
  color: #70747f; }

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

:focus {
  outline: none; }

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

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

.mbr-section-title {
  font-style: normal;
  line-height: 1.1;
  color: #12265a;
  margin-bottom: 0rem; }

.mbr-section-subtitle {
  line-height: 1.3;
  color: #12265a; }

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

.display-1 {
  font-weight: 900;
  letter-spacing: -2px; }

.display-2 {
  font-weight: 900; }

.display-7 {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0; }

.btn {
  color: initial;
  border-radius: 0;
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 1.7;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word; }

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

.btn-md {
  font-weight: 600;
  letter-spacing: 2px;
  margin: .4rem .8rem !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.btn-lg {
  font-weight: 600;
  letter-spacing: 2px;
  margin: .4rem .8rem !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.btn-form {
  margin: 0;
  border-radius: 0;
  border: 1px solid; }
  .btn-form:hover {
    cursor: pointer; }

#scrollToTop a {
  opacity: .7;
  border-radius: 50%; }
  #scrollToTop a:hover {
    opacity: .95; }
  #scrollToTop a i:before {
    content: ''; }
  #scrollToTop a i:after {
    content: '';
    position: absolute;
    display: block;
    width: 18%;
    height: 18%;
    left: 41%;
    bottom: 45%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }

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

figure {
  margin-bottom: 0; }

b,
strong {
  font-weight: bold; }

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366; }

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

textarea[type="hidden"] {
  display: none; }

body {
  position: relative; }

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: #ffffff; }

.mbr-black {
  color: #000000; }

.mbr-bg-white {
  background-color: #ffffff; }

.mbr-bg-black {
  background-color: #000000; }

/*! 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-size-item {
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto; }

.media-content {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: start; }
  .media-container-row .media-size-item {
    width: 400px; }

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch; }
  .media-container-column > * {
    width: 100%; }

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
figure {
  overflow: hidden; }

figure[mbr-media-size] {
  -webkit-transition: width 0.1s;
  -o-transition: width 0.1s;
  transition: width 0.1s; }

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%; }

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

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

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center; }

.media-container > div {
  max-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: -.8rem;
  margin-right: -.8rem;
  font-size: 0; }

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem; }

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 0.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem; }

/*! Map */
.map {
  height: 25rem;
  position: relative; }
  .map iframe {
    width: 100%;
    height: 100%; }

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

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 70px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
  text-align: center; }
  .mbr-arrow-up a:hover {
    background-color: rgba(0, 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: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 16px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  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, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .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; }
    .mbr-arrow > a > i {
      position: absolute;
      top: -2px;
      left: 15px;
      font-size: 2rem; }

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg); } }
/*Gradients animation

use with:

background: linear-gradient(0deg, #2e3192, #1bffff);
background-size: 200% 200%;
animation: gradient-animation 4s infinite alternate;
-webkit-animation: gradient-animation 4s infinite alternate;
    */
@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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-logo img {
    display: -webkit-flex; }
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 94vh; }
    .menu .navbar-collapse.show {
      overflow: auto; } }
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 60vh; } }
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox; } }
@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: 94vh; }
    .menu .collapsed .navbar-collapse.show {
      overflow: auto; } }

.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.2em !important;
  margin: 0 !important; }

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

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

.card-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex: 1; }

.form-group:focus {
  outline: none; }

.jq-selectbox__select {
  padding: 0 1.5rem; }

.jq-number__spin {
  border: 1px solid #ebe9e5; }

.jq-selectbox__select {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%; }

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important; }

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

.jq-selectbox li {
  padding: 6px 12px; }

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

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

.modal-dialog .carousel-inner {
  height: 100%;
  height: -webkit-fill-available;
  height: fill-available; }

.carousel-item {
  text-align: center; }

.carousel-item img {
  margin: auto; }

.form-control {
  height: auto; }

.form-group {
  padding-left: 2px; }

.form-group:nth-last-of-type(2) {
  margin-bottom: 1.2 !important; }

.mbr-arrow {
  opacity: .5;
  transition: .3s; }
  .mbr-arrow:hover {
    opacity: .7; }

@media (max-width: 767px) {
  .mbr-arrow {
    display: none; } }
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0; }

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative; }
  .alert.alert-form::after {
    background-color: inherit;
    bottom: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 14px; }

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

.form-control {
  background-color: #ffffff;
  color: #132c70;
  line-height: 1.43;
  min-height: 2.5em;
  padding: 1.07em .5em; }
  .form-control, .form-control:focus {
    border: 1px solid #e8e8e8; }
  .form-active .form-control:invalid {
    border-color: red; }

.form-control {
  padding: 0.8rem 1.2rem;
  background-color: #ffffff;
  border: 1px solid #ebe9e5;
  color: #70747f;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
  border-radius: 26px; }
  .form-control:hover, .form-control:focus {
    background-color: #ffffff;
    border: 1px solid #ebe9e5;
    box-shadow: none;
    outline: none; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #70747f !important; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #70747f !important; }

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

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px; }

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

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap; }

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none; }

.mbr-section__comments .row {
  -webkit-justify-content: center;
  justify-content: center; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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; }

.btn {
  border-radius: 30px; }

@keyframes move {
  0% {
    width: 30px; }
  50% {
    width: 0px; }
  100% {
    width: 30px; } }
.jq-number__spin {
  border-radius: 20px; }

.icon-btn {
  color: currentColor !important; }

[class*=" socicon-"]:before {
  line-height: 1.5; }

.inner-dashed-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  transition: 0.4s; }

.btn .inner-dashed-border {
  display: block !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  stroke: #ffffff; }

/*# sourceMappingURL=style.css.map */
body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 5.37rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8.592rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.3rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 4.296rem;
    font-size: calc( 2.5295rem + (5.37 - 2.5295) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.5295rem + (5.37 - 2.5295) * ((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.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.7rem 2.7rem;
  border-radius: 35px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #E5670C !important;
}
.bg-success {
  background-color: #00b15c !important;
}
.bg-info {
  background-color: #f47d35 !important;
}
.bg-warning {
  background-color: #ffcc29 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #E5670C !important;
  border-color: #E5670C !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #003176 !important;
  border-color: #003176 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #003176 !important;
  border-color: #003176 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #003176 !important;
  border-color: #003176 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #003176 !important;
  border-color: #003176 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #003176 !important;
  border-color: #003176 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #f47d35 !important;
  border-color: #f47d35 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #003176 !important;
  border-color: #003176 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #003176 !important;
  border-color: #003176 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #00b15c !important;
  border-color: #00b15c !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #003176 !important;
  border-color: #003176 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #003176 !important;
  border-color: #003176 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #ffcc29 !important;
  border-color: #ffcc29 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #003176 !important;
  border-color: #003176 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #003176 !important;
  border-color: #003176 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #003176 !important;
  border-color: #003176 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #003176 !important;
  border-color: #003176 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #000000 !important;
  background-color: #003176 !important;
  border-color: #003176 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #003176 !important;
  border-color: #003176 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #003176 !important;
  border-color: #003176 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #003176 !important;
  border-color: #003176 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #E5670C;
  color: #E5670C !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #5b3c00 !important;
  background-color: #E5670C;
  border-color: #E5670C;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #5b3c00 !important;
  background-color: #E5670C !important;
  border-color: #E5670C !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #003176;
  color: #003176 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #003176;
  border-color: #003176;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #003176 !important;
  border-color: #003176 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #f47d35;
  color: #f47d35 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #f47d35;
  border-color: #f47d35;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f47d35 !important;
  border-color: #f47d35 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #00b15c;
  color: #00b15c !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #00b15c;
  border-color: #00b15c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #00b15c !important;
  border-color: #00b15c !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #ffcc29;
  color: #ffcc29 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #291f00 !important;
  background-color: #ffcc29;
  border-color: #ffcc29;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #291f00 !important;
  background-color: #ffcc29 !important;
  border-color: #ffcc29 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #444444;
  color: #444444 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #333333;
  color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #003176 !important;
}
.text-secondary {
  color: #003176 !important;
}
.text-success {
  color: #00b15c !important;
}
.text-info {
  color: #f47d35 !important;
}
.text-warning {
  color: #ffcc29 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a,
a:hover {
  color: #f47d35;
  font-weight: 900;
  transition: 0.4s;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffffff !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #E5670C !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #00b15c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #E5670C !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #E5670C !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #444444 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #1a1a1a !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f47d35;
}
.alert-warning {
  background-color: #ffcc29;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #E5670C;
  border-color: #E5670C;
  color: #754d00;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #31ff9c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fffaf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffdf5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  background: #E5670C;
}
#scrollToTop a:after {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px dashed #E5670C;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
#scrollToTop a:hover::after {
  animation-play-state: running;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #444444;
}
.mbr-arrow a {
  color: #ffffff;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1.3rem;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #E5670C;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #E5670C;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #E5670C;
  border-bottom-color: #E5670C;
}
.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: #E5670C !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: #e5670c  !important;
  box-shadow: none !important;
}
.soc-item:hover::after {
  opacity: 1;
  visibility: visible;
  animation-play-state: running;
}
.soc-item::after {
  opacity: 0;
  transition: all .3s ease;
  position: absolute;
  content: '';
  height: calc(122%);
  width: calc(122%);
  border-width: 2px;
  box-sizing: border-box;
  border-style: dashed;
  top: -4px;
  left: -4px;
  border-radius: inherit;
  animation: spin_right 5s linear infinite;
  animation-play-state: paused;
}
@keyframes spin_right {
  0% {
    transform: rotate(-360deg);
  }
}
.line-bg-warning {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.line-bg-primary {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, #E5670C, #E5670C);
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-rHd4LPs6LH {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-rHd4LPs6LH .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-rHd4LPs6LH .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rHd4LPs6LH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rHd4LPs6LH a {
  font-style: normal;
}
.cid-rHd4LPs6LH .show {
  overflow: visible;
}
.cid-rHd4LPs6LH .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-rHd4LPs6LH .dropdown-item:active {
  background-color: transparent;
}
.cid-rHd4LPs6LH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rHd4LPs6LH .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-rHd4LPs6LH .nav-item:focus,
.cid-rHd4LPs6LH .nav-link:focus {
  outline: none;
}
.cid-rHd4LPs6LH .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  border: 1px solid #7a7b7e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-rHd4LPs6LH .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-rHd4LPs6LH .menu-logo .navbar-brand {
  display: flex;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rHd4LPs6LH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rHd4LPs6LH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rHd4LPs6LH .menu-logo .navbar-brand .navbar-logo {
  font-size: 12rem;
  transition: font-size 0.25s;
}
.cid-rHd4LPs6LH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rHd4LPs6LH .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rHd4LPs6LH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rHd4LPs6LH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rHd4LPs6LH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rHd4LPs6LH .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  position: absolute;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-rHd4LPs6LH .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-rHd4LPs6LH .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-rHd4LPs6LH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rHd4LPs6LH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rHd4LPs6LH .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rHd4LPs6LH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-rHd4LPs6LH button.navbar-toggler:focus {
  outline: none;
}
.cid-rHd4LPs6LH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0095d0;
}
.cid-rHd4LPs6LH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rHd4LPs6LH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rHd4LPs6LH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rHd4LPs6LH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rHd4LPs6LH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rHd4LPs6LH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rHd4LPs6LH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rHd4LPs6LH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rHd4LPs6LH .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rHd4LPs6LH .collapsed .btn {
  display: -webkit-flex;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse.collapsing,
.cid-rHd4LPs6LH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rHd4LPs6LH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rHd4LPs6LH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rHd4LPs6LH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rHd4LPs6LH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rHd4LPs6LH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rHd4LPs6LH .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-rHd4LPs6LH .collapsed button.navbar-toggler {
  display: block;
}
.cid-rHd4LPs6LH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rHd4LPs6LH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rHd4LPs6LH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rHd4LPs6LH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rHd4LPs6LH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rHd4LPs6LH .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rHd4LPs6LH.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rHd4LPs6LH img {
    height: 3.8rem !important;
  }
  .cid-rHd4LPs6LH .btn {
    display: -webkit-flex;
  }
  .cid-rHd4LPs6LH button.navbar-toggler {
    display: block;
  }
  .cid-rHd4LPs6LH .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-rHd4LPs6LH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rHd4LPs6LH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rHd4LPs6LH .navbar-collapse.collapsing,
  .cid-rHd4LPs6LH .navbar-collapse.show {
    display: block !important;
  }
  .cid-rHd4LPs6LH .navbar-collapse.collapsing .navbar-nav,
  .cid-rHd4LPs6LH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rHd4LPs6LH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rHd4LPs6LH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rHd4LPs6LH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rHd4LPs6LH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rHd4LPs6LH .navbar-collapse.collapsing .navbar-buttons,
  .cid-rHd4LPs6LH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rHd4LPs6LH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rHd4LPs6LH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rHd4LPs6LH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rHd4LPs6LH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rHd4LPs6LH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rHd4LPs6LH .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rHd4LPs6LH .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-rHd4LPs6LH .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    color: #fff;
  }
  .cid-rHd4LPs6LH .nav-link {
    justify-content: start!important;
  }
  .cid-rHd4LPs6LH .navbar.opened {
    height: 100%;
  }
  .cid-rHd4LPs6LH .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rHd4LPs6LH .dropdown-menu {
    box-shadow: none !important;
    background: #ffffff !important;
  }
}
@media (min-width: 767px) {
  .cid-rHd4LPs6LH .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rHd4LPs6LH .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rHd4LPs6LH .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  transition: 0.4s;
}
.cid-rHd4LPs6LH .span-link {
  padding: 0 0.5rem;
}
.cid-rHd4LPs6LH .btn1::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #E5670C;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-rHd4LPs6LH .btn2::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #ffcc29;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-rHd4LPs6LH .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-rHd4LPs6LH .navbar-caption {
  color: #f47d35;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
}
.cid-rHd4LPs6LH .navbar-caption:hover {
  color: #ffcc29;
}
.cid-rHd4LPs6LH .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-rHd4LPs6LH .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-rHd4LPs6LH .dropdown-item {
    color: #fff;
  }
  .cid-rHd4LPs6LH .nav-item.open .nav-link,
  .cid-rHd4LPs6LH .link:hover {
    color: #fff;
    background: #003176;
    border-radius: 5px;
  }
  .cid-rHd4LPs6LH .link:active {
    color: #fff !important;
  }
  .cid-rHd4LPs6LH .logo-name {
    margin-top: 0.5rem;
  }
  .cid-rHd4LPs6LH .navbar-brand {
    justify-content: center;
  }
  .cid-rHd4LPs6LH .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-rHd4LPs6LH .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-rHd4LPs6LH .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-rHd4LPs6LH .navbar-collapse {
    background-color: #ffffff;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-rHd4LPs6LH .navbar {
    height: 90px;
  }
  .cid-rHd4LPs6LH .menu-logo {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-rHd4LPs6LH .btn1 {
    display: none;
  }
  .cid-rHd4LPs6LH .mbr-section-title {
    color: #fff;
  }
  .cid-rHd4LPs6LH .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-rHd4LPs6LH .navbar-toggleable-sm {
    background-color: #ffffff;
  }
  .cid-rHd4LPs6LH .span-link {
    color: #fff;
  }
  .cid-rHd4LPs6LH .navbar-collapse.show .navbar-nav {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-rHd4LPs6LH .dropdown-item {
    color: #12265a;
  }
  .cid-rHd4LPs6LH .nav-item.open .nav-link,
  .cid-rHd4LPs6LH .link:hover {
    color: #ffffff  !important;
    background: #003176;
    border-radius: 5px;
  }
  .cid-rHd4LPs6LH .logo-name {
    margin-top: 2rem;
  }
  .cid-rHd4LPs6LH .navbar-collapse {
    justify-content: space-between;
  }
  .cid-rHd4LPs6LH .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-rHd4LPs6LH .container-fluid {
    padding: 0 1rem;
  }
  .cid-rHd4LPs6LH .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #ffcc29;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-rHd4LPs6LH .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #ffffff;
    z-index: -1;
  }
}
.cid-rHd4LPs6LH .mbr-section-title {
  font-weight: 900;
}
.cid-rHd4LPs6LH .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-rHd4LPs6LH .mbr-section-btn {
  display: flex;
}
.cid-rHd4LPs6LH .dropdown-item:hover {
  color: #fa9c5a !important;
}
.cid-rHd4LPs6LH .btn-primary:hover {
  background-color: #E5670C !important;
  border-color: #E5670C !important;
}
.cid-rHd4LPs6LH .btn-warning:hover {
  background-color: #ffcc29 !important;
  border-color: #ffcc29 !important;
}
.cid-rHd4LPs6LH .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-rHd4LPs6LH .nav-item a {
  padding: 0 0.5rem !important;
}
.cid-rHd4LPs6LH .nav-link {
  padding: 0rem 0.5rem !important;
}
.cid-rHd4LPs6LH .mbr-iconfont {
  margin: 0;
}
.cid-rHd4LPs6LH .btn-primary:focus {
  background-color: #E5670C !important;
  border-color: #E5670C !important;
}
.cid-rHd4LPs6LH .btn-warning:focus {
  background-color: #ffcc29 !important;
  border-color: #ffcc29 !important;
}
.cid-rHd4LPs6LH .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-rHd4LPs6LH .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-rHd4LPs6LH H3 {
  color: #ffffff;
}
.cid-tdt954QoGS {
  background-image: url("../images/children.jpg");
}
.cid-tdt954QoGS img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-tdt954QoGS .right-wrapper {
  padding-left: 5rem;
}
.cid-tdt954QoGS .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-tdt954QoGS .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-tdt954QoGS .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-tdt954QoGS .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-tdt954QoGS .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 200%;
  border-radius: 30px;
  z-index: -1;
}
.cid-tdt954QoGS .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tdt954QoGS .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-tdt954QoGS .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tdt954QoGS .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-tdt954QoGS .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-tdt954QoGS .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-tdt954QoGS .container-fluid {
    padding: 0 1rem;
  }
  .cid-tdt954QoGS .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-tdt954QoGS .mbr-text,
.cid-tdt954QoGS .mbr-section-btn {
  text-align: justify;
}
.cid-sZpZk6cEBL {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-sZpZk6cEBL .mbr-section-title {
  text-align: left;
  color: #444444;
}
.cid-sZpZk6cEBL .mbr-section-subtitle {
  text-align: justify;
  color: #444444;
}

.cid-sZpZk6cEBL .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #E5670C;
  margin-left: 1rem;
}
.cid-sZpZk6cEBL .panel-group {
  border: none;
}
.cid-sZpZk6cEBL .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sZpZk6cEBL .panel-body,
.cid-sZpZk6cEBL .card-header {
  padding: 1rem 0;
}
.cid-sZpZk6cEBL .panel-title-edit {
  color: #444444;
}
.cid-sZpZk6cEBL .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sZpZk6cEBL H3 {
  text-align: left;
  color: #444444;
}
.cid-sZpZk6cEBL .panel-text {
  color: #444444;
  text-align: justify;
}
.cid-sZpZk6cEBL H4 {
  text-align: justify;
  color: #444444;
}


.cid-sZlj8GkeuA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../images/gallery03.jpg");
}
.cid-sZlj8GkeuA .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #E5670C;
  margin-left: 1rem;
}
.cid-sZlj8GkeuA .panel-group {
  border: none;
}
.cid-sZlj8GkeuA .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sZlj8GkeuA .panel-body,
.cid-sZlj8GkeuA .card-header {
  padding: 1rem 0;
}
.cid-sZlj8GkeuA .panel-title-edit {
  color: #444444;
}
.cid-sZlj8GkeuA .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sZlj8GkeuA H3 {
  text-align: left;
  color: #444444;
}
.cid-sZlj8GkeuA .panel-text {
  color: #444444;
  text-align: justify;
}
.cid-sZlj8GkeuA H4 {
  text-align: justify;
  color: #444444;
}
.cid-sZ2vcqo8nB {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../images/children.jpg");
}
.cid-sZ2vcqo8nB h3,
.cid-sZ2vcqo8nB h4,
.cid-sZ2vcqo8nB h5,
.cid-sZ2vcqo8nB h6,
.cid-sZ2vcqo8nB p {
  margin: 0;
}
.cid-sZ2vcqo8nB .section-head {
  margin-bottom: 2.5rem;
}
.cid-sZ2vcqo8nB .mbr-section-subtitle {
  margin-top: 0.5rem;
}
.cid-sZ2vcqo8nB .toggle-panel {
  border-top: 1px solid #ffcc29;
}
.cid-sZ2vcqo8nB .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 2.3rem 0;
  border-bottom: 1px solid #ffcc29;
}
@media (max-width: 991px) {
  .cid-sZ2vcqo8nB .card .card-header {
    padding: 1rem 0 1.5rem;
  }
}
.cid-sZ2vcqo8nB .show {
  border-bottom: 1px solid #33d5ad;
}
.cid-sZ2vcqo8nB .panel-title {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sZ2vcqo8nB .panel-title {
    flex-direction: column;
    text-align: center;
  }
}
.cid-sZ2vcqo8nB .mbr-number {
  color: #33d5ad;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-sZ2vcqo8nB .mbr-number {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.cid-sZ2vcqo8nB .panel-title-edit {
  color: #444444;
  width: 47%;
  width: 67%;
}
@media (max-width: 991px) {
  .cid-sZ2vcqo8nB .panel-title-edit {
    width: 100%;
    margin-bottom: 0.6rem;
  }
}
.cid-sZ2vcqo8nB .panel-subtitle-edit {
  color: #1f1437;
  width: 33%;
}
@media (max-width: 991px) {
  .cid-sZ2vcqo8nB .panel-subtitle-edit {
    width: 100%;
  }
}
.cid-sZ2vcqo8nB .mbr-iconfont {
  padding: 0.5rem;
  font-family: 'Moririse2' !important;
  font-size: 0.8rem !important;
  color: #ffffff;
  background-color: #f47d35;
  border-radius: 50%;
  margin-left: 33%;
}
@media (max-width: 991px) {
  .cid-sZ2vcqo8nB .mbr-iconfont {
    margin-top: 1rem;
  }
}
.cid-sZ2vcqo8nB .panel-body,
.cid-sZ2vcqo8nB .card-header {
  padding: 2rem 0 3rem;
  display: flex;
}
@media (max-width: 991px) {
  .cid-sZ2vcqo8nB .panel-body,
  .cid-sZ2vcqo8nB .card-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.cid-sZ2vcqo8nB .image-wrap {
  width: 490px;
  margin-right: 3rem;
  flex-shrink: 0;
}
.cid-sZ2vcqo8nB .image-wrap img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .cid-sZ2vcqo8nB .image-wrap {
    margin-bottom: 2.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 521px) {
  .cid-sZ2vcqo8nB .image-wrap {
    width: 100%;
  }
}
.cid-sZ2vcqo8nB .panel-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-sZ2vcqo8nB .list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .cid-sZ2vcqo8nB .list {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
@media (max-width: 991px) {
  .cid-sZ2vcqo8nB .list {
    margin-top: 2.5rem;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .cid-sZ2vcqo8nB .list {
    justify-content: center;
  }
}
.cid-sZ2vcqo8nB .mbr-list-odd {
  color: #33d5ad;
  margin-top: 0.6rem;
  margin-right: 0.5rem;
}
@media (max-width: 1399px) {
  .cid-sZ2vcqo8nB .mbr-list-odd {
    width: 50%;
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sZ2vcqo8nB .mbr-list-odd {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sZ2vcqo8nB .mbr-list-odd {
    width: 100%;
    margin-right: 0;
  }
}
.cid-sZ2vcqo8nB .mbr-list-even {
  color: #cd8ad1;
  margin-top: 0.6rem;
  margin-right: 0.5rem;
}
@media (max-width: 1399px) {
  .cid-sZ2vcqo8nB .mbr-list-even {
    width: 50%;
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sZ2vcqo8nB .mbr-list-even {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sZ2vcqo8nB .mbr-list-even {
    width: 100%;
    margin-right: 0;
  }
}
.cid-sZ2vcqo8nB .panel-text {
  text-align: left;
  color: #54575f;
}
.cid-sZ2vcqo8nB H3 {
  text-align: left;
  color: #444444;
}
.cid-sZ2vcqo8nB H4 {
  text-align: left;
}
.cid-sZ91qLeFT5 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../images/gallery00.jpg");
}
.cid-sZ91qLeFT5 h3,
.cid-sZ91qLeFT5 h4,
.cid-sZ91qLeFT5 h5,
.cid-sZ91qLeFT5 h6,
.cid-sZ91qLeFT5 p {
  margin: 0;
}
.cid-sZ91qLeFT5 .section-head {
  margin-bottom: 2.5rem;
}
.cid-sZ91qLeFT5 .mbr-section-subtitle {
  margin-top: 0.5rem;
}
.cid-sZ91qLeFT5 .toggle-panel {
  border-top: 1px solid #ffcc29;
}
.cid-sZ91qLeFT5 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 2.3rem 0;
  border-bottom: 1px solid #ffcc29;
}
@media (max-width: 991px) {
  .cid-sZ91qLeFT5 .card .card-header {
    padding: 1rem 0 1.5rem;
  }
}
.cid-sZ91qLeFT5 .show {
  border-bottom: 1px solid #33d5ad;
}
.cid-sZ91qLeFT5 .panel-title {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sZ91qLeFT5 .panel-title {
    flex-direction: column;
    text-align: center;
  }
}
.cid-sZ91qLeFT5 .mbr-number {
  color: #33d5ad;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-sZ91qLeFT5 .mbr-number {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.cid-sZ91qLeFT5 .panel-title-edit {
  color: #444444;
  width: 47%;
  width: 67%;
}
@media (max-width: 991px) {
  .cid-sZ91qLeFT5 .panel-title-edit {
    width: 100%;
    margin-bottom: 0.6rem;
  }
}
.cid-sZ91qLeFT5 .panel-subtitle-edit {
  color: #1f1437;
  width: 33%;
}
@media (max-width: 991px) {
  .cid-sZ91qLeFT5 .panel-subtitle-edit {
    width: 100%;
  }
}
.cid-sZ91qLeFT5 .mbr-iconfont {
  padding: 0.5rem;
  font-family: 'Moririse2' !important;
  font-size: 0.8rem !important;
  color: #ffffff;
  background-color: #f47d35;
  border-radius: 50%;
  margin-left: 33%;
}
@media (max-width: 991px) {
  .cid-sZ91qLeFT5 .mbr-iconfont {
    margin-top: 1rem;
  }
}
.cid-sZ91qLeFT5 .panel-body,
.cid-sZ91qLeFT5 .card-header {
  padding: 2rem 0 3rem;
  display: flex;
}
@media (max-width: 991px) {
  .cid-sZ91qLeFT5 .panel-body,
  .cid-sZ91qLeFT5 .card-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.cid-sZ91qLeFT5 .image-wrap {
  width: 490px;
  margin-right: 3rem;
  flex-shrink: 0;
}
.cid-sZ91qLeFT5 .image-wrap img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .cid-sZ91qLeFT5 .image-wrap {
    margin-bottom: 2.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 521px) {
  .cid-sZ91qLeFT5 .image-wrap {
    width: 100%;
  }
}
.cid-sZ91qLeFT5 .panel-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-sZ91qLeFT5 .list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .cid-sZ91qLeFT5 .list {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
@media (max-width: 991px) {
  .cid-sZ91qLeFT5 .list {
    margin-top: 2.5rem;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .cid-sZ91qLeFT5 .list {
    justify-content: center;
  }
}
.cid-sZ91qLeFT5 .mbr-list-odd {
  color: #33d5ad;
  margin-top: 0.6rem;
  margin-right: 0.5rem;
}
@media (max-width: 1399px) {
  .cid-sZ91qLeFT5 .mbr-list-odd {
    width: 50%;
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sZ91qLeFT5 .mbr-list-odd {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sZ91qLeFT5 .mbr-list-odd {
    width: 100%;
    margin-right: 0;
  }
}
.cid-sZ91qLeFT5 .mbr-list-even {
  color: #cd8ad1;
  margin-top: 0.6rem;
  margin-right: 0.5rem;
}
@media (max-width: 1399px) {
  .cid-sZ91qLeFT5 .mbr-list-even {
    width: 50%;
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sZ91qLeFT5 .mbr-list-even {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sZ91qLeFT5 .mbr-list-even {
    width: 100%;
    margin-right: 0;
  }
}
.cid-sZ91qLeFT5 .panel-text {
  text-align: left;
  color: #54575f;
}
.cid-sZ91qLeFT5 H3 {
  text-align: left;
  color: #444444;
}
.cid-sZ9mEWPjMJ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-sZ9mEWPjMJ .mbr-section-title {
  text-align: left;
  color: #444444;
}
.cid-sZ9mEWPjMJ .mbr-section-subtitle {
  text-align: justify;
  color: #444444;
}
.cid-sZlrGj0wVJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../images/background3.jpg");
}
.cid-sZlrGj0wVJ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sZlrGj0wVJ .panel-title {
  display: flex;
  align-items: center;
}
.cid-sZlrGj0wVJ .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #acaebd;
}
.cid-sZlrGj0wVJ .panel-body,
.cid-sZlrGj0wVJ .card-header {
  padding: 1rem 0;
}
.cid-sZlrGj0wVJ .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-sZlrGj0wVJ .panel-title-edit {
  color: #444444;
  display: flex;
  align-items: center;
  text-align: left;
}
.cid-sZlrGj0wVJ .panel-text {
  max-width: 100%;
  color: #444444;
  text-align: justify;
}
.cid-sZlrGj0wVJ .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-sZlrGj0wVJ .section-head {
  margin-bottom: 56px;
}
.cid-sZlrGj0wVJ .card {
  margin-bottom: 32px;
}
.cid-sZlrGj0wVJ H3 {
  color: #14142b;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-sZlrGj0wVJ .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-sZlrGj0wVJ .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-t0buZFBT7Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../images/background3.jpg");
}
.cid-t0buZFBT7Q .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-t0buZFBT7Q .panel-title {
  display: flex;
  align-items: center;
}
.cid-t0buZFBT7Q .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #acaebd;
}
.cid-t0buZFBT7Q .panel-body,
.cid-t0buZFBT7Q .card-header {
  padding: 1rem 0;
}
.cid-t0buZFBT7Q .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-t0buZFBT7Q .panel-title-edit {
  color: #444444;
  display: flex;
  align-items: center;
  text-align: left;
}
.cid-t0buZFBT7Q .panel-text {
  max-width: 100%;
  color: #444444;
  text-align: justify;
}
.cid-t0buZFBT7Q .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-t0buZFBT7Q .section-head {
  margin-bottom: 56px;
}
.cid-t0buZFBT7Q .card {
  margin-bottom: 32px;
}
.cid-t0buZFBT7Q H3 {
  color: #14142b;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-t0buZFBT7Q .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-t0buZFBT7Q .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-t0bvMACMxI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../images/background3.jpg");
}
.cid-t0bvMACMxI .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-t0bvMACMxI .panel-title {
  display: flex;
  align-items: center;
}
.cid-t0bvMACMxI .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #acaebd;
}
.cid-t0bvMACMxI .panel-body,
.cid-t0bvMACMxI .card-header {
  padding: 1rem 0;
}
.cid-t0bvMACMxI .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-t0bvMACMxI .panel-title-edit {
  color: #444444;
  display: flex;
  align-items: center;
  text-align: left;
}
.cid-t0bvMACMxI .panel-text {
  max-width: 100%;
  color: #444444;
  text-align: justify;
}
.cid-t0bvMACMxI .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-t0bvMACMxI .section-head {
  margin-bottom: 56px;
}
.cid-t0bvMACMxI .card {
  margin-bottom: 32px;
}
.cid-t0bvMACMxI H3 {
  color: #14142b;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-t0bvMACMxI .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-t0bvMACMxI .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-t0bwxw8rC3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../images/background3.jpg");
}
.cid-t0bwxw8rC3 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-t0bwxw8rC3 .panel-title {
  display: flex;
  align-items: center;
}
.cid-t0bwxw8rC3 .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #acaebd;
}
.cid-t0bwxw8rC3 .panel-body,
.cid-t0bwxw8rC3 .card-header {
  padding: 1rem 0;
}
.cid-t0bwxw8rC3 .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-t0bwxw8rC3 .panel-title-edit {
  color: #444444;
  display: flex;
  align-items: center;
  text-align: left;
}
.cid-t0bwxw8rC3 .panel-text {
  max-width: 100%;
  color: #444444;
  text-align: justify;
}
.cid-t0bwxw8rC3 .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-t0bwxw8rC3 .section-head {
  margin-bottom: 56px;
}
.cid-t0bwxw8rC3 .card {
  margin-bottom: 32px;
}
.cid-t0bwxw8rC3 H3 {
  color: #14142b;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-t0bwxw8rC3 .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-t0bwxw8rC3 .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-t0bx8Vx393 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../images/background3.jpg");
}
.cid-t0bx8Vx393 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-t0bx8Vx393 .panel-title {
  display: flex;
  align-items: center;
}
.cid-t0bx8Vx393 .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #acaebd;
}
.cid-t0bx8Vx393 .panel-body,
.cid-t0bx8Vx393 .card-header {
  padding: 1rem 0;
}
.cid-t0bx8Vx393 .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-t0bx8Vx393 .panel-title-edit {
  color: #444444;
  display: flex;
  align-items: center;
  text-align: left;
}
.cid-t0bx8Vx393 .panel-text {
  max-width: 100%;
  color: #444444;
  text-align: justify;
}
.cid-t0bx8Vx393 .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-t0bx8Vx393 .section-head {
  margin-bottom: 56px;
}
.cid-t0bx8Vx393 .card {
  margin-bottom: 32px;
}
.cid-t0bx8Vx393 H3 {
  color: #14142b;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-t0bx8Vx393 .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-t0bx8Vx393 .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-sZpXFGPBUg {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-sZpXFGPBUg .mbr-section-title {
  text-align: left;
  color: #444444;
}
.cid-sZpXFGPBUg .mbr-section-subtitle {
  text-align: justify;
  color: #444444;
}
.cid-tdtaOjzAkH {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-tdtaOjzAkH {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
.cid-tdtaOjzAkH .container-fluid {
  padding: 0 2rem;
  max-width: 1200px;
}
.cid-tdtaOjzAkH .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tdtaOjzAkH .container-fluid {
    padding: 0 1rem;
  }
  .cid-tdtaOjzAkH .video-block {
    width: 100% !important;
  }
}
.cid-tdtb6jscKd {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tdtb6jscKd .mbr-section-title {
  text-align: left;
  color: #444444;
}
.cid-tdtb6jscKd .mbr-section-subtitle {
  text-align: justify;
  color: #444444;
}
.cid-rHBb7VkcXz {
  background-image: url("../images/gallery07.jpg");
}
.cid-rHBb7VkcXz .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.9;
}
.cid-rHBb7VkcXz img {
  width: 90%;
  border-radius: 8px;
}
.cid-rHBb7VkcXz .btn {
  border-radius: 30px;
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-rHBb7VkcXz textarea {
  min-height: 130px;
}
.cid-rHBb7VkcXz H5 {
  color: #12265a ;
}
@media (max-width: 992px) {
  .cid-rHBb7VkcXz img {
    width: 100%;
  }
  .cid-rHBb7VkcXz .map-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-rHBb7VkcXz .google-map {
  height: 95%;
  position: relative;
}
.cid-rHBb7VkcXz .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rHBb7VkcXz .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-rHBb7VkcXz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rHBb7VkcXz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-rHBb7VkcXz .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-rHBb7VkcXz .container-fluid {
  max-width: 1200px;
}
.cid-rHBb7VkcXz svg {
  position: relative;
  left: 0;
  top: 0;
}
.cid-rHBb7VkcXz .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-rHBb7VkcXz .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-rHBb7VkcXz rect {
  position: absolute;
  width: 95%;
}
@media (max-width: 767px) {
  .cid-rHBb7VkcXz {
    padding-top: 40px;
    padding-bottom: 16px;
  }
  .cid-rHBb7VkcXz .title {
    text-align: left;
  }
  .cid-rHBb7VkcXz .dragArea {
    padding-left: 0rem;
  }
  .cid-rHBb7VkcXz .mbr-section-title {
    text-align: left;
  }
}
@media (min-width: 767px) {
  .cid-rHBb7VkcXz {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .cid-rHBb7VkcXz .container-fluid {
    padding: 0 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-rHBb7VkcXz .dragArea {
    padding-left: 2rem;
  }
}
.cid-rHBb7VkcXz .mbr-section-title span {
  display: inline-block;
}
.cid-rHBb7VkcXz .mbr-text {
  margin-top: 0.5rem;
}
.cid-rHBb7VkcXz .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-rHBb7VkcXz .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-rHBb7VkcXz .mbr-section-btn {
  margin-left: 5px;
}
.cid-rHBb7VkcXz iframe {
  border-radius: 30px;
}
.cid-rHBb7VkcXz .mbr-section-title {
  color: #444444;
}
.cid-rGsvPeepxn {
  padding-top: 45px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-rGsvPeepxn .mbr-iconfont-social {
  font-size: 1.5rem;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-rGsvPeepxn .mbr-iconfont-social:before {
  padding: .6rem;
  border-radius: 100px;
  transition: all .3s;
}
.cid-rGsvPeepxn .mbr-iconfont-social:hover:before {
  transition: all .3s;
  border-color: transparent;
}
.cid-rGsvPeepxn .social-list {
  display: flex;
  justify-content: center;
}
.cid-rGsvPeepxn .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-rGsvPeepxn .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-rGsvPeepxn .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-rGsvPeepxn .socicon:hover {
  transform: translate(0, -10px);
}
.cid-rGsvPeepxn .socion1 {
  background: #003176;
}
.cid-rGsvPeepxn .socion2 {
  background-color: #fdeade;
}
.cid-rGsvPeepxn .socion3 {
  background-color: #ffc610;
}
.cid-rGsvPeepxn .mbr-iconfont {
  color: #fff;
}
.cid-rGsvPFnWfW {
  background-color: #003176;
}
.cid-rGsvPFnWfW svg {
  position: absolute;
  top: 0;
}
.cid-rGsvPFnWfW .svg-1 {
  fill: #f47d35;
}
.cid-rGsvPFnWfW .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-rGsvPFnWfW {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
@media (min-width: 767px) {
  .cid-rGsvPFnWfW {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-rGsvPFnWfW .mbr-text {
  color: #b1bee0;
}
.cid-rGsvPFnWfW a {
  text-decoration: underline;
}
.cid-rGsvPFnWfW a,
.cid-rGsvPFnWfW a:hover {
  font-weight: 400 !important;
}
.cid-rGsvPFnWfW .media-container-row .mbr-text {
  color: #444444;
}
