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

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

:focus {
  outline: none;
}

section {
  background-color: #eeeeee;
}

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 {
  color: #132c70;
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

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

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

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

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

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

.display-7 {
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 1px;
}

.btn {
  color: initial;
  border-radius: 0;
  font-weight: 600;
  border-width: 0px;
  font-style: normal;
  letter-spacing: 2px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: normal;
}

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

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

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

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

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a {
  opacity: .5;
}

#scrollToTop a:hover {
  opacity: .7;
}

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -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;
}
span,
p,
a {
  line-height: 1.5;
  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 {
  transition-delay: 9999s;
  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;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! 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;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.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 {
  overflow: hidden;
}

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

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

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

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

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

.mbr-figure {
  -ms-grid-row-align: center;
  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: -.25rem;
  margin-right: -.25rem;
  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: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  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: 60px;
  width: 60px;
  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, 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: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-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%);
  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: 1rem;
}

@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;
    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: flex;
  display: -webkit-flex;
  font-weight: 300;
}

.menu .navbar-brand .navbar-caption-wrap {
  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: -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 {
  flex: 1;
  -webkit-flex: 1;
}

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

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

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

.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 {
  -webkit-transform: translateY(-50%);
          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: -moz-available;
  height: fill-available;
}

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

.carousel-item img {
  margin: auto;
}

.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 0.5rem;
  padding-left: 2px;
}

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

.mbr-section-title {
  margin-bottom: 1rem;
}

.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-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.5rem 1.2rem;
  background-color: #ffffff;
  border: 1px solid #132c70;
  color: #132c70;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
  border-radius: 0px;
  resize: none;
}

.form-control:hover, .form-control:focus {
  background-color: #ffffff;
  border: 1px solid #132c70;
  box-shadow: none;
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #132c70 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #132c70 !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 {
  justify-content: center;
}

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

.btn-line {
  margin-right: 1.5rem;
  padding-left: 3rem;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  transition: all 0.3s;
}

.btn-line::after {
  content: "";
  color: currentColor;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: currentColor;
  left: 4px;
}

.btn-line:hover::after {
  -webkit-animation: move 1s infinite linear;
          animation: move 1s infinite linear;
}

@-webkit-keyframes move {
  0% {
    width: 30px;
  }
  50% {
    width: 0px;
  }
  100% {
    width: 30px;
  }
}

@keyframes move {
  0% {
    width: 30px;
  }
  50% {
    width: 0px;
  }
  100% {
    width: 30px;
  }
}

.btn_contact_us {
  color: #132c70;
  border: 1px solid #132c70;
}

.jq-number__spin {
  border-radius: 0;
}

a[href][class*="text-"] {
  transition: 0.6s;
}

a[href][class*="text-"]:hover {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
body {
  font-family: Open Sans;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.1rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1rem;
}
/* ---- 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: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.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: #000000 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #0a67a3 !important;
}
.bg-danger {
  background-color: #f8e5e4 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #ffcd40 !important;
  border-color: #ffcd40 !important;
  color: #402f00 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #402f00 !important;
  background-color: #f3b300 !important;
  border-color: #f3b300 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #402f00 !important;
  background-color: #f3b300 !important;
  border-color: #f3b300 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #0a67a3 !important;
  border-color: #0a67a3 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #06395b !important;
  border-color: #06395b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #06395b !important;
  border-color: #06395b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #f8e5e4 !important;
  border-color: #f8e5e4 !important;
  color: #b0342d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #b0342d !important;
  background-color: #e8aaa7 !important;
  border-color: #e8aaa7 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #b0342d !important;
  background-color: #e8aaa7 !important;
  border-color: #e8aaa7 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !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: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #ffcd40;
  color: #ffcd40 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #402f00 !important;
  background-color: #ffcd40;
  border-color: #ffcd40;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #402f00 !important;
  background-color: #ffcd40 !important;
  border-color: #ffcd40 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #0a67a3;
  color: #0a67a3 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #0a67a3;
  border-color: #0a67a3;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0a67a3 !important;
  border-color: #0a67a3 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #f8e5e4;
  color: #f8e5e4 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #b0342d !important;
  background-color: #f8e5e4;
  border-color: #f8e5e4;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #b0342d !important;
  background-color: #f8e5e4 !important;
  border-color: #f8e5e4 !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: #000000 !important;
}
.text-secondary {
  color: #ffcd40 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #0a67a3 !important;
}
.text-danger {
  color: #f8e5e4 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a,
a:hover {
  color: #000000;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ffc00d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #e6e6e6 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #074973 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #eebebc !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: #000000;
}
.alert-warning {
  background-color: #0a67a3;
}
.alert-danger {
  background-color: #f8e5e4;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #3aaaf3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  background: #000000;
}
#scrollToTop a i:before {
  background: #ffffff;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #000000;
}
.mbr-arrow a {
  color: #ffffff;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #000000;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #ffffff !important;
  background-color: #000000 !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: #ffcd40 !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%;
}
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='%23000000' %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;
}
.cid-s6PpbN4j7T {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/happykids-2-1980x1321.jpg");
}
.cid-s6PpbN4j7T .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-s6PpbN4j7T .mbr-arrow i {
  color: #ffffff !important;
}
.cid-s6PpbN4j7T .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s6PpbN4j7T .animated-element,
.cid-s6PpbN4j7T .typed-cursor {
  color: #ffffff;
}
.cid-s6PpbN4j7T .animated-element {
  border-bottom: 5px solid #f7aa4a;
}
@media (max-width: 767px) {
  .cid-s6PpbN4j7T .typed-text {
    text-align: center;
  }
}
.cid-s6PpbN4j7T .mbr-text,
.cid-s6PpbN4j7T .typed-text,
.cid-s6PpbN4j7T .mbr-section-btn {
  color: #ffda73;
}
.cid-s6PpbN4j7T .mbr-section-title {
  color: #ffffff;
}
.cid-s6PpbTetbn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6PpbTetbn .container {
  max-width: 1500px;
}
.cid-s6PpbTetbn img {
  width: 60%;
}
.cid-s6PpbTetbn h2 {
  padding: 0;
  margin: 0;
}
.cid-s6PpbTetbn .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-s6PpbTetbn .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-s6PpbTetbn .img-col {
  position: relative;
}
.cid-s6PpbTetbn .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 200px;
}
@media (max-width: 1200px) {
  .cid-s6PpbTetbn .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-s6PpbTetbn .title-col {
    margin-bottom: 4rem!important;
  }
  .cid-s6PpbTetbn .img2 {
    top: -2rem;
  }
  .cid-s6PpbTetbn .text-wrap {
    max-width: 550px;
  }
  .cid-s6PpbTetbn img {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-s6PpbTetbn .img2 {
    width: 50%;
  }
  .cid-s6PpbTetbn .number {
    margin: auto;
  }
}
.cid-s6PpbTetbn H2 {
  color: #89680b;
}
.cid-s6PpbWDI0G {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s6PpbWDI0G .container {
  max-width: 1500px;
}
.cid-s6PpbWDI0G img {
  width: 75%;
}
.cid-s6PpbWDI0G h2 {
  padding: 0;
  margin: 0;
}
.cid-s6PpbWDI0G .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-s6PpbWDI0G .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-s6PpbWDI0G .img-col {
  position: relative;
}
.cid-s6PpbWDI0G .img2 {
  position: absolute;
  left: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-s6PpbWDI0G .img2 {
    left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-s6PpbWDI0G .img-col {
    margin-bottom: 3rem;
  }
  .cid-s6PpbWDI0G .text-wrap {
    max-width: 550px;
  }
  .cid-s6PpbWDI0G img {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-s6PpbWDI0G .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-s6PpbWDI0G .number {
    margin: auto;
  }
}
.cid-s6PpbWDI0G H2 {
  color: #89680b;
}
.cid-s6Ppc0mnIU {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-s6Ppc0mnIU H1 {
  color: #89680b;
}
.cid-s6Ppc0mnIU .mbr-text,
.cid-s6Ppc0mnIU .mbr-section-btn {
  color: #000000;
}
.cid-s6Ppc0mnIU .img1 {
  box-shadow: 0 10px 55px 5px rgba(255, 218, 115, 0.35);
  border-radius: 10px;
}
.cid-s6Ppc0mnIU .relative {
  position: relative;
}
.cid-s6Ppc0mnIU .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-s6Ppc0mnIU .card-img2 {
  display: inline-block;
  width: 60%;
  float: left;
}
.cid-s6Ppc0mnIU .card-img2 .img2 {
  width: 120%;
}
.cid-s6Ppc0mnIU .card-img1 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-s6Ppc0mnIU .card-img1 .img1 {
  width: 180%;
  transform: translateX(-45%);
}
.cid-s6Ppc0mnIU .img2 {
  box-shadow: 0 10px 55px 5px rgba(255, 218, 115, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-s6Ppc0mnIU .hide-mobile {
    display: none;
  }
}
.cid-sFD7xotori .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cea422;
}
.cid-sFD7xotori .navbar.opened {
  transition: all .3s;
  background: #cea422 !important;
}
.cid-sFD7xotori .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sFD7xotori .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #3a3a3a;
  background: #535353 !important;
}
.cid-sFD7xotori .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sFD7xotori .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sFD7xotori .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFD7xotori .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sFD7xotori .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-sFD7xotori .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sFD7xotori .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sFD7xotori .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFD7xotori .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFD7xotori .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sFD7xotori .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFD7xotori .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sFD7xotori .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sFD7xotori .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sFD7xotori .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-sFD7xotori .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sFD7xotori .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    font-weight: 300;
  }
  .cid-sFD7xotori .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sFD7xotori .navbar.navbar-short {
  background: #cea422 !important;
  min-height: 60px;
}
.cid-sFD7xotori .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFD7xotori .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFD7xotori .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFD7xotori .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFD7xotori .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFD7xotori .dropdown-item.active,
.cid-sFD7xotori .dropdown-item:active {
  background-color: transparent;
}
.cid-sFD7xotori .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cea422;
}
.cid-sFD7xotori .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sFD7xotori .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFD7xotori ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sFD7xotori .navbar-buttons {
  text-align: center;
}
.cid-sFD7xotori button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFD7xotori .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sFD7xotori a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sFD7xotori .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sFD7xotori .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sFD7xotori .nav-link:hover,
.cid-sFD7xotori .dropdown-item:hover {
  color: #000000 !important;
}
.cid-sFD7xotori .apply-btn {
  word-wrap: normal;
  color: #dc0505 !important;
  border: .5px solid black !important;
  background: white !important;
}
.cid-sFD7xotori .apply-btn:hover {
  border: 1px solid #dc0505 !important;
  background: white !important;
}
.cid-sFD7xotori .navbar-short > div > ul > li > a {
  color: #89680b !important;
}
.cid-t8ievHbuNM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #cea422;
}
.cid-t8ievHbuNM H3 {
  color: #ffffff;
}
.cid-t8ievHbuNM H5 {
  color: #ffffff;
}
.cid-t8ievHbuNM H6 {
  color: #ffffff;
}
.cid-t8ievHbuNM H7 {
  color: #ffffff;
  text-align: center;
}
.cid-t8ievHbuNM p {
  text-align: center;
}
.cid-t8ievHbuNM .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-t8ievHbuNM .img-logo-footer {
  margin-right: 1rem;
  max-width: 4rem;
}
.cid-t8ievHbuNM .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  text-align: left;
}
.cid-t8ievHbuNM .logo-footer {
  line-height: normal;
}
.cid-t8ievHbuNM .copyright .list-inline {
  margin-bottom: 0;
}
.cid-t8ievHbuNM .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-t8ievHbuNM .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-t8ievHbuNM .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8ievHbuNM .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-t8ievHbuNM .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-t8ievHbuNM .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-t8ievHbuNM .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-t8ievHbuNM .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-t8ievHbuNM .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-t8ievHbuNM .logo-footer {
    text-align: center;
  }
  .cid-t8ievHbuNM .social-media {
    justify-content: center;
  }
}
.cid-t8ievHbuNM P {
  color: #ffffff;
  text-align: left;
}
.cid-t8ievHbuNM li {
  font-size: 1.1rem;
  color: #ffffff;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
body {
  font-style: normal;
  line-height: 1.5;
  color: #000000;
}

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

:focus {
  outline: none;
}

section {
  background-color: #eeeeee;
}

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 {
  color: #132c70;
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

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

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

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

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

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

.display-7 {
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 1px;
}

.btn {
  color: initial;
  border-radius: 0;
  font-weight: 600;
  border-width: 0px;
  font-style: normal;
  letter-spacing: 2px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: normal;
}

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

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

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

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

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a {
  opacity: .5;
}

#scrollToTop a:hover {
  opacity: .7;
}

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -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;
}
span,
p,
a {
  line-height: 1.5;
  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 {
  transition-delay: 9999s;
  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;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! 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;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.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 {
  overflow: hidden;
}

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

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

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

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

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

.mbr-figure {
  -ms-grid-row-align: center;
  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: -.25rem;
  margin-right: -.25rem;
  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: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  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: 60px;
  width: 60px;
  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, 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: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-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%);
  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: 1rem;
}

@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;
    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: flex;
  display: -webkit-flex;
  font-weight: 300;
}

.menu .navbar-brand .navbar-caption-wrap {
  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: -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 {
  flex: 1;
  -webkit-flex: 1;
}

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

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

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

.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 {
  -webkit-transform: translateY(-50%);
          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: -moz-available;
  height: fill-available;
}

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

.carousel-item img {
  margin: auto;
}

.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 0.5rem;
  padding-left: 2px;
}

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

.mbr-section-title {
  margin-bottom: 1rem;
}

.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-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.5rem 1.2rem;
  background-color: #ffffff;
  border: 1px solid #132c70;
  color: #132c70;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
  border-radius: 0px;
  resize: none;
}

.form-control:hover, .form-control:focus {
  background-color: #ffffff;
  border: 1px solid #132c70;
  box-shadow: none;
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #132c70 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #132c70 !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 {
  justify-content: center;
}

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

.btn-line {
  margin-right: 1.5rem;
  padding-left: 3rem;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  transition: all 0.3s;
}

.btn-line::after {
  content: "";
  color: currentColor;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: currentColor;
  left: 4px;
}

.btn-line:hover::after {
  -webkit-animation: move 1s infinite linear;
          animation: move 1s infinite linear;
}

@-webkit-keyframes move {
  0% {
    width: 30px;
  }
  50% {
    width: 0px;
  }
  100% {
    width: 30px;
  }
}

@keyframes move {
  0% {
    width: 30px;
  }
  50% {
    width: 0px;
  }
  100% {
    width: 30px;
  }
}

.btn_contact_us {
  color: #132c70;
  border: 1px solid #132c70;
}

.jq-number__spin {
  border-radius: 0;
}

a[href][class*="text-"] {
  transition: 0.6s;
}

a[href][class*="text-"]:hover {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.cid-sCAVyIL2lW {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/happykids-1-1980x1321.jpg");
}
.cid-sCAVyIL2lW .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-sCAVyIL2lW .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sCAVyIL2lW .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sCAVyIL2lW .animated-element,
.cid-sCAVyIL2lW .typed-cursor {
  color: #ffffff;
}
.cid-sCAVyIL2lW .animated-element {
  border-bottom: 5px solid #f7aa4a;
}
@media (max-width: 767px) {
  .cid-sCAVyIL2lW .typed-text {
    text-align: center;
  }
}
.cid-sCAVyIL2lW .mbr-text,
.cid-sCAVyIL2lW .typed-text,
.cid-sCAVyIL2lW .mbr-section-btn {
  color: #ffda73;
}
.cid-sCAVyIL2lW .mbr-section-title {
  color: #ffffff;
}
.cid-t62nR0WHGY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t62nR0WHGY ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-t62nR0WHGY li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-t62nR0WHGY ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #000000;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-t62nR0WHGY .line {
  background-color: #ffe885;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t62nR0WHGY H3 {
  text-align: left;
}
.cid-t62nR0WHGY .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-sZ2EFNCztu {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #fdfdfd;
}
.cid-sZ2EFNCztu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sZ2EFNCztu .form-control,
.cid-sZ2EFNCztu .field-input {
  padding: 0.5rem;
  background-color: #f5f5f5;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sZ2EFNCztu .form-control::-webkit-input-placeholder,
.cid-sZ2EFNCztu .field-input::-webkit-input-placeholder,
.cid-sZ2EFNCztu .form-control::-webkit-input-placeholder,
.cid-sZ2EFNCztu .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-sZ2EFNCztu .form-control:-moz-placeholder,
.cid-sZ2EFNCztu .field-input:-moz-placeholder,
.cid-sZ2EFNCztu .form-control:-moz-placeholder,
.cid-sZ2EFNCztu .field-input:-moz-placeholder {
  color: #000000;
}
.cid-sZ2EFNCztu .form-control:hover,
.cid-sZ2EFNCztu .field-input:hover,
.cid-sZ2EFNCztu .form-control:focus,
.cid-sZ2EFNCztu .field-input:focus {
  background-color: #fcf4dd;
  border-color: #9b7c26;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sZ2EFNCztu .form-control:hover::-webkit-input-placeholder,
.cid-sZ2EFNCztu .field-input:hover::-webkit-input-placeholder,
.cid-sZ2EFNCztu .form-control:focus::-webkit-input-placeholder,
.cid-sZ2EFNCztu .field-input:focus::-webkit-input-placeholder,
.cid-sZ2EFNCztu .form-control:hover::-webkit-input-placeholder,
.cid-sZ2EFNCztu .field-input:hover::-webkit-input-placeholder,
.cid-sZ2EFNCztu .form-control:focus::-webkit-input-placeholder,
.cid-sZ2EFNCztu .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-sZ2EFNCztu .form-control:hover:-moz-placeholder,
.cid-sZ2EFNCztu .field-input:hover:-moz-placeholder,
.cid-sZ2EFNCztu .form-control:focus:-moz-placeholder,
.cid-sZ2EFNCztu .field-input:focus:-moz-placeholder,
.cid-sZ2EFNCztu .form-control:hover:-moz-placeholder,
.cid-sZ2EFNCztu .field-input:hover:-moz-placeholder,
.cid-sZ2EFNCztu .form-control:focus:-moz-placeholder,
.cid-sZ2EFNCztu .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-sZ2EFNCztu .jq-number__spin:hover,
.cid-sZ2EFNCztu .jq-number__spin:focus {
  background-color: #fcf4dd;
  border-color: #9b7c26;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sZ2EFNCztu .jq-number__spin {
  background-color: #f5f5f5;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sZ2EFNCztu .jq-selectbox li,
.cid-sZ2EFNCztu .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sZ2EFNCztu .jq-selectbox li:hover,
.cid-sZ2EFNCztu .jq-selectbox li.selected {
  background-color: #fcf4dd;
  color: #000000;
}
.cid-sZ2EFNCztu .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sZ2EFNCztu .jq-number__spin.minus:hover:after,
.cid-sZ2EFNCztu .jq-number__spin.plus:hover:after {
  border-top-color: #f5f5f5;
  border-bottom-color: #f5f5f5;
}
.cid-sZ2EFNCztu .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sZ2EFNCztu .jq-number__spin.minus:after,
.cid-sZ2EFNCztu .jq-number__spin.plus:after {
  border-top-color: #fcf4dd;
  border-bottom-color: #fcf4dd;
}
.cid-sZ2EFNCztu input::-webkit-clear-button {
  display: none;
}
.cid-sZ2EFNCztu input::-webkit-inner-spin-button {
  display: none;
}
.cid-sZ2EFNCztu input::-webkit-outer-spin-button {
  display: none;
}
.cid-sZ2EFNCztu input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sZ2EFNCztu P {
  text-align: center;
  color: #000000 !important;
  font-weight: normal;
}
.cid-sZ2EFNCztu H5 {
  text-align: left;
  font-weight: normal;
}
.cid-sZ2EFNCztu H6 {
  color: #000000;
  font-weight: normal;
}
.cid-sZ2EFNCztu LABEL {
  font-weight: normal;
  color: #000000;
}
.cid-sFD7xotori .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cea422;
}
.cid-sFD7xotori .navbar.opened {
  transition: all .3s;
  background: #cea422 !important;
}
.cid-sFD7xotori .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sFD7xotori .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #3a3a3a;
  background: #535353 !important;
}
.cid-sFD7xotori .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sFD7xotori .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sFD7xotori .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFD7xotori .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sFD7xotori .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-sFD7xotori .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sFD7xotori .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sFD7xotori .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFD7xotori .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFD7xotori .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sFD7xotori .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFD7xotori .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sFD7xotori .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sFD7xotori .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sFD7xotori .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-sFD7xotori .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sFD7xotori .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    font-weight: 300;
  }
  .cid-sFD7xotori .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sFD7xotori .navbar.navbar-short {
  background: #cea422 !important;
  min-height: 60px;
}
.cid-sFD7xotori .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFD7xotori .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFD7xotori .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFD7xotori .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFD7xotori .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFD7xotori .dropdown-item.active,
.cid-sFD7xotori .dropdown-item:active {
  background-color: transparent;
}
.cid-sFD7xotori .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cea422;
}
.cid-sFD7xotori .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sFD7xotori .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFD7xotori ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sFD7xotori .navbar-buttons {
  text-align: center;
}
.cid-sFD7xotori button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFD7xotori .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sFD7xotori a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sFD7xotori .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sFD7xotori .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sFD7xotori .nav-link:hover,
.cid-sFD7xotori .dropdown-item:hover {
  color: #000000 !important;
}
.cid-sFD7xotori .apply-btn {
  word-wrap: normal;
  color: #dc0505 !important;
  border: .5px solid black !important;
  background: white !important;
}
.cid-sFD7xotori .apply-btn:hover {
  border: 1px solid #dc0505 !important;
  background: white !important;
}
.cid-sFD7xotori .navbar-short > div > ul > li > a {
  color: #89680b !important;
}
.cid-t8ievHbuNM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #cea422;
}
.cid-t8ievHbuNM H3 {
  color: #ffffff;
}
.cid-t8ievHbuNM H5 {
  color: #ffffff;
}
.cid-t8ievHbuNM H6 {
  color: #ffffff;
}
.cid-t8ievHbuNM H7 {
  color: #ffffff;
  text-align: center;
}
.cid-t8ievHbuNM p {
  text-align: center;
}
.cid-t8ievHbuNM .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-t8ievHbuNM .img-logo-footer {
  margin-right: 1rem;
  max-width: 4rem;
}
.cid-t8ievHbuNM .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  text-align: left;
}
.cid-t8ievHbuNM .logo-footer {
  line-height: normal;
}
.cid-t8ievHbuNM .copyright .list-inline {
  margin-bottom: 0;
}
.cid-t8ievHbuNM .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-t8ievHbuNM .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-t8ievHbuNM .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8ievHbuNM .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-t8ievHbuNM .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-t8ievHbuNM .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-t8ievHbuNM .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-t8ievHbuNM .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-t8ievHbuNM .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-t8ievHbuNM .logo-footer {
    text-align: center;
  }
  .cid-t8ievHbuNM .social-media {
    justify-content: center;
  }
}
.cid-t8ievHbuNM P {
  color: #ffffff;
  text-align: left;
}
.cid-t8ievHbuNM li {
  font-size: 1.1rem;
  color: #ffffff;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
body {
  font-style: normal;
  line-height: 1.5;
  color: #000000;
}

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

:focus {
  outline: none;
}

section {
  background-color: #eeeeee;
}

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 {
  color: #132c70;
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

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

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

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

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

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

.display-7 {
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 1px;
}

.btn {
  color: initial;
  border-radius: 0;
  font-weight: 600;
  border-width: 0px;
  font-style: normal;
  letter-spacing: 2px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: normal;
}

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

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

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

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

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a {
  opacity: .5;
}

#scrollToTop a:hover {
  opacity: .7;
}

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -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;
}
span,
p,
a {
  line-height: 1.5;
  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 {
  transition-delay: 9999s;
  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;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! 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;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.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 {
  overflow: hidden;
}

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

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

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

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

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

.mbr-figure {
  -ms-grid-row-align: center;
  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: -.25rem;
  margin-right: -.25rem;
  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: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  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: 60px;
  width: 60px;
  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, 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: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-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%);
  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: 1rem;
}

@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;
    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: flex;
  display: -webkit-flex;
  font-weight: 300;
}

.menu .navbar-brand .navbar-caption-wrap {
  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: -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 {
  flex: 1;
  -webkit-flex: 1;
}

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

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

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

.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 {
  -webkit-transform: translateY(-50%);
          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: -moz-available;
  height: fill-available;
}

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

.carousel-item img {
  margin: auto;
}

.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 0.5rem;
  padding-left: 2px;
}

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

.mbr-section-title {
  margin-bottom: 1rem;
}

.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-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.5rem 1.2rem;
  background-color: #ffffff;
  border: 1px solid #132c70;
  color: #132c70;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
  border-radius: 0px;
  resize: none;
}

.form-control:hover, .form-control:focus {
  background-color: #ffffff;
  border: 1px solid #132c70;
  box-shadow: none;
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #132c70 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #132c70 !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 {
  justify-content: center;
}

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

.btn-line {
  margin-right: 1.5rem;
  padding-left: 3rem;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  transition: all 0.3s;
}

.btn-line::after {
  content: "";
  color: currentColor;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: currentColor;
  left: 4px;
}

.btn-line:hover::after {
  -webkit-animation: move 1s infinite linear;
          animation: move 1s infinite linear;
}

@-webkit-keyframes move {
  0% {
    width: 30px;
  }
  50% {
    width: 0px;
  }
  100% {
    width: 30px;
  }
}

@keyframes move {
  0% {
    width: 30px;
  }
  50% {
    width: 0px;
  }
  100% {
    width: 30px;
  }
}

.btn_contact_us {
  color: #132c70;
  border: 1px solid #132c70;
}

.jq-number__spin {
  border-radius: 0;
}

a[href][class*="text-"] {
  transition: 0.6s;
}

a[href][class*="text-"]:hover {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.cid-sCAVEZAET0 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/happykids-1-1980x1321.jpg");
}
.cid-sCAVEZAET0 .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-sCAVEZAET0 .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sCAVEZAET0 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sCAVEZAET0 .animated-element,
.cid-sCAVEZAET0 .typed-cursor {
  color: #ffffff;
}
.cid-sCAVEZAET0 .animated-element {
  border-bottom: 5px solid #f7aa4a;
}
@media (max-width: 767px) {
  .cid-sCAVEZAET0 .typed-text {
    text-align: center;
  }
}
.cid-sCAVEZAET0 .mbr-text,
.cid-sCAVEZAET0 .typed-text,
.cid-sCAVEZAET0 .mbr-section-btn {
  color: #ffda73;
}
.cid-sCAVEZAET0 .mbr-section-title {
  color: #ffffff;
}
.cid-s4KctVMk3a {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-s4KctVMk3a H1 {
  color: #89680b;
  text-align: left;
}
.cid-s4KctVMk3a .mbr-text,
.cid-s4KctVMk3a .mbr-section-btn {
  color: #000000;
}
.cid-s4KctVMk3a .img1 {
  box-shadow: 0 10px 55px 5px rgba(255, 218, 115, 0.35);
  border-radius: 10px;
}
.cid-s4KctVMk3a .relative {
  position: relative;
}
.cid-s4KctVMk3a .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-s4KctVMk3a .card-img2 {
  display: inline-block;
  width: 50%;
  float: left;
}
.cid-s4KctVMk3a .card-img2 .img2 {
  width: 120%;
}
.cid-s4KctVMk3a .card-img1 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-s4KctVMk3a .card-img1 .img1 {
  width: 180%;
  transform: translateX(-45%);
}
.cid-s4KctVMk3a .img2 {
  box-shadow: 0 10px 55px 5px rgba(255, 218, 115, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-s4KctVMk3a img {
    display: none;
  }
}
.cid-sFD7xotori .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cea422;
}
.cid-sFD7xotori .navbar.opened {
  transition: all .3s;
  background: #cea422 !important;
}
.cid-sFD7xotori .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sFD7xotori .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #3a3a3a;
  background: #535353 !important;
}
.cid-sFD7xotori .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sFD7xotori .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sFD7xotori .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFD7xotori .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sFD7xotori .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-sFD7xotori .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sFD7xotori .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sFD7xotori .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFD7xotori .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFD7xotori .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sFD7xotori .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFD7xotori .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sFD7xotori .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sFD7xotori .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sFD7xotori .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-sFD7xotori .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sFD7xotori .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    font-weight: 300;
  }
  .cid-sFD7xotori .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sFD7xotori .navbar.navbar-short {
  background: #cea422 !important;
  min-height: 60px;
}
.cid-sFD7xotori .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFD7xotori .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFD7xotori .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFD7xotori .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFD7xotori .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFD7xotori .dropdown-item.active,
.cid-sFD7xotori .dropdown-item:active {
  background-color: transparent;
}
.cid-sFD7xotori .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cea422;
}
.cid-sFD7xotori .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sFD7xotori .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFD7xotori ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sFD7xotori .navbar-buttons {
  text-align: center;
}
.cid-sFD7xotori button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFD7xotori .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sFD7xotori a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sFD7xotori .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sFD7xotori .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sFD7xotori .nav-link:hover,
.cid-sFD7xotori .dropdown-item:hover {
  color: #000000 !important;
}
.cid-sFD7xotori .apply-btn {
  word-wrap: normal;
  color: #dc0505 !important;
  border: .5px solid black !important;
  background: white !important;
}
.cid-sFD7xotori .apply-btn:hover {
  border: 1px solid #dc0505 !important;
  background: white !important;
}
.cid-sFD7xotori .navbar-short > div > ul > li > a {
  color: #89680b !important;
}
.cid-t8ievHbuNM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #cea422;
}
.cid-t8ievHbuNM H3 {
  color: #ffffff;
}
.cid-t8ievHbuNM H5 {
  color: #ffffff;
}
.cid-t8ievHbuNM H6 {
  color: #ffffff;
}
.cid-t8ievHbuNM H7 {
  color: #ffffff;
  text-align: center;
}
.cid-t8ievHbuNM p {
  text-align: center;
}
.cid-t8ievHbuNM .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-t8ievHbuNM .img-logo-footer {
  margin-right: 1rem;
  max-width: 4rem;
}
.cid-t8ievHbuNM .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  text-align: left;
}
.cid-t8ievHbuNM .logo-footer {
  line-height: normal;
}
.cid-t8ievHbuNM .copyright .list-inline {
  margin-bottom: 0;
}
.cid-t8ievHbuNM .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-t8ievHbuNM .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-t8ievHbuNM .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8ievHbuNM .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-t8ievHbuNM .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-t8ievHbuNM .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-t8ievHbuNM .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-t8ievHbuNM .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-t8ievHbuNM .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-t8ievHbuNM .logo-footer {
    text-align: center;
  }
  .cid-t8ievHbuNM .social-media {
    justify-content: center;
  }
}
.cid-t8ievHbuNM P {
  color: #ffffff;
  text-align: left;
}
.cid-t8ievHbuNM li {
  font-size: 1.1rem;
  color: #ffffff;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
body {
  font-style: normal;
  line-height: 1.5;
  color: #000000;
}

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

:focus {
  outline: none;
}

section {
  background-color: #eeeeee;
}

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 {
  color: #132c70;
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

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

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

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

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

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

.display-7 {
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 1px;
}

.btn {
  color: initial;
  border-radius: 0;
  font-weight: 600;
  border-width: 0px;
  font-style: normal;
  letter-spacing: 2px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: normal;
}

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

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

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

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

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a {
  opacity: .5;
}

#scrollToTop a:hover {
  opacity: .7;
}

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -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;
}
span,
p,
a {
  line-height: 1.5;
  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 {
  transition-delay: 9999s;
  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;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! 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;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.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 {
  overflow: hidden;
}

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

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

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

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

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

.mbr-figure {
  -ms-grid-row-align: center;
  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: -.25rem;
  margin-right: -.25rem;
  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: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  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: 60px;
  width: 60px;
  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, 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: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-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%);
  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: 1rem;
}

@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;
    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: flex;
  display: -webkit-flex;
  font-weight: 300;
}

.menu .navbar-brand .navbar-caption-wrap {
  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: -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 {
  flex: 1;
  -webkit-flex: 1;
}

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

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

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

.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 {
  -webkit-transform: translateY(-50%);
          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: -moz-available;
  height: fill-available;
}

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

.carousel-item img {
  margin: auto;
}

.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 0.5rem;
  padding-left: 2px;
}

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

.mbr-section-title {
  margin-bottom: 1rem;
}

.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-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.5rem 1.2rem;
  background-color: #ffffff;
  border: 1px solid #132c70;
  color: #132c70;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
  border-radius: 0px;
  resize: none;
}

.form-control:hover, .form-control:focus {
  background-color: #ffffff;
  border: 1px solid #132c70;
  box-shadow: none;
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #132c70 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #132c70 !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 {
  justify-content: center;
}

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

.btn-line {
  margin-right: 1.5rem;
  padding-left: 3rem;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  transition: all 0.3s;
}

.btn-line::after {
  content: "";
  color: currentColor;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: currentColor;
  left: 4px;
}

.btn-line:hover::after {
  -webkit-animation: move 1s infinite linear;
          animation: move 1s infinite linear;
}

@-webkit-keyframes move {
  0% {
    width: 30px;
  }
  50% {
    width: 0px;
  }
  100% {
    width: 30px;
  }
}

@keyframes move {
  0% {
    width: 30px;
  }
  50% {
    width: 0px;
  }
  100% {
    width: 30px;
  }
}

.btn_contact_us {
  color: #132c70;
  border: 1px solid #132c70;
}

.jq-number__spin {
  border-radius: 0;
}

a[href][class*="text-"] {
  transition: 0.6s;
}

a[href][class*="text-"]:hover {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.cid-sCAVHjoVRg {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/happykids-1-1980x1321.jpg");
}
.cid-sCAVHjoVRg .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-sCAVHjoVRg .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sCAVHjoVRg .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sCAVHjoVRg .animated-element,
.cid-sCAVHjoVRg .typed-cursor {
  color: #ffffff;
}
.cid-sCAVHjoVRg .animated-element {
  border-bottom: 5px solid #f7aa4a;
}
@media (max-width: 767px) {
  .cid-sCAVHjoVRg .typed-text {
    text-align: center;
  }
}
.cid-sCAVHjoVRg .mbr-text,
.cid-sCAVHjoVRg .typed-text,
.cid-sCAVHjoVRg .mbr-section-btn {
  color: #ffda73;
}
.cid-sCAVHjoVRg .mbr-section-title {
  color: #ffffff;
}
.cid-sCAYV1Te7O {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCAYV1Te7O .mbr-section-subtitle {
  color: #000000;
}
.cid-sCAYV1Te7O H2 {
  color: #89680b;
}
.cid-s6UC3feoGd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6UC3feoGd .mbr-iconfont {
  font-size: 1rem;
  transition: color .3s;
  padding: 1rem;
}
.cid-s6UC3feoGd .mbr-section-title {
  margin: 0;
  color: #000000;
}
.cid-s6UC3feoGd .mbr-section-subtitle {
  color: #444444;
}
.cid-s6UC3feoGd .card-img span {
  color: #89680b;
}
.cid-s6UC3feoGd .row-item {
  margin-bottom: 1rem;
}
.cid-s6UC3feoGd .row-item:hover .wrapper {
  background: linear-gradient(90deg, #ffffff, #ffffff);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-s6UC3feoGd .row-item:hover .card-img span {
  color: #000000 !important;
}
.cid-s6UC3feoGd .row-item:hover .mbr-card-title {
  color: #000000 !important;
}
.cid-s6UC3feoGd .wrapper {
  padding: 0.5rem 0.5rem;
  background: #f2cb50;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-s6UC3feoGd .mbr-card-title,
.cid-s6UC3feoGd .card-img {
  color: #000000;
}
.cid-sZxcY8XUhK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZxcY8XUhK .counter-container {
  color: #464646;
}
.cid-sZxcY8XUhK .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-sZxcY8XUhK .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-sZxcY8XUhK .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-sZxcY8XUhK P {
  text-align: left;
  font-weight: normal;
  color: #000000;
}
.cid-sZxcY8XUhK H3 {
  font-weight: normal;
  color: #89680b;
}
.cid-sZxcY8XUhK H4 {
  text-align: left;
  font-weight: normal;
  color: #89680b;
}
.cid-sZxcY8XUhK H2 {
  color: #89680b;
  font-weight: normal;
  text-align: center;
}
.cid-sZxcY8XUhK H7 {
  color: #000000;
  font-weight: normal;
}
.cid-s4xOJEfr4F {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4xOJEfr4F .counter-container {
  color: #464646;
}
.cid-s4xOJEfr4F .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-s4xOJEfr4F .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-s4xOJEfr4F .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-s4xOJEfr4F P {
  text-align: left;
  font-weight: normal;
  color: #000000;
}
.cid-s4xOJEfr4F H3 {
  color: #89680b;
  font-weight: normal;
}
.cid-s4xOJEfr4F H4 {
  color: #89680b;
  font-weight: normal;
}
.cid-ta03iOYzkh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ta03iOYzkh .counter-container {
  color: #464646;
}
.cid-ta03iOYzkh .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-ta03iOYzkh .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-ta03iOYzkh .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-ta03iOYzkh P {
  text-align: left;
  font-weight: normal;
  color: #000000;
}
.cid-ta03iOYzkh H3 {
  color: #89680b;
  font-weight: normal;
}
.cid-ta03iOYzkh H4 {
  color: #89680b;
  font-weight: normal;
}
.cid-ta0bB795G8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ta0bB795G8 .counter-container {
  color: #464646;
}
.cid-ta0bB795G8 .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-ta0bB795G8 .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-ta0bB795G8 .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-ta0bB795G8 P {
  text-align: left;
  font-weight: normal;
  color: #000000;
}
.cid-ta0bB795G8 H3 {
  color: #89680b;
  font-weight: normal;
}
.cid-ta0bB795G8 H4 {
  color: #89680b;
  font-weight: normal;
}
.cid-sFD7xotori .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cea422;
}
.cid-sFD7xotori .navbar.opened {
  transition: all .3s;
  background: #cea422 !important;
}
.cid-sFD7xotori .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sFD7xotori .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #3a3a3a;
  background: #535353 !important;
}
.cid-sFD7xotori .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sFD7xotori .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sFD7xotori .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFD7xotori .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sFD7xotori .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-sFD7xotori .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sFD7xotori .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sFD7xotori .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFD7xotori .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFD7xotori .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sFD7xotori .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFD7xotori .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sFD7xotori .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sFD7xotori .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sFD7xotori .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-sFD7xotori .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sFD7xotori .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    font-weight: 300;
  }
  .cid-sFD7xotori .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sFD7xotori .navbar.navbar-short {
  background: #cea422 !important;
  min-height: 60px;
}
.cid-sFD7xotori .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFD7xotori .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFD7xotori .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFD7xotori .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFD7xotori .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFD7xotori .dropdown-item.active,
.cid-sFD7xotori .dropdown-item:active {
  background-color: transparent;
}
.cid-sFD7xotori .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cea422;
}
.cid-sFD7xotori .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sFD7xotori .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFD7xotori ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sFD7xotori .navbar-buttons {
  text-align: center;
}
.cid-sFD7xotori button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFD7xotori .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sFD7xotori a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sFD7xotori .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sFD7xotori .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sFD7xotori .nav-link:hover,
.cid-sFD7xotori .dropdown-item:hover {
  color: #000000 !important;
}
.cid-sFD7xotori .apply-btn {
  word-wrap: normal;
  color: #dc0505 !important;
  border: .5px solid black !important;
  background: white !important;
}
.cid-sFD7xotori .apply-btn:hover {
  border: 1px solid #dc0505 !important;
  background: white !important;
}
.cid-sFD7xotori .navbar-short > div > ul > li > a {
  color: #89680b !important;
}
.cid-t8ievHbuNM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #cea422;
}
.cid-t8ievHbuNM H3 {
  color: #ffffff;
}
.cid-t8ievHbuNM H5 {
  color: #ffffff;
}
.cid-t8ievHbuNM H6 {
  color: #ffffff;
}
.cid-t8ievHbuNM H7 {
  color: #ffffff;
  text-align: center;
}
.cid-t8ievHbuNM p {
  text-align: center;
}
.cid-t8ievHbuNM .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-t8ievHbuNM .img-logo-footer {
  margin-right: 1rem;
  max-width: 4rem;
}
.cid-t8ievHbuNM .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  text-align: left;
}
.cid-t8ievHbuNM .logo-footer {
  line-height: normal;
}
.cid-t8ievHbuNM .copyright .list-inline {
  margin-bottom: 0;
}
.cid-t8ievHbuNM .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-t8ievHbuNM .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-t8ievHbuNM .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8ievHbuNM .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-t8ievHbuNM .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-t8ievHbuNM .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-t8ievHbuNM .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-t8ievHbuNM .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-t8ievHbuNM .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-t8ievHbuNM .logo-footer {
    text-align: center;
  }
  .cid-t8ievHbuNM .social-media {
    justify-content: center;
  }
}
.cid-t8ievHbuNM P {
  color: #ffffff;
  text-align: left;
}
.cid-t8ievHbuNM li {
  font-size: 1.1rem;
  color: #ffffff;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
body {
  font-style: normal;
  line-height: 1.5;
  color: #000000;
}

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

:focus {
  outline: none;
}

section {
  background-color: #eeeeee;
}

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 {
  color: #132c70;
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

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

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

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

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

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

.display-7 {
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 1px;
}

.btn {
  color: initial;
  border-radius: 0;
  font-weight: 600;
  border-width: 0px;
  font-style: normal;
  letter-spacing: 2px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: normal;
}

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

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

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

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

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a {
  opacity: .5;
}

#scrollToTop a:hover {
  opacity: .7;
}

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -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;
}
span,
p,
a {
  line-height: 1.5;
  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 {
  transition-delay: 9999s;
  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;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! 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;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.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 {
  overflow: hidden;
}

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

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

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

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

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

.mbr-figure {
  -ms-grid-row-align: center;
  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: -.25rem;
  margin-right: -.25rem;
  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: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  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: 60px;
  width: 60px;
  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, 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: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-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%);
  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: 1rem;
}

@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;
    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: flex;
  display: -webkit-flex;
  font-weight: 300;
}

.menu .navbar-brand .navbar-caption-wrap {
  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: -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 {
  flex: 1;
  -webkit-flex: 1;
}

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

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

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

.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 {
  -webkit-transform: translateY(-50%);
          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: -moz-available;
  height: fill-available;
}

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

.carousel-item img {
  margin: auto;
}

.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 0.5rem;
  padding-left: 2px;
}

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

.mbr-section-title {
  margin-bottom: 1rem;
}

.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-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.5rem 1.2rem;
  background-color: #ffffff;
  border: 1px solid #132c70;
  color: #132c70;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
  border-radius: 0px;
  resize: none;
}

.form-control:hover, .form-control:focus {
  background-color: #ffffff;
  border: 1px solid #132c70;
  box-shadow: none;
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #132c70 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #132c70 !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 {
  justify-content: center;
}

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

.btn-line {
  margin-right: 1.5rem;
  padding-left: 3rem;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  transition: all 0.3s;
}

.btn-line::after {
  content: "";
  color: currentColor;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: currentColor;
  left: 4px;
}

.btn-line:hover::after {
  -webkit-animation: move 1s infinite linear;
          animation: move 1s infinite linear;
}

@-webkit-keyframes move {
  0% {
    width: 30px;
  }
  50% {
    width: 0px;
  }
  100% {
    width: 30px;
  }
}

@keyframes move {
  0% {
    width: 30px;
  }
  50% {
    width: 0px;
  }
  100% {
    width: 30px;
  }
}

.btn_contact_us {
  color: #132c70;
  border: 1px solid #132c70;
}

.jq-number__spin {
  border-radius: 0;
}

a[href][class*="text-"] {
  transition: 0.6s;
}

a[href][class*="text-"]:hover {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.cid-sFD7xotori .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cea422;
}
.cid-sFD7xotori .navbar.opened {
  transition: all .3s;
  background: #cea422 !important;
}
.cid-sFD7xotori .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sFD7xotori .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #3a3a3a;
  background: #535353 !important;
}
.cid-sFD7xotori .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sFD7xotori .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sFD7xotori .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFD7xotori .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sFD7xotori .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-sFD7xotori .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sFD7xotori .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sFD7xotori .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFD7xotori .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFD7xotori .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sFD7xotori .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFD7xotori .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sFD7xotori .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sFD7xotori .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sFD7xotori .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-sFD7xotori .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sFD7xotori .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    font-weight: 300;
  }
  .cid-sFD7xotori .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sFD7xotori .navbar.navbar-short {
  background: #cea422 !important;
  min-height: 60px;
}
.cid-sFD7xotori .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFD7xotori .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFD7xotori .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFD7xotori .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFD7xotori .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFD7xotori .dropdown-item.active,
.cid-sFD7xotori .dropdown-item:active {
  background-color: transparent;
}
.cid-sFD7xotori .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cea422;
}
.cid-sFD7xotori .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sFD7xotori .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFD7xotori ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sFD7xotori .navbar-buttons {
  text-align: center;
}
.cid-sFD7xotori button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFD7xotori .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sFD7xotori a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sFD7xotori .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sFD7xotori .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sFD7xotori .nav-link:hover,
.cid-sFD7xotori .dropdown-item:hover {
  color: #000000 !important;
}
.cid-sFD7xotori .apply-btn {
  word-wrap: normal;
  color: #dc0505 !important;
  border: .5px solid black !important;
  background: white !important;
}
.cid-sFD7xotori .apply-btn:hover {
  border: 1px solid #dc0505 !important;
  background: white !important;
}
.cid-sFD7xotori .navbar-short > div > ul > li > a {
  color: #89680b !important;
}
.cid-sFD45vs7uZ {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/happykids-1-1980x1321.jpg");
}
.cid-sFD45vs7uZ .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-sFD45vs7uZ .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sFD45vs7uZ .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sFD45vs7uZ .animated-element,
.cid-sFD45vs7uZ .typed-cursor {
  color: #ffffff;
}
.cid-sFD45vs7uZ .animated-element {
  border-bottom: 5px solid #f7aa4a;
}
@media (max-width: 767px) {
  .cid-sFD45vs7uZ .typed-text {
    text-align: center;
  }
}
.cid-sFD45vs7uZ .mbr-text,
.cid-sFD45vs7uZ .typed-text,
.cid-sFD45vs7uZ .mbr-section-btn {
  color: #ffda73;
}
.cid-sFD45vs7uZ .mbr-section-title {
  color: #ffffff;
}
.cid-s4ybAbf2Gh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4ybAbf2Gh .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-s4ybAbf2Gh H2 {
  color: #89680b;
}
.cid-s4ybAbf2Gh H3 {
  color: #89680b;
}
.cid-tqM3j5bs0P {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqM3j5bs0P .counter-container {
  color: #464646;
}
.cid-tqM3j5bs0P .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-tqM3j5bs0P .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-tqM3j5bs0P .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-tqM3j5bs0P P {
  text-align: left;
  font-weight: normal;
  color: #000000;
}
.cid-tqM3j5bs0P H3 {
  font-weight: normal;
  color: #89680b;
}
.cid-tqM3j5bs0P H4 {
  text-align: left;
  font-weight: normal;
  color: #89680b;
}
.cid-tqM3j5bs0P H2 {
  color: #89680b;
  font-weight: normal;
  text-align: center;
}
.cid-tqM3j5bs0P H7 {
  color: #000000;
  font-weight: normal;
}
.cid-t8ievHbuNM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #cea422;
}
.cid-t8ievHbuNM H3 {
  color: #ffffff;
}
.cid-t8ievHbuNM H5 {
  color: #ffffff;
}
.cid-t8ievHbuNM H6 {
  color: #ffffff;
}
.cid-t8ievHbuNM H7 {
  color: #ffffff;
  text-align: center;
}
.cid-t8ievHbuNM p {
  text-align: center;
}
.cid-t8ievHbuNM .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-t8ievHbuNM .img-logo-footer {
  margin-right: 1rem;
  max-width: 4rem;
}
.cid-t8ievHbuNM .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  text-align: left;
}
.cid-t8ievHbuNM .logo-footer {
  line-height: normal;
}
.cid-t8ievHbuNM .copyright .list-inline {
  margin-bottom: 0;
}
.cid-t8ievHbuNM .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-t8ievHbuNM .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-t8ievHbuNM .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8ievHbuNM .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-t8ievHbuNM .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-t8ievHbuNM .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-t8ievHbuNM .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-t8ievHbuNM .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-t8ievHbuNM .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-t8ievHbuNM .logo-footer {
    text-align: center;
  }
  .cid-t8ievHbuNM .social-media {
    justify-content: center;
  }
}
.cid-t8ievHbuNM P {
  color: #ffffff;
  text-align: left;
}
.cid-t8ievHbuNM li {
  font-size: 1.1rem;
  color: #ffffff;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
body {
  font-style: normal;
  line-height: 1.5;
  color: #000000;
}

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

:focus {
  outline: none;
}

section {
  background-color: #eeeeee;
}

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 {
  color: #132c70;
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

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

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

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

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

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

.display-7 {
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 1px;
}

.btn {
  color: initial;
  border-radius: 0;
  font-weight: 600;
  border-width: 0px;
  font-style: normal;
  letter-spacing: 2px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: normal;
}

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

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

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

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

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a {
  opacity: .5;
}

#scrollToTop a:hover {
  opacity: .7;
}

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -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;
}
span,
p,
a {
  line-height: 1.5;
  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 {
  transition-delay: 9999s;
  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;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! 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;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.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 {
  overflow: hidden;
}

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

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

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

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

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

.mbr-figure {
  -ms-grid-row-align: center;
  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: -.25rem;
  margin-right: -.25rem;
  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: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  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: 60px;
  width: 60px;
  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, 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: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-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%);
  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: 1rem;
}

@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;
    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: flex;
  display: -webkit-flex;
  font-weight: 300;
}

.menu .navbar-brand .navbar-caption-wrap {
  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: -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 {
  flex: 1;
  -webkit-flex: 1;
}

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

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

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

.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 {
  -webkit-transform: translateY(-50%);
          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: -moz-available;
  height: fill-available;
}

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

.carousel-item img {
  margin: auto;
}

.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 0.5rem;
  padding-left: 2px;
}

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

.mbr-section-title {
  margin-bottom: 1rem;
}

.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-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.5rem 1.2rem;
  background-color: #ffffff;
  border: 1px solid #132c70;
  color: #132c70;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
  border-radius: 0px;
  resize: none;
}

.form-control:hover, .form-control:focus {
  background-color: #ffffff;
  border: 1px solid #132c70;
  box-shadow: none;
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #132c70 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #132c70 !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 {
  justify-content: center;
}

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

.btn-line {
  margin-right: 1.5rem;
  padding-left: 3rem;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  transition: all 0.3s;
}

.btn-line::after {
  content: "";
  color: currentColor;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: currentColor;
  left: 4px;
}

.btn-line:hover::after {
  -webkit-animation: move 1s infinite linear;
          animation: move 1s infinite linear;
}

@-webkit-keyframes move {
  0% {
    width: 30px;
  }
  50% {
    width: 0px;
  }
  100% {
    width: 30px;
  }
}

@keyframes move {
  0% {
    width: 30px;
  }
  50% {
    width: 0px;
  }
  100% {
    width: 30px;
  }
}

.btn_contact_us {
  color: #132c70;
  border: 1px solid #132c70;
}

.jq-number__spin {
  border-radius: 0;
}

a[href][class*="text-"] {
  transition: 0.6s;
}

a[href][class*="text-"]:hover {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.cid-sCB0zqZ8Rq {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/happykids-1-1980x1321.jpg");
}
.cid-sCB0zqZ8Rq .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-sCB0zqZ8Rq .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sCB0zqZ8Rq .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sCB0zqZ8Rq .animated-element,
.cid-sCB0zqZ8Rq .typed-cursor {
  color: #ffffff;
}
.cid-sCB0zqZ8Rq .animated-element {
  border-bottom: 5px solid #f7aa4a;
}
@media (max-width: 767px) {
  .cid-sCB0zqZ8Rq .typed-text {
    text-align: center;
  }
}
.cid-sCB0zqZ8Rq .mbr-text,
.cid-sCB0zqZ8Rq .typed-text,
.cid-sCB0zqZ8Rq .mbr-section-btn {
  color: #ffda73;
}
.cid-sCB0zqZ8Rq .mbr-section-title {
  color: #ffffff;
}
.cid-s4ydTwndWi {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4ydTwndWi .mbr-section-subtitle {
  color: #000000;
}
.cid-s4ydTwndWi H2 {
  color: #89680b;
}
.cid-s4ydTyyfG2 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s4ydTyyfG2 .counter-container {
  color: #464646;
}
.cid-s4ydTyyfG2 .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-s4ydTyyfG2 .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-s4ydTyyfG2 .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-s4ydTyyfG2 p {
  text-align: left;
  font-weight: normal;
  color: #000000;
}
.cid-s4ydTyyfG2 H4 {
  font-weight: normal;
  color: #89680b;
}
.cid-s4ydTyyfG2 H3 {
  font-weight: normal;
  color: #ffcd40;
}
.cid-sFD7xotori .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cea422;
}
.cid-sFD7xotori .navbar.opened {
  transition: all .3s;
  background: #cea422 !important;
}
.cid-sFD7xotori .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sFD7xotori .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #3a3a3a;
  background: #535353 !important;
}
.cid-sFD7xotori .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sFD7xotori .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sFD7xotori .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFD7xotori .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sFD7xotori .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-sFD7xotori .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sFD7xotori .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sFD7xotori .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFD7xotori .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFD7xotori .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sFD7xotori .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFD7xotori .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sFD7xotori .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sFD7xotori .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sFD7xotori .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-sFD7xotori .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sFD7xotori .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    font-weight: 300;
  }
  .cid-sFD7xotori .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sFD7xotori .navbar.navbar-short {
  background: #cea422 !important;
  min-height: 60px;
}
.cid-sFD7xotori .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFD7xotori .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFD7xotori .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFD7xotori .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFD7xotori .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFD7xotori .dropdown-item.active,
.cid-sFD7xotori .dropdown-item:active {
  background-color: transparent;
}
.cid-sFD7xotori .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cea422;
}
.cid-sFD7xotori .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sFD7xotori .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFD7xotori ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sFD7xotori .navbar-buttons {
  text-align: center;
}
.cid-sFD7xotori button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFD7xotori .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sFD7xotori a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sFD7xotori .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sFD7xotori .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sFD7xotori .nav-link:hover,
.cid-sFD7xotori .dropdown-item:hover {
  color: #000000 !important;
}
.cid-sFD7xotori .apply-btn {
  word-wrap: normal;
  color: #dc0505 !important;
  border: .5px solid black !important;
  background: white !important;
}
.cid-sFD7xotori .apply-btn:hover {
  border: 1px solid #dc0505 !important;
  background: white !important;
}
.cid-sFD7xotori .navbar-short > div > ul > li > a {
  color: #89680b !important;
}
.cid-t8ievHbuNM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #cea422;
}
.cid-t8ievHbuNM H3 {
  color: #ffffff;
}
.cid-t8ievHbuNM H5 {
  color: #ffffff;
}
.cid-t8ievHbuNM H6 {
  color: #ffffff;
}
.cid-t8ievHbuNM H7 {
  color: #ffffff;
  text-align: center;
}
.cid-t8ievHbuNM p {
  text-align: center;
}
.cid-t8ievHbuNM .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-t8ievHbuNM .img-logo-footer {
  margin-right: 1rem;
  max-width: 4rem;
}
.cid-t8ievHbuNM .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  text-align: left;
}
.cid-t8ievHbuNM .logo-footer {
  line-height: normal;
}
.cid-t8ievHbuNM .copyright .list-inline {
  margin-bottom: 0;
}
.cid-t8ievHbuNM .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-t8ievHbuNM .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-t8ievHbuNM .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8ievHbuNM .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-t8ievHbuNM .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-t8ievHbuNM .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-t8ievHbuNM .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-t8ievHbuNM .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-t8ievHbuNM .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-t8ievHbuNM .logo-footer {
    text-align: center;
  }
  .cid-t8ievHbuNM .social-media {
    justify-content: center;
  }
}
.cid-t8ievHbuNM P {
  color: #ffffff;
  text-align: left;
}
.cid-t8ievHbuNM li {
  font-size: 1.1rem;
  color: #ffffff;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
body {
  font-style: normal;
  line-height: 1.5;
  color: #000000;
}

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

:focus {
  outline: none;
}

section {
  background-color: #eeeeee;
}

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 {
  color: #132c70;
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

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

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

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

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

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

.display-7 {
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 1px;
}

.btn {
  color: initial;
  border-radius: 0;
  font-weight: 600;
  border-width: 0px;
  font-style: normal;
  letter-spacing: 2px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: normal;
}

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

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

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

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

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a {
  opacity: .5;
}

#scrollToTop a:hover {
  opacity: .7;
}

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -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;
}
span,
p,
a {
  line-height: 1.5;
  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 {
  transition-delay: 9999s;
  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;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! 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;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.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 {
  overflow: hidden;
}

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

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

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

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

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

.mbr-figure {
  -ms-grid-row-align: center;
  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: -.25rem;
  margin-right: -.25rem;
  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: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  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: 60px;
  width: 60px;
  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, 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: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-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%);
  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: 1rem;
}

@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;
    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: flex;
  display: -webkit-flex;
  font-weight: 300;
}

.menu .navbar-brand .navbar-caption-wrap {
  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: -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 {
  flex: 1;
  -webkit-flex: 1;
}

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

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

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

.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 {
  -webkit-transform: translateY(-50%);
          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: -moz-available;
  height: fill-available;
}

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

.carousel-item img {
  margin: auto;
}

.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 0.5rem;
  padding-left: 2px;
}

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

.mbr-section-title {
  margin-bottom: 1rem;
}

.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-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.5rem 1.2rem;
  background-color: #ffffff;
  border: 1px solid #132c70;
  color: #132c70;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
  border-radius: 0px;
  resize: none;
}

.form-control:hover, .form-control:focus {
  background-color: #ffffff;
  border: 1px solid #132c70;
  box-shadow: none;
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #132c70 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #132c70 !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 {
  justify-content: center;
}

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

.btn-line {
  margin-right: 1.5rem;
  padding-left: 3rem;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  transition: all 0.3s;
}

.btn-line::after {
  content: "";
  color: currentColor;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: currentColor;
  left: 4px;
}

.btn-line:hover::after {
  -webkit-animation: move 1s infinite linear;
          animation: move 1s infinite linear;
}

@-webkit-keyframes move {
  0% {
    width: 30px;
  }
  50% {
    width: 0px;
  }
  100% {
    width: 30px;
  }
}

@keyframes move {
  0% {
    width: 30px;
  }
  50% {
    width: 0px;
  }
  100% {
    width: 30px;
  }
}

.btn_contact_us {
  color: #132c70;
  border: 1px solid #132c70;
}

.jq-number__spin {
  border-radius: 0;
}

a[href][class*="text-"] {
  transition: 0.6s;
}

a[href][class*="text-"]:hover {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.cid-sCB0KCIVsE {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/happykids-1-1980x1321.jpg");
}
.cid-sCB0KCIVsE .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-sCB0KCIVsE .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sCB0KCIVsE .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sCB0KCIVsE .animated-element,
.cid-sCB0KCIVsE .typed-cursor {
  color: #ffffff;
}
.cid-sCB0KCIVsE .animated-element {
  border-bottom: 5px solid #f7aa4a;
}
@media (max-width: 767px) {
  .cid-sCB0KCIVsE .typed-text {
    text-align: center;
  }
}
.cid-sCB0KCIVsE .mbr-text,
.cid-sCB0KCIVsE .typed-text,
.cid-sCB0KCIVsE .mbr-section-btn {
  color: #ffda73;
}
.cid-sCB0KCIVsE .mbr-section-title {
  color: #ffffff;
}
.cid-t8bm6nYkRe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t8bm6nYkRe .mbr-section-subtitle {
  color: #767676;
}
.cid-t8bm6nYkRe H2 {
  color: #89680b;
}
.cid-tqM4xbdsKo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqM4xbdsKo .counter-container {
  color: #464646;
}
.cid-tqM4xbdsKo .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-tqM4xbdsKo .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-tqM4xbdsKo .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-tqM4xbdsKo P {
  text-align: left;
  font-weight: normal;
  color: #000000;
}
.cid-tqM4xbdsKo H3 {
  font-weight: normal;
  color: #89680b;
}
.cid-tqM4xbdsKo H4 {
  text-align: left;
  font-weight: normal;
  color: #89680b;
}
.cid-tqM4xbdsKo H2 {
  color: #89680b;
  font-weight: normal;
  text-align: center;
}
.cid-tqM4xbdsKo H7 {
  color: #000000;
  font-weight: normal;
}
.cid-sFD7xotori .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cea422;
}
.cid-sFD7xotori .navbar.opened {
  transition: all .3s;
  background: #cea422 !important;
}
.cid-sFD7xotori .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sFD7xotori .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #3a3a3a;
  background: #535353 !important;
}
.cid-sFD7xotori .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sFD7xotori .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sFD7xotori .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFD7xotori .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sFD7xotori .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-sFD7xotori .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sFD7xotori .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sFD7xotori .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFD7xotori .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFD7xotori .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sFD7xotori .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFD7xotori .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sFD7xotori .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sFD7xotori .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sFD7xotori .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-sFD7xotori .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sFD7xotori .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    font-weight: 300;
  }
  .cid-sFD7xotori .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sFD7xotori .navbar.navbar-short {
  background: #cea422 !important;
  min-height: 60px;
}
.cid-sFD7xotori .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFD7xotori .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFD7xotori .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFD7xotori .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFD7xotori .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFD7xotori .dropdown-item.active,
.cid-sFD7xotori .dropdown-item:active {
  background-color: transparent;
}
.cid-sFD7xotori .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cea422;
}
.cid-sFD7xotori .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sFD7xotori .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFD7xotori ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sFD7xotori .navbar-buttons {
  text-align: center;
}
.cid-sFD7xotori button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFD7xotori .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sFD7xotori a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sFD7xotori .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sFD7xotori .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sFD7xotori .nav-link:hover,
.cid-sFD7xotori .dropdown-item:hover {
  color: #000000 !important;
}
.cid-sFD7xotori .apply-btn {
  word-wrap: normal;
  color: #dc0505 !important;
  border: .5px solid black !important;
  background: white !important;
}
.cid-sFD7xotori .apply-btn:hover {
  border: 1px solid #dc0505 !important;
  background: white !important;
}
.cid-sFD7xotori .navbar-short > div > ul > li > a {
  color: #89680b !important;
}
.cid-t8ievHbuNM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #cea422;
}
.cid-t8ievHbuNM H3 {
  color: #ffffff;
}
.cid-t8ievHbuNM H5 {
  color: #ffffff;
}
.cid-t8ievHbuNM H6 {
  color: #ffffff;
}
.cid-t8ievHbuNM H7 {
  color: #ffffff;
  text-align: center;
}
.cid-t8ievHbuNM p {
  text-align: center;
}
.cid-t8ievHbuNM .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-t8ievHbuNM .img-logo-footer {
  margin-right: 1rem;
  max-width: 4rem;
}
.cid-t8ievHbuNM .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  text-align: left;
}
.cid-t8ievHbuNM .logo-footer {
  line-height: normal;
}
.cid-t8ievHbuNM .copyright .list-inline {
  margin-bottom: 0;
}
.cid-t8ievHbuNM .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-t8ievHbuNM .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-t8ievHbuNM .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8ievHbuNM .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-t8ievHbuNM .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-t8ievHbuNM .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-t8ievHbuNM .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-t8ievHbuNM .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-t8ievHbuNM .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-t8ievHbuNM .logo-footer {
    text-align: center;
  }
  .cid-t8ievHbuNM .social-media {
    justify-content: center;
  }
}
.cid-t8ievHbuNM P {
  color: #ffffff;
  text-align: left;
}
.cid-t8ievHbuNM li {
  font-size: 1.1rem;
  color: #ffffff;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
body {
  font-style: normal;
  line-height: 1.5;
  color: #000000;
}

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

:focus {
  outline: none;
}

section {
  background-color: #eeeeee;
}

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 {
  color: #132c70;
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

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

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

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

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

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

.display-7 {
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 1px;
}

.btn {
  color: initial;
  border-radius: 0;
  font-weight: 600;
  border-width: 0px;
  font-style: normal;
  letter-spacing: 2px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: normal;
}

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

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

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

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

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a {
  opacity: .5;
}

#scrollToTop a:hover {
  opacity: .7;
}

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -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;
}
span,
p,
a {
  line-height: 1.5;
  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 {
  transition-delay: 9999s;
  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;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! 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;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.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 {
  overflow: hidden;
}

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

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

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

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

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

.mbr-figure {
  -ms-grid-row-align: center;
  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: -.25rem;
  margin-right: -.25rem;
  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: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  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: 60px;
  width: 60px;
  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, 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: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-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%);
  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: 1rem;
}

@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;
    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: flex;
  display: -webkit-flex;
  font-weight: 300;
}

.menu .navbar-brand .navbar-caption-wrap {
  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: -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 {
  flex: 1;
  -webkit-flex: 1;
}

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

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

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

.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 {
  -webkit-transform: translateY(-50%);
          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: -moz-available;
  height: fill-available;
}

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

.carousel-item img {
  margin: auto;
}

.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 0.5rem;
  padding-left: 2px;
}

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

.mbr-section-title {
  margin-bottom: 1rem;
}

.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-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.5rem 1.2rem;
  background-color: #ffffff;
  border: 1px solid #132c70;
  color: #132c70;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
  border-radius: 0px;
  resize: none;
}

.form-control:hover, .form-control:focus {
  background-color: #ffffff;
  border: 1px solid #132c70;
  box-shadow: none;
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #132c70 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #132c70 !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 {
  justify-content: center;
}

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

.btn-line {
  margin-right: 1.5rem;
  padding-left: 3rem;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  transition: all 0.3s;
}

.btn-line::after {
  content: "";
  color: currentColor;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: currentColor;
  left: 4px;
}

.btn-line:hover::after {
  -webkit-animation: move 1s infinite linear;
          animation: move 1s infinite linear;
}

@-webkit-keyframes move {
  0% {
    width: 30px;
  }
  50% {
    width: 0px;
  }
  100% {
    width: 30px;
  }
}

@keyframes move {
  0% {
    width: 30px;
  }
  50% {
    width: 0px;
  }
  100% {
    width: 30px;
  }
}

.btn_contact_us {
  color: #132c70;
  border: 1px solid #132c70;
}

.jq-number__spin {
  border-radius: 0;
}

a[href][class*="text-"] {
  transition: 0.6s;
}

a[href][class*="text-"]:hover {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.cid-sCB0NewqHh {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/happykids-1-1980x1321.jpg");
}
.cid-sCB0NewqHh .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-sCB0NewqHh .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sCB0NewqHh .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sCB0NewqHh .animated-element,
.cid-sCB0NewqHh .typed-cursor {
  color: #ffffff;
}
.cid-sCB0NewqHh .animated-element {
  border-bottom: 5px solid #f7aa4a;
}
@media (max-width: 767px) {
  .cid-sCB0NewqHh .typed-text {
    text-align: center;
  }
}
.cid-sCB0NewqHh .mbr-text,
.cid-sCB0NewqHh .typed-text,
.cid-sCB0NewqHh .mbr-section-btn {
  color: #ffda73;
}
.cid-sCB0NewqHh .mbr-section-title {
  color: #ffffff;
}
.cid-s4yeP57HrW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s4yeP57HrW p {
  font-weight: normal;
}
.cid-s4yeP57HrW h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s4yeP57HrW .panel-text {
  letter-spacing: 0.03em;
  color: #232323;
}
.cid-s4yeP57HrW .mbr-section-title {
  letter-spacing: 0.1em;
  color: #89680b;
}
.cid-s4yeP57HrW .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #000000;
}
.cid-s4yeP57HrW .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-s4yeP57HrW .panel-group {
  width: 100%;
}
.cid-s4yeP57HrW .card {
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-s4yeP57HrW .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
}
.cid-s4yeP57HrW .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffda73;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-s4yeP57HrW .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-s4yeP57HrW .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s4yeP57HrW .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-s4yeP57HrW .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-s4yeP57HrW .card .panel-body {
  background: #ffffff;
}
.cid-s4yeP57HrW .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s4yeP57HrW .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-s4yeP57HrW .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-s4yeP57HrW .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-s4yeP57HrW .header-text,
.cid-s4yeP57HrW .sign {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-s4yeP57HrW img {
    display: none;
  }
}
.cid-sFD7xotori .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cea422;
}
.cid-sFD7xotori .navbar.opened {
  transition: all .3s;
  background: #cea422 !important;
}
.cid-sFD7xotori .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sFD7xotori .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #3a3a3a;
  background: #535353 !important;
}
.cid-sFD7xotori .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sFD7xotori .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sFD7xotori .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFD7xotori .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sFD7xotori .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-sFD7xotori .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sFD7xotori .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sFD7xotori .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFD7xotori .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFD7xotori .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sFD7xotori .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFD7xotori .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sFD7xotori .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sFD7xotori .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sFD7xotori .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-sFD7xotori .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sFD7xotori .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    font-weight: 300;
  }
  .cid-sFD7xotori .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sFD7xotori .navbar.navbar-short {
  background: #cea422 !important;
  min-height: 60px;
}
.cid-sFD7xotori .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFD7xotori .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFD7xotori .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFD7xotori .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFD7xotori .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFD7xotori .dropdown-item.active,
.cid-sFD7xotori .dropdown-item:active {
  background-color: transparent;
}
.cid-sFD7xotori .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cea422;
}
.cid-sFD7xotori .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sFD7xotori .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFD7xotori ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sFD7xotori .navbar-buttons {
  text-align: center;
}
.cid-sFD7xotori button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFD7xotori .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sFD7xotori a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sFD7xotori .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sFD7xotori .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sFD7xotori .nav-link:hover,
.cid-sFD7xotori .dropdown-item:hover {
  color: #000000 !important;
}
.cid-sFD7xotori .apply-btn {
  word-wrap: normal;
  color: #dc0505 !important;
  border: .5px solid black !important;
  background: white !important;
}
.cid-sFD7xotori .apply-btn:hover {
  border: 1px solid #dc0505 !important;
  background: white !important;
}
.cid-sFD7xotori .navbar-short > div > ul > li > a {
  color: #89680b !important;
}
.cid-t8ievHbuNM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #cea422;
}
.cid-t8ievHbuNM H3 {
  color: #ffffff;
}
.cid-t8ievHbuNM H5 {
  color: #ffffff;
}
.cid-t8ievHbuNM H6 {
  color: #ffffff;
}
.cid-t8ievHbuNM H7 {
  color: #ffffff;
  text-align: center;
}
.cid-t8ievHbuNM p {
  text-align: center;
}
.cid-t8ievHbuNM .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-t8ievHbuNM .img-logo-footer {
  margin-right: 1rem;
  max-width: 4rem;
}
.cid-t8ievHbuNM .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  text-align: left;
}
.cid-t8ievHbuNM .logo-footer {
  line-height: normal;
}
.cid-t8ievHbuNM .copyright .list-inline {
  margin-bottom: 0;
}
.cid-t8ievHbuNM .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-t8ievHbuNM .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-t8ievHbuNM .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8ievHbuNM .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-t8ievHbuNM .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-t8ievHbuNM .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-t8ievHbuNM .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-t8ievHbuNM .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-t8ievHbuNM .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-t8ievHbuNM .logo-footer {
    text-align: center;
  }
  .cid-t8ievHbuNM .social-media {
    justify-content: center;
  }
}
.cid-t8ievHbuNM P {
  color: #ffffff;
  text-align: left;
}
.cid-t8ievHbuNM li {
  font-size: 1.1rem;
  color: #ffffff;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
body {
  font-style: normal;
  line-height: 1.5;
  color: #000000;
}

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

:focus {
  outline: none;
}

section {
  background-color: #eeeeee;
}

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 {
  color: #132c70;
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

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

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

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

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

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

.display-7 {
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 1px;
}

.btn {
  color: initial;
  border-radius: 0;
  font-weight: 600;
  border-width: 0px;
  font-style: normal;
  letter-spacing: 2px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: normal;
}

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

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

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

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

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a {
  opacity: .5;
}

#scrollToTop a:hover {
  opacity: .7;
}

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -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;
}
span,
p,
a {
  line-height: 1.5;
  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 {
  transition-delay: 9999s;
  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;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! 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;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.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 {
  overflow: hidden;
}

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

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

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

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

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

.mbr-figure {
  -ms-grid-row-align: center;
  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: -.25rem;
  margin-right: -.25rem;
  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: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  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: 60px;
  width: 60px;
  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, 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: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-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%);
  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: 1rem;
}

@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;
    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: flex;
  display: -webkit-flex;
  font-weight: 300;
}

.menu .navbar-brand .navbar-caption-wrap {
  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: -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 {
  flex: 1;
  -webkit-flex: 1;
}

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

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

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

.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 {
  -webkit-transform: translateY(-50%);
          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: -moz-available;
  height: fill-available;
}

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

.carousel-item img {
  margin: auto;
}

.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 0.5rem;
  padding-left: 2px;
}

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

.mbr-section-title {
  margin-bottom: 1rem;
}

.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-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.5rem 1.2rem;
  background-color: #ffffff;
  border: 1px solid #132c70;
  color: #132c70;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
  border-radius: 0px;
  resize: none;
}

.form-control:hover, .form-control:focus {
  background-color: #ffffff;
  border: 1px solid #132c70;
  box-shadow: none;
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #132c70 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #132c70 !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 {
  justify-content: center;
}

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

.btn-line {
  margin-right: 1.5rem;
  padding-left: 3rem;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  transition: all 0.3s;
}

.btn-line::after {
  content: "";
  color: currentColor;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: currentColor;
  left: 4px;
}

.btn-line:hover::after {
  -webkit-animation: move 1s infinite linear;
          animation: move 1s infinite linear;
}

@-webkit-keyframes move {
  0% {
    width: 30px;
  }
  50% {
    width: 0px;
  }
  100% {
    width: 30px;
  }
}

@keyframes move {
  0% {
    width: 30px;
  }
  50% {
    width: 0px;
  }
  100% {
    width: 30px;
  }
}

.btn_contact_us {
  color: #132c70;
  border: 1px solid #132c70;
}

.jq-number__spin {
  border-radius: 0;
}

a[href][class*="text-"] {
  transition: 0.6s;
}

a[href][class*="text-"]:hover {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.cid-sCBX767joH {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/happykids-1-1980x1321.jpg");
}
.cid-sCBX767joH .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-sCBX767joH .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sCBX767joH .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sCBX767joH .animated-element,
.cid-sCBX767joH .typed-cursor {
  color: #ffffff;
}
.cid-sCBX767joH .animated-element {
  border-bottom: 5px solid #f7aa4a;
}
@media (max-width: 767px) {
  .cid-sCBX767joH .typed-text {
    text-align: center;
  }
}
.cid-sCBX767joH .mbr-text,
.cid-sCBX767joH .typed-text,
.cid-sCBX767joH .mbr-section-btn {
  color: #ffda73;
}
.cid-sCBX767joH .mbr-section-title {
  color: #ffffff;
}
.cid-s4K8b4jOdw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s4K8b4jOdw .mbr-section-title {
  letter-spacing: 0.1em;
  color: #89680b;
}
.cid-s4K8b4jOdw .mbr-section-subtitle {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-s4K8b4jOdw .card {
  margin-bottom: 2rem;
  background: #f5da91;
}
.cid-s4K8b4jOdw .card-block {
  letter-spacing: 0.03em;
  color: #444444;
  padding: 1.25rem 1.25rem 5px 1.25rem;
}
.cid-s4K8b4jOdw .mbr-author {
  padding-top: 0;
  text-align: center;
}
.cid-s4K8b4jOdw .space {
  height: 45px;
  width: 100%;
}
.cid-s4K8b4jOdw .mbr-author-img {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  margin-top: -60px;
  left: 0;
  right: 0;
}
.cid-s4K8b4jOdw .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s4K8b4jOdw .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-s4K8b4jOdw .mbr-author-desc p {
  margin-bottom: 0px;
}
.cid-s4K8b4jOdw .card-footer {
  border-top: none;
  background-color: rgba(0, 0, 0, 0.08);
  padding: .75rem 1.25rem 1.25rem 1.25rem;
}
.cid-s4K8b4jOdw .card-block P {
  color: #232323;
}
.cid-s4K8b4jOdw .mbr-author-name P {
  color: #000000;
}
.cid-s4K8b4jOdw .mbr-author-desc P {
  color: #000000;
}
.cid-s4K8b4jOdw .card-container {
  display: flex !important;
  align-items: stretch !important;
}
.cid-s4K8b4jOdw p {
  font-weight: normal;
}
.cid-s4K9ssWU2W {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-2-1012x675.jpeg");
}
.cid-s4K9ssWU2W .mbr-overlay {
  background-color: #4f4943;
  opacity: 0.5;
}
.cid-s4K9ssWU2W textarea {
  min-height: 150px;
}
.cid-s4K9ssWU2W .form-col {
  background: #ffffff;
  padding: 3rem 1rem;
}
.cid-s4K9ssWU2W .form-wrap {
  max-width: 520px;
  margin: auto;
}
.cid-s4K9ssWU2W .text-wrap {
  max-width: 400px;
  border: 2px solid #ffffff;
  padding: 3rem;
  margin: 4rem auto!important;
}
@media (max-width: 992px) {
  .cid-s4K9ssWU2W .form-wrap {
    max-width: 690px;
  }
  .cid-s4K9ssWU2W .md-pb {
    padding-bottom: 3rem;
  }
  .cid-s4K9ssWU2W .text-wrap {
    max-width: 690px;
  }
}
.cid-s4K9ssWU2W .input-group-btn {
  margin: 0.4rem;
  padding-top: 1.5rem;
}
.cid-s4K9ssWU2W .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffcd40;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-s4K9ssWU2W .form-control,
.cid-s4K9ssWU2W .field-input {
  padding: 0.5rem 1.2rem;
  background-color: #ffffff;
  border: 3px solid #444444;
  color: #000000;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
}
.cid-s4K9ssWU2W .form-control:hover,
.cid-s4K9ssWU2W .field-input:hover,
.cid-s4K9ssWU2W .form-control:focus,
.cid-s4K9ssWU2W .field-input:focus {
  background-color: #ffda73;
  border: 3px solid #444444;
  box-shadow: none;
  outline: none;
}
.cid-s4K9ssWU2W input::-webkit-input-placeholder,
.cid-s4K9ssWU2W textarea::-webkit-input-placeholder {
  color: #444444;
}
.cid-s4K9ssWU2W input:-moz-placeholder,
.cid-s4K9ssWU2W textarea:-moz-placeholder {
  color: #444444;
}
.cid-s4K9ssWU2W .jq-selectbox li,
.cid-s4K9ssWU2W .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-s4K9ssWU2W .jq-selectbox li:hover,
.cid-s4K9ssWU2W .jq-selectbox li.selected {
  background-color: #ffda73;
  color: #000000;
}
.cid-s4K9ssWU2W .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-s4K9ssWU2W .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffda73;
}
.cid-s4K9ssWU2W H2 {
  color: #36404c;
}
@media (max-width: 767px) {
  .cid-s4K9ssWU2W .col-auto {
    margin: auto;
  }
}
.cid-s4K9ssWU2W H3 {
  color: #ffffff;
  word-wrap: normal;
}
.cid-s4K9ssWU2W H4 {
  color: #36404c;
}
.cid-s4K9ssWU2W LABEL {
  color: #000000;
}
.cid-sFD7xotori .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cea422;
}
.cid-sFD7xotori .navbar.opened {
  transition: all .3s;
  background: #cea422 !important;
}
.cid-sFD7xotori .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sFD7xotori .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #3a3a3a;
  background: #535353 !important;
}
.cid-sFD7xotori .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sFD7xotori .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sFD7xotori .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFD7xotori .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sFD7xotori .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-sFD7xotori .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sFD7xotori .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sFD7xotori .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFD7xotori .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFD7xotori .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sFD7xotori .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFD7xotori .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sFD7xotori .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sFD7xotori .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sFD7xotori .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-sFD7xotori .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sFD7xotori .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    font-weight: 300;
  }
  .cid-sFD7xotori .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sFD7xotori .navbar.navbar-short {
  background: #cea422 !important;
  min-height: 60px;
}
.cid-sFD7xotori .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFD7xotori .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFD7xotori .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFD7xotori .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFD7xotori .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFD7xotori .dropdown-item.active,
.cid-sFD7xotori .dropdown-item:active {
  background-color: transparent;
}
.cid-sFD7xotori .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cea422;
}
.cid-sFD7xotori .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sFD7xotori .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFD7xotori ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sFD7xotori .navbar-buttons {
  text-align: center;
}
.cid-sFD7xotori button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFD7xotori .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sFD7xotori a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sFD7xotori .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sFD7xotori .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sFD7xotori .nav-link:hover,
.cid-sFD7xotori .dropdown-item:hover {
  color: #000000 !important;
}
.cid-sFD7xotori .apply-btn {
  word-wrap: normal;
  color: #dc0505 !important;
  border: .5px solid black !important;
  background: white !important;
}
.cid-sFD7xotori .apply-btn:hover {
  border: 1px solid #dc0505 !important;
  background: white !important;
}
.cid-sFD7xotori .navbar-short > div > ul > li > a {
  color: #89680b !important;
}
.cid-t8ievHbuNM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #cea422;
}
.cid-t8ievHbuNM H3 {
  color: #ffffff;
}
.cid-t8ievHbuNM H5 {
  color: #ffffff;
}
.cid-t8ievHbuNM H6 {
  color: #ffffff;
}
.cid-t8ievHbuNM H7 {
  color: #ffffff;
  text-align: center;
}
.cid-t8ievHbuNM p {
  text-align: center;
}
.cid-t8ievHbuNM .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-t8ievHbuNM .img-logo-footer {
  margin-right: 1rem;
  max-width: 4rem;
}
.cid-t8ievHbuNM .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  text-align: left;
}
.cid-t8ievHbuNM .logo-footer {
  line-height: normal;
}
.cid-t8ievHbuNM .copyright .list-inline {
  margin-bottom: 0;
}
.cid-t8ievHbuNM .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-t8ievHbuNM .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-t8ievHbuNM .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8ievHbuNM .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-t8ievHbuNM .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-t8ievHbuNM .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-t8ievHbuNM .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-t8ievHbuNM .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-t8ievHbuNM .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-t8ievHbuNM .logo-footer {
    text-align: center;
  }
  .cid-t8ievHbuNM .social-media {
    justify-content: center;
  }
}
.cid-t8ievHbuNM P {
  color: #ffffff;
  text-align: left;
}
.cid-t8ievHbuNM li {
  font-size: 1.1rem;
  color: #ffffff;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
body {
  font-style: normal;
  line-height: 1.5;
  color: #000000;
}

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

:focus {
  outline: none;
}

section {
  background-color: #eeeeee;
}

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 {
  color: #132c70;
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

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

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

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

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

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

.display-7 {
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 1px;
}

.btn {
  color: initial;
  border-radius: 0;
  font-weight: 600;
  border-width: 0px;
  font-style: normal;
  letter-spacing: 2px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: normal;
}

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

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

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

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

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a {
  opacity: .5;
}

#scrollToTop a:hover {
  opacity: .7;
}

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -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;
}
span,
p,
a {
  line-height: 1.5;
  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 {
  transition-delay: 9999s;
  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;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! 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;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.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 {
  overflow: hidden;
}

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

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

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

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

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

.mbr-figure {
  -ms-grid-row-align: center;
  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: -.25rem;
  margin-right: -.25rem;
  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: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  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: 60px;
  width: 60px;
  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, 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: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-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%);
  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: 1rem;
}

@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;
    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: flex;
  display: -webkit-flex;
  font-weight: 300;
}

.menu .navbar-brand .navbar-caption-wrap {
  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: -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 {
  flex: 1;
  -webkit-flex: 1;
}

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

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

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

.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 {
  -webkit-transform: translateY(-50%);
          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: -moz-available;
  height: fill-available;
}

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

.carousel-item img {
  margin: auto;
}

.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 0.5rem;
  padding-left: 2px;
}

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

.mbr-section-title {
  margin-bottom: 1rem;
}

.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-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.5rem 1.2rem;
  background-color: #ffffff;
  border: 1px solid #132c70;
  color: #132c70;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
  border-radius: 0px;
  resize: none;
}

.form-control:hover, .form-control:focus {
  background-color: #ffffff;
  border: 1px solid #132c70;
  box-shadow: none;
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #132c70 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #132c70 !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 {
  justify-content: center;
}

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

.btn-line {
  margin-right: 1.5rem;
  padding-left: 3rem;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  transition: all 0.3s;
}

.btn-line::after {
  content: "";
  color: currentColor;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: currentColor;
  left: 4px;
}

.btn-line:hover::after {
  -webkit-animation: move 1s infinite linear;
          animation: move 1s infinite linear;
}

@-webkit-keyframes move {
  0% {
    width: 30px;
  }
  50% {
    width: 0px;
  }
  100% {
    width: 30px;
  }
}

@keyframes move {
  0% {
    width: 30px;
  }
  50% {
    width: 0px;
  }
  100% {
    width: 30px;
  }
}

.btn_contact_us {
  color: #132c70;
  border: 1px solid #132c70;
}

.jq-number__spin {
  border-radius: 0;
}

a[href][class*="text-"] {
  transition: 0.6s;
}

a[href][class*="text-"]:hover {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.cid-sCBXj6UJA6 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/happykids-1-1980x1321.jpg");
}
.cid-sCBXj6UJA6 .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-sCBXj6UJA6 .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sCBXj6UJA6 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sCBXj6UJA6 .animated-element,
.cid-sCBXj6UJA6 .typed-cursor {
  color: #ffffff;
}
.cid-sCBXj6UJA6 .animated-element {
  border-bottom: 5px solid #f7aa4a;
}
@media (max-width: 767px) {
  .cid-sCBXj6UJA6 .typed-text {
    text-align: center;
  }
}
.cid-sCBXj6UJA6 .mbr-text,
.cid-sCBXj6UJA6 .typed-text,
.cid-sCBXj6UJA6 .mbr-section-btn {
  color: #ffda73;
}
.cid-sCBXj6UJA6 .mbr-section-title {
  color: #ffffff;
}
.cid-s4yjPlBOVa {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ffffff;
}
.cid-s4yjPlBOVa .underline .line {
  width: 2rem;
  height: 1px;
  background: #232323;
  display: inline-block;
}
.cid-s4yjPlBOVa .mbr-section-subtitle,
.cid-s4yjPlBOVa .mbr-text,
.cid-s4yjPlBOVa .card-subtitle,
.cid-s4yjPlBOVa .card-underline {
  color: #767676;
}
.cid-s4yjPlBOVa .wrapper {
  position: relative;
  padding: 2rem;
}
.cid-s4yjPlBOVa .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-s4yjPlBOVa .wrapper .content-block {
  padding: 2rem;
  position: relative;
}
.cid-s4yjPlBOVa .wrapper .content-block > *:not(.mbr-overlay) {
  position: relative;
}
.cid-s4yjPlBOVa .wrapper .content-block .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-s4yjPlBOVa .wrapper .content-block .mbr-text {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-s4yjPlBOVa .content-section {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s4yjPlBOVa .wrapper {
    padding: 1rem;
  }
  .cid-s4yjPlBOVa .wrapper .content-block {
    padding: 1rem;
  }
}
.cid-s4yjPlBOVa .card-title {
  color: #89680b;
}
.cid-s4yjPlBOVa .main-title {
  color: #89680b;
}
.cid-s4yjPlBOVa .mbr-text,
.cid-s4yjPlBOVa .mbr-section-btn {
  color: #000000;
}
.cid-s4yjPlBOVa p {
  font-weight: normal;
}
.cid-s4ylvUm4gY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s4ylvUm4gY .mbr-section-subtitle {
  color: #000000;
}
.cid-s4ylvUm4gY H2 {
  color: #89680b;
}
.cid-s4ylvUm4gY H3 {
  color: #89680b;
}
.cid-s4yluoJw1p {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s4yluoJw1p .nav-tabs .nav-item.open .nav-link:focus,
.cid-s4yluoJw1p .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-s4yluoJw1p .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid #333333;
  border-bottom: none;
  padding-right: 4rem;
}
.cid-s4yluoJw1p .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-s4yluoJw1p p {
  padding-left: 2rem;
  color: #879a9f;
}
.cid-s4yluoJw1p .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-s4yluoJw1p .nav-tabs .nav-link {
  color: #333333;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-s4yluoJw1p .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #89680b;
}
.cid-s4yluoJw1p .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #89680b;
  font-style: normal;
}
@media (max-width: 992px) {
  .cid-s4yluoJw1p .nav-tabs {
    flex-direction: row;
    border-right: 0px;
    padding-right: 0rem;
    border-bottom: 1px solid lightgray;
  }
  .cid-s4yluoJw1p .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-s4yluoJw1p p {
    padding-left: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-s4yluoJw1p .mbr-text,
  .cid-s4yluoJw1p .nav-link {
    text-align: center;
  }
  .cid-s4yluoJw1p .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-s4yluoJw1p .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-s4yluoJw1p p {
    padding-left: 0rem;
  }
}
.cid-s4yluoJw1p P {
  font-weight: normal;
  color: #000000;
}
.cid-s4yob6R0QR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s4yob6R0QR .mbr-section-subtitle {
  color: #89680b;
}
.cid-s4yob6R0QR H2 {
  color: #f2cb4f;
}
.cid-s4ymUGnEGR {
  background-color: #ffffff;
}
.cid-s4ymUGnEGR p {
  font-weight: normal;
}
.cid-s4ymUGnEGR H2 {
  color: #132c70;
}
.cid-s4ymUGnEGR H3 {
  color: #132c70;
}
.cid-s4ymUGnEGR .mbr-text,
.cid-s4ymUGnEGR .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-s4ymUGnEGR .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-s4ymUGnEGR img {
  filter: invert(0.5);
}
.cid-s4ymUGnEGR .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-s4ymUGnEGR {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-s4ymUGnEGR .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-s4ymUGnEGR {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cid-s4ymUGnEGR .container-fluid {
    padding: 0 2rem;
  }
}
.cid-s4yok8Wz4Y {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s4yok8Wz4Y .mbr-section-subtitle {
  color: #000000;
}
.cid-s4yok8Wz4Y H2 {
  color: #89680b;
}
.cid-s4yonZx329 {
  background-color: #ffffff;
}
.cid-s4yonZx329 p {
  font-weight: normal;
}
.cid-s4yonZx329 H2 {
  color: #132c70;
}
.cid-s4yonZx329 H3 {
  color: #132c70;
}
.cid-s4yonZx329 .mbr-text,
.cid-s4yonZx329 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-s4yonZx329 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-s4yonZx329 img {
  filter: invert(0.5);
}
.cid-s4yonZx329 .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-s4yonZx329 {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-s4yonZx329 .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-s4yonZx329 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cid-s4yonZx329 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-s4yoD3eDeJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s4yoD3eDeJ .mbr-section-subtitle {
  color: #000000;
}
.cid-s4yoD3eDeJ H2 {
  color: #89680b;
}
.cid-s4yoD3eDeJ H3 {
  color: #89680b;
}
.cid-s4yoGijAxe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s4yoGijAxe .nav-tabs .nav-item.open .nav-link:focus,
.cid-s4yoGijAxe .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-s4yoGijAxe .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid #333333;
  border-bottom: none;
  padding-right: 4rem;
}
.cid-s4yoGijAxe .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-s4yoGijAxe p {
  padding-left: 2rem;
  color: #879a9f;
}
.cid-s4yoGijAxe .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-s4yoGijAxe .nav-tabs .nav-link {
  color: #333333;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-s4yoGijAxe .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #89680b;
}
.cid-s4yoGijAxe .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #89680b;
  font-style: normal;
}
@media (max-width: 992px) {
  .cid-s4yoGijAxe .nav-tabs {
    flex-direction: row;
    border-right: 0px;
    padding-right: 0rem;
    border-bottom: 1px solid lightgray;
  }
  .cid-s4yoGijAxe .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-s4yoGijAxe p {
    padding-left: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-s4yoGijAxe .mbr-text,
  .cid-s4yoGijAxe .nav-link {
    text-align: center;
  }
  .cid-s4yoGijAxe .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-s4yoGijAxe .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-s4yoGijAxe p {
    padding-left: 0rem;
  }
}
.cid-s4yoGijAxe P {
  font-weight: normal;
  color: #000000;
}
.cid-s4yqv7GVID {
  background-color: #ffffff;
}
.cid-s4yqv7GVID H2 {
  color: #132c70;
}
.cid-s4yqv7GVID H3 {
  color: #132c70;
}
.cid-s4yqv7GVID .mbr-text,
.cid-s4yqv7GVID .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-s4yqv7GVID .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-s4yqv7GVID img {
  filter: invert(0.5);
}
.cid-s4yqv7GVID .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-s4yqv7GVID {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-s4yqv7GVID .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-s4yqv7GVID {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cid-s4yqv7GVID .container-fluid {
    padding: 0 2rem;
  }
}
.cid-sFD7xotori .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cea422;
}
.cid-sFD7xotori .navbar.opened {
  transition: all .3s;
  background: #cea422 !important;
}
.cid-sFD7xotori .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sFD7xotori .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #3a3a3a;
  background: #535353 !important;
}
.cid-sFD7xotori .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sFD7xotori .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sFD7xotori .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFD7xotori .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sFD7xotori .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-sFD7xotori .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sFD7xotori .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sFD7xotori .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFD7xotori .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFD7xotori .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sFD7xotori .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFD7xotori .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sFD7xotori .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sFD7xotori .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sFD7xotori .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-sFD7xotori .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sFD7xotori .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    font-weight: 300;
  }
  .cid-sFD7xotori .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sFD7xotori .navbar.navbar-short {
  background: #cea422 !important;
  min-height: 60px;
}
.cid-sFD7xotori .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFD7xotori .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFD7xotori .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFD7xotori .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFD7xotori .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFD7xotori .dropdown-item.active,
.cid-sFD7xotori .dropdown-item:active {
  background-color: transparent;
}
.cid-sFD7xotori .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cea422;
}
.cid-sFD7xotori .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sFD7xotori .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFD7xotori ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sFD7xotori .navbar-buttons {
  text-align: center;
}
.cid-sFD7xotori button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFD7xotori .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sFD7xotori a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sFD7xotori .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sFD7xotori .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sFD7xotori .nav-link:hover,
.cid-sFD7xotori .dropdown-item:hover {
  color: #000000 !important;
}
.cid-sFD7xotori .apply-btn {
  word-wrap: normal;
  color: #dc0505 !important;
  border: .5px solid black !important;
  background: white !important;
}
.cid-sFD7xotori .apply-btn:hover {
  border: 1px solid #dc0505 !important;
  background: white !important;
}
.cid-sFD7xotori .navbar-short > div > ul > li > a {
  color: #89680b !important;
}
.cid-t8ievHbuNM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #cea422;
}
.cid-t8ievHbuNM H3 {
  color: #ffffff;
}
.cid-t8ievHbuNM H5 {
  color: #ffffff;
}
.cid-t8ievHbuNM H6 {
  color: #ffffff;
}
.cid-t8ievHbuNM H7 {
  color: #ffffff;
  text-align: center;
}
.cid-t8ievHbuNM p {
  text-align: center;
}
.cid-t8ievHbuNM .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-t8ievHbuNM .img-logo-footer {
  margin-right: 1rem;
  max-width: 4rem;
}
.cid-t8ievHbuNM .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  text-align: left;
}
.cid-t8ievHbuNM .logo-footer {
  line-height: normal;
}
.cid-t8ievHbuNM .copyright .list-inline {
  margin-bottom: 0;
}
.cid-t8ievHbuNM .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-t8ievHbuNM .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-t8ievHbuNM .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8ievHbuNM .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-t8ievHbuNM .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-t8ievHbuNM .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-t8ievHbuNM .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-t8ievHbuNM .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-t8ievHbuNM .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-t8ievHbuNM .logo-footer {
    text-align: center;
  }
  .cid-t8ievHbuNM .social-media {
    justify-content: center;
  }
}
.cid-t8ievHbuNM P {
  color: #ffffff;
  text-align: left;
}
.cid-t8ievHbuNM li {
  font-size: 1.1rem;
  color: #ffffff;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
body {
  font-style: normal;
  line-height: 1.5;
  color: #000000;
}

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

:focus {
  outline: none;
}

section {
  background-color: #eeeeee;
}

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 {
  color: #132c70;
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

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

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

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

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

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

.display-7 {
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 1px;
}

.btn {
  color: initial;
  border-radius: 0;
  font-weight: 600;
  border-width: 0px;
  font-style: normal;
  letter-spacing: 2px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: normal;
}

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

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

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

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

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a {
  opacity: .5;
}

#scrollToTop a:hover {
  opacity: .7;
}

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -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;
}
span,
p,
a {
  line-height: 1.5;
  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 {
  transition-delay: 9999s;
  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;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! 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;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.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 {
  overflow: hidden;
}

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

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

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

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

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

.mbr-figure {
  -ms-grid-row-align: center;
  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: -.25rem;
  margin-right: -.25rem;
  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: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  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: 60px;
  width: 60px;
  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, 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: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-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%);
  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: 1rem;
}

@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;
    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: flex;
  display: -webkit-flex;
  font-weight: 300;
}

.menu .navbar-brand .navbar-caption-wrap {
  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: -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 {
  flex: 1;
  -webkit-flex: 1;
}

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

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

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

.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 {
  -webkit-transform: translateY(-50%);
          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: -moz-available;
  height: fill-available;
}

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

.carousel-item img {
  margin: auto;
}

.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 0.5rem;
  padding-left: 2px;
}

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

.mbr-section-title {
  margin-bottom: 1rem;
}

.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-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.5rem 1.2rem;
  background-color: #ffffff;
  border: 1px solid #132c70;
  color: #132c70;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
  border-radius: 0px;
  resize: none;
}

.form-control:hover, .form-control:focus {
  background-color: #ffffff;
  border: 1px solid #132c70;
  box-shadow: none;
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #132c70 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #132c70 !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 {
  justify-content: center;
}

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

.btn-line {
  margin-right: 1.5rem;
  padding-left: 3rem;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  transition: all 0.3s;
}

.btn-line::after {
  content: "";
  color: currentColor;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: currentColor;
  left: 4px;
}

.btn-line:hover::after {
  -webkit-animation: move 1s infinite linear;
          animation: move 1s infinite linear;
}

@-webkit-keyframes move {
  0% {
    width: 30px;
  }
  50% {
    width: 0px;
  }
  100% {
    width: 30px;
  }
}

@keyframes move {
  0% {
    width: 30px;
  }
  50% {
    width: 0px;
  }
  100% {
    width: 30px;
  }
}

.btn_contact_us {
  color: #132c70;
  border: 1px solid #132c70;
}

.jq-number__spin {
  border-radius: 0;
}

a[href][class*="text-"] {
  transition: 0.6s;
}

a[href][class*="text-"]:hover {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.cid-sCBXlGASPd {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/happykids-1-1980x1321.jpg");
}
.cid-sCBXlGASPd .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-sCBXlGASPd .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sCBXlGASPd .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sCBXlGASPd .animated-element,
.cid-sCBXlGASPd .typed-cursor {
  color: #ffffff;
}
.cid-sCBXlGASPd .animated-element {
  border-bottom: 5px solid #f7aa4a;
}
@media (max-width: 767px) {
  .cid-sCBXlGASPd .typed-text {
    text-align: center;
  }
}
.cid-sCBXlGASPd .mbr-text,
.cid-sCBXlGASPd .typed-text,
.cid-sCBXlGASPd .mbr-section-btn {
  color: #ffda73;
}
.cid-sCBXlGASPd .mbr-section-title {
  color: #ffffff;
}
.cid-sai5wfjLMa {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sai5wfjLMa .mbr-section-subtitle {
  color: #767676;
}
.cid-sai5wfjLMa H2 {
  color: #89680b;
}
.cid-sai3hCKbz0 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sai3hCKbz0 .subicon-title {
  color: #89680b;
  text-align: left;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sai3hCKbz0 .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #000000;
  text-align: left;
}
.cid-sai3hCKbz0 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sai3hCKbz0 .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sai3hCKbz0 .process-icon,
.cid-sai3hCKbz0 .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-sai3hCKbz0 .wrapper,
.cid-sai3hCKbz0 .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-sai3hCKbz0 .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #232323;
  opacity: .4;
}
.cid-sai3hCKbz0 .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-sai3hCKbz0 .icon-container a {
  display: inherit;
}
.cid-sai3hCKbz0 .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #f2cb4f !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #000000;
  z-index: 1;
}
.cid-sai3hCKbz0 .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-sai3hCKbz0 .icon-main:hover .icon-wrapper {
  background-color: #f2cb4f !important;
}
.cid-sai3hCKbz0 .icon-main:hover .icon-number {
  background-color: #232323 !important;
  color: #ffffff !important;
}
.cid-sai3hCKbz0 .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-sai3hCKbz0 .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-sai3hCKbz0 .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-sai3hCKbz0 .third-elem .wrapper:before {
    display: none;
  }
}
.cid-sai3hCKbz0 .mbr-section-title {
  margin: 0;
}
.cid-sai3hCKbz0 .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-sai3hCKbz0 .mbr-section-title,
.cid-sai3hCKbz0 .underline {
  color: #000000;
  text-align: center;
}
.cid-sai3hCKbz0 p {
  font-size: 16px;
}
.cid-sai3hCKbz0 H3 {
  text-align: center;
  color: #000000;
}
.cid-sai3hCKbz0 H4 {
  text-align: center;
  color: #89680b;
}
.cid-sai3hCKbz0 H5 {
  text-align: center;
  color: #89680b;
}
.cid-sai3hCKbz0 hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #000000;
}
#Videoconference-header {
  /* Type valid CSS here */
}
#Videoconference-header div {
  text-align: center;
}
#Videoconference-header p {
  font-size: 60px;
  color: #777;
}
#Videoconference-header hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #000000;
}
.cid-tpxHYgC3Wn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tpxHYgC3Wn {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
.cid-tpxHYgC3Wn img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tpxHYgC3Wn H1 {
  color: #89680b;
}
.cid-tpxHYgC3Wn .mbr-text,
.cid-tpxHYgC3Wn .mbr-section-btn {
  color: #132c70;
}
.cid-tpxHYgC3Wn H3 {
  color: #132c70;
}
.cid-tpxHYgC3Wn .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tpxHYgC3Wn .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tpxHYgC3Wn .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tpxHYgC3Wn .link:hover {
  color: #000000 !important;
}
.cid-tpxHYgC3Wn .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tpxHYgC3Wn DIV {
  color: #57468b;
}
.cid-tpxHYgC3Wn .text-1 {
  line-height: 1;
}
.cid-tpxHYgC3Wn .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tpxHYgC3Wn .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tpxHYgC3Wn .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tpxHYgC3Wn H5 {
  color: #000000;
}
.cid-tpxHYgC3Wn hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #000000;
}
.cid-tg1GtjKZdp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tg1GtjKZdp {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.cid-tg1GtjKZdp img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tg1GtjKZdp H1 {
  color: #89680b;
}
.cid-tg1GtjKZdp .mbr-text,
.cid-tg1GtjKZdp .mbr-section-btn {
  color: #132c70;
}
.cid-tg1GtjKZdp H3 {
  color: #132c70;
}
.cid-tg1GtjKZdp .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tg1GtjKZdp .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tg1GtjKZdp .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tg1GtjKZdp .link:hover {
  color: #000000 !important;
}
.cid-tg1GtjKZdp .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-tg1GtjKZdp DIV {
  color: #57468b;
}
.cid-tg1GtjKZdp .text-1 {
  line-height: 1;
}
.cid-tg1GtjKZdp .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tg1GtjKZdp .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-tg1GtjKZdp .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-tg1GtjKZdp H5 {
  color: #000000;
}
.cid-sFD7xotori .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cea422;
}
.cid-sFD7xotori .navbar.opened {
  transition: all .3s;
  background: #cea422 !important;
}
.cid-sFD7xotori .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sFD7xotori .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #3a3a3a;
  background: #535353 !important;
}
.cid-sFD7xotori .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sFD7xotori .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sFD7xotori .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFD7xotori .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sFD7xotori .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-sFD7xotori .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sFD7xotori .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sFD7xotori .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFD7xotori .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFD7xotori .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sFD7xotori .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFD7xotori .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sFD7xotori .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sFD7xotori .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sFD7xotori .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-sFD7xotori .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sFD7xotori .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    font-weight: 300;
  }
  .cid-sFD7xotori .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sFD7xotori .navbar.navbar-short {
  background: #cea422 !important;
  min-height: 60px;
}
.cid-sFD7xotori .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFD7xotori .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFD7xotori .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFD7xotori .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFD7xotori .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFD7xotori .dropdown-item.active,
.cid-sFD7xotori .dropdown-item:active {
  background-color: transparent;
}
.cid-sFD7xotori .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cea422;
}
.cid-sFD7xotori .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sFD7xotori .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFD7xotori ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sFD7xotori .navbar-buttons {
  text-align: center;
}
.cid-sFD7xotori button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFD7xotori .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sFD7xotori a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sFD7xotori .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sFD7xotori .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sFD7xotori .nav-link:hover,
.cid-sFD7xotori .dropdown-item:hover {
  color: #000000 !important;
}
.cid-sFD7xotori .apply-btn {
  word-wrap: normal;
  color: #dc0505 !important;
  border: .5px solid black !important;
  background: white !important;
}
.cid-sFD7xotori .apply-btn:hover {
  border: 1px solid #dc0505 !important;
  background: white !important;
}
.cid-sFD7xotori .navbar-short > div > ul > li > a {
  color: #89680b !important;
}
.cid-t8ievHbuNM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #cea422;
}
.cid-t8ievHbuNM H3 {
  color: #ffffff;
}
.cid-t8ievHbuNM H5 {
  color: #ffffff;
}
.cid-t8ievHbuNM H6 {
  color: #ffffff;
}
.cid-t8ievHbuNM H7 {
  color: #ffffff;
  text-align: center;
}
.cid-t8ievHbuNM p {
  text-align: center;
}
.cid-t8ievHbuNM .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-t8ievHbuNM .img-logo-footer {
  margin-right: 1rem;
  max-width: 4rem;
}
.cid-t8ievHbuNM .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  text-align: left;
}
.cid-t8ievHbuNM .logo-footer {
  line-height: normal;
}
.cid-t8ievHbuNM .copyright .list-inline {
  margin-bottom: 0;
}
.cid-t8ievHbuNM .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-t8ievHbuNM .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-t8ievHbuNM .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8ievHbuNM .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-t8ievHbuNM .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-t8ievHbuNM .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-t8ievHbuNM .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-t8ievHbuNM .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-t8ievHbuNM .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-t8ievHbuNM .logo-footer {
    text-align: center;
  }
  .cid-t8ievHbuNM .social-media {
    justify-content: center;
  }
}
.cid-t8ievHbuNM P {
  color: #ffffff;
  text-align: left;
}
.cid-t8ievHbuNM li {
  font-size: 1.1rem;
  color: #ffffff;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
body {
  font-style: normal;
  line-height: 1.5;
  color: #000000;
}

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

:focus {
  outline: none;
}

section {
  background-color: #eeeeee;
}

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 {
  color: #132c70;
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

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

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

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

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

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

.display-7 {
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 1px;
}

.btn {
  color: initial;
  border-radius: 0;
  font-weight: 600;
  border-width: 0px;
  font-style: normal;
  letter-spacing: 2px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: normal;
}

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

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

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

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

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a {
  opacity: .5;
}

#scrollToTop a:hover {
  opacity: .7;
}

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -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;
}
span,
p,
a {
  line-height: 1.5;
  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 {
  transition-delay: 9999s;
  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;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! 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;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.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 {
  overflow: hidden;
}

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

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

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

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

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

.mbr-figure {
  -ms-grid-row-align: center;
  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: -.25rem;
  margin-right: -.25rem;
  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: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  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: 60px;
  width: 60px;
  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, 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: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-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%);
  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: 1rem;
}

@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;
    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: flex;
  display: -webkit-flex;
  font-weight: 300;
}

.menu .navbar-brand .navbar-caption-wrap {
  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: -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 {
  flex: 1;
  -webkit-flex: 1;
}

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

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

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

.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 {
  -webkit-transform: translateY(-50%);
          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: -moz-available;
  height: fill-available;
}

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

.carousel-item img {
  margin: auto;
}

.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 0.5rem;
  padding-left: 2px;
}

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

.mbr-section-title {
  margin-bottom: 1rem;
}

.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-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.5rem 1.2rem;
  background-color: #ffffff;
  border: 1px solid #132c70;
  color: #132c70;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
  border-radius: 0px;
  resize: none;
}

.form-control:hover, .form-control:focus {
  background-color: #ffffff;
  border: 1px solid #132c70;
  box-shadow: none;
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #132c70 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #132c70 !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 {
  justify-content: center;
}

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

.btn-line {
  margin-right: 1.5rem;
  padding-left: 3rem;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  transition: all 0.3s;
}

.btn-line::after {
  content: "";
  color: currentColor;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: currentColor;
  left: 4px;
}

.btn-line:hover::after {
  -webkit-animation: move 1s infinite linear;
          animation: move 1s infinite linear;
}

@-webkit-keyframes move {
  0% {
    width: 30px;
  }
  50% {
    width: 0px;
  }
  100% {
    width: 30px;
  }
}

@keyframes move {
  0% {
    width: 30px;
  }
  50% {
    width: 0px;
  }
  100% {
    width: 30px;
  }
}

.btn_contact_us {
  color: #132c70;
  border: 1px solid #132c70;
}

.jq-number__spin {
  border-radius: 0;
}

a[href][class*="text-"] {
  transition: 0.6s;
}

a[href][class*="text-"]:hover {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.cid-sCBXHVNL7x {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/happykids-1-1980x1321.jpg");
}
.cid-sCBXHVNL7x .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-sCBXHVNL7x .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sCBXHVNL7x .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sCBXHVNL7x .animated-element,
.cid-sCBXHVNL7x .typed-cursor {
  color: #ffffff;
}
.cid-sCBXHVNL7x .animated-element {
  border-bottom: 5px solid #f7aa4a;
}
@media (max-width: 767px) {
  .cid-sCBXHVNL7x .typed-text {
    text-align: center;
  }
}
.cid-sCBXHVNL7x .mbr-text,
.cid-sCBXHVNL7x .typed-text,
.cid-sCBXHVNL7x .mbr-section-btn {
  color: #ffda73;
}
.cid-sCBXHVNL7x .mbr-section-title {
  color: #ffffff;
}
.cid-sCBXHWw9oE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-sCBXHWw9oE .mbr-section-subtitle {
  color: #767676;
}
.cid-sCBXHWw9oE H2 {
  color: #89680b;
}
.cid-sCBXHWPEhf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-sCBXHWPEhf .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-sCBXHWPEhf .mbr-section-title {
  margin: 0;
  color: #000000;
}
.cid-sCBXHWPEhf .mbr-section-subtitle {
  color: #444444;
}
.cid-sCBXHWPEhf .card-img span {
  color: #ffcd40;
}
.cid-sCBXHWPEhf .row-item {
  margin-bottom: 2rem;
}
.cid-sCBXHWPEhf .row-item:hover .wrapper {
  background: linear-gradient(90deg, #ffffff, #ffffff);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-sCBXHWPEhf .row-item:hover .card-img span {
  color: #000000 !important;
}
.cid-sCBXHWPEhf .row-item:hover .mbr-card-title {
  color: #000000 !important;
}
.cid-sCBXHWPEhf .wrapper {
  padding: 0.5rem 0.5rem;
  background: #ffcd40;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sCBXHWPEhf .mbr-card-title,
.cid-sCBXHWPEhf .card-img {
  color: #000000;
}
.cid-sCBXHXutim {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sCBXHXutim .mbr-section-subtitle {
  color: #767676;
}
.cid-sCBXHXutim H2 {
  color: #89680b;
}
.cid-sCBXHXNcn2 {
  background-color: #ffffff;
}
.cid-sCBXHXNcn2 H2 {
  color: #132c70;
}
.cid-sCBXHXNcn2 H3 {
  color: #132c70;
}
.cid-sCBXHXNcn2 .mbr-text,
.cid-sCBXHXNcn2 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-sCBXHXNcn2 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-sCBXHXNcn2 img {
  filter: invert(0.5);
}
.cid-sCBXHXNcn2 .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-sCBXHXNcn2 {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-sCBXHXNcn2 .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sCBXHXNcn2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cid-sCBXHXNcn2 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-sCBXHYgNqk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sCBXHYgNqk .mbr-section-subtitle {
  color: #767676;
}
.cid-sCBXHYgNqk H2 {
  color: #89680b;
}
.cid-sCBXHYzHJp {
  background-color: #ffffff;
}
.cid-sCBXHYzHJp H2 {
  color: #132c70;
}
.cid-sCBXHYzHJp H3 {
  color: #132c70;
}
.cid-sCBXHYzHJp .mbr-text,
.cid-sCBXHYzHJp .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-sCBXHYzHJp .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-sCBXHYzHJp img {
  filter: invert(0.5);
}
.cid-sCBXHYzHJp .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-sCBXHYzHJp {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-sCBXHYzHJp .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sCBXHYzHJp {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cid-sCBXHYzHJp .container-fluid {
    padding: 0 2rem;
  }
}
.cid-sCBXHYVavN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sCBXHYVavN .mbr-section-subtitle {
  color: #767676;
}
.cid-sCBXHYVavN H2 {
  color: #89680b;
}
.cid-sCBXHZfwMQ {
  background-color: #ffffff;
}
.cid-sCBXHZfwMQ H2 {
  color: #132c70;
}
.cid-sCBXHZfwMQ H3 {
  color: #132c70;
}
.cid-sCBXHZfwMQ .mbr-text,
.cid-sCBXHZfwMQ .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-sCBXHZfwMQ .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-sCBXHZfwMQ img {
  filter: invert(0.5);
}
.cid-sCBXHZfwMQ .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-sCBXHZfwMQ {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-sCBXHZfwMQ .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sCBXHZfwMQ {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cid-sCBXHZfwMQ .container-fluid {
    padding: 0 2rem;
  }
}
.cid-sCBXHZEdCq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCBXHZEdCq .mbr-section-subtitle {
  color: #767676;
}
.cid-sCBXHZEdCq H2 {
  color: #89680b;
}
.cid-sCBXHZYRge {
  background-color: #ffffff;
}
.cid-sCBXHZYRge H2 {
  color: #132c70;
}
.cid-sCBXHZYRge H3 {
  color: #132c70;
}
.cid-sCBXHZYRge .mbr-text,
.cid-sCBXHZYRge .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-sCBXHZYRge .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-sCBXHZYRge img {
  filter: invert(0.5);
}
.cid-sCBXHZYRge .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-sCBXHZYRge {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-sCBXHZYRge .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sCBXHZYRge {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cid-sCBXHZYRge .container-fluid {
    padding: 0 2rem;
  }
}
.cid-sCBXI0lAQP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCBXI0lAQP .mbr-section-subtitle {
  color: #767676;
}
.cid-sCBXI0lAQP H2 {
  color: #89680b;
}
.cid-sCBXI0IAaz {
  background-color: #ffffff;
}
.cid-sCBXI0IAaz H2 {
  color: #132c70;
}
.cid-sCBXI0IAaz H3 {
  color: #132c70;
}
.cid-sCBXI0IAaz .mbr-text,
.cid-sCBXI0IAaz .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-sCBXI0IAaz .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-sCBXI0IAaz img {
  filter: invert(0.5);
}
.cid-sCBXI0IAaz .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-sCBXI0IAaz {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-sCBXI0IAaz .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sCBXI0IAaz {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cid-sCBXI0IAaz .container-fluid {
    padding: 0 2rem;
  }
}
.cid-sCBXI175ZO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCBXI175ZO .mbr-section-subtitle {
  color: #767676;
}
.cid-sCBXI175ZO H2 {
  color: #89680b;
}
.cid-sCBXI1rp4k {
  background-color: #ffffff;
}
.cid-sCBXI1rp4k H2 {
  color: #132c70;
}
.cid-sCBXI1rp4k H3 {
  color: #132c70;
}
.cid-sCBXI1rp4k .mbr-text,
.cid-sCBXI1rp4k .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-sCBXI1rp4k .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-sCBXI1rp4k img {
  filter: invert(0.5);
}
.cid-sCBXI1rp4k .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-sCBXI1rp4k {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-sCBXI1rp4k .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sCBXI1rp4k {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cid-sCBXI1rp4k .container-fluid {
    padding: 0 2rem;
  }
}
.cid-sCBXI1P1aU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCBXI1P1aU .mbr-section-subtitle {
  color: #767676;
}
.cid-sCBXI1P1aU H2 {
  color: #89680b;
}
.cid-sCBXI29xk8 {
  background-color: #ffffff;
}
.cid-sCBXI29xk8 H2 {
  color: #132c70;
}
.cid-sCBXI29xk8 H3 {
  color: #132c70;
}
.cid-sCBXI29xk8 .mbr-text,
.cid-sCBXI29xk8 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-sCBXI29xk8 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-sCBXI29xk8 img {
  filter: invert(0.5);
}
.cid-sCBXI29xk8 .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-sCBXI29xk8 {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-sCBXI29xk8 .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sCBXI29xk8 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cid-sCBXI29xk8 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-sCBZjPIoyh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCBZjPIoyh .mbr-section-subtitle {
  color: #767676;
}
.cid-sCBZjPIoyh H2 {
  color: #89680b;
}
.cid-sCBZkjAXzb {
  background-color: #ffffff;
}
.cid-sCBZkjAXzb H2 {
  color: #132c70;
}
.cid-sCBZkjAXzb H3 {
  color: #132c70;
}
.cid-sCBZkjAXzb .mbr-text,
.cid-sCBZkjAXzb .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-sCBZkjAXzb .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-sCBZkjAXzb img {
  filter: invert(0.5);
}
.cid-sCBZkjAXzb .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-sCBZkjAXzb {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-sCBZkjAXzb .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sCBZkjAXzb {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cid-sCBZkjAXzb .container-fluid {
    padding: 0 2rem;
  }
}
.cid-sCBZwgIzfj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCBZwgIzfj .mbr-section-subtitle {
  color: #767676;
}
.cid-sCBZwgIzfj H2 {
  color: #89680b;
}
.cid-sCBZwz8t1J {
  background-color: #ffffff;
}
.cid-sCBZwz8t1J H2 {
  color: #132c70;
}
.cid-sCBZwz8t1J H3 {
  color: #132c70;
}
.cid-sCBZwz8t1J .mbr-text,
.cid-sCBZwz8t1J .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-sCBZwz8t1J .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-sCBZwz8t1J img {
  filter: invert(0.5);
}
.cid-sCBZwz8t1J .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-sCBZwz8t1J {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-sCBZwz8t1J .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sCBZwz8t1J {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cid-sCBZwz8t1J .container-fluid {
    padding: 0 2rem;
  }
}
.cid-sCBZx0kM1D {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCBZx0kM1D .mbr-section-subtitle {
  color: #767676;
}
.cid-sCBZx0kM1D H2 {
  color: #89680b;
}
.cid-sCBZxw0yQY {
  background-color: #ffffff;
}
.cid-sCBZxw0yQY H2 {
  color: #132c70;
}
.cid-sCBZxw0yQY H3 {
  color: #132c70;
}
.cid-sCBZxw0yQY .mbr-text,
.cid-sCBZxw0yQY .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-sCBZxw0yQY .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-sCBZxw0yQY img {
  filter: invert(0.5);
}
.cid-sCBZxw0yQY .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-sCBZxw0yQY {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-sCBZxw0yQY .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sCBZxw0yQY {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cid-sCBZxw0yQY .container-fluid {
    padding: 0 2rem;
  }
}
.cid-sFD7xotori .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cea422;
}
.cid-sFD7xotori .navbar.opened {
  transition: all .3s;
  background: #cea422 !important;
}
.cid-sFD7xotori .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sFD7xotori .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #3a3a3a;
  background: #535353 !important;
}
.cid-sFD7xotori .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sFD7xotori .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sFD7xotori .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFD7xotori .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sFD7xotori .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-sFD7xotori .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sFD7xotori .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sFD7xotori .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFD7xotori .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFD7xotori .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sFD7xotori .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFD7xotori .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sFD7xotori .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sFD7xotori .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sFD7xotori .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-sFD7xotori .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sFD7xotori .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    font-weight: 300;
  }
  .cid-sFD7xotori .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sFD7xotori .navbar.navbar-short {
  background: #cea422 !important;
  min-height: 60px;
}
.cid-sFD7xotori .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFD7xotori .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFD7xotori .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFD7xotori .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFD7xotori .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFD7xotori .dropdown-item.active,
.cid-sFD7xotori .dropdown-item:active {
  background-color: transparent;
}
.cid-sFD7xotori .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cea422;
}
.cid-sFD7xotori .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sFD7xotori .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFD7xotori ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sFD7xotori .navbar-buttons {
  text-align: center;
}
.cid-sFD7xotori button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFD7xotori .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sFD7xotori a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sFD7xotori .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sFD7xotori .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sFD7xotori .nav-link:hover,
.cid-sFD7xotori .dropdown-item:hover {
  color: #000000 !important;
}
.cid-sFD7xotori .apply-btn {
  word-wrap: normal;
  color: #dc0505 !important;
  border: .5px solid black !important;
  background: white !important;
}
.cid-sFD7xotori .apply-btn:hover {
  border: 1px solid #dc0505 !important;
  background: white !important;
}
.cid-sFD7xotori .navbar-short > div > ul > li > a {
  color: #89680b !important;
}
.cid-t4l7r2Zi3y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4l7r2Zi3y .mbr-section-subtitle {
  color: #767676;
}
.cid-t4l7r2Zi3y H2 {
  color: #89680b;
}
.cid-t4l7sbRAA5 {
  background-color: #ffffff;
}
.cid-t4l7sbRAA5 H2 {
  color: #132c70;
}
.cid-t4l7sbRAA5 H3 {
  color: #132c70;
}
.cid-t4l7sbRAA5 .mbr-text,
.cid-t4l7sbRAA5 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-t4l7sbRAA5 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-t4l7sbRAA5 img {
  filter: invert(0.5);
}
.cid-t4l7sbRAA5 .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-t4l7sbRAA5 {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-t4l7sbRAA5 .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-t4l7sbRAA5 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cid-t4l7sbRAA5 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-t8ievHbuNM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #cea422;
}
.cid-t8ievHbuNM H3 {
  color: #ffffff;
}
.cid-t8ievHbuNM H5 {
  color: #ffffff;
}
.cid-t8ievHbuNM H6 {
  color: #ffffff;
}
.cid-t8ievHbuNM H7 {
  color: #ffffff;
  text-align: center;
}
.cid-t8ievHbuNM p {
  text-align: center;
}
.cid-t8ievHbuNM .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-t8ievHbuNM .img-logo-footer {
  margin-right: 1rem;
  max-width: 4rem;
}
.cid-t8ievHbuNM .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  text-align: left;
}
.cid-t8ievHbuNM .logo-footer {
  line-height: normal;
}
.cid-t8ievHbuNM .copyright .list-inline {
  margin-bottom: 0;
}
.cid-t8ievHbuNM .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-t8ievHbuNM .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-t8ievHbuNM .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8ievHbuNM .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-t8ievHbuNM .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-t8ievHbuNM .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-t8ievHbuNM .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-t8ievHbuNM .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-t8ievHbuNM .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-t8ievHbuNM .logo-footer {
    text-align: center;
  }
  .cid-t8ievHbuNM .social-media {
    justify-content: center;
  }
}
.cid-t8ievHbuNM P {
  color: #ffffff;
  text-align: left;
}
.cid-t8ievHbuNM li {
  font-size: 1.1rem;
  color: #ffffff;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
body {
  font-style: normal;
  line-height: 1.5;
  color: #000000;
}

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

:focus {
  outline: none;
}

section {
  background-color: #eeeeee;
}

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 {
  color: #132c70;
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

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

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

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

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

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

.display-7 {
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 1px;
}

.btn {
  color: initial;
  border-radius: 0;
  font-weight: 600;
  border-width: 0px;
  font-style: normal;
  letter-spacing: 2px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: normal;
}

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

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

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

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

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a {
  opacity: .5;
}

#scrollToTop a:hover {
  opacity: .7;
}

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -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;
}
span,
p,
a {
  line-height: 1.5;
  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 {
  transition-delay: 9999s;
  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;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! 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;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.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 {
  overflow: hidden;
}

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

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

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

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

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

.mbr-figure {
  -ms-grid-row-align: center;
  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: -.25rem;
  margin-right: -.25rem;
  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: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  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: 60px;
  width: 60px;
  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, 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: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-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%);
  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: 1rem;
}

@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;
    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: flex;
  display: -webkit-flex;
  font-weight: 300;
}

.menu .navbar-brand .navbar-caption-wrap {
  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: -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 {
  flex: 1;
  -webkit-flex: 1;
}

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

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

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

.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 {
  -webkit-transform: translateY(-50%);
          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: -moz-available;
  height: fill-available;
}

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

.carousel-item img {
  margin: auto;
}

.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 0.5rem;
  padding-left: 2px;
}

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

.mbr-section-title {
  margin-bottom: 1rem;
}

.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-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.5rem 1.2rem;
  background-color: #ffffff;
  border: 1px solid #132c70;
  color: #132c70;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
  border-radius: 0px;
  resize: none;
}

.form-control:hover, .form-control:focus {
  background-color: #ffffff;
  border: 1px solid #132c70;
  box-shadow: none;
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #132c70 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #132c70 !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 {
  justify-content: center;
}

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

.btn-line {
  margin-right: 1.5rem;
  padding-left: 3rem;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  transition: all 0.3s;
}

.btn-line::after {
  content: "";
  color: currentColor;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: currentColor;
  left: 4px;
}

.btn-line:hover::after {
  -webkit-animation: move 1s infinite linear;
          animation: move 1s infinite linear;
}

@-webkit-keyframes move {
  0% {
    width: 30px;
  }
  50% {
    width: 0px;
  }
  100% {
    width: 30px;
  }
}

@keyframes move {
  0% {
    width: 30px;
  }
  50% {
    width: 0px;
  }
  100% {
    width: 30px;
  }
}

.btn_contact_us {
  color: #132c70;
  border: 1px solid #132c70;
}

.jq-number__spin {
  border-radius: 0;
}

a[href][class*="text-"] {
  transition: 0.6s;
}

a[href][class*="text-"]:hover {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.cid-sDPM3yXnIb {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/happykids-1-1980x1321.jpg");
}
.cid-sDPM3yXnIb .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-sDPM3yXnIb .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sDPM3yXnIb .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sDPM3yXnIb .animated-element,
.cid-sDPM3yXnIb .typed-cursor {
  color: #ffffff;
}
.cid-sDPM3yXnIb .animated-element {
  border-bottom: 5px solid #f7aa4a;
}
@media (max-width: 767px) {
  .cid-sDPM3yXnIb .typed-text {
    text-align: center;
  }
}
.cid-sDPM3yXnIb .mbr-text,
.cid-sDPM3yXnIb .typed-text,
.cid-sDPM3yXnIb .mbr-section-btn {
  color: #ffda73;
}
.cid-sDPM3yXnIb .mbr-section-title {
  color: #ffffff;
}
.cid-sDPM3zAUN2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-sDPM3zAUN2 .mbr-section-subtitle {
  color: #000000;
}
.cid-sDPM3zAUN2 H2 {
  color: #89680b;
}
.cid-sDPM3zSKX1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-sDPM3zSKX1 .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-sDPM3zSKX1 .mbr-section-title {
  margin: 0;
  color: #000000;
}
.cid-sDPM3zSKX1 .mbr-section-subtitle {
  color: #444444;
}
.cid-sDPM3zSKX1 .card-img span {
  color: #ffcd40;
}
.cid-sDPM3zSKX1 .row-item {
  margin-bottom: 2rem;
}
.cid-sDPM3zSKX1 .row-item:hover .wrapper {
  background: linear-gradient(90deg, #ffffff, #ffffff);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-sDPM3zSKX1 .row-item:hover .card-img span {
  color: #000000 !important;
}
.cid-sDPM3zSKX1 .row-item:hover .mbr-card-title {
  color: #000000 !important;
}
.cid-sDPM3zSKX1 .wrapper {
  padding: 0.5rem 0.5rem;
  background: #ffcd40;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sDPM3zSKX1 .mbr-card-title,
.cid-sDPM3zSKX1 .card-img {
  color: #000000;
}
.cid-sDPM3Au6wD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDPM3Au6wD .mbr-section-subtitle {
  color: #000000;
}
.cid-sDPM3Au6wD H2 {
  color: #89680b;
}
.cid-sDPM3AKPiD {
  background-color: #ffffff;
}
.cid-sDPM3AKPiD p {
  font-weight: normal;
}
.cid-sDPM3AKPiD H2 {
  color: #132c70;
}
.cid-sDPM3AKPiD H3 {
  color: #132c70;
}
.cid-sDPM3AKPiD .mbr-text,
.cid-sDPM3AKPiD .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-sDPM3AKPiD .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-sDPM3AKPiD img {
  filter: invert(0.5);
}
.cid-sDPM3AKPiD .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-sDPM3AKPiD {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-sDPM3AKPiD .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sDPM3AKPiD {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cid-sDPM3AKPiD .container-fluid {
    padding: 0 2rem;
  }
}
.cid-sDPM3B9lqK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDPM3B9lqK .mbr-section-subtitle {
  color: #767676;
}
.cid-sDPM3B9lqK H2 {
  color: #89680b;
}
.cid-sDPM3Bqnw5 {
  background-color: #ffffff;
}
.cid-sDPM3Bqnw5 H2 {
  color: #132c70;
}
.cid-sDPM3Bqnw5 p {
  font-weight: normal;
}
.cid-sDPM3Bqnw5 H3 {
  color: #132c70;
}
.cid-sDPM3Bqnw5 .mbr-text,
.cid-sDPM3Bqnw5 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-sDPM3Bqnw5 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-sDPM3Bqnw5 img {
  filter: invert(0.5);
}
.cid-sDPM3Bqnw5 .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-sDPM3Bqnw5 {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-sDPM3Bqnw5 .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sDPM3Bqnw5 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cid-sDPM3Bqnw5 .container-fluid {
    padding: 0 2rem;
  }
}
.cid-sDPM3BKLi5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDPM3BKLi5 .mbr-section-subtitle {
  color: #767676;
}
.cid-sDPM3BKLi5 H2 {
  color: #89680b;
}
.cid-sDPM3BKLi5 H3 {
  color: #89680b;
}
.cid-sDPM3C2glP {
  background-color: #ffffff;
}
.cid-sDPM3C2glP H2 {
  color: #132c70;
}
.cid-sDPM3C2glP p {
  font-weight: normal;
}
.cid-sDPM3C2glP H3 {
  color: #132c70;
}
.cid-sDPM3C2glP .mbr-text,
.cid-sDPM3C2glP .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-sDPM3C2glP .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-sDPM3C2glP img {
  filter: invert(0.5);
}
.cid-sDPM3C2glP .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-sDPM3C2glP {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-sDPM3C2glP .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sDPM3C2glP {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cid-sDPM3C2glP .container-fluid {
    padding: 0 2rem;
  }
}
.cid-sDPM3ClHZY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDPM3ClHZY .mbr-section-subtitle {
  color: #767676;
}
.cid-sDPM3ClHZY H2 {
  color: #89680b;
}
.cid-sDPM3CFmiq {
  background-color: #ffffff;
}
.cid-sDPM3CFmiq p {
  font-weight: normal;
}
.cid-sDPM3CFmiq H2 {
  color: #132c70;
}
.cid-sDPM3CFmiq H3 {
  color: #132c70;
}
.cid-sDPM3CFmiq .mbr-text,
.cid-sDPM3CFmiq .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-sDPM3CFmiq .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-sDPM3CFmiq img {
  filter: invert(0.5);
}
.cid-sDPM3CFmiq .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-sDPM3CFmiq {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-sDPM3CFmiq .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sDPM3CFmiq {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cid-sDPM3CFmiq .container-fluid {
    padding: 0 2rem;
  }
}
.cid-sDPM3CYGxo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDPM3CYGxo .mbr-section-subtitle {
  color: #767676;
}
.cid-sDPM3CYGxo H2 {
  color: #89680b;
}
.cid-sDPM3DfLhw {
  background-color: #ffffff;
}
.cid-sDPM3DfLhw p {
  font-weight: normal;
}
.cid-sDPM3DfLhw H2 {
  color: #132c70;
}
.cid-sDPM3DfLhw H3 {
  color: #132c70;
}
.cid-sDPM3DfLhw .mbr-text,
.cid-sDPM3DfLhw .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-sDPM3DfLhw .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-sDPM3DfLhw img {
  filter: invert(0.5);
}
.cid-sDPM3DfLhw .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-sDPM3DfLhw {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-sDPM3DfLhw .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sDPM3DfLhw {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cid-sDPM3DfLhw .container-fluid {
    padding: 0 2rem;
  }
}
.cid-sDPM3DBYNR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDPM3DBYNR .mbr-section-subtitle {
  color: #767676;
}
.cid-sDPM3DBYNR H2 {
  color: #89680b;
}
.cid-sDPM3DX7PQ {
  background-color: #ffffff;
}
.cid-sDPM3DX7PQ p {
  font-weight: normal;
}
.cid-sDPM3DX7PQ H2 {
  color: #132c70;
}
.cid-sDPM3DX7PQ H3 {
  color: #132c70;
}
.cid-sDPM3DX7PQ .mbr-text,
.cid-sDPM3DX7PQ .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-sDPM3DX7PQ .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-sDPM3DX7PQ img {
  filter: invert(0.5);
}
.cid-sDPM3DX7PQ .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-sDPM3DX7PQ {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-sDPM3DX7PQ .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sDPM3DX7PQ {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cid-sDPM3DX7PQ .container-fluid {
    padding: 0 2rem;
  }
}
.cid-sDPM3EhIUw {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDPM3EhIUw .mbr-section-subtitle {
  color: #000000;
}
.cid-sDPM3EhIUw H2 {
  color: #89680b;
}
.cid-sDPM3EhIUw H3 {
  color: #89680b;
}
.cid-sDPM3EzLFB {
  background-color: #ffffff;
}
.cid-sDPM3EzLFB H2 {
  color: #132c70;
}
.cid-sDPM3EzLFB H3 {
  color: #132c70;
}
.cid-sDPM3EzLFB .mbr-text,
.cid-sDPM3EzLFB .mbr-section-btn {
  color: #444444;
}
@media (max-width: 992px) {
  .cid-sDPM3EzLFB .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-sDPM3EzLFB img {
  filter: invert(0.5);
}
.cid-sDPM3EzLFB .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-sDPM3EzLFB {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-sDPM3EzLFB .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sDPM3EzLFB {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cid-sDPM3EzLFB .container-fluid {
    padding: 0 2rem;
  }
}
.cid-sDPM3EzLFB P {
  color: #000000;
}
.cid-sFD7xotori .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cea422;
}
.cid-sFD7xotori .navbar.opened {
  transition: all .3s;
  background: #cea422 !important;
}
.cid-sFD7xotori .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sFD7xotori .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #3a3a3a;
  background: #535353 !important;
}
.cid-sFD7xotori .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sFD7xotori .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sFD7xotori .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFD7xotori .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sFD7xotori .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-sFD7xotori .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sFD7xotori .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sFD7xotori .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFD7xotori .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFD7xotori .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sFD7xotori .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFD7xotori .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sFD7xotori .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sFD7xotori .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sFD7xotori .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-sFD7xotori .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sFD7xotori .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    font-weight: 300;
  }
  .cid-sFD7xotori .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sFD7xotori .navbar.navbar-short {
  background: #cea422 !important;
  min-height: 60px;
}
.cid-sFD7xotori .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFD7xotori .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFD7xotori .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFD7xotori .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFD7xotori .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFD7xotori .dropdown-item.active,
.cid-sFD7xotori .dropdown-item:active {
  background-color: transparent;
}
.cid-sFD7xotori .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cea422;
}
.cid-sFD7xotori .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sFD7xotori .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFD7xotori ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sFD7xotori .navbar-buttons {
  text-align: center;
}
.cid-sFD7xotori button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFD7xotori .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sFD7xotori a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sFD7xotori .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sFD7xotori .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sFD7xotori .nav-link:hover,
.cid-sFD7xotori .dropdown-item:hover {
  color: #000000 !important;
}
.cid-sFD7xotori .apply-btn {
  word-wrap: normal;
  color: #dc0505 !important;
  border: .5px solid black !important;
  background: white !important;
}
.cid-sFD7xotori .apply-btn:hover {
  border: 1px solid #dc0505 !important;
  background: white !important;
}
.cid-sFD7xotori .navbar-short > div > ul > li > a {
  color: #89680b !important;
}
.cid-t8ievHbuNM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #cea422;
}
.cid-t8ievHbuNM H3 {
  color: #ffffff;
}
.cid-t8ievHbuNM H5 {
  color: #ffffff;
}
.cid-t8ievHbuNM H6 {
  color: #ffffff;
}
.cid-t8ievHbuNM H7 {
  color: #ffffff;
  text-align: center;
}
.cid-t8ievHbuNM p {
  text-align: center;
}
.cid-t8ievHbuNM .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-t8ievHbuNM .img-logo-footer {
  margin-right: 1rem;
  max-width: 4rem;
}
.cid-t8ievHbuNM .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  text-align: left;
}
.cid-t8ievHbuNM .logo-footer {
  line-height: normal;
}
.cid-t8ievHbuNM .copyright .list-inline {
  margin-bottom: 0;
}
.cid-t8ievHbuNM .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-t8ievHbuNM .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-t8ievHbuNM .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8ievHbuNM .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-t8ievHbuNM .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-t8ievHbuNM .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-t8ievHbuNM .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-t8ievHbuNM .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-t8ievHbuNM .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-t8ievHbuNM .logo-footer {
    text-align: center;
  }
  .cid-t8ievHbuNM .social-media {
    justify-content: center;
  }
}
.cid-t8ievHbuNM P {
  color: #ffffff;
  text-align: left;
}
.cid-t8ievHbuNM li {
  font-size: 1.1rem;
  color: #ffffff;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
body {
  font-style: normal;
  line-height: 1.5;
  color: #000000;
}

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

:focus {
  outline: none;
}

section {
  background-color: #eeeeee;
}

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 {
  color: #132c70;
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

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

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

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

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

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

.display-7 {
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 1px;
}

.btn {
  color: initial;
  border-radius: 0;
  font-weight: 600;
  border-width: 0px;
  font-style: normal;
  letter-spacing: 2px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: normal;
}

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

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

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

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

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a {
  opacity: .5;
}

#scrollToTop a:hover {
  opacity: .7;
}

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -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;
}
span,
p,
a {
  line-height: 1.5;
  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 {
  transition-delay: 9999s;
  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;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! 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;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.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 {
  overflow: hidden;
}

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

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

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

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

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

.mbr-figure {
  -ms-grid-row-align: center;
  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: -.25rem;
  margin-right: -.25rem;
  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: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  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: 60px;
  width: 60px;
  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, 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: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-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%);
  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: 1rem;
}

@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;
    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: flex;
  display: -webkit-flex;
  font-weight: 300;
}

.menu .navbar-brand .navbar-caption-wrap {
  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: -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 {
  flex: 1;
  -webkit-flex: 1;
}

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

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

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

.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 {
  -webkit-transform: translateY(-50%);
          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: -moz-available;
  height: fill-available;
}

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

.carousel-item img {
  margin: auto;
}

.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 0.5rem;
  padding-left: 2px;
}

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

.mbr-section-title {
  margin-bottom: 1rem;
}

.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-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.5rem 1.2rem;
  background-color: #ffffff;
  border: 1px solid #132c70;
  color: #132c70;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
  border-radius: 0px;
  resize: none;
}

.form-control:hover, .form-control:focus {
  background-color: #ffffff;
  border: 1px solid #132c70;
  box-shadow: none;
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #132c70 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #132c70 !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 {
  justify-content: center;
}

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

.btn-line {
  margin-right: 1.5rem;
  padding-left: 3rem;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  transition: all 0.3s;
}

.btn-line::after {
  content: "";
  color: currentColor;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: currentColor;
  left: 4px;
}

.btn-line:hover::after {
  -webkit-animation: move 1s infinite linear;
          animation: move 1s infinite linear;
}

@-webkit-keyframes move {
  0% {
    width: 30px;
  }
  50% {
    width: 0px;
  }
  100% {
    width: 30px;
  }
}

@keyframes move {
  0% {
    width: 30px;
  }
  50% {
    width: 0px;
  }
  100% {
    width: 30px;
  }
}

.btn_contact_us {
  color: #132c70;
  border: 1px solid #132c70;
}

.jq-number__spin {
  border-radius: 0;
}

a[href][class*="text-"] {
  transition: 0.6s;
}

a[href][class*="text-"]:hover {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.cid-sYT73QL2F7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cea422;
}
.cid-sYT73QL2F7 .navbar.opened {
  transition: all .3s;
  background: #cea422 !important;
}
.cid-sYT73QL2F7 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sYT73QL2F7 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #3a3a3a;
  background: #535353 !important;
}
.cid-sYT73QL2F7 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sYT73QL2F7 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sYT73QL2F7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sYT73QL2F7 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sYT73QL2F7 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-sYT73QL2F7 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sYT73QL2F7 .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sYT73QL2F7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sYT73QL2F7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sYT73QL2F7 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sYT73QL2F7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sYT73QL2F7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sYT73QL2F7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sYT73QL2F7 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sYT73QL2F7 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sYT73QL2F7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sYT73QL2F7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sYT73QL2F7 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sYT73QL2F7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYT73QL2F7 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sYT73QL2F7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYT73QL2F7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYT73QL2F7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sYT73QL2F7 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sYT73QL2F7 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sYT73QL2F7 .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-sYT73QL2F7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sYT73QL2F7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sYT73QL2F7 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sYT73QL2F7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    font-weight: 300;
  }
  .cid-sYT73QL2F7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sYT73QL2F7 .navbar.navbar-short {
  background: #cea422 !important;
  min-height: 60px;
}
.cid-sYT73QL2F7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sYT73QL2F7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sYT73QL2F7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sYT73QL2F7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYT73QL2F7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sYT73QL2F7 .dropdown-item.active,
.cid-sYT73QL2F7 .dropdown-item:active {
  background-color: transparent;
}
.cid-sYT73QL2F7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYT73QL2F7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sYT73QL2F7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sYT73QL2F7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cea422;
}
.cid-sYT73QL2F7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sYT73QL2F7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYT73QL2F7 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sYT73QL2F7 .navbar-buttons {
  text-align: center;
}
.cid-sYT73QL2F7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sYT73QL2F7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sYT73QL2F7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sYT73QL2F7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sYT73QL2F7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sYT73QL2F7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sYT73QL2F7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sYT73QL2F7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sYT73QL2F7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sYT73QL2F7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sYT73QL2F7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sYT73QL2F7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sYT73QL2F7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sYT73QL2F7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sYT73QL2F7 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sYT73QL2F7 .nav-link:hover,
.cid-sYT73QL2F7 .dropdown-item:hover {
  color: #000000 !important;
}
.cid-sYT73QL2F7 .apply-btn {
  word-wrap: normal;
  color: #dc0505 !important;
  border: .5px solid black !important;
  background: white !important;
}
.cid-sYT73QL2F7 .apply-btn:hover {
  border: 1px solid #dc0505 !important;
  background: white !important;
}
.cid-sYT73QL2F7 .navbar-short > div > ul > li > a {
  color: #89680b !important;
}
.cid-sYT73RkA2a {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/happykids-1-1980x1321.jpg");
}
.cid-sYT73RkA2a .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-sYT73RkA2a .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sYT73RkA2a .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sYT73RkA2a .animated-element,
.cid-sYT73RkA2a .typed-cursor {
  color: #ffffff;
}
.cid-sYT73RkA2a .animated-element {
  border-bottom: 5px solid #f7aa4a;
}
@media (max-width: 767px) {
  .cid-sYT73RkA2a .typed-text {
    text-align: center;
  }
}
.cid-sYT73RkA2a .mbr-text,
.cid-sYT73RkA2a .typed-text,
.cid-sYT73RkA2a .mbr-section-btn {
  color: #ffda73;
}
.cid-sYT73RkA2a .mbr-section-title {
  color: #ffffff;
}
.cid-sYT73RI36H {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYT73RI36H .mbr-section-subtitle {
  color: #767676;
}
.cid-sYT73RI36H H2 {
  color: #89680b;
  text-align: center;
}
.cid-sZ4jP3rYHO {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sZ4jP3rYHO .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sZ4jP3rYHO H3 {
  color: #000000;
}
.cid-sZ4jP3rYHO LABEL {
  font-weight: normal;
  color: #000000;
}
.cid-sZ8AkFDUFF {
  background-color: #ffffff;
}
.cid-sZ8AkFDUFF H2 {
  color: #132c70;
}
.cid-sZ8AkFDUFF H3 {
  color: #000000;
}
.cid-sZ8AkFDUFF H4 {
  color: #000000;
}
.cid-sZ8AkFDUFF .mbr-text,
.cid-sZ8AkFDUFF .mbr-section-btn {
  color: #000000;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-sZ8AkFDUFF .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-sZ8AkFDUFF img {
  filter: invert(0.5);
}
.cid-sZ8AkFDUFF .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-sZ8AkFDUFF {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-sZ8AkFDUFF .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sZ8AkFDUFF {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .cid-sZ8AkFDUFF .container-fluid {
    padding: 0 2rem;
  }
}
.cid-sZ8AkFDUFF P {
  text-align: left;
  color: #000000;
}
.cid-t8ievHbuNM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #cea422;
}
.cid-t8ievHbuNM H3 {
  color: #ffffff;
}
.cid-t8ievHbuNM H5 {
  color: #ffffff;
}
.cid-t8ievHbuNM H6 {
  color: #ffffff;
}
.cid-t8ievHbuNM H7 {
  color: #ffffff;
  text-align: center;
}
.cid-t8ievHbuNM p {
  text-align: center;
}
.cid-t8ievHbuNM .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-t8ievHbuNM .img-logo-footer {
  margin-right: 1rem;
  max-width: 4rem;
}
.cid-t8ievHbuNM .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  text-align: left;
}
.cid-t8ievHbuNM .logo-footer {
  line-height: normal;
}
.cid-t8ievHbuNM .copyright .list-inline {
  margin-bottom: 0;
}
.cid-t8ievHbuNM .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-t8ievHbuNM .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-t8ievHbuNM .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8ievHbuNM .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-t8ievHbuNM .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-t8ievHbuNM .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-t8ievHbuNM .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-t8ievHbuNM .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-t8ievHbuNM .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-t8ievHbuNM .logo-footer {
    text-align: center;
  }
  .cid-t8ievHbuNM .social-media {
    justify-content: center;
  }
}
.cid-t8ievHbuNM P {
  color: #ffffff;
  text-align: left;
}
.cid-t8ievHbuNM li {
  font-size: 1.1rem;
  color: #ffffff;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
body {
  font-style: normal;
  line-height: 1.5;
  color: #000000;
}

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

:focus {
  outline: none;
}

section {
  background-color: #eeeeee;
}

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 {
  color: #132c70;
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

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

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

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

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

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

.display-7 {
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 1px;
}

.btn {
  color: initial;
  border-radius: 0;
  font-weight: 600;
  border-width: 0px;
  font-style: normal;
  letter-spacing: 2px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: normal;
}

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

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

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

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

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a {
  opacity: .5;
}

#scrollToTop a:hover {
  opacity: .7;
}

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -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;
}
span,
p,
a {
  line-height: 1.5;
  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 {
  transition-delay: 9999s;
  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;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! 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;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.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 {
  overflow: hidden;
}

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

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

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

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

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

.mbr-figure {
  -ms-grid-row-align: center;
  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: -.25rem;
  margin-right: -.25rem;
  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: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  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: 60px;
  width: 60px;
  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, 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: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-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%);
  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: 1rem;
}

@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;
    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: flex;
  display: -webkit-flex;
  font-weight: 300;
}

.menu .navbar-brand .navbar-caption-wrap {
  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: -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 {
  flex: 1;
  -webkit-flex: 1;
}

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

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

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

.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 {
  -webkit-transform: translateY(-50%);
          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: -moz-available;
  height: fill-available;
}

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

.carousel-item img {
  margin: auto;
}

.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 0.5rem;
  padding-left: 2px;
}

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

.mbr-section-title {
  margin-bottom: 1rem;
}

.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-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.5rem 1.2rem;
  background-color: #ffffff;
  border: 1px solid #132c70;
  color: #132c70;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
  border-radius: 0px;
  resize: none;
}

.form-control:hover, .form-control:focus {
  background-color: #ffffff;
  border: 1px solid #132c70;
  box-shadow: none;
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #132c70 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #132c70 !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 {
  justify-content: center;
}

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

.btn-line {
  margin-right: 1.5rem;
  padding-left: 3rem;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  transition: all 0.3s;
}

.btn-line::after {
  content: "";
  color: currentColor;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: currentColor;
  left: 4px;
}

.btn-line:hover::after {
  -webkit-animation: move 1s infinite linear;
          animation: move 1s infinite linear;
}

@-webkit-keyframes move {
  0% {
    width: 30px;
  }
  50% {
    width: 0px;
  }
  100% {
    width: 30px;
  }
}

@keyframes move {
  0% {
    width: 30px;
  }
  50% {
    width: 0px;
  }
  100% {
    width: 30px;
  }
}

.btn_contact_us {
  color: #132c70;
  border: 1px solid #132c70;
}

.jq-number__spin {
  border-radius: 0;
}

a[href][class*="text-"] {
  transition: 0.6s;
}

a[href][class*="text-"]:hover {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.cid-sCAVuLdq2j {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/happykids-1-1980x1321.jpg");
}
.cid-sCAVuLdq2j .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-sCAVuLdq2j .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sCAVuLdq2j .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sCAVuLdq2j .animated-element,
.cid-sCAVuLdq2j .typed-cursor {
  color: #ffffff;
}
.cid-sCAVuLdq2j .animated-element {
  border-bottom: 5px solid #f7aa4a;
}
@media (max-width: 767px) {
  .cid-sCAVuLdq2j .typed-text {
    text-align: center;
  }
}
.cid-sCAVuLdq2j .mbr-text,
.cid-sCAVuLdq2j .typed-text,
.cid-sCAVuLdq2j .mbr-section-btn {
  color: #ffda73;
}
.cid-sCAVuLdq2j .mbr-section-title {
  color: #ffffff;
}
.cid-sCqCzmcKQn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dddddd;
}
.cid-sCqCzmcKQn .container {
  max-width: 1500px;
}
.cid-sCqCzmcKQn img {
  width: 100%;
}
.cid-sCqCzmcKQn h2 {
  padding: 0;
  margin: 0;
}
.cid-sCqCzmcKQn .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-sCqCzmcKQn .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sCqCzmcKQn .img-col {
  position: relative;
}
.cid-sCqCzmcKQn .img2 {
  position: absolute;
  right: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-sCqCzmcKQn .img2 {
    right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sCqCzmcKQn .img-col {
    margin-top: 3rem;
  }
  .cid-sCqCzmcKQn .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-sCqCzmcKQn .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-sCqCzmcKQn .number {
    margin: auto;
  }
}
.cid-sCqCzmcKQn .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-sCqCzmcKQn H2 {
  color: #1a876a;
  text-align: center;
}
.cid-sCqCzmcKQn .clinic-btn {
  font-size: 2rem;
  text-align: center;
  background: #935ea2;
  padding: .5rem 1rem;
  border-radius: 0.25rem;
  word-wrap: normal;
  font-weight: bold;
  color: white;
}
.cid-sCqCzmcKQn .clinic-btn:hover {
  background: #674171;
}
.cid-sCqCzmcKQn .clinic-secondary-text {
  font-size: 1rem;
  text-align: left;
  margin-top: 2rem;
}
.cid-sCqCzmcKQn .increase-font-size {
  font-size: 1rem;
}
.cid-sCqCzmcKQn .custom-flex {
  margin: 0 15vw;
  width: 70vw;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.cid-sCqCzmcKQn .text-flex-item {
  width: 65rem;
}
.cid-sCqCzmcKQn .button-flex-item {
  width: 15rem;
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sCqCzmcKQn P {
  color: #0a4b3b;
}
.cid-sCqCzmcKQn H4 {
  color: #000000;
}
.cid-sCqDd22OIV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dddddd;
}
@media (min-width: 1500px) {
  .cid-sCqDd22OIV .container {
    max-width: 1400px;
  }
}
.cid-sCqDd22OIV .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #008568;
  margin-bottom: 2rem;
}
.cid-sCqDd22OIV .card-wrapper {
  margin-top: 3rem;
}
.cid-sCqDd22OIV .row {
  justify-content: center;
}
.cid-sCqDd22OIV .mbr-section-title {
  color: #008568;
}
.cid-sCqDd22OIV .card-title,
.cid-sCqDd22OIV .iconfont-wrapper {
  color: #008568;
  text-align: left;
}
.cid-sCqDd22OIV .card-text {
  color: #000000;
  text-align: left;
}
.cid-sCqDd22OIV .btn-green {
  background: #597722;
}
.cid-sCqDd22OIV .increase-font-size {
  font-size: 1rem;
}
.cid-sCqDd22OIV .mbr-section-btn > a {
  background: #935ea2 !important;
}
.cid-sCqDd22OIV .btn-primary {
  background: #935ea2 !important;
}
.cid-sFD7xotori .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cea422;
}
.cid-sFD7xotori .navbar.opened {
  transition: all .3s;
  background: #cea422 !important;
}
.cid-sFD7xotori .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sFD7xotori .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #3a3a3a;
  background: #535353 !important;
}
.cid-sFD7xotori .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sFD7xotori .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sFD7xotori .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFD7xotori .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sFD7xotori .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-sFD7xotori .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sFD7xotori .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sFD7xotori .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFD7xotori .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFD7xotori .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sFD7xotori .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFD7xotori .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sFD7xotori .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sFD7xotori .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sFD7xotori .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-sFD7xotori .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sFD7xotori .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    font-weight: 300;
  }
  .cid-sFD7xotori .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sFD7xotori .navbar.navbar-short {
  background: #cea422 !important;
  min-height: 60px;
}
.cid-sFD7xotori .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFD7xotori .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFD7xotori .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFD7xotori .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFD7xotori .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFD7xotori .dropdown-item.active,
.cid-sFD7xotori .dropdown-item:active {
  background-color: transparent;
}
.cid-sFD7xotori .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cea422;
}
.cid-sFD7xotori .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sFD7xotori .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFD7xotori ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sFD7xotori .navbar-buttons {
  text-align: center;
}
.cid-sFD7xotori button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFD7xotori .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sFD7xotori a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sFD7xotori .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sFD7xotori .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sFD7xotori .nav-link:hover,
.cid-sFD7xotori .dropdown-item:hover {
  color: #000000 !important;
}
.cid-sFD7xotori .apply-btn {
  word-wrap: normal;
  color: #dc0505 !important;
  border: .5px solid black !important;
  background: white !important;
}
.cid-sFD7xotori .apply-btn:hover {
  border: 1px solid #dc0505 !important;
  background: white !important;
}
.cid-sFD7xotori .navbar-short > div > ul > li > a {
  color: #89680b !important;
}
.cid-t8ievHbuNM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #cea422;
}
.cid-t8ievHbuNM H3 {
  color: #ffffff;
}
.cid-t8ievHbuNM H5 {
  color: #ffffff;
}
.cid-t8ievHbuNM H6 {
  color: #ffffff;
}
.cid-t8ievHbuNM H7 {
  color: #ffffff;
  text-align: center;
}
.cid-t8ievHbuNM p {
  text-align: center;
}
.cid-t8ievHbuNM .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-t8ievHbuNM .img-logo-footer {
  margin-right: 1rem;
  max-width: 4rem;
}
.cid-t8ievHbuNM .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  text-align: left;
}
.cid-t8ievHbuNM .logo-footer {
  line-height: normal;
}
.cid-t8ievHbuNM .copyright .list-inline {
  margin-bottom: 0;
}
.cid-t8ievHbuNM .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-t8ievHbuNM .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-t8ievHbuNM .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8ievHbuNM .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-t8ievHbuNM .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-t8ievHbuNM .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-t8ievHbuNM .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-t8ievHbuNM .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-t8ievHbuNM .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-t8ievHbuNM .logo-footer {
    text-align: center;
  }
  .cid-t8ievHbuNM .social-media {
    justify-content: center;
  }
}
.cid-t8ievHbuNM P {
  color: #ffffff;
  text-align: left;
}
.cid-t8ievHbuNM li {
  font-size: 1.1rem;
  color: #ffffff;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
body {
  font-style: normal;
  line-height: 1.5;
  color: #000000;
}

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

:focus {
  outline: none;
}

section {
  background-color: #eeeeee;
}

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 {
  color: #132c70;
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

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

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

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

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

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

.display-7 {
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 1px;
}

.btn {
  color: initial;
  border-radius: 0;
  font-weight: 600;
  border-width: 0px;
  font-style: normal;
  letter-spacing: 2px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: normal;
}

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

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

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

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

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a {
  opacity: .5;
}

#scrollToTop a:hover {
  opacity: .7;
}

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -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;
}
span,
p,
a {
  line-height: 1.5;
  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 {
  transition-delay: 9999s;
  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;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! 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;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.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 {
  overflow: hidden;
}

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

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

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

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

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

.mbr-figure {
  -ms-grid-row-align: center;
  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: -.25rem;
  margin-right: -.25rem;
  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: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  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: 60px;
  width: 60px;
  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, 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: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-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%);
  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: 1rem;
}

@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;
    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: flex;
  display: -webkit-flex;
  font-weight: 300;
}

.menu .navbar-brand .navbar-caption-wrap {
  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: -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 {
  flex: 1;
  -webkit-flex: 1;
}

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

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

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

.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 {
  -webkit-transform: translateY(-50%);
          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: -moz-available;
  height: fill-available;
}

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

.carousel-item img {
  margin: auto;
}

.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 0.5rem;
  padding-left: 2px;
}

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

.mbr-section-title {
  margin-bottom: 1rem;
}

.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-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.5rem 1.2rem;
  background-color: #ffffff;
  border: 1px solid #132c70;
  color: #132c70;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
  border-radius: 0px;
  resize: none;
}

.form-control:hover, .form-control:focus {
  background-color: #ffffff;
  border: 1px solid #132c70;
  box-shadow: none;
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #132c70 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #132c70 !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 {
  justify-content: center;
}

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

.btn-line {
  margin-right: 1.5rem;
  padding-left: 3rem;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  transition: all 0.3s;
}

.btn-line::after {
  content: "";
  color: currentColor;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: currentColor;
  left: 4px;
}

.btn-line:hover::after {
  -webkit-animation: move 1s infinite linear;
          animation: move 1s infinite linear;
}

@-webkit-keyframes move {
  0% {
    width: 30px;
  }
  50% {
    width: 0px;
  }
  100% {
    width: 30px;
  }
}

@keyframes move {
  0% {
    width: 30px;
  }
  50% {
    width: 0px;
  }
  100% {
    width: 30px;
  }
}

.btn_contact_us {
  color: #132c70;
  border: 1px solid #132c70;
}

.jq-number__spin {
  border-radius: 0;
}

a[href][class*="text-"] {
  transition: 0.6s;
}

a[href][class*="text-"]:hover {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.cid-sFD7xotori .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cea422;
}
.cid-sFD7xotori .navbar.opened {
  transition: all .3s;
  background: #cea422 !important;
}
.cid-sFD7xotori .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sFD7xotori .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #3a3a3a;
  background: #535353 !important;
}
.cid-sFD7xotori .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sFD7xotori .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sFD7xotori .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFD7xotori .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sFD7xotori .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-sFD7xotori .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sFD7xotori .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sFD7xotori .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFD7xotori .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFD7xotori .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sFD7xotori .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFD7xotori .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sFD7xotori .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sFD7xotori .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sFD7xotori .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-sFD7xotori .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sFD7xotori .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    font-weight: 300;
  }
  .cid-sFD7xotori .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sFD7xotori .navbar.navbar-short {
  background: #cea422 !important;
  min-height: 60px;
}
.cid-sFD7xotori .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFD7xotori .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFD7xotori .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFD7xotori .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFD7xotori .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFD7xotori .dropdown-item.active,
.cid-sFD7xotori .dropdown-item:active {
  background-color: transparent;
}
.cid-sFD7xotori .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cea422;
}
.cid-sFD7xotori .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sFD7xotori .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFD7xotori ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sFD7xotori .navbar-buttons {
  text-align: center;
}
.cid-sFD7xotori button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFD7xotori .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sFD7xotori a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sFD7xotori .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sFD7xotori .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sFD7xotori .nav-link:hover,
.cid-sFD7xotori .dropdown-item:hover {
  color: #000000 !important;
}
.cid-sFD7xotori .apply-btn {
  word-wrap: normal;
  color: #dc0505 !important;
  border: .5px solid black !important;
  background: white !important;
}
.cid-sFD7xotori .apply-btn:hover {
  border: 1px solid #dc0505 !important;
  background: white !important;
}
.cid-sFD7xotori .navbar-short > div > ul > li > a {
  color: #89680b !important;
}
.cid-toH6VYE6Dx {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-toH6VYE6Dx .counter-container ol {
  margin-bottom: 0;
}
.cid-toH6VYE6Dx .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-toH6VYE6Dx .mentee-list > li {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}
.cid-toH6VYE6Dx .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-toH6VYE6Dx .mbr-section-title {
  color: #89680b;
  text-align: center;
}
.cid-toH7jO83h6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-toH7jO83h6 .counter-container ol {
  margin-bottom: 0;
}
.cid-toH7jO83h6 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-toH7jO83h6 .mentee-list > li {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}
.cid-toH7jO83h6 .mbr-text {
  color: #000000;
}
.cid-toH7jO83h6 .mbr-section-title {
  color: #89680b;
  text-align: left;
}
.cid-toH6jU678w {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-toH6jU678w .counter-container ol {
  margin-bottom: 0;
}
.cid-toH6jU678w .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-toH6jU678w .mentee-list > li {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}
.cid-toH6jU678w .mbr-text {
  color: #000000;
}
.cid-toH6jU678w .mbr-section-title {
  color: #89680b;
  text-align: left;
}
.cid-t8ievHbuNM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #cea422;
}
.cid-t8ievHbuNM H3 {
  color: #ffffff;
}
.cid-t8ievHbuNM H5 {
  color: #ffffff;
}
.cid-t8ievHbuNM H6 {
  color: #ffffff;
}
.cid-t8ievHbuNM H7 {
  color: #ffffff;
  text-align: center;
}
.cid-t8ievHbuNM p {
  text-align: center;
}
.cid-t8ievHbuNM .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-t8ievHbuNM .img-logo-footer {
  margin-right: 1rem;
  max-width: 4rem;
}
.cid-t8ievHbuNM .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  text-align: left;
}
.cid-t8ievHbuNM .logo-footer {
  line-height: normal;
}
.cid-t8ievHbuNM .copyright .list-inline {
  margin-bottom: 0;
}
.cid-t8ievHbuNM .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-t8ievHbuNM .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-t8ievHbuNM .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8ievHbuNM .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-t8ievHbuNM .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-t8ievHbuNM .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-t8ievHbuNM .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-t8ievHbuNM .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-t8ievHbuNM .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-t8ievHbuNM .logo-footer {
    text-align: center;
  }
  .cid-t8ievHbuNM .social-media {
    justify-content: center;
  }
}
.cid-t8ievHbuNM P {
  color: #ffffff;
  text-align: left;
}
.cid-t8ievHbuNM li {
  font-size: 1.1rem;
  color: #ffffff;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
body {
  font-style: normal;
  line-height: 1.5;
  color: #000000;
}

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

:focus {
  outline: none;
}

section {
  background-color: #eeeeee;
}

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 {
  color: #132c70;
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

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

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

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

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

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

.display-7 {
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 1px;
}

.btn {
  color: initial;
  border-radius: 0;
  font-weight: 600;
  border-width: 0px;
  font-style: normal;
  letter-spacing: 2px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: normal;
}

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

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

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

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

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a {
  opacity: .5;
}

#scrollToTop a:hover {
  opacity: .7;
}

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -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;
}
span,
p,
a {
  line-height: 1.5;
  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 {
  transition-delay: 9999s;
  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;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! 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;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.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 {
  overflow: hidden;
}

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

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

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

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

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

.mbr-figure {
  -ms-grid-row-align: center;
  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: -.25rem;
  margin-right: -.25rem;
  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: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  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: 60px;
  width: 60px;
  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, 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: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-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%);
  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: 1rem;
}

@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;
    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: flex;
  display: -webkit-flex;
  font-weight: 300;
}

.menu .navbar-brand .navbar-caption-wrap {
  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: -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 {
  flex: 1;
  -webkit-flex: 1;
}

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

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

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

.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 {
  -webkit-transform: translateY(-50%);
          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: -moz-available;
  height: fill-available;
}

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

.carousel-item img {
  margin: auto;
}

.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 0.5rem;
  padding-left: 2px;
}

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

.mbr-section-title {
  margin-bottom: 1rem;
}

.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-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.5rem 1.2rem;
  background-color: #ffffff;
  border: 1px solid #132c70;
  color: #132c70;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
  border-radius: 0px;
  resize: none;
}

.form-control:hover, .form-control:focus {
  background-color: #ffffff;
  border: 1px solid #132c70;
  box-shadow: none;
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #132c70 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #132c70 !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 {
  justify-content: center;
}

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

.btn-line {
  margin-right: 1.5rem;
  padding-left: 3rem;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  transition: all 0.3s;
}

.btn-line::after {
  content: "";
  color: currentColor;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: currentColor;
  left: 4px;
}

.btn-line:hover::after {
  -webkit-animation: move 1s infinite linear;
          animation: move 1s infinite linear;
}

@-webkit-keyframes move {
  0% {
    width: 30px;
  }
  50% {
    width: 0px;
  }
  100% {
    width: 30px;
  }
}

@keyframes move {
  0% {
    width: 30px;
  }
  50% {
    width: 0px;
  }
  100% {
    width: 30px;
  }
}

.btn_contact_us {
  color: #132c70;
  border: 1px solid #132c70;
}

.jq-number__spin {
  border-radius: 0;
}

a[href][class*="text-"] {
  transition: 0.6s;
}

a[href][class*="text-"]:hover {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.cid-tteAgpDm4h {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/happykids-2-1980x1321.jpg");
}
.cid-tteAgpDm4h .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-tteAgpDm4h .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tteAgpDm4h .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tteAgpDm4h .animated-element,
.cid-tteAgpDm4h .typed-cursor {
  color: #ffffff;
}
.cid-tteAgpDm4h .animated-element {
  border-bottom: 5px solid #f7aa4a;
}
@media (max-width: 767px) {
  .cid-tteAgpDm4h .typed-text {
    text-align: center;
  }
}
.cid-tteAgpDm4h .mbr-text,
.cid-tteAgpDm4h .typed-text,
.cid-tteAgpDm4h .mbr-section-btn {
  color: #ffda73;
}
.cid-tteAgpDm4h .mbr-section-title {
  color: #ffffff;
}
.cid-ttf6lowahV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttf6lowahV h1 {
  color: #232323;
  text-align: left;
}
.cid-ttf6lowahV .mbr-text,
.cid-ttf6lowahV .mbr-section-btn {
  color: #9b7c26;
  text-align: center;
}
.cid-ttf6lowahV img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-ttf6lowahV .col-lg-6 {
    padding: 0 0rem;
  }
}
@media (max-width: 992px) {
  .cid-ttf6lowahV .placeholder-img {
    display: none;
  }
  .cid-ttf6lowahV p {
    text-align: left;
    line-height: 16px;
  }
  .cid-ttf6lowahV h3 {
    text-align: left;
    line-height: 1.5rem;
  }
  .cid-ttf6lowahV h1 {
    text-align: left;
  }
}
.cid-ttf6lowahV .btn-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 578px) {
  .cid-ttf6lowahV img {
    display: none;
  }
}
.cid-tsbkTBWJBK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsbkTBWJBK H1 {
  color: #89680b;
  text-align: center;
}
.cid-tsbkTBWJBK .mbr-text,
.cid-tsbkTBWJBK .mbr-section-btn {
  color: #071125;
}
.cid-tsbkTBWJBK .img-box {
  position: relative;
}
.cid-tsbkTBWJBK .card-ico span {
  font-size: 96px;
  color: #000000;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-tsbkTBWJBK .card-ico .ico1 {
  background-color: #ffaa40;
}
.cid-tsbkTBWJBK .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1rem !important;
}
.cid-tsbkTBWJBK .card {
  display: flex;
  flex-direction: row;
}
.cid-tsbkTBWJBK img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 218, 115, 0.35);
}
@media (max-width: 576px) {
  .cid-tsbkTBWJBK .author-box {
    justify-content: center;
  }
  .cid-tsbkTBWJBK .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-tsbkTBWJBK .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-tsbkTBWJBK .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-tsbkTBWJBK .card-ico span {
    margin-right: 0rem;
  }
}
.cid-tsbkTBWJBK .author-box {
  display: flex;
  flex-direction: row;
}
.cid-tsbkTBWJBK .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-tsbkTBWJBK .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-tsbkTBWJBK h3,
.cid-tsbkTBWJBK h4 {
  margin: 0;
  padding: 0;
}
.cid-tsbkTBWJBK .card-title,
.cid-tsbkTBWJBK .mbr-section-subtitle {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-tsbkTBWJBK .center-card {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: space-between;
  }
  .cid-tsbkTBWJBK .card-title {
    text-align: center;
  }
}
@media (max-width: 578px) {
  .cid-tsbkTBWJBK img {
    display: none;
  }
  .cid-tsbkTBWJBK .hide-mobile {
    display: none;
  }
}
.cid-tsbkTBWJBK .card-title {
  color: #89680b;
}
.cid-tsbkTBWJBK P {
  color: #000000;
}
.cid-tsbkTBWJBK H3 {
  text-align: center;
  color: #89680b;
}
.cid-s6PqvYzRDz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s6PqvYzRDz H1 {
  color: #232323;
  text-align: center;
}
.cid-s6PqvYzRDz .mbr-text,
.cid-s6PqvYzRDz .mbr-section-btn {
  color: #071125;
}
.cid-s6PqvYzRDz .img-box {
  position: relative;
}
.cid-s6PqvYzRDz .card-ico span {
  font-size: 96px;
  color: #000000;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-s6PqvYzRDz .card-ico .ico1 {
  background-color: #ffaa40;
}
.cid-s6PqvYzRDz .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-s6PqvYzRDz .card {
  display: flex;
  flex-direction: row;
}
.cid-s6PqvYzRDz .img1 {
  position: absolute;
  top: 0;
  right: 3rem;
  z-index: 1;
}
.cid-s6PqvYzRDz .img2 {
  position: absolute;
  bottom: 0;
  left: 3rem;
  z-index: 2;
}
.cid-s6PqvYzRDz img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 218, 115, 0.35);
}
@media (max-width: 992px) {
  .cid-s6PqvYzRDz .img-box {
    height: 500px;
  }
  .cid-s6PqvYzRDz .img2 {
    left: 1rem;
  }
  .cid-s6PqvYzRDz .img1 {
    right: 1rem;
  }
  .cid-s6PqvYzRDz img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-s6PqvYzRDz img {
    width: 60%;
  }
  .cid-s6PqvYzRDz .img-box {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .cid-s6PqvYzRDz .author-box {
    justify-content: center;
  }
  .cid-s6PqvYzRDz .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-s6PqvYzRDz .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-s6PqvYzRDz .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-s6PqvYzRDz .card-ico span {
    margin-right: 0rem;
  }
}
.cid-s6PqvYzRDz .author-box {
  display: flex;
  flex-direction: row;
}
.cid-s6PqvYzRDz .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-s6PqvYzRDz .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-s6PqvYzRDz h3,
.cid-s6PqvYzRDz h4 {
  margin: 0;
  padding: 0;
}
.cid-s6PqvYzRDz .card-title,
.cid-s6PqvYzRDz .mbr-section-subtitle {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-s6PqvYzRDz .center-card {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: space-between;
  }
  .cid-s6PqvYzRDz .card-title {
    text-align: center;
  }
}
@media (max-width: 578px) {
  .cid-s6PqvYzRDz img {
    display: none;
  }
  .cid-s6PqvYzRDz .hide-mobile {
    display: none;
  }
}
.cid-s6PqvYzRDz .card-title {
  color: #89680b;
}
.cid-s6PsUGNZv7 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s6PsUGNZv7 H1 {
  color: #232323;
  text-align: center;
}
.cid-s6PsUGNZv7 .mbr-text,
.cid-s6PsUGNZv7 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-s6PsUGNZv7 img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-s6PsUGNZv7 .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-s6PsUGNZv7 .placeholder-img {
    display: none;
  }
  .cid-s6PsUGNZv7 p {
    font-size: 1rem;
    text-align: center;
  }
  .cid-s6PsUGNZv7 h1 {
    text-align: center;
  }
}
.cid-s6PsUGNZv7 .btn-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 578px) {
  .cid-s6PsUGNZv7 img {
    display: none;
  }
}
.cid-t8ievHbuNM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #cea422;
}
.cid-t8ievHbuNM H3 {
  color: #ffffff;
}
.cid-t8ievHbuNM H5 {
  color: #ffffff;
}
.cid-t8ievHbuNM H6 {
  color: #ffffff;
}
.cid-t8ievHbuNM H7 {
  color: #ffffff;
  text-align: center;
}
.cid-t8ievHbuNM p {
  text-align: center;
}
.cid-t8ievHbuNM .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-t8ievHbuNM .img-logo-footer {
  margin-right: 1rem;
  max-width: 4rem;
}
.cid-t8ievHbuNM .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  text-align: left;
}
.cid-t8ievHbuNM .logo-footer {
  line-height: normal;
}
.cid-t8ievHbuNM .copyright .list-inline {
  margin-bottom: 0;
}
.cid-t8ievHbuNM .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-t8ievHbuNM .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-t8ievHbuNM .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8ievHbuNM .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-t8ievHbuNM .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-t8ievHbuNM .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-t8ievHbuNM .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-t8ievHbuNM .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-t8ievHbuNM .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-t8ievHbuNM .logo-footer {
    text-align: center;
  }
  .cid-t8ievHbuNM .social-media {
    justify-content: center;
  }
}
.cid-t8ievHbuNM P {
  color: #ffffff;
  text-align: left;
}
.cid-t8ievHbuNM li {
  font-size: 1.1rem;
  color: #ffffff;
}
.cid-sFD7xotori .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cea422;
}
.cid-sFD7xotori .navbar.opened {
  transition: all .3s;
  background: #cea422 !important;
}
.cid-sFD7xotori .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sFD7xotori .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #3a3a3a;
  background: #535353 !important;
}
.cid-sFD7xotori .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sFD7xotori .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sFD7xotori .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFD7xotori .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sFD7xotori .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #000000;
}
.cid-sFD7xotori .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sFD7xotori .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sFD7xotori .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFD7xotori .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFD7xotori .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sFD7xotori .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sFD7xotori .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFD7xotori .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sFD7xotori .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sFD7xotori .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sFD7xotori .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-sFD7xotori .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sFD7xotori .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sFD7xotori .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    font-weight: 300;
  }
  .cid-sFD7xotori .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sFD7xotori .navbar.navbar-short {
  background: #cea422 !important;
  min-height: 60px;
}
.cid-sFD7xotori .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFD7xotori .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFD7xotori .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFD7xotori .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFD7xotori .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFD7xotori .dropdown-item.active,
.cid-sFD7xotori .dropdown-item:active {
  background-color: transparent;
}
.cid-sFD7xotori .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFD7xotori .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cea422;
}
.cid-sFD7xotori .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sFD7xotori .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFD7xotori ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sFD7xotori .navbar-buttons {
  text-align: center;
}
.cid-sFD7xotori button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFD7xotori button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFD7xotori nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFD7xotori .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sFD7xotori a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sFD7xotori .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sFD7xotori .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sFD7xotori .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sFD7xotori .nav-link:hover,
.cid-sFD7xotori .dropdown-item:hover {
  color: #000000 !important;
}
.cid-sFD7xotori .apply-btn {
  word-wrap: normal;
  color: #dc0505 !important;
  border: .5px solid black !important;
  background: white !important;
}
.cid-sFD7xotori .apply-btn:hover {
  border: 1px solid #dc0505 !important;
  background: white !important;
}
.cid-sFD7xotori .navbar-short > div > ul > li > a {
  color: #89680b !important;
}
