@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);





body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.08rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.82rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 20px 30px;
  border-radius: 8px;
}
.bg-primary {
  background-color: #999999 !important;
}
.bg-success {
  background-color: #0b9940 !important;
}
.bg-info {
  background-color: #511a11 !important;
}
.bg-warning {
  background-color: #b97ecd !important;
}
.bg-danger {
  background-color: #d30e07 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #999999 !important;
  border-color: #999999 !important;
  color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #999999 !important;
  border-color: #999999 !important;
  color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !important;
}
.btn-info,
.btn-info:active {
  background-color: #511a11 !important;
  border-color: #511a11 !important;
  color: #ffffff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #120604 !important;
  border-color: #120604 !important;
}
.btn-success,
.btn-success:active {
  background-color: #0b9940 !important;
  border-color: #0b9940 !important;
  color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #065222 !important;
  border-color: #065222 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
  color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b47b7 !important;
  border-color: #9b47b7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d30e07 !important;
  border-color: #d30e07 !important;
  color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #890905 !important;
  border-color: #890905 !important;
}
.btn-white {
  color: #404040 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #999999 !important;
  border-color: #999999 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #999999 !important;
  border-color: #999999 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #511a11;
  color: #511a11;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #511a11;
  border-color: #511a11;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #511a11 !important;
  border-color: #511a11 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #0b9940;
  color: #0b9940;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #0b9940;
  border-color: #0b9940;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0b9940 !important;
  border-color: #0b9940 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #b97ecd;
  color: #b97ecd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #b97ecd;
  border-color: #b97ecd;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #d30e07;
  color: #d30e07;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #d30e07;
  border-color: #d30e07;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d30e07 !important;
  border-color: #d30e07 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  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: #999999 !important;
}
.text-secondary {
  color: #999999 !important;
}
.text-success {
  color: #0b9940 !important;
}
.text-info {
  color: #511a11 !important;
}
.text-warning {
  color: #b97ecd !important;
}
.text-danger {
  color: #d30e07 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1bef6a !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #a53523 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e1c8e9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #f94d47 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #511a11;
}
.alert-warning {
  background-color: #b97ecd;
}
.alert-danger {
  background-color: #d30e07;
}
.mbr-gallery-filter li.active .btn {
  background-color: #999999;
  border-color: #999999;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #999999;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d9d9d9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #33f07a;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #df7968;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fcadaa;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #999999;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #999999;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #999999 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #999999 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23999999' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sHSjLGM5Xt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/handsome-bearded-man-hugs-woman-red-dress-tender-standing-golden-summer-field-2000x1333.jpeg");
  background-attachment: fixed;
}
.cid-sHSjLGM5Xt h2,
.cid-sHSjLGM5Xt h3,
.cid-sHSjLGM5Xt h4,
.cid-sHSjLGM5Xt p {
  color: #ffffff;
}
.cid-sHSjLGM5Xt .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 250px;
  max-width: 100%;
  object-fit: scale-down;
  margin-top: -5rem;
  padding-bottom: 2rem;
}
.cid-sHSjLGM5Xt .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sHSjLGM5Xt .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sHSjLGM5Xt .mbr-text {
  color: #767676;
}
.cid-sHSjLGM5Xt .form-block {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}
.cid-sHSjLGM5Xt .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  opacity: 0.8;
  z-index: 0;
}
.cid-sHSjLGM5Xt .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-sHSjLGM5Xt a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sHSjLGM5Xt .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sHSjLGM5Xt .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sHSjLGM5Xt textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-sHSjLGM5Xt .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sHSjLGM5Xt .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sHSjLGM5Xt .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sHSjLGM5Xt .center {
    margin-top: -5rem !important;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sHSjLGM5Xt h1 {
    font-size: 28px !important;
  }
  .cid-sHSjLGM5Xt h3 {
    font-size: 18px !important;
  }
  .cid-sHSjLGM5Xt .btn {
    font-size: 12px !important;
  }
}
@media (max-width: 499px) {
  .cid-sHSjLGM5Xt .block-content {
    padding: 0;
  }
  .cid-sHSjLGM5Xt .form-block {
    padding: 1rem;
  }
}
.cid-sHSjLGM5Xt .mbr-section-title,
.cid-sHSjLGM5Xt .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sHSjLGM5Xt .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-sHSjLGM5Xt H4 {
  text-align: center;
}
.cid-sHSjLGM5Xt .form-text {
  text-align: center;
  color: #fff300;
}
.cid-sHSjpwFtRJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sHSjpwFtRJ img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sHSjpwFtRJ img:hover {
  transform: scale(1.1);
}
.cid-sHSjpwFtRJ .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sHSjpwFtRJ h2 {
  padding: 0;
  margin: 0;
}
.cid-sHSjpwFtRJ .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sHSjpwFtRJ .text-col {
  max-width: 750px;
  margin: auto;
  padding: 6rem 2rem;
}
.cid-sHSjpwFtRJ .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sHSjpwFtRJ .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sHSjpwFtRJ .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sHSjpwFtRJ .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sHSjpwFtRJ .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sHSjpwFtRJ .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sHSjpwFtRJ .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sHSjpwFtRJ H2 {
  color: #333333;
}
.cid-sHSjpwFtRJ .mbr-text {
  color: #767676;
}
.cid-sHSjpwFtRJ H1 {
  color: #000000;
}
.cid-sGsTuYpJGm {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sGsTuYpJGm .container {
    max-width: 1400px;
  }
}
.cid-sGsTuYpJGm .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #999999;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sGsTuYpJGm .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sGsTuYpJGm .mbr-text {
  font-size: 14px !important;
}
.cid-sGsTuYpJGm .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sGsTuYpJGm .main-title {
  margin-bottom: 3rem;
  text-align: center;
  color: #3f5364;
}
.cid-sGsTuYpJGm .card {
  transition: all 0.3s;
}
.cid-sGsTuYpJGm .card .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sGsTuYpJGm .card .card-wrapper .img-wrapper {
  width: auto;
  height: 100%;
  margin-bottom: 10px;
}
.cid-sGsTuYpJGm .card .card-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cid-sGsTuYpJGm .card .card-wrapper .card-box {
  padding-top: 30px;
}
.cid-sGsTuYpJGm .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  margin-bottom: 16px;
}
.cid-sGsTuYpJGm .card .card-wrapper .card-box .mbr-text {
  font-weight: 400;
}
.cid-sGsTuYpJGm .card .card-wrapper .card-box .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 767px) {
  .cid-sGsTuYpJGm .card-box {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sGsTuYpJGm .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem !important;
  box-shadow: none !important;
}
.cid-sGsTuYpJGm .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  padding-left: 0.4rem;
  transition: padding 0.3s !important;
}
.cid-sGsTuYpJGm .btn[class*="-outline"]:hover span {
  padding-left: 15px;
}
.cid-sGsTuYpJGm .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #000000 !important;
  box-shadow: none !important;
}
.cid-sGsTuYpJGm .btn[class*="-outline"]:active,
.cid-sGsTuYpJGm .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sGsTuYpJGm .main-title DIV {
  text-align: left;
}
.cid-sGsTuYpJGm .card-title,
.cid-sGsTuYpJGm .card-box {
  color: #000000;
}
.cid-sGsTuYpJGm .mbr-text,
.cid-sGsTuYpJGm .link-wrap {
  text-align: center;
}
.cid-sGsTuYpJGm .mbr-text,
.cid-sGsTuYpJGm .mbr-section-btn {
  color: #000000;
}
.cid-sGsXaKORNo {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sGsXaKORNo .container {
    max-width: 1400px;
  }
}
.cid-sGsXaKORNo .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #999999;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sGsXaKORNo .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sGsXaKORNo .mbr-text {
  font-size: 14px !important;
}
.cid-sGsXaKORNo .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sGsXaKORNo .main-title {
  margin-bottom: 3rem;
  text-align: center;
  color: #3f5364;
}
.cid-sGsXaKORNo .card {
  transition: all 0.3s;
}
.cid-sGsXaKORNo .card .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sGsXaKORNo .card .card-wrapper .img-wrapper {
  width: auto;
  height: 100%;
  margin-bottom: 10px;
}
.cid-sGsXaKORNo .card .card-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cid-sGsXaKORNo .card .card-wrapper .card-box {
  padding-top: 30px;
}
.cid-sGsXaKORNo .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  margin-bottom: 16px;
}
.cid-sGsXaKORNo .card .card-wrapper .card-box .mbr-text {
  font-weight: 400;
}
.cid-sGsXaKORNo .card .card-wrapper .card-box .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 767px) {
  .cid-sGsXaKORNo .card-box {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sGsXaKORNo .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem !important;
  box-shadow: none !important;
}
.cid-sGsXaKORNo .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  padding-left: 0.4rem;
  transition: padding 0.3s !important;
}
.cid-sGsXaKORNo .btn[class*="-outline"]:hover span {
  padding-left: 15px;
}
.cid-sGsXaKORNo .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #000000 !important;
  box-shadow: none !important;
}
.cid-sGsXaKORNo .btn[class*="-outline"]:active,
.cid-sGsXaKORNo .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sGsXaKORNo .main-title DIV {
  text-align: left;
}
.cid-sGsXaKORNo .card-title,
.cid-sGsXaKORNo .card-box {
  color: #000000;
}
.cid-sGsXaKORNo .mbr-text,
.cid-sGsXaKORNo .link-wrap {
  text-align: center;
}
.cid-sGsXaKORNo .mbr-text,
.cid-sGsXaKORNo .mbr-section-btn {
  color: #000000;
}
.cid-sHSt0xgORp {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/handsome-bearded-man-hugs-woman-red-dress-tender-standing-golden-summer-field-2000x1333.jpeg");
}
.cid-sHSt0xgORp .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-sHSt0xgORp .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 700px) {
  .cid-sHSt0xgORp .btn {
    font-size: 14x !important;
  }
}
.cid-sHSoA6R5d5 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-sHSoA6R5d5 .mbr-iconfont {
  color: #767676;
  font-size: 0.9rem;
}
.cid-sHSoA6R5d5 .title,
.cid-sHSoA6R5d5 .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sHSoA6R5d5 .card-wrapper {
  overflow: hidden;
  height: 100%;
  padding: 0rem;
}
.cid-sHSoA6R5d5 .ico-wrap {
  background: #efefef;
  padding: 1rem;
}
.cid-sHSoA6R5d5 .phone {
  margin-bottom: 0;
  color: #767676;
  text-align: left;
}
.cid-sHSoA6R5d5 .text-box {
  padding: 0rem;
}
.cid-sHSoA6R5d5 .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sHSoA6R5d5 .card-title {
  color: #000000;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sHSoA6R5d5 .card-img {
  border-radius: 100%;
  overflow: hidden;
}
.cid-sHSoA6R5d5 .card-box {
  padding: 0rem;
}
.cid-sHSoA6R5d5 .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #000000;
  text-align: center;
}
.cid-sHSoA6R5d5 .status {
  color: #767676;
  text-align: left;
}
@media (min-width: 576px) {
  .cid-sHSoA6R5d5 .card-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sHSoA6R5d5 .card-img {
    width: 30%;
  }
  .cid-sHSoA6R5d5 .card-box {
    width: 70%;
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sHSoA6R5d5 .card-img {
    width: 50%;
  }
  .cid-sHSoA6R5d5 .card-box {
    width: 50%;
    margin-left: 0rem;
  }
  .cid-sHSoA6R5d5 .text-box {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-sHSoA6R5d5 .card-img {
    width: 100%;
  }
  .cid-sHSoA6R5d5 .card-box {
    width: 100%;
  }
}
.cid-sHSoA6R5d5 .card-box > p,
.cid-sHSoA6R5d5 .mbr-section-btn {
  color: #767676;
}
.cid-sHSr6TYm1c {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #efeeee;
}
.cid-sHSr6TYm1c .mbr-text,
.cid-sHSr6TYm1c .mbr-section-btn,
.cid-sHSr6TYm1c H4 {
  color: #767676;
}
.cid-sHSr6TYm1c .img-box {
  position: relative;
}
.cid-sHSr6TYm1c .img1 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 1;
}
.cid-sHSr6TYm1c .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-sHSr6TYm1c img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(179, 179, 179, 0.35);
}
@media (max-width: 700px) {
  .cid-sHSr6TYm1c img {
    display: none;
  }
  .cid-sHSr6TYm1c .author-box {
    justify-content: center;
  }
}
.cid-sHSr6TYm1c .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sHSr6TYm1c .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-sHSr6TYm1c .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-sHSr6TYm1c h3,
.cid-sHSr6TYm1c h4 {
  margin: 0;
  padding: 0;
}
.cid-sHSr6TYm1c H3 {
  color: #149dcc;
}
.cid-sHSsORk5bj .google-map {
  height: 30rem;
  position: relative;
}
.cid-sHSsORk5bj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sHSsORk5bj .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-sHSsORk5bj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sHSsORk5bj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rVs6HuYwmv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
@media (min-width: 1500px) {
  .cid-rVs6HuYwmv .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-rVs6HuYwmv .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rVs6HuYwmv p {
  color: #ffffff;
  font-size: 14px !important;
}
.cid-rYR0Tflm8C {
  background-color: #000000;
}
.cid-rYR0Tflm8C .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-rYR0Tflm8C .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-rYR0Tflm8C .mbr-section-title,
.cid-rYR0Tflm8C .icon-wrap,
.cid-rYR0Tflm8C .mbr-section-btn {
  text-align: center;
}
.cid-rYR0Tv3LaA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
@media (min-width: 1500px) {
  .cid-rYR0Tv3LaA .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-rYR0Tv3LaA .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rYR0Tv3LaA p {
  color: #ffffff;
  font-size: 14px !important;
}
.cid-sAlijD86v5 {
  background-color: #000000;
}
.cid-sAlijD86v5 .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-sAlijD86v5 .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sAlijD86v5 .mbr-section-title,
.cid-sAlijD86v5 .icon-wrap,
.cid-sAlijD86v5 .mbr-section-btn {
  text-align: center;
}
.cid-sAlijDvcQW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
@media (min-width: 1500px) {
  .cid-sAlijDvcQW .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-sAlijDvcQW .copyright {
    margin-bottom: 1rem;
  }
}
.cid-sAlijDvcQW p {
  color: #ffffff;
  font-size: 14px !important;
}
