@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i);

body {
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}

.cid-qx1ucGWNCO2 .mbr-section-subtitle {
  line-height: 1;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
} fa
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}

.mbr-text2 {
  font-style: bold;
  line-height: 1;
}

.mbr-text3 {
  font-style: italic;
  line-height: .1;
}

.display-8 {
  font-family: 'Rubik', sans-serif;
  font-size: .8rem;
}
.display-8 > .mbr-iconfont {
  font-size: .8rem;
}
.display-9 {
  font-family: 'Rubik', sans-serif;
  font-size: .5rem;
}
.display-9 > .mbr-iconfont {
  font-size: .5rem;
}

.display-10 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.1rem;
}
.display-10 > .mbr-iconfont {
  font-size: 2.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 and screen (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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))));
  }
  .display-10 {
    font-size: 1rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  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;
  padding: 1rem 3rem;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -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.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  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: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  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: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #0d6786;
  border-color: #0d6786;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff;
  background-color: #0d6786;
  border-color: #0d6786;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #82786e;
  border-color: #82786e;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #59524b;
  border-color: #59524b;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #f7ed4a;
  border-color: #f7ed4a;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #eadd0a;
  border-color: #eadd0a;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #879a9f;
  border-color: #879a9f;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #617479;
  border-color: #617479;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #b1a374;
  border-color: #b1a374;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #8b7d4e;
  border-color: #8b7d4e;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #ffffff;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
}
.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: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  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;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #149dcc !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0b566f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !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: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
.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;
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.43;
  min-height: 3.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: #149dcc;
  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;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media and screen (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media and screen (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: #149dcc;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #149dcc;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}
.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}
@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}
.navbar-toggleable-xl .navbar-toggler {
  display: none;
}
.card-img {
  width: auto;
}
.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}
.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;
}
.cid-quzNiOpXjg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}

.cid-quzNiOpXjg3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-quzNiOpXjg .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-quzNiOpXjg .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-quzNiOpXjg .card_cont {
  -o-transition: all .7s;
  -ms-transition: all .7s;
  -moz-transition: all .7s;
  -webkit-transition: all .7s;
  transition: all .7s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-quzNiOpXjg .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-quzNiOpXjg .card-front img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 600px;
}
.cid-quzNiOpXjg .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #ffffff;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-quzNiOpXjg .card {
  min-height: 300px;
}
.cid-quzNiOpXjg .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-quzNiOpXjg .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-quzNiOpXjg .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-quzNiOpXjg .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-quzNiOpXjg H4 {
  color: #149dcc;
}
.cid-quzNiOpXjg P {
  color: #149dcc;
}
.cid-quzLmY612t {
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-quzLmY612t .content {
    text-align: center;
  }
  .cid-quzLmY612t .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-quzLmY612t .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-quzLmY612t .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-quzLmY612t .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-quzLmY612t .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-quzLmY612t .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-quzLmY612t .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-quzLmY612t .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-quzLmY612t .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-quzLmY612t .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-quzLmY612t .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-quzLmY612t .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-quzNNxjyBL .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-quzNNxjyBL .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-quzNNxjyBL a {
  font-style: normal;
}
.cid-quzNNxjyBL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-quzNNxjyBL .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-quzNNxjyBL .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-quzNNxjyBL .btn .mbr-iconfont {
  font-size: 1.6rem;
}
`.cid-quzNNxjyBL .menu-logo {
  margin-right: auto;
}
.cid-quzNNxjyBL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-quzNNxjyBL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-quzNNxjyBL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-quzNNxjyBL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-quzNNxjyBL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-quzNNxjyBL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-quzNNxjyBL .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-quzNNxjyBL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-quzNNxjyBL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-quzNNxjyBL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-quzNNxjyBL .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-quzNNxjyBL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-quzNNxjyBL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-quzNNxjyBL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-quzNNxjyBL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-quzNNxjyBL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-quzNNxjyBL .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-quzNNxjyBL .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-quzNNxjyBL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-quzNNxjyBL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-quzNNxjyBL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-quzNNxjyBL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-quzNNxjyBL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-quzNNxjyBL button.navbar-toggler:focus {
  outline: none;
}
.cid-quzNNxjyBL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-quzNNxjyBL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-quzNNxjyBL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-quzNNxjyBL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-quzNNxjyBL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-quzNNxjyBL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-quzNNxjyBL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-quzNNxjyBL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-quzNNxjyBL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-quzNNxjyBL .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-quzNNxjyBL .collapsed .btn {
  display: flex;
}
.cid-quzNNxjyBL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-quzNNxjyBL .collapsed .navbar-collapse.collapsing,
.cid-quzNNxjyBL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-quzNNxjyBL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-quzNNxjyBL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-quzNNxjyBL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-quzNNxjyBL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-quzNNxjyBL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-quzNNxjyBL .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-quzNNxjyBL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-quzNNxjyBL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-quzNNxjyBL .collapsed button.navbar-toggler {
  display: block;
}
.cid-quzNNxjyBL .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-quzNNxjyBL .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-quzNNxjyBL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-quzNNxjyBL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-quzNNxjyBL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-quzNNxjyBL .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1024px) {
  .cid-quzNNxjyBL.navbar-expand {
    flex-direction: column;
  }
  .cid-quzNNxjyBL img {
    height: 3.8rem !important;
  }
  .cid-quzNNxjyBL .btn {
    display: flex;
  }
  .cid-quzNNxjyBL button.navbar-toggler {
    display: block;
  }
  .cid-quzNNxjyBL .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-quzNNxjyBL .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-quzNNxjyBL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-quzNNxjyBL .navbar-collapse.collapsing,
  .cid-quzNNxjyBL .navbar-collapse.show {
    display: block !important;
  }
  .cid-quzNNxjyBL .navbar-collapse.collapsing .navbar-nav,
  .cid-quzNNxjyBL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-quzNNxjyBL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-quzNNxjyBL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-quzNNxjyBL .navbar-collapse.collapsing .navbar-buttons,
  .cid-quzNNxjyBL .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-quzNNxjyBL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-quzNNxjyBL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-quzNNxjyBL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-quzNNxjyBL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-quzNNxjyBL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-quzNNxjyBL .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-quzNNxjyBL .menu-logo {
    flex-shrink: 0;
  }
}
.cid-quzNNxjyBL .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-quzNNxjyBL .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-quzNNxjyBL a {
  font-style: normal;
}
.cid-quzNNxjyBL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-quzNNxjyBL .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-quzNNxjyBL .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-quzNNxjyBL .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-quzNNxjyBL .menu-logo {
  margin-right: auto;
}
.cid-quzNNxjyBL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-quzNNxjyBL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-quzNNxjyBL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-quzNNxjyBL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-quzNNxjyBL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-quzNNxjyBL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-quzNNxjyBL .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-quzNNxjyBL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-quzNNxjyBL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-quzNNxjyBL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-quzNNxjyBL .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-quzNNxjyBL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-quzNNxjyBL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-quzNNxjyBL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-quzNNxjyBL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-quzNNxjyBL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-quzNNxjyBL .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-quzNNxjyBL .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-quzNNxjyBL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-quzNNxjyBL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-quzNNxjyBL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-quzNNxjyBL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-quzNNxjyBL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-quzNNxjyBL button.navbar-toggler:focus {
  outline: none;
}
.cid-quzNNxjyBL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-quzNNxjyBL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-quzNNxjyBL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-quzNNxjyBL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-quzNNxjyBL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-quzNNxjyBL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-quzNNxjyBL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-quzNNxjyBL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-quzNNxjyBL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-quzNNxjyBL .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-quzNNxjyBL .collapsed .btn {
  display: flex;
}
.cid-quzNNxjyBL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-quzNNxjyBL .collapsed .navbar-collapse.collapsing,
.cid-quzNNxjyBL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-quzNNxjyBL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-quzNNxjyBL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-quzNNxjyBL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-quzNNxjyBL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-quzNNxjyBL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-quzNNxjyBL .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-quzNNxjyBL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-quzNNxjyBL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-quzNNxjyBL .collapsed button.navbar-toggler {
  display: block;
}
.cid-quzNNxjyBL .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-quzNNxjyBL .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-quzNNxjyBL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}

.modal-dialog-centered {
	transform: translate(0, -15%);
    top: 7%;
    margin: 0 auto;
}

.modal-lg-2 {
	max-width: 1680px !important;
	max-height: 1440px !important;
}

.cid-quzNNxjyBL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-quzNNxjyBL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-quzNNxjyBL .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-quzNNxjyBL.navbar-expand {
    flex-direction: column;
  }
  .cid-quzNNxjyBL img {
    height: 3.8rem !important;
  }
  .cid-quzNNxjyBL .btn {
    display: flex;
  }
  .cid-quzNNxjyBL button.navbar-toggler {
    display: block;
  }
  .cid-quzNNxjyBL .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-quzNNxjyBL .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-quzNNxjyBL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-quzNNxjyBL .navbar-collapse.collapsing,
  .cid-quzNNxjyBL .navbar-collapse.show {
    display: block !important;
  }
  .cid-quzNNxjyBL .navbar-collapse.collapsing .navbar-nav,
  .cid-quzNNxjyBL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-quzNNxjyBL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-quzNNxjyBL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-quzNNxjyBL .navbar-collapse.collapsing .navbar-buttons,
  .cid-quzNNxjyBL .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-quzNNxjyBL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-quzNNxjyBL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-quzNNxjyBL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-quzNNxjyBL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-quzNNxjyBL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-quzNNxjyBL .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-quzNNxjyBL .menu-logo {
    flex-shrink: 0;
  }
}

.cid-quzNiOpXjg2 {
  padding-top: 65px;
  padding-bottom: 7px;
  background-color: #149dcc;
}

@media(max-width: 1024px){
	.cid-quzNiOpXjg2 .container2 {
  		display: none;
	}

	.cid-quzNiOpXjg2 {
		padding-top: 0px;
	}
	
}

/*----- Read More Button ----*/

.learnbutton {
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
}

.learnbutton2 {
    background-color: #149dcc; 
    color: white;
	font-style: bold;
    border: 2px solid white;
}

.learnbutton2:hover {
    background-color: white;
    color: #149dcc;
	border: 2px solid #149dcc;
}

/*----- Parallax -----*/

.parallax2 {
    background-image: url("../../../assets/images/background3.jpg");
    min-height: 550px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carouselbg1 {
	background-image: url("../../../assets/images/treatment/Riverhill/SCAN1_2_rotation.jpg");
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax3 {
    background-image: url("../../../assets/images/treatment/SerenidadMEN/DSC_6677.jpg");
    min-height: 900px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax6 {
    background-image: url("../../../assets/images/yrh/IMG_0992_new.jpg");
    min-height: 550px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax4 {
    background-image: url("../../../assets/images/treatment/SerenidadWOMAN/DSC_6845_2.jpg");
    min-height: 900px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax5 {
    background-image: url("../../../assets/images/esperanza/parallax.jpg");
    min-height: 550px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxsasi-education {
    background-image: url("../../../assets/images/prevention_intervention/Scenery Photos/DSC00552.JPG");
    min-height: 550px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxsinformation {
    background-image: url("../../../assets/images/star - sasi/IMG_1063.jpg");
    min-height: 850px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxscounseling {
    background-image: url("../../../assets/images/star - sasi/229A3443.jpg");
    min-height: 850px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxbtrauma {
    background-image: url("../../../assets/images/star - sasi/229A3611.jpg");
    min-height: 850px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxhopes {
    background-image: url("../../../assets/images/treatment/YouthShelter/DSC_6884.jpg");
    min-height: 850px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxeffect {
    background-image: url("../../../assets/images/effect1.jpg");
    min-height: 850px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxiecmhc {
    background-image: url("../../../assets/images/iecmhc1.png");
    min-height: 850px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxsmart {
    background-image: url("../../../assets/images/smart1.png");
    min-height: 850px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxsbh {
    background-image: url("../../../assets/images/sbh1.jpg");
    min-height: 850px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxstar {
    background-image: url("../../../assets/images/Launchmain.png");
    min-height: 850px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxfrontera {
    background-image: url("../../../assets/images/fronteramain.png");
    min-height: 850px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxmat {
    background-image: url("../../../assets/images/matmain.png");
    min-height: 850px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxmhat {
    background-image: url("../../../assets/images/mhatmain.png");
    min-height: 850px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxcorazon {
    background-image: url("../../../assets/images/corazon/1- Corazon main.jpg");
    min-height: 850px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxbbhep {
    background-image: url("../../../assets/images/bbhep.png");
    min-height: 850px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxaware {
    background-image: url("../../../assets/images/awaremain.jpg");
    min-height: 850px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxtac {
    background-image: url("../../../assets/images/treatment/Nancy Camera/edited/DSC_1795.jpg");
    min-height: 850px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxsf {
    background-image: url("../../../assets/images/female 2.jpg");
    min-height: 850px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxyrcs {
    background-image: url("../../../assets/images/prevention_intervention/banners/DSC00472 (Large).jpg");
    min-height: 750px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxteprss {
    background-image: url("../../../assets/images/prevention_intervention/banners/DSC00498 (Large).jpg");
    min-height: 750px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxaepm {
    background-image: url("../../../assets/images/prevention_intervention/banners/DSC00502 (Large).jpg");
    min-height: 750px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxpadre {
    background-image: url("../../../assets/images/prevention_intervention/banners/DSC00523 (Large).jpg");
    min-height: 750px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxppi {
    background-image: url("../../../assets/images/prevention_intervention/banners/DSC00526 (Large).jpg");
    min-height: 750px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxrbi {
    background-image: url("../../../assets/images/prevention_intervention/banners/DSC00538 (Large).jpg");
    min-height: 850px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxypu {
    background-image: url("../../../assets/images/prevention_intervention/banners/DSC00555 (Large).jpg");
    min-height: 850px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxyps {
    background-image: url("../../../assets/images/prevention_intervention/banners/DSC00559 (Large).jpg");
    min-height: 850px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxypi {
    background-image: url("../../../assets/images/prevention_intervention/banners/DSC00566 (Large).jpg");
    min-height: 850px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxfcp {
    background-image: url("../../../assets/images/prevention_intervention/banners/DSC00605 (Large).jpg");
    min-height: 850px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxstpn {
    background-image: url("../../../assets/images/prevention_intervention/banners/DSC00610 (Large).jpg");
    min-height: 850px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxccp {
    background-image: url("../../../assets/images/prevention_intervention/banners/DSC00651 (Large).jpg");
    min-height: 850px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxstarrccp {
    background-image: url("../../../assets/images/ccpstarr1.jpg");
    min-height: 850px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxTHV {
    background-image: url("../../../assets/images/THV.jpg");
    min-height: 850px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxspfpfs {
    background-image: url("../../../assets/images/prevention_intervention/banners/DSC00631 (Large).jpg");
    min-height: 850px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxarcoiris {
    background-image: url("../../../assets/images/prevention_intervention/banners/DSC00584 (Large).jpg");
    min-height: 850px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxqa {
    background-image: url("../../../assets/images/prevention_intervention/banners/DSC00587 (Large).jpg");
    min-height: 850px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxce {
    background-image: url("../../../assets/images/prevention_intervention/banners/DSC00598 (Large).jpg");
    min-height: 850px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxeys {
    background-image: url("../../../assets/images/treatment/ShelterEsperanzaOUT/DSC_7068_crop.jpg");
    min-height: 900px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxmain {
    background-image: url("../../../assets/images/scan2.jpg");
    min-height: 900px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxAOP {
    background-image: url("../../../assets/images/treatment/DSC_9176.jpg");
	top: 250px;
    min-height: 550px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxabout {
    background-image: url("../../../assets/images/scan2.jpg");
    min-height: 1000px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxabout2 {
    background-image: url("../../../assets/images/IMG_0653_edited.jpg");
    min-height: 1100px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxabout3 {
    background-image: url("../../../assets/images/IMG_0624.jpg");
    min-height: 1100px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxabout4 {
    background-image: url("../../../assets/images/IMG_0721.jpg");
    min-height: 1100px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxres {
    background-image: url("../../../assets/images/IMG_0721.jpg");
    min-height: 650px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	overflow: visible !important;   /* permitir que el scroll se propague */
    -webkit-overflow-scrolling: touch; /* mejora scroll en móviles */
}

.parallaxcwkl {
    background-image: url("../../../assets/images/prevention_intervention/Scenery Photos/edited/DSC00498.jpg");
    min-height: 650px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.colorfunrun {
	height: 100%;
	width: 100%;
}



/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.clearfix::after,
.calendar ol::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* ================
Calendar Styling */
.calendar {
  border-radius: 10px;
}

.month {
  font-size: 2rem;
}

@media (min-width: 992px) {
  .month {
    font-size: 3.5rem;
  }
}

.calendar ol li {
  float: left;
  width: 14.28571%;
}

.calendar .day-names {
  border-bottom: 1px solid #eee;
}

.calendar .day-names li {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.calendar .days li {
  border-bottom: 1px solid #eee;
  min-height: 8rem;
}

.calendar .days li .date {
  margin: 0.5rem 0;
}

.calendar .days li .event {
  font-size: 0.75rem;
  padding: 0.4rem;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 4rem;
  margin-bottom: 1px;
}

.calendar .days li .event.span-2 {
  width: 200%;
}

.calendar .days li .event.begin {
  border-radius: 1rem 0 0 1rem;
}

.calendar .days li .event.end {
  border-radius: 0 1rem 1rem 0;
}

.calendar .days li .event.clear {
  background: none;
}

.calendar .days li:nth-child(n+29) {
  border-bottom: none;
}

.calendar .days li.outside .date {
  color: #ddd;
}

.hide {
	display: none;
}
.ca-width{
	height: 465px;
}

@media (max-width: 640px){
	.ca-width{
		height: 865px;
	}
}

@media (max-width: 640px){
	.parallax2 {
	min-height: 620px;
	}
	
}

.carousel-indicators li {
  background-color: #999;
  background-color: rgba(70,70,70,.25);
}

.carousel-indicators .active {
  background-color: #149dcc;
}

@media (min-width:992px){
	.modal-lg2 {
		max-width:1150px;
	}
}

#divmobiles {
	display: none;
}

@media (max-width: 400px){
	#divmobiles{
		display: block;
	}
	
	#divpcs{
		display: none;
	}
}

#langside {
	position: absolute;
    left: -80px;
    transition: 0.3s;
    padding: 15px;
    width: 100px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 0 5px 5px 0;
	top: 80px;
    background-color: #2196F3;
}

#langside:hover{
	left: -25px;
}

#google_translate_element {
  bottom: calc(53px + 16px)!important;
  z-index: 999999999999999!important;
  left: 65px!important;
  position: fixed!important;
}
.goog-te-banner-frame {display:none;}
#goog-gt-tt {display:none!important;visibility:hidden!important;}

.goog-te-gadget {
  font-family: Roboto, 'Open Sans', sans-serif!important;
  text-transform: uppercase;
}
.goog-te-gadget-simple  {
  border: 1px solid rgba(255,255,255,0.50) !important;
  background-color: rgba(20,157,204,0.75)!important;
  padding: 8px!important;
  border-radius: 4px!important;
  font-size: 1rem!important;
  line-height:2rem!important;
  display: inline-block;
  cursor: pointer;
  zoom: 1;
}
.goog-te-menu2 {
  	max-width: 20%;
}
.goog-te-menu-value {
  	color: #fff !important;
}
.goog-te-menu-value:before {
    font-family: 'Material Icons';
    content: "\E927";
    margin-right: 16px;
    font-size: 2rem;
    vertical-align: -10px;
    width:32px!important;
  } 
.goog-te-menu-value span:nth-child(5) {
  	display:none;
}
.goog-te-menu-value span:nth-child(3) {
  	border:none!important;
  	font-family: 'Material Icons'; 
}
 .goog-te-menu-value:after {
    font-family: 'Material Icons';
    content: "\E5C5";
    font-size: 1.5rem;
    vertical-align: -6px;
  } 
.goog-te-gadget-icon {
    background-image: url(https://placehold.it/32)!important;
    background-position: 0px 0px;
    height: 32px!important;
    width: 32px!important;
    margin-right: 8px!important;
    display: none;
}

/*/ ============ HIDE TOP BAR ============ */
.goog-te-banner-frame.skiptranslate {display: none!important;} 
body {top: 0px!important;}

/* ================================== *\
    Mediaqueries
\* ================================== */
@media (max-width: 667px) {
	
	#google_translate_element {
			bottom: 20px !important;
			left: 20px!important;
			width: 20%!important;				
		}	
	#google_translate_element goog-te-gadget {
			width:20%!important;
		}
	#google_translate_element .skiptranslate {
			width:20%!important;			
		}
	#google_translate_element .goog-te-gadget-simple {
			width: calc(55px)!important;
			text-align: center;
		}
	.goog-te-menu-value {
            color: transparent !important;
			font-size: 0 !important;
			line-height: 0 !important;
	    }
	.goog-te-menu-value:after {
    		display: none;
  	  	}
	.goog-te-menu-value:before {
			color: #fff !important;
  		} 
}

.goog-tooltip {
    display: none !important;
}
.goog-tooltip:hover {
    display: none !important;
}
.goog-text-highlight {
    background-color: transparent !important;
    border: none !important; 
    box-shadow: none !important;
}

.noscroll::-webkit-scrollbar {
    width: 1em;
}

.noscroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(250,250,250,0);
	-moz-box-shadow: inset 0 0 6px rgba(250,250,250,0);
	box-shadow: inset 0 0 6px rgba(250,250,250,0);
    
}

.noscroll::-webkit-scrollbar-thumb {
  background-color: transparent;
  outline: 1px solid slategrey;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
}

.sticky {
  position: fixed;
  top: 183px;
  width: 100%;
  z-index: 1049;
}

.sticky + contentres {
  padding-top: 60px;
}

.custom-dropdown{
  position: absolute; 
  right: 30px;
  top: 30px
}

.custom-dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(255,255,255,1);
  min-width: 6px;
  z-index: 1;
  font-size: 15px;
}

.custom-dropdown:hover .custom-dropdown-content {display: block;}

.topmenu::before { 
  display: block; 
  content: " "; 
  margin-top: -85px; 
  height: 85px; 
  visibility: hidden; 
  pointer-events: none;
}

.topmenu2::before { 
  display: block; 
  content: " "; 
  margin-top: -107px; 
  height: 107px; 
  visibility: hidden; 
  pointer-events: none;
}

.topmenu3::before { 
  display: block; 
  content: " "; 
  margin-top: -65px; 
  height: 65px; 
  visibility: hidden; 
  pointer-events: none;
}

.cid-quzLmY612t h5{
	text-transform: capitalize;
}

@media (max-width: 380px){
	.ytcontainer{
		margin-top: 20%;
		padding-top: 11%;
    	padding-bottom: 51%;
	}
}

.ytframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ytcontainerbck {
	margin-top: 25%;
	padding-top: 11%;
	padding-bottom: 51%;
}

.material-icons.md-18 { font-size: 18px; }

.mousehand {
	cursor: pointer;
}

.list-item-selected:hover{
	background-color: #149dcc;
	color: #fff;
}

.training-disabled{
	opacity: 0.2;
}

.list-item-clicked{
	background-color: #149dcc;
}

/*----- Testimonial Carousel -----*/

#quote-carousel {
    padding: 20px 10px 30px 10px;
    margin-top: 60px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}

#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}

@media (max-width: 768px){
	#quote-carousel .carousel-indicators .active {
    width: 88px;
    height: 88px;
    opacity: 1;
    transition: all .2s;
	}
}

@media (max-width: 375px){
	
	#quote-carousel .carousel-indicators .active {
    width: 58px;
    height: 58px;
    opacity: 1;
    transition: all .2s;
	}
	
	#quote-carousel .carousel-indicators li {
    width: 40px;
	height: 40px;
	}
	
	.parallax2 {
	min-height: 600px;
	}
}

.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
	font-size: 36px;
    float: left;
    margin-right: 10px;
}

.item blockquote p:after {
    content: "\f10e";
    font-family: 'Fontawesome';
	font-size: 36px;
    float: right;
    margin-right: 10px;
}

.fa-chevron-left:before{content:"\f053"}
.fa-chevron-right:before{content:"\f054"}
.fa-fa-caret-up:after{content: "\f0d8"}
.fa-heart{content: "\f004"}


/*----- lightbox -----*/

.row255 > .column255 {
  padding: 8px 8px;
}

.row255:after {
  content: "";
  display: table;
  clear: both;
}

.column255 {
  display:inline-block;
  align-items: center;
  width: 15%;
  margin-left: auto;
  margin-right: auto;
}

.column256 {
  float: left;
}

/* The Modal (background) */
.modal255 {
  display: none;
  position: fixed;
  z-index: 20;
  padding-top: 30px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.90);
}

.modal2556 {
  position: fixed;
  z-index: 20;
  padding-top: 30px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,1.00);
}

.modal2557 {
  position: fixed;
  z-index: 18;
  padding-top: 30px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,1);
}

/* Modal Content */
.modal-content255 {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close255 {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close255:hover,
.close255:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides255 {
  display: none;
}

.cursor255 {
  cursor: pointer
}

/* Next & previous buttons */
.prev255,
.next255 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next255 {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev255:hover,
.next255:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext255 {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


.caption-container255 {
  text-align: center;
  background-color: rgba(0,0,0,1);
  padding: 2px 16px;
  color: white;
}

.demo255 {
  opacity: 0.6;
}

.active255,
.demo255:hover {
  opacity: 1;
}

img.hover-shadow255 {
  transition: 0.3s
}

.hover-shadow255:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.cid-qx1rMg1t51 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}

.cid-qx1rMg1t51 .card-wrapper {
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}

.cid-qx1rMg1t51 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.3s;
}

.cid-qx1rMg1t51 .card-box {
  padding: 2rem 2rem 0;
}

.cid-qx1tQ6vAQ5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}

.cid-qx1tQ6vAQ5 .card-wrapper {
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}

.cid-qx1tQ6vAQ5 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}

.cid-qx1tQ6vAQ5 .card-box {
  padding: 2rem 2rem 0;
}

.cid-qx1tQ6vAQ5 .mbr-section-btn {
  padding-top: 1rem;
}

.cid-qx1tQ6vAQ5 .mbr-text {
  padding-top: .5rem; 
  color: #767676;
}

.card-wrapper .topcard{
	display: none;
    top: 0;
    left: 0;
    z-index: 99;
	width: 100%;
}

.card-wrapper:hover .topcard {
    display: inline;
 }

.card-wrapper:hover .backcard {
	display: none;
}

.cid-qx1ucGWNCO2 {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/casablanca.jpg");	
}

.cid-qx1ucGWNCO2_iyaa {
  padding-top: 135px;
  padding-bottom: 290px;
  background-image: url("../../../assets/images/prevention_intervention/banners/DSC00497 (Large).jpg");	
}

.cid-qx1ucGWNCO2_ryaa {
  padding-top: 135px;
  padding-bottom: 290px;
  background-image: url("../../../assets/images/prevention_intervention/banners/DSC00464 (Large).jpg");	
}

.cid-qx1ucGWNCO2_index {
  padding-top: 135px;
  padding-bottom: 290px;
  background-image: url("../../../assets/images/eventbanner.png");	
}

.cid-qx1ucGWNCO2_py {
  padding-top: 135px;
  padding-bottom: 290px;
  background-image: url("../../../assets/images/prevention_intervention/banners/DSC00544 (Large).jpg");	
}

.cid-qx1ucGWNCO2_pyaa {
  padding-top: 135px;
  padding-bottom: 290px;
  background-image: url("../../../assets/images/prevention_intervention/banners/DSC00591 (Large).jpg");	
}

.cid-qx1ucGWNCO2_clientsportal {
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: url("../../../assets/images/prevention_intervention/edited/IMG_0554.jpg");	
}

.cid-qx1ucGWNCO2_coalitions {
  padding-top: 135px;
  padding-bottom: 290px;
  background-image: url("../../../assets/images/prevention_intervention/banners/DSC00628 (Large).jpg");	
}

.cid-qx1ucGWNCO3 {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.jpg");	
}

.cid-qx1ucGWNCO3-iyp {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/prevention_intervention/Scenery Photos/edited/DSC00498.jpg");	
}

.cid-qx1ucGWNCO {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background4.jpg");	
}

.cid-quzNiOpXjg3 .card-wrapper {
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.5s;
  opacity: 1;
  transition: opacity 0.5s;
}

.cid-quzNiOpXjg3 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.5s;
  opacity: 0.75;
  transition: opacity 0.5s;
}

.srchcentered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
    font-size: 50px;
	color: white;
}

.srchanimated {
    display: none;
}

.cid-quzNiOpXjg3 .card-wrapper:hover div.srchanimated {
    display: block;
	transition: display 0.5s;
}

.cid-qx7ptVcGkG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}

.cid-qx7ptVcGkG .google-map {
  height: 53rem;
  position: relative;
}

.cid-qx1tQ6vAQ5 .google-map {
  height: 53rem;
  position: relative;
}

.cid-qx7ptVcGkG-2 .google-map {
  height: 25rem;
  position: relative;
  margin: 10px 0 20px 0; 
}

.cid-qx1tQ6vAQ5 .google-map {
  height: 400px;
  width: 95%;
  margin: 30px auto 20px auto;
  display: block;
}

.cid-qx7ptVcGkG .map-container iframe{
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.cid-qx7ptVcGkG .map-container iframe.clicked{
	pointer-events: auto;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.cid-qx7ptVcGkG .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-qx7ptVcGkG .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qx7ptVcGkG .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qx7ptVcGkG .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-qx7ptVcGkG .mbr-text {
  color: #767676;
}

.callout {
  position: fixed;
  bottom: 105px;
  right: 90px;
  margin-left: 20px;
  max-width: 300px;
  box-shadow: 10px 10px 25px rgba(0,0,0,0.60);
  z-index: 999999999;
}

.callout-header {
  padding: 25px 15px;
  background: #149dcc;
  font-size: 22px;
  color: white;
}

.callout-container {
  padding: 15px;
  background-color: #fff;
  color: black
}

.callclosebtn {
  position: absolute;
  top: 5px;
  right: 15px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

.callclosebtn:hover {
  color: lightgrey;
}

.cid-qx7ptVcGkG .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}

.cid-qx7ptVcGkG .input-group-btn {
  display: block;
  text-align: center;
}

.cid-qx7ptVcGkG .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qx7ptVcGkG .input {
  margin-bottom: 15px;
}
.cid-qx7ptVcGkG .map {
  width: 100%;
  height: 30rem;
}
.cid-qx7ptVcGkG .map iframe {
  width: inherit;
  height: 100%;
}
.cid-qx7ptVcGkG .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-qx7ptVcGkG .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qx7ptVcGkG .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-qx7ptVcGkG .mbr-text {
  color: #767676;
}
.cid-qx7ptVcGkG a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qx7ptVcGkG .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qx7ptVcGkG .input-group-btn {
  display: block;
  text-align: center;
}

.cid-qx7ptVcGkG .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qx7ptVcGkG .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-qx7ptVcGkG .google-map[data-state] {
  background: #e9e5dc;
}

.cid-qx7ptVcGkG-2 .google-map[data-state] {
  background: #fff;
}
.cid-qx7ptVcGkG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}

@media and screen (max-width: 767px) {
  .cid-qx7ptVcGkG h2 {
    padding-top: 2rem;
  }
}
@media and screen (min-width: 768px) {
  .cid-qx7ptVcGkG .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-qx7ptVcGkG .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}

.cid-qxzVjEUQGF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qxzVjEUQGF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qxzVjEUQGF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qxzVjEUQGF .mbr-slider .carousel-control-next {
  left: 92%;
  margin-right: 2.5rem;
}

@media and screen (max-width: 768px){
	.cid-qxzVjEUQGF .mbr-slider .carousel-control-prev {
  	display: none;
	}
	.cid-qxzVjEUQGF .mbr-slider .carousel-control-next {
  	display: none;
	}
}

.cid-qxzVjEUQGF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qxzVjEUQGF .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qxzVjEUQGF .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(to left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}

.cid-qCcYIwj4RF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qCcYIwj4RF h2 {
  text-align: center;
}
.cid-qCcYIwj4RF h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qCcYIwj4RF p {
  color: #767676;
}
.cid-qCcYIwj4RF .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qCcYIwj4RF .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qCcYIwj4RF .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qCcYIwj4RF .mbr-section-subtitle {
  color: #767676;
}
.cid-qCcYIwj4RF .card-title {
  font-weight: 500;
}
.cid-qCcYIwj4RF .card-img {
  text-align: inherit;
}
.cid-qCcYIwj4RF .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qCcYIwj4RF .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qCcYIwj4RF .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qCcYIwj4RF .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qCcYIwj4RF .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qCcYIwj4RF .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}

.cid-qCcYIwj4RF .google-map {
  height: 44.6rem;
  position: relative;
}

.cid-qCcYIwj4RF .map-container iframe{
	width: 100%;
	display: block;
	pointer-events: auto;
	position: relative;
}

.cid-qCcYIwj4RF .map {
  width: 100%;
  height: 30rem;
}
.cid-qCcYIwj4RF .map iframe {
  width: inherit;
  height: 100%;
}

.cid-qCcYIwj4RF .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qCcYIwj4RF .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-qCcYIwj4RF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qCcYIwj4RF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-qCcYqXfDIJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qCcYqXfDIJ .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qCcYqXfDIJ .section-text {
  padding: 2rem 0;
}
.cid-qCcYqXfDIJ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qCcYqXfDIJ .inner-container {
    width: 100% !important;
  }
}

.cid-qx1rMg1t51 .cardview {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
	padding-top: 10px;
    width: 100%;
}

.cid-qx1rMg1t51 .container-cv {
    padding: 2px 16px;
}

.cid-qx1rMg1t51 .cv-btn {
	text-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.cid-quzLmXuP5Q .cardview {
    box-shadow: 15px 15px 10px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
	padding-top: 10px;
    width: 100%;
	background-color: rgba(252,252,252,0.75)
}

.cid-quzLmXuP5Q .container-cv {
    padding: 35px 50px 40px;
}

.cid-quzLmXuP5Q .cv-btn {
	text-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.btndon {
	border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0px 0px;
    cursor: pointer;
	padding: 5px 20px;
	font-weight: bold;
}

.btn-primarydon{
	color:#fff;
	background-color:#31F900;
	border-color:#31F900;
}

.btn-primarydon:hover{
	color:#000000;
	background-color:#F2FF28;
	border-color:#F2FF28;
	animation-duration: 4s;
	-webkit-animation-duration: 4s;
	-ms-animation-duration: 4s;
	-moz-animation-duration: 4s;	
}

/*------------------------- snackbar ----------------------------------------*/

#snackbar {
  visibility: hidden;
  min-width: 100%;
  /*-- background-image: url('../../../assets/images/snackbar.png'); --*/
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  position: fixed;
  z-index: 99999999999;
  bottom: 0px;
  height: 180px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 0px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 0px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 0px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 0px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}
/*---------------------------- end snackbar -----------------------------------*/


#docbody a{
	line-height: 0; 
    font-size: 0;
    color: transparent;
}

.btn-primarydon.focus,.btn-primarydon:focus{
	box-shadow:0 0 0 3px rgba(0,123,255,.5)
}

.btn-primarydon.disabled,.btn-primarydon:disabled{
	background-color:#007bff;
	border-color:#007bff
}

.btn-primarydon.active,.btn-primarydon:active,.show>.btn-primarydon.dropdown-toggle{
	background-color:#0069d9;
	background-image:none;
	border-color:#0062cc
}

.newsiframe {
	height: 13090px;
}

@media (max-width: 768px) {
	.newsiframe{
		padding-top: 35px;
		height: 12100px;
	}
  }

}






