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





body {
  font-family: Dosis;
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Pacifico', handwriting;
  font-size: 3.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Pacifico', handwriting;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Dosis', sans-serif;
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Dosis', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  color: initial;
  border-radius: 0;
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 2px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 2rem;
  border-radius: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
.btn-sm {
  font-weight: 600;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  font-weight: 600;
  letter-spacing: 2px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  font-weight: 600;
  letter-spacing: 2px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #bbe5e3 !important;
}
.bg-success {
  background-color: #e7ded5 !important;
}
.bg-info {
  background-color: #ff4100 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #bbe5e3 !important;
  border-color: #bbe5e3 !important;
  color: #2d7471 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #2d7471 !important;
  background-color: #84d0cc !important;
  border-color: #84d0cc !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #2d7471 !important;
  background-color: #84d0cc !important;
  border-color: #84d0cc !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #bbe5e3 !important;
  border-color: #bbe5e3 !important;
  color: #2d7471 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #2d7471 !important;
  background-color: #84d0cc !important;
  border-color: #84d0cc !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #2d7471 !important;
  background-color: #84d0cc !important;
  border-color: #84d0cc !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #e7ded5 !important;
  border-color: #e7ded5 !important;
  color: #785f45 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #785f45 !important;
  background-color: #cbb8a4 !important;
  border-color: #cbb8a4 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #785f45 !important;
  background-color: #cbb8a4 !important;
  border-color: #cbb8a4 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #71c9c5;
  color: #71c9c5 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #2d7471 !important;
  background-color: #bbe5e3;
  border-color: #bbe5e3;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #2d7471 !important;
  background-color: #bbe5e3 !important;
  border-color: #bbe5e3 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #71c9c5;
  color: #71c9c5 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #2d7471 !important;
  background-color: #bbe5e3;
  border-color: #bbe5e3;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #2d7471 !important;
  background-color: #bbe5e3 !important;
  border-color: #bbe5e3 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #992700;
  color: #992700 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #ff4100;
  border-color: #ff4100;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #c2ab94;
  color: #c2ab94 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #785f45 !important;
  background-color: #e7ded5;
  border-color: #e7ded5;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #785f45 !important;
  background-color: #e7ded5 !important;
  border-color: #e7ded5 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #111111;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #bbe5e3 !important;
}
.text-secondary {
  color: #bbe5e3 !important;
}
.text-success {
  color: #e7ded5 !important;
}
.text-info {
  color: #ff4100 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #71c9c5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #71c9c5 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #c2ab94 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #992700 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff4100;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #bbe5e3;
  border-color: #bbe5e3;
  color: #348783;
}
.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: #bbe5e3;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffd9cc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
#scrollToTop a {
  background: #444444;
  opacity: .5;
}
#scrollToTop a:hover {
  opacity: .7;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #ffffff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow {
  background-color: #444444;
  opacity: .5;
  transition: .3s;
}
.mbr-arrow a {
  color: #ffffff;
}
.mbr-arrow:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Dosis', 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: #bbe5e3;
  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;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form1 .input-group-btn a.btn {
  border-radius: 0 !important;
}
.form1 .input-group-btn button[type="submit"] {
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #bbe5e3;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #bbe5e3;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #bbe5e3;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #bbe5e3;
}
.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;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.cid-rfLQqAPtB8 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #585757;
}
.cid-rfLQqAPtB8 .navbar.opened {
  transition: all .3s;
  background: #585757 !important;
}
.cid-rfLQqAPtB8 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #e9afb7;
  color: #000000 !important;
  background: #f4d7db !important;
}
.cid-rfLQqAPtB8 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rfLQqAPtB8 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-rfLQqAPtB8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rfLQqAPtB8 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-rfLQqAPtB8 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #bbe5e3;
}
.cid-rfLQqAPtB8 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-rfLQqAPtB8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rfLQqAPtB8 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-rfLQqAPtB8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rfLQqAPtB8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rfLQqAPtB8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rfLQqAPtB8 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-rfLQqAPtB8 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-rfLQqAPtB8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rfLQqAPtB8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-rfLQqAPtB8 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-rfLQqAPtB8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rfLQqAPtB8 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-rfLQqAPtB8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rfLQqAPtB8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rfLQqAPtB8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rfLQqAPtB8 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-rfLQqAPtB8 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-rfLQqAPtB8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rfLQqAPtB8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rfLQqAPtB8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-rfLQqAPtB8 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-rfLQqAPtB8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rfLQqAPtB8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-rfLQqAPtB8 .navbar.navbar-short {
  background: #585757 !important;
  min-height: 60px;
}
.cid-rfLQqAPtB8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rfLQqAPtB8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rfLQqAPtB8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rfLQqAPtB8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rfLQqAPtB8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rfLQqAPtB8 .dropdown-item.active,
.cid-rfLQqAPtB8 .dropdown-item:active {
  background-color: transparent;
}
.cid-rfLQqAPtB8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rfLQqAPtB8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rfLQqAPtB8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rfLQqAPtB8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #585757;
}
.cid-rfLQqAPtB8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-rfLQqAPtB8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rfLQqAPtB8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-rfLQqAPtB8 .navbar-buttons {
  text-align: center;
}
.cid-rfLQqAPtB8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-rfLQqAPtB8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rfLQqAPtB8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rfLQqAPtB8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rfLQqAPtB8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rfLQqAPtB8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rfLQqAPtB8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rfLQqAPtB8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rfLQqAPtB8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rfLQqAPtB8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rfLQqAPtB8 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rfLQqAPtB8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-rfLQqAPtB8 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rfLQqAPtB8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-rfLQqAPtB8 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-rfLQqAPtB8 .nav-link:hover,
.cid-rfLQqAPtB8 .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-rfLQudlmuG {
  background-image: url("../../../assets/images/img-7722-1280x848.jpg");
}
.cid-rfLQudlmuG .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-rfLQudlmuG .mbr-section-title {
  color: #444444;
}
.cid-rfLQudlmuG .mbr-section-title span {
  color: #ffbc00;
}
.cid-rfLQudlmuG .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rfLQudlmuG .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-rfLU4nOkuz {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url("../../../assets/images/bg_2.jpg");
}
.cid-rfLU4nOkuz .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
}
.cid-rfLU4nOkuz .mbr-section-title {
  margin: 0;
}
.cid-rfLU4nOkuz .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rfLU4nOkuz .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-rfLU4nOkuz .card-img {
  text-align: center;
  font-size: 50px;
  color: #828080;
}
.cid-rfLU4nOkuz .row-item {
  padding-bottom: 2rem;
}
.cid-rfLU4nOkuz .row-item:hover .card-img .mbr-iconfont {
  color: #f4d7db !important;
}
@media (max-width: 767px) {
  .cid-rfLU4nOkuz .card-img,
  .cid-rfLU4nOkuz .mbr-text,
  .cid-rfLU4nOkuz .mbr-card-title,
  .cid-rfLU4nOkuz .mbr-section-subtitle,
  .cid-rfLU4nOkuz .mbr-section-title,
  .cid-rfLU4nOkuz .underline {
    text-align: center !important;
  }
}
.cid-rhM2VNmMuk {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-rhM2VNmMuk .row {
  margin-left: -5rem;
}
.cid-rhM2VNmMuk .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
}
.cid-rhM2VNmMuk .mbr-section-title,
.cid-rhM2VNmMuk .mbr-section-subtitle {
  color: #232323;
}
.cid-rhM2VNmMuk .mbr-section-subtitle span {
  font-weight: bold;
}
.cid-rhM2VNmMuk .mbr-text {
  color: #232323;
  font-weight: 100;
}
.cid-rhM2VNmMuk .mbr-section-btn {
  color: white;
}
@media (max-width: 767px) {
  .cid-rhM2VNmMuk .row {
    margin-left: -15px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rhM2VNmMuk .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-rfLQDgKPlh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rfLQDgKPlh .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rfLQDgKPlh .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rfLQDgKPlh .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rfLQDgKPlh .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-rfLQDgKPlh .process-icon,
.cid-rfLQDgKPlh .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-rfLQDgKPlh .wrapper,
.cid-rfLQDgKPlh .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-rfLQDgKPlh .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #f4d7db;
  opacity: .4;
}
.cid-rfLQDgKPlh .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-rfLQDgKPlh .icon-container a {
  display: inherit;
}
.cid-rfLQDgKPlh .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #bbe5e3 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #000000;
  z-index: 1;
}
.cid-rfLQDgKPlh .icon-main {
  margin: 1rem 0;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-rfLQDgKPlh .icon-main:hover .icon-wrapper {
  background-color: #bbe5e3 !important;
}
.cid-rfLQDgKPlh .icon-main:hover .icon-number {
  background-color: #f4d7db !important;
  color: #000000 !important;
}
.cid-rfLQDgKPlh .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-rfLQDgKPlh .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-rfLQDgKPlh .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-rfLQDgKPlh .third-elem .wrapper:before {
    display: none;
  }
}
.cid-rfLQDgKPlh .mbr-section-title {
  margin: 0;
}
.cid-rfLQDgKPlh .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-rhM37mycFx {
  background: #ffffff;
}
.cid-rhM37mycFx .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-rhM37mycFx .video-block {
    width: 100% !important;
  }
}
.cid-rhM3cyDlhs {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rhM3cyDlhs .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
}
.cid-rhM3cyDlhs .card {
  margin-bottom: 2rem;
}
.cid-rhM3cyDlhs .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-rhM3cyDlhs .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rhM3cyDlhs .btn {
  margin: .3rem;
}
.cid-rhM3cyDlhs .mbr-section-title {
  margin: 0;
}
.cid-rhM3cyDlhs .card-underline,
.cid-rhM3cyDlhs .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rhM3cyDlhs .card-underline .line,
.cid-rhM3cyDlhs .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-rhM3cyDlhs .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-rhM3cyDlhs .card-underline .line {
  background: #bbe5e3;
}
@media (max-width: 767px) {
  .cid-rhM3cyDlhs .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rhM3cyDlhs .row-content {
    min-width: 100%;
  }
  .cid-rhM3cyDlhs .card {
    display: block;
  }
}
.cid-rfLRkVej00 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rfLRkVej00 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rfLRkVej00 .photo-split {
  padding: 0;
}
.cid-rfLRkVej00 .photo-split img {
  width: 100%;
}
.cid-rfLRkVej00 .icon-transition span:hover {
  background-color: #bbe5e3;
}
.cid-rfLRkVej00 .counter-container ul {
  display: flex;
  flex-direction: column;
}
.cid-rfLRkVej00 .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-rfLRkVej00 .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-rfLRkVej00 .wrap-block {
  padding: 3rem 3rem;
}
.cid-rfLRkVej00 .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-rfLRkVej00 .wrap-block ul li {
  display: inline-block;
}
.cid-rfLRkVej00 .wrap-block ul li span {
  text-align: center;
}
.cid-rfLRkVej00 .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-rfLRkVej00 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rfLRkVej00 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rfLRkVej00 .mbr-list,
.cid-rfLRkVej00 .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-rfLRkVej00 .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-rfLRkVej00 .mbr-section-title,
  .cid-rfLRkVej00 .mbr-section-subtitle,
  .cid-rfLRkVej00 .mbr-text {
    text-align: center !important;
  }
  .cid-rfLRkVej00 .social-list {
    text-align: center !important;
  }
}
.cid-rhM32N26rb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rhM32N26rb blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
}
.cid-rhM32N26rb .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #232323;
  opacity: .1;
}
.cid-rhM32N26rb .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}
.cid-rfLRu5MrCm {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #efefef;
}
.cid-rfLRu5MrCm .images-container.container-fluid {
  padding: 0;
}
.cid-rfLRu5MrCm .media-container-row {
  margin: 0 auto;
  align-items: center;
}
.cid-rfLRu5MrCm .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-rfLRu5MrCm .media-container-row .img-item img {
  width: 100%;
}
.cid-rfLRu5MrCm .media-container-row .img-item .img-caption {
  background: #bbe5e3;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.cid-rfLRu5MrCm .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rfLRu5MrCm .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
.cid-rfLRu5MrCm .media-container-row .img-item.item1 .img-caption {
  right: 2rem;
}
@media (max-width: 992px) {
  .cid-rfLRu5MrCm .img-item {
    width: 100% !important;
  }
  .cid-rfLRu5MrCm .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rfLRu5MrCm .media-container-row .img-item {
    flex-direction: row;
  }
}
.cid-rfLRyjf60W {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rhM34eqbM9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rhM3hgXbZn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rhM3hgXbZn .mbr-section-title {
  margin: 0;
}
.cid-rhM3hgXbZn .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rhM3hgXbZn .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-rhM3hgXbZn .media-row {
  display: flex;
  justify-content: center;
}
.cid-rhM3hgXbZn .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-rhM3hgXbZn .team-item .item-image {
  position: relative !important;
}
.cid-rhM3hgXbZn .team-item .item-image img {
  width: 100%;
}
.cid-rhM3hgXbZn .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-rhM3hgXbZn .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rhM3hgXbZn .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rhM3hgXbZn .team-item .item-caption {
  background: #efefef;
}
.cid-rhM3hgXbZn .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-rhM3hgXbZn .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-rhM3hgXbZn .item-social li a span {
  border-radius: 50%;
  background-color: #444444;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-rhM3hgXbZn .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-rhM3hgXbZn .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-rhM3hgXbZn .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-rhM3hgXbZn .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-rhM3hgXbZn .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-rhM3hgXbZn .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-rhM3hgXbZn .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-rhM3hgXbZn .team-item:hover .item-image::after {
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  visibility: visible;
}
.cid-rhM3hgXbZn .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-rfLRgFy3jH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-rfLRgFy3jH .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
.cid-rfLRd4Ertb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rfLRd4Ertb .title {
  padding: 0 1em;
  margin-bottom: 25px;
  color: #232323;
}
.cid-rfLRd4Ertb .price-item {
  background: #ffffff;
  padding: 25px 0em;
  margin-bottom: 1em;
  border: 1px solid #f1f1f1;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.cid-rfLRd4Ertb .price-tage {
  background: #808080 none repeat scroll 0 0;
  padding: 15px 1em;
}
.cid-rfLRd4Ertb .pricing-footer {
  display: flex;
  justify-content: center;
}
.cid-rfLRd4Ertb .price-tage > span {
  letter-spacing: 2px;
}
.cid-rfLRd4Ertb .table-content {
  padding: 0;
  margin-bottom: 25px;
}
.cid-rfLRd4Ertb .table-content > li {
  list-style: none;
  border-bottom: 1px solid #f2f2f2;
  padding: 1em 1em;
}
.cid-rfLRd4Ertb .table-content > li:last-child {
  border-bottom: 1px solid #f0f0f0;
}
.cid-rfLRd4Ertb .table-content > li:nth-child(2n) {
  background: #f2f2f2 none repeat scroll 0 0;
}
.cid-rfLRd4Ertb .costs {
  color: #ffffff;
}
.cid-rfLRd4Ertb .costs-title {
  color: #ffffff;
}
.cid-rhM3kMApuB {
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-rhM3kMApuB .mbr-section {
  padding: 0;
}
.cid-rhM3kMApuB .first-col,
.cid-rhM3kMApuB .second-col {
  padding: 0 5%;
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-rhM3kMApuB .second-col {
  background-color: #000000;
}
.cid-rhM3kMApuB .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rhM3kMApuB .icon-transition span:hover {
  background-color: #e7ded5;
}
.cid-rhM3kMApuB .social-media {
  display: flex;
  padding-left: 0;
}
.cid-rhM3kMApuB .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rhM3kMApuB .social-media ul li {
  padding-right: 0.6rem;
  margin-bottom: .5rem;
  display: inline-block;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rhM3kMApuB .about-content {
    padding: 0 1rem;
  }
  .cid-rhM3kMApuB .typed-text {
    text-align: center;
  }
  .cid-rhM3kMApuB .second-col {
    padding: 1rem;
  }
  .cid-rhM3kMApuB .social-media {
    justify-content: center;
    padding: 0 1rem;
  }
  .cid-rhM3kMApuB .social-media ul li {
    padding: 0 0.3rem;
  }
}
.cid-rhM3kMApuB .mbr-section-title {
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
.cid-rhM3kMApuB .mbr-section-title span {
  color: #ffbc00;
}
.cid-rhM3kMApuB .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 0.03em;
}
.cid-rhM3kMApuB .progressbar-title p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.cid-rhM3kMApuB .progressbar-title {
  color: white;
}
.cid-rhM3kMApuB .progress {
  width: 100%;
  height: 5px;
  border-radius: 0;
}
.cid-rhM3kMApuB .progress_elements {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-rhM3kMApuB .progress_elements > div {
  flex: 0 0 100%;
  max-width: 100%;
}
.cid-rhM3kMApuB .progress-bar {
  height: 5px;
  background-color: #f25370;
}
.cid-rhM3kMApuB .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-rhM3kMApuB .progressbar-number {
  display: inline-block;
}
.cid-rhM3kMApuB .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rhM3kMApuB .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rhM3kMApuB .progress_value {
  position: relative;
  color: #f25370;
}
.cid-rhM3kMApuB progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rhM3kMApuB progress::-webkit-progress-value {
  background: #f25370;
}
.cid-rhM3kMApuB progress[value]::-moz-progress-bar {
  background: #f25370;
}
.cid-rhM3kMApuB progress::-ms-fill {
  background: #f25370;
}
.cid-rhM3kMApuB .progress1 .progressbar-number:before {
  content: '100';
}
.cid-rhM3kMApuB .progress2 .progressbar-number:before {
  content: '63';
}
.cid-rhM3kMApuB .progress3 .progressbar-number:before {
  content: '41';
}
.cid-rhM3kMApuB .progress4 .progressbar-number:before {
  content: '28';
}
.cid-rhM3kMApuB .progress5 .progressbar-number:before {
  content: '10';
}
.cid-rhM3kMApuB .progress-bar-1 {
  width: 100%;
}
.cid-rhM3kMApuB .progress-bar-2 {
  width: 63%;
}
.cid-rhM3kMApuB .progress-bar-3 {
  width: 41%;
}
.cid-rhM3kMApuB .progress-bar-4 {
  width: 28%;
}
.cid-rhM3kMApuB .progress-bar-5 {
  width: 10%;
}
.cid-rhM3kMApuB .mbr-section-title SPAN {
  color: #bbe5e3;
}
.cid-rfLRakpDls {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-rfLRakpDls .mbr-section-title {
  margin: 0;
}
.cid-rfLRakpDls .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rfLRakpDls .underline .line {
  width: 3rem;
  height: 2px;
  background: #ffffff;
  display: inline-block;
}
.cid-rfLRakpDls .slider-testimonials {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-rfLRakpDls .carousel-item {
  justify-content: center;
}
.cid-rfLRakpDls .carousel-item.active,
.cid-rfLRakpDls .carousel-item-next,
.cid-rfLRakpDls .carousel-item-prev {
  display: flex;
}
.cid-rfLRakpDls .carousel-control {
  transition: all .3s;
  opacity: 1;
  background-color: #000000;
  color: #ffffff;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 46%;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-rfLRakpDls .carousel-control.carousel-control-prev {
  left: -25px;
}
.cid-rfLRakpDls .carousel-control.carousel-control-prev:hover {
  left: -30px;
}
.cid-rfLRakpDls .carousel-control.carousel-control-next {
  right: -25px;
}
.cid-rfLRakpDls .carousel-control.carousel-control-next:hover {
  right: -30px;
}
.cid-rfLRakpDls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-rfLRakpDls .carousel-control:hover {
  background-color: #bbe5e3;
}
.cid-rfLRakpDls .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-rfLRakpDls .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 767px) {
  .cid-rfLRakpDls .carousel-control-prev,
  .cid-rfLRakpDls .carousel-control-next {
    display: none;
  }
  .cid-rfLRakpDls .mbr-section-title {
    padding-bottom: 0;
  }
  .cid-rfLRakpDls .slider-testimonials {
    padding: 2rem 1rem;
  }
}
@media (max-width: 230px) {
  .cid-rfLRakpDls .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-rfLRakpDls .carousel-row:hover .carousel-control {
  visibility: visible;
}
.cid-rfLRakpDls .user_name,
.cid-rfLRakpDls .user_desk {
  text-align: right;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rfLRakpDls .slider-testimonials {
    min-width: 100%;
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .cid-rfLRakpDls .carousel-control-prev {
    left: -40px !important;
  }
  .cid-rfLRakpDls .carousel-control-prev:hover {
    left: -45px !important;
  }
  .cid-rfLRakpDls .carousel-control-next {
    right: -40px !important;
  }
  .cid-rfLRakpDls .carousel-control-next:hover {
    right: -45px !important;
  }
}
.cid-rfLR5l7eFk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rfLR5l7eFk .mbr-section-heading {
  margin-bottom: 1.5em;
}
.cid-rfLR5l7eFk .input-main {
  width: 99.6%;
  margin-left: .1em;
}
.cid-rfLR5l7eFk .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-rfLR5l7eFk .input-wrap {
  padding: 0;
  margin-bottom: 1.3em;
}
.cid-rfLR5l7eFk .input-wrap input {
  border: 1px solid #ddd;
  padding-left: .5em;
  height: 2.5em;
  width: 96%;
}
.cid-rfLR5l7eFk .form-group textarea {
  height: 15em;
  background-color: white;
  padding: 0.5em 0.6em;
  width: 98%;
}
.cid-rfLRG29IKQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rfLRG29IKQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rfLRG29IKQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rfLRG29IKQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rfLRG29IKQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rfLRG29IKQ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rfLRG29IKQ .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-rfLRG29IKQ .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-rfLRG29IKQ .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-rfLRG29IKQ .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-rfLRG29IKQ .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-rfLRG29IKQ .mbr-gallery-filter ul {
  display: block;
}
.cid-rfLRG29IKQ .mbr-gallery-filter ul li {
  position: relative;
}
.cid-rfLRG29IKQ .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-rfLRG29IKQ .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-rfLRG29IKQ .mbr-gallery-filter li.active::after,
.cid-rfLRG29IKQ .mbr-gallery-filter li:hover::after {
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-rfLRG29IKQ .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-rfLRG29IKQ .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-rfLRG29IKQ .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-rfLRG29IKQ .icon-focus:before {
  content: '\e95e';
}
.cid-rfLRG29IKQ .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-rfLRG29IKQ .mbr-section-title {
  margin: 0;
}
.cid-rfLRG29IKQ .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rfLRG29IKQ .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-rfLR2lbDD7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rfLR2lbDD7 a:link {
  text-decoration: none;
}
.cid-rfLR2lbDD7 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rfLR2lbDD7 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rfLR2lbDD7 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rfLR2lbDD7 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rfLR2lbDD7 .foot-menu {
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-rfLR2lbDD7 .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-rfLR2lbDD7 .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-rfLR2lbDD7 .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-rfLR2lbDD7 .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-rfLR2lbDD7 .plan-title,
.cid-rfLR2lbDD7 .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-rfLR2lbDD7 .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-rfLR2lbDD7 .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-rfLR2lbDD7 .mbr-section-title span {
  color: #ffbc00;
}
.cid-rhM3sCZMEF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-rhM3sCZMEF a:link {
  text-decoration: none;
}
.cid-rhM3sCZMEF .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rhM3sCZMEF .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rhM3sCZMEF .inner-text {
  line-height: 3em;
}
.cid-rhM3sCZMEF .social-media {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.cid-rhM3sCZMEF .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rhM3sCZMEF .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rhM3sCZMEF .content-text,
.cid-rhM3sCZMEF .inner-text {
  color: #c1c1c1;
}
.cid-tg14toYlsX {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 80px;
}
.cid-tg14toYlsX .image-block {
  margin: auto;
}
.cid-tg14toYlsX figcaption {
  position: relative;
}
.cid-tg14toYlsX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tg14toYlsX .image-block {
    width: 100% !important;
  }
}
