@import url(https://fonts.googleapis.com/css?family=Reem+Kufi:400,500,600,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i,600,600i,700,700i&display=swap);





body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Reem Kufi', sans-serif;
  font-size: 5.2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8.32rem;
}
.display-2 {
  font-family: 'Reem Kufi', sans-serif;
  font-size: 2.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Muli', sans-serif;
  font-size: 1.6rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.16rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ffbc00 !important;
}
.bg-success {
  background-color: #ffbc00 !important;
}
.bg-info {
  background-color: #ff3366 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #efefef !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  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 {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #b38400 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #b38400 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  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 {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  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 {
  background: none;
  border-color: #997100;
  color: #997100;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #ffbc00;
}
.btn-primary-outline:hover:before,
.btn-primary-outline:focus:before,
.btn-primary-outline.focus:before,
.btn-primary-outline.active:before {
  transform: scaleX(1);
}
.btn-primary-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffbc00;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.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 {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #149dcc;
}
.btn-secondary-outline:hover:before,
.btn-secondary-outline:focus:before,
.btn-secondary-outline.focus:before,
.btn-secondary-outline.active:before {
  transform: scaleX(1);
}
.btn-secondary-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #149dcc;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #ff3366;
}
.btn-info-outline:hover:before,
.btn-info-outline:focus:before,
.btn-info-outline.focus:before,
.btn-info-outline.active:before {
  transform: scaleX(1);
}
.btn-info-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff3366;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #997100;
  color: #997100;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #ffbc00;
}
.btn-success-outline:hover:before,
.btn-success-outline:focus:before,
.btn-success-outline.focus:before,
.btn-success-outline.active:before {
  transform: scaleX(1);
}
.btn-success-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffbc00;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #879a9f;
}
.btn-warning-outline:hover:before,
.btn-warning-outline:focus:before,
.btn-warning-outline.focus:before,
.btn-warning-outline.active:before {
  transform: scaleX(1);
}
.btn-warning-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #879a9f;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #efefef;
}
.btn-danger-outline:hover:before,
.btn-danger-outline:focus:before,
.btn-danger-outline.focus:before,
.btn-danger-outline.active:before {
  transform: scaleX(1);
}
.btn-danger-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #333333;
}
.btn-black-outline:hover:before,
.btn-black-outline:focus:before,
.btn-black-outline.focus:before,
.btn-black-outline.active:before {
  transform: scaleX(1);
}
.btn-black-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffbc00 !important;
}
.text-secondary {
  color: #149dcc !important;
}
.text-success {
  color: #ffbc00 !important;
}
.text-info {
  color: #ff3366 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #efefef !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: #0b566f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #997100 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cc0033 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bcbcbc !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: #ff3366;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #efefef;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffbc00;
  border-color: #ffbc00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
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: #fff2cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #ffbc00;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffbc00;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffbc00;
  border-bottom-color: #ffbc00;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffbc00 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #149dcc !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffbc00' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-tLdnYjqdgQ .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-tLdnYjqdgQ .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tLdnYjqdgQ .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tLdnYjqdgQ .animated-element,
.cid-tLdnYjqdgQ .typed-cursor {
  color: #ffffff;
}
.cid-tLdnYjqdgQ .animated-element {
  border-bottom: 5px solid #f7aa4a;
}
@media (max-width: 767px) {
  .cid-tLdnYjqdgQ .typed-text {
    text-align: center;
  }
}
.cid-tLlI6AiUEN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-tLlI6AiUEN img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tLlI6AiUEN img:hover {
  transform: scale(1.1);
}
.cid-tLlI6AiUEN .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-tLlI6AiUEN h2 {
  padding: 0;
  margin: 0;
}
.cid-tLlI6AiUEN .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLlI6AiUEN .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tLlI6AiUEN .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-tLlI6AiUEN .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-tLlI6AiUEN .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-tLlI6AiUEN .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-tLlI6AiUEN .mbr-iconfont {
  margin: 0!important;
}
.cid-tLlI6AiUEN .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tLlI6AiUEN .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tLlI6AiUEN .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-tLlI6AiUEN .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-tLlI6AiUEN .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tLlI6AiUEN H2 {
  color: #333333;
}
.cid-tLlI6AiUEN .mbr-text {
  color: #767676;
}
.cid-tLlIb1czW3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2a2a2a;
}
.cid-tLlIb1czW3 .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-tLlIb1czW3 .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (min-width: 767px) {
  .cid-tLlIb1czW3 .row {
    padding: 0 4rem;
  }
}
@media (max-width: 1400px) {
  .cid-tLlIb1czW3 .card-wrapper {
    margin: 0rem;
  }
}
.cid-tLlIb1czW3 .card {
  height: fit-content;
}
.cid-tLlIb1czW3 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-tLlIb1czW3 .text-wrap {
  max-width: 400px;
}
.cid-tLlIb1czW3 .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffbc00;
}
.cid-tLlIb1czW3 .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-tLlIb1czW3 .card-box {
  background-color: #333333;
  padding: 4rem 4rem 6rem 4rem;
  width: 100%;
}
.cid-tLlIb1czW3 img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-tLlIb1czW3 .img-wrap {
  max-height: 250px;
  overflow: hidden;
}
.cid-tLlIb1czW3 .container {
  max-width: 1500px;
}
.cid-tLlIb1czW3 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tLlIb1czW3 .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center;
}
.cid-tLlIb1czW3 P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-tLlIb1czW3 .img-wrap {
    max-height: 230px;
  }
  .cid-tLlIb1czW3 .text-wrap {
    padding: 0rem;
  }
}
@media (max-width: 992px) {
  .cid-tLlIb1czW3 .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-tLlIb1czW3 .text-wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tLlIb1czW3 .card-box {
    padding: 2rem 1rem 5rem 1rem;
  }
  .cid-tLlIb1czW3 .number {
    margin: auto;
  }
}
.cid-tLlIb1czW3 .mbr-text {
  color: #cccccc;
}
.cid-tLlEKJYcSG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tLlEKJYcSG .nav-item,
.cid-tLlEKJYcSG .nav-link,
.cid-tLlEKJYcSG .navbar-caption {
  font-weight: normal;
}
.cid-tLlEKJYcSG .nav-item:focus,
.cid-tLlEKJYcSG .nav-link:focus {
  outline: none;
}
.cid-tLlEKJYcSG .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tLlEKJYcSG .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-tLlEKJYcSG .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tLlEKJYcSG .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tLlEKJYcSG .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tLlEKJYcSG .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tLlEKJYcSG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tLlEKJYcSG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tLlEKJYcSG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLlEKJYcSG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLlEKJYcSG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #d29e0b;
  background: none;
}
.cid-tLlEKJYcSG .navbar.opened {
  transition: all .3s;
  background: #d29e0b !important;
}
.cid-tLlEKJYcSG .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tLlEKJYcSG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLlEKJYcSG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLlEKJYcSG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLlEKJYcSG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.3rem - 1rem);
  }
}
.cid-tLlEKJYcSG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tLlEKJYcSG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLlEKJYcSG .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-tLlEKJYcSG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLlEKJYcSG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tLlEKJYcSG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tLlEKJYcSG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLlEKJYcSG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLlEKJYcSG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tLlEKJYcSG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLlEKJYcSG .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-tLlEKJYcSG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tLlEKJYcSG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLlEKJYcSG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tLlEKJYcSG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tLlEKJYcSG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tLlEKJYcSG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tLlEKJYcSG .navbar.navbar-short {
  background: #d29e0b !important;
  min-height: 60px;
}
.cid-tLlEKJYcSG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tLlEKJYcSG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tLlEKJYcSG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLlEKJYcSG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLlEKJYcSG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLlEKJYcSG .dropdown-item.active,
.cid-tLlEKJYcSG .dropdown-item:active {
  background-color: transparent;
}
.cid-tLlEKJYcSG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLlEKJYcSG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLlEKJYcSG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d29e0b;
}
.cid-tLlEKJYcSG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLlEKJYcSG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLlEKJYcSG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tLlEKJYcSG .navbar-buttons {
  text-align: center;
}
.cid-tLlEKJYcSG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLlEKJYcSG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tLlEKJYcSG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLlEKJYcSG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLlEKJYcSG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLlEKJYcSG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLlEKJYcSG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLlEKJYcSG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLlEKJYcSG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLlEKJYcSG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLlEKJYcSG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tLlEKJYcSG a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLlEKJYcSG .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tLlEKJYcSG .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tLlEKJYcSG .soc-item {
  margin: .5rem .3rem;
}
.cid-tLlEKJYcSG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLlEKJYcSG .navbar {
    height: 77px;
  }
  .cid-tLlEKJYcSG .navbar.opened {
    height: auto;
  }
  .cid-tLlEKJYcSG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLHvlEa1bL {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #2a2a2a;
}
.cid-tLHvlEa1bL h5,
.cid-tLHvlEa1bL h4,
.cid-tLHvlEa1bL p {
  margin-bottom: 0;
}
.cid-tLHvlEa1bL p {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tLHvlEa1bL .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.cid-tLHvlEa1bL .card-link {
  padding-top: 1.2rem;
  margin-top: 1.2rem;
  border-top: 1px solid #ffbc00;
}
.cid-tLHvlEa1bL .card-wrapper {
  transition: all 0.3s;
  background-color: #333333;
}
.cid-tLHvlEa1bL .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-tLHvlEa1bL .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(41, 185, 234, 0.35);
}
.cid-tLHvlEa1bL .card-title-link {
  position: relative;
}
.cid-tLHvlEa1bL .card-title-link:after {
  content: "";
  transition: all 0.3s;
  border-bottom: 1px solid currentColor;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
}
.cid-tLHvlEa1bL .card-title-link:hover:after {
  width: 100%;
}
.cid-tLHvlEa1bL .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-tLHvlEa1bL .card-wrapper {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.cid-tLHvlEa1bL .card-wrapper .card-title {
  transition: all 0.3s;
}
.cid-tLHvlEa1bL .card-wrapper:hover .card-title {
  color: #ffbc00;
}
.cid-tLHvlEa1bL .card-title-link {
  color: #ffbc00;
}
.cid-tLHvlEa1bL .card-title {
  color: #efefef;
}
.cid-tLHvlEa1bL .mbr-text {
  color: #efefef;
}
.cid-tLHG0HdBuc {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #2a2a2a;
}
.cid-tLHG0HdBuc h5,
.cid-tLHG0HdBuc h4,
.cid-tLHG0HdBuc p {
  margin-bottom: 0;
}
.cid-tLHG0HdBuc p {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tLHG0HdBuc .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.cid-tLHG0HdBuc .card-link {
  padding-top: 1.2rem;
  margin-top: 1.2rem;
  border-top: 1px solid #ffbc00;
}
.cid-tLHG0HdBuc .card-wrapper {
  transition: all 0.3s;
  background-color: #333333;
}
.cid-tLHG0HdBuc .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-tLHG0HdBuc .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(41, 185, 234, 0.35);
}
.cid-tLHG0HdBuc .card-title-link {
  position: relative;
}
.cid-tLHG0HdBuc .card-title-link:after {
  content: "";
  transition: all 0.3s;
  border-bottom: 1px solid currentColor;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
}
.cid-tLHG0HdBuc .card-title-link:hover:after {
  width: 100%;
}
.cid-tLHG0HdBuc .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-tLHG0HdBuc .card-wrapper {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.cid-tLHG0HdBuc .card-wrapper .card-title {
  transition: all 0.3s;
}
.cid-tLHG0HdBuc .card-wrapper:hover .card-title {
  color: #ffbc00;
}
.cid-tLHG0HdBuc .card-title-link {
  color: #ffbc00;
}
.cid-tLHG0HdBuc .card-title {
  color: #efefef;
}
.cid-tLHG0HdBuc .mbr-text {
  color: #efefef;
}
.cid-tLHNJoN2EB {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #2a2a2a;
}
.cid-tLHNJoN2EB h5,
.cid-tLHNJoN2EB h4,
.cid-tLHNJoN2EB p {
  margin-bottom: 0;
}
.cid-tLHNJoN2EB p {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tLHNJoN2EB .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.cid-tLHNJoN2EB .card-link {
  padding-top: 1.2rem;
  margin-top: 1.2rem;
  border-top: 1px solid #ffbc00;
}
.cid-tLHNJoN2EB .card-wrapper {
  transition: all 0.3s;
  background-color: #333333;
}
.cid-tLHNJoN2EB .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-tLHNJoN2EB .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(41, 185, 234, 0.35);
}
.cid-tLHNJoN2EB .card-title-link {
  position: relative;
}
.cid-tLHNJoN2EB .card-title-link:after {
  content: "";
  transition: all 0.3s;
  border-bottom: 1px solid currentColor;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
}
.cid-tLHNJoN2EB .card-title-link:hover:after {
  width: 100%;
}
.cid-tLHNJoN2EB .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-tLHNJoN2EB .card-wrapper {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.cid-tLHNJoN2EB .card-wrapper .card-title {
  transition: all 0.3s;
}
.cid-tLHNJoN2EB .card-wrapper:hover .card-title {
  color: #ffbc00;
}
.cid-tLHNJoN2EB .card-title-link {
  color: #ffbc00;
}
.cid-tLHNJoN2EB .card-title {
  color: #efefef;
}
.cid-tLHNJoN2EB .mbr-text {
  color: #efefef;
}
.cid-tLlI8itasT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mueve-maq-2-1024x682.jpg");
}
.cid-tLlI8itasT .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tLlI8itasT .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-tLlI8itasT .carousel-item .wrap-img {
  text-align: center;
}
.cid-tLlI8itasT .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-tLlI8itasT .carousel-control {
  transition: all .3s;
  opacity: 1;
  background-color: #444444;
  color: #ffffff;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 26%;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-tLlI8itasT .carousel-control.carousel-control-prev {
  left: 29px;
}
.cid-tLlI8itasT .carousel-control.carousel-control-prev:hover {
  left: 15px;
}
.cid-tLlI8itasT .carousel-control.carousel-control-next {
  right: 29px;
}
.cid-tLlI8itasT .carousel-control.carousel-control-next:hover {
  right: 15px;
}
.cid-tLlI8itasT .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-tLlI8itasT .carousel-control:hover {
  background-color: #ffbc00;
}
@media (max-width: 767px) {
  .cid-tLlI8itasT .carousel-control {
    display: none;
  }
  .cid-tLlI8itasT .mbr-section-title {
    padding-bottom: 0;
  }
  .cid-tLlI8itasT .slider-clients {
    padding: 2rem 1rem;
  }
}
.cid-tLlI8itasT .cloneditem-1,
.cid-tLlI8itasT .cloneditem-2,
.cid-tLlI8itasT .cloneditem-3,
.cid-tLlI8itasT .cloneditem-4,
.cid-tLlI8itasT .cloneditem-5 {
  display: none;
}
.cid-tLlI8itasT .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tLlI8itasT .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tLlI8itasT .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tLlI8itasT .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-tLlI8itasT .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tLlI8itasT .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tLlI8itasT .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tLlI8itasT .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tLlI8itasT .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tLlI8itasT .carousel-inner.slides2 .cloneditem-1,
  .cid-tLlI8itasT .carousel-inner.slides2 .cloneditem-2,
  .cid-tLlI8itasT .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tLlI8itasT .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tLlI8itasT .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tLlI8itasT .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tLlI8itasT .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tLlI8itasT .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tLlI8itasT .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tLlI8itasT .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tLlI8itasT .carousel-inner.slides3 .cloneditem-1,
  .cid-tLlI8itasT .carousel-inner.slides3 .cloneditem-2,
  .cid-tLlI8itasT .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-tLlI8itasT .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-tLlI8itasT .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-tLlI8itasT .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-tLlI8itasT .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-tLlI8itasT .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-tLlI8itasT .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tLlI8itasT .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tLlI8itasT .carousel-inner.slides4 .cloneditem-1,
  .cid-tLlI8itasT .carousel-inner.slides4 .cloneditem-2,
  .cid-tLlI8itasT .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-tLlI8itasT .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-tLlI8itasT .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-tLlI8itasT .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-tLlI8itasT .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-tLlI8itasT .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-tLlI8itasT .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tLlI8itasT .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tLlI8itasT .carousel-inner.slides5 .cloneditem-1,
  .cid-tLlI8itasT .carousel-inner.slides5 .cloneditem-2,
  .cid-tLlI8itasT .carousel-inner.slides5 .cloneditem-3,
  .cid-tLlI8itasT .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-tLlI8itasT .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-tLlI8itasT .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-tLlI8itasT .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-tLlI8itasT .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-tLlI8itasT .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-tLlI8itasT .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tLlI8itasT .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tLlI8itasT .carousel-inner.slides6 .cloneditem-1,
  .cid-tLlI8itasT .carousel-inner.slides6 .cloneditem-2,
  .cid-tLlI8itasT .carousel-inner.slides6 .cloneditem-3,
  .cid-tLlI8itasT .carousel-inner.slides6 .cloneditem-4,
  .cid-tLlI8itasT .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-tLlI8itasT .mbr-section-title {
  margin: 0;
}
.cid-tLlI8itasT .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tLlI8itasT .underline .line {
  width: 3rem;
  height: 2px;
  background: #ffbc00;
  display: inline-block;
}
.cid-tLlI8itasT .slider-clients {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLlI8itasT .slider-clients {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .cid-tLlI8itasT .carousel-control-prev {
    left: 15px !important;
  }
  .cid-tLlI8itasT .carousel-control-prev:hover {
    left: 0 !important;
  }
  .cid-tLlI8itasT .carousel-control-next {
    right: 15px !important;
  }
  .cid-tLlI8itasT .carousel-control-next:hover {
    right: 0 !important;
  }
}
.cid-tLlI8itasT .mbr-section-title,
.cid-tLlI8itasT .underline {
  color: #efefef;
}
.cid-tLlI8itasT .mbr-section-subtitle {
  color: #efefef;
}
.cid-tLlNNgpslU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #2a2a2a;
}
.cid-tLlNNgpslU .text-content .btn-bgr {
  z-index: 0;
}
.cid-tLlNNgpslU .mbr-overlay {
  background: #d7e8f6;
}
.cid-tLlNNgpslU .text-content {
  padding: 2rem 0rem;
  background-color: #333333;
}
.cid-tLlNNgpslU .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tLlNNgpslU .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tLlNNgpslU .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tLlNNgpslU .text-content {
    margin-bottom: 2rem;
  }
}
.cid-tLlNNgpslU P {
  color: #efefef;
}
.cid-tLlNNgpslU .mbr-section-btn,
.cid-tLlNNgpslU .mbr-section-title {
  color: #efefef;
}
.cid-tLlI5vHZEf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-tLlI5vHZEf .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tLlI5vHZEf input,
.cid-tLlI5vHZEf textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-tLlI5vHZEf input:focus,
.cid-tLlI5vHZEf textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tLlI5vHZEf .form-control,
.cid-tLlI5vHZEf .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tLlI5vHZEf .form-control:hover,
.cid-tLlI5vHZEf .field-input:hover,
.cid-tLlI5vHZEf .form-control:focus,
.cid-tLlI5vHZEf .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tLlI5vHZEf input::-webkit-input-placeholder,
.cid-tLlI5vHZEf textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-tLlI5vHZEf input:-moz-placeholder,
.cid-tLlI5vHZEf textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-tLlI5vHZEf .jq-selectbox li,
.cid-tLlI5vHZEf .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-tLlI5vHZEf .jq-selectbox li:hover,
.cid-tLlI5vHZEf .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-tLlI5vHZEf .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-tLlI5vHZEf .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-tLlI5vHZEf img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tLlI5vHZEf .mbr-form {
  max-width: 450px;
}
.cid-tLlI5vHZEf textarea {
  min-height: 150px;
}
.cid-tLlI5vHZEf .mbr-text {
  color: #cccccc;
}
.cid-tLlI5vHZEf .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-tLlI5vHZEf .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-tLlH2PsUqy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-tLlH2PsUqy img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tLlH2PsUqy img:hover {
  transform: scale(1.1);
}
.cid-tLlH2PsUqy .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-tLlH2PsUqy h2 {
  padding: 0;
  margin: 0;
}
.cid-tLlH2PsUqy .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLlH2PsUqy .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tLlH2PsUqy .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-tLlH2PsUqy .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-tLlH2PsUqy .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-tLlH2PsUqy .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tLlH2PsUqy .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tLlH2PsUqy .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-tLlH2PsUqy .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tLlH2PsUqy H2 {
  color: #333333;
}
.cid-tLlH2PsUqy .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-tLlKitkKax {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #343434;
}
.cid-tLlKitkKax .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-tLlKitkKax .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tLlKitkKax .col + .mbr-section-btn .btn,
.cid-tLlKitkKax .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-tLlKitkKax .col + .mbr-section-btn .btn,
  .cid-tLlKitkKax .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-tLlKitkKax .dragArea > *:nth-last-child(2).col,
  .cid-tLlKitkKax .dragArea > *:nth-last-child(2).col-auto,
  .cid-tLlKitkKax .col + .mbr-section-btn,
  .cid-tLlKitkKax .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-tLlKitkKax .dragArea {
    flex-direction: column;
  }
}
.cid-tLlKitkKax .btn-primary {
  border: 1px solid #ffbc00 !important;
}
.cid-tLlKitkKax .btn-primary:hover {
  border: 1px solid #ffbc00 !important;
}
.cid-tLlKitkKax .stripe {
  border-bottom: 1px solid #ffbc00;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tLlKitkKax .form-group {
  max-width: 220px;
}
.cid-tLlKitkKax .mbr-section-btn {
  padding-left: 0;
}
.cid-tLlKitkKax .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tLlKitkKax .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tLlKitkKax .mbr-text {
  color: #444;
}
.cid-tLlKitkKax h5 {
  margin-bottom: 0;
}
.cid-tLlKitkKax .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tLlKitkKax .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLlKitkKax .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tLlKitkKax .socicon {
  font-size: 1.3rem;
  background: #ffbc00;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tLlKitkKax .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tLlKitkKax .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tLlKitkKax .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tLlKitkKax .social-list a:hover {
  opacity: 0.4;
}
.cid-tLlKitkKax .media-container-row > div {
  padding: 0px;
}
.cid-tLlKitkKax .text2 {
  color: #efefef;
  text-align: left;
}
.cid-tLlKitkKax .group-title {
  text-align: left;
  color: #ffbc00;
  padding-bottom: 0.2rem;
}
.cid-tLlKitkKax .links {
  color: #efefef;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tLlKitkKax .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tLlKitkKax .social-list,
  .cid-tLlKitkKax .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tLlKitkKax h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tLlKitkKax .form-group {
    max-width: 180px;
  }
}
.cid-tLlKitkKax .links span {
  color: #9e9e9e;
}
.cid-tLlKitkKax .logo-sub-title {
  text-align: center;
  color: #cccccc;
}
.cid-tLlKitkKax .logo-title {
  text-align: center;
}
.cid-tLlKitkKax .logo-title,
.cid-tLlKitkKax .logo {
  color: #efefef;
}
.cid-tLIl7fgDNa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #211c1c;
}
.cid-tLIl7fgDNa .media-container-row .mbr-text {
  color: #767676;
}
