@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: 'Dosis', sans-serif;
  font-size: 1.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-2 {
  font-family: 'Dosis', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.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: 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))));
  }
  .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.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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  color: initial;
  border-radius: 0;
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 2px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  font-weight: 600;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  font-weight: 600;
  letter-spacing: 2px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  font-weight: 600;
  letter-spacing: 2px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ffbc00 !important;
}
.bg-success {
  background-color: #36d88a !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: #ffbc00 !important;
  border-color: #ffbc00 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #b38400 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #b38400 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #36d88a !important;
  border-color: #36d88a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #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: #997100;
  color: #997100 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #ffbc00;
  border-color: #ffbc00;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #215f88;
  color: #215f88 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #3e97d1;
  border-color: #3e97d1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #992700;
  color: #992700 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #ff4100;
  border-color: #ff4100;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #1b8d56;
  color: #1b8d56 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #36d88a;
  border-color: #36d88a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #36d88a !important;
  border-color: #36d88a !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #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: #ffbc00 !important;
}
.text-secondary {
  color: #3e97d1 !important;
}
.text-success {
  color: #36d88a !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: #997100 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #215f88 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1b8d56 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #992700 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #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):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffbc00;
  border-color: #ffbc00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #ffbc00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff2cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1f9ed;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffd9cc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#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%;
  -webkit-transform: rotate(135deg);
  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;
  -webkit-transform: rotate(45deg);
  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: #ffbc00;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  -webkit-justify-content: center;
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #ffbc00;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #ffbc00;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ffbc00;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ffbc00;
}
/* Headers*/
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.cid-qGinQdvTfe .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-qGinQdvTfe .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-qGinQdvTfe .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-qGinQdvTfe .navbar .navbar-collapse {
  transition: none;
  justify-content: flex-end;
  z-index: 1;
}
.cid-qGinQdvTfe .navbar.collapsed.opened {
  text-align: center;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  justify-content: flex-start;
}
.cid-qGinQdvTfe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qGinQdvTfe .navbar.collapsed.opened .navbar-toggler {
  order: -1;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-qGinQdvTfe .navbar.collapsed.opened .navbar-collapse {
  flex-basis: initial;
}
.cid-qGinQdvTfe .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-qGinQdvTfe .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qGinQdvTfe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qGinQdvTfe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qGinQdvTfe .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-qGinQdvTfe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qGinQdvTfe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-qGinQdvTfe .navbar.opened {
    text-align: center;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    justify-content: flex-start;
  }
  .cid-qGinQdvTfe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qGinQdvTfe .navbar.opened .navbar-toggler {
    order: -1;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-qGinQdvTfe .navbar.opened .navbar-collapse {
    flex-basis: initial;
  }
  .cid-qGinQdvTfe .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-qGinQdvTfe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qGinQdvTfe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qGinQdvTfe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qGinQdvTfe .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-qGinQdvTfe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qGinQdvTfe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qGinQdvTfe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-qGinQdvTfe .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-qGinQdvTfe .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-qGinQdvTfe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qGinQdvTfe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qGinQdvTfe .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qGinQdvTfe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qGinQdvTfe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qGinQdvTfe .dropdown-item.active,
.cid-qGinQdvTfe .dropdown-item:active {
  background-color: transparent;
}
.cid-qGinQdvTfe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qGinQdvTfe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qGinQdvTfe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qGinQdvTfe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-qGinQdvTfe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qGinQdvTfe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qGinQdvTfe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qGinQdvTfe .navbar-buttons {
  text-align: center;
}
.cid-qGinQdvTfe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qGinQdvTfe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qGinQdvTfe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qGinQdvTfe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qGinQdvTfe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qGinQdvTfe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qGinQdvTfe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGinQdvTfe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qGinQdvTfe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qGinQdvTfe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGinQdvTfe .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qGinQdvTfe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-qGinQdvTfe a.nav-link:focus {
  outline: none;
}
.cid-qGinQdvTfe .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qGifKoRSdS {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qGifKoRSdS .subicon-title {
  color: #ff4100;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-qGifKoRSdS .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-qGifKoRSdS .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-qGifKoRSdS .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-qGifKoRSdS .process-icon,
.cid-qGifKoRSdS .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-qGifKoRSdS .wrapper,
.cid-qGifKoRSdS .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-qGifKoRSdS .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #444444;
  opacity: .4;
}
.cid-qGifKoRSdS .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-qGifKoRSdS .icon-container a {
  display: inherit;
}
.cid-qGifKoRSdS .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: #ff4100 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-qGifKoRSdS .icon-main {
  margin: 1rem 0;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-qGifKoRSdS .icon-main:hover .icon-wrapper {
  background-color: #ff4100 !important;
}
.cid-qGifKoRSdS .icon-main:hover .icon-number {
  background-color: #444444 !important;
  color: #ffffff !important;
}
.cid-qGifKoRSdS .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-qGifKoRSdS .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-qGifKoRSdS .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-qGifKoRSdS .third-elem .wrapper:before {
    display: none;
  }
}
.cid-qGifKoRSdS .mbr-section-title {
  margin: 0;
}
.cid-qGifKoRSdS .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-qGifKoRSdS .mbr-section-title,
.cid-qGifKoRSdS .underline {
  color: #ff4100;
}
.cid-qGig7FO6y7 {
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-qGig7FO6y7 .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-qGig7FO6y7 .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-qGig7FO6y7 .mbr-section-title span {
  color: #ffbc00;
}
.cid-qGig7FO6y7 .mbr-text {
  color: #ff4100;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-qGkCFiMRL9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qGkCFiMRL9 .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-qGkCFiMRL9 .mbr-section-title {
  margin: 0;
}
.cid-qGkCFiMRL9 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-qGkCFiMRL9 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-qGkCFiMRL9 .card-img {
  text-align: initial;
}
.cid-qGkCFiMRL9 .row-item {
  padding-bottom: 2rem;
}
.cid-qGkCFiMRL9 .row-item:hover .card-img .mbr-iconfont {
  color: #444444 !important;
}
@media (max-width: 767px) {
  .cid-qGkCFiMRL9 .card-img,
  .cid-qGkCFiMRL9 .mbr-text,
  .cid-qGkCFiMRL9 .mbr-card-title,
  .cid-qGkCFiMRL9 .mbr-section-subtitle,
  .cid-qGkCFiMRL9 .mbr-section-title,
  .cid-qGkCFiMRL9 .underline {
    text-align: center !important;
  }
}
.cid-qGkCFiMRL9 .mbr-section-title,
.cid-qGkCFiMRL9 .underline {
  color: #ff4100;
}
.cid-qGkCFiMRL9 .mbr-card-title,
.cid-qGkCFiMRL9 .card-img {
  color: #ff4100;
}
.cid-qGkD2GSYTM {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-qGkD2GSYTM .row {
  margin-left: -5rem;
}
.cid-qGkD2GSYTM .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-qGkD2GSYTM .mbr-section-title,
.cid-qGkD2GSYTM .mbr-section-subtitle {
  color: #232323;
}
.cid-qGkD2GSYTM .mbr-section-subtitle span {
  font-weight: bold;
}
.cid-qGkD2GSYTM .mbr-text {
  color: #ff4100;
  font-weight: 100;
}
.cid-qGkD2GSYTM .mbr-section-btn {
  color: white;
}
@media (max-width: 767px) {
  .cid-qGkD2GSYTM .row {
    margin-left: -15px;
  }
}
.cid-qGobLH8T79 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGobLH8T79 .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-qGobLH8T79 .mbr-section-title {
  margin: 0;
}
.cid-qGobLH8T79 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-qGobLH8T79 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-qGobLH8T79 .card-img {
  text-align: initial;
}
.cid-qGobLH8T79 .row-item {
  padding-bottom: 2rem;
}
.cid-qGobLH8T79 .row-item:hover .card-img .mbr-iconfont {
  color: #444444 !important;
}
@media (max-width: 767px) {
  .cid-qGobLH8T79 .card-img,
  .cid-qGobLH8T79 .mbr-text,
  .cid-qGobLH8T79 .mbr-card-title,
  .cid-qGobLH8T79 .mbr-section-subtitle,
  .cid-qGobLH8T79 .mbr-section-title,
  .cid-qGobLH8T79 .underline {
    text-align: center !important;
  }
}
.cid-qGobLH8T79 .mbr-section-title,
.cid-qGobLH8T79 .underline {
  color: #ff4100;
}
.cid-qGobLH8T79 .mbr-card-title,
.cid-qGobLH8T79 .card-img {
  color: #ff4100;
}
.cid-qGkDog0Lbr {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qGkDog0Lbr .title {
  padding: 0 1em;
  margin-bottom: 25px;
  color: #ff4100;
}
.cid-qGkDog0Lbr .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-qGkDog0Lbr .price-tage {
  background: #808080 none repeat scroll 0 0;
  padding: 15px 1em;
}
.cid-qGkDog0Lbr .pricing-footer {
  display: flex;
  justify-content: center;
}
.cid-qGkDog0Lbr .price-tage > span {
  letter-spacing: 2px;
}
.cid-qGkDog0Lbr .table-content {
  padding: 0;
  margin-bottom: 25px;
}
.cid-qGkDog0Lbr .table-content > li {
  list-style: none;
  border-bottom: 1px solid #f2f2f2;
  padding: 1em 1em;
}
.cid-qGkDog0Lbr .table-content > li:last-child {
  border-bottom: 1px solid #f0f0f0;
}
.cid-qGkDog0Lbr .table-content > li:nth-child(2n) {
  background: #f2f2f2 none repeat scroll 0 0;
}
.cid-qGkDog0Lbr .costs {
  color: #ffffff;
}
.cid-qGkDog0Lbr .costs-title {
  color: #ffffff;
}
.cid-qGkDog0Lbr .table-content LI {
  color: #232323;
}
.cid-qGjHiBdTNn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-qGjHiBdTNn a:link {
  text-decoration: none;
}
.cid-qGjHiBdTNn .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-qGjHiBdTNn .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-qGjHiBdTNn .inner-text {
  line-height: 3em;
}
.cid-qGjHiBdTNn .social-media {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.cid-qGjHiBdTNn .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qGjHiBdTNn .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qGjHiBdTNn .content-text,
.cid-qGjHiBdTNn .inner-text {
  color: #c1c1c1;
}
.cid-qGjQf03SgH .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-qGjQf03SgH .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-qGjQf03SgH .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-qGjQf03SgH .navbar .navbar-collapse {
  transition: none;
  justify-content: flex-end;
  z-index: 1;
}
.cid-qGjQf03SgH .navbar.collapsed.opened {
  text-align: center;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  justify-content: flex-start;
}
.cid-qGjQf03SgH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qGjQf03SgH .navbar.collapsed.opened .navbar-toggler {
  order: -1;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-qGjQf03SgH .navbar.collapsed.opened .navbar-collapse {
  flex-basis: initial;
}
.cid-qGjQf03SgH .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-qGjQf03SgH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qGjQf03SgH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qGjQf03SgH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qGjQf03SgH .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-qGjQf03SgH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qGjQf03SgH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-qGjQf03SgH .navbar.opened {
    text-align: center;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    justify-content: flex-start;
  }
  .cid-qGjQf03SgH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qGjQf03SgH .navbar.opened .navbar-toggler {
    order: -1;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-qGjQf03SgH .navbar.opened .navbar-collapse {
    flex-basis: initial;
  }
  .cid-qGjQf03SgH .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-qGjQf03SgH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qGjQf03SgH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qGjQf03SgH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qGjQf03SgH .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-qGjQf03SgH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qGjQf03SgH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qGjQf03SgH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-qGjQf03SgH .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-qGjQf03SgH .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-qGjQf03SgH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qGjQf03SgH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qGjQf03SgH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qGjQf03SgH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qGjQf03SgH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qGjQf03SgH .dropdown-item.active,
.cid-qGjQf03SgH .dropdown-item:active {
  background-color: transparent;
}
.cid-qGjQf03SgH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qGjQf03SgH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qGjQf03SgH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qGjQf03SgH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-qGjQf03SgH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qGjQf03SgH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qGjQf03SgH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qGjQf03SgH .navbar-buttons {
  text-align: center;
}
.cid-qGjQf03SgH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qGjQf03SgH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qGjQf03SgH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qGjQf03SgH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qGjQf03SgH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qGjQf03SgH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qGjQf03SgH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGjQf03SgH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qGjQf03SgH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qGjQf03SgH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGjQf03SgH .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qGjQf03SgH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-qGjQf03SgH a.nav-link:focus {
  outline: none;
}
.cid-qGjQf03SgH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qGjVEPa6k7 {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qGjVEPa6k7 .mbr-section-title {
  margin: 0;
  color: #ff4100;
}
.cid-qGjVEPa6k7 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-qGjVEPa6k7 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-qGjVEPa6k7 .media-row {
  display: flex;
  justify-content: center;
}
.cid-qGjVEPa6k7 .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-qGjVEPa6k7 .team-item .item-image {
  position: relative !important;
}
.cid-qGjVEPa6k7 .team-item .item-image img {
  width: 100%;
}
.cid-qGjVEPa6k7 .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-qGjVEPa6k7 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qGjVEPa6k7 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qGjVEPa6k7 .team-item .item-caption {
  background: #efefef;
}
.cid-qGjVEPa6k7 .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-qGjVEPa6k7 .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-qGjVEPa6k7 .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-qGjVEPa6k7 .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-qGjVEPa6k7 .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-qGjVEPa6k7 .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-qGjVEPa6k7 .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-qGjVEPa6k7 .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-qGjVEPa6k7 .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-qGjVEPa6k7 .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-qGjVEPa6k7 .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-qGjVEPa6k7 .item-name {
  color: #ff4100;
}
.cid-qGjVEPa6k7 .mbr-section-subtitle {
  color: #72a933;
}
.cid-qGtdvk5A5U {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qGtdvk5A5U .mbr-section-title {
  margin: 0;
  color: #ff4100;
}
.cid-qGtdvk5A5U .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-qGtdvk5A5U .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-qGtdvk5A5U .media-row {
  display: flex;
  justify-content: center;
}
.cid-qGtdvk5A5U .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-qGtdvk5A5U .team-item .item-image {
  position: relative !important;
}
.cid-qGtdvk5A5U .team-item .item-image img {
  width: 100%;
}
.cid-qGtdvk5A5U .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-qGtdvk5A5U .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qGtdvk5A5U .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qGtdvk5A5U .team-item .item-caption {
  background: #efefef;
}
.cid-qGtdvk5A5U .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-qGtdvk5A5U .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-qGtdvk5A5U .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-qGtdvk5A5U .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-qGtdvk5A5U .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-qGtdvk5A5U .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-qGtdvk5A5U .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-qGtdvk5A5U .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-qGtdvk5A5U .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-qGtdvk5A5U .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-qGtdvk5A5U .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-qGtdvk5A5U .item-name {
  color: #ff4100;
}
.cid-qIj7vmeBS7 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qIj7vmeBS7 .mbr-section-title {
  margin: 0;
  color: #ff4100;
}
.cid-qIj7vmeBS7 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-qIj7vmeBS7 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-qIj7vmeBS7 .media-row {
  display: flex;
  justify-content: center;
}
.cid-qIj7vmeBS7 .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-qIj7vmeBS7 .team-item .item-image {
  position: relative !important;
}
.cid-qIj7vmeBS7 .team-item .item-image img {
  width: 100%;
}
.cid-qIj7vmeBS7 .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-qIj7vmeBS7 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qIj7vmeBS7 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qIj7vmeBS7 .team-item .item-caption {
  background: #efefef;
}
.cid-qIj7vmeBS7 .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-qIj7vmeBS7 .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-qIj7vmeBS7 .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-qIj7vmeBS7 .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-qIj7vmeBS7 .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-qIj7vmeBS7 .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-qIj7vmeBS7 .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-qIj7vmeBS7 .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-qIj7vmeBS7 .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-qIj7vmeBS7 .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-qIj7vmeBS7 .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-qIj7vmeBS7 .item-name {
  color: #ff4100;
}
.cid-qGnWHMF3cG {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qGnWHMF3cG .mbr-section-title {
  margin: 0;
  color: #ff4100;
}
.cid-qGnWHMF3cG .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-qGnWHMF3cG .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-qGnWHMF3cG .media-row {
  display: flex;
  justify-content: center;
}
.cid-qGnWHMF3cG .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-qGnWHMF3cG .team-item .item-image {
  position: relative !important;
}
.cid-qGnWHMF3cG .team-item .item-image img {
  width: 100%;
}
.cid-qGnWHMF3cG .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-qGnWHMF3cG .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qGnWHMF3cG .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qGnWHMF3cG .team-item .item-caption {
  background: #efefef;
}
.cid-qGnWHMF3cG .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-qGnWHMF3cG .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-qGnWHMF3cG .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-qGnWHMF3cG .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-qGnWHMF3cG .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-qGnWHMF3cG .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-qGnWHMF3cG .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-qGnWHMF3cG .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-qGnWHMF3cG .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-qGnWHMF3cG .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-qGnWHMF3cG .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-qGnWHMF3cG .item-name {
  color: #ff4100;
}
.cid-qMJXsutLnI {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qMJXsutLnI .mbr-section-title {
  margin: 0;
  color: #ff4100;
}
.cid-qMJXsutLnI .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-qMJXsutLnI .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-qMJXsutLnI .media-row {
  display: flex;
  justify-content: center;
}
.cid-qMJXsutLnI .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-qMJXsutLnI .team-item .item-image {
  position: relative !important;
}
.cid-qMJXsutLnI .team-item .item-image img {
  width: 100%;
}
.cid-qMJXsutLnI .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-qMJXsutLnI .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qMJXsutLnI .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qMJXsutLnI .team-item .item-caption {
  background: #efefef;
}
.cid-qMJXsutLnI .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-qMJXsutLnI .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-qMJXsutLnI .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-qMJXsutLnI .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-qMJXsutLnI .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-qMJXsutLnI .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-qMJXsutLnI .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-qMJXsutLnI .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-qMJXsutLnI .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-qMJXsutLnI .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-qMJXsutLnI .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-qMJXsutLnI .item-name {
  color: #ff4100;
}
.cid-qQnyWgbL2C {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qQnyWgbL2C .mbr-section-title {
  margin: 0;
  color: #ff4100;
}
.cid-qQnyWgbL2C .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-qQnyWgbL2C .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-qQnyWgbL2C .media-row {
  display: flex;
  justify-content: center;
}
.cid-qQnyWgbL2C .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-qQnyWgbL2C .team-item .item-image {
  position: relative !important;
}
.cid-qQnyWgbL2C .team-item .item-image img {
  width: 100%;
}
.cid-qQnyWgbL2C .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-qQnyWgbL2C .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qQnyWgbL2C .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qQnyWgbL2C .team-item .item-caption {
  background: #efefef;
}
.cid-qQnyWgbL2C .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-qQnyWgbL2C .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-qQnyWgbL2C .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-qQnyWgbL2C .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-qQnyWgbL2C .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-qQnyWgbL2C .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-qQnyWgbL2C .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-qQnyWgbL2C .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-qQnyWgbL2C .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-qQnyWgbL2C .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-qQnyWgbL2C .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-qQnyWgbL2C .item-name {
  color: #ff4100;
}
.cid-qXp2SthxCl {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qXp2SthxCl .mbr-section-title {
  margin: 0;
  color: #ff4100;
}
.cid-qXp2SthxCl .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-qXp2SthxCl .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-qXp2SthxCl .media-row {
  display: flex;
  justify-content: center;
}
.cid-qXp2SthxCl .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-qXp2SthxCl .team-item .item-image {
  position: relative !important;
}
.cid-qXp2SthxCl .team-item .item-image img {
  width: 100%;
}
.cid-qXp2SthxCl .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-qXp2SthxCl .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qXp2SthxCl .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qXp2SthxCl .team-item .item-caption {
  background: #efefef;
}
.cid-qXp2SthxCl .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-qXp2SthxCl .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-qXp2SthxCl .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-qXp2SthxCl .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-qXp2SthxCl .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-qXp2SthxCl .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-qXp2SthxCl .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-qXp2SthxCl .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-qXp2SthxCl .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-qXp2SthxCl .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-qXp2SthxCl .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-qXp2SthxCl .item-name {
  color: #ff4100;
}
.cid-r6pek4kXJJ {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-r6pek4kXJJ .mbr-section-title {
  margin: 0;
  color: #ff4100;
}
.cid-r6pek4kXJJ .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-r6pek4kXJJ .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-r6pek4kXJJ .media-row {
  display: flex;
  justify-content: center;
}
.cid-r6pek4kXJJ .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-r6pek4kXJJ .team-item .item-image {
  position: relative !important;
}
.cid-r6pek4kXJJ .team-item .item-image img {
  width: 100%;
}
.cid-r6pek4kXJJ .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-r6pek4kXJJ .team-item .item-name p {
  margin-bottom: 0;
}
.cid-r6pek4kXJJ .team-item .item-role p {
  margin-bottom: 0;
}
.cid-r6pek4kXJJ .team-item .item-caption {
  background: #efefef;
}
.cid-r6pek4kXJJ .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-r6pek4kXJJ .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-r6pek4kXJJ .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-r6pek4kXJJ .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-r6pek4kXJJ .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-r6pek4kXJJ .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-r6pek4kXJJ .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-r6pek4kXJJ .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-r6pek4kXJJ .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-r6pek4kXJJ .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-r6pek4kXJJ .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-r6pek4kXJJ .item-name {
  color: #ff4100;
}
.cid-riETrftC8b {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-riETrftC8b .mbr-section-title {
  margin: 0;
  color: #ff4100;
}
.cid-riETrftC8b .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-riETrftC8b .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-riETrftC8b .media-row {
  display: flex;
  justify-content: center;
}
.cid-riETrftC8b .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-riETrftC8b .team-item .item-image {
  position: relative !important;
}
.cid-riETrftC8b .team-item .item-image img {
  width: 100%;
}
.cid-riETrftC8b .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-riETrftC8b .team-item .item-name p {
  margin-bottom: 0;
}
.cid-riETrftC8b .team-item .item-role p {
  margin-bottom: 0;
}
.cid-riETrftC8b .team-item .item-caption {
  background: #efefef;
}
.cid-riETrftC8b .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-riETrftC8b .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-riETrftC8b .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-riETrftC8b .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-riETrftC8b .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-riETrftC8b .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-riETrftC8b .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-riETrftC8b .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-riETrftC8b .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-riETrftC8b .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-riETrftC8b .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-riETrftC8b .item-name {
  color: #ff4100;
}
.cid-qGjQf1jX98 {
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-qGjQf1jX98 .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-qGjQf1jX98 .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-qGjQf1jX98 .mbr-section-title span {
  color: #ffbc00;
}
.cid-qGjQf1jX98 .mbr-text {
  color: #ff4100;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-qGjQf1Gz3n {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-qGjQf1Gz3n a:link {
  text-decoration: none;
}
.cid-qGjQf1Gz3n .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-qGjQf1Gz3n .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-qGjQf1Gz3n .inner-text {
  line-height: 3em;
}
.cid-qGjQf1Gz3n .social-media {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.cid-qGjQf1Gz3n .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qGjQf1Gz3n .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qGjQf1Gz3n .content-text,
.cid-qGjQf1Gz3n .inner-text {
  color: #c1c1c1;
}
.cid-qGode8zcrO {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGode8zcrO .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-qGode8zcrO .mbr-section-title {
  margin: 0;
}
.cid-qGode8zcrO .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-qGode8zcrO .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-qGode8zcrO .card-img {
  text-align: initial;
}
.cid-qGode8zcrO .row-item {
  padding-bottom: 2rem;
}
.cid-qGode8zcrO .row-item:hover .card-img .mbr-iconfont {
  color: #444444 !important;
}
@media (max-width: 767px) {
  .cid-qGode8zcrO .card-img,
  .cid-qGode8zcrO .mbr-text,
  .cid-qGode8zcrO .mbr-card-title,
  .cid-qGode8zcrO .mbr-section-subtitle,
  .cid-qGode8zcrO .mbr-section-title,
  .cid-qGode8zcrO .underline {
    text-align: center !important;
  }
}
.cid-qGode8zcrO .mbr-section-title,
.cid-qGode8zcrO .underline {
  color: #ff4100;
}
.cid-qGode8zcrO .mbr-card-title,
.cid-qGode8zcrO .card-img {
  color: #ff4100;
}
.cid-qGkDOH9kPz {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qGkDOH9kPz .title {
  padding: 0 1em;
  margin-bottom: 25px;
  color: #ff4100;
}
.cid-qGkDOH9kPz .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-qGkDOH9kPz .price-tage {
  background: #808080 none repeat scroll 0 0;
  padding: 15px 1em;
}
.cid-qGkDOH9kPz .pricing-footer {
  display: flex;
  justify-content: center;
}
.cid-qGkDOH9kPz .price-tage > span {
  letter-spacing: 2px;
}
.cid-qGkDOH9kPz .table-content {
  padding: 0;
  margin-bottom: 25px;
}
.cid-qGkDOH9kPz .table-content > li {
  list-style: none;
  border-bottom: 1px solid #f2f2f2;
  padding: 1em 1em;
}
.cid-qGkDOH9kPz .table-content > li:last-child {
  border-bottom: 1px solid #f0f0f0;
}
.cid-qGkDOH9kPz .table-content > li:nth-child(2n) {
  background: #f2f2f2 none repeat scroll 0 0;
}
.cid-qGkDOH9kPz .costs {
  color: #ffffff;
}
.cid-qGkDOH9kPz .costs-title {
  color: #ffffff;
}
.cid-qGkDOH9kPz .table-content LI {
  color: #232323;
}
.cid-qGkDODNEOP .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-qGkDODNEOP .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-qGkDODNEOP .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-qGkDODNEOP .navbar .navbar-collapse {
  transition: none;
  justify-content: flex-end;
  z-index: 1;
}
.cid-qGkDODNEOP .navbar.collapsed.opened {
  text-align: center;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  justify-content: flex-start;
}
.cid-qGkDODNEOP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qGkDODNEOP .navbar.collapsed.opened .navbar-toggler {
  order: -1;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-qGkDODNEOP .navbar.collapsed.opened .navbar-collapse {
  flex-basis: initial;
}
.cid-qGkDODNEOP .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-qGkDODNEOP .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qGkDODNEOP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qGkDODNEOP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qGkDODNEOP .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-qGkDODNEOP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qGkDODNEOP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-qGkDODNEOP .navbar.opened {
    text-align: center;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    justify-content: flex-start;
  }
  .cid-qGkDODNEOP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qGkDODNEOP .navbar.opened .navbar-toggler {
    order: -1;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-qGkDODNEOP .navbar.opened .navbar-collapse {
    flex-basis: initial;
  }
  .cid-qGkDODNEOP .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-qGkDODNEOP .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qGkDODNEOP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qGkDODNEOP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qGkDODNEOP .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-qGkDODNEOP .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qGkDODNEOP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qGkDODNEOP .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-qGkDODNEOP .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-qGkDODNEOP .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-qGkDODNEOP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qGkDODNEOP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qGkDODNEOP .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qGkDODNEOP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qGkDODNEOP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qGkDODNEOP .dropdown-item.active,
.cid-qGkDODNEOP .dropdown-item:active {
  background-color: transparent;
}
.cid-qGkDODNEOP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qGkDODNEOP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qGkDODNEOP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qGkDODNEOP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-qGkDODNEOP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qGkDODNEOP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qGkDODNEOP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qGkDODNEOP .navbar-buttons {
  text-align: center;
}
.cid-qGkDODNEOP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qGkDODNEOP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qGkDODNEOP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qGkDODNEOP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qGkDODNEOP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qGkDODNEOP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qGkDODNEOP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGkDODNEOP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qGkDODNEOP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qGkDODNEOP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGkDODNEOP .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qGkDODNEOP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-qGkDODNEOP a.nav-link:focus {
  outline: none;
}
.cid-qGkDODNEOP .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qGkDOFcCOY {
  background-image: url("../../../assets/images/mbr-1346x1080.jpg");
}
.cid-qGkDOFcCOY .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-qGkDOFcCOY .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-qGkDOFcCOY .mbr-section-title span {
  color: #ffbc00;
}
.cid-qGkDOFcCOY .mbr-text {
  color: #ff4100;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-qGkDOI19oP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-qGkDOI19oP a:link {
  text-decoration: none;
}
.cid-qGkDOI19oP .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-qGkDOI19oP .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-qGkDOI19oP .inner-text {
  line-height: 3em;
}
.cid-qGkDOI19oP .social-media {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.cid-qGkDOI19oP .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qGkDOI19oP .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qGkDOI19oP .content-text,
.cid-qGkDOI19oP .inner-text {
  color: #c1c1c1;
}
.cid-qGsJMJ5XdX {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGsJMJ5XdX .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-qGsJMJ5XdX .mbr-section-title {
  margin: 0;
}
.cid-qGsJMJ5XdX .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-qGsJMJ5XdX .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-qGsJMJ5XdX .card-img {
  text-align: initial;
}
.cid-qGsJMJ5XdX .row-item {
  padding-bottom: 2rem;
}
.cid-qGsJMJ5XdX .row-item:hover .card-img .mbr-iconfont {
  color: #444444 !important;
}
@media (max-width: 767px) {
  .cid-qGsJMJ5XdX .card-img,
  .cid-qGsJMJ5XdX .mbr-text,
  .cid-qGsJMJ5XdX .mbr-card-title,
  .cid-qGsJMJ5XdX .mbr-section-subtitle,
  .cid-qGsJMJ5XdX .mbr-section-title,
  .cid-qGsJMJ5XdX .underline {
    text-align: center !important;
  }
}
.cid-qGsJMJ5XdX .mbr-section-title,
.cid-qGsJMJ5XdX .underline {
  color: #ff4100;
}
.cid-qGsJMJ5XdX .mbr-card-title,
.cid-qGsJMJ5XdX .card-img {
  color: #ff4100;
}
.cid-qGsJMKKAIi .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-qGsJMKKAIi .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-qGsJMKKAIi .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-qGsJMKKAIi .navbar .navbar-collapse {
  transition: none;
  justify-content: flex-end;
  z-index: 1;
}
.cid-qGsJMKKAIi .navbar.collapsed.opened {
  text-align: center;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  justify-content: flex-start;
}
.cid-qGsJMKKAIi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qGsJMKKAIi .navbar.collapsed.opened .navbar-toggler {
  order: -1;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-qGsJMKKAIi .navbar.collapsed.opened .navbar-collapse {
  flex-basis: initial;
}
.cid-qGsJMKKAIi .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-qGsJMKKAIi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qGsJMKKAIi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qGsJMKKAIi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qGsJMKKAIi .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-qGsJMKKAIi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qGsJMKKAIi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-qGsJMKKAIi .navbar.opened {
    text-align: center;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    justify-content: flex-start;
  }
  .cid-qGsJMKKAIi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qGsJMKKAIi .navbar.opened .navbar-toggler {
    order: -1;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-qGsJMKKAIi .navbar.opened .navbar-collapse {
    flex-basis: initial;
  }
  .cid-qGsJMKKAIi .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-qGsJMKKAIi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qGsJMKKAIi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qGsJMKKAIi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qGsJMKKAIi .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-qGsJMKKAIi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qGsJMKKAIi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qGsJMKKAIi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-qGsJMKKAIi .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-qGsJMKKAIi .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-qGsJMKKAIi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qGsJMKKAIi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qGsJMKKAIi .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qGsJMKKAIi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qGsJMKKAIi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qGsJMKKAIi .dropdown-item.active,
.cid-qGsJMKKAIi .dropdown-item:active {
  background-color: transparent;
}
.cid-qGsJMKKAIi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qGsJMKKAIi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qGsJMKKAIi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qGsJMKKAIi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-qGsJMKKAIi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qGsJMKKAIi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qGsJMKKAIi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qGsJMKKAIi .navbar-buttons {
  text-align: center;
}
.cid-qGsJMKKAIi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qGsJMKKAIi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qGsJMKKAIi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qGsJMKKAIi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qGsJMKKAIi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qGsJMKKAIi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qGsJMKKAIi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGsJMKKAIi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qGsJMKKAIi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qGsJMKKAIi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGsJMKKAIi .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qGsJMKKAIi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-qGsJMKKAIi a.nav-link:focus {
  outline: none;
}
.cid-qGsJMKKAIi .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qGuYNiUz42 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qGuYNiUz42 .mbr-section-title {
  margin: 0;
}
.cid-qGuYNiUz42 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-qGuYNiUz42 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-qGuYNiUz42 .media-row {
  display: flex;
  justify-content: center;
}
.cid-qGuYNiUz42 .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-qGuYNiUz42 .team-item .item-image {
  position: relative !important;
}
.cid-qGuYNiUz42 .team-item .item-image img {
  width: 100%;
}
.cid-qGuYNiUz42 .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-qGuYNiUz42 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qGuYNiUz42 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qGuYNiUz42 .team-item .item-caption {
  background: #ffffff;
}
.cid-qGuYNiUz42 .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-qGuYNiUz42 .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-qGuYNiUz42 .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-qGuYNiUz42 .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-qGuYNiUz42 .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-qGuYNiUz42 .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-qGuYNiUz42 .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-qGuYNiUz42 .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-qGuYNiUz42 .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-qGuYNiUz42 .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-qGuYNiUz42 .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-qGuYNiUz42 .item-name {
  color: #ff4100;
}
.cid-qGuZjDKkj9 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qGuZjDKkj9 .mbr-section-title {
  margin: 0;
}
.cid-qGuZjDKkj9 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-qGuZjDKkj9 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-qGuZjDKkj9 .media-row {
  display: flex;
  justify-content: center;
}
.cid-qGuZjDKkj9 .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-qGuZjDKkj9 .team-item .item-image {
  position: relative !important;
}
.cid-qGuZjDKkj9 .team-item .item-image img {
  width: 100%;
}
.cid-qGuZjDKkj9 .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-qGuZjDKkj9 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qGuZjDKkj9 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qGuZjDKkj9 .team-item .item-caption {
  background: #ffffff;
}
.cid-qGuZjDKkj9 .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-qGuZjDKkj9 .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-qGuZjDKkj9 .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-qGuZjDKkj9 .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-qGuZjDKkj9 .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-qGuZjDKkj9 .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-qGuZjDKkj9 .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-qGuZjDKkj9 .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-qGuZjDKkj9 .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-qGuZjDKkj9 .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-qGuZjDKkj9 .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-qGuZjDKkj9 .item-name {
  color: #ff4100;
}
.cid-qIygQrsx18 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qIygQrsx18 .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-qIygQrsx18 .mbr-section-title {
  margin: 0;
}
.cid-qIygQrsx18 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-qIygQrsx18 .underline .line {
  width: 3rem;
  height: 2px;
  background: #ffffff;
  display: inline-block;
}
.cid-qIygQrsx18 .card-img {
  text-align: initial;
}
.cid-qIygQrsx18 .row-item {
  padding-bottom: 2rem;
}
.cid-qIygQrsx18 .row-item:hover .card-img .mbr-iconfont {
  color: #444444 !important;
}
@media (max-width: 767px) {
  .cid-qIygQrsx18 .card-img,
  .cid-qIygQrsx18 .mbr-text,
  .cid-qIygQrsx18 .mbr-card-title,
  .cid-qIygQrsx18 .mbr-section-subtitle,
  .cid-qIygQrsx18 .mbr-section-title,
  .cid-qIygQrsx18 .underline {
    text-align: center !important;
  }
}
.cid-qIygQrsx18 .mbr-section-title,
.cid-qIygQrsx18 .underline {
  color: #ff4100;
}
.cid-qIygQrsx18 .mbr-card-title,
.cid-qIygQrsx18 .card-img {
  color: #ff4100;
}
.cid-qIyhxJEGCO {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qIyhxJEGCO .mbr-section-title {
  margin: 0;
}
.cid-qIyhxJEGCO .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-qIyhxJEGCO .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-qIyhxJEGCO .media-row {
  display: flex;
  justify-content: center;
}
.cid-qIyhxJEGCO .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-qIyhxJEGCO .team-item .item-image {
  position: relative !important;
}
.cid-qIyhxJEGCO .team-item .item-image img {
  width: 100%;
}
.cid-qIyhxJEGCO .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-qIyhxJEGCO .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qIyhxJEGCO .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qIyhxJEGCO .team-item .item-caption {
  background: #ffffff;
}
.cid-qIyhxJEGCO .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-qIyhxJEGCO .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-qIyhxJEGCO .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-qIyhxJEGCO .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-qIyhxJEGCO .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-qIyhxJEGCO .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-qIyhxJEGCO .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-qIyhxJEGCO .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-qIyhxJEGCO .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-qIyhxJEGCO .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-qIyhxJEGCO .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-qIyhxJEGCO .item-name {
  color: #ff4100;
}
.cid-qIyhyQdDTP {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qIyhyQdDTP .mbr-section-title {
  margin: 0;
}
.cid-qIyhyQdDTP .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-qIyhyQdDTP .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-qIyhyQdDTP .media-row {
  display: flex;
  justify-content: center;
}
.cid-qIyhyQdDTP .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-qIyhyQdDTP .team-item .item-image {
  position: relative !important;
}
.cid-qIyhyQdDTP .team-item .item-image img {
  width: 100%;
}
.cid-qIyhyQdDTP .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-qIyhyQdDTP .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qIyhyQdDTP .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qIyhyQdDTP .team-item .item-caption {
  background: #ffffff;
}
.cid-qIyhyQdDTP .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-qIyhyQdDTP .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-qIyhyQdDTP .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-qIyhyQdDTP .item-social li a span:hover {
  background-color: #ffbc00;
  color: #000000;
}
.cid-qIyhyQdDTP .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-qIyhyQdDTP .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-qIyhyQdDTP .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-qIyhyQdDTP .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-qIyhyQdDTP .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-qIyhyQdDTP .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-qIyhyQdDTP .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-qIyhyQdDTP .item-name {
  color: #ff4100;
}
.cid-qGsJMLbPsa {
  background-image: url("../../../assets/images/mbr-1614x1080.jpg");
}
.cid-qGsJMLbPsa .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-qGsJMLbPsa .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-qGsJMLbPsa .mbr-section-title span {
  color: #ffbc00;
}
.cid-qGsJMLbPsa .mbr-text {
  color: #ff4100;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-qGsJMLBwjW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-qGsJMLBwjW a:link {
  text-decoration: none;
}
.cid-qGsJMLBwjW .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-qGsJMLBwjW .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-qGsJMLBwjW .inner-text {
  line-height: 3em;
}
.cid-qGsJMLBwjW .social-media {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.cid-qGsJMLBwjW .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qGsJMLBwjW .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qGsJMLBwjW .content-text,
.cid-qGsJMLBwjW .inner-text {
  color: #c1c1c1;
}
.cid-qJFArS4VGV {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qJFArS4VGV .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-qJFArS4VGV .mbr-section-title {
  margin: 0;
}
.cid-qJFArS4VGV .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-qJFArS4VGV .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-qJFArS4VGV .card-img {
  text-align: initial;
}
.cid-qJFArS4VGV .row-item {
  padding-bottom: 2rem;
}
.cid-qJFArS4VGV .row-item:hover .card-img .mbr-iconfont {
  color: #444444 !important;
}
@media (max-width: 767px) {
  .cid-qJFArS4VGV .card-img,
  .cid-qJFArS4VGV .mbr-text,
  .cid-qJFArS4VGV .mbr-card-title,
  .cid-qJFArS4VGV .mbr-section-subtitle,
  .cid-qJFArS4VGV .mbr-section-title,
  .cid-qJFArS4VGV .underline {
    text-align: center !important;
  }
}
.cid-qJFArS4VGV .mbr-section-title,
.cid-qJFArS4VGV .underline {
  color: #ff4100;
}
.cid-qJFArS4VGV .mbr-card-title,
.cid-qJFArS4VGV .card-img {
  color: #ff4100;
}
.cid-qJFArS4VGV .mbr-section-subtitle {
  text-align: left;
}
.cid-qJFArTs6Gk .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-qJFArTs6Gk .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-qJFArTs6Gk .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-qJFArTs6Gk .navbar .navbar-collapse {
  transition: none;
  justify-content: flex-end;
  z-index: 1;
}
.cid-qJFArTs6Gk .navbar.collapsed.opened {
  text-align: center;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  justify-content: flex-start;
}
.cid-qJFArTs6Gk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qJFArTs6Gk .navbar.collapsed.opened .navbar-toggler {
  order: -1;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-qJFArTs6Gk .navbar.collapsed.opened .navbar-collapse {
  flex-basis: initial;
}
.cid-qJFArTs6Gk .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-qJFArTs6Gk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qJFArTs6Gk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qJFArTs6Gk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qJFArTs6Gk .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-qJFArTs6Gk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qJFArTs6Gk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-qJFArTs6Gk .navbar.opened {
    text-align: center;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    justify-content: flex-start;
  }
  .cid-qJFArTs6Gk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qJFArTs6Gk .navbar.opened .navbar-toggler {
    order: -1;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-qJFArTs6Gk .navbar.opened .navbar-collapse {
    flex-basis: initial;
  }
  .cid-qJFArTs6Gk .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-qJFArTs6Gk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qJFArTs6Gk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qJFArTs6Gk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qJFArTs6Gk .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-qJFArTs6Gk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qJFArTs6Gk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qJFArTs6Gk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-qJFArTs6Gk .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-qJFArTs6Gk .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-qJFArTs6Gk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qJFArTs6Gk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qJFArTs6Gk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qJFArTs6Gk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qJFArTs6Gk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qJFArTs6Gk .dropdown-item.active,
.cid-qJFArTs6Gk .dropdown-item:active {
  background-color: transparent;
}
.cid-qJFArTs6Gk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qJFArTs6Gk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qJFArTs6Gk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qJFArTs6Gk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-qJFArTs6Gk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qJFArTs6Gk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qJFArTs6Gk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qJFArTs6Gk .navbar-buttons {
  text-align: center;
}
.cid-qJFArTs6Gk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qJFArTs6Gk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qJFArTs6Gk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qJFArTs6Gk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qJFArTs6Gk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qJFArTs6Gk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qJFArTs6Gk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qJFArTs6Gk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qJFArTs6Gk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qJFArTs6Gk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qJFArTs6Gk .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qJFArTs6Gk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-qJFArTs6Gk a.nav-link:focus {
  outline: none;
}
.cid-qJFArTs6Gk .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qJFArTR6Cu {
  background-image: url("../../../assets/images/mbr-1346x1080.jpg");
}
.cid-qJFArTR6Cu .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-qJFArTR6Cu .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-qJFArTR6Cu .mbr-section-title span {
  color: #ffbc00;
}
.cid-qJFArTR6Cu .mbr-text {
  color: #ff4100;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-qJFArUgr5k {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-qJFArUgr5k a:link {
  text-decoration: none;
}
.cid-qJFArUgr5k .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-qJFArUgr5k .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-qJFArUgr5k .inner-text {
  line-height: 3em;
}
.cid-qJFArUgr5k .social-media {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.cid-qJFArUgr5k .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qJFArUgr5k .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qJFArUgr5k .content-text,
.cid-qJFArUgr5k .inner-text {
  color: #c1c1c1;
}
