@import url(https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 2.8rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.875rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.25rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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.96rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((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.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    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.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.4rem 1rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #ff4e3c !important;
}
.bg-success {
  background-color: #fff000 !important;
}
.bg-info {
  background-color: #61728a !important;
}
.bg-warning {
  background-color: #d52b27 !important;
}
.bg-danger {
  background-color: #1352ff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff4e3c !important;
  border-color: #ff4e3c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ef1600 !important;
  border-color: #ef1600 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ef1600 !important;
  border-color: #ef1600 !important;
}
.btn-primary:hover {
  background-color: #ff4e3c !important;
  border-color: #ff4e3c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #282f39 !important;
  border-color: #282f39 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #080a0c !important;
  border-color: #080a0c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #080a0c !important;
  border-color: #080a0c !important;
}
.btn-secondary:hover {
  background-color: #ff4e3c !important;
  border-color: #ff4e3c !important;
}
.btn-info,
.btn-info:active {
  background-color: #61728a !important;
  border-color: #61728a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #414d5d !important;
  border-color: #414d5d !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #414d5d !important;
  border-color: #414d5d !important;
}
.btn-info:hover {
  background-color: #ff4e3c !important;
  border-color: #ff4e3c !important;
}
.btn-success,
.btn-success:active {
  background-color: #fff000 !important;
  border-color: #fff000 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #b3a800 !important;
  border-color: #b3a800 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #b3a800 !important;
  border-color: #b3a800 !important;
}
.btn-success:hover {
  background-color: #ff4e3c !important;
  border-color: #ff4e3c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d52b27 !important;
  border-color: #d52b27 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #941e1b !important;
  border-color: #941e1b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #941e1b !important;
  border-color: #941e1b !important;
}
.btn-warning:hover {
  background-color: #ff4e3c !important;
  border-color: #ff4e3c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1352ff !important;
  border-color: #1352ff !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0035c5 !important;
  border-color: #0035c5 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0035c5 !important;
  border-color: #0035c5 !important;
}
.btn-danger:hover {
  background-color: #ff4e3c !important;
  border-color: #ff4e3c !important;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #ff4e3c !important;
  border-color: #ff4e3c !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #ff4e3c !important;
  border-color: #ff4e3c !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ff4e3c;
  color: #ff4e3c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff4e3c;
  border-color: #ff4e3c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4e3c !important;
  border-color: #ff4e3c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #282f39;
  color: #282f39;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #282f39;
  border-color: #282f39;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #282f39 !important;
  border-color: #282f39 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #61728a;
  color: #61728a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #61728a;
  border-color: #61728a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #61728a !important;
  border-color: #61728a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #fff000;
  color: #fff000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000;
  background-color: #fff000;
  border-color: #fff000;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #fff000 !important;
  border-color: #fff000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #d52b27;
  color: #d52b27;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #d52b27;
  border-color: #d52b27;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d52b27 !important;
  border-color: #d52b27 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #1352ff;
  color: #1352ff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #1352ff;
  border-color: #1352ff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1352ff !important;
  border-color: #1352ff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #ff4e3c !important;
}
.text-secondary {
  color: #282f39 !important;
}
.text-success {
  color: #fff000 !important;
}
.text-info {
  color: #61728a !important;
}
.text-warning {
  color: #d52b27 !important;
}
.text-danger {
  color: #1352ff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffaba2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #526075 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fff666 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #99a6b8 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e77e7b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #799dff !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #61728a;
}
.alert-warning {
  background-color: #d52b27;
}
.alert-danger {
  background-color: #1352ff;
}
.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: 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: #ff4e3c;
  border-color: #ff4e3c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff4e3c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fffccc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a8b3c2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f7d2d1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfe8ff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #ff4e3c;
}
/* 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;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff4e3c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff4e3c;
  border-bottom-color: #ff4e3c;
}
.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: #ffffff !important;
  background-color: #ff4e3c !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: #282f39 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff4e3c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sjqC1xvwzO .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -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-sjqC1xvwzO .nav-item:focus,
.cid-sjqC1xvwzO .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sjqC1xvwzO .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sjqC1xvwzO .nav-item {
    position: relative;
  }
  .cid-sjqC1xvwzO .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #ff4e3c, #282f39);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sjqC1xvwzO .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sjqC1xvwzO .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjqC1xvwzO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sjqC1xvwzO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjqC1xvwzO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sjqC1xvwzO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sjqC1xvwzO .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-sjqC1xvwzO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjqC1xvwzO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjqC1xvwzO .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sjqC1xvwzO .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #000000;
}
.cid-sjqC1xvwzO .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sjqC1xvwzO .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sjqC1xvwzO .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sjqC1xvwzO .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sjqC1xvwzO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sjqC1xvwzO .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sjqC1xvwzO .navbar.collapsed .navbar-collapse.show,
.cid-sjqC1xvwzO .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sjqC1xvwzO .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sjqC1xvwzO .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sjqC1xvwzO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sjqC1xvwzO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjqC1xvwzO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjqC1xvwzO .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-sjqC1xvwzO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjqC1xvwzO .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sjqC1xvwzO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sjqC1xvwzO .navbar.collapsed .right-menu,
.cid-sjqC1xvwzO .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sjqC1xvwzO .navbar .navbar-collapse.show,
  .cid-sjqC1xvwzO .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sjqC1xvwzO .navbar .navbar-collapse.show .brand-container,
  .cid-sjqC1xvwzO .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sjqC1xvwzO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjqC1xvwzO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sjqC1xvwzO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjqC1xvwzO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjqC1xvwzO .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-sjqC1xvwzO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sjqC1xvwzO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sjqC1xvwzO .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sjqC1xvwzO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sjqC1xvwzO .navbar .right-menu,
  .cid-sjqC1xvwzO .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sjqC1xvwzO .navbar.navbar-short {
  min-height: 60px;
}
.cid-sjqC1xvwzO .navbar.navbar-short .mbr-overlay {
  background: #000000 !important;
}
.cid-sjqC1xvwzO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sjqC1xvwzO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sjqC1xvwzO .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjqC1xvwzO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjqC1xvwzO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjqC1xvwzO .dropdown-item.active,
.cid-sjqC1xvwzO .dropdown-item:active {
  background-color: transparent;
}
.cid-sjqC1xvwzO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sjqC1xvwzO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sjqC1xvwzO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sjqC1xvwzO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sjqC1xvwzO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjqC1xvwzO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjqC1xvwzO ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sjqC1xvwzO ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sjqC1xvwzO .navbar-buttons {
  margin-left: auto;
}
.cid-sjqC1xvwzO button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjqC1xvwzO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4e3c;
}
.cid-sjqC1xvwzO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjqC1xvwzO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjqC1xvwzO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjqC1xvwzO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjqC1xvwzO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjqC1xvwzO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sjqC1xvwzO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sjqC1xvwzO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjqC1xvwzO .navbar-dropdown {
  position: fixed;
}
.cid-sjqC1xvwzO a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjqC1xvwzO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sjqC1xvwzO .right-menu,
.cid-sjqC1xvwzO .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sjqC1xvwzO .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sjqC1xvwzO .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sjqC1xvwzO .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sjqC1xvwzO .menu-top {
  text-align: center;
  width: 100%;
  background-color: #ff4e3c;
  padding: .5rem 0;
}
.cid-sjqC1xvwzO .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sjqC1xvwzO .card-wrapper {
  z-index: 3;
}
.cid-sjqC1xvwzO .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sjqC1xvwzO .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjqC1xvwzO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjqslPeiRn {
  background-color: #000000;
}
.cid-sjqslPeiRn .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sjqslPeiRn .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sjqslPeiRn .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sjqslPeiRn .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sjqslPeiRn .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sjqslPeiRn .image-element {
    padding-right: 0;
  }
}
.cid-sjqslPeiRn .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sjqslPeiRn .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-sjqslPeiRn .brown {
  color: #ff4e3c;
}
.cid-sjqslPeiRn .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sjqslPeiRn .paragraphs-wrapper .first-paragraph,
.cid-sjqslPeiRn .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sjqslPeiRn .image-element {
    padding-bottom: 1rem;
  }
  .cid-sjqslPeiRn .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sjqslPeiRn .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sjqslPeiRn .paragraphs-wrapper .first-paragraph,
  .cid-sjqslPeiRn .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sjqslPeiRn .first-paragraph,
  .cid-sjqslPeiRn .second-paragraph {
    width: 50%;
  }
  .cid-sjqslPeiRn .first-paragraph {
    padding-right: .5rem;
  }
  .cid-sjqslPeiRn .second-paragraph {
    padding-left: .5rem;
  }
  .cid-sjqslPeiRn .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sjqslPeiRn .mbr-section-title,
  .cid-sjqslPeiRn .mbr-section-btn {
    text-align: left;
  }
}
.cid-sjqslPeiRn .mbr-text,
.cid-sjqslPeiRn .mbr-section-btn {
  color: #cccccc;
}
.cid-sjq74tKj3B {
  
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sjq74tKj3B .img-wrap img {
  width: 100%;
}
.cid-sjq74tKj3B .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sjq74tKj3B .card .wrapper {
  overflow: hidden;
}
.cid-sjq74tKj3B .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-sjq74tKj3B .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 1px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sjq74tKj3B .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-sjq74tKj3B .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sjq74tKj3B .card .wrapper .mbr-text {
  color: #61728a;
  font-weight: 300;
}
.cid-sjq74tKj3B .card .wrapper .sign-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.cid-sjq74tKj3B .card .wrapper .sign-wrap::before {
  right: 65.8%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #dfe3e8;
}
.cid-sjq74tKj3B .card .wrapper .sign-wrap img {
  width: 140px;
}
.cid-sjq74tKj3B .card .wrapper .sign-wrap::after {
  left: 65.9%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #dfe3e8;
}
.cid-sjq74tKj3B .card .wrapper .mbr-text {
  color: #f4f6f9;
  text-align: left;
}
.cid-sjq74tKj3B .card .wrapper .mbr-section-title {
  color: #ff4e3c;
  text-align: left;
}
.cid-sjqzzK1Tk0 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #181818;
}
.cid-sjqzzK1Tk0 .row {
  flex-direction: row-reverse;
}
.cid-sjqzzK1Tk0 .img-wrap img {
  width: 100%;
}
.cid-sjqzzK1Tk0 .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sjqzzK1Tk0 .card .wrapper {
  overflow: hidden;
}
.cid-sjqzzK1Tk0 .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-sjqzzK1Tk0 .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sjqzzK1Tk0 .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-sjqzzK1Tk0 .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sjqzzK1Tk0 .card .wrapper .mbr-text {
  color: #61728a;
  font-weight: 300;
}
.cid-sjqzzK1Tk0 .card .wrapper .sign-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.cid-sjqzzK1Tk0 .card .wrapper .sign-wrap::before {
  right: 65.8%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #dfe3e8;
}
.cid-sjqzzK1Tk0 .card .wrapper .sign-wrap img {
  width: 140px;
}
.cid-sjqzzK1Tk0 .card .wrapper .sign-wrap::after {
  left: 65.9%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #dfe3e8;
}
.cid-sjqzzK1Tk0 .card .wrapper .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sjqzzK1Tk0 .card .wrapper .mbr-text {
  color: #f3f3f3;
  text-align: left;
}
.cid-sjq4GonSPN {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #282828;
}
.cid-sjq4GonSPN .mbr-section-title {
  color: #06182d;
}
.cid-sjq4GonSPN .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sjq4GonSPN .mbr-section-subtitle {
  color: #06182d;
}
.cid-sjq4GonSPN .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sjq4GonSPN .card:nth-child(even) {
  margin-top: 70px;
}
.cid-sjq4GonSPN .card:nth-child(1)::after {
  content: '';
  background-size: contain;
  background-image: url("../../../assets/images/arrow2.png");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 185px;
  height: 50px;
  z-index: 4;
  top: 1px;
  right: -148px;
}
.cid-sjq4GonSPN .card:nth-child(2)::after {
  content: '';
  background-size: contain;
  background-image: url("../../../assets/images/arrow2.png");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 175px;
  height: 80px;
  z-index: 4;
  bottom: -12px;
  right: -100px;
  transform: scale(1, -1);
}
.cid-sjq4GonSPN .card .card-wrapper {
  height: 100%;
}
.cid-sjq4GonSPN .card .card-wrapper .card-img {
  position: relative;
}
.cid-sjq4GonSPN .card .card-wrapper .card-img:hover img {
  transform: rotateY(180deg);
}
.cid-sjq4GonSPN .card .card-wrapper .card-img img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.cid-sjq4GonSPN .card .card-wrapper .card-box {
  padding-top: 1rem;
}
.cid-sjq4GonSPN .card .card-wrapper .card-box .card-title {
  margin-bottom: 0;
  color: #06182d;
  text-align: center;
  font-weight: 700;
}
.cid-sjq4GonSPN .card .card-wrapper .card-box .mbr-text {
  text-align: center;
  color: #030f1c;
}
.cid-sjq4GonSPN .card .card-wrapper .card-box .mbr-text {
  text-align: left;
  color: #e5e5e5;
}
.cid-sjq4GonSPN .mbr-section-title,
.cid-sjq4GonSPN .col {
  color: #ff4e3c;
}
.cid-sjqc6GYk9L {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/fried-1000x667.jpg");
}
.cid-sjqc6GYk9L .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sjqc6GYk9L .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-sjqc6GYk9L .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sjqc6GYk9L .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sjqc6GYk9L .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sjqc6GYk9L .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-sjqc6GYk9L .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-sjqc6GYk9L .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-sjqc6GYk9L .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-sjqc6GYk9L .card .wrapper .mbr-text,
.cid-sjqc6GYk9L .mbr-section-btn {
  text-align: center;
}
.cid-sjqadcM6sY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sjqadcM6sY .text-content .btn-bgr {
  z-index: 0;
}
.cid-sjqadcM6sY .mbr-overlay {
  background: #d7e8f6;
}
.cid-sjqadcM6sY .text-content {
  padding: 2rem 0rem;
  background-color: #181818;
}
.cid-sjqadcM6sY .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sjqadcM6sY .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sjqadcM6sY .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sjqadcM6sY .text-content {
    margin-bottom: 2rem;
  }
}
.cid-sjqadcM6sY P {
  color: #f5f5f5;
}
.cid-sjqadcM6sY .mbr-section-btn,
.cid-sjqadcM6sY .mbr-section-title {
  color: #ff4e3c;
}
.cid-rZq2TG8XAQ {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rZq2TG8XAQ img {
  width: 100%;
  border-radius: 50px;
  margin-bottom: 20px;
  max-height: ;
}
.cid-rZq2TG8XAQ .card {
  margin-bottom: 130px !important;
}
.cid-rZq2TG8XAQ .card .img-wrapper {
  overflow: hidden;
}
.cid-rZq2TG8XAQ .card:hover {
  cursor: pointer;
}
.cid-rZq2TG8XAQ .card:hover img {
  transform: scale(1.05);
}
.cid-rZq2TG8XAQ .card:hover .img-wrapper {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
@media (max-width: 1200px) {
  .cid-rZq2TG8XAQ .card {
    margin-bottom: 50px !important;
  }
}
.cid-rZq2TG8XAQ .card .card-wrapper {
  text-align: left;
}
.cid-rZq2TG8XAQ .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #ff513c;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
  margin-right: 14px;
}
.cid-rZq2TG8XAQ .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #06182d;
}
.cid-rZq2TG8XAQ .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.2;
}
.cid-rZq2TG8XAQ .card .card-wrapper .card-box .card-text {
  color: #61728a;
}
@media (min-width: 1400px) {
  .cid-rZq2TG8XAQ .card.left-box {
    right: 105px !important;
  }
  .cid-rZq2TG8XAQ .card.right-box {
    left: 97px !important;
  }
}
.cid-rZq2TG8XAQ .mbr-section-title {
  color: #06182d;
}
.cid-rZq2TG8XAQ .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZq2TG8XAQ .mbr-section-subtitle {
  color: #06182d;
}
.cid-rZq2TG8XAQ .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZq2TG8XAQ .mbr-section-text {
  color: #999999;
}
.cid-rZq2TG8XAQ .card .card-wrapper .card-box .card-title,
.cid-rZq2TG8XAQ .card-wrapper {
  text-align: center;
}
.cid-rZq2TG8XAQ .card .card-wrapper .card-box .card-title {
  text-align: left;
}
.cid-sjqaiMtE1W {
  overflow: hidden !important;
  background: linear-gradient(to right, #f4f6f9 0%, #f4f6f9 30%, #f3f3f3 30%, #f3f3f3 100%);
}
.cid-sjqaiMtE1W .animated-element {
  color: #52c158;
}
.cid-sjqaiMtE1W .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-sjqaiMtE1W .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sjqaiMtE1W {
    background: #f3f3f3;
  }
}
.cid-sjqaiMtE1W .mbr-section-subtitle {
  color: #cccccc;
}
.cid-sjqaiMtE1W .mbr-text,
.cid-sjqaiMtE1W .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-sjqaiMtE1W .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-rZq2Ua3Ia5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #282f39;
}
.cid-rZq2Ua3Ia5 .mbr-section-title {
  color: #ffffff;
}
.cid-rZq2Ua3Ia5 .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZq2Ua3Ia5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rZq2Ua3Ia5 .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZq2Ua3Ia5 .mbr-section-text {
  color: #ffffff;
}
.cid-rZq2Ua3Ia5 .carousel-item {
  justify-content: center;
}
.cid-rZq2Ua3Ia5 .carousel-item.active,
.cid-rZq2Ua3Ia5 .carousel-item-next,
.cid-rZq2Ua3Ia5 .carousel-item-prev {
  display: flex;
}
.cid-rZq2Ua3Ia5 .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
  width: 20%;
}
.cid-rZq2Ua3Ia5 .carousel-controls a span {
  position: absolute;
  top: 45%;
  font-size: 30px;
  padding: 15px;
  border-radius: 50%;
  color: #61728a;
  background: transparent;
  opacity: .9;
}
.cid-rZq2Ua3Ia5 .carousel-controls a:hover span {
  opacity: 1;
}
.cid-rZq2Ua3Ia5 .user_image {
  width: 150px;
  height: 150px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  margin: 1rem auto 1rem auto;
  display: flex;
  z-index: 1;
  position: relative;
}
.cid-rZq2Ua3Ia5 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rZq2Ua3Ia5 .mbr-iconfont {
  font-size: 3rem;
  opacity: 1;
  color: #ff4d39;
  margin-top: 33px;
  margin-bottom: 13px;
}
.cid-rZq2Ua3Ia5 .user_text {
  position: relative;
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .cid-rZq2Ua3Ia5 .user_text p {
    padding: 1rem 0rem;
  }
}
.cid-rZq2Ua3Ia5 .user_text .mbr-text {
  font-style: italic;
  margin-bottom: 26px;
}
.cid-rZq2Ua3Ia5 .user_text .mbr-text.display-7 {
  line-height: 1.2;
}
.cid-rZq2Ua3Ia5 .user_name {
  font-weight: 700;
}
.cid-rZq2Ua3Ia5 .user_name::before {
  height: 2px;
  width: 370px;
  position: absolute;
  display: inline-block;
  content: '';
  background-color: rgba(97, 114, 138, 0.2);
  margin: -18px auto;
  left: 0;
  right: 0;
}
@media (max-width: 230px) {
  .cid-rZq2Ua3Ia5 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-rZq2Ua3Ia5 .user::before {
  content: '';
  position: absolute;
  background-color: #3d4550;
  height: 90%;
  z-index: 0;
  display: block;
  width: 500px;
  left: 0;
  right: 0;
  top: 21%;
  bottom: 0;
  margin: auto;
}
.cid-sjqnOjfc47 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-sjqnOjfc47 .card .card-img img {
  transition: all .5s;
}
.cid-sjqnOjfc47 .card .card-wrapper:hover .card-img img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sjqnOjfc47 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sjqnOjfc47 .form1 {
  background: #2c2d2e;
  padding: 2rem;
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjqnOjfc47 .form-group {
  margin-bottom: 1rem;
}
.cid-sjqnOjfc47 .form-control {
  border: none;
  padding: 1rem;
  background: #3b3a3a;
  color: #999999;
  width: 100%;
}
.cid-sjqnOjfc47 .form-control::-webkit-input-placeholder {
  color: #999999;
}
.cid-sjqnOjfc47 .form-control::-moz-placeholder {
  color: #999999;
}
.cid-sjqnOjfc47 .form-control:-moz-placeholder {
  color: #999999;
}
.cid-sjqnOjfc47 .form-control:-ms-input-placeholder {
  color: #999999;
}
.cid-sjqnOjfc47 textarea.form-control {
  min-height: 172px;
}
.cid-sjqnOjfc47 .input-group-btn {
  width: 100%;
}
.cid-sjqnOjfc47 .input-group-btn .btn {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.cid-sjqnOjfc47 .items-column {
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sjqnOjfc47 .first-row {
  -webkit-flex: 1 1 40%;
  flex: 1 1 40%;
  max-height: 40%;
}
.cid-sjqnOjfc47 .second-row {
  -webkit-flex: 1 1 60%;
  flex: 1 1 60%;
  max-height: 60%;
}
.cid-sjqnOjfc47 .card {
  height: 100%;
}
.cid-sjqnOjfc47 .card .card-wrapper {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  flex: 1;
}
.cid-sjqnOjfc47 .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  overflow: hidden;
  border-radius: 0;
}
.cid-sjqnOjfc47 .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sjqnOjfc47 .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  letter-spacing: 2px;
  padding: 1rem 2rem;
}
.cid-sjqnOjfc47 .caption .mbr-text {
  margin: 0;
}
.cid-sjqnOjfc47 .first-card {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sjqnOjfc47 .form1 {
    padding: 1.5rem;
  }
  .cid-sjqnOjfc47 .second-card {
    padding-bottom: 2rem;
  }
  .cid-sjqnOjfc47 .first-row,
  .cid-sjqnOjfc47 .second-row,
  .cid-sjqnOjfc47 .card-img {
    -webkit-flex-basis: auto !important;
    flex-basis: auto !important;
  }
  .cid-sjqnOjfc47 .card-img img {
    min-height: 0 !important;
  }
}
@media (max-width: 767px), (max-width: 991px) {
  .cid-sjqnOjfc47 .items-column {
    padding-top: 2rem;
  }
}
.cid-sjqnOjfc47 LABEL {
  color: #e9e9e9;
}
.cid-sjqnOjfc47 P {
  color: #e5e5e5;
  text-align: center;
}
.cid-sjqnOjfc47 H3 {
  text-align: center;
  color: #fc5130;
}
.cid-sjqnOjfc47 H2 {
  color: #e2090d;
}
.cid-sjqFNs48V2 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sjqFNs48V2 h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sjqFNs48V2 .panel-text {
  letter-spacing: 0.03em;
  color: #232323;
}
.cid-sjqFNs48V2 .mbr-section-title {
  letter-spacing: 0.1em;
  color: #06182d;
}
.cid-sjqFNs48V2 .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
}
.cid-sjqFNs48V2 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sjqFNs48V2 .panel-group {
  width: 100%;
}
.cid-sjqFNs48V2 .card {
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sjqFNs48V2 .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
}
.cid-sjqFNs48V2 .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #06182d;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sjqFNs48V2 .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sjqFNs48V2 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sjqFNs48V2 .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-sjqFNs48V2 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sjqFNs48V2 .card .panel-body {
  background: #ffffff;
}
.cid-sjqFNs48V2 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sjqFNs48V2 .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjqFNs48V2 .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sjqFNs48V2 .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sjqFNs48V2 .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sjqFNs48V2 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
#custom-html-i {
  
  /* ---- 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 */
  /* Buttons */
  /* Scroll to top button*/
  /* Forms */
}
#custom-html-i body {
  font-family: Sora;
}
#custom-html-i .display-4 {
  font-family: 'Work Sans', sans-serif;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: .37px;
}
#custom-html-i .display-7 {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.31rem;
  line-height: 1.5;
  letter-spacing: .37px;
}
@media (max-width: 768px) {
  #custom-html-i .display-4 {
    font-size: 0.8rem;
    font-size: calc(1rem);
    line-height: calc(1.4rem);
  }
  #custom-html-i .display-7 {
    font-size: 1.048rem;
    font-size: calc(1.68421429rem);
    line-height: calc(2.3579rem);
  }
}
#custom-html-i .text-primary {
  color: #ecc5b6 !important;
}
#custom-html-i .text-info {
  color: #c17b71 !important;
}
#custom-html-i a.text-primary:hover,
#custom-html-i a.text-primary:focus {
  color: #d78565 !important;
}
#custom-html-i a.text-info:hover,
#custom-html-i a.text-info:focus {
  color: #8e483e !important;
}
#custom-html-i a,
#custom-html-i a:hover {
  color: #ecc5b6;
}
#custom-html-i body {
  overflow-x: hidden;
}
#custom-html-i a {
  transition: color 0.6s;
}
#custom-html-i .cid-siRaRqNd18 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #06182d;
}
#custom-html-i .cid-siRaRqNd18 .card-title {
  color: #66458e;
}
#custom-html-i .cid-siRaRqNd18 .card .card-img span {
  color: #ebc6b8;
  font-size: 60px;
  background: linear-gradient(45deg, #ebc6b8, #ebc6b8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #custom-html-i .cid-siRaRqNd18 .card .card-img span {
    background: none;
  }
}
#custom-html-i .cid-siRaRqNd18 .card-title,
#custom-html-i .cid-siRaRqNd18 .card-img {
  color: #ecc5b6;
}
#custom-html-i .cid-siRg7BuBZU {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #06182d;
}
#custom-html-i .cid-siRg7BuBZU a:link {
  text-decoration: none;
}
#custom-html-i .cid-siRg7BuBZU .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
#custom-html-i .cid-siRg7BuBZU .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
#custom-html-i .cid-siRg7BuBZU .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  #custom-html-i .cid-siRg7BuBZU .foot-menu {
    padding: 15px 1rem;
  }
}
#custom-html-i .cid-siRg7BuBZU .mbr-text {
  color: #ecc5b6;
}
.cid-rZq2XSdQ54 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #06182d;
}
.cid-rZq2XSdQ54 .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rZq2XSdQ54 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rZq2XSdQ54 .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rZq2XSdQ54 .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rZq2XSdQ54 .text-wrap .icons-wrap::after {
    display: none;
  }
}
@media (max-width: 650px) {
	.utit{
	margin-top: 40px;		
	}
	.partit{
		text-align: left;
	}
}

.cid-sjqslPeiRn  .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}