@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);





body {
  font-family: Dosis;
  font-style: normal;
  line-height: 1.5;
}
.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.6;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  color: initial;
  border-radius: 0;
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 2px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  font-weight: 600;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  font-weight: 600;
  letter-spacing: 2px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  font-weight: 600;
  letter-spacing: 2px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #a65c00 !important;
}
.bg-success {
  background-color: #36d88a !important;
}
.bg-info {
  background-color: #ff4100 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #a65c00 !important;
  border-color: #a65c00 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #5a3200 !important;
  border-color: #5a3200 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5a3200 !important;
  border-color: #5a3200 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #36d88a !important;
  border-color: #36d88a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !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: #402300;
  color: #402300 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #a65c00;
  border-color: #a65c00;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a65c00 !important;
  border-color: #a65c00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #215f88;
  color: #215f88 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #3e97d1;
  border-color: #3e97d1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #992700;
  color: #992700 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #ff4100;
  border-color: #ff4100;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #1b8d56;
  color: #1b8d56 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #36d88a;
  border-color: #36d88a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #36d88a !important;
  border-color: #36d88a !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !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: #a65c00 !important;
}
.text-secondary {
  color: #3e97d1 !important;
}
.text-success {
  color: #36d88a !important;
}
.text-info {
  color: #ff4100 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #402300 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #215f88 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1b8d56 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #992700 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff4100;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a65c00;
  border-color: #a65c00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #a65c00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ff9e26;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1f9ed;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffd9cc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  background: #a65c00;
  opacity: .5;
}
#scrollToTop a:hover {
  opacity: .7;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #ffffff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow {
  background-color: #a65c00;
  opacity: .5;
  transition: .3s;
}
.mbr-arrow a {
  color: #ffffff;
}
.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;
  box-shadow: none;
  color: #565656;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.43;
  min-height: 2.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.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-color: #a65c00;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  -webkit-justify-content: center;
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #a65c00;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #a65c00;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #a65c00;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #a65c00;
}
/* Headers*/
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a65c00;
  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: #a65c00;
  border-bottom-color: #a65c00;
}
.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: #a65c00 !important;
  box-shadow: none!important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #3e97d1 !important;
  box-shadow: none !important;
}
.cid-rxPH1pe2NO {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/slide1-1600x622.jpg");
}
.cid-rxPH1pe2NO .mbr-text,
.cid-rxPH1pe2NO .typed-text,
.cid-rxPH1pe2NO .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rxPH1pe2NO .btn {
  margin-left: 4px !important;
}
.cid-rxPH1pe2NO .animated-element {
  color: #ffbc00;
}
.cid-rxPH1pe2NO .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rxPH1pe2NO .mbr-section-title {
  text-align: center;
}
.cid-rxPH1pe2NO .typed-text {
  text-align: center;
  color: #ffcd40;
}
.cid-rxPH1pe2NO .mbr-section-text,
.cid-rxPH1pe2NO .mbr-section-btn {
  text-align: center;
}
.cid-rxRUVFmk6l {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rxRUVFmk6l .mbr-section-title {
  margin: 0;
}
.cid-rxRUVFmk6l .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rxRUVFmk6l .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-rxRUVFmk6l .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rxRUVFmk6l .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-rxRUVFmk6l .team-item .item-image {
  position: relative !important;
}
.cid-rxRUVFmk6l .team-item .item-image img {
  width: 100%;
}
.cid-rxRUVFmk6l .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-rxRUVFmk6l .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rxRUVFmk6l .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rxRUVFmk6l .team-item .item-caption {
  background: #ecf6d7;
}
.cid-rxRUVFmk6l .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-rxRUVFmk6l .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-rxRUVFmk6l .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-rxRUVFmk6l .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-rxRUVFmk6l .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-rxRUVFmk6l .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-rxRUVFmk6l .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-rxRUVFmk6l .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-rxRUVFmk6l .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-rxRUVFmk6l .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-rxRUVFmk6l .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-rxRUVFmk6l .item-name {
  color: #a65c00;
}
.cid-rxRUVFmk6l .mbr-section-title,
.cid-rxRUVFmk6l .underline {
  color: #94ac60;
}
.cid-rxRVDYOuPf {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rxRVDYOuPf .mbr-section-title {
  margin: 0;
}
.cid-rxRVDYOuPf .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rxRVDYOuPf .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-rxRVDYOuPf .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rxRVDYOuPf .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-rxRVDYOuPf .team-item .item-image {
  position: relative !important;
}
.cid-rxRVDYOuPf .team-item .item-image img {
  width: 100%;
}
.cid-rxRVDYOuPf .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-rxRVDYOuPf .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rxRVDYOuPf .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rxRVDYOuPf .team-item .item-caption {
  background: #ecf6d7;
}
.cid-rxRVDYOuPf .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-rxRVDYOuPf .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-rxRVDYOuPf .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-rxRVDYOuPf .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-rxRVDYOuPf .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-rxRVDYOuPf .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-rxRVDYOuPf .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-rxRVDYOuPf .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-rxRVDYOuPf .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-rxRVDYOuPf .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-rxRVDYOuPf .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-rxRVDYOuPf .item-name {
  color: #a65c00;
}
.cid-rxPH384evu .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #94ac60;
}
.cid-rxPH384evu .navbar.opened {
  transition: all .3s;
  background: #94ac60 !important;
}
.cid-rxPH384evu .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-rxPH384evu .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rxPH384evu .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-rxPH384evu .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rxPH384evu .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-rxPH384evu .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #a65c00;
}
.cid-rxPH384evu .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-rxPH384evu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rxPH384evu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-rxPH384evu .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-rxPH384evu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rxPH384evu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rxPH384evu .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-rxPH384evu .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-rxPH384evu .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-rxPH384evu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rxPH384evu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-rxPH384evu .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-rxPH384evu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rxPH384evu .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-rxPH384evu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rxPH384evu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rxPH384evu .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-rxPH384evu .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-rxPH384evu .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-rxPH384evu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rxPH384evu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rxPH384evu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-rxPH384evu .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-rxPH384evu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rxPH384evu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rxPH384evu .navbar.navbar-short {
  background: #94ac60 !important;
  min-height: 60px;
}
.cid-rxPH384evu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rxPH384evu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rxPH384evu .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-rxPH384evu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rxPH384evu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rxPH384evu .dropdown-item.active,
.cid-rxPH384evu .dropdown-item:active {
  background-color: transparent;
}
.cid-rxPH384evu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rxPH384evu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rxPH384evu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rxPH384evu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #94ac60;
}
.cid-rxPH384evu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-rxPH384evu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rxPH384evu ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-rxPH384evu .navbar-buttons {
  text-align: center;
}
.cid-rxPH384evu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rxPH384evu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rxPH384evu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rxPH384evu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rxPH384evu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rxPH384evu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rxPH384evu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rxPH384evu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rxPH384evu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rxPH384evu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rxPH384evu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rxPH384evu 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-rxPH384evu .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rxPH384evu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-rxPH384evu .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-rxPH384evu .nav-link:hover,
.cid-rxPH384evu .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rxPQlDqlc4 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxPQlDqlc4 .mbr-text {
  text-align: center;
}
.cid-rxQ6yNVMPP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #94ac60;
}
.cid-rxQ6yNVMPP a:link {
  text-decoration: none;
}
.cid-rxQ6yNVMPP .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rxQ6yNVMPP .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rxQ6yNVMPP .inner-text {
  line-height: 3em;
}
.cid-rxQ6yNVMPP .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rxQ6yNVMPP .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rxQ6yNVMPP .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rxQ6yNVMPP .content-text,
.cid-rxQ6yNVMPP .inner-text {
  color: #ffffff;
}
.cid-rxQ9Lo5tRX {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/slide1-1600x622.jpg");
}
.cid-rxQ9Lo5tRX .mbr-text,
.cid-rxQ9Lo5tRX .typed-text,
.cid-rxQ9Lo5tRX .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rxQ9Lo5tRX .btn {
  margin-left: 4px !important;
}
.cid-rxQ9Lo5tRX .animated-element {
  color: #ffbc00;
}
.cid-rxQ9Lo5tRX .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rxQ9Lo5tRX .mbr-section-title {
  text-align: center;
}
.cid-rxQ9Lo5tRX .typed-text {
  text-align: center;
  color: #ffcd40;
}
.cid-rxQ9Lo5tRX .mbr-section-text,
.cid-rxQ9Lo5tRX .mbr-section-btn {
  text-align: center;
}
.cid-rxQa4q8qFZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rxQa4q8qFZ .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #94ac60;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-rxQa4q8qFZ H2 {
  color: #94ac60;
}
.cid-rxQa4q8qFZ H3 {
  color: #36404c;
}
.cid-rxQa4q8qFZ .mbr-text,
.cid-rxQa4q8qFZ .mbr-section-btn {
  color: #767676;
}
.cid-rxQa4q8qFZ .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-rxQa4q8qFZ .md-pb {
    padding-bottom: 2rem;
  }
  .cid-rxQa4q8qFZ .photo {
    width: 100%;
  }
}
.cid-rxQa4q8qFZ .signature {
  filter: invert(0.5);
}
.cid-rxQ9LoCz0g .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #94ac60;
}
.cid-rxQ9LoCz0g .navbar.opened {
  transition: all .3s;
  background: #94ac60 !important;
}
.cid-rxQ9LoCz0g .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-rxQ9LoCz0g .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rxQ9LoCz0g .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-rxQ9LoCz0g .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rxQ9LoCz0g .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-rxQ9LoCz0g .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #a65c00;
}
.cid-rxQ9LoCz0g .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-rxQ9LoCz0g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rxQ9LoCz0g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-rxQ9LoCz0g .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-rxQ9LoCz0g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rxQ9LoCz0g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rxQ9LoCz0g .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-rxQ9LoCz0g .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-rxQ9LoCz0g .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-rxQ9LoCz0g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rxQ9LoCz0g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-rxQ9LoCz0g .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-rxQ9LoCz0g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rxQ9LoCz0g .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-rxQ9LoCz0g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rxQ9LoCz0g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rxQ9LoCz0g .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-rxQ9LoCz0g .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-rxQ9LoCz0g .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-rxQ9LoCz0g .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rxQ9LoCz0g .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rxQ9LoCz0g .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-rxQ9LoCz0g .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-rxQ9LoCz0g .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rxQ9LoCz0g .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rxQ9LoCz0g .navbar.navbar-short {
  background: #94ac60 !important;
  min-height: 60px;
}
.cid-rxQ9LoCz0g .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rxQ9LoCz0g .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rxQ9LoCz0g .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-rxQ9LoCz0g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rxQ9LoCz0g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rxQ9LoCz0g .dropdown-item.active,
.cid-rxQ9LoCz0g .dropdown-item:active {
  background-color: transparent;
}
.cid-rxQ9LoCz0g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rxQ9LoCz0g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rxQ9LoCz0g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rxQ9LoCz0g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #94ac60;
}
.cid-rxQ9LoCz0g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-rxQ9LoCz0g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rxQ9LoCz0g ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-rxQ9LoCz0g .navbar-buttons {
  text-align: center;
}
.cid-rxQ9LoCz0g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rxQ9LoCz0g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rxQ9LoCz0g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rxQ9LoCz0g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rxQ9LoCz0g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rxQ9LoCz0g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rxQ9LoCz0g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rxQ9LoCz0g nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rxQ9LoCz0g nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rxQ9LoCz0g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rxQ9LoCz0g .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rxQ9LoCz0g 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-rxQ9LoCz0g .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rxQ9LoCz0g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-rxQ9LoCz0g .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-rxQ9LoCz0g .nav-link:hover,
.cid-rxQ9LoCz0g .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rxQ9LqBMuj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #94ac60;
}
.cid-rxQ9LqBMuj a:link {
  text-decoration: none;
}
.cid-rxQ9LqBMuj .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rxQ9LqBMuj .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rxQ9LqBMuj .inner-text {
  line-height: 3em;
}
.cid-rxQ9LqBMuj .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rxQ9LqBMuj .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rxQ9LqBMuj .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rxQ9LqBMuj .content-text,
.cid-rxQ9LqBMuj .inner-text {
  color: #ffffff;
}
.cid-rxQckLszHK {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/slide1-1600x622.jpg");
}
.cid-rxQckLszHK .mbr-text,
.cid-rxQckLszHK .typed-text,
.cid-rxQckLszHK .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rxQckLszHK .btn {
  margin-left: 4px !important;
}
.cid-rxQckLszHK .animated-element {
  color: #ffbc00;
}
.cid-rxQckLszHK .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rxQckLszHK .mbr-section-title {
  text-align: center;
}
.cid-rxQckLszHK .typed-text {
  text-align: center;
  color: #ffcd40;
}
.cid-rxQckLszHK .mbr-section-text,
.cid-rxQckLszHK .mbr-section-btn {
  text-align: center;
}
.cid-rxQckMq0eC .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #94ac60;
}
.cid-rxQckMq0eC .navbar.opened {
  transition: all .3s;
  background: #94ac60 !important;
}
.cid-rxQckMq0eC .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-rxQckMq0eC .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rxQckMq0eC .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-rxQckMq0eC .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rxQckMq0eC .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-rxQckMq0eC .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #a65c00;
}
.cid-rxQckMq0eC .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-rxQckMq0eC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rxQckMq0eC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-rxQckMq0eC .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-rxQckMq0eC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rxQckMq0eC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rxQckMq0eC .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-rxQckMq0eC .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-rxQckMq0eC .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-rxQckMq0eC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rxQckMq0eC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-rxQckMq0eC .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-rxQckMq0eC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rxQckMq0eC .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-rxQckMq0eC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rxQckMq0eC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rxQckMq0eC .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-rxQckMq0eC .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-rxQckMq0eC .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-rxQckMq0eC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rxQckMq0eC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rxQckMq0eC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-rxQckMq0eC .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-rxQckMq0eC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rxQckMq0eC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rxQckMq0eC .navbar.navbar-short {
  background: #94ac60 !important;
  min-height: 60px;
}
.cid-rxQckMq0eC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rxQckMq0eC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rxQckMq0eC .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-rxQckMq0eC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rxQckMq0eC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rxQckMq0eC .dropdown-item.active,
.cid-rxQckMq0eC .dropdown-item:active {
  background-color: transparent;
}
.cid-rxQckMq0eC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rxQckMq0eC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rxQckMq0eC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rxQckMq0eC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #94ac60;
}
.cid-rxQckMq0eC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-rxQckMq0eC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rxQckMq0eC ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-rxQckMq0eC .navbar-buttons {
  text-align: center;
}
.cid-rxQckMq0eC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rxQckMq0eC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rxQckMq0eC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rxQckMq0eC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rxQckMq0eC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rxQckMq0eC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rxQckMq0eC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rxQckMq0eC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rxQckMq0eC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rxQckMq0eC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rxQckMq0eC .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rxQckMq0eC 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-rxQckMq0eC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rxQckMq0eC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-rxQckMq0eC .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-rxQckMq0eC .nav-link:hover,
.cid-rxQckMq0eC .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rxQcvOvPcW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rxQcvOvPcW .mbr-title {
  color: #94ac60;
}
.cid-rxQckMPFSV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #94ac60;
}
.cid-rxQckMPFSV a:link {
  text-decoration: none;
}
.cid-rxQckMPFSV .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rxQckMPFSV .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rxQckMPFSV .inner-text {
  line-height: 3em;
}
.cid-rxQckMPFSV .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rxQckMPFSV .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rxQckMPFSV .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rxQckMPFSV .content-text,
.cid-rxQckMPFSV .inner-text {
  color: #ffffff;
}
.cid-rxQ62co2bp .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #94ac60;
}
.cid-rxQ62co2bp .navbar.opened {
  transition: all .3s;
  background: #94ac60 !important;
}
.cid-rxQ62co2bp .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-rxQ62co2bp .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rxQ62co2bp .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-rxQ62co2bp .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rxQ62co2bp .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-rxQ62co2bp .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #a65c00;
}
.cid-rxQ62co2bp .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-rxQ62co2bp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rxQ62co2bp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-rxQ62co2bp .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-rxQ62co2bp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rxQ62co2bp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rxQ62co2bp .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-rxQ62co2bp .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-rxQ62co2bp .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-rxQ62co2bp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rxQ62co2bp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-rxQ62co2bp .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-rxQ62co2bp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rxQ62co2bp .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-rxQ62co2bp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rxQ62co2bp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rxQ62co2bp .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-rxQ62co2bp .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-rxQ62co2bp .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-rxQ62co2bp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rxQ62co2bp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rxQ62co2bp .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-rxQ62co2bp .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-rxQ62co2bp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rxQ62co2bp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rxQ62co2bp .navbar.navbar-short {
  background: #94ac60 !important;
  min-height: 60px;
}
.cid-rxQ62co2bp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rxQ62co2bp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rxQ62co2bp .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-rxQ62co2bp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rxQ62co2bp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rxQ62co2bp .dropdown-item.active,
.cid-rxQ62co2bp .dropdown-item:active {
  background-color: transparent;
}
.cid-rxQ62co2bp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rxQ62co2bp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rxQ62co2bp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rxQ62co2bp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #94ac60;
}
.cid-rxQ62co2bp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-rxQ62co2bp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rxQ62co2bp ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-rxQ62co2bp .navbar-buttons {
  text-align: center;
}
.cid-rxQ62co2bp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rxQ62co2bp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rxQ62co2bp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rxQ62co2bp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rxQ62co2bp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rxQ62co2bp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rxQ62co2bp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rxQ62co2bp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rxQ62co2bp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rxQ62co2bp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rxQ62co2bp .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rxQ62co2bp 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-rxQ62co2bp .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rxQ62co2bp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-rxQ62co2bp .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-rxQ62co2bp .nav-link:hover,
.cid-rxQ62co2bp .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rxRTjlXH0v {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rxRTjlXH0v .mbr-section-subtitle {
  color: #767676;
}
.cid-rxRTjlXH0v H2 {
  color: #94ac60;
}
.cid-rxRYnBkxvb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rxRYnBkxvb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rxRYnBkxvb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rxRYnBkxvb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rxRYnBkxvb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rxRYnBkxvb .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rxRYnBkxvb .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rxRYnBkxvb .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rxRYnBkxvb .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rxRYnBkxvb .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rxRYFA2Gas {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rxRYFA2Gas .mbr-section-subtitle {
  color: #767676;
}
.cid-rxRYFA2Gas H2 {
  color: #94ac60;
}
.cid-rxRYD8iryd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rxRYD8iryd .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rxRYD8iryd .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rxRYD8iryd .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rxRYD8iryd .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rxRYD8iryd .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rxRYD8iryd .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rxRYD8iryd .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rxRYD8iryd .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rxRYD8iryd .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rxRYSNvgun {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rxRYSNvgun .mbr-section-subtitle {
  color: #767676;
}
.cid-rxRYSNvgun H2 {
  color: #94ac60;
}
.cid-rxRYTrKYQ7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rxRYTrKYQ7 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rxRYTrKYQ7 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rxRYTrKYQ7 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rxRYTrKYQ7 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rxRYTrKYQ7 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rxRYTrKYQ7 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rxRYTrKYQ7 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rxRYTrKYQ7 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rxRYTrKYQ7 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rxRZ2tL5BP {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rxRZ2tL5BP .mbr-section-subtitle {
  color: #767676;
}
.cid-rxRZ2tL5BP H2 {
  color: #94ac60;
}
.cid-rxRZ33Cezt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rxRZ33Cezt .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rxRZ33Cezt .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rxRZ33Cezt .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rxRZ33Cezt .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rxRZ33Cezt .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rxRZ33Cezt .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rxRZ33Cezt .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rxRZ33Cezt .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rxRZ33Cezt .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rxRZ3GS2p9 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rxRZ3GS2p9 .mbr-section-subtitle {
  color: #767676;
}
.cid-rxRZ3GS2p9 H2 {
  color: #94ac60;
}
.cid-rxRZ4cAf3s {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rxRZ4cAf3s .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rxRZ4cAf3s .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rxRZ4cAf3s .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rxRZ4cAf3s .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rxRZ4cAf3s .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rxRZ4cAf3s .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rxRZ4cAf3s .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rxRZ4cAf3s .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rxRZ4cAf3s .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rxRZ4W3rS4 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rxRZ4W3rS4 .mbr-section-subtitle {
  color: #767676;
}
.cid-rxRZ4W3rS4 H2 {
  color: #94ac60;
}
.cid-rxRZ5dhkqY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rxRZ5dhkqY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rxRZ5dhkqY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rxRZ5dhkqY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rxRZ5dhkqY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rxRZ5dhkqY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rxRZ5dhkqY .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rxRZ5dhkqY .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rxRZ5dhkqY .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rxRZ5dhkqY .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rxRZs8f1DZ {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rxRZs8f1DZ .mbr-section-subtitle {
  color: #767676;
}
.cid-rxRZs8f1DZ H2 {
  color: #94ac60;
}
.cid-rxRZtjwqwe {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rxRZtjwqwe .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rxRZtjwqwe .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rxRZtjwqwe .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rxRZtjwqwe .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rxRZtjwqwe .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rxRZtjwqwe .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rxRZtjwqwe .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rxRZtjwqwe .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rxRZtjwqwe .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rxQdkZnzwc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #94ac60;
}
.cid-rxQdkZnzwc a:link {
  text-decoration: none;
}
.cid-rxQdkZnzwc .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rxQdkZnzwc .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rxQdkZnzwc .inner-text {
  line-height: 3em;
}
.cid-rxQdkZnzwc .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rxQdkZnzwc .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rxQdkZnzwc .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rxQdkZnzwc .content-text,
.cid-rxQdkZnzwc .inner-text {
  color: #ffffff;
}
.cid-rxQ67mcEcl .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #94ac60;
}
.cid-rxQ67mcEcl .navbar.opened {
  transition: all .3s;
  background: #94ac60 !important;
}
.cid-rxQ67mcEcl .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-rxQ67mcEcl .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rxQ67mcEcl .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-rxQ67mcEcl .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rxQ67mcEcl .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-rxQ67mcEcl .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #a65c00;
}
.cid-rxQ67mcEcl .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-rxQ67mcEcl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rxQ67mcEcl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-rxQ67mcEcl .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-rxQ67mcEcl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rxQ67mcEcl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rxQ67mcEcl .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-rxQ67mcEcl .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-rxQ67mcEcl .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-rxQ67mcEcl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rxQ67mcEcl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-rxQ67mcEcl .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-rxQ67mcEcl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rxQ67mcEcl .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-rxQ67mcEcl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rxQ67mcEcl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rxQ67mcEcl .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-rxQ67mcEcl .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-rxQ67mcEcl .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-rxQ67mcEcl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rxQ67mcEcl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rxQ67mcEcl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-rxQ67mcEcl .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-rxQ67mcEcl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rxQ67mcEcl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rxQ67mcEcl .navbar.navbar-short {
  background: #94ac60 !important;
  min-height: 60px;
}
.cid-rxQ67mcEcl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rxQ67mcEcl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rxQ67mcEcl .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-rxQ67mcEcl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rxQ67mcEcl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rxQ67mcEcl .dropdown-item.active,
.cid-rxQ67mcEcl .dropdown-item:active {
  background-color: transparent;
}
.cid-rxQ67mcEcl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rxQ67mcEcl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rxQ67mcEcl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rxQ67mcEcl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #94ac60;
}
.cid-rxQ67mcEcl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-rxQ67mcEcl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rxQ67mcEcl ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-rxQ67mcEcl .navbar-buttons {
  text-align: center;
}
.cid-rxQ67mcEcl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rxQ67mcEcl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rxQ67mcEcl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rxQ67mcEcl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rxQ67mcEcl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rxQ67mcEcl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rxQ67mcEcl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rxQ67mcEcl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rxQ67mcEcl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rxQ67mcEcl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rxQ67mcEcl .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rxQ67mcEcl 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-rxQ67mcEcl .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rxQ67mcEcl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-rxQ67mcEcl .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-rxQ67mcEcl .nav-link:hover,
.cid-rxQ67mcEcl .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rxQmcdA4r6 {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rxQmcdA4r6 .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-rxQmcdA4r6 .icon2 {
  color: #ffffff;
}
.cid-rxQmcdA4r6 .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-rxQmcdA4r6 p {
  font-weight: 400;
}
.cid-rxQmcdA4r6 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-rxQmcdA4r6 .line2 {
  background: #ffffff;
}
.cid-rxQmcdA4r6 .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #94ac60;
}
.cid-rxQmcdA4r6 .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: white;
}
.cid-rxQmcdA4r6 .card2 {
  background: #a65c00;
}
.cid-rxQmcdA4r6 .card-title,
.cid-rxQmcdA4r6 .card-ico,
.cid-rxQmcdA4r6 .line-wrap {
  text-align: center;
}
.cid-rxQmcdA4r6 .mbr-text,
.cid-rxQmcdA4r6 .card-link {
  text-align: center;
}
.cid-rxRIxgRi7b {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rxRIxgRi7b .mbr-section-subtitle {
  color: #767676;
}
.cid-rxRIxgRi7b H2 {
  color: #94ac60;
}
.cid-rxQl6yNMPD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #94ac60;
}
.cid-rxQl6yNMPD a:link {
  text-decoration: none;
}
.cid-rxQl6yNMPD .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rxQl6yNMPD .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rxQl6yNMPD .inner-text {
  line-height: 3em;
}
.cid-rxQl6yNMPD .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rxQl6yNMPD .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rxQl6yNMPD .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rxQl6yNMPD .content-text,
.cid-rxQl6yNMPD .inner-text {
  color: #ffffff;
}
