body {
  font-family: Dosis;
}
.display-1 {
  font-family: 'Dosis', sans-serif;
  font-size: 3.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Dosis', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Dosis', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Dosis', sans-serif;
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Dosis', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  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) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffbc00;
  border-color: #ffbc00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #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 a {
  border-radius: 100px;
}
#scrollToTop a {
  background: #ff8f00;
}
#scrollToTop a i:before {
  background: #ffffff;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #ff8f00;
  opacity: .5;
  transition: .3s;
}
.mbr-arrow a {
  color: #ffffff;
}
.mbr-arrow:hover {
  opacity: .7;
}
.form-control {
  font-family: 'Dosis', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ffbc00;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form1 .input-group-btn a.btn {
  border-radius: 0 !important;
}
.form1 .input-group-btn button[type="submit"] {
  border-radius: 0 !important;
}
/* 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;
}
.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: #3e97d1 !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-stGSrN49rL {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #0e0e10;
}
.cid-stGSrN49rL p::before {
  content: "";
  position: absolute;
  background: currentColor;
  top: calc(98%);
  left: calc(7%);
  width: 104px;
  height: 2px;
  color: #5b69bb;
}
@media (max-width: 1200px) {
  .cid-stGSrN49rL p::before {
    left: calc(9%);
  }
}
@media (max-width: 992px) {
  .cid-stGSrN49rL h2 {
    text-align: center;
    padding-left: 0;
  }
  .cid-stGSrN49rL p {
    padding-right: 0;
  }
  .cid-stGSrN49rL p::before {
    left: calc(10%);
  }
}
@media (max-width: 767px) {
  .cid-stGSrN49rL h2 {
    text-align: left !important;
    padding-left: 0 !important;
    margin-bottom: 2rem;
  }
  .cid-stGSrN49rL p {
    text-align: left !important;
    position: relative;
  }
  .cid-stGSrN49rL p::before {
    margin: auto;
    position: absolute;
    left: 0;
    top: 120%;
    width: 60px;
  }
  .cid-stGSrN49rL .pl-5 {
    padding-left: 1rem !important;
  }
  .cid-stGSrN49rL .mbr-iconfont {
    top: -50px !important;
  }
}
.cid-stGSrN49rL .mbr-iconfont {
  color: #f9cf30;
  font-size: 3.1rem;
  position: absolute;
  top: -40px;
}
.cid-stGSrN49rL .title {
  font-weight: 100;
}
.cid-stHPe5vlWP {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-stHPe5vlWP a:link {
  text-decoration: none;
}
.cid-stHPe5vlWP .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-stHPe5vlWP .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-stHPe5vlWP .inner-text {
  line-height: 3em;
}
.cid-stHPe5vlWP .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-stHPe5vlWP .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-stHPe5vlWP .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-stHPe5vlWP .content-text,
.cid-stHPe5vlWP .inner-text {
  color: #c1c1c1;
}
.cid-rzMt37x8iA .mbr-text,
.cid-rzMt37x8iA .typed-text,
.cid-rzMt37x8iA .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rzMt37x8iA .btn {
  margin-left: 4px !important;
}
.cid-rzMt37x8iA .animated-element {
  color: #ffbc00;
}
.cid-rzMt37x8iA .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rzMr7rM4hq {
  padding-top: 90px;
  padding-bottom: 15px;
}
.cid-rzMr7rM4hq .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-rzMr7rM4hq .mbr-section-title {
  margin: 0;
}
.cid-rzMr7rM4hq .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rzMr7rM4hq .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-rzMr7rM4hq .card-img {
  text-align: left;
}
.cid-rzMr7rM4hq .row-item {
  padding-bottom: 2rem;
}
.cid-rzMr7rM4hq .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-rzMr7rM4hq .card-img,
  .cid-rzMr7rM4hq .mbr-text,
  .cid-rzMr7rM4hq .mbr-card-title,
  .cid-rzMr7rM4hq .mbr-section-subtitle,
  .cid-rzMr7rM4hq .mbr-section-title,
  .cid-rzMr7rM4hq .underline {
    text-align: center !important;
  }
}
.cid-stHH9Cv5OG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-stHH9Cv5OG .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
  text-align: center;
}
.cid-sjF0zpnJSN {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sjF0zpnJSN .stats-item:hover span {
  color: #ffbc00;
}
.cid-sjF0zpnJSN .stats-item {
  padding: 80px 20px;
}
.cid-sjF0zpnJSN .stats-item:nth-child(2n) {
  background-color: #efefef;
}
.cid-sjF0zpnJSN .stats-item:nth-child(odd) {
  background-color: #cccccc;
}
.cid-sjF0zpnJSN .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-sjF0zpnJSN .mbr-iconfont {
  font-size: 50px;
}
.cid-sjF0zpnJSN .heading {
  margin: 20px 0;
  color: #232323;
}
.cid-sjF0zpnJSN .container {
  min-width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 768px) and (min-width: 577px) {
  .cid-sjF0zpnJSN .stats-item:first-child {
    background: #efefef;
  }
  .cid-sjF0zpnJSN .stats-item:nth-child(2n) {
    background: #cccccc;
  }
  .cid-sjF0zpnJSN .stats-item:nth-child(0n+3) {
    background: #cccccc none repeat scroll 0 center;
  }
  .cid-sjF0zpnJSN .stats-item:last-child {
    background: #efefef;
  }
}
.cid-sjF0zpnJSN .counter {
  text-align: center;
  color: #000000;
}
.cid-sjF0zpnJSN .mbr-card-title,
.cid-sjF0zpnJSN .mbr-iconfont {
  text-align: center;
  color: #000000;
  display: block;
}
.cid-sjF5468poj {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sjF5468poj .stats-item:hover span {
  color: #ffbc00;
}
.cid-sjF5468poj .stats-item {
  padding: 80px 20px;
}
.cid-sjF5468poj .stats-item:nth-child(2n) {
  background-color: #efefef;
}
.cid-sjF5468poj .stats-item:nth-child(odd) {
  background-color: #cccccc;
}
.cid-sjF5468poj .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-sjF5468poj .mbr-iconfont {
  font-size: 50px;
}
.cid-sjF5468poj .heading {
  margin: 20px 0;
  color: #232323;
}
.cid-sjF5468poj .container {
  min-width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 768px) and (min-width: 577px) {
  .cid-sjF5468poj .stats-item:first-child {
    background: #efefef;
  }
  .cid-sjF5468poj .stats-item:nth-child(2n) {
    background: #cccccc;
  }
  .cid-sjF5468poj .stats-item:nth-child(0n+3) {
    background: #cccccc none repeat scroll 0 center;
  }
  .cid-sjF5468poj .stats-item:last-child {
    background: #efefef;
  }
}
.cid-sjF5468poj .counter {
  text-align: center;
  color: #000000;
}
.cid-sjF5468poj .mbr-card-title,
.cid-sjF5468poj .mbr-iconfont {
  text-align: center;
  color: #000000;
  display: block;
}
.cid-sjFnU5oJct {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sjFnU5oJct .stats-item:hover span {
  color: #ffbc00;
}
.cid-sjFnU5oJct .stats-item {
  padding: 80px 20px;
}
.cid-sjFnU5oJct .stats-item:nth-child(2n) {
  background-color: #efefef;
}
.cid-sjFnU5oJct .stats-item:nth-child(odd) {
  background-color: #cccccc;
}
.cid-sjFnU5oJct .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-sjFnU5oJct .mbr-iconfont {
  font-size: 50px;
}
.cid-sjFnU5oJct .heading {
  margin: 20px 0;
  color: #232323;
}
.cid-sjFnU5oJct .container {
  min-width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 768px) and (min-width: 577px) {
  .cid-sjFnU5oJct .stats-item:first-child {
    background: #efefef;
  }
  .cid-sjFnU5oJct .stats-item:nth-child(2n) {
    background: #cccccc;
  }
  .cid-sjFnU5oJct .stats-item:nth-child(0n+3) {
    background: #cccccc none repeat scroll 0 center;
  }
  .cid-sjFnU5oJct .stats-item:last-child {
    background: #efefef;
  }
}
.cid-sjFnU5oJct .counter {
  text-align: center;
  color: #000000;
}
.cid-sjFnU5oJct .mbr-card-title,
.cid-sjFnU5oJct .mbr-iconfont {
  text-align: center;
  color: #000000;
  display: block;
}
.cid-sjFpYfGkq4 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sjFpYfGkq4 .stats-item:hover span {
  color: #ffbc00;
}
.cid-sjFpYfGkq4 .stats-item {
  padding: 80px 20px;
}
.cid-sjFpYfGkq4 .stats-item:nth-child(2n) {
  background-color: #efefef;
}
.cid-sjFpYfGkq4 .stats-item:nth-child(odd) {
  background-color: #cccccc;
}
.cid-sjFpYfGkq4 .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-sjFpYfGkq4 .mbr-iconfont {
  font-size: 50px;
}
.cid-sjFpYfGkq4 .heading {
  margin: 20px 0;
  color: #232323;
}
.cid-sjFpYfGkq4 .container {
  min-width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 768px) and (min-width: 577px) {
  .cid-sjFpYfGkq4 .stats-item:first-child {
    background: #efefef;
  }
  .cid-sjFpYfGkq4 .stats-item:nth-child(2n) {
    background: #cccccc;
  }
  .cid-sjFpYfGkq4 .stats-item:nth-child(0n+3) {
    background: #cccccc none repeat scroll 0 center;
  }
  .cid-sjFpYfGkq4 .stats-item:last-child {
    background: #efefef;
  }
}
.cid-sjFpYfGkq4 .counter {
  text-align: center;
  color: #000000;
}
.cid-sjFpYfGkq4 .mbr-card-title,
.cid-sjFpYfGkq4 .mbr-iconfont {
  text-align: center;
  color: #000000;
  display: block;
}
.cid-rzMr96oZs2 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rzMr96oZs2 .stats-item:hover span {
  color: #ffbc00;
}
.cid-rzMr96oZs2 .stats-item {
  padding: 80px 20px;
}
.cid-rzMr96oZs2 .stats-item:nth-child(2n) {
  background-color: #efefef;
}
.cid-rzMr96oZs2 .stats-item:nth-child(odd) {
  background-color: #cccccc;
}
.cid-rzMr96oZs2 .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-rzMr96oZs2 .mbr-iconfont {
  font-size: 50px;
}
.cid-rzMr96oZs2 .heading {
  margin: 20px 0;
  color: #232323;
}
.cid-rzMr96oZs2 .container {
  min-width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 768px) and (min-width: 577px) {
  .cid-rzMr96oZs2 .stats-item:first-child {
    background: #efefef;
  }
  .cid-rzMr96oZs2 .stats-item:nth-child(2n) {
    background: #cccccc;
  }
  .cid-rzMr96oZs2 .stats-item:nth-child(0n+3) {
    background: #cccccc none repeat scroll 0 center;
  }
  .cid-rzMr96oZs2 .stats-item:last-child {
    background: #efefef;
  }
}
.cid-rzMr96oZs2 .counter {
  text-align: center;
  color: #000000;
}
.cid-rzMr96oZs2 .mbr-card-title,
.cid-rzMr96oZs2 .mbr-iconfont {
  text-align: center;
  color: #000000;
  display: block;
}
.cid-sjHiAArj0P {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-sjHiAArj0P .mbr-text {
  color: #9c969b;
}
@media (min-width: 992px) {
  .cid-sjHiAArj0P img {
    width: 90%;
  }
}
.cid-sjHiAArj0P .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-sjHiAArj0P .items {
  margin-bottom: 0;
  color: #efefef;
}
.cid-sjHiAArj0P .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-sjHiAArj0P .soc-item span {
  font-size: 1rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-sjHiAArj0P .soc-item:hover span {
  color: #ffbc00 !important;
}
.cid-sjHiAArj0P .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sjHiAArj0P .social-list {
    justify-content: center;
  }
}
.cid-stGZevqtQ0 {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-stGZevqtQ0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-stGZevqtQ0 .form-control,
.cid-stGZevqtQ0 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #ffbc00;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-stGZevqtQ0 .form-control::-webkit-input-placeholder,
.cid-stGZevqtQ0 .field-input::-webkit-input-placeholder,
.cid-stGZevqtQ0 .form-control::-webkit-input-placeholder,
.cid-stGZevqtQ0 .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-stGZevqtQ0 .form-control:-moz-placeholder,
.cid-stGZevqtQ0 .field-input:-moz-placeholder,
.cid-stGZevqtQ0 .form-control:-moz-placeholder,
.cid-stGZevqtQ0 .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-stGZevqtQ0 .form-control:hover,
.cid-stGZevqtQ0 .field-input:hover,
.cid-stGZevqtQ0 .form-control:focus,
.cid-stGZevqtQ0 .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ff8f00;
  box-shadow: none;
  outline: none;
}
.cid-stGZevqtQ0 .form-control:hover::-webkit-input-placeholder,
.cid-stGZevqtQ0 .field-input:hover::-webkit-input-placeholder,
.cid-stGZevqtQ0 .form-control:focus::-webkit-input-placeholder,
.cid-stGZevqtQ0 .field-input:focus::-webkit-input-placeholder,
.cid-stGZevqtQ0 .form-control:hover::-webkit-input-placeholder,
.cid-stGZevqtQ0 .field-input:hover::-webkit-input-placeholder,
.cid-stGZevqtQ0 .form-control:focus::-webkit-input-placeholder,
.cid-stGZevqtQ0 .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-stGZevqtQ0 .form-control:hover:-moz-placeholder,
.cid-stGZevqtQ0 .field-input:hover:-moz-placeholder,
.cid-stGZevqtQ0 .form-control:focus:-moz-placeholder,
.cid-stGZevqtQ0 .field-input:focus:-moz-placeholder,
.cid-stGZevqtQ0 .form-control:hover:-moz-placeholder,
.cid-stGZevqtQ0 .field-input:hover:-moz-placeholder,
.cid-stGZevqtQ0 .form-control:focus:-moz-placeholder,
.cid-stGZevqtQ0 .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-stGZevqtQ0 .jq-number__spin:hover,
.cid-stGZevqtQ0 .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-stGZevqtQ0 .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #ffbc00;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-stGZevqtQ0 .jq-selectbox li,
.cid-stGZevqtQ0 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-stGZevqtQ0 .jq-selectbox li:hover,
.cid-stGZevqtQ0 .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-stGZevqtQ0 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-stGZevqtQ0 .jq-number__spin.minus:hover:after,
.cid-stGZevqtQ0 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-stGZevqtQ0 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-stGZevqtQ0 .jq-number__spin.minus:after,
.cid-stGZevqtQ0 .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-stGZevqtQ0 input::-webkit-clear-button {
  display: none;
}
.cid-stGZevqtQ0 input::-webkit-inner-spin-button {
  display: none;
}
.cid-stGZevqtQ0 input::-webkit-outer-spin-button {
  display: none;
}
.cid-stGZevqtQ0 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-stGZevqtQ0 H4 {
  color: #efefef;
}
.cid-rzMrdh7IU7 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-rzMrdh7IU7 a:link {
  text-decoration: none;
}
.cid-rzMrdh7IU7 .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-rzMrdh7IU7 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rzMrdh7IU7 .inner-text {
  line-height: 3em;
}
.cid-rzMrdh7IU7 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzMrdh7IU7 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rzMrdh7IU7 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rzMrdh7IU7 .content-text,
.cid-rzMrdh7IU7 .inner-text {
  color: #c1c1c1;
}
