body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4.375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.95rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.95rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.875rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.4rem;
}
/* ---- 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: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.76rem;
    font-size: calc( 0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((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))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 18px 38px;
  border-radius: 6px;
}
.btn-md {
  padding: 18px 42px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 47px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #0239b6 !important;
}
.bg-success {
  background-color: #ff7c00 !important;
}
.bg-info {
  background-color: #0355ff !important;
}
.bg-warning {
  background-color: #0355ff !important;
}
.bg-danger {
  background-color: #14287f !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #0239b6 !important;
  border-color: #0239b6 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #01216a !important;
  border-color: #01216a !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #01216a !important;
  border-color: #01216a !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #279e64 !important;
  border-color: #279e64 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #18613d !important;
  border-color: #18613d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #18613d !important;
  border-color: #18613d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #0355ff !important;
  border-color: #0355ff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #003bb5 !important;
  border-color: #003bb5 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #003bb5 !important;
  border-color: #003bb5 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ff7c00 !important;
  border-color: #ff7c00 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #b35700 !important;
  border-color: #b35700 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b35700 !important;
  border-color: #b35700 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #0355ff !important;
  border-color: #0355ff !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #003bb5 !important;
  border-color: #003bb5 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #003bb5 !important;
  border-color: #003bb5 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #14287f !important;
  border-color: #14287f !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #0a133d !important;
  border-color: #0a133d !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0a133d !important;
  border-color: #0a133d !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: #011951;
  color: #011951;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #0239b6;
  border-color: #0239b6;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0239b6 !important;
  border-color: #0239b6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #134c30;
  color: #134c30;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #279e64;
  border-color: #279e64;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #279e64 !important;
  border-color: #279e64 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #00339c;
  color: #00339c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #0355ff;
  border-color: #0355ff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0355ff !important;
  border-color: #0355ff !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #994a00;
  color: #994a00;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #ff7c00;
  border-color: #ff7c00;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7c00 !important;
  border-color: #ff7c00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #00339c;
  color: #00339c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #0355ff;
  border-color: #0355ff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0355ff !important;
  border-color: #0355ff !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #060c27;
  color: #060c27;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #14287f;
  border-color: #14287f;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #14287f !important;
  border-color: #14287f !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  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,
.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: #0239b6 !important;
}
.text-secondary {
  color: #279e64 !important;
}
.text-success {
  color: #ff7c00 !important;
}
.text-info {
  color: #0355ff !important;
}
.text-warning {
  color: #0355ff !important;
}
.text-danger {
  color: #14287f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #011951 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #134c30 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #994a00 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #00339c !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #00339c !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #060c27 !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: #0355ff;
}
.alert-warning {
  background-color: #0355ff;
}
.alert-danger {
  background-color: #14287f;
}
.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-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0239b6;
  border-color: #0239b6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0239b6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3b76fd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffe5cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cfdfff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #cfdfff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #3454df;
}
.scrollToTop_wraper {
  display: none !important;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.4rem;
}
blockquote {
  border-color: #0239b6;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.btn-primary:hover {
  color: #0239b6 !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0239b6;
  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: #0239b6;
  border-bottom-color: #0239b6;
}
.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: #0239b6 !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: #279e64 !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='%230239b6' %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-s2V9SnoqGp {
  padding-top: 225px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/hero-image-3.jpg");
}
.cid-s2V9SnoqGp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s2V9SnoqGp .mbr-section-title {
  color: #ffffff;
}
.cid-s2V9SnoqGp .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-s2V9SnoqGp .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-s2V9SnoqGp .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #0239b6;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-s2V9SnoqGp .mbr-section-btn {
  display: flex;
}
.cid-s2V9SnoqGp .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-s2V9SnoqGp .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-s2V9SnoqGp .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-s2V9SnoqGp .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-s2V9SnoqGp .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-s2V9SnoqGp .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-s2V9SnoqGp .video-wrap .icon-wrap .line-video-1,
.cid-s2V9SnoqGp .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-s2V9SnoqGp .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-s2V9SnoqGp .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-s2V9SnoqGp .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s2V9SnoqGp .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s2V9SnoqGp .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s2V9SnoqGp a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ff7c00;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s2V9SnoqGp a.close:hover {
  color: #ff7c00;
}
@media (max-width: 991px) {
  .cid-s2V9SnoqGp .separator,
  .cid-s2V9SnoqGp .sep-holder,
  .cid-s2V9SnoqGp .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-s2V9SnoqGp .buttons-wrap {
    flex-direction: column;
  }
  .cid-s2V9SnoqGp .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-s2V9SnoqGp .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-s2V9SnoqGp .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-s2V9SnoqGp .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-sdGscZfDCa {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sdGscZfDCa .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-sdGscZfDCa .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #0239b6;
}
.cid-sdGscZfDCa .contents .mbr-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-sdGscZfDCa .contents .mbr-section-text {
  margin-top: 20px;
  color: #0355ff;
}
.cid-sdGscZfDCa .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sdGscZfDCa .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #dcdfe2;
}
.cid-sdGscZfDCa .card-wrapper .card-box .card-title {
  color: #0239b6;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sdGscZfDCa .card-wrapper .card-box .card-title:hover {
  color: #0239b6;
  transition: 0.3s all;
}
.cid-sdGscZfDCa .card-wrapper .card-box .card-subtitle {
  color: #0239b6;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sdGscZfDCa .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-sdGscZfDCa .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #0355ff;
}
.cid-sdGscZfDCa .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sdGscZfDCa .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sdGscZfDCa .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sdGscZfDCa .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sdGscZfDCa .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sdGscZfDCa .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sdGscZfDCa .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
.cid-sdGscZfDCa .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
}
.cid-sdGscZfDCa .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-sdGscZfDCa .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-sdGscZfDCa .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-sdGscZfDCa .contents .mbr-subtitle {
  color: #1b1a1a;
}
.cid-sdGscZfDCa .card-wrapper .card-box .card-subtitle,
.cid-sdGscZfDCa .mbr-section-btn {
  color: #232323;
}
.cid-sdGscZfDCa .card-wrapper .card-box .card-title,
.cid-sdGscZfDCa .mbr-section-btn {
  color: #0239b6;
}
.cid-sdGscZfDCa .contents .mbr-section-title {
  color: #0239b6;
}
.cid-sdGse6S67M {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sdGse6S67M .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-sdGse6S67M .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #0239b6;
}
.cid-sdGse6S67M .contents .mbr-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-sdGse6S67M .contents .mbr-section-text {
  margin-top: 20px;
  color: #0355ff;
}
.cid-sdGse6S67M .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sdGse6S67M .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #dcdfe2;
}
.cid-sdGse6S67M .card-wrapper .card-box .card-title {
  color: #0239b6;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sdGse6S67M .card-wrapper .card-box .card-title:hover {
  color: #0239b6;
  transition: 0.3s all;
}
.cid-sdGse6S67M .card-wrapper .card-box .card-subtitle {
  color: #0239b6;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sdGse6S67M .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-sdGse6S67M .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #0355ff;
}
.cid-sdGse6S67M .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sdGse6S67M .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sdGse6S67M .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sdGse6S67M .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sdGse6S67M .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sdGse6S67M .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sdGse6S67M .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
.cid-sdGse6S67M .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
}
.cid-sdGse6S67M .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-sdGse6S67M .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-sdGse6S67M .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-sdGse6S67M .contents .mbr-subtitle {
  color: #1b1a1a;
}
.cid-sdGse6S67M .card-wrapper .card-box .card-subtitle,
.cid-sdGse6S67M .mbr-section-btn {
  color: #232323;
}
.cid-sdGse6S67M .card-wrapper .card-box .card-title,
.cid-sdGse6S67M .mbr-section-btn {
  color: #0355ff;
}
.cid-s2V9TbCQOl {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s2V9TbCQOl .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-s2V9TbCQOl .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #0239b6;
}
.cid-s2V9TbCQOl .contents .mbr-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-s2V9TbCQOl .contents .mbr-section-text {
  margin-top: 20px;
  color: #0355ff;
}
.cid-s2V9TbCQOl .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-s2V9TbCQOl .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #dcdfe2;
}
.cid-s2V9TbCQOl .card-wrapper .card-box .card-title {
  color: #0239b6;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-s2V9TbCQOl .card-wrapper .card-box .card-title:hover {
  color: #0239b6;
  transition: 0.3s all;
}
.cid-s2V9TbCQOl .card-wrapper .card-box .card-subtitle {
  color: #0239b6;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-s2V9TbCQOl .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-s2V9TbCQOl .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #0355ff;
}
.cid-s2V9TbCQOl .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-s2V9TbCQOl .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-s2V9TbCQOl .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-s2V9TbCQOl .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-s2V9TbCQOl .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-s2V9TbCQOl .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-s2V9TbCQOl .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
.cid-s2V9TbCQOl .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
}
.cid-s2V9TbCQOl .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-s2V9TbCQOl .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-s2V9TbCQOl .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-s2V9TbCQOl .contents .mbr-subtitle {
  color: #1b1a1a;
}
.cid-s2V9TbCQOl .card-wrapper .card-box .card-subtitle,
.cid-s2V9TbCQOl .mbr-section-btn {
  color: #232323;
}
.cid-s2V9TbCQOl .card-wrapper .card-box .card-title,
.cid-s2V9TbCQOl .mbr-section-btn {
  color: #0239b6;
}
.cid-sWuCZTzuVu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sWuCZTzuVu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sWuCZTzuVu .row {
  flex-direction: row-reverse;
}
.cid-sWuCZTzuVu img {
  width: 100%;
}
.cid-sgUbjW46SM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-sgUbjW46SM .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 3rem;
}
.cid-sgUbjW46SM .carousel-item > div {
  width: 100%;
}
.cid-sgUbjW46SM .carousel-item.active,
.cid-sgUbjW46SM .carousel-item-next,
.cid-sgUbjW46SM .carousel-item-prev {
  display: flex;
}
.cid-sgUbjW46SM .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-sgUbjW46SM .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  color: #000000;
  background: #ffffff;
  opacity: .9;
}
.cid-sgUbjW46SM .carousel-controls a:hover span {
  opacity: 1;
}
.cid-sgUbjW46SM .signature,
.cid-sgUbjW46SM .desk {
  margin: 0;
}
.cid-sgUbjW46SM .mbr-text,
.cid-sgUbjW46SM .mbr-section-subtitle {
  color: #efefef;
}
.cid-sgUbjW46SM .signature,
.cid-sgUbjW46SM .desk {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sgUbjW46SM .carousel-item {
    padding: 0 5rem;
  }
}
@media (min-width: 768px) {
  .cid-sgUbjW46SM .carousel-controls a {
    width: 5%;
  }
}
.cid-sgUbjW46SM .signature {
  color: #ffffff;
}
.cid-sXawPeeMIy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sXawPeeMIy .container {
  max-width: 832px;
}
.cid-sXawPeeMIy .mbr-text {
  color: #232323;
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.cid-sXawPeeMIy .mbr-text span {
  font-weight: inherit;
  line-height: inherit;
  color: #e1965f;
}
.cid-st2oRUgM69 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-st2oRUgM69 .image-block {
  margin: auto;
}
.cid-st2oRUgM69 .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-st2oRUgM69 .image-block {
    width: 100% !important;
  }
}
.cid-st2oRUgM69 .container-fluid {
  padding: 0;
}
.cid-shWlD9FHio {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shWlD9FHio .card-icon {
  font-size: 56px;
  color: #efefef;
  transition: color 0.3s;
}
.cid-shWlD9FHio .icon2 {
  color: #ffffff;
}
.cid-shWlD9FHio .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-shWlD9FHio p {
  font-weight: 400;
}
.cid-shWlD9FHio .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-shWlD9FHio .line2 {
  background: #ffffff;
}
.cid-shWlD9FHio .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #eff2f7;
}
.cid-shWlD9FHio .card-wrapper:hover .link-ico {
  background-color: #efefef;
  border-color: #efefef;
  color: white;
}
.cid-shWlD9FHio .card2 {
  background: #e9e9e9;
}
.cid-shWlD9FHio .card-title,
.cid-shWlD9FHio .card-ico,
.cid-shWlD9FHio .line-wrap {
  text-align: center;
  color: #232323;
}
.cid-shWlD9FHio .mbr-text,
.cid-shWlD9FHio .card-link {
  text-align: center;
  color: #232323;
}
.cid-sXawxHbdQx {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sXawxHbdQx .image-block {
  margin: auto;
}
.cid-sXawxHbdQx .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sXawxHbdQx .image-block {
    width: 100% !important;
  }
}
.cid-sXawxHbdQx .container-fluid {
  padding: 0;
}
.cid-shDsBF36nJ {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shDsBF36nJ .mbr-section-subtitle {
  color: #279e64;
}
.cid-shDsBF36nJ .mbr-section-title {
  text-align: left;
  color: #0239b6;
}
.cid-shDsBF36nJ .mbr-text {
  color: #000000;
}
.cid-shDsBF36nJ .mbr-section-btn {
  margin-top: 40px;
}
.cid-shDsBF36nJ .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-shDsBF36nJ .mbr-list {
  color: #000000;
}
.cid-shDsBF36nJ .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-shDsBF36nJ .mbr-list .list {
    text-align: left;
  }
}
.cid-shDsBF36nJ .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-shDsBF36nJ .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-shDsBF36nJ .mbr-list .list li:before {
  font-weight: 900;
  color: #232323;
  display: inline-block;
  font-size: 15px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 11.25px;
  border-radius: 50%;
  padding: 5px;
  background-color: #eeeff2;
}
@media (max-width: 768px) {
  .cid-shDsBF36nJ * {
    text-align: left;
  }
}
.cid-seQwYt47s0 {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-seQwYt47s0 .mbr-text {
  color: #767676;
}
.cid-seQwYt47s0 h4 {
  text-align: center;
}
.cid-seQwYt47s0 p {
  text-align: center;
}
.cid-seQwYt47s0 .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-seQwYt47s0 .card:hover .step {
  color: #ffffff;
  border: 0px solid transparent;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-seQwYt47s0 .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-seQwYt47s0 .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #eee;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-seQwYt47s0 .step:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.3s;
  background: linear-gradient(45deg, #c5e9d8, #ffffff);
  border-radius: 50%;
}
.cid-seQwYt47s0 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-seQwYt47s0 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #0239b6, #279e64);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-seQwYt47s0 .mbr-section-title,
  .cid-seQwYt47s0 .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-seQwYt47s0 .mbr-section-title,
.cid-seQwYt47s0 .underline {
  color: #0239b6;
}
.cid-seQwYt47s0 SPAN {
  color: #ff7c00;
}
.cid-seQwYt47s0 .card-title,
.cid-seQwYt47s0 .card-img {
  color: #232323;
}
.cid-s2V9U6S5wm {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #0239b6;
  background: linear-gradient(to bottom, #0239b6, #00da70);
}
.cid-s2V9U6S5wm .content-inner .left-content {
  display: block;
}
.cid-s2V9U6S5wm .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-s2V9U6S5wm .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-s2V9U6S5wm .content-inner .right-content {
  display: block;
}
.cid-s2V9U6S5wm .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-s2V9U6S5wm .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-s2V9U6S5wm .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-s2V9U6S5wm .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ff7c00 !important;
  border-color: #ff7c00 !important;
}
@media (max-width: 991px) {
  .cid-s2V9U6S5wm .content-inner {
    justify-content: center !important;
  }
  .cid-s2V9U6S5wm * {
    text-align: center;
  }
}
.cid-s2V9SVDk5H {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s2V9SVDk5H .wrap-block {
  padding-right: 30px;
}
.cid-s2V9SVDk5H .cards {
  padding-left: 30px;
}
.cid-s2V9SVDk5H .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-s2V9SVDk5H .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-s2V9SVDk5H .wrap-block .contents .mbr-subtitle {
  color: #279e64;
  margin-bottom: 14px;
}
.cid-s2V9SVDk5H .wrap-block .contents .mbr-section-title {
  margin-bottom: 5px;
  color: #0239b6;
}
.cid-s2V9SVDk5H .wrap-block .contents .mbr-text {
  margin-top: 17px;
}
.cid-s2V9SVDk5H .wrap-block .contents h3 {
  color: #0355ff;
}
.cid-s2V9SVDk5H .wrap-block .contents h4 {
  color: #0355ff;
}
.cid-s2V9SVDk5H .wrap-block .contents .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-s2V9SVDk5H .cards-wrap {
  flex-direction: column;
}
.cid-s2V9SVDk5H .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
}
.cid-s2V9SVDk5H .wrapper .img {
  margin-bottom: 20px;
}
.cid-s2V9SVDk5H .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #279e64;
  border-radius: 50%;
}
.cid-s2V9SVDk5H .wrapper .mbr-card-title {
  color: #0239b6;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-s2V9SVDk5H .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #0355ff;
}
@media (max-width: 767px) {
  .cid-s2V9SVDk5H * {
    text-align: left;
  }
}
.cid-s2V9SVDk5H .wrap-block .contents h4,
.cid-s2V9SVDk5H .menu-content-right {
  color: #0a1126;
}
.cid-s2V9SVDk5H .wrapper .mbr-text,
.cid-s2V9SVDk5H .img {
  color: #232323;
}
.cid-s2V9SVDk5H .wrapper .mbr-card-title,
.cid-s2V9SVDk5H .img {
  color: #232323;
}
.cid-s2V9SVDk5H .wrap-block .contents .mbr-subtitle,
.cid-s2V9SVDk5H .menu-content-right {
  color: #63b68f;
}
.cid-s2V9TywmmC {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2V9TywmmC .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-s2V9TywmmC .contents .mbr-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-s2V9TywmmC .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #0239b6;
}
.cid-s2V9TywmmC .contents .mbr-text {
  color: #0355ff;
}
.cid-s2V9TywmmC .card-wrapper {
  height: 100%;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  padding: 55px 50px 41px 45px;
  transition: all 0.3s;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-s2V9TywmmC .card-wrapper .card-box .card-title {
  color: #0239b6;
}
.cid-s2V9TywmmC .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #0355ff;
}
.cid-s2V9TywmmC .card-wrapper .card-box .mbr-iconfont {
  padding-left: 0.2rem;
  display: inline-block;
}
.cid-s2V9TywmmC .card-wrapper .card-img {
  margin-bottom: 40px;
  transition: all .9s;
}
.cid-s2V9TywmmC .card-wrapper .card-img .mbr-iconfont {
  font-size: 77px;
  color: #279e64;
}
.cid-s2V9TywmmC .card-wrapper .mbr-link-btn {
  transition: all 0.3s;
}
.cid-s2V9TywmmC .card-wrapper .mbr-link-btn .btn {
  transition: all 0.3s;
  color: #0239b6;
  font-weight: 700;
}
.cid-s2V9TywmmC .card-wrapper .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-s2V9TywmmC .card-wrapper .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-s2V9TywmmC .card-wrapper:hover {
  background-color: #6d7a8c;
  border-color: #6d7a8c;
}
.cid-s2V9TywmmC .card-wrapper:hover .card-box .card-title {
  color: #eeeff2;
}
.cid-s2V9TywmmC .card-wrapper:hover .card-box .mbr-text {
  color: #eeeff2;
}
.cid-s2V9TywmmC .card-wrapper:hover .card-img {
  transform: rotateY(360deg);
}
.cid-s2V9TywmmC .card-wrapper:hover .card-img .mbr-iconfont {
  color: #eeeff2;
}
.cid-s2V9TywmmC .card-wrapper:hover .mbr-link-btn .btn {
  color: #eeeff2;
}
.cid-s2V9TywmmC .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-s2V9TywmmC .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-s2V9TywmmC .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-s2V9TywmmC .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #0239b6 !important;
  box-shadow: none !important;
}
.cid-s2V9TywmmC .btn[class*="-outline"]:active,
.cid-s2V9TywmmC .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-s2V9TywmmC .card {
    margin-bottom: 15px;
  }
}
.cid-s2V9TywmmC .card-wrapper .card-box .card-title {
  color: #0355ff;
}
.cid-s2V9TywmmC .contents .mbr-subtitle {
  color: #232323;
}
.cid-seP8VbSOSg {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-seP8VbSOSg .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-seP8VbSOSg .contents .mbr-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-seP8VbSOSg .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #0239b6;
}
.cid-seP8VbSOSg .contents .mbr-text {
  color: #0355ff;
}
.cid-seP8VbSOSg .card-wrapper {
  height: 100%;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  padding: 55px 50px 41px 45px;
  transition: all 0.3s;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-seP8VbSOSg .card-wrapper .card-box .card-title {
  color: #0239b6;
}
.cid-seP8VbSOSg .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #0355ff;
}
.cid-seP8VbSOSg .card-wrapper .card-box .mbr-iconfont {
  padding-left: 0.2rem;
  display: inline-block;
}
.cid-seP8VbSOSg .card-wrapper .card-img {
  margin-bottom: 40px;
  transition: all .9s;
}
.cid-seP8VbSOSg .card-wrapper .card-img .mbr-iconfont {
  font-size: 77px;
  color: #279e64;
}
.cid-seP8VbSOSg .card-wrapper .mbr-link-btn {
  transition: all 0.3s;
}
.cid-seP8VbSOSg .card-wrapper .mbr-link-btn .btn {
  transition: all 0.3s;
  color: #0239b6;
  font-weight: 700;
}
.cid-seP8VbSOSg .card-wrapper .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-seP8VbSOSg .card-wrapper .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-seP8VbSOSg .card-wrapper:hover {
  background-color: #6d7a8c;
  border-color: #6d7a8c;
}
.cid-seP8VbSOSg .card-wrapper:hover .card-box .card-title {
  color: #eeeff2;
}
.cid-seP8VbSOSg .card-wrapper:hover .card-box .mbr-text {
  color: #eeeff2;
}
.cid-seP8VbSOSg .card-wrapper:hover .card-img {
  transform: rotateY(360deg);
}
.cid-seP8VbSOSg .card-wrapper:hover .card-img .mbr-iconfont {
  color: #eeeff2;
}
.cid-seP8VbSOSg .card-wrapper:hover .mbr-link-btn .btn {
  color: #eeeff2;
}
.cid-seP8VbSOSg .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-seP8VbSOSg .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-seP8VbSOSg .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-seP8VbSOSg .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #0239b6 !important;
  box-shadow: none !important;
}
.cid-seP8VbSOSg .btn[class*="-outline"]:active,
.cid-seP8VbSOSg .btn[class*="-outline"]:focus {
  background-color: #0355ff !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-seP8VbSOSg .card {
    margin-bottom: 15px;
  }
}
.cid-seP8VbSOSg .card-wrapper .card-box .card-title {
  color: #0355ff;
}
#custom-html-8w {
  /* Type valid CSS here */
}
#custom-html-8w div {
  padding: 0 0;
  color: #777;
  text-align: center;
}
#custom-html-8w p {
  font-size: 60px;
  color: #777;
}
.cid-sfLZPLgXK0 {
  padding-top: 90px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 70px;
}
.cid-sfLZPLgXK0 .content {
  padding-left: 30px;
}
.cid-sfLZPLgXK0 .mbr-section-subtitle {
  color: #279e64;
}
.cid-sfLZPLgXK0 .mbr-section-title {
  color: #0239b6;
}
.cid-sfLZPLgXK0 .mbr-text {
  color: #0355ff;
}
.cid-sfLZPLgXK0 .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #63b68f;
}
.cid-sfLZPLgXK0 .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-sfLZPLgXK0 .p-4 {
  padding: 1rem 0 !important;
}
.cid-sfLZPLgXK0 .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-sfLZPLgXK0 .mbri-arrow-down:before {
  content: "\e960";
}
.cid-sfLZPLgXK0 .mbri-arrow-up:before {
  content: "\e960";
}
.cid-sfLZPLgXK0 .card {
  border-radius: 0px;
  border-bottom: 2px solid #efefef !important;
}
.cid-sfLZPLgXK0 .card:last-child {
  border-bottom: none !important;
}
.cid-sfLZPLgXK0 .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-sfLZPLgXK0 .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-sfLZPLgXK0 .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.cid-sfLZPLgXK0 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sfLZPLgXK0 .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
  color: #0239b6;
  padding-right: 50px;
}
.cid-sfLZPLgXK0 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sfLZPLgXK0 .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 17px;
  transform: translate(-50%, 0) !important;
  display: inline-block;
  margin-left: 0;
  width: 46px;
  height: 46px;
  background-color: #6d7a8c;
  transition: all .3s ease 0s;
  box-shadow: 0 14px 40px 0 #6d7a8c;
}
.cid-sfLZPLgXK0 .card .card-header a.panel-title .toggle-icon:before,
.cid-sfLZPLgXK0 .card .card-header a.panel-title .toggle-icon:after {
  background: #ffffff;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-sfLZPLgXK0 .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: #ffffff;
  border: 0;
  transform: none;
}
.cid-sfLZPLgXK0 .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-sfLZPLgXK0 .card .panel-body {
  padding: 14px 20px;
}
.cid-sfLZPLgXK0 .card .panel-body p {
  color: #0355ff;
}
.cid-sfLZPLgXK0 .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-sfLZPLgXK0 .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-sfLZPLgXK0 .collapsed .toggle-icon {
  background-color: transparent !important;
  transform: translate(0, 0);
  right: 7px !important;
  box-shadow: none !important;
}
.cid-sfLZPLgXK0 .collapsed .toggle-icon:before,
.cid-sfLZPLgXK0 .collapsed .toggle-icon:after {
  background: #63b68f !important;
}
.cid-sfLZPLgXK0 .collapsed .toggle-icon:before {
  background-color: #63b68f !important;
}
.cid-sfLZPLgXK0 .img-wrap img {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sfLZPLgXK0 * {
    text-align: left;
  }
}
.cid-sfLZPLgXK0 .content .mbr-section-title {
  color: #0239b6;
}
.cid-sfLZPLgXK0 .card .card-header a.panel-title h4 {
  color: #000000;
}
.cid-sfLZPLgXK0 .card .panel-body p {
  color: #000000;
}
.cid-s2V9Yi1kG2 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-s2V9Yi1kG2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-s2V9Yi1kG2 .text-content .mbr-subtitle {
  color: #279e64;
}
.cid-s2V9Yi1kG2 .text-content .mbr-section-title {
  color: #0239b6;
}
.cid-s2V9Yi1kG2 .text-content .mbr-text {
  color: #0355ff;
}
.cid-s2V9Yi1kG2 .text-content .list-block {
  margin-top: 16px;
  padding-bottom: 16px;
}
.cid-s2V9Yi1kG2 .text-content .list-block .card-img {
  width: auto;
}
.cid-s2V9Yi1kG2 .text-content .list-block .card-img span {
  color: #279e64;
  font-size: 1.5rem;
}
.cid-s2V9Yi1kG2 .text-content .list-block .list-item-title {
  color: #0239b6;
  transition: all .3s linear 0s;
}
.cid-s2V9Yi1kG2 .text-content .list-block .list-item-title:hover {
  color: #279e64;
}
.cid-s2V9Yi1kG2 .text-content .list-block .list-item-text {
  padding-top: 10px;
  color: #0355ff;
  margin-bottom: 0;
}
.cid-s2V9Yi1kG2 .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-s2V9Yi1kG2 .text-content .social {
  font-size: 1.2rem;
}
.cid-s2V9Yi1kG2 .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  transition: 0.3s all;
  color: #13287d;
}
.cid-s2V9Yi1kG2 .text-content .social span:hover {
  color: #279e64;
  transition: 0.3s all;
}
.cid-s2V9Yi1kG2 .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.cid-s2V9Yi1kG2 .list-block {
  position: relative;
}
.cid-s2V9Yi1kG2 .list-block h4,
.cid-s2V9Yi1kG2 .list-block p {
  padding-left: 2.625rem;
}
.cid-s2V9Yi1kG2 .card-img {
  display: block;
}
.cid-s2V9Yi1kG2 input,
.cid-s2V9Yi1kG2 textarea {
  border-radius: 3px;
  min-height: 3rem;
  padding: 13px 20px !important;
  font-size: 13px;
  color: #ff7c00;
  height: 60px;
}
.cid-s2V9Yi1kG2 .form-control,
.cid-s2V9Yi1kG2 .field-input {
  padding: 13px 20px !important;
  background-color: #ffffff;
  border-color: #dcdfe2;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s2V9Yi1kG2 .form-control:hover,
.cid-s2V9Yi1kG2 .field-input:hover,
.cid-s2V9Yi1kG2 .form-control:focus,
.cid-s2V9Yi1kG2 .field-input:focus {
  background-color: #ffffff;
  border-color: #279e64;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s2V9Yi1kG2 .form-control:focus,
.cid-s2V9Yi1kG2 .field-input:focus {
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
}
.cid-s2V9Yi1kG2 input::-webkit-input-placeholder,
.cid-s2V9Yi1kG2 textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-s2V9Yi1kG2 input:-moz-placeholder,
.cid-s2V9Yi1kG2 textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-s2V9Yi1kG2 .jq-selectbox li,
.cid-s2V9Yi1kG2 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-s2V9Yi1kG2 .jq-selectbox li:hover,
.cid-s2V9Yi1kG2 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-s2V9Yi1kG2 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-s2V9Yi1kG2 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-s2V9Yi1kG2 .mbr-form {
  max-width: 550px;
}
.cid-s2V9Yi1kG2 .mbr-form .content-title {
  color: #0239b6;
  margin-bottom: 20px;
}
.cid-s2V9Yi1kG2 .mbr-form .content-subtitle {
  color: #0355ff;
}
.cid-s2V9Yi1kG2 .mbr-form textarea {
  min-height: 100px;
  height: 194px;
}
.cid-s2V9Yi1kG2 .mbr-form .btn {
  justify-content: space-between;
  border-radius: 30px;
  border-color: #0239b6;
  color: #0239b6;
  padding: 18px 42px;
  margin: 0 !important;
  margin-top: 7px !important;
}
.cid-s2V9Yi1kG2 .mbr-form .btn-success:hover {
  background-color: #279e64 !important;
  border-color: #279e64 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .cid-s2V9Yi1kG2 .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-s2V9Yi1kG2 .mbr-section-title,
  .cid-s2V9Yi1kG2 .content-title,
  .cid-s2V9Yi1kG2 .mbr-section-btn {
    text-align: left;
  }
}
#custom-html-4j {
  /* Type valid CSS here */
}
#custom-html-4j div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-4j p {
  font-size: 60px;
  color: #777;
}
.cid-sdGCVf4DjI {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sdGCVf4DjI .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sdGCVf4DjI .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sdGCVf4DjI .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdGCVf4DjI .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sdGCVf4DjI .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-sdGCVf4DjI .text2 {
  color: #000000;
  text-align: left;
}
.cid-sdGCVf4DjI .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sdGCVf4DjI .logo-title {
  text-align: center;
}
.cid-sdGCVf4DjI .logo-sub-title {
  text-align: center;
}
.cid-sdGCVf4DjI .links {
  text-align: center;
  color: #656565;
}
.cid-sdGCVf4DjI .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sdGCVf4DjI .links,
.cid-sdGCVf4DjI .social-list {
  color: #0a1126;
}
.cid-sguQOmJJGi .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sguQOmJJGi .navbar-fixed-top {
  padding-top: 0;
}
.cid-sguQOmJJGi .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sguQOmJJGi .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sguQOmJJGi .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sguQOmJJGi .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sguQOmJJGi .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sguQOmJJGi .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sguQOmJJGi .dropdown-item,
.cid-sguQOmJJGi .nav-link,
.cid-sguQOmJJGi .brand-name {
  font-style: normal;
}
.cid-sguQOmJJGi .dropdown-item:hover,
.cid-sguQOmJJGi .nav-link:hover,
.cid-sguQOmJJGi .brand-name:hover {
  color: #ff7c00 !important;
}
.cid-sguQOmJJGi .dropdown-menu {
  background-color: #ffffff;
}
.cid-sguQOmJJGi .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sguQOmJJGi .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-sguQOmJJGi .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sguQOmJJGi .nav-item {
  position: relative;
}
.cid-sguQOmJJGi .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sguQOmJJGi .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sguQOmJJGi .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sguQOmJJGi .nav-link {
    line-height: 6.13;
  }
  .cid-sguQOmJJGi .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sguQOmJJGi .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-sguQOmJJGi .dropdown-item {
    color: #0355ff !important;
    border-bottom: 0px solid #4f5b77;
  }
}
.cid-sguQOmJJGi .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sguQOmJJGi .content-text {
  margin-bottom: 0;
}
.cid-sguQOmJJGi .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sguQOmJJGi .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0239b6;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sguQOmJJGi .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sguQOmJJGi .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sguQOmJJGi .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sguQOmJJGi .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sguQOmJJGi .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sguQOmJJGi .content-right-side {
  text-align: center;
}
.cid-sguQOmJJGi .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sguQOmJJGi .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sguQOmJJGi .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sguQOmJJGi .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sguQOmJJGi .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sguQOmJJGi .info-widget:first-child {
  margin-left: 0;
}
.cid-sguQOmJJGi .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sguQOmJJGi .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sguQOmJJGi .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sguQOmJJGi .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #e1e3e6;
}
@media (min-width: 992px) {
  .cid-sguQOmJJGi .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sguQOmJJGi .navbar {
    display: block;
    padding: 0;
  }
  .cid-sguQOmJJGi .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sguQOmJJGi .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sguQOmJJGi .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sguQOmJJGi .navbar-toggler {
    display: none;
  }
  .cid-sguQOmJJGi .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-sguQOmJJGi .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sguQOmJJGi .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sguQOmJJGi .btn-sm {
  padding: 13px 29px;
}
.cid-sguQOmJJGi .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sguQOmJJGi .btn::after {
  background-color: #0355ff;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sguQOmJJGi .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sguQOmJJGi .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sguQOmJJGi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sguQOmJJGi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sguQOmJJGi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sguQOmJJGi .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sguQOmJJGi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sguQOmJJGi .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sguQOmJJGi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sguQOmJJGi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sguQOmJJGi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sguQOmJJGi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sguQOmJJGi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sguQOmJJGi button.navbar-toggler:focus {
  outline: none;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1b1a1a;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sguQOmJJGi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sguQOmJJGi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sguQOmJJGi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sguQOmJJGi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sguQOmJJGi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sguQOmJJGi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sguQOmJJGi .collapsed .btn {
  display: flex;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sguQOmJJGi .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sguQOmJJGi .collapsed button.navbar-toggler {
  display: block;
}
.cid-sguQOmJJGi .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sguQOmJJGi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sguQOmJJGi .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sguQOmJJGi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sguQOmJJGi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sguQOmJJGi .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sguQOmJJGi .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sguQOmJJGi .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sguQOmJJGi .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sguQOmJJGi .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sguQOmJJGi .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sguQOmJJGi .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sguQOmJJGi .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing,
  .cid-sguQOmJJGi .navbar-collapse.show {
    display: block !important;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-nav,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-buttons,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sguQOmJJGi img {
    height: 3.8rem !important;
  }
  .cid-sguQOmJJGi .btn {
    display: flex;
  }
  .cid-sguQOmJJGi button.navbar-toggler {
    display: block;
  }
  .cid-sguQOmJJGi .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sguQOmJJGi .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sguQOmJJGi .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sguQOmJJGi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sguQOmJJGi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sguQOmJJGi .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sguQOmJJGi .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sguQOmJJGi .navbar-toggler {
  position: relative;
}
.cid-sguQOmJJGi .dropdown-item.active,
.cid-sguQOmJJGi .dropdown-item:active {
  color: initial;
}
.cid-sguQOmJJGi .widget-title {
  color: #0355ff;
}
.cid-sguQOmJJGi .widget-text {
  color: #0355ff;
}
.cid-sguQOmJJGi .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sguQOmJJGi .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #0239b6;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sguQOmJJGi .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sguQOmJJGi .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sguQOmJJGi .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sguQOmJJGi .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sguQOmJJGi .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sguQOmJJGi .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sguQOmJJGi .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sguQOmJJGi .menu-content-top,
  .cid-sguQOmJJGi .menu-bottom {
    padding: 0 15px;
  }
  .cid-sguQOmJJGi button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sguQOmJJGi .widget-title,
.cid-sguQOmJJGi .widget-icon {
  color: #0239b6;
}
.cid-skL0gB3btl.popup-builder {
  background-color: #ffffff;
}
.cid-skL0gB3btl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-skL0gB3btl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-skL0gB3btl .modal-content,
.cid-skL0gB3btl .modal-dialog {
  height: auto;
}
.cid-skL0gB3btl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-skL0gB3btl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-skL0gB3btl .form-wrapper .mbr-form .form-group,
  .cid-skL0gB3btl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-skL0gB3btl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-skL0gB3btl .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-skL0gB3btl .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-skL0gB3btl .pt-0 {
  padding-top: 0 !important;
}
.cid-skL0gB3btl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-skL0gB3btl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-skL0gB3btl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-skL0gB3btl .modal-open {
  overflow: hidden;
}
.cid-skL0gB3btl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-skL0gB3btl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-skL0gB3btl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-skL0gB3btl .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-skL0gB3btl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-skL0gB3btl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-skL0gB3btl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-skL0gB3btl .modal-content {
  background: #ff7c00;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-skL0gB3btl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-skL0gB3btl .modal-backdrop.fade {
  opacity: 0;
}
.cid-skL0gB3btl .modal-backdrop.show {
  opacity: .5;
}
.cid-skL0gB3btl .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-skL0gB3btl .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-skL0gB3btl .modal-header .close:hover {
  opacity: 1;
}
.cid-skL0gB3btl .modal-header .close:focus {
  outline: none;
}
.cid-skL0gB3btl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-skL0gB3btl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-skL0gB3btl .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-skL0gB3btl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-skL0gB3btl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-skL0gB3btl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-skL0gB3btl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-skL0gB3btl .modal-sm {
    max-width: 300px;
  }
  .cid-skL0gB3btl .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-skL0gB3btl .modal-lg,
  .cid-skL0gB3btl .modal-xl {
    max-width: 800px;
  }
  .cid-skL0gB3btl .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-skL0gB3btl .modal-xl {
    max-width: 1140px;
  }
  .cid-skL0gB3btl .container {
    max-width: 1140px;
  }
}
.cid-skL0gB3btl .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-skL0gB3btl .container {
    max-width: 720px;
  }
}
.cid-skL0gB3btl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-skL0gB3btl .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-skL0gB3btl .form-group {
  margin-bottom: 1rem;
}
.cid-skL0gB3btl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-skL0gB3btl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-skL0gB3btl .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-st2zRPS1DW.popup-builder {
  background-color: #ffffff;
}
.cid-st2zRPS1DW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-st2zRPS1DW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-st2zRPS1DW .modal-content,
.cid-st2zRPS1DW .modal-dialog {
  height: auto;
}
.cid-st2zRPS1DW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-st2zRPS1DW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-st2zRPS1DW .form-wrapper .mbr-form .form-group,
  .cid-st2zRPS1DW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-st2zRPS1DW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-st2zRPS1DW .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-st2zRPS1DW .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-st2zRPS1DW .pt-0 {
  padding-top: 0 !important;
}
.cid-st2zRPS1DW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-st2zRPS1DW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-st2zRPS1DW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-st2zRPS1DW .modal-open {
  overflow: hidden;
}
.cid-st2zRPS1DW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-st2zRPS1DW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-st2zRPS1DW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-st2zRPS1DW .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-st2zRPS1DW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-st2zRPS1DW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-st2zRPS1DW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-st2zRPS1DW .modal-content {
  background: #56c6b4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-st2zRPS1DW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-st2zRPS1DW .modal-backdrop.fade {
  opacity: 0;
}
.cid-st2zRPS1DW .modal-backdrop.show {
  opacity: .5;
}
.cid-st2zRPS1DW .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-st2zRPS1DW .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-st2zRPS1DW .modal-header .close:hover {
  opacity: 1;
}
.cid-st2zRPS1DW .modal-header .close:focus {
  outline: none;
}
.cid-st2zRPS1DW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-st2zRPS1DW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-st2zRPS1DW .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-st2zRPS1DW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-st2zRPS1DW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-st2zRPS1DW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-st2zRPS1DW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-st2zRPS1DW .modal-sm {
    max-width: 300px;
  }
  .cid-st2zRPS1DW .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-st2zRPS1DW .modal-lg,
  .cid-st2zRPS1DW .modal-xl {
    max-width: 800px;
  }
  .cid-st2zRPS1DW .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-st2zRPS1DW .modal-xl {
    max-width: 1140px;
  }
  .cid-st2zRPS1DW .container {
    max-width: 1140px;
  }
}
.cid-st2zRPS1DW .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-st2zRPS1DW .container {
    max-width: 720px;
  }
}
.cid-st2zRPS1DW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-st2zRPS1DW .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-st2zRPS1DW .form-group {
  margin-bottom: 1rem;
}
.cid-st2zRPS1DW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-st2zRPS1DW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-st2zRPS1DW .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sdNxuji1r7 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/clem-onojeghuo-wmjtxztw4os-unsplash.jpg");
}
.cid-sdNxuji1r7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sdNxuji1r7 .mbr-section-title {
  color: #ffffff;
}
.cid-sdNxuji1r7 .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-sdNxuji1r7 .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-sdNxuji1r7 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #0239b6;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sdNxuji1r7 .mbr-section-btn {
  display: flex;
}
.cid-sdNxuji1r7 .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-sdNxuji1r7 .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-sdNxuji1r7 .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-sdNxuji1r7 .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-sdNxuji1r7 .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sdNxuji1r7 .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sdNxuji1r7 .video-wrap .icon-wrap .line-video-1,
.cid-sdNxuji1r7 .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-sdNxuji1r7 .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-sdNxuji1r7 .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-sdNxuji1r7 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sdNxuji1r7 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sdNxuji1r7 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sdNxuji1r7 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ff7c00;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sdNxuji1r7 a.close:hover {
  color: #ff7c00;
}
@media (max-width: 991px) {
  .cid-sdNxuji1r7 .separator,
  .cid-sdNxuji1r7 .sep-holder,
  .cid-sdNxuji1r7 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sdNxuji1r7 .buttons-wrap {
    flex-direction: column;
  }
  .cid-sdNxuji1r7 .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-sdNxuji1r7 .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-sdNxuji1r7 .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-sdNxuji1r7 .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-sdNxYstMYK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sdNxYstMYK .card-icon {
  font-size: 56px;
  color: #13287d;
  transition: color 0.3s;
}
.cid-sdNxYstMYK .icon2 {
  color: #13287d;
}
.cid-sdNxYstMYK .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sdNxYstMYK p {
  font-weight: 400;
}
.cid-sdNxYstMYK .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #63b68f;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sdNxYstMYK .line2 {
  background: #63b68f;
}
.cid-sdNxYstMYK .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #eff2f7;
}
.cid-sdNxYstMYK .card-wrapper:hover .link-ico {
  background-color: #13287d;
  border-color: #13287d;
  color: white;
}
.cid-sdNxYstMYK .card2 {
  background: #eff2f7;
}
.cid-sdNxYstMYK .card-title,
.cid-sdNxYstMYK .card-ico,
.cid-sdNxYstMYK .line-wrap {
  text-align: center;
}
.cid-sdNxYstMYK .mbr-text,
.cid-sdNxYstMYK .card-link {
  text-align: center;
}
.cid-sdNzBUAZKA {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sdNzBUAZKA .card-icon {
  font-size: 56px;
  color: #13287d;
  transition: color 0.3s;
}
.cid-sdNzBUAZKA .icon2 {
  color: #13287d;
}
.cid-sdNzBUAZKA .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sdNzBUAZKA p {
  font-weight: 400;
}
.cid-sdNzBUAZKA .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #63b68f;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sdNzBUAZKA .line2 {
  background: #63b68f;
}
.cid-sdNzBUAZKA .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #eff2f7;
}
.cid-sdNzBUAZKA .card-wrapper:hover .link-ico {
  background-color: #13287d;
  border-color: #13287d;
  color: white;
}
.cid-sdNzBUAZKA .card2 {
  background: #eff2f7;
}
.cid-sdNzBUAZKA .card-title,
.cid-sdNzBUAZKA .card-ico,
.cid-sdNzBUAZKA .line-wrap {
  text-align: center;
}
.cid-sdNzBUAZKA .mbr-text,
.cid-sdNzBUAZKA .card-link {
  text-align: center;
}
.cid-sg2hXe5vHM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sg2hXe5vHM img {
  max-width: 100%;
  margin-bottom: 30px;
}
.cid-sg2hXe5vHM .card-wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sg2hXe5vHM .card-wrapper .card-box .card-title {
  color: #0239b6;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sg2hXe5vHM .card-wrapper .card-box .card-title:hover {
  color: #0239b6;
  transition: 0.3s all;
}
.cid-sg2hXe5vHM .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sg2hXe5vHM .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
  margin-right: 22px;
}
.cid-sg2hXe5vHM .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sg2hXe5vHM .card-wrapper .card-box .meta .item:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-sg2hXe5vHM .card-wrapper .card-box .meta .mbr-iconfont {
  color: #0355ff;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease-in;
}
.cid-sg2hXe5vHM .card-wrapper .card-box .meta .item-author:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-sg2hXe5vHM .card-wrapper .card-box .meta .item-author .author {
  color: #0355ff;
  font-weight: 500;
}
.cid-sg2hXe5vHM .card-wrapper .card-box .meta .item-date .date {
  color: #0355ff;
  font-weight: 500;
}
.cid-sg2hXe5vHM .card-wrapper .card-box .meta .item-date:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-sg2hXe5vHM .card-wrapper .card-box .meta .item-comment .comment {
  color: #0355ff;
  font-weight: 500;
}
.cid-sg2hXe5vHM .card-wrapper .card-box .meta .item-comment:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-sg2hXe5vHM .card-wrapper .card-box .meta .item-views:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-sg2hXe5vHM .card-wrapper .card-box .meta .item-views .views {
  color: #0355ff;
  font-weight: 500;
}
.cid-sg2hXe5vHM .card-wrapper .card-box .card-subtitle {
  color: #0239b6;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sg2hXe5vHM .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #0355ff;
}
.cid-sg2hXe5vHM .card-wrapper .card-box .mbr-text.accent-text {
  color: #0239b6;
  position: relative;
  padding-left: 62px;
}
.cid-sg2hXe5vHM .card-wrapper .card-box .mbr-text.accent-text .mbr-iconfont {
  display: block;
  width: 41px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 41px;
  color: #ff7c00;
}
.cid-sg2hXe5vHM .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-sg2hXe5vHM .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sg2hXe5vHM .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sg2hXe5vHM .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sg2hXe5vHM .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sg2hXe5vHM .card-wrapper .card-box .entry-content-bottom {
  padding-top: 4px;
  padding-bottom: 38px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.cid-sg2hXe5vHM .card-wrapper .card-box .entry-content-bottom .entry-tags {
  margin: 5px 15px 5px 0;
}
.cid-sg2hXe5vHM .card-wrapper .card-box .entry-content-bottom .entry-tags .mbr-section-btn a {
  border: 1px solid rgba(3, 85, 255, 0.286);
  display: inline-block;
  font-size: 14px !important;
  padding: 9.5px 31px;
  margin-top: 13px;
  margin-right: 6px;
  transition: all .3s linear 0ms;
}
.cid-sg2hXe5vHM .card-wrapper .card-box .entry-content-bottom .entry-tags .mbr-section-btn a:hover {
  background-color: #279e64;
  color: #ffffff !important;
}
.cid-sg2hXe5vHM .card-wrapper .card-box .entry-content-bottom .entry-social-share {
  display: flex;
  align-items: flex-end;
  margin-top: 13px;
}
.cid-sg2hXe5vHM .card-wrapper .card-box .entry-content-bottom .entry-social-share ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sg2hXe5vHM .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li {
  padding: 4px;
  display: flex;
  margin: 0 4px;
  background-color: red;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.cid-sg2hXe5vHM .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon1 {
  background-color: #3b5998;
}
.cid-sg2hXe5vHM .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon2 {
  background-color: #00acee;
}
.cid-sg2hXe5vHM .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon3 {
  background-color: #ca1f27;
}
.cid-sg2hXe5vHM .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon4 {
  background-color: #dd4b39;
}
.cid-sg2hXe5vHM .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon5 {
  background-color: #279e64;
}
.cid-sg2hXe5vHM .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li .icon-transition .mbr-iconfont {
  font-size: 14px;
  color: #ffffff;
}
.cid-sg2hXe5vHM .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li:first-child {
  margin-left: 0;
}
.cid-sg2hXe5vHM .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sg2hXe5vHM .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sg2hXe5vHM * {
    text-align: left;
  }
}
.cid-sg2hXe5vHM .card-wrapper .card-box .mbr-text,
.cid-sg2hXe5vHM .mbr-section-btn {
  color: #000000;
}
.cid-sdNxulgACC {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #0239b6;
  background: linear-gradient(to bottom, #0239b6, #00da70);
}
.cid-sdNxulgACC .content-inner .left-content {
  display: block;
}
.cid-sdNxulgACC .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sdNxulgACC .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sdNxulgACC .content-inner .right-content {
  display: block;
}
.cid-sdNxulgACC .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sdNxulgACC .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sdNxulgACC .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sdNxulgACC .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ff7c00 !important;
  border-color: #ff7c00 !important;
}
@media (max-width: 991px) {
  .cid-sdNxulgACC .content-inner {
    justify-content: center !important;
  }
  .cid-sdNxulgACC * {
    text-align: center;
  }
}
.cid-sdNxunxmnB {
  padding-top: 90px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 70px;
}
.cid-sdNxunxmnB .content {
  padding-left: 30px;
}
.cid-sdNxunxmnB .mbr-section-subtitle {
  color: #279e64;
}
.cid-sdNxunxmnB .mbr-section-title {
  color: #0239b6;
}
.cid-sdNxunxmnB .mbr-text {
  color: #0355ff;
}
.cid-sdNxunxmnB .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #13287d;
}
.cid-sdNxunxmnB .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-sdNxunxmnB .p-4 {
  padding: 1rem 0 !important;
}
.cid-sdNxunxmnB .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-sdNxunxmnB .mbri-arrow-down:before {
  content: "\e960";
}
.cid-sdNxunxmnB .mbri-arrow-up:before {
  content: "\e960";
}
.cid-sdNxunxmnB .card {
  border-radius: 0px;
  border-bottom: 2px solid #efefef !important;
}
.cid-sdNxunxmnB .card:last-child {
  border-bottom: none !important;
}
.cid-sdNxunxmnB .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-sdNxunxmnB .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-sdNxunxmnB .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.cid-sdNxunxmnB .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sdNxunxmnB .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
  color: #0239b6;
  padding-right: 50px;
}
.cid-sdNxunxmnB .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sdNxunxmnB .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 17px;
  transform: translate(-50%, 0) !important;
  display: inline-block;
  margin-left: 0;
  width: 46px;
  height: 46px;
  background-color: #279e64;
  transition: all .3s ease 0s;
  box-shadow: 0 14px 40px 0 #279e64;
}
.cid-sdNxunxmnB .card .card-header a.panel-title .toggle-icon:before,
.cid-sdNxunxmnB .card .card-header a.panel-title .toggle-icon:after {
  background: #ffffff;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-sdNxunxmnB .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: #ffffff;
  border: 0;
  transform: none;
}
.cid-sdNxunxmnB .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-sdNxunxmnB .card .panel-body {
  padding: 14px 20px;
}
.cid-sdNxunxmnB .card .panel-body p {
  color: #0355ff;
}
.cid-sdNxunxmnB .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-sdNxunxmnB .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-sdNxunxmnB .collapsed .toggle-icon {
  background-color: transparent !important;
  transform: translate(0, 0);
  right: 7px !important;
  box-shadow: none !important;
}
.cid-sdNxunxmnB .collapsed .toggle-icon:before,
.cid-sdNxunxmnB .collapsed .toggle-icon:after {
  background: #13287d !important;
}
.cid-sdNxunxmnB .collapsed .toggle-icon:before {
  background-color: #13287d !important;
}
.cid-sdNxunxmnB .img-wrap img {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sdNxunxmnB * {
    text-align: left;
  }
}
.cid-sdNxunxmnB .content .mbr-section-title {
  color: #0355ff;
}
#custom-html-93 {
  /* Type valid CSS here */
}
#custom-html-93 div {
  padding: 0 0;
  color: #777;
  text-align: center;
}
#custom-html-93 p {
  font-size: 60px;
  color: #777;
}
.cid-sdNxuogkZF {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #eff2f7;
}
.cid-sdNxuogkZF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sdNxuogkZF .text-content .mbr-subtitle {
  color: #279e64;
}
.cid-sdNxuogkZF .text-content .mbr-section-title {
  color: #0239b6;
}
.cid-sdNxuogkZF .text-content .mbr-text {
  color: #0355ff;
}
.cid-sdNxuogkZF .text-content .list-block {
  margin-top: 16px;
  padding-bottom: 16px;
}
.cid-sdNxuogkZF .text-content .list-block .card-img {
  width: auto;
}
.cid-sdNxuogkZF .text-content .list-block .card-img span {
  color: #279e64;
  font-size: 1.5rem;
}
.cid-sdNxuogkZF .text-content .list-block .list-item-title {
  color: #0239b6;
  transition: all .3s linear 0s;
}
.cid-sdNxuogkZF .text-content .list-block .list-item-title:hover {
  color: #279e64;
}
.cid-sdNxuogkZF .text-content .list-block .list-item-text {
  padding-top: 10px;
  color: #0355ff;
  margin-bottom: 0;
}
.cid-sdNxuogkZF .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-sdNxuogkZF .text-content .social {
  font-size: 1.2rem;
}
.cid-sdNxuogkZF .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  transition: 0.3s all;
  color: #13287d;
}
.cid-sdNxuogkZF .text-content .social span:hover {
  color: #279e64;
  transition: 0.3s all;
}
.cid-sdNxuogkZF .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.cid-sdNxuogkZF .list-block {
  position: relative;
}
.cid-sdNxuogkZF .list-block h4,
.cid-sdNxuogkZF .list-block p {
  padding-left: 2.625rem;
}
.cid-sdNxuogkZF .card-img {
  display: block;
}
.cid-sdNxuogkZF input,
.cid-sdNxuogkZF textarea {
  border-radius: 3px;
  min-height: 3rem;
  padding: 13px 20px !important;
  font-size: 13px;
  color: #ff7c00;
  height: 60px;
}
.cid-sdNxuogkZF .form-control,
.cid-sdNxuogkZF .field-input {
  padding: 13px 20px !important;
  background-color: #ffffff;
  border-color: #dcdfe2;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sdNxuogkZF .form-control:hover,
.cid-sdNxuogkZF .field-input:hover,
.cid-sdNxuogkZF .form-control:focus,
.cid-sdNxuogkZF .field-input:focus {
  background-color: #ffffff;
  border-color: #279e64;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sdNxuogkZF .form-control:focus,
.cid-sdNxuogkZF .field-input:focus {
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
}
.cid-sdNxuogkZF input::-webkit-input-placeholder,
.cid-sdNxuogkZF textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sdNxuogkZF input:-moz-placeholder,
.cid-sdNxuogkZF textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sdNxuogkZF .jq-selectbox li,
.cid-sdNxuogkZF .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sdNxuogkZF .jq-selectbox li:hover,
.cid-sdNxuogkZF .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sdNxuogkZF .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sdNxuogkZF .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sdNxuogkZF .mbr-form {
  max-width: 550px;
}
.cid-sdNxuogkZF .mbr-form .content-title {
  color: #0239b6;
  margin-bottom: 20px;
}
.cid-sdNxuogkZF .mbr-form .content-subtitle {
  color: #0355ff;
}
.cid-sdNxuogkZF .mbr-form textarea {
  min-height: 100px;
  height: 194px;
}
.cid-sdNxuogkZF .mbr-form .btn {
  justify-content: space-between;
  border-radius: 30px;
  border-color: #0239b6;
  color: #0239b6;
  padding: 18px 42px;
  margin: 0 !important;
  margin-top: 7px !important;
}
.cid-sdNxuogkZF .mbr-form .btn-success:hover {
  background-color: #279e64 !important;
  border-color: #279e64 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .cid-sdNxuogkZF .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-sdNxuogkZF .mbr-section-title,
  .cid-sdNxuogkZF .content-title,
  .cid-sdNxuogkZF .mbr-section-btn {
    text-align: left;
  }
}
#custom-html-4t {
  /* Type valid CSS here */
}
#custom-html-4t div {
  padding: 0 0;
  color: #777;
  text-align: center;
}
#custom-html-4t p {
  font-size: 60px;
  color: #777;
}
.cid-sdNxup37T3 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sdNxup37T3 .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sdNxup37T3 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sdNxup37T3 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdNxup37T3 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sdNxup37T3 .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-sdNxup37T3 .text2 {
  color: #000000;
  text-align: left;
}
.cid-sdNxup37T3 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sdNxup37T3 .logo-title {
  text-align: center;
}
.cid-sdNxup37T3 .logo-sub-title {
  text-align: center;
}
.cid-sdNxup37T3 .links {
  text-align: center;
  color: #656565;
}
.cid-sdNxup37T3 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sdNxup37T3 .links,
.cid-sdNxup37T3 .social-list {
  color: #0a1126;
}
.cid-sguQOmJJGi .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sguQOmJJGi .navbar-fixed-top {
  padding-top: 0;
}
.cid-sguQOmJJGi .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sguQOmJJGi .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sguQOmJJGi .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sguQOmJJGi .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sguQOmJJGi .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sguQOmJJGi .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sguQOmJJGi .dropdown-item,
.cid-sguQOmJJGi .nav-link,
.cid-sguQOmJJGi .brand-name {
  font-style: normal;
}
.cid-sguQOmJJGi .dropdown-item:hover,
.cid-sguQOmJJGi .nav-link:hover,
.cid-sguQOmJJGi .brand-name:hover {
  color: #ff7c00 !important;
}
.cid-sguQOmJJGi .dropdown-menu {
  background-color: #ffffff;
}
.cid-sguQOmJJGi .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sguQOmJJGi .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-sguQOmJJGi .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sguQOmJJGi .nav-item {
  position: relative;
}
.cid-sguQOmJJGi .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sguQOmJJGi .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sguQOmJJGi .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sguQOmJJGi .nav-link {
    line-height: 6.13;
  }
  .cid-sguQOmJJGi .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sguQOmJJGi .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-sguQOmJJGi .dropdown-item {
    color: #0355ff !important;
    border-bottom: 0px solid #4f5b77;
  }
}
.cid-sguQOmJJGi .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sguQOmJJGi .content-text {
  margin-bottom: 0;
}
.cid-sguQOmJJGi .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sguQOmJJGi .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0239b6;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sguQOmJJGi .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sguQOmJJGi .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sguQOmJJGi .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sguQOmJJGi .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sguQOmJJGi .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sguQOmJJGi .content-right-side {
  text-align: center;
}
.cid-sguQOmJJGi .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sguQOmJJGi .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sguQOmJJGi .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sguQOmJJGi .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sguQOmJJGi .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sguQOmJJGi .info-widget:first-child {
  margin-left: 0;
}
.cid-sguQOmJJGi .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sguQOmJJGi .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sguQOmJJGi .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sguQOmJJGi .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #e1e3e6;
}
@media (min-width: 992px) {
  .cid-sguQOmJJGi .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sguQOmJJGi .navbar {
    display: block;
    padding: 0;
  }
  .cid-sguQOmJJGi .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sguQOmJJGi .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sguQOmJJGi .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sguQOmJJGi .navbar-toggler {
    display: none;
  }
  .cid-sguQOmJJGi .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-sguQOmJJGi .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sguQOmJJGi .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sguQOmJJGi .btn-sm {
  padding: 13px 29px;
}
.cid-sguQOmJJGi .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sguQOmJJGi .btn::after {
  background-color: #0355ff;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sguQOmJJGi .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sguQOmJJGi .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sguQOmJJGi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sguQOmJJGi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sguQOmJJGi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sguQOmJJGi .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sguQOmJJGi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sguQOmJJGi .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sguQOmJJGi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sguQOmJJGi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sguQOmJJGi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sguQOmJJGi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sguQOmJJGi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sguQOmJJGi button.navbar-toggler:focus {
  outline: none;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1b1a1a;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sguQOmJJGi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sguQOmJJGi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sguQOmJJGi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sguQOmJJGi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sguQOmJJGi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sguQOmJJGi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sguQOmJJGi .collapsed .btn {
  display: flex;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sguQOmJJGi .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sguQOmJJGi .collapsed button.navbar-toggler {
  display: block;
}
.cid-sguQOmJJGi .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sguQOmJJGi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sguQOmJJGi .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sguQOmJJGi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sguQOmJJGi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sguQOmJJGi .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sguQOmJJGi .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sguQOmJJGi .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sguQOmJJGi .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sguQOmJJGi .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sguQOmJJGi .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sguQOmJJGi .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sguQOmJJGi .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing,
  .cid-sguQOmJJGi .navbar-collapse.show {
    display: block !important;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-nav,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-buttons,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sguQOmJJGi img {
    height: 3.8rem !important;
  }
  .cid-sguQOmJJGi .btn {
    display: flex;
  }
  .cid-sguQOmJJGi button.navbar-toggler {
    display: block;
  }
  .cid-sguQOmJJGi .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sguQOmJJGi .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sguQOmJJGi .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sguQOmJJGi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sguQOmJJGi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sguQOmJJGi .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sguQOmJJGi .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sguQOmJJGi .navbar-toggler {
  position: relative;
}
.cid-sguQOmJJGi .dropdown-item.active,
.cid-sguQOmJJGi .dropdown-item:active {
  color: initial;
}
.cid-sguQOmJJGi .widget-title {
  color: #0355ff;
}
.cid-sguQOmJJGi .widget-text {
  color: #0355ff;
}
.cid-sguQOmJJGi .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sguQOmJJGi .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #0239b6;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sguQOmJJGi .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sguQOmJJGi .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sguQOmJJGi .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sguQOmJJGi .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sguQOmJJGi .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sguQOmJJGi .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sguQOmJJGi .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sguQOmJJGi .menu-content-top,
  .cid-sguQOmJJGi .menu-bottom {
    padding: 0 15px;
  }
  .cid-sguQOmJJGi button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sguQOmJJGi .widget-title,
.cid-sguQOmJJGi .widget-icon {
  color: #0239b6;
}
.cid-sfN74AYyww {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/running-573762.jpg");
}
.cid-sfN74AYyww .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sfN74AYyww .mbr-section-title {
  color: #ffffff;
}
.cid-sfN74AYyww .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-sfN74AYyww .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-sfN74AYyww .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #0239b6;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sfN74AYyww .mbr-section-btn {
  display: flex;
}
.cid-sfN74AYyww .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-sfN74AYyww .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-sfN74AYyww .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-sfN74AYyww .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-sfN74AYyww .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sfN74AYyww .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sfN74AYyww .video-wrap .icon-wrap .line-video-1,
.cid-sfN74AYyww .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-sfN74AYyww .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-sfN74AYyww .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-sfN74AYyww .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sfN74AYyww .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sfN74AYyww .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sfN74AYyww a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ff7c00;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sfN74AYyww a.close:hover {
  color: #ff7c00;
}
@media (max-width: 991px) {
  .cid-sfN74AYyww .separator,
  .cid-sfN74AYyww .sep-holder,
  .cid-sfN74AYyww .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sfN74AYyww .buttons-wrap {
    flex-direction: column;
  }
  .cid-sfN74AYyww .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-sfN74AYyww .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-sfN74AYyww .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-sfN74AYyww .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-sfN74BqoNo {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sfN74BqoNo .mbr-section-subtitle {
  color: #279e64;
}
.cid-sfN74BqoNo .mbr-section-title {
  color: #0239b6;
  text-align: left;
}
.cid-sfN74BqoNo img {
  width: 100%;
}
.cid-sfN74BqoNo .mbr-text {
  color: #0a1126;
}
.cid-sfN74BqoNo .mbr-section-btn {
  margin-top: 40px;
}
.cid-sfN74BqoNo .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-sfN74BqoNo * {
    text-align: left;
  }
}
.cid-sfN74BqoNo .cards-wrap {
  flex-direction: column;
}
.cid-sfN74BqoNo .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-sfN74BqoNo .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #279e64;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-sfN74BqoNo .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-sfN74BqoNo .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-sfN74BqoNo .wrapper .content .mbr-card-title {
  color: #0239b6;
  margin-bottom: 10px;
}
.cid-sfN74BqoNo .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #0355ff;
}
.cid-sfN74BqoNo .widget-container {
  margin: 0 0 30px;
}
.cid-sfN74BqoNo .widget-container .project-info {
  padding: 15px 30px 13px;
  background-color: #eeeff2;
  border-radius: 3px;
}
.cid-sfN74BqoNo .widget-container .project-info .info-item {
  display: flex;
  flex-wrap: wrap;
  padding: 17px 0;
  border-bottom: 1px solid #dcdfe2;
}
.cid-sfN74BqoNo .widget-container .project-info .info-item .label {
  font-weight: 500;
  margin-right: 10px;
  flex: none;
  margin-bottom: 0;
}
.cid-sfN74BqoNo .widget-container .project-info .info-item .info-text {
  margin-bottom: 0;
}
.cid-sfN74BqoNo .widget-container .project-info .info-item:last-child {
  border-bottom: none;
}
.cid-sfN74BqoNo .newsletter {
  padding: 35px 30px 40px;
  border-radius: 3px;
  display: block;
}
.cid-sfN74BqoNo .newsletter .mbr-section-subtitle {
  position: relative;
  margin-bottom: 25px;
  color: #0239b6;
}
.cid-sfN74BqoNo .newsletter .form-group,
.cid-sfN74BqoNo .newsletter .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sfN74BqoNo .newsletter textarea {
  height: 110px !important;
}
.cid-sfN74BqoNo .newsletter .form-control {
  font-size: 14px;
  background: #ffffff;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-sfN74BqoNo .newsletter .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sfN74BqoNo .newsletter .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sfN74BqoNo .newsletter .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sfN74BqoNo .newsletter .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sfN74BqoNo .newsletter .form-group {
  margin-bottom: 8.6px;
}
.cid-sfN74BqoNo .newsletter .dragArea {
  flex-direction: column;
}
.cid-sfN74BqoNo .newsletter .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
  overflow: hidden;
}
.cid-sfN74BqoNo .newsletter .dragArea .mbr-section-btn .btn.btn-success:hover {
  background-color: #279e64 !important;
  border-color: #279e64 !important;
  color: #ffffff !important;
}
.cid-sfN74BqoNo .newsletter .dragArea .mbr-section-btn .btn::after {
  background-color: #0355ff;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sfN74BqoNo .newsletter .dragArea .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sfN74BqoNo .cards-wrap2 {
  flex-direction: column;
}
.cid-sfN74BqoNo .cards-wrap2 .wrapper2 {
  border-radius: 0.25rem;
  margin-bottom: 26px;
}
.cid-sfN74BqoNo .cards-wrap2 .wrapper2 .img {
  margin-bottom: 20px;
}
.cid-sfN74BqoNo .cards-wrap2 .wrapper2 .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #279e64;
  border-radius: 50%;
}
.cid-sfN74BqoNo .cards-wrap2 .wrapper2 .mbr-card-title {
  color: #0239b6;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-sfN74BqoNo .cards-wrap2 .wrapper2 .mbr-text {
  margin-bottom: 19px;
  color: #0355ff;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sfN74BqoNo .cards-wrap .wrapper .content .mbr-text,
.cid-sfN74BqoNo .img {
  color: #0a1126;
}
.cid-sfN74BqoNo .bottomPart .wrapper2 .mbr-text,
.cid-sfN74BqoNo .img {
  color: #0a1126;
}
.cid-sfN74DlKxm {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #0239b6;
  background: linear-gradient(to bottom, #0239b6, #00da70);
}
.cid-sfN74DlKxm .content-inner .left-content {
  display: block;
}
.cid-sfN74DlKxm .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sfN74DlKxm .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sfN74DlKxm .content-inner .right-content {
  display: block;
}
.cid-sfN74DlKxm .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sfN74DlKxm .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sfN74DlKxm .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sfN74DlKxm .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ff7c00 !important;
  border-color: #ff7c00 !important;
}
@media (max-width: 991px) {
  .cid-sfN74DlKxm .content-inner {
    justify-content: center !important;
  }
  .cid-sfN74DlKxm * {
    text-align: center;
  }
}
#custom-html-8p div {
  padding: 0 0;
  color: #777;
  text-align: center;
}
#custom-html-8p p {
  font-size: 60px;
  color: #777;
}
.cid-sfN74EtyfY {
  padding-top: 90px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 70px;
}
.cid-sfN74EtyfY .content {
  padding-left: 30px;
}
.cid-sfN74EtyfY .mbr-section-subtitle {
  color: #279e64;
}
.cid-sfN74EtyfY .mbr-section-title {
  color: #0239b6;
}
.cid-sfN74EtyfY .mbr-text {
  color: #0355ff;
}
.cid-sfN74EtyfY .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #13287d;
}
.cid-sfN74EtyfY .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-sfN74EtyfY .p-4 {
  padding: 1rem 0 !important;
}
.cid-sfN74EtyfY .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-sfN74EtyfY .mbri-arrow-down:before {
  content: "\e960";
}
.cid-sfN74EtyfY .mbri-arrow-up:before {
  content: "\e960";
}
.cid-sfN74EtyfY .card {
  border-radius: 0px;
  border-bottom: 2px solid #efefef !important;
}
.cid-sfN74EtyfY .card:last-child {
  border-bottom: none !important;
}
.cid-sfN74EtyfY .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-sfN74EtyfY .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-sfN74EtyfY .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.cid-sfN74EtyfY .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sfN74EtyfY .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
  color: #0239b6;
  padding-right: 50px;
}
.cid-sfN74EtyfY .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sfN74EtyfY .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 17px;
  transform: translate(-50%, 0) !important;
  display: inline-block;
  margin-left: 0;
  width: 46px;
  height: 46px;
  background-color: #279e64;
  transition: all .3s ease 0s;
  box-shadow: 0 14px 40px 0 #279e64;
}
.cid-sfN74EtyfY .card .card-header a.panel-title .toggle-icon:before,
.cid-sfN74EtyfY .card .card-header a.panel-title .toggle-icon:after {
  background: #ffffff;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-sfN74EtyfY .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: #ffffff;
  border: 0;
  transform: none;
}
.cid-sfN74EtyfY .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-sfN74EtyfY .card .panel-body {
  padding: 14px 20px;
}
.cid-sfN74EtyfY .card .panel-body p {
  color: #0355ff;
}
.cid-sfN74EtyfY .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-sfN74EtyfY .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-sfN74EtyfY .collapsed .toggle-icon {
  background-color: transparent !important;
  transform: translate(0, 0);
  right: 7px !important;
  box-shadow: none !important;
}
.cid-sfN74EtyfY .collapsed .toggle-icon:before,
.cid-sfN74EtyfY .collapsed .toggle-icon:after {
  background: #13287d !important;
}
.cid-sfN74EtyfY .collapsed .toggle-icon:before {
  background-color: #13287d !important;
}
.cid-sfN74EtyfY .img-wrap img {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sfN74EtyfY * {
    text-align: left;
  }
}
.cid-sfN74EtyfY .content .mbr-section-title {
  color: #0355ff;
}
.cid-sfN74EXK8D {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #eff2f7;
}
.cid-sfN74EXK8D .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sfN74EXK8D .text-content .mbr-subtitle {
  color: #279e64;
}
.cid-sfN74EXK8D .text-content .mbr-section-title {
  color: #0239b6;
}
.cid-sfN74EXK8D .text-content .mbr-text {
  color: #0355ff;
}
.cid-sfN74EXK8D .text-content .list-block {
  margin-top: 16px;
  padding-bottom: 16px;
}
.cid-sfN74EXK8D .text-content .list-block .card-img {
  width: auto;
}
.cid-sfN74EXK8D .text-content .list-block .card-img span {
  color: #279e64;
  font-size: 1.5rem;
}
.cid-sfN74EXK8D .text-content .list-block .list-item-title {
  color: #0239b6;
  transition: all .3s linear 0s;
}
.cid-sfN74EXK8D .text-content .list-block .list-item-title:hover {
  color: #279e64;
}
.cid-sfN74EXK8D .text-content .list-block .list-item-text {
  padding-top: 10px;
  color: #0355ff;
  margin-bottom: 0;
}
.cid-sfN74EXK8D .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-sfN74EXK8D .text-content .social {
  font-size: 1.2rem;
}
.cid-sfN74EXK8D .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  transition: 0.3s all;
  color: #13287d;
}
.cid-sfN74EXK8D .text-content .social span:hover {
  color: #279e64;
  transition: 0.3s all;
}
.cid-sfN74EXK8D .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.cid-sfN74EXK8D .list-block {
  position: relative;
}
.cid-sfN74EXK8D .list-block h4,
.cid-sfN74EXK8D .list-block p {
  padding-left: 2.625rem;
}
.cid-sfN74EXK8D .card-img {
  display: block;
}
.cid-sfN74EXK8D input,
.cid-sfN74EXK8D textarea {
  border-radius: 3px;
  min-height: 3rem;
  padding: 13px 20px !important;
  font-size: 13px;
  color: #ff7c00;
  height: 60px;
}
.cid-sfN74EXK8D .form-control,
.cid-sfN74EXK8D .field-input {
  padding: 13px 20px !important;
  background-color: #ffffff;
  border-color: #dcdfe2;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sfN74EXK8D .form-control:hover,
.cid-sfN74EXK8D .field-input:hover,
.cid-sfN74EXK8D .form-control:focus,
.cid-sfN74EXK8D .field-input:focus {
  background-color: #ffffff;
  border-color: #279e64;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sfN74EXK8D .form-control:focus,
.cid-sfN74EXK8D .field-input:focus {
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
}
.cid-sfN74EXK8D input::-webkit-input-placeholder,
.cid-sfN74EXK8D textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sfN74EXK8D input:-moz-placeholder,
.cid-sfN74EXK8D textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sfN74EXK8D .jq-selectbox li,
.cid-sfN74EXK8D .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sfN74EXK8D .jq-selectbox li:hover,
.cid-sfN74EXK8D .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sfN74EXK8D .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sfN74EXK8D .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sfN74EXK8D .mbr-form {
  max-width: 550px;
}
.cid-sfN74EXK8D .mbr-form .content-title {
  color: #0239b6;
  margin-bottom: 20px;
}
.cid-sfN74EXK8D .mbr-form .content-subtitle {
  color: #0355ff;
}
.cid-sfN74EXK8D .mbr-form textarea {
  min-height: 100px;
  height: 194px;
}
.cid-sfN74EXK8D .mbr-form .btn {
  justify-content: space-between;
  border-radius: 30px;
  border-color: #0239b6;
  color: #0239b6;
  padding: 18px 42px;
  margin: 0 !important;
  margin-top: 7px !important;
}
.cid-sfN74EXK8D .mbr-form .btn-success:hover {
  background-color: #279e64 !important;
  border-color: #279e64 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .cid-sfN74EXK8D .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-sfN74EXK8D .mbr-section-title,
  .cid-sfN74EXK8D .content-title,
  .cid-sfN74EXK8D .mbr-section-btn {
    text-align: left;
  }
}
#custom-html-5p {
  /* Type valid CSS here */
}
#custom-html-5p div {
  padding: 0 0;
  color: #777;
  text-align: center;
}
#custom-html-5p p {
  font-size: 60px;
  color: #777;
}
.cid-sfN74FutLO {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sfN74FutLO .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sfN74FutLO .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sfN74FutLO .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sfN74FutLO .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sfN74FutLO .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-sfN74FutLO .text2 {
  color: #000000;
  text-align: left;
}
.cid-sfN74FutLO .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sfN74FutLO .logo-title {
  text-align: center;
}
.cid-sfN74FutLO .logo-sub-title {
  text-align: center;
}
.cid-sfN74FutLO .links {
  text-align: center;
  color: #656565;
}
.cid-sfN74FutLO .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sfN74FutLO .links,
.cid-sfN74FutLO .social-list {
  color: #0a1126;
}
.cid-sguQOmJJGi .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sguQOmJJGi .navbar-fixed-top {
  padding-top: 0;
}
.cid-sguQOmJJGi .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sguQOmJJGi .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sguQOmJJGi .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sguQOmJJGi .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sguQOmJJGi .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sguQOmJJGi .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sguQOmJJGi .dropdown-item,
.cid-sguQOmJJGi .nav-link,
.cid-sguQOmJJGi .brand-name {
  font-style: normal;
}
.cid-sguQOmJJGi .dropdown-item:hover,
.cid-sguQOmJJGi .nav-link:hover,
.cid-sguQOmJJGi .brand-name:hover {
  color: #ff7c00 !important;
}
.cid-sguQOmJJGi .dropdown-menu {
  background-color: #ffffff;
}
.cid-sguQOmJJGi .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sguQOmJJGi .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-sguQOmJJGi .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sguQOmJJGi .nav-item {
  position: relative;
}
.cid-sguQOmJJGi .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sguQOmJJGi .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sguQOmJJGi .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sguQOmJJGi .nav-link {
    line-height: 6.13;
  }
  .cid-sguQOmJJGi .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sguQOmJJGi .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-sguQOmJJGi .dropdown-item {
    color: #0355ff !important;
    border-bottom: 0px solid #4f5b77;
  }
}
.cid-sguQOmJJGi .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sguQOmJJGi .content-text {
  margin-bottom: 0;
}
.cid-sguQOmJJGi .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sguQOmJJGi .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0239b6;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sguQOmJJGi .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sguQOmJJGi .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sguQOmJJGi .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sguQOmJJGi .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sguQOmJJGi .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sguQOmJJGi .content-right-side {
  text-align: center;
}
.cid-sguQOmJJGi .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sguQOmJJGi .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sguQOmJJGi .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sguQOmJJGi .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sguQOmJJGi .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sguQOmJJGi .info-widget:first-child {
  margin-left: 0;
}
.cid-sguQOmJJGi .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sguQOmJJGi .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sguQOmJJGi .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sguQOmJJGi .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #e1e3e6;
}
@media (min-width: 992px) {
  .cid-sguQOmJJGi .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sguQOmJJGi .navbar {
    display: block;
    padding: 0;
  }
  .cid-sguQOmJJGi .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sguQOmJJGi .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sguQOmJJGi .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sguQOmJJGi .navbar-toggler {
    display: none;
  }
  .cid-sguQOmJJGi .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-sguQOmJJGi .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sguQOmJJGi .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sguQOmJJGi .btn-sm {
  padding: 13px 29px;
}
.cid-sguQOmJJGi .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sguQOmJJGi .btn::after {
  background-color: #0355ff;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sguQOmJJGi .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sguQOmJJGi .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sguQOmJJGi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sguQOmJJGi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sguQOmJJGi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sguQOmJJGi .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sguQOmJJGi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sguQOmJJGi .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sguQOmJJGi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sguQOmJJGi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sguQOmJJGi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sguQOmJJGi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sguQOmJJGi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sguQOmJJGi button.navbar-toggler:focus {
  outline: none;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1b1a1a;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sguQOmJJGi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sguQOmJJGi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sguQOmJJGi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sguQOmJJGi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sguQOmJJGi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sguQOmJJGi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sguQOmJJGi .collapsed .btn {
  display: flex;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sguQOmJJGi .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sguQOmJJGi .collapsed button.navbar-toggler {
  display: block;
}
.cid-sguQOmJJGi .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sguQOmJJGi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sguQOmJJGi .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sguQOmJJGi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sguQOmJJGi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sguQOmJJGi .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sguQOmJJGi .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sguQOmJJGi .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sguQOmJJGi .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sguQOmJJGi .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sguQOmJJGi .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sguQOmJJGi .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sguQOmJJGi .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing,
  .cid-sguQOmJJGi .navbar-collapse.show {
    display: block !important;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-nav,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-buttons,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sguQOmJJGi img {
    height: 3.8rem !important;
  }
  .cid-sguQOmJJGi .btn {
    display: flex;
  }
  .cid-sguQOmJJGi button.navbar-toggler {
    display: block;
  }
  .cid-sguQOmJJGi .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sguQOmJJGi .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sguQOmJJGi .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sguQOmJJGi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sguQOmJJGi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sguQOmJJGi .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sguQOmJJGi .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sguQOmJJGi .navbar-toggler {
  position: relative;
}
.cid-sguQOmJJGi .dropdown-item.active,
.cid-sguQOmJJGi .dropdown-item:active {
  color: initial;
}
.cid-sguQOmJJGi .widget-title {
  color: #0355ff;
}
.cid-sguQOmJJGi .widget-text {
  color: #0355ff;
}
.cid-sguQOmJJGi .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sguQOmJJGi .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #0239b6;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sguQOmJJGi .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sguQOmJJGi .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sguQOmJJGi .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sguQOmJJGi .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sguQOmJJGi .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sguQOmJJGi .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sguQOmJJGi .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sguQOmJJGi .menu-content-top,
  .cid-sguQOmJJGi .menu-bottom {
    padding: 0 15px;
  }
  .cid-sguQOmJJGi button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sguQOmJJGi .widget-title,
.cid-sguQOmJJGi .widget-icon {
  color: #0239b6;
}
.cid-sfN7JP18cj {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/chef-1.png");
}
.cid-sfN7JP18cj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sfN7JP18cj .mbr-section-title {
  color: #ffffff;
}
.cid-sfN7JP18cj .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-sfN7JP18cj .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-sfN7JP18cj .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #0239b6;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sfN7JP18cj .mbr-section-btn {
  display: flex;
}
.cid-sfN7JP18cj .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-sfN7JP18cj .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-sfN7JP18cj .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-sfN7JP18cj .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-sfN7JP18cj .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sfN7JP18cj .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sfN7JP18cj .video-wrap .icon-wrap .line-video-1,
.cid-sfN7JP18cj .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-sfN7JP18cj .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-sfN7JP18cj .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-sfN7JP18cj .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sfN7JP18cj .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sfN7JP18cj .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sfN7JP18cj a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ff7c00;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sfN7JP18cj a.close:hover {
  color: #ff7c00;
}
@media (max-width: 991px) {
  .cid-sfN7JP18cj .separator,
  .cid-sfN7JP18cj .sep-holder,
  .cid-sfN7JP18cj .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sfN7JP18cj .buttons-wrap {
    flex-direction: column;
  }
  .cid-sfN7JP18cj .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-sfN7JP18cj .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-sfN7JP18cj .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-sfN7JP18cj .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-sfN7JPtpL7 {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sfN7JPtpL7 .mbr-section-subtitle {
  color: #279e64;
}
.cid-sfN7JPtpL7 .mbr-section-title {
  color: #0239b6;
  text-align: left;
}
.cid-sfN7JPtpL7 img {
  width: 100%;
}
.cid-sfN7JPtpL7 .mbr-text {
  color: #0a1126;
}
.cid-sfN7JPtpL7 .mbr-section-btn {
  margin-top: 40px;
}
.cid-sfN7JPtpL7 .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-sfN7JPtpL7 * {
    text-align: left;
  }
}
.cid-sfN7JPtpL7 .cards-wrap {
  flex-direction: column;
}
.cid-sfN7JPtpL7 .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-sfN7JPtpL7 .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #279e64;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-sfN7JPtpL7 .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-sfN7JPtpL7 .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-sfN7JPtpL7 .wrapper .content .mbr-card-title {
  color: #0239b6;
  margin-bottom: 10px;
}
.cid-sfN7JPtpL7 .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #0355ff;
}
.cid-sfN7JPtpL7 .widget-container {
  margin: 0 0 30px;
}
.cid-sfN7JPtpL7 .widget-container .project-info {
  padding: 15px 30px 13px;
  background-color: #eeeff2;
  border-radius: 3px;
}
.cid-sfN7JPtpL7 .widget-container .project-info .info-item {
  display: flex;
  flex-wrap: wrap;
  padding: 17px 0;
  border-bottom: 1px solid #dcdfe2;
}
.cid-sfN7JPtpL7 .widget-container .project-info .info-item .label {
  font-weight: 500;
  margin-right: 10px;
  flex: none;
  margin-bottom: 0;
}
.cid-sfN7JPtpL7 .widget-container .project-info .info-item .info-text {
  margin-bottom: 0;
}
.cid-sfN7JPtpL7 .widget-container .project-info .info-item:last-child {
  border-bottom: none;
}
.cid-sfN7JPtpL7 .newsletter {
  padding: 35px 30px 40px;
  border-radius: 3px;
  display: block;
}
.cid-sfN7JPtpL7 .newsletter .mbr-section-subtitle {
  position: relative;
  margin-bottom: 25px;
  color: #0239b6;
}
.cid-sfN7JPtpL7 .newsletter .form-group,
.cid-sfN7JPtpL7 .newsletter .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sfN7JPtpL7 .newsletter textarea {
  height: 110px !important;
}
.cid-sfN7JPtpL7 .newsletter .form-control {
  font-size: 14px;
  background: #ffffff;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-sfN7JPtpL7 .newsletter .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sfN7JPtpL7 .newsletter .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sfN7JPtpL7 .newsletter .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sfN7JPtpL7 .newsletter .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sfN7JPtpL7 .newsletter .form-group {
  margin-bottom: 8.6px;
}
.cid-sfN7JPtpL7 .newsletter .dragArea {
  flex-direction: column;
}
.cid-sfN7JPtpL7 .newsletter .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
  overflow: hidden;
}
.cid-sfN7JPtpL7 .newsletter .dragArea .mbr-section-btn .btn.btn-success:hover {
  background-color: #279e64 !important;
  border-color: #279e64 !important;
  color: #ffffff !important;
}
.cid-sfN7JPtpL7 .newsletter .dragArea .mbr-section-btn .btn::after {
  background-color: #0355ff;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sfN7JPtpL7 .newsletter .dragArea .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sfN7JPtpL7 .cards-wrap2 {
  flex-direction: column;
}
.cid-sfN7JPtpL7 .cards-wrap2 .wrapper2 {
  border-radius: 0.25rem;
  margin-bottom: 26px;
}
.cid-sfN7JPtpL7 .cards-wrap2 .wrapper2 .img {
  margin-bottom: 20px;
}
.cid-sfN7JPtpL7 .cards-wrap2 .wrapper2 .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #279e64;
  border-radius: 50%;
}
.cid-sfN7JPtpL7 .cards-wrap2 .wrapper2 .mbr-card-title {
  color: #0239b6;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-sfN7JPtpL7 .cards-wrap2 .wrapper2 .mbr-text {
  margin-bottom: 19px;
  color: #0355ff;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sfN7JPtpL7 .cards-wrap .wrapper .content .mbr-text,
.cid-sfN7JPtpL7 .img {
  color: #0a1126;
}
.cid-sfN7JPtpL7 .bottomPart .wrapper2 .mbr-text,
.cid-sfN7JPtpL7 .img {
  color: #0a1126;
}
.cid-sfN7JRkHgM {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #0239b6;
  background: linear-gradient(to bottom, #0239b6, #00da70);
}
.cid-sfN7JRkHgM .content-inner .left-content {
  display: block;
}
.cid-sfN7JRkHgM .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sfN7JRkHgM .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sfN7JRkHgM .content-inner .right-content {
  display: block;
}
.cid-sfN7JRkHgM .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sfN7JRkHgM .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sfN7JRkHgM .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sfN7JRkHgM .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ff7c00 !important;
  border-color: #ff7c00 !important;
}
@media (max-width: 991px) {
  .cid-sfN7JRkHgM .content-inner {
    justify-content: center !important;
  }
  .cid-sfN7JRkHgM * {
    text-align: center;
  }
}
#custom-html-8r {
  /* Type valid CSS here */
}
#custom-html-8r div {
  padding: 0 0;
  color: #777;
  text-align: center;
}
#custom-html-8r p {
  font-size: 60px;
  color: #777;
}
.cid-sfN7JSBddf {
  padding-top: 90px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 70px;
}
.cid-sfN7JSBddf .content {
  padding-left: 30px;
}
.cid-sfN7JSBddf .mbr-section-subtitle {
  color: #279e64;
}
.cid-sfN7JSBddf .mbr-section-title {
  color: #0239b6;
}
.cid-sfN7JSBddf .mbr-text {
  color: #0355ff;
}
.cid-sfN7JSBddf .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #13287d;
}
.cid-sfN7JSBddf .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-sfN7JSBddf .p-4 {
  padding: 1rem 0 !important;
}
.cid-sfN7JSBddf .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-sfN7JSBddf .mbri-arrow-down:before {
  content: "\e960";
}
.cid-sfN7JSBddf .mbri-arrow-up:before {
  content: "\e960";
}
.cid-sfN7JSBddf .card {
  border-radius: 0px;
  border-bottom: 2px solid #efefef !important;
}
.cid-sfN7JSBddf .card:last-child {
  border-bottom: none !important;
}
.cid-sfN7JSBddf .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-sfN7JSBddf .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-sfN7JSBddf .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.cid-sfN7JSBddf .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sfN7JSBddf .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
  color: #0239b6;
  padding-right: 50px;
}
.cid-sfN7JSBddf .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sfN7JSBddf .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 17px;
  transform: translate(-50%, 0) !important;
  display: inline-block;
  margin-left: 0;
  width: 46px;
  height: 46px;
  background-color: #279e64;
  transition: all .3s ease 0s;
  box-shadow: 0 14px 40px 0 #279e64;
}
.cid-sfN7JSBddf .card .card-header a.panel-title .toggle-icon:before,
.cid-sfN7JSBddf .card .card-header a.panel-title .toggle-icon:after {
  background: #ffffff;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-sfN7JSBddf .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: #ffffff;
  border: 0;
  transform: none;
}
.cid-sfN7JSBddf .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-sfN7JSBddf .card .panel-body {
  padding: 14px 20px;
}
.cid-sfN7JSBddf .card .panel-body p {
  color: #0355ff;
}
.cid-sfN7JSBddf .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-sfN7JSBddf .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-sfN7JSBddf .collapsed .toggle-icon {
  background-color: transparent !important;
  transform: translate(0, 0);
  right: 7px !important;
  box-shadow: none !important;
}
.cid-sfN7JSBddf .collapsed .toggle-icon:before,
.cid-sfN7JSBddf .collapsed .toggle-icon:after {
  background: #13287d !important;
}
.cid-sfN7JSBddf .collapsed .toggle-icon:before {
  background-color: #13287d !important;
}
.cid-sfN7JSBddf .img-wrap img {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sfN7JSBddf * {
    text-align: left;
  }
}
.cid-sfN7JSBddf .content .mbr-section-title {
  color: #0355ff;
}
.cid-sfN7JT1LZT {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #eff2f7;
}
.cid-sfN7JT1LZT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sfN7JT1LZT .text-content .mbr-subtitle {
  color: #279e64;
}
.cid-sfN7JT1LZT .text-content .mbr-section-title {
  color: #0239b6;
}
.cid-sfN7JT1LZT .text-content .mbr-text {
  color: #0355ff;
}
.cid-sfN7JT1LZT .text-content .list-block {
  margin-top: 16px;
  padding-bottom: 16px;
}
.cid-sfN7JT1LZT .text-content .list-block .card-img {
  width: auto;
}
.cid-sfN7JT1LZT .text-content .list-block .card-img span {
  color: #279e64;
  font-size: 1.5rem;
}
.cid-sfN7JT1LZT .text-content .list-block .list-item-title {
  color: #0239b6;
  transition: all .3s linear 0s;
}
.cid-sfN7JT1LZT .text-content .list-block .list-item-title:hover {
  color: #279e64;
}
.cid-sfN7JT1LZT .text-content .list-block .list-item-text {
  padding-top: 10px;
  color: #0355ff;
  margin-bottom: 0;
}
.cid-sfN7JT1LZT .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-sfN7JT1LZT .text-content .social {
  font-size: 1.2rem;
}
.cid-sfN7JT1LZT .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  transition: 0.3s all;
  color: #13287d;
}
.cid-sfN7JT1LZT .text-content .social span:hover {
  color: #279e64;
  transition: 0.3s all;
}
.cid-sfN7JT1LZT .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.cid-sfN7JT1LZT .list-block {
  position: relative;
}
.cid-sfN7JT1LZT .list-block h4,
.cid-sfN7JT1LZT .list-block p {
  padding-left: 2.625rem;
}
.cid-sfN7JT1LZT .card-img {
  display: block;
}
.cid-sfN7JT1LZT input,
.cid-sfN7JT1LZT textarea {
  border-radius: 3px;
  min-height: 3rem;
  padding: 13px 20px !important;
  font-size: 13px;
  color: #ff7c00;
  height: 60px;
}
.cid-sfN7JT1LZT .form-control,
.cid-sfN7JT1LZT .field-input {
  padding: 13px 20px !important;
  background-color: #ffffff;
  border-color: #dcdfe2;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sfN7JT1LZT .form-control:hover,
.cid-sfN7JT1LZT .field-input:hover,
.cid-sfN7JT1LZT .form-control:focus,
.cid-sfN7JT1LZT .field-input:focus {
  background-color: #ffffff;
  border-color: #279e64;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sfN7JT1LZT .form-control:focus,
.cid-sfN7JT1LZT .field-input:focus {
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
}
.cid-sfN7JT1LZT input::-webkit-input-placeholder,
.cid-sfN7JT1LZT textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sfN7JT1LZT input:-moz-placeholder,
.cid-sfN7JT1LZT textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sfN7JT1LZT .jq-selectbox li,
.cid-sfN7JT1LZT .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sfN7JT1LZT .jq-selectbox li:hover,
.cid-sfN7JT1LZT .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sfN7JT1LZT .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sfN7JT1LZT .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sfN7JT1LZT .mbr-form {
  max-width: 550px;
}
.cid-sfN7JT1LZT .mbr-form .content-title {
  color: #0239b6;
  margin-bottom: 20px;
}
.cid-sfN7JT1LZT .mbr-form .content-subtitle {
  color: #0355ff;
}
.cid-sfN7JT1LZT .mbr-form textarea {
  min-height: 100px;
  height: 194px;
}
.cid-sfN7JT1LZT .mbr-form .btn {
  justify-content: space-between;
  border-radius: 30px;
  border-color: #0239b6;
  color: #0239b6;
  padding: 18px 42px;
  margin: 0 !important;
  margin-top: 7px !important;
}
.cid-sfN7JT1LZT .mbr-form .btn-success:hover {
  background-color: #279e64 !important;
  border-color: #279e64 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .cid-sfN7JT1LZT .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-sfN7JT1LZT .mbr-section-title,
  .cid-sfN7JT1LZT .content-title,
  .cid-sfN7JT1LZT .mbr-section-btn {
    text-align: left;
  }
}
#custom-html-6f {
  /* Type valid CSS here */
}
#custom-html-6f div {
  padding: 0 0;
  color: #777;
  text-align: center;
}
#custom-html-6f p {
  font-size: 60px;
  color: #777;
}
.cid-sfN7JTDtE4 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sfN7JTDtE4 .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sfN7JTDtE4 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sfN7JTDtE4 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sfN7JTDtE4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sfN7JTDtE4 .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-sfN7JTDtE4 .text2 {
  color: #000000;
  text-align: left;
}
.cid-sfN7JTDtE4 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sfN7JTDtE4 .logo-title {
  text-align: center;
}
.cid-sfN7JTDtE4 .logo-sub-title {
  text-align: center;
}
.cid-sfN7JTDtE4 .links {
  text-align: center;
  color: #656565;
}
.cid-sfN7JTDtE4 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sfN7JTDtE4 .links,
.cid-sfN7JTDtE4 .social-list {
  color: #0a1126;
}
.cid-sguQOmJJGi .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sguQOmJJGi .navbar-fixed-top {
  padding-top: 0;
}
.cid-sguQOmJJGi .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sguQOmJJGi .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sguQOmJJGi .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sguQOmJJGi .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sguQOmJJGi .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sguQOmJJGi .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sguQOmJJGi .dropdown-item,
.cid-sguQOmJJGi .nav-link,
.cid-sguQOmJJGi .brand-name {
  font-style: normal;
}
.cid-sguQOmJJGi .dropdown-item:hover,
.cid-sguQOmJJGi .nav-link:hover,
.cid-sguQOmJJGi .brand-name:hover {
  color: #ff7c00 !important;
}
.cid-sguQOmJJGi .dropdown-menu {
  background-color: #ffffff;
}
.cid-sguQOmJJGi .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sguQOmJJGi .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-sguQOmJJGi .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sguQOmJJGi .nav-item {
  position: relative;
}
.cid-sguQOmJJGi .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sguQOmJJGi .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sguQOmJJGi .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sguQOmJJGi .nav-link {
    line-height: 6.13;
  }
  .cid-sguQOmJJGi .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sguQOmJJGi .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-sguQOmJJGi .dropdown-item {
    color: #0355ff !important;
    border-bottom: 0px solid #4f5b77;
  }
}
.cid-sguQOmJJGi .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sguQOmJJGi .content-text {
  margin-bottom: 0;
}
.cid-sguQOmJJGi .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sguQOmJJGi .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0239b6;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sguQOmJJGi .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sguQOmJJGi .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sguQOmJJGi .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sguQOmJJGi .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sguQOmJJGi .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sguQOmJJGi .content-right-side {
  text-align: center;
}
.cid-sguQOmJJGi .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sguQOmJJGi .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sguQOmJJGi .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sguQOmJJGi .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sguQOmJJGi .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sguQOmJJGi .info-widget:first-child {
  margin-left: 0;
}
.cid-sguQOmJJGi .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sguQOmJJGi .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sguQOmJJGi .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sguQOmJJGi .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #e1e3e6;
}
@media (min-width: 992px) {
  .cid-sguQOmJJGi .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sguQOmJJGi .navbar {
    display: block;
    padding: 0;
  }
  .cid-sguQOmJJGi .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sguQOmJJGi .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sguQOmJJGi .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sguQOmJJGi .navbar-toggler {
    display: none;
  }
  .cid-sguQOmJJGi .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-sguQOmJJGi .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sguQOmJJGi .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sguQOmJJGi .btn-sm {
  padding: 13px 29px;
}
.cid-sguQOmJJGi .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sguQOmJJGi .btn::after {
  background-color: #0355ff;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sguQOmJJGi .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sguQOmJJGi .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sguQOmJJGi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sguQOmJJGi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sguQOmJJGi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sguQOmJJGi .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sguQOmJJGi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sguQOmJJGi .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sguQOmJJGi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sguQOmJJGi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sguQOmJJGi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sguQOmJJGi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sguQOmJJGi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sguQOmJJGi button.navbar-toggler:focus {
  outline: none;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1b1a1a;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sguQOmJJGi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sguQOmJJGi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sguQOmJJGi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sguQOmJJGi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sguQOmJJGi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sguQOmJJGi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sguQOmJJGi .collapsed .btn {
  display: flex;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sguQOmJJGi .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sguQOmJJGi .collapsed button.navbar-toggler {
  display: block;
}
.cid-sguQOmJJGi .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sguQOmJJGi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sguQOmJJGi .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sguQOmJJGi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sguQOmJJGi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sguQOmJJGi .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sguQOmJJGi .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sguQOmJJGi .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sguQOmJJGi .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sguQOmJJGi .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sguQOmJJGi .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sguQOmJJGi .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sguQOmJJGi .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing,
  .cid-sguQOmJJGi .navbar-collapse.show {
    display: block !important;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-nav,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-buttons,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sguQOmJJGi img {
    height: 3.8rem !important;
  }
  .cid-sguQOmJJGi .btn {
    display: flex;
  }
  .cid-sguQOmJJGi button.navbar-toggler {
    display: block;
  }
  .cid-sguQOmJJGi .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sguQOmJJGi .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sguQOmJJGi .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sguQOmJJGi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sguQOmJJGi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sguQOmJJGi .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sguQOmJJGi .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sguQOmJJGi .navbar-toggler {
  position: relative;
}
.cid-sguQOmJJGi .dropdown-item.active,
.cid-sguQOmJJGi .dropdown-item:active {
  color: initial;
}
.cid-sguQOmJJGi .widget-title {
  color: #0355ff;
}
.cid-sguQOmJJGi .widget-text {
  color: #0355ff;
}
.cid-sguQOmJJGi .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sguQOmJJGi .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #0239b6;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sguQOmJJGi .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sguQOmJJGi .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sguQOmJJGi .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sguQOmJJGi .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sguQOmJJGi .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sguQOmJJGi .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sguQOmJJGi .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sguQOmJJGi .menu-content-top,
  .cid-sguQOmJJGi .menu-bottom {
    padding: 0 15px;
  }
  .cid-sguQOmJJGi button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sguQOmJJGi .widget-title,
.cid-sguQOmJJGi .widget-icon {
  color: #0239b6;
}
.cid-sfN7TEQqw0 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/coding-1853305.jpg");
}
.cid-sfN7TEQqw0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sfN7TEQqw0 .mbr-section-title {
  color: #ffffff;
}
.cid-sfN7TEQqw0 .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-sfN7TEQqw0 .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-sfN7TEQqw0 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #0239b6;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sfN7TEQqw0 .mbr-section-btn {
  display: flex;
}
.cid-sfN7TEQqw0 .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-sfN7TEQqw0 .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-sfN7TEQqw0 .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-sfN7TEQqw0 .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-sfN7TEQqw0 .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sfN7TEQqw0 .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sfN7TEQqw0 .video-wrap .icon-wrap .line-video-1,
.cid-sfN7TEQqw0 .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-sfN7TEQqw0 .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-sfN7TEQqw0 .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-sfN7TEQqw0 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sfN7TEQqw0 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sfN7TEQqw0 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sfN7TEQqw0 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ff7c00;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sfN7TEQqw0 a.close:hover {
  color: #ff7c00;
}
@media (max-width: 991px) {
  .cid-sfN7TEQqw0 .separator,
  .cid-sfN7TEQqw0 .sep-holder,
  .cid-sfN7TEQqw0 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sfN7TEQqw0 .buttons-wrap {
    flex-direction: column;
  }
  .cid-sfN7TEQqw0 .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-sfN7TEQqw0 .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-sfN7TEQqw0 .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-sfN7TEQqw0 .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-sfN7TFckbI {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sfN7TFckbI .mbr-section-subtitle {
  color: #279e64;
}
.cid-sfN7TFckbI .mbr-section-title {
  color: #0239b6;
  text-align: left;
}
.cid-sfN7TFckbI img {
  width: 100%;
}
.cid-sfN7TFckbI .mbr-text {
  color: #0a1126;
}
.cid-sfN7TFckbI .mbr-section-btn {
  margin-top: 40px;
}
.cid-sfN7TFckbI .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-sfN7TFckbI * {
    text-align: left;
  }
}
.cid-sfN7TFckbI .cards-wrap {
  flex-direction: column;
}
.cid-sfN7TFckbI .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-sfN7TFckbI .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #279e64;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-sfN7TFckbI .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-sfN7TFckbI .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-sfN7TFckbI .wrapper .content .mbr-card-title {
  color: #0239b6;
  margin-bottom: 10px;
}
.cid-sfN7TFckbI .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #0355ff;
}
.cid-sfN7TFckbI .widget-container {
  margin: 0 0 30px;
}
.cid-sfN7TFckbI .widget-container .project-info {
  padding: 15px 30px 13px;
  background-color: #eeeff2;
  border-radius: 3px;
}
.cid-sfN7TFckbI .widget-container .project-info .info-item {
  display: flex;
  flex-wrap: wrap;
  padding: 17px 0;
  border-bottom: 1px solid #dcdfe2;
}
.cid-sfN7TFckbI .widget-container .project-info .info-item .label {
  font-weight: 500;
  margin-right: 10px;
  flex: none;
  margin-bottom: 0;
}
.cid-sfN7TFckbI .widget-container .project-info .info-item .info-text {
  margin-bottom: 0;
}
.cid-sfN7TFckbI .widget-container .project-info .info-item:last-child {
  border-bottom: none;
}
.cid-sfN7TFckbI .newsletter {
  padding: 35px 30px 40px;
  border-radius: 3px;
  display: block;
}
.cid-sfN7TFckbI .newsletter .mbr-section-subtitle {
  position: relative;
  margin-bottom: 25px;
  color: #0239b6;
}
.cid-sfN7TFckbI .newsletter .form-group,
.cid-sfN7TFckbI .newsletter .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sfN7TFckbI .newsletter textarea {
  height: 110px !important;
}
.cid-sfN7TFckbI .newsletter .form-control {
  font-size: 14px;
  background: #ffffff;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-sfN7TFckbI .newsletter .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sfN7TFckbI .newsletter .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sfN7TFckbI .newsletter .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sfN7TFckbI .newsletter .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sfN7TFckbI .newsletter .form-group {
  margin-bottom: 8.6px;
}
.cid-sfN7TFckbI .newsletter .dragArea {
  flex-direction: column;
}
.cid-sfN7TFckbI .newsletter .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
  overflow: hidden;
}
.cid-sfN7TFckbI .newsletter .dragArea .mbr-section-btn .btn.btn-success:hover {
  background-color: #279e64 !important;
  border-color: #279e64 !important;
  color: #ffffff !important;
}
.cid-sfN7TFckbI .newsletter .dragArea .mbr-section-btn .btn::after {
  background-color: #0355ff;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sfN7TFckbI .newsletter .dragArea .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sfN7TFckbI .cards-wrap2 {
  flex-direction: column;
}
.cid-sfN7TFckbI .cards-wrap2 .wrapper2 {
  border-radius: 0.25rem;
  margin-bottom: 26px;
}
.cid-sfN7TFckbI .cards-wrap2 .wrapper2 .img {
  margin-bottom: 20px;
}
.cid-sfN7TFckbI .cards-wrap2 .wrapper2 .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #279e64;
  border-radius: 50%;
}
.cid-sfN7TFckbI .cards-wrap2 .wrapper2 .mbr-card-title {
  color: #0239b6;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-sfN7TFckbI .cards-wrap2 .wrapper2 .mbr-text {
  margin-bottom: 19px;
  color: #0355ff;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sfN7TFckbI .cards-wrap .wrapper .content .mbr-text,
.cid-sfN7TFckbI .img {
  color: #0a1126;
}
.cid-sfN7TFckbI .bottomPart .wrapper2 .mbr-text,
.cid-sfN7TFckbI .img {
  color: #0a1126;
}
.cid-sfN7TH3PPn {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #0239b6;
  background: linear-gradient(to bottom, #0239b6, #00da70);
}
.cid-sfN7TH3PPn .content-inner .left-content {
  display: block;
}
.cid-sfN7TH3PPn .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sfN7TH3PPn .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sfN7TH3PPn .content-inner .right-content {
  display: block;
}
.cid-sfN7TH3PPn .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sfN7TH3PPn .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sfN7TH3PPn .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sfN7TH3PPn .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ff7c00 !important;
  border-color: #ff7c00 !important;
}
@media (max-width: 991px) {
  .cid-sfN7TH3PPn .content-inner {
    justify-content: center !important;
  }
  .cid-sfN7TH3PPn * {
    text-align: center;
  }
}
#custom-html-8y {
  /* Type valid CSS here */
}
#custom-html-8y div {
  padding: 0 0;
  color: #777;
  text-align: center;
}
#custom-html-8y p {
  font-size: 60px;
  color: #777;
}
.cid-sfN7TIdvQE {
  padding-top: 90px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 70px;
}
.cid-sfN7TIdvQE .content {
  padding-left: 30px;
}
.cid-sfN7TIdvQE .mbr-section-subtitle {
  color: #279e64;
}
.cid-sfN7TIdvQE .mbr-section-title {
  color: #0239b6;
}
.cid-sfN7TIdvQE .mbr-text {
  color: #0355ff;
}
.cid-sfN7TIdvQE .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #13287d;
}
.cid-sfN7TIdvQE .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-sfN7TIdvQE .p-4 {
  padding: 1rem 0 !important;
}
.cid-sfN7TIdvQE .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-sfN7TIdvQE .mbri-arrow-down:before {
  content: "\e960";
}
.cid-sfN7TIdvQE .mbri-arrow-up:before {
  content: "\e960";
}
.cid-sfN7TIdvQE .card {
  border-radius: 0px;
  border-bottom: 2px solid #efefef !important;
}
.cid-sfN7TIdvQE .card:last-child {
  border-bottom: none !important;
}
.cid-sfN7TIdvQE .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-sfN7TIdvQE .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-sfN7TIdvQE .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.cid-sfN7TIdvQE .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sfN7TIdvQE .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
  color: #0239b6;
  padding-right: 50px;
}
.cid-sfN7TIdvQE .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sfN7TIdvQE .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 17px;
  transform: translate(-50%, 0) !important;
  display: inline-block;
  margin-left: 0;
  width: 46px;
  height: 46px;
  background-color: #279e64;
  transition: all .3s ease 0s;
  box-shadow: 0 14px 40px 0 #279e64;
}
.cid-sfN7TIdvQE .card .card-header a.panel-title .toggle-icon:before,
.cid-sfN7TIdvQE .card .card-header a.panel-title .toggle-icon:after {
  background: #ffffff;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-sfN7TIdvQE .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: #ffffff;
  border: 0;
  transform: none;
}
.cid-sfN7TIdvQE .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-sfN7TIdvQE .card .panel-body {
  padding: 14px 20px;
}
.cid-sfN7TIdvQE .card .panel-body p {
  color: #0355ff;
}
.cid-sfN7TIdvQE .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-sfN7TIdvQE .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-sfN7TIdvQE .collapsed .toggle-icon {
  background-color: transparent !important;
  transform: translate(0, 0);
  right: 7px !important;
  box-shadow: none !important;
}
.cid-sfN7TIdvQE .collapsed .toggle-icon:before,
.cid-sfN7TIdvQE .collapsed .toggle-icon:after {
  background: #13287d !important;
}
.cid-sfN7TIdvQE .collapsed .toggle-icon:before {
  background-color: #13287d !important;
}
.cid-sfN7TIdvQE .img-wrap img {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sfN7TIdvQE * {
    text-align: left;
  }
}
.cid-sfN7TIdvQE .content .mbr-section-title {
  color: #0355ff;
}
.cid-sfN7TIBtZb {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #eff2f7;
}
.cid-sfN7TIBtZb .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sfN7TIBtZb .text-content .mbr-subtitle {
  color: #279e64;
}
.cid-sfN7TIBtZb .text-content .mbr-section-title {
  color: #0239b6;
}
.cid-sfN7TIBtZb .text-content .mbr-text {
  color: #0355ff;
}
.cid-sfN7TIBtZb .text-content .list-block {
  margin-top: 16px;
  padding-bottom: 16px;
}
.cid-sfN7TIBtZb .text-content .list-block .card-img {
  width: auto;
}
.cid-sfN7TIBtZb .text-content .list-block .card-img span {
  color: #279e64;
  font-size: 1.5rem;
}
.cid-sfN7TIBtZb .text-content .list-block .list-item-title {
  color: #0239b6;
  transition: all .3s linear 0s;
}
.cid-sfN7TIBtZb .text-content .list-block .list-item-title:hover {
  color: #279e64;
}
.cid-sfN7TIBtZb .text-content .list-block .list-item-text {
  padding-top: 10px;
  color: #0355ff;
  margin-bottom: 0;
}
.cid-sfN7TIBtZb .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-sfN7TIBtZb .text-content .social {
  font-size: 1.2rem;
}
.cid-sfN7TIBtZb .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  transition: 0.3s all;
  color: #13287d;
}
.cid-sfN7TIBtZb .text-content .social span:hover {
  color: #279e64;
  transition: 0.3s all;
}
.cid-sfN7TIBtZb .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.cid-sfN7TIBtZb .list-block {
  position: relative;
}
.cid-sfN7TIBtZb .list-block h4,
.cid-sfN7TIBtZb .list-block p {
  padding-left: 2.625rem;
}
.cid-sfN7TIBtZb .card-img {
  display: block;
}
.cid-sfN7TIBtZb input,
.cid-sfN7TIBtZb textarea {
  border-radius: 3px;
  min-height: 3rem;
  padding: 13px 20px !important;
  font-size: 13px;
  color: #ff7c00;
  height: 60px;
}
.cid-sfN7TIBtZb .form-control,
.cid-sfN7TIBtZb .field-input {
  padding: 13px 20px !important;
  background-color: #ffffff;
  border-color: #dcdfe2;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sfN7TIBtZb .form-control:hover,
.cid-sfN7TIBtZb .field-input:hover,
.cid-sfN7TIBtZb .form-control:focus,
.cid-sfN7TIBtZb .field-input:focus {
  background-color: #ffffff;
  border-color: #279e64;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sfN7TIBtZb .form-control:focus,
.cid-sfN7TIBtZb .field-input:focus {
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
}
.cid-sfN7TIBtZb input::-webkit-input-placeholder,
.cid-sfN7TIBtZb textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sfN7TIBtZb input:-moz-placeholder,
.cid-sfN7TIBtZb textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sfN7TIBtZb .jq-selectbox li,
.cid-sfN7TIBtZb .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sfN7TIBtZb .jq-selectbox li:hover,
.cid-sfN7TIBtZb .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sfN7TIBtZb .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sfN7TIBtZb .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sfN7TIBtZb .mbr-form {
  max-width: 550px;
}
.cid-sfN7TIBtZb .mbr-form .content-title {
  color: #0239b6;
  margin-bottom: 20px;
}
.cid-sfN7TIBtZb .mbr-form .content-subtitle {
  color: #0355ff;
}
.cid-sfN7TIBtZb .mbr-form textarea {
  min-height: 100px;
  height: 194px;
}
.cid-sfN7TIBtZb .mbr-form .btn {
  justify-content: space-between;
  border-radius: 30px;
  border-color: #0239b6;
  color: #0239b6;
  padding: 18px 42px;
  margin: 0 !important;
  margin-top: 7px !important;
}
.cid-sfN7TIBtZb .mbr-form .btn-success:hover {
  background-color: #279e64 !important;
  border-color: #279e64 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .cid-sfN7TIBtZb .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-sfN7TIBtZb .mbr-section-title,
  .cid-sfN7TIBtZb .content-title,
  .cid-sfN7TIBtZb .mbr-section-btn {
    text-align: left;
  }
}
#custom-html-6s {
  /* Type valid CSS here */
}
#custom-html-6s div {
  padding: 0 0;
  color: #777;
  text-align: center;
}
#custom-html-6s p {
  font-size: 60px;
  color: #777;
}
.cid-sfN7TJcl0A {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sfN7TJcl0A .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sfN7TJcl0A .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sfN7TJcl0A .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sfN7TJcl0A .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sfN7TJcl0A .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-sfN7TJcl0A .text2 {
  color: #000000;
  text-align: left;
}
.cid-sfN7TJcl0A .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sfN7TJcl0A .logo-title {
  text-align: center;
}
.cid-sfN7TJcl0A .logo-sub-title {
  text-align: center;
}
.cid-sfN7TJcl0A .links {
  text-align: center;
  color: #656565;
}
.cid-sfN7TJcl0A .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sfN7TJcl0A .links,
.cid-sfN7TJcl0A .social-list {
  color: #0a1126;
}
.cid-sguQOmJJGi .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sguQOmJJGi .navbar-fixed-top {
  padding-top: 0;
}
.cid-sguQOmJJGi .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sguQOmJJGi .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sguQOmJJGi .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sguQOmJJGi .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sguQOmJJGi .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sguQOmJJGi .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sguQOmJJGi .dropdown-item,
.cid-sguQOmJJGi .nav-link,
.cid-sguQOmJJGi .brand-name {
  font-style: normal;
}
.cid-sguQOmJJGi .dropdown-item:hover,
.cid-sguQOmJJGi .nav-link:hover,
.cid-sguQOmJJGi .brand-name:hover {
  color: #ff7c00 !important;
}
.cid-sguQOmJJGi .dropdown-menu {
  background-color: #ffffff;
}
.cid-sguQOmJJGi .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sguQOmJJGi .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-sguQOmJJGi .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sguQOmJJGi .nav-item {
  position: relative;
}
.cid-sguQOmJJGi .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sguQOmJJGi .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sguQOmJJGi .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sguQOmJJGi .nav-link {
    line-height: 6.13;
  }
  .cid-sguQOmJJGi .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sguQOmJJGi .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-sguQOmJJGi .dropdown-item {
    color: #0355ff !important;
    border-bottom: 0px solid #4f5b77;
  }
}
.cid-sguQOmJJGi .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sguQOmJJGi .content-text {
  margin-bottom: 0;
}
.cid-sguQOmJJGi .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sguQOmJJGi .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0239b6;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sguQOmJJGi .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sguQOmJJGi .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sguQOmJJGi .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sguQOmJJGi .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sguQOmJJGi .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sguQOmJJGi .content-right-side {
  text-align: center;
}
.cid-sguQOmJJGi .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sguQOmJJGi .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sguQOmJJGi .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sguQOmJJGi .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sguQOmJJGi .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sguQOmJJGi .info-widget:first-child {
  margin-left: 0;
}
.cid-sguQOmJJGi .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sguQOmJJGi .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sguQOmJJGi .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sguQOmJJGi .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #e1e3e6;
}
@media (min-width: 992px) {
  .cid-sguQOmJJGi .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sguQOmJJGi .navbar {
    display: block;
    padding: 0;
  }
  .cid-sguQOmJJGi .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sguQOmJJGi .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sguQOmJJGi .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sguQOmJJGi .navbar-toggler {
    display: none;
  }
  .cid-sguQOmJJGi .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-sguQOmJJGi .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sguQOmJJGi .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sguQOmJJGi .btn-sm {
  padding: 13px 29px;
}
.cid-sguQOmJJGi .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sguQOmJJGi .btn::after {
  background-color: #0355ff;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sguQOmJJGi .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sguQOmJJGi .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sguQOmJJGi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sguQOmJJGi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sguQOmJJGi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sguQOmJJGi .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sguQOmJJGi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sguQOmJJGi .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sguQOmJJGi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sguQOmJJGi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sguQOmJJGi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sguQOmJJGi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sguQOmJJGi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sguQOmJJGi button.navbar-toggler:focus {
  outline: none;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1b1a1a;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sguQOmJJGi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sguQOmJJGi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sguQOmJJGi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sguQOmJJGi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sguQOmJJGi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sguQOmJJGi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sguQOmJJGi .collapsed .btn {
  display: flex;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sguQOmJJGi .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sguQOmJJGi .collapsed button.navbar-toggler {
  display: block;
}
.cid-sguQOmJJGi .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sguQOmJJGi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sguQOmJJGi .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sguQOmJJGi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sguQOmJJGi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sguQOmJJGi .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sguQOmJJGi .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sguQOmJJGi .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sguQOmJJGi .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sguQOmJJGi .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sguQOmJJGi .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sguQOmJJGi .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sguQOmJJGi .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing,
  .cid-sguQOmJJGi .navbar-collapse.show {
    display: block !important;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-nav,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-buttons,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sguQOmJJGi img {
    height: 3.8rem !important;
  }
  .cid-sguQOmJJGi .btn {
    display: flex;
  }
  .cid-sguQOmJJGi button.navbar-toggler {
    display: block;
  }
  .cid-sguQOmJJGi .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sguQOmJJGi .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sguQOmJJGi .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sguQOmJJGi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sguQOmJJGi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sguQOmJJGi .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sguQOmJJGi .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sguQOmJJGi .navbar-toggler {
  position: relative;
}
.cid-sguQOmJJGi .dropdown-item.active,
.cid-sguQOmJJGi .dropdown-item:active {
  color: initial;
}
.cid-sguQOmJJGi .widget-title {
  color: #0355ff;
}
.cid-sguQOmJJGi .widget-text {
  color: #0355ff;
}
.cid-sguQOmJJGi .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sguQOmJJGi .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #0239b6;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sguQOmJJGi .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sguQOmJJGi .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sguQOmJJGi .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sguQOmJJGi .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sguQOmJJGi .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sguQOmJJGi .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sguQOmJJGi .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sguQOmJJGi .menu-content-top,
  .cid-sguQOmJJGi .menu-bottom {
    padding: 0 15px;
  }
  .cid-sguQOmJJGi button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sguQOmJJGi .widget-title,
.cid-sguQOmJJGi .widget-icon {
  color: #0239b6;
}
.cid-sfN86uyjeT {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/hand-4053806.jpg");
}
.cid-sfN86uyjeT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sfN86uyjeT .mbr-section-title {
  color: #ffffff;
}
.cid-sfN86uyjeT .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-sfN86uyjeT .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-sfN86uyjeT .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #0239b6;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sfN86uyjeT .mbr-section-btn {
  display: flex;
}
.cid-sfN86uyjeT .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-sfN86uyjeT .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-sfN86uyjeT .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-sfN86uyjeT .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-sfN86uyjeT .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sfN86uyjeT .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sfN86uyjeT .video-wrap .icon-wrap .line-video-1,
.cid-sfN86uyjeT .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-sfN86uyjeT .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-sfN86uyjeT .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-sfN86uyjeT .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sfN86uyjeT .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sfN86uyjeT .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sfN86uyjeT a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ff7c00;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sfN86uyjeT a.close:hover {
  color: #ff7c00;
}
@media (max-width: 991px) {
  .cid-sfN86uyjeT .separator,
  .cid-sfN86uyjeT .sep-holder,
  .cid-sfN86uyjeT .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sfN86uyjeT .buttons-wrap {
    flex-direction: column;
  }
  .cid-sfN86uyjeT .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-sfN86uyjeT .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-sfN86uyjeT .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-sfN86uyjeT .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-sfN86v0fRP {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sfN86v0fRP .mbr-section-subtitle {
  color: #279e64;
}
.cid-sfN86v0fRP .mbr-section-title {
  color: #0239b6;
  text-align: left;
}
.cid-sfN86v0fRP img {
  width: 100%;
}
.cid-sfN86v0fRP .mbr-text {
  color: #0a1126;
}
.cid-sfN86v0fRP .mbr-section-btn {
  margin-top: 40px;
}
.cid-sfN86v0fRP .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-sfN86v0fRP * {
    text-align: left;
  }
}
.cid-sfN86v0fRP .cards-wrap {
  flex-direction: column;
}
.cid-sfN86v0fRP .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-sfN86v0fRP .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #279e64;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-sfN86v0fRP .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-sfN86v0fRP .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-sfN86v0fRP .wrapper .content .mbr-card-title {
  color: #0239b6;
  margin-bottom: 10px;
}
.cid-sfN86v0fRP .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #0355ff;
}
.cid-sfN86v0fRP .widget-container {
  margin: 0 0 30px;
}
.cid-sfN86v0fRP .widget-container .project-info {
  padding: 15px 30px 13px;
  background-color: #eeeff2;
  border-radius: 3px;
}
.cid-sfN86v0fRP .widget-container .project-info .info-item {
  display: flex;
  flex-wrap: wrap;
  padding: 17px 0;
  border-bottom: 1px solid #dcdfe2;
}
.cid-sfN86v0fRP .widget-container .project-info .info-item .label {
  font-weight: 500;
  margin-right: 10px;
  flex: none;
  margin-bottom: 0;
}
.cid-sfN86v0fRP .widget-container .project-info .info-item .info-text {
  margin-bottom: 0;
}
.cid-sfN86v0fRP .widget-container .project-info .info-item:last-child {
  border-bottom: none;
}
.cid-sfN86v0fRP .newsletter {
  padding: 35px 30px 40px;
  border-radius: 3px;
  display: block;
}
.cid-sfN86v0fRP .newsletter .mbr-section-subtitle {
  position: relative;
  margin-bottom: 25px;
  color: #0239b6;
}
.cid-sfN86v0fRP .newsletter .form-group,
.cid-sfN86v0fRP .newsletter .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sfN86v0fRP .newsletter textarea {
  height: 110px !important;
}
.cid-sfN86v0fRP .newsletter .form-control {
  font-size: 14px;
  background: #ffffff;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-sfN86v0fRP .newsletter .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sfN86v0fRP .newsletter .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sfN86v0fRP .newsletter .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sfN86v0fRP .newsletter .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sfN86v0fRP .newsletter .form-group {
  margin-bottom: 8.6px;
}
.cid-sfN86v0fRP .newsletter .dragArea {
  flex-direction: column;
}
.cid-sfN86v0fRP .newsletter .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
  overflow: hidden;
}
.cid-sfN86v0fRP .newsletter .dragArea .mbr-section-btn .btn.btn-success:hover {
  background-color: #279e64 !important;
  border-color: #279e64 !important;
  color: #ffffff !important;
}
.cid-sfN86v0fRP .newsletter .dragArea .mbr-section-btn .btn::after {
  background-color: #0355ff;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sfN86v0fRP .newsletter .dragArea .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sfN86v0fRP .cards-wrap2 {
  flex-direction: column;
}
.cid-sfN86v0fRP .cards-wrap2 .wrapper2 {
  border-radius: 0.25rem;
  margin-bottom: 26px;
}
.cid-sfN86v0fRP .cards-wrap2 .wrapper2 .img {
  margin-bottom: 20px;
}
.cid-sfN86v0fRP .cards-wrap2 .wrapper2 .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #279e64;
  border-radius: 50%;
}
.cid-sfN86v0fRP .cards-wrap2 .wrapper2 .mbr-card-title {
  color: #0239b6;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-sfN86v0fRP .cards-wrap2 .wrapper2 .mbr-text {
  margin-bottom: 19px;
  color: #0355ff;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sfN86v0fRP .cards-wrap .wrapper .content .mbr-text,
.cid-sfN86v0fRP .img {
  color: #0a1126;
}
.cid-sfN86v0fRP .bottomPart .wrapper2 .mbr-text,
.cid-sfN86v0fRP .img {
  color: #0a1126;
}
.cid-sfN86wVfAV {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #0239b6;
  background: linear-gradient(to bottom, #0239b6, #00da70);
}
.cid-sfN86wVfAV .content-inner .left-content {
  display: block;
}
.cid-sfN86wVfAV .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sfN86wVfAV .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sfN86wVfAV .content-inner .right-content {
  display: block;
}
.cid-sfN86wVfAV .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sfN86wVfAV .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sfN86wVfAV .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sfN86wVfAV .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ff7c00 !important;
  border-color: #ff7c00 !important;
}
@media (max-width: 991px) {
  .cid-sfN86wVfAV .content-inner {
    justify-content: center !important;
  }
  .cid-sfN86wVfAV * {
    text-align: center;
  }
}
#custom-html-8z {
  /* Type valid CSS here */
}
#custom-html-8z div {
  padding: 0 0;
  color: #777;
  text-align: center;
}
#custom-html-8z p {
  font-size: 60px;
  color: #777;
}
.cid-sfN86yc1JH {
  padding-top: 90px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 70px;
}
.cid-sfN86yc1JH .content {
  padding-left: 30px;
}
.cid-sfN86yc1JH .mbr-section-subtitle {
  color: #279e64;
}
.cid-sfN86yc1JH .mbr-section-title {
  color: #0239b6;
}
.cid-sfN86yc1JH .mbr-text {
  color: #0355ff;
}
.cid-sfN86yc1JH .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #13287d;
}
.cid-sfN86yc1JH .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-sfN86yc1JH .p-4 {
  padding: 1rem 0 !important;
}
.cid-sfN86yc1JH .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-sfN86yc1JH .mbri-arrow-down:before {
  content: "\e960";
}
.cid-sfN86yc1JH .mbri-arrow-up:before {
  content: "\e960";
}
.cid-sfN86yc1JH .card {
  border-radius: 0px;
  border-bottom: 2px solid #efefef !important;
}
.cid-sfN86yc1JH .card:last-child {
  border-bottom: none !important;
}
.cid-sfN86yc1JH .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-sfN86yc1JH .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-sfN86yc1JH .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.cid-sfN86yc1JH .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sfN86yc1JH .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
  color: #0239b6;
  padding-right: 50px;
}
.cid-sfN86yc1JH .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sfN86yc1JH .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 17px;
  transform: translate(-50%, 0) !important;
  display: inline-block;
  margin-left: 0;
  width: 46px;
  height: 46px;
  background-color: #279e64;
  transition: all .3s ease 0s;
  box-shadow: 0 14px 40px 0 #279e64;
}
.cid-sfN86yc1JH .card .card-header a.panel-title .toggle-icon:before,
.cid-sfN86yc1JH .card .card-header a.panel-title .toggle-icon:after {
  background: #ffffff;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-sfN86yc1JH .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: #ffffff;
  border: 0;
  transform: none;
}
.cid-sfN86yc1JH .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-sfN86yc1JH .card .panel-body {
  padding: 14px 20px;
}
.cid-sfN86yc1JH .card .panel-body p {
  color: #0355ff;
}
.cid-sfN86yc1JH .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-sfN86yc1JH .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-sfN86yc1JH .collapsed .toggle-icon {
  background-color: transparent !important;
  transform: translate(0, 0);
  right: 7px !important;
  box-shadow: none !important;
}
.cid-sfN86yc1JH .collapsed .toggle-icon:before,
.cid-sfN86yc1JH .collapsed .toggle-icon:after {
  background: #13287d !important;
}
.cid-sfN86yc1JH .collapsed .toggle-icon:before {
  background-color: #13287d !important;
}
.cid-sfN86yc1JH .img-wrap img {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sfN86yc1JH * {
    text-align: left;
  }
}
.cid-sfN86yc1JH .content .mbr-section-title {
  color: #0355ff;
}
.cid-sfN86yIUe5 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #eff2f7;
}
.cid-sfN86yIUe5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sfN86yIUe5 .text-content .mbr-subtitle {
  color: #279e64;
}
.cid-sfN86yIUe5 .text-content .mbr-section-title {
  color: #0239b6;
}
.cid-sfN86yIUe5 .text-content .mbr-text {
  color: #0355ff;
}
.cid-sfN86yIUe5 .text-content .list-block {
  margin-top: 16px;
  padding-bottom: 16px;
}
.cid-sfN86yIUe5 .text-content .list-block .card-img {
  width: auto;
}
.cid-sfN86yIUe5 .text-content .list-block .card-img span {
  color: #279e64;
  font-size: 1.5rem;
}
.cid-sfN86yIUe5 .text-content .list-block .list-item-title {
  color: #0239b6;
  transition: all .3s linear 0s;
}
.cid-sfN86yIUe5 .text-content .list-block .list-item-title:hover {
  color: #279e64;
}
.cid-sfN86yIUe5 .text-content .list-block .list-item-text {
  padding-top: 10px;
  color: #0355ff;
  margin-bottom: 0;
}
.cid-sfN86yIUe5 .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-sfN86yIUe5 .text-content .social {
  font-size: 1.2rem;
}
.cid-sfN86yIUe5 .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  transition: 0.3s all;
  color: #13287d;
}
.cid-sfN86yIUe5 .text-content .social span:hover {
  color: #279e64;
  transition: 0.3s all;
}
.cid-sfN86yIUe5 .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.cid-sfN86yIUe5 .list-block {
  position: relative;
}
.cid-sfN86yIUe5 .list-block h4,
.cid-sfN86yIUe5 .list-block p {
  padding-left: 2.625rem;
}
.cid-sfN86yIUe5 .card-img {
  display: block;
}
.cid-sfN86yIUe5 input,
.cid-sfN86yIUe5 textarea {
  border-radius: 3px;
  min-height: 3rem;
  padding: 13px 20px !important;
  font-size: 13px;
  color: #ff7c00;
  height: 60px;
}
.cid-sfN86yIUe5 .form-control,
.cid-sfN86yIUe5 .field-input {
  padding: 13px 20px !important;
  background-color: #ffffff;
  border-color: #dcdfe2;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sfN86yIUe5 .form-control:hover,
.cid-sfN86yIUe5 .field-input:hover,
.cid-sfN86yIUe5 .form-control:focus,
.cid-sfN86yIUe5 .field-input:focus {
  background-color: #ffffff;
  border-color: #279e64;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sfN86yIUe5 .form-control:focus,
.cid-sfN86yIUe5 .field-input:focus {
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
}
.cid-sfN86yIUe5 input::-webkit-input-placeholder,
.cid-sfN86yIUe5 textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sfN86yIUe5 input:-moz-placeholder,
.cid-sfN86yIUe5 textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sfN86yIUe5 .jq-selectbox li,
.cid-sfN86yIUe5 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sfN86yIUe5 .jq-selectbox li:hover,
.cid-sfN86yIUe5 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sfN86yIUe5 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sfN86yIUe5 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sfN86yIUe5 .mbr-form {
  max-width: 550px;
}
.cid-sfN86yIUe5 .mbr-form .content-title {
  color: #0239b6;
  margin-bottom: 20px;
}
.cid-sfN86yIUe5 .mbr-form .content-subtitle {
  color: #0355ff;
}
.cid-sfN86yIUe5 .mbr-form textarea {
  min-height: 100px;
  height: 194px;
}
.cid-sfN86yIUe5 .mbr-form .btn {
  justify-content: space-between;
  border-radius: 30px;
  border-color: #0239b6;
  color: #0239b6;
  padding: 18px 42px;
  margin: 0 !important;
  margin-top: 7px !important;
}
.cid-sfN86yIUe5 .mbr-form .btn-success:hover {
  background-color: #279e64 !important;
  border-color: #279e64 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .cid-sfN86yIUe5 .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-sfN86yIUe5 .mbr-section-title,
  .cid-sfN86yIUe5 .content-title,
  .cid-sfN86yIUe5 .mbr-section-btn {
    text-align: left;
  }
}
#custom-html-75 {
  /* Type valid CSS here */
}
#custom-html-75 div {
  padding: 0 0;
  color: #777;
  text-align: center;
}
#custom-html-75 p {
  font-size: 60px;
  color: #777;
}
.cid-sfN86zjYH6 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sfN86zjYH6 .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sfN86zjYH6 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sfN86zjYH6 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sfN86zjYH6 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sfN86zjYH6 .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-sfN86zjYH6 .text2 {
  color: #000000;
  text-align: left;
}
.cid-sfN86zjYH6 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sfN86zjYH6 .logo-title {
  text-align: center;
}
.cid-sfN86zjYH6 .logo-sub-title {
  text-align: center;
}
.cid-sfN86zjYH6 .links {
  text-align: center;
  color: #656565;
}
.cid-sfN86zjYH6 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sfN86zjYH6 .links,
.cid-sfN86zjYH6 .social-list {
  color: #0a1126;
}
.cid-sguQOmJJGi .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sguQOmJJGi .navbar-fixed-top {
  padding-top: 0;
}
.cid-sguQOmJJGi .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sguQOmJJGi .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sguQOmJJGi .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sguQOmJJGi .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sguQOmJJGi .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sguQOmJJGi .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sguQOmJJGi .dropdown-item,
.cid-sguQOmJJGi .nav-link,
.cid-sguQOmJJGi .brand-name {
  font-style: normal;
}
.cid-sguQOmJJGi .dropdown-item:hover,
.cid-sguQOmJJGi .nav-link:hover,
.cid-sguQOmJJGi .brand-name:hover {
  color: #ff7c00 !important;
}
.cid-sguQOmJJGi .dropdown-menu {
  background-color: #ffffff;
}
.cid-sguQOmJJGi .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sguQOmJJGi .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-sguQOmJJGi .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sguQOmJJGi .nav-item {
  position: relative;
}
.cid-sguQOmJJGi .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sguQOmJJGi .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sguQOmJJGi .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sguQOmJJGi .nav-link {
    line-height: 6.13;
  }
  .cid-sguQOmJJGi .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sguQOmJJGi .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-sguQOmJJGi .dropdown-item {
    color: #0355ff !important;
    border-bottom: 0px solid #4f5b77;
  }
}
.cid-sguQOmJJGi .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sguQOmJJGi .content-text {
  margin-bottom: 0;
}
.cid-sguQOmJJGi .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sguQOmJJGi .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0239b6;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sguQOmJJGi .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sguQOmJJGi .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sguQOmJJGi .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sguQOmJJGi .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sguQOmJJGi .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sguQOmJJGi .content-right-side {
  text-align: center;
}
.cid-sguQOmJJGi .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sguQOmJJGi .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sguQOmJJGi .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sguQOmJJGi .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sguQOmJJGi .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sguQOmJJGi .info-widget:first-child {
  margin-left: 0;
}
.cid-sguQOmJJGi .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sguQOmJJGi .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sguQOmJJGi .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sguQOmJJGi .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #e1e3e6;
}
@media (min-width: 992px) {
  .cid-sguQOmJJGi .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sguQOmJJGi .navbar {
    display: block;
    padding: 0;
  }
  .cid-sguQOmJJGi .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sguQOmJJGi .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sguQOmJJGi .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sguQOmJJGi .navbar-toggler {
    display: none;
  }
  .cid-sguQOmJJGi .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-sguQOmJJGi .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sguQOmJJGi .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sguQOmJJGi .btn-sm {
  padding: 13px 29px;
}
.cid-sguQOmJJGi .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sguQOmJJGi .btn::after {
  background-color: #0355ff;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sguQOmJJGi .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sguQOmJJGi .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sguQOmJJGi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sguQOmJJGi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sguQOmJJGi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sguQOmJJGi .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sguQOmJJGi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sguQOmJJGi .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sguQOmJJGi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sguQOmJJGi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sguQOmJJGi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sguQOmJJGi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sguQOmJJGi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sguQOmJJGi button.navbar-toggler:focus {
  outline: none;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1b1a1a;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sguQOmJJGi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sguQOmJJGi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sguQOmJJGi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sguQOmJJGi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sguQOmJJGi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sguQOmJJGi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sguQOmJJGi .collapsed .btn {
  display: flex;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sguQOmJJGi .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sguQOmJJGi .collapsed button.navbar-toggler {
  display: block;
}
.cid-sguQOmJJGi .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sguQOmJJGi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sguQOmJJGi .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sguQOmJJGi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sguQOmJJGi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sguQOmJJGi .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sguQOmJJGi .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sguQOmJJGi .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sguQOmJJGi .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sguQOmJJGi .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sguQOmJJGi .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sguQOmJJGi .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sguQOmJJGi .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing,
  .cid-sguQOmJJGi .navbar-collapse.show {
    display: block !important;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-nav,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-buttons,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sguQOmJJGi img {
    height: 3.8rem !important;
  }
  .cid-sguQOmJJGi .btn {
    display: flex;
  }
  .cid-sguQOmJJGi button.navbar-toggler {
    display: block;
  }
  .cid-sguQOmJJGi .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sguQOmJJGi .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sguQOmJJGi .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sguQOmJJGi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sguQOmJJGi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sguQOmJJGi .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sguQOmJJGi .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sguQOmJJGi .navbar-toggler {
  position: relative;
}
.cid-sguQOmJJGi .dropdown-item.active,
.cid-sguQOmJJGi .dropdown-item:active {
  color: initial;
}
.cid-sguQOmJJGi .widget-title {
  color: #0355ff;
}
.cid-sguQOmJJGi .widget-text {
  color: #0355ff;
}
.cid-sguQOmJJGi .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sguQOmJJGi .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #0239b6;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sguQOmJJGi .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sguQOmJJGi .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sguQOmJJGi .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sguQOmJJGi .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sguQOmJJGi .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sguQOmJJGi .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sguQOmJJGi .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sguQOmJJGi .menu-content-top,
  .cid-sguQOmJJGi .menu-bottom {
    padding: 0 15px;
  }
  .cid-sguQOmJJGi button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sguQOmJJGi .widget-title,
.cid-sguQOmJJGi .widget-icon {
  color: #0239b6;
}
.cid-sfN8hmTkth {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/building-2762237.jpg");
}
.cid-sfN8hmTkth .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sfN8hmTkth .mbr-section-title {
  color: #ffffff;
}
.cid-sfN8hmTkth .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-sfN8hmTkth .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-sfN8hmTkth .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #0239b6;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sfN8hmTkth .mbr-section-btn {
  display: flex;
}
.cid-sfN8hmTkth .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-sfN8hmTkth .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-sfN8hmTkth .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-sfN8hmTkth .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-sfN8hmTkth .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sfN8hmTkth .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sfN8hmTkth .video-wrap .icon-wrap .line-video-1,
.cid-sfN8hmTkth .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-sfN8hmTkth .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-sfN8hmTkth .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-sfN8hmTkth .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sfN8hmTkth .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sfN8hmTkth .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sfN8hmTkth a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ff7c00;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sfN8hmTkth a.close:hover {
  color: #ff7c00;
}
@media (max-width: 991px) {
  .cid-sfN8hmTkth .separator,
  .cid-sfN8hmTkth .sep-holder,
  .cid-sfN8hmTkth .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sfN8hmTkth .buttons-wrap {
    flex-direction: column;
  }
  .cid-sfN8hmTkth .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-sfN8hmTkth .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-sfN8hmTkth .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-sfN8hmTkth .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-sfN8hnfFkQ {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sfN8hnfFkQ .mbr-section-subtitle {
  color: #279e64;
}
.cid-sfN8hnfFkQ .mbr-section-title {
  color: #0239b6;
  text-align: left;
}
.cid-sfN8hnfFkQ img {
  width: 100%;
}
.cid-sfN8hnfFkQ .mbr-text {
  color: #0a1126;
}
.cid-sfN8hnfFkQ .mbr-section-btn {
  margin-top: 40px;
}
.cid-sfN8hnfFkQ .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-sfN8hnfFkQ * {
    text-align: left;
  }
}
.cid-sfN8hnfFkQ .cards-wrap {
  flex-direction: column;
}
.cid-sfN8hnfFkQ .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-sfN8hnfFkQ .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #279e64;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-sfN8hnfFkQ .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-sfN8hnfFkQ .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-sfN8hnfFkQ .wrapper .content .mbr-card-title {
  color: #0239b6;
  margin-bottom: 10px;
}
.cid-sfN8hnfFkQ .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #0355ff;
}
.cid-sfN8hnfFkQ .widget-container {
  margin: 0 0 30px;
}
.cid-sfN8hnfFkQ .widget-container .project-info {
  padding: 15px 30px 13px;
  background-color: #eeeff2;
  border-radius: 3px;
}
.cid-sfN8hnfFkQ .widget-container .project-info .info-item {
  display: flex;
  flex-wrap: wrap;
  padding: 17px 0;
  border-bottom: 1px solid #dcdfe2;
}
.cid-sfN8hnfFkQ .widget-container .project-info .info-item .label {
  font-weight: 500;
  margin-right: 10px;
  flex: none;
  margin-bottom: 0;
}
.cid-sfN8hnfFkQ .widget-container .project-info .info-item .info-text {
  margin-bottom: 0;
}
.cid-sfN8hnfFkQ .widget-container .project-info .info-item:last-child {
  border-bottom: none;
}
.cid-sfN8hnfFkQ .newsletter {
  padding: 35px 30px 40px;
  border-radius: 3px;
  display: block;
}
.cid-sfN8hnfFkQ .newsletter .mbr-section-subtitle {
  position: relative;
  margin-bottom: 25px;
  color: #0239b6;
}
.cid-sfN8hnfFkQ .newsletter .form-group,
.cid-sfN8hnfFkQ .newsletter .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sfN8hnfFkQ .newsletter textarea {
  height: 110px !important;
}
.cid-sfN8hnfFkQ .newsletter .form-control {
  font-size: 14px;
  background: #ffffff;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-sfN8hnfFkQ .newsletter .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sfN8hnfFkQ .newsletter .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sfN8hnfFkQ .newsletter .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sfN8hnfFkQ .newsletter .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sfN8hnfFkQ .newsletter .form-group {
  margin-bottom: 8.6px;
}
.cid-sfN8hnfFkQ .newsletter .dragArea {
  flex-direction: column;
}
.cid-sfN8hnfFkQ .newsletter .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
  overflow: hidden;
}
.cid-sfN8hnfFkQ .newsletter .dragArea .mbr-section-btn .btn.btn-success:hover {
  background-color: #279e64 !important;
  border-color: #279e64 !important;
  color: #ffffff !important;
}
.cid-sfN8hnfFkQ .newsletter .dragArea .mbr-section-btn .btn::after {
  background-color: #0355ff;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sfN8hnfFkQ .newsletter .dragArea .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sfN8hnfFkQ .cards-wrap2 {
  flex-direction: column;
}
.cid-sfN8hnfFkQ .cards-wrap2 .wrapper2 {
  border-radius: 0.25rem;
  margin-bottom: 26px;
}
.cid-sfN8hnfFkQ .cards-wrap2 .wrapper2 .img {
  margin-bottom: 20px;
}
.cid-sfN8hnfFkQ .cards-wrap2 .wrapper2 .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #279e64;
  border-radius: 50%;
}
.cid-sfN8hnfFkQ .cards-wrap2 .wrapper2 .mbr-card-title {
  color: #0239b6;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-sfN8hnfFkQ .cards-wrap2 .wrapper2 .mbr-text {
  margin-bottom: 19px;
  color: #0355ff;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sfN8hnfFkQ .cards-wrap .wrapper .content .mbr-text,
.cid-sfN8hnfFkQ .img {
  color: #0a1126;
}
.cid-sfN8hnfFkQ .bottomPart .wrapper2 .mbr-text,
.cid-sfN8hnfFkQ .img {
  color: #0a1126;
}
.cid-sfN8hp6rGo {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #0239b6;
  background: linear-gradient(to bottom, #0239b6, #00da70);
}
.cid-sfN8hp6rGo .content-inner .left-content {
  display: block;
}
.cid-sfN8hp6rGo .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sfN8hp6rGo .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sfN8hp6rGo .content-inner .right-content {
  display: block;
}
.cid-sfN8hp6rGo .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sfN8hp6rGo .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sfN8hp6rGo .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sfN8hp6rGo .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ff7c00 !important;
  border-color: #ff7c00 !important;
}
@media (max-width: 991px) {
  .cid-sfN8hp6rGo .content-inner {
    justify-content: center !important;
  }
  .cid-sfN8hp6rGo * {
    text-align: center;
  }
}
#custom-html-90 {
  /* Type valid CSS here */
}
#custom-html-90 div {
  padding: 0 0;
  color: #777;
  text-align: center;
}
#custom-html-90 p {
  font-size: 60px;
  color: #777;
}
.cid-sfN8hqlJAH {
  padding-top: 90px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 70px;
}
.cid-sfN8hqlJAH .content {
  padding-left: 30px;
}
.cid-sfN8hqlJAH .mbr-section-subtitle {
  color: #279e64;
}
.cid-sfN8hqlJAH .mbr-section-title {
  color: #0239b6;
}
.cid-sfN8hqlJAH .mbr-text {
  color: #0355ff;
}
.cid-sfN8hqlJAH .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #13287d;
}
.cid-sfN8hqlJAH .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-sfN8hqlJAH .p-4 {
  padding: 1rem 0 !important;
}
.cid-sfN8hqlJAH .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-sfN8hqlJAH .mbri-arrow-down:before {
  content: "\e960";
}
.cid-sfN8hqlJAH .mbri-arrow-up:before {
  content: "\e960";
}
.cid-sfN8hqlJAH .card {
  border-radius: 0px;
  border-bottom: 2px solid #efefef !important;
}
.cid-sfN8hqlJAH .card:last-child {
  border-bottom: none !important;
}
.cid-sfN8hqlJAH .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-sfN8hqlJAH .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-sfN8hqlJAH .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.cid-sfN8hqlJAH .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sfN8hqlJAH .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
  color: #0239b6;
  padding-right: 50px;
}
.cid-sfN8hqlJAH .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sfN8hqlJAH .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 17px;
  transform: translate(-50%, 0) !important;
  display: inline-block;
  margin-left: 0;
  width: 46px;
  height: 46px;
  background-color: #279e64;
  transition: all .3s ease 0s;
  box-shadow: 0 14px 40px 0 #279e64;
}
.cid-sfN8hqlJAH .card .card-header a.panel-title .toggle-icon:before,
.cid-sfN8hqlJAH .card .card-header a.panel-title .toggle-icon:after {
  background: #ffffff;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-sfN8hqlJAH .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: #ffffff;
  border: 0;
  transform: none;
}
.cid-sfN8hqlJAH .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-sfN8hqlJAH .card .panel-body {
  padding: 14px 20px;
}
.cid-sfN8hqlJAH .card .panel-body p {
  color: #0355ff;
}
.cid-sfN8hqlJAH .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-sfN8hqlJAH .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-sfN8hqlJAH .collapsed .toggle-icon {
  background-color: transparent !important;
  transform: translate(0, 0);
  right: 7px !important;
  box-shadow: none !important;
}
.cid-sfN8hqlJAH .collapsed .toggle-icon:before,
.cid-sfN8hqlJAH .collapsed .toggle-icon:after {
  background: #13287d !important;
}
.cid-sfN8hqlJAH .collapsed .toggle-icon:before {
  background-color: #13287d !important;
}
.cid-sfN8hqlJAH .img-wrap img {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sfN8hqlJAH * {
    text-align: left;
  }
}
.cid-sfN8hqlJAH .content .mbr-section-title {
  color: #0355ff;
}
.cid-sfN8hqN9pJ {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #eff2f7;
}
.cid-sfN8hqN9pJ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sfN8hqN9pJ .text-content .mbr-subtitle {
  color: #279e64;
}
.cid-sfN8hqN9pJ .text-content .mbr-section-title {
  color: #0239b6;
}
.cid-sfN8hqN9pJ .text-content .mbr-text {
  color: #0355ff;
}
.cid-sfN8hqN9pJ .text-content .list-block {
  margin-top: 16px;
  padding-bottom: 16px;
}
.cid-sfN8hqN9pJ .text-content .list-block .card-img {
  width: auto;
}
.cid-sfN8hqN9pJ .text-content .list-block .card-img span {
  color: #279e64;
  font-size: 1.5rem;
}
.cid-sfN8hqN9pJ .text-content .list-block .list-item-title {
  color: #0239b6;
  transition: all .3s linear 0s;
}
.cid-sfN8hqN9pJ .text-content .list-block .list-item-title:hover {
  color: #279e64;
}
.cid-sfN8hqN9pJ .text-content .list-block .list-item-text {
  padding-top: 10px;
  color: #0355ff;
  margin-bottom: 0;
}
.cid-sfN8hqN9pJ .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-sfN8hqN9pJ .text-content .social {
  font-size: 1.2rem;
}
.cid-sfN8hqN9pJ .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  transition: 0.3s all;
  color: #13287d;
}
.cid-sfN8hqN9pJ .text-content .social span:hover {
  color: #279e64;
  transition: 0.3s all;
}
.cid-sfN8hqN9pJ .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.cid-sfN8hqN9pJ .list-block {
  position: relative;
}
.cid-sfN8hqN9pJ .list-block h4,
.cid-sfN8hqN9pJ .list-block p {
  padding-left: 2.625rem;
}
.cid-sfN8hqN9pJ .card-img {
  display: block;
}
.cid-sfN8hqN9pJ input,
.cid-sfN8hqN9pJ textarea {
  border-radius: 3px;
  min-height: 3rem;
  padding: 13px 20px !important;
  font-size: 13px;
  color: #ff7c00;
  height: 60px;
}
.cid-sfN8hqN9pJ .form-control,
.cid-sfN8hqN9pJ .field-input {
  padding: 13px 20px !important;
  background-color: #ffffff;
  border-color: #dcdfe2;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sfN8hqN9pJ .form-control:hover,
.cid-sfN8hqN9pJ .field-input:hover,
.cid-sfN8hqN9pJ .form-control:focus,
.cid-sfN8hqN9pJ .field-input:focus {
  background-color: #ffffff;
  border-color: #279e64;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sfN8hqN9pJ .form-control:focus,
.cid-sfN8hqN9pJ .field-input:focus {
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
}
.cid-sfN8hqN9pJ input::-webkit-input-placeholder,
.cid-sfN8hqN9pJ textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sfN8hqN9pJ input:-moz-placeholder,
.cid-sfN8hqN9pJ textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sfN8hqN9pJ .jq-selectbox li,
.cid-sfN8hqN9pJ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sfN8hqN9pJ .jq-selectbox li:hover,
.cid-sfN8hqN9pJ .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sfN8hqN9pJ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sfN8hqN9pJ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sfN8hqN9pJ .mbr-form {
  max-width: 550px;
}
.cid-sfN8hqN9pJ .mbr-form .content-title {
  color: #0239b6;
  margin-bottom: 20px;
}
.cid-sfN8hqN9pJ .mbr-form .content-subtitle {
  color: #0355ff;
}
.cid-sfN8hqN9pJ .mbr-form textarea {
  min-height: 100px;
  height: 194px;
}
.cid-sfN8hqN9pJ .mbr-form .btn {
  justify-content: space-between;
  border-radius: 30px;
  border-color: #0239b6;
  color: #0239b6;
  padding: 18px 42px;
  margin: 0 !important;
  margin-top: 7px !important;
}
.cid-sfN8hqN9pJ .mbr-form .btn-success:hover {
  background-color: #279e64 !important;
  border-color: #279e64 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .cid-sfN8hqN9pJ .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-sfN8hqN9pJ .mbr-section-title,
  .cid-sfN8hqN9pJ .content-title,
  .cid-sfN8hqN9pJ .mbr-section-btn {
    text-align: left;
  }
}
#custom-html-7i {
  /* Type valid CSS here */
}
#custom-html-7i div {
  padding: 0 0;
  color: #777;
  text-align: center;
}
#custom-html-7i p {
  font-size: 60px;
  color: #777;
}
.cid-sfN8hrrp6K {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sfN8hrrp6K .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sfN8hrrp6K .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sfN8hrrp6K .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sfN8hrrp6K .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sfN8hrrp6K .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-sfN8hrrp6K .text2 {
  color: #000000;
  text-align: left;
}
.cid-sfN8hrrp6K .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sfN8hrrp6K .logo-title {
  text-align: center;
}
.cid-sfN8hrrp6K .logo-sub-title {
  text-align: center;
}
.cid-sfN8hrrp6K .links {
  text-align: center;
  color: #656565;
}
.cid-sfN8hrrp6K .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sfN8hrrp6K .links,
.cid-sfN8hrrp6K .social-list {
  color: #0a1126;
}
.cid-sguQOmJJGi .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sguQOmJJGi .navbar-fixed-top {
  padding-top: 0;
}
.cid-sguQOmJJGi .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sguQOmJJGi .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sguQOmJJGi .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sguQOmJJGi .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sguQOmJJGi .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sguQOmJJGi .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sguQOmJJGi .dropdown-item,
.cid-sguQOmJJGi .nav-link,
.cid-sguQOmJJGi .brand-name {
  font-style: normal;
}
.cid-sguQOmJJGi .dropdown-item:hover,
.cid-sguQOmJJGi .nav-link:hover,
.cid-sguQOmJJGi .brand-name:hover {
  color: #ff7c00 !important;
}
.cid-sguQOmJJGi .dropdown-menu {
  background-color: #ffffff;
}
.cid-sguQOmJJGi .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sguQOmJJGi .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-sguQOmJJGi .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sguQOmJJGi .nav-item {
  position: relative;
}
.cid-sguQOmJJGi .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sguQOmJJGi .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sguQOmJJGi .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sguQOmJJGi .nav-link {
    line-height: 6.13;
  }
  .cid-sguQOmJJGi .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sguQOmJJGi .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-sguQOmJJGi .dropdown-item {
    color: #0355ff !important;
    border-bottom: 0px solid #4f5b77;
  }
}
.cid-sguQOmJJGi .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sguQOmJJGi .content-text {
  margin-bottom: 0;
}
.cid-sguQOmJJGi .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sguQOmJJGi .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0239b6;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sguQOmJJGi .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sguQOmJJGi .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sguQOmJJGi .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sguQOmJJGi .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sguQOmJJGi .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sguQOmJJGi .content-right-side {
  text-align: center;
}
.cid-sguQOmJJGi .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sguQOmJJGi .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sguQOmJJGi .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sguQOmJJGi .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sguQOmJJGi .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sguQOmJJGi .info-widget:first-child {
  margin-left: 0;
}
.cid-sguQOmJJGi .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sguQOmJJGi .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sguQOmJJGi .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sguQOmJJGi .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #e1e3e6;
}
@media (min-width: 992px) {
  .cid-sguQOmJJGi .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sguQOmJJGi .navbar {
    display: block;
    padding: 0;
  }
  .cid-sguQOmJJGi .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sguQOmJJGi .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sguQOmJJGi .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sguQOmJJGi .navbar-toggler {
    display: none;
  }
  .cid-sguQOmJJGi .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-sguQOmJJGi .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sguQOmJJGi .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sguQOmJJGi .btn-sm {
  padding: 13px 29px;
}
.cid-sguQOmJJGi .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sguQOmJJGi .btn::after {
  background-color: #0355ff;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sguQOmJJGi .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sguQOmJJGi .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sguQOmJJGi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sguQOmJJGi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sguQOmJJGi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sguQOmJJGi .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sguQOmJJGi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sguQOmJJGi .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sguQOmJJGi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sguQOmJJGi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sguQOmJJGi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sguQOmJJGi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sguQOmJJGi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sguQOmJJGi button.navbar-toggler:focus {
  outline: none;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1b1a1a;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sguQOmJJGi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sguQOmJJGi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sguQOmJJGi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sguQOmJJGi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sguQOmJJGi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sguQOmJJGi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sguQOmJJGi .collapsed .btn {
  display: flex;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sguQOmJJGi .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sguQOmJJGi .collapsed button.navbar-toggler {
  display: block;
}
.cid-sguQOmJJGi .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sguQOmJJGi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sguQOmJJGi .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sguQOmJJGi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sguQOmJJGi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sguQOmJJGi .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sguQOmJJGi .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sguQOmJJGi .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sguQOmJJGi .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sguQOmJJGi .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sguQOmJJGi .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sguQOmJJGi .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sguQOmJJGi .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing,
  .cid-sguQOmJJGi .navbar-collapse.show {
    display: block !important;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-nav,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-buttons,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sguQOmJJGi img {
    height: 3.8rem !important;
  }
  .cid-sguQOmJJGi .btn {
    display: flex;
  }
  .cid-sguQOmJJGi button.navbar-toggler {
    display: block;
  }
  .cid-sguQOmJJGi .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sguQOmJJGi .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sguQOmJJGi .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sguQOmJJGi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sguQOmJJGi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sguQOmJJGi .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sguQOmJJGi .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sguQOmJJGi .navbar-toggler {
  position: relative;
}
.cid-sguQOmJJGi .dropdown-item.active,
.cid-sguQOmJJGi .dropdown-item:active {
  color: initial;
}
.cid-sguQOmJJGi .widget-title {
  color: #0355ff;
}
.cid-sguQOmJJGi .widget-text {
  color: #0355ff;
}
.cid-sguQOmJJGi .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sguQOmJJGi .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #0239b6;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sguQOmJJGi .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sguQOmJJGi .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sguQOmJJGi .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sguQOmJJGi .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sguQOmJJGi .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sguQOmJJGi .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sguQOmJJGi .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sguQOmJJGi .menu-content-top,
  .cid-sguQOmJJGi .menu-bottom {
    padding: 0 15px;
  }
  .cid-sguQOmJJGi button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sguQOmJJGi .widget-title,
.cid-sguQOmJJGi .widget-icon {
  color: #0239b6;
}
.cid-sfN8oaR7vA {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/architecture-3383067.jpg");
}
.cid-sfN8oaR7vA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sfN8oaR7vA .mbr-section-title {
  color: #ffffff;
}
.cid-sfN8oaR7vA .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-sfN8oaR7vA .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-sfN8oaR7vA .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #0239b6;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sfN8oaR7vA .mbr-section-btn {
  display: flex;
}
.cid-sfN8oaR7vA .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-sfN8oaR7vA .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-sfN8oaR7vA .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-sfN8oaR7vA .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-sfN8oaR7vA .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sfN8oaR7vA .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sfN8oaR7vA .video-wrap .icon-wrap .line-video-1,
.cid-sfN8oaR7vA .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-sfN8oaR7vA .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-sfN8oaR7vA .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-sfN8oaR7vA .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sfN8oaR7vA .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sfN8oaR7vA .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sfN8oaR7vA a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ff7c00;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sfN8oaR7vA a.close:hover {
  color: #ff7c00;
}
@media (max-width: 991px) {
  .cid-sfN8oaR7vA .separator,
  .cid-sfN8oaR7vA .sep-holder,
  .cid-sfN8oaR7vA .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sfN8oaR7vA .buttons-wrap {
    flex-direction: column;
  }
  .cid-sfN8oaR7vA .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-sfN8oaR7vA .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-sfN8oaR7vA .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-sfN8oaR7vA .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-sfN8obe1tN {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sfN8obe1tN .mbr-section-subtitle {
  color: #279e64;
}
.cid-sfN8obe1tN .mbr-section-title {
  color: #0239b6;
  text-align: left;
}
.cid-sfN8obe1tN img {
  width: 100%;
}
.cid-sfN8obe1tN .mbr-text {
  color: #0a1126;
}
.cid-sfN8obe1tN .mbr-section-btn {
  margin-top: 40px;
}
.cid-sfN8obe1tN .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-sfN8obe1tN * {
    text-align: left;
  }
}
.cid-sfN8obe1tN .cards-wrap {
  flex-direction: column;
}
.cid-sfN8obe1tN .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-sfN8obe1tN .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #279e64;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-sfN8obe1tN .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-sfN8obe1tN .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-sfN8obe1tN .wrapper .content .mbr-card-title {
  color: #0239b6;
  margin-bottom: 10px;
}
.cid-sfN8obe1tN .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #0355ff;
}
.cid-sfN8obe1tN .widget-container {
  margin: 0 0 30px;
}
.cid-sfN8obe1tN .widget-container .project-info {
  padding: 15px 30px 13px;
  background-color: #eeeff2;
  border-radius: 3px;
}
.cid-sfN8obe1tN .widget-container .project-info .info-item {
  display: flex;
  flex-wrap: wrap;
  padding: 17px 0;
  border-bottom: 1px solid #dcdfe2;
}
.cid-sfN8obe1tN .widget-container .project-info .info-item .label {
  font-weight: 500;
  margin-right: 10px;
  flex: none;
  margin-bottom: 0;
}
.cid-sfN8obe1tN .widget-container .project-info .info-item .info-text {
  margin-bottom: 0;
}
.cid-sfN8obe1tN .widget-container .project-info .info-item:last-child {
  border-bottom: none;
}
.cid-sfN8obe1tN .newsletter {
  padding: 35px 30px 40px;
  border-radius: 3px;
  display: block;
}
.cid-sfN8obe1tN .newsletter .mbr-section-subtitle {
  position: relative;
  margin-bottom: 25px;
  color: #0239b6;
}
.cid-sfN8obe1tN .newsletter .form-group,
.cid-sfN8obe1tN .newsletter .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sfN8obe1tN .newsletter textarea {
  height: 110px !important;
}
.cid-sfN8obe1tN .newsletter .form-control {
  font-size: 14px;
  background: #ffffff;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-sfN8obe1tN .newsletter .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sfN8obe1tN .newsletter .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sfN8obe1tN .newsletter .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sfN8obe1tN .newsletter .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sfN8obe1tN .newsletter .form-group {
  margin-bottom: 8.6px;
}
.cid-sfN8obe1tN .newsletter .dragArea {
  flex-direction: column;
}
.cid-sfN8obe1tN .newsletter .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
  overflow: hidden;
}
.cid-sfN8obe1tN .newsletter .dragArea .mbr-section-btn .btn.btn-success:hover {
  background-color: #279e64 !important;
  border-color: #279e64 !important;
  color: #ffffff !important;
}
.cid-sfN8obe1tN .newsletter .dragArea .mbr-section-btn .btn::after {
  background-color: #0355ff;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sfN8obe1tN .newsletter .dragArea .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sfN8obe1tN .cards-wrap2 {
  flex-direction: column;
}
.cid-sfN8obe1tN .cards-wrap2 .wrapper2 {
  border-radius: 0.25rem;
  margin-bottom: 26px;
}
.cid-sfN8obe1tN .cards-wrap2 .wrapper2 .img {
  margin-bottom: 20px;
}
.cid-sfN8obe1tN .cards-wrap2 .wrapper2 .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #279e64;
  border-radius: 50%;
}
.cid-sfN8obe1tN .cards-wrap2 .wrapper2 .mbr-card-title {
  color: #0239b6;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-sfN8obe1tN .cards-wrap2 .wrapper2 .mbr-text {
  margin-bottom: 19px;
  color: #0355ff;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sfN8obe1tN .cards-wrap .wrapper .content .mbr-text,
.cid-sfN8obe1tN .img {
  color: #0a1126;
}
.cid-sfN8obe1tN .bottomPart .wrapper2 .mbr-text,
.cid-sfN8obe1tN .img {
  color: #0a1126;
}
.cid-sfN8od3YR7 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #0239b6;
  background: linear-gradient(to bottom, #0239b6, #00da70);
}
.cid-sfN8od3YR7 .content-inner .left-content {
  display: block;
}
.cid-sfN8od3YR7 .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sfN8od3YR7 .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sfN8od3YR7 .content-inner .right-content {
  display: block;
}
.cid-sfN8od3YR7 .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sfN8od3YR7 .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sfN8od3YR7 .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sfN8od3YR7 .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ff7c00 !important;
  border-color: #ff7c00 !important;
}
@media (max-width: 991px) {
  .cid-sfN8od3YR7 .content-inner {
    justify-content: center !important;
  }
  .cid-sfN8od3YR7 * {
    text-align: center;
  }
}
#custom-html-91 {
  /* Type valid CSS here */
}
#custom-html-91 div {
  padding: 0 0;
  color: #777;
  text-align: center;
}
#custom-html-91 p {
  font-size: 60px;
  color: #777;
}
.cid-sfN8oehHU7 {
  padding-top: 90px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 70px;
}
.cid-sfN8oehHU7 .content {
  padding-left: 30px;
}
.cid-sfN8oehHU7 .mbr-section-subtitle {
  color: #279e64;
}
.cid-sfN8oehHU7 .mbr-section-title {
  color: #0239b6;
}
.cid-sfN8oehHU7 .mbr-text {
  color: #0355ff;
}
.cid-sfN8oehHU7 .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #13287d;
}
.cid-sfN8oehHU7 .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-sfN8oehHU7 .p-4 {
  padding: 1rem 0 !important;
}
.cid-sfN8oehHU7 .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-sfN8oehHU7 .mbri-arrow-down:before {
  content: "\e960";
}
.cid-sfN8oehHU7 .mbri-arrow-up:before {
  content: "\e960";
}
.cid-sfN8oehHU7 .card {
  border-radius: 0px;
  border-bottom: 2px solid #efefef !important;
}
.cid-sfN8oehHU7 .card:last-child {
  border-bottom: none !important;
}
.cid-sfN8oehHU7 .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-sfN8oehHU7 .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-sfN8oehHU7 .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.cid-sfN8oehHU7 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sfN8oehHU7 .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
  color: #0239b6;
  padding-right: 50px;
}
.cid-sfN8oehHU7 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sfN8oehHU7 .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 17px;
  transform: translate(-50%, 0) !important;
  display: inline-block;
  margin-left: 0;
  width: 46px;
  height: 46px;
  background-color: #279e64;
  transition: all .3s ease 0s;
  box-shadow: 0 14px 40px 0 #279e64;
}
.cid-sfN8oehHU7 .card .card-header a.panel-title .toggle-icon:before,
.cid-sfN8oehHU7 .card .card-header a.panel-title .toggle-icon:after {
  background: #ffffff;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-sfN8oehHU7 .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: #ffffff;
  border: 0;
  transform: none;
}
.cid-sfN8oehHU7 .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-sfN8oehHU7 .card .panel-body {
  padding: 14px 20px;
}
.cid-sfN8oehHU7 .card .panel-body p {
  color: #0355ff;
}
.cid-sfN8oehHU7 .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-sfN8oehHU7 .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-sfN8oehHU7 .collapsed .toggle-icon {
  background-color: transparent !important;
  transform: translate(0, 0);
  right: 7px !important;
  box-shadow: none !important;
}
.cid-sfN8oehHU7 .collapsed .toggle-icon:before,
.cid-sfN8oehHU7 .collapsed .toggle-icon:after {
  background: #13287d !important;
}
.cid-sfN8oehHU7 .collapsed .toggle-icon:before {
  background-color: #13287d !important;
}
.cid-sfN8oehHU7 .img-wrap img {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sfN8oehHU7 * {
    text-align: left;
  }
}
.cid-sfN8oehHU7 .content .mbr-section-title {
  color: #0355ff;
}
.cid-sfN8oeLovw {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #eff2f7;
}
.cid-sfN8oeLovw .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sfN8oeLovw .text-content .mbr-subtitle {
  color: #279e64;
}
.cid-sfN8oeLovw .text-content .mbr-section-title {
  color: #0239b6;
}
.cid-sfN8oeLovw .text-content .mbr-text {
  color: #0355ff;
}
.cid-sfN8oeLovw .text-content .list-block {
  margin-top: 16px;
  padding-bottom: 16px;
}
.cid-sfN8oeLovw .text-content .list-block .card-img {
  width: auto;
}
.cid-sfN8oeLovw .text-content .list-block .card-img span {
  color: #279e64;
  font-size: 1.5rem;
}
.cid-sfN8oeLovw .text-content .list-block .list-item-title {
  color: #0239b6;
  transition: all .3s linear 0s;
}
.cid-sfN8oeLovw .text-content .list-block .list-item-title:hover {
  color: #279e64;
}
.cid-sfN8oeLovw .text-content .list-block .list-item-text {
  padding-top: 10px;
  color: #0355ff;
  margin-bottom: 0;
}
.cid-sfN8oeLovw .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-sfN8oeLovw .text-content .social {
  font-size: 1.2rem;
}
.cid-sfN8oeLovw .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  transition: 0.3s all;
  color: #13287d;
}
.cid-sfN8oeLovw .text-content .social span:hover {
  color: #279e64;
  transition: 0.3s all;
}
.cid-sfN8oeLovw .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.cid-sfN8oeLovw .list-block {
  position: relative;
}
.cid-sfN8oeLovw .list-block h4,
.cid-sfN8oeLovw .list-block p {
  padding-left: 2.625rem;
}
.cid-sfN8oeLovw .card-img {
  display: block;
}
.cid-sfN8oeLovw input,
.cid-sfN8oeLovw textarea {
  border-radius: 3px;
  min-height: 3rem;
  padding: 13px 20px !important;
  font-size: 13px;
  color: #ff7c00;
  height: 60px;
}
.cid-sfN8oeLovw .form-control,
.cid-sfN8oeLovw .field-input {
  padding: 13px 20px !important;
  background-color: #ffffff;
  border-color: #dcdfe2;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sfN8oeLovw .form-control:hover,
.cid-sfN8oeLovw .field-input:hover,
.cid-sfN8oeLovw .form-control:focus,
.cid-sfN8oeLovw .field-input:focus {
  background-color: #ffffff;
  border-color: #279e64;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sfN8oeLovw .form-control:focus,
.cid-sfN8oeLovw .field-input:focus {
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
}
.cid-sfN8oeLovw input::-webkit-input-placeholder,
.cid-sfN8oeLovw textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sfN8oeLovw input:-moz-placeholder,
.cid-sfN8oeLovw textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sfN8oeLovw .jq-selectbox li,
.cid-sfN8oeLovw .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sfN8oeLovw .jq-selectbox li:hover,
.cid-sfN8oeLovw .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sfN8oeLovw .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sfN8oeLovw .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sfN8oeLovw .mbr-form {
  max-width: 550px;
}
.cid-sfN8oeLovw .mbr-form .content-title {
  color: #0239b6;
  margin-bottom: 20px;
}
.cid-sfN8oeLovw .mbr-form .content-subtitle {
  color: #0355ff;
}
.cid-sfN8oeLovw .mbr-form textarea {
  min-height: 100px;
  height: 194px;
}
.cid-sfN8oeLovw .mbr-form .btn {
  justify-content: space-between;
  border-radius: 30px;
  border-color: #0239b6;
  color: #0239b6;
  padding: 18px 42px;
  margin: 0 !important;
  margin-top: 7px !important;
}
.cid-sfN8oeLovw .mbr-form .btn-success:hover {
  background-color: #279e64 !important;
  border-color: #279e64 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .cid-sfN8oeLovw .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-sfN8oeLovw .mbr-section-title,
  .cid-sfN8oeLovw .content-title,
  .cid-sfN8oeLovw .mbr-section-btn {
    text-align: left;
  }
}
#custom-html-7v {
  /* Type valid CSS here */
}
#custom-html-7v div {
  padding: 0 0;
  color: #777;
  text-align: center;
}
#custom-html-7v p {
  font-size: 60px;
  color: #777;
}
.cid-sfN8ofmIL5 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sfN8ofmIL5 .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sfN8ofmIL5 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sfN8ofmIL5 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sfN8ofmIL5 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sfN8ofmIL5 .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-sfN8ofmIL5 .text2 {
  color: #000000;
  text-align: left;
}
.cid-sfN8ofmIL5 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sfN8ofmIL5 .logo-title {
  text-align: center;
}
.cid-sfN8ofmIL5 .logo-sub-title {
  text-align: center;
}
.cid-sfN8ofmIL5 .links {
  text-align: center;
  color: #656565;
}
.cid-sfN8ofmIL5 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sfN8ofmIL5 .links,
.cid-sfN8ofmIL5 .social-list {
  color: #0a1126;
}
.cid-sguQOmJJGi .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sguQOmJJGi .navbar-fixed-top {
  padding-top: 0;
}
.cid-sguQOmJJGi .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sguQOmJJGi .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sguQOmJJGi .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sguQOmJJGi .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sguQOmJJGi .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sguQOmJJGi .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sguQOmJJGi .dropdown-item,
.cid-sguQOmJJGi .nav-link,
.cid-sguQOmJJGi .brand-name {
  font-style: normal;
}
.cid-sguQOmJJGi .dropdown-item:hover,
.cid-sguQOmJJGi .nav-link:hover,
.cid-sguQOmJJGi .brand-name:hover {
  color: #ff7c00 !important;
}
.cid-sguQOmJJGi .dropdown-menu {
  background-color: #ffffff;
}
.cid-sguQOmJJGi .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sguQOmJJGi .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-sguQOmJJGi .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sguQOmJJGi .nav-item {
  position: relative;
}
.cid-sguQOmJJGi .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sguQOmJJGi .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sguQOmJJGi .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sguQOmJJGi .nav-link {
    line-height: 6.13;
  }
  .cid-sguQOmJJGi .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sguQOmJJGi .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-sguQOmJJGi .dropdown-item {
    color: #0355ff !important;
    border-bottom: 0px solid #4f5b77;
  }
}
.cid-sguQOmJJGi .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sguQOmJJGi .content-text {
  margin-bottom: 0;
}
.cid-sguQOmJJGi .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sguQOmJJGi .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0239b6;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sguQOmJJGi .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sguQOmJJGi .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sguQOmJJGi .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sguQOmJJGi .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sguQOmJJGi .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sguQOmJJGi .content-right-side {
  text-align: center;
}
.cid-sguQOmJJGi .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sguQOmJJGi .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sguQOmJJGi .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sguQOmJJGi .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sguQOmJJGi .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sguQOmJJGi .info-widget:first-child {
  margin-left: 0;
}
.cid-sguQOmJJGi .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sguQOmJJGi .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sguQOmJJGi .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sguQOmJJGi .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #e1e3e6;
}
@media (min-width: 992px) {
  .cid-sguQOmJJGi .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sguQOmJJGi .navbar {
    display: block;
    padding: 0;
  }
  .cid-sguQOmJJGi .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sguQOmJJGi .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sguQOmJJGi .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sguQOmJJGi .navbar-toggler {
    display: none;
  }
  .cid-sguQOmJJGi .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-sguQOmJJGi .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sguQOmJJGi .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sguQOmJJGi .btn-sm {
  padding: 13px 29px;
}
.cid-sguQOmJJGi .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sguQOmJJGi .btn::after {
  background-color: #0355ff;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sguQOmJJGi .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sguQOmJJGi .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sguQOmJJGi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sguQOmJJGi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sguQOmJJGi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sguQOmJJGi .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sguQOmJJGi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sguQOmJJGi .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sguQOmJJGi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sguQOmJJGi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sguQOmJJGi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sguQOmJJGi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sguQOmJJGi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sguQOmJJGi button.navbar-toggler:focus {
  outline: none;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1b1a1a;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sguQOmJJGi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sguQOmJJGi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sguQOmJJGi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sguQOmJJGi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sguQOmJJGi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sguQOmJJGi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sguQOmJJGi .collapsed .btn {
  display: flex;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sguQOmJJGi .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sguQOmJJGi .collapsed button.navbar-toggler {
  display: block;
}
.cid-sguQOmJJGi .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sguQOmJJGi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sguQOmJJGi .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sguQOmJJGi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sguQOmJJGi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sguQOmJJGi .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sguQOmJJGi .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sguQOmJJGi .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sguQOmJJGi .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sguQOmJJGi .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sguQOmJJGi .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sguQOmJJGi .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sguQOmJJGi .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing,
  .cid-sguQOmJJGi .navbar-collapse.show {
    display: block !important;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-nav,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-buttons,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sguQOmJJGi img {
    height: 3.8rem !important;
  }
  .cid-sguQOmJJGi .btn {
    display: flex;
  }
  .cid-sguQOmJJGi button.navbar-toggler {
    display: block;
  }
  .cid-sguQOmJJGi .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sguQOmJJGi .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sguQOmJJGi .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sguQOmJJGi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sguQOmJJGi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sguQOmJJGi .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sguQOmJJGi .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sguQOmJJGi .navbar-toggler {
  position: relative;
}
.cid-sguQOmJJGi .dropdown-item.active,
.cid-sguQOmJJGi .dropdown-item:active {
  color: initial;
}
.cid-sguQOmJJGi .widget-title {
  color: #0355ff;
}
.cid-sguQOmJJGi .widget-text {
  color: #0355ff;
}
.cid-sguQOmJJGi .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sguQOmJJGi .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #0239b6;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sguQOmJJGi .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sguQOmJJGi .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sguQOmJJGi .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sguQOmJJGi .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sguQOmJJGi .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sguQOmJJGi .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sguQOmJJGi .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sguQOmJJGi .menu-content-top,
  .cid-sguQOmJJGi .menu-bottom {
    padding: 0 15px;
  }
  .cid-sguQOmJJGi button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sguQOmJJGi .widget-title,
.cid-sguQOmJJGi .widget-icon {
  color: #0239b6;
}
.cid-sdGHxsMK6r {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/people-2594681.jpg");
}
.cid-sdGHxsMK6r .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sdGHxsMK6r .mbr-section-title {
  color: #ffffff;
}
.cid-sdGHxsMK6r .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-sdGHxsMK6r .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-sdGHxsMK6r .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #0239b6;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sdGHxsMK6r .mbr-section-btn {
  display: flex;
}
.cid-sdGHxsMK6r .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-sdGHxsMK6r .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-sdGHxsMK6r .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-sdGHxsMK6r .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-sdGHxsMK6r .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sdGHxsMK6r .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sdGHxsMK6r .video-wrap .icon-wrap .line-video-1,
.cid-sdGHxsMK6r .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-sdGHxsMK6r .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-sdGHxsMK6r .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-sdGHxsMK6r .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sdGHxsMK6r .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sdGHxsMK6r .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sdGHxsMK6r a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ff7c00;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sdGHxsMK6r a.close:hover {
  color: #ff7c00;
}
@media (max-width: 991px) {
  .cid-sdGHxsMK6r .separator,
  .cid-sdGHxsMK6r .sep-holder,
  .cid-sdGHxsMK6r .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sdGHxsMK6r .buttons-wrap {
    flex-direction: column;
  }
  .cid-sdGHxsMK6r .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-sdGHxsMK6r .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-sdGHxsMK6r .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-sdGHxsMK6r .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-sdGItyL40w {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sdGItyL40w .mbr-section-subtitle {
  color: #279e64;
}
.cid-sdGItyL40w .mbr-section-title {
  color: #0239b6;
  text-align: left;
}
.cid-sdGItyL40w img {
  width: 100%;
}
.cid-sdGItyL40w .mbr-text {
  color: #0a1126;
}
.cid-sdGItyL40w .mbr-section-btn {
  margin-top: 40px;
}
.cid-sdGItyL40w .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-sdGItyL40w * {
    text-align: left;
  }
}
.cid-sdGItyL40w .cards-wrap {
  flex-direction: column;
}
.cid-sdGItyL40w .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-sdGItyL40w .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #279e64;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-sdGItyL40w .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-sdGItyL40w .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-sdGItyL40w .wrapper .content .mbr-card-title {
  color: #0239b6;
  margin-bottom: 10px;
}
.cid-sdGItyL40w .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #0355ff;
}
.cid-sdGItyL40w .widget-container {
  margin: 0 0 30px;
}
.cid-sdGItyL40w .widget-container .project-info {
  padding: 15px 30px 13px;
  background-color: #eeeff2;
  border-radius: 3px;
}
.cid-sdGItyL40w .widget-container .project-info .info-item {
  display: flex;
  flex-wrap: wrap;
  padding: 17px 0;
  border-bottom: 1px solid #dcdfe2;
}
.cid-sdGItyL40w .widget-container .project-info .info-item .label {
  font-weight: 500;
  margin-right: 10px;
  flex: none;
  margin-bottom: 0;
}
.cid-sdGItyL40w .widget-container .project-info .info-item .info-text {
  margin-bottom: 0;
}
.cid-sdGItyL40w .widget-container .project-info .info-item:last-child {
  border-bottom: none;
}
.cid-sdGItyL40w .newsletter {
  padding: 35px 30px 40px;
  border-radius: 3px;
  display: block;
}
.cid-sdGItyL40w .newsletter .mbr-section-subtitle {
  position: relative;
  margin-bottom: 25px;
  color: #0239b6;
}
.cid-sdGItyL40w .newsletter .form-group,
.cid-sdGItyL40w .newsletter .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sdGItyL40w .newsletter textarea {
  height: 110px !important;
}
.cid-sdGItyL40w .newsletter .form-control {
  font-size: 14px;
  background: #ffffff;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-sdGItyL40w .newsletter .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sdGItyL40w .newsletter .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sdGItyL40w .newsletter .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sdGItyL40w .newsletter .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sdGItyL40w .newsletter .form-group {
  margin-bottom: 8.6px;
}
.cid-sdGItyL40w .newsletter .dragArea {
  flex-direction: column;
}
.cid-sdGItyL40w .newsletter .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
  overflow: hidden;
}
.cid-sdGItyL40w .newsletter .dragArea .mbr-section-btn .btn.btn-success:hover {
  background-color: #279e64 !important;
  border-color: #279e64 !important;
  color: #ffffff !important;
}
.cid-sdGItyL40w .newsletter .dragArea .mbr-section-btn .btn::after {
  background-color: #0355ff;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sdGItyL40w .newsletter .dragArea .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sdGItyL40w .cards-wrap2 {
  flex-direction: column;
}
.cid-sdGItyL40w .cards-wrap2 .wrapper2 {
  border-radius: 0.25rem;
  margin-bottom: 26px;
}
.cid-sdGItyL40w .cards-wrap2 .wrapper2 .img {
  margin-bottom: 20px;
}
.cid-sdGItyL40w .cards-wrap2 .wrapper2 .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #279e64;
  border-radius: 50%;
}
.cid-sdGItyL40w .cards-wrap2 .wrapper2 .mbr-card-title {
  color: #0239b6;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-sdGItyL40w .cards-wrap2 .wrapper2 .mbr-text {
  margin-bottom: 19px;
  color: #0355ff;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sdGItyL40w .cards-wrap .wrapper .content .mbr-text,
.cid-sdGItyL40w .img {
  color: #0a1126;
}
.cid-sdGItyL40w .bottomPart .wrapper2 .mbr-text,
.cid-sdGItyL40w .img {
  color: #0a1126;
}
.cid-sdGItyL40w .cards-wrap .wrapper .content .mbr-card-title,
.cid-sdGItyL40w .img {
  color: #ff7c00;
}
.cid-sdGHxx2upq {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #0239b6;
  background: linear-gradient(to bottom, #0239b6, #00da70);
}
.cid-sdGHxx2upq .content-inner .left-content {
  display: block;
}
.cid-sdGHxx2upq .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sdGHxx2upq .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sdGHxx2upq .content-inner .right-content {
  display: block;
}
.cid-sdGHxx2upq .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sdGHxx2upq .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sdGHxx2upq .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sdGHxx2upq .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ff7c00 !important;
  border-color: #ff7c00 !important;
}
@media (max-width: 991px) {
  .cid-sdGHxx2upq .content-inner {
    justify-content: center !important;
  }
  .cid-sdGHxx2upq * {
    text-align: center;
  }
}
#custom-html-8x {
  /* Type valid CSS here */
}
#custom-html-8x div {
  padding: 0 0;
  color: #777;
  text-align: center;
}
#custom-html-8x p {
  font-size: 60px;
  color: #777;
}
.cid-sfM01zLV5E {
  padding-top: 90px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 70px;
}
.cid-sfM01zLV5E .content {
  padding-left: 30px;
}
.cid-sfM01zLV5E .mbr-section-subtitle {
  color: #279e64;
}
.cid-sfM01zLV5E .mbr-section-title {
  color: #0239b6;
}
.cid-sfM01zLV5E .mbr-text {
  color: #0355ff;
}
.cid-sfM01zLV5E .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #13287d;
}
.cid-sfM01zLV5E .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-sfM01zLV5E .p-4 {
  padding: 1rem 0 !important;
}
.cid-sfM01zLV5E .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-sfM01zLV5E .mbri-arrow-down:before {
  content: "\e960";
}
.cid-sfM01zLV5E .mbri-arrow-up:before {
  content: "\e960";
}
.cid-sfM01zLV5E .card {
  border-radius: 0px;
  border-bottom: 2px solid #efefef !important;
}
.cid-sfM01zLV5E .card:last-child {
  border-bottom: none !important;
}
.cid-sfM01zLV5E .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-sfM01zLV5E .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-sfM01zLV5E .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.cid-sfM01zLV5E .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sfM01zLV5E .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
  color: #0239b6;
  padding-right: 50px;
}
.cid-sfM01zLV5E .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sfM01zLV5E .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 17px;
  transform: translate(-50%, 0) !important;
  display: inline-block;
  margin-left: 0;
  width: 46px;
  height: 46px;
  background-color: #279e64;
  transition: all .3s ease 0s;
  box-shadow: 0 14px 40px 0 #279e64;
}
.cid-sfM01zLV5E .card .card-header a.panel-title .toggle-icon:before,
.cid-sfM01zLV5E .card .card-header a.panel-title .toggle-icon:after {
  background: #ffffff;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-sfM01zLV5E .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: #ffffff;
  border: 0;
  transform: none;
}
.cid-sfM01zLV5E .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-sfM01zLV5E .card .panel-body {
  padding: 14px 20px;
}
.cid-sfM01zLV5E .card .panel-body p {
  color: #0355ff;
}
.cid-sfM01zLV5E .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-sfM01zLV5E .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-sfM01zLV5E .collapsed .toggle-icon {
  background-color: transparent !important;
  transform: translate(0, 0);
  right: 7px !important;
  box-shadow: none !important;
}
.cid-sfM01zLV5E .collapsed .toggle-icon:before,
.cid-sfM01zLV5E .collapsed .toggle-icon:after {
  background: #13287d !important;
}
.cid-sfM01zLV5E .collapsed .toggle-icon:before {
  background-color: #13287d !important;
}
.cid-sfM01zLV5E .img-wrap img {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sfM01zLV5E * {
    text-align: left;
  }
}
.cid-sfM01zLV5E .content .mbr-section-title {
  color: #0355ff;
}
.cid-sdGHxDejs8 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #eff2f7;
}
.cid-sdGHxDejs8 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sdGHxDejs8 .text-content .mbr-subtitle {
  color: #279e64;
}
.cid-sdGHxDejs8 .text-content .mbr-section-title {
  color: #0239b6;
}
.cid-sdGHxDejs8 .text-content .mbr-text {
  color: #0355ff;
}
.cid-sdGHxDejs8 .text-content .list-block {
  margin-top: 16px;
  padding-bottom: 16px;
}
.cid-sdGHxDejs8 .text-content .list-block .card-img {
  width: auto;
}
.cid-sdGHxDejs8 .text-content .list-block .card-img span {
  color: #279e64;
  font-size: 1.5rem;
}
.cid-sdGHxDejs8 .text-content .list-block .list-item-title {
  color: #0239b6;
  transition: all .3s linear 0s;
}
.cid-sdGHxDejs8 .text-content .list-block .list-item-title:hover {
  color: #279e64;
}
.cid-sdGHxDejs8 .text-content .list-block .list-item-text {
  padding-top: 10px;
  color: #0355ff;
  margin-bottom: 0;
}
.cid-sdGHxDejs8 .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-sdGHxDejs8 .text-content .social {
  font-size: 1.2rem;
}
.cid-sdGHxDejs8 .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  transition: 0.3s all;
  color: #13287d;
}
.cid-sdGHxDejs8 .text-content .social span:hover {
  color: #279e64;
  transition: 0.3s all;
}
.cid-sdGHxDejs8 .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.cid-sdGHxDejs8 .list-block {
  position: relative;
}
.cid-sdGHxDejs8 .list-block h4,
.cid-sdGHxDejs8 .list-block p {
  padding-left: 2.625rem;
}
.cid-sdGHxDejs8 .card-img {
  display: block;
}
.cid-sdGHxDejs8 input,
.cid-sdGHxDejs8 textarea {
  border-radius: 3px;
  min-height: 3rem;
  padding: 13px 20px !important;
  font-size: 13px;
  color: #ff7c00;
  height: 60px;
}
.cid-sdGHxDejs8 .form-control,
.cid-sdGHxDejs8 .field-input {
  padding: 13px 20px !important;
  background-color: #ffffff;
  border-color: #dcdfe2;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sdGHxDejs8 .form-control:hover,
.cid-sdGHxDejs8 .field-input:hover,
.cid-sdGHxDejs8 .form-control:focus,
.cid-sdGHxDejs8 .field-input:focus {
  background-color: #ffffff;
  border-color: #279e64;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sdGHxDejs8 .form-control:focus,
.cid-sdGHxDejs8 .field-input:focus {
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
}
.cid-sdGHxDejs8 input::-webkit-input-placeholder,
.cid-sdGHxDejs8 textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sdGHxDejs8 input:-moz-placeholder,
.cid-sdGHxDejs8 textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sdGHxDejs8 .jq-selectbox li,
.cid-sdGHxDejs8 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sdGHxDejs8 .jq-selectbox li:hover,
.cid-sdGHxDejs8 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sdGHxDejs8 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sdGHxDejs8 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sdGHxDejs8 .mbr-form {
  max-width: 550px;
}
.cid-sdGHxDejs8 .mbr-form .content-title {
  color: #0239b6;
  margin-bottom: 20px;
}
.cid-sdGHxDejs8 .mbr-form .content-subtitle {
  color: #0355ff;
}
.cid-sdGHxDejs8 .mbr-form textarea {
  min-height: 100px;
  height: 194px;
}
.cid-sdGHxDejs8 .mbr-form .btn {
  justify-content: space-between;
  border-radius: 30px;
  border-color: #0239b6;
  color: #0239b6;
  padding: 18px 42px;
  margin: 0 !important;
  margin-top: 7px !important;
}
.cid-sdGHxDejs8 .mbr-form .btn-success:hover {
  background-color: #279e64 !important;
  border-color: #279e64 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .cid-sdGHxDejs8 .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-sdGHxDejs8 .mbr-section-title,
  .cid-sdGHxDejs8 .content-title,
  .cid-sdGHxDejs8 .mbr-section-btn {
    text-align: left;
  }
}
#custom-html-4k {
  /* Type valid CSS here */
}
#custom-html-4k div {
  padding: 0 0;
  color: #777;
  text-align: center;
}
#custom-html-4k p {
  font-size: 60px;
  color: #777;
}
.cid-sdGHxEbY1e {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sdGHxEbY1e .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sdGHxEbY1e .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sdGHxEbY1e .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdGHxEbY1e .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sdGHxEbY1e .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-sdGHxEbY1e .text2 {
  color: #000000;
  text-align: left;
}
.cid-sdGHxEbY1e .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sdGHxEbY1e .logo-title {
  text-align: center;
}
.cid-sdGHxEbY1e .logo-sub-title {
  text-align: center;
}
.cid-sdGHxEbY1e .links {
  text-align: center;
  color: #656565;
}
.cid-sdGHxEbY1e .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sdGHxEbY1e .links,
.cid-sdGHxEbY1e .social-list {
  color: #0a1126;
}
.cid-sguQOmJJGi .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sguQOmJJGi .navbar-fixed-top {
  padding-top: 0;
}
.cid-sguQOmJJGi .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sguQOmJJGi .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sguQOmJJGi .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sguQOmJJGi .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sguQOmJJGi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sguQOmJJGi .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sguQOmJJGi .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sguQOmJJGi .dropdown-item,
.cid-sguQOmJJGi .nav-link,
.cid-sguQOmJJGi .brand-name {
  font-style: normal;
}
.cid-sguQOmJJGi .dropdown-item:hover,
.cid-sguQOmJJGi .nav-link:hover,
.cid-sguQOmJJGi .brand-name:hover {
  color: #ff7c00 !important;
}
.cid-sguQOmJJGi .dropdown-menu {
  background-color: #ffffff;
}
.cid-sguQOmJJGi .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sguQOmJJGi .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-sguQOmJJGi .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sguQOmJJGi .nav-item {
  position: relative;
}
.cid-sguQOmJJGi .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sguQOmJJGi .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sguQOmJJGi .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sguQOmJJGi .nav-link {
    line-height: 6.13;
  }
  .cid-sguQOmJJGi .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sguQOmJJGi .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-sguQOmJJGi .dropdown-item {
    color: #0355ff !important;
    border-bottom: 0px solid #4f5b77;
  }
}
.cid-sguQOmJJGi .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sguQOmJJGi .content-text {
  margin-bottom: 0;
}
.cid-sguQOmJJGi .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sguQOmJJGi .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0239b6;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sguQOmJJGi .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sguQOmJJGi .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sguQOmJJGi .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sguQOmJJGi .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sguQOmJJGi .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sguQOmJJGi .content-right-side {
  text-align: center;
}
.cid-sguQOmJJGi .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sguQOmJJGi .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sguQOmJJGi .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sguQOmJJGi .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sguQOmJJGi .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sguQOmJJGi .info-widget:first-child {
  margin-left: 0;
}
.cid-sguQOmJJGi .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sguQOmJJGi .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sguQOmJJGi .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sguQOmJJGi .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #e1e3e6;
}
@media (min-width: 992px) {
  .cid-sguQOmJJGi .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sguQOmJJGi .navbar {
    display: block;
    padding: 0;
  }
  .cid-sguQOmJJGi .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sguQOmJJGi .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sguQOmJJGi .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sguQOmJJGi .navbar-toggler {
    display: none;
  }
  .cid-sguQOmJJGi .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-sguQOmJJGi .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sguQOmJJGi .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sguQOmJJGi .btn-sm {
  padding: 13px 29px;
}
.cid-sguQOmJJGi .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sguQOmJJGi .btn::after {
  background-color: #0355ff;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sguQOmJJGi .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sguQOmJJGi .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sguQOmJJGi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sguQOmJJGi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sguQOmJJGi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sguQOmJJGi .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sguQOmJJGi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sguQOmJJGi .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sguQOmJJGi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sguQOmJJGi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sguQOmJJGi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sguQOmJJGi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sguQOmJJGi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sguQOmJJGi button.navbar-toggler:focus {
  outline: none;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1b1a1a;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sguQOmJJGi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sguQOmJJGi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sguQOmJJGi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sguQOmJJGi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sguQOmJJGi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sguQOmJJGi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sguQOmJJGi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sguQOmJJGi .collapsed .btn {
  display: flex;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sguQOmJJGi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sguQOmJJGi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sguQOmJJGi .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sguQOmJJGi .collapsed button.navbar-toggler {
  display: block;
}
.cid-sguQOmJJGi .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sguQOmJJGi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sguQOmJJGi .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sguQOmJJGi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sguQOmJJGi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sguQOmJJGi .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sguQOmJJGi .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sguQOmJJGi .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sguQOmJJGi .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sguQOmJJGi .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sguQOmJJGi .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sguQOmJJGi .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sguQOmJJGi .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing,
  .cid-sguQOmJJGi .navbar-collapse.show {
    display: block !important;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-nav,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-buttons,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sguQOmJJGi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sguQOmJJGi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sguQOmJJGi img {
    height: 3.8rem !important;
  }
  .cid-sguQOmJJGi .btn {
    display: flex;
  }
  .cid-sguQOmJJGi button.navbar-toggler {
    display: block;
  }
  .cid-sguQOmJJGi .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sguQOmJJGi .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sguQOmJJGi .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sguQOmJJGi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sguQOmJJGi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sguQOmJJGi .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sguQOmJJGi .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sguQOmJJGi .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sguQOmJJGi .navbar-toggler {
  position: relative;
}
.cid-sguQOmJJGi .dropdown-item.active,
.cid-sguQOmJJGi .dropdown-item:active {
  color: initial;
}
.cid-sguQOmJJGi .widget-title {
  color: #0355ff;
}
.cid-sguQOmJJGi .widget-text {
  color: #0355ff;
}
.cid-sguQOmJJGi .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sguQOmJJGi .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #0239b6;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sguQOmJJGi .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sguQOmJJGi .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sguQOmJJGi .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sguQOmJJGi .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sguQOmJJGi .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sguQOmJJGi .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sguQOmJJGi .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sguQOmJJGi .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sguQOmJJGi .menu-content-top,
  .cid-sguQOmJJGi .menu-bottom {
    padding: 0 15px;
  }
  .cid-sguQOmJJGi button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sguQOmJJGi .widget-title,
.cid-sguQOmJJGi .widget-icon {
  color: #0239b6;
}
.cid-shhKz4MJWb {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/carolyn-christine-d7bmnvgja2q-unsplash.jpg");
}
.cid-shhKz4MJWb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-shhKz4MJWb .mbr-section-title {
  color: #ffffff;
}
.cid-shhKz4MJWb .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-shhKz4MJWb .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-shhKz4MJWb .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #0239b6;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-shhKz4MJWb .mbr-section-btn {
  display: flex;
}
.cid-shhKz4MJWb .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-shhKz4MJWb .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-shhKz4MJWb .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-shhKz4MJWb .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-shhKz4MJWb .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-shhKz4MJWb .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-shhKz4MJWb .video-wrap .icon-wrap .line-video-1,
.cid-shhKz4MJWb .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-shhKz4MJWb .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-shhKz4MJWb .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-shhKz4MJWb .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-shhKz4MJWb .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-shhKz4MJWb .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-shhKz4MJWb a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ff7c00;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-shhKz4MJWb a.close:hover {
  color: #ff7c00;
}
@media (max-width: 991px) {
  .cid-shhKz4MJWb .separator,
  .cid-shhKz4MJWb .sep-holder,
  .cid-shhKz4MJWb .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-shhKz4MJWb .buttons-wrap {
    flex-direction: column;
  }
  .cid-shhKz4MJWb .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-shhKz4MJWb .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-shhKz4MJWb .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-shhKz4MJWb .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-shDt2wZMkh {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shDt2wZMkh .content {
  padding-left: 30px;
}
.cid-shDt2wZMkh img {
  width: 100%;
}
.cid-shDt2wZMkh .mbr-section-subtitle {
  color: #279e64;
}
.cid-shDt2wZMkh .mbr-section-title {
  text-align: left;
  color: #0239b6;
}
.cid-shDt2wZMkh .mbr-text {
  color: #0a1126;
}
.cid-shDt2wZMkh .left-part {
  color: #279e64;
}
.cid-shDt2wZMkh .left-part .number {
  color: #279e64;
  display: inline;
}
.cid-shDt2wZMkh .left-part .mbr-text {
  color: #0239b6;
  display: inline;
}
.cid-shDt2wZMkh .mbr-section-btn {
  margin-top: 40px;
}
.cid-shDt2wZMkh .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-shDt2wZMkh * {
    text-align: left;
  }
}
.cid-shDt2wZMkh .left-part .mbr-text,
.cid-shDt2wZMkh .left-part {
  color: #0239b6;
}
.cid-shhRbJg4Pq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/clark-tibbs-oqstl2l5oxi-unsplash.jpg");
}
.cid-shhRbJg4Pq .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-shhRbJg4Pq .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-shhRbJg4Pq .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-shhRbJg4Pq .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-shhRbJg4Pq .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-shhRbJg4Pq .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-shhRbJg4Pq .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-shhRbJg4Pq .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-shhRbJg4Pq .separator,
  .cid-shhRbJg4Pq .sep-holder,
  .cid-shhRbJg4Pq .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-shhRbJg4Pq .buttons-wrap {
    flex-direction: column;
  }
}
.cid-shhRbJg4Pq .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-shhRbJg4Pq .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-shhRbJg4Pq .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-shhRbJg4Pq .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-shhRbJg4Pq .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-shhRbJg4Pq .items .list-item:last-child .listico {
  display: none;
}
.cid-shhR7LX7JG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-shhR7LX7JG .counter-container {
  color: #464646;
}
.cid-shhR7LX7JG .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-shhR7LX7JG .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-shhR7LX7JG .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-shhR7LX7JG P {
  text-align: left;
  color: #000000;
}
.cid-shhVvjTu9W {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/hello-i-m-nik-magpyhro0aa-unsplash.jpg");
}
.cid-shhVvjTu9W .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-shhVvjTu9W .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-shhVvjTu9W .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-shhVvjTu9W .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-shhVvjTu9W .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-shhVvjTu9W .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-shhVvjTu9W .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-shhVvjTu9W .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-shhVvjTu9W .separator,
  .cid-shhVvjTu9W .sep-holder,
  .cid-shhVvjTu9W .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-shhVvjTu9W .buttons-wrap {
    flex-direction: column;
  }
}
.cid-shhVvjTu9W .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-shhVvjTu9W .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-shhVvjTu9W .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-shhVvjTu9W .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-shhVvjTu9W .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-shhVvjTu9W .items .list-item:last-child .listico {
  display: none;
}
.cid-shhVrDZBMi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-shhVrDZBMi .mbr-text {
  color: #000000;
}
.cid-shhVrDZBMi .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-shhVrDZBMi .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-shhWyT2WI6 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #c5e9d8;
}
.cid-shhWyT2WI6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-shhWyT2WI6 .text-content .mbr-subtitle {
  color: #279e64;
}
.cid-shhWyT2WI6 .text-content .mbr-section-title {
  color: #0239b6;
}
.cid-shhWyT2WI6 .text-content .mbr-text {
  color: #0355ff;
}
.cid-shhWyT2WI6 .text-content .list-block {
  margin-top: 16px;
  padding-bottom: 16px;
}
.cid-shhWyT2WI6 .text-content .list-block .card-img {
  width: auto;
}
.cid-shhWyT2WI6 .text-content .list-block .card-img span {
  color: #279e64;
  font-size: 1.5rem;
}
.cid-shhWyT2WI6 .text-content .list-block .list-item-title {
  color: #0239b6;
  transition: all .3s linear 0s;
}
.cid-shhWyT2WI6 .text-content .list-block .list-item-title:hover {
  color: #279e64;
}
.cid-shhWyT2WI6 .text-content .list-block .list-item-text {
  padding-top: 10px;
  color: #0355ff;
  margin-bottom: 0;
}
.cid-shhWyT2WI6 .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-shhWyT2WI6 .text-content .social {
  font-size: 1.2rem;
}
.cid-shhWyT2WI6 .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  transition: 0.3s all;
  color: #13287d;
}
.cid-shhWyT2WI6 .text-content .social span:hover {
  color: #279e64;
  transition: 0.3s all;
}
.cid-shhWyT2WI6 .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.cid-shhWyT2WI6 input,
.cid-shhWyT2WI6 textarea {
  border-radius: 3px;
  min-height: 3rem;
  padding: 13px 20px !important;
  font-size: 13px;
  color: #ff7c00;
  height: 60px;
}
.cid-shhWyT2WI6 .form-control,
.cid-shhWyT2WI6 .field-input {
  padding: 13px 20px !important;
  background-color: #ffffff;
  border-color: #dcdfe2;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-shhWyT2WI6 .form-control:hover,
.cid-shhWyT2WI6 .field-input:hover,
.cid-shhWyT2WI6 .form-control:focus,
.cid-shhWyT2WI6 .field-input:focus {
  background-color: #ffffff;
  border-color: #279e64;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-shhWyT2WI6 .form-control:focus,
.cid-shhWyT2WI6 .field-input:focus {
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
}
.cid-shhWyT2WI6 input::-webkit-input-placeholder,
.cid-shhWyT2WI6 textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-shhWyT2WI6 input:-moz-placeholder,
.cid-shhWyT2WI6 textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-shhWyT2WI6 .jq-selectbox li,
.cid-shhWyT2WI6 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-shhWyT2WI6 .jq-selectbox li:hover,
.cid-shhWyT2WI6 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-shhWyT2WI6 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-shhWyT2WI6 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-shhWyT2WI6 .mbr-form {
  max-width: 550px;
}
.cid-shhWyT2WI6 .mbr-form .content-title {
  color: #0239b6;
  margin-bottom: 20px;
}
.cid-shhWyT2WI6 .mbr-form .content-subtitle {
  color: #0355ff;
}
.cid-shhWyT2WI6 .mbr-form textarea {
  min-height: 100px;
  height: 194px;
}
.cid-shhWyT2WI6 .mbr-form .btn {
  justify-content: space-between;
  border-radius: 30px;
  border-color: #0239b6;
  color: #0239b6;
  padding: 18px 42px;
  margin: 0 !important;
  margin-top: 7px !important;
}
.cid-shhWyT2WI6 .mbr-form .btn-success:hover {
  background-color: #279e64 !important;
  border-color: #279e64 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .cid-shhWyT2WI6 .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-shhWyT2WI6 .mbr-section-title,
  .cid-shhWyT2WI6 .content-title,
  .cid-shhWyT2WI6 .mbr-section-btn {
    text-align: left;
  }
}
.cid-shhKz5Ub3B {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-shhKz5Ub3B .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 3rem;
}
.cid-shhKz5Ub3B .carousel-item > div {
  width: 100%;
}
.cid-shhKz5Ub3B .carousel-item.active,
.cid-shhKz5Ub3B .carousel-item-next,
.cid-shhKz5Ub3B .carousel-item-prev {
  display: flex;
}
.cid-shhKz5Ub3B .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-shhKz5Ub3B .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  color: #000000;
  background: #ffffff;
  opacity: .9;
}
.cid-shhKz5Ub3B .carousel-controls a:hover span {
  opacity: 1;
}
.cid-shhKz5Ub3B .signature,
.cid-shhKz5Ub3B .desk {
  margin: 0;
}
.cid-shhKz5Ub3B .mbr-text,
.cid-shhKz5Ub3B .mbr-section-subtitle {
  color: #efefef;
}
.cid-shhKz5Ub3B .signature,
.cid-shhKz5Ub3B .desk {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-shhKz5Ub3B .carousel-item {
    padding: 0 5rem;
  }
}
@media (min-width: 768px) {
  .cid-shhKz5Ub3B .carousel-controls a {
    width: 5%;
  }
}
.cid-shhKz5Ub3B .signature {
  color: #ffc600;
}
#custom-html-9l {
  /* Type valid CSS here */
}
#custom-html-9l div {
  padding: 0 0;
  color: #777;
  text-align: center;
}
#custom-html-9l p {
  font-size: 60px;
  color: #777;
}
.cid-shhKz7czrJ {
  padding-top: 90px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 70px;
}
.cid-shhKz7czrJ .content {
  padding-left: 30px;
}
.cid-shhKz7czrJ .mbr-section-subtitle {
  color: #279e64;
}
.cid-shhKz7czrJ .mbr-section-title {
  color: #0239b6;
}
.cid-shhKz7czrJ .mbr-text {
  color: #0355ff;
}
.cid-shhKz7czrJ .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #13287d;
}
.cid-shhKz7czrJ .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-shhKz7czrJ .p-4 {
  padding: 1rem 0 !important;
}
.cid-shhKz7czrJ .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-shhKz7czrJ .mbri-arrow-down:before {
  content: "\e960";
}
.cid-shhKz7czrJ .mbri-arrow-up:before {
  content: "\e960";
}
.cid-shhKz7czrJ .card {
  border-radius: 0px;
  border-bottom: 2px solid #efefef !important;
}
.cid-shhKz7czrJ .card:last-child {
  border-bottom: none !important;
}
.cid-shhKz7czrJ .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-shhKz7czrJ .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-shhKz7czrJ .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.cid-shhKz7czrJ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-shhKz7czrJ .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
  color: #0239b6;
  padding-right: 50px;
}
.cid-shhKz7czrJ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-shhKz7czrJ .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 17px;
  transform: translate(-50%, 0) !important;
  display: inline-block;
  margin-left: 0;
  width: 46px;
  height: 46px;
  background-color: #279e64;
  transition: all .3s ease 0s;
  box-shadow: 0 14px 40px 0 #279e64;
}
.cid-shhKz7czrJ .card .card-header a.panel-title .toggle-icon:before,
.cid-shhKz7czrJ .card .card-header a.panel-title .toggle-icon:after {
  background: #ffffff;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-shhKz7czrJ .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: #ffffff;
  border: 0;
  transform: none;
}
.cid-shhKz7czrJ .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-shhKz7czrJ .card .panel-body {
  padding: 14px 20px;
}
.cid-shhKz7czrJ .card .panel-body p {
  color: #0355ff;
}
.cid-shhKz7czrJ .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-shhKz7czrJ .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-shhKz7czrJ .collapsed .toggle-icon {
  background-color: transparent !important;
  transform: translate(0, 0);
  right: 7px !important;
  box-shadow: none !important;
}
.cid-shhKz7czrJ .collapsed .toggle-icon:before,
.cid-shhKz7czrJ .collapsed .toggle-icon:after {
  background: #13287d !important;
}
.cid-shhKz7czrJ .collapsed .toggle-icon:before {
  background-color: #13287d !important;
}
.cid-shhKz7czrJ .img-wrap img {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-shhKz7czrJ * {
    text-align: left;
  }
}
.cid-shhKz7czrJ .content .mbr-section-title {
  color: #0355ff;
}
.cid-shhKz7A6mD {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #eff2f7;
}
.cid-shhKz7A6mD .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-shhKz7A6mD .text-content .mbr-subtitle {
  color: #279e64;
}
.cid-shhKz7A6mD .text-content .mbr-section-title {
  color: #0239b6;
}
.cid-shhKz7A6mD .text-content .mbr-text {
  color: #0355ff;
}
.cid-shhKz7A6mD .text-content .list-block {
  margin-top: 16px;
  padding-bottom: 16px;
}
.cid-shhKz7A6mD .text-content .list-block .card-img {
  width: auto;
}
.cid-shhKz7A6mD .text-content .list-block .card-img span {
  color: #279e64;
  font-size: 1.5rem;
}
.cid-shhKz7A6mD .text-content .list-block .list-item-title {
  color: #0239b6;
  transition: all .3s linear 0s;
}
.cid-shhKz7A6mD .text-content .list-block .list-item-title:hover {
  color: #279e64;
}
.cid-shhKz7A6mD .text-content .list-block .list-item-text {
  padding-top: 10px;
  color: #0355ff;
  margin-bottom: 0;
}
.cid-shhKz7A6mD .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-shhKz7A6mD .text-content .social {
  font-size: 1.2rem;
}
.cid-shhKz7A6mD .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  transition: 0.3s all;
  color: #13287d;
}
.cid-shhKz7A6mD .text-content .social span:hover {
  color: #279e64;
  transition: 0.3s all;
}
.cid-shhKz7A6mD .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.cid-shhKz7A6mD .list-block {
  position: relative;
}
.cid-shhKz7A6mD .list-block h4,
.cid-shhKz7A6mD .list-block p {
  padding-left: 2.625rem;
}
.cid-shhKz7A6mD .card-img {
  display: block;
}
.cid-shhKz7A6mD input,
.cid-shhKz7A6mD textarea {
  border-radius: 3px;
  min-height: 3rem;
  padding: 13px 20px !important;
  font-size: 13px;
  color: #ff7c00;
  height: 60px;
}
.cid-shhKz7A6mD .form-control,
.cid-shhKz7A6mD .field-input {
  padding: 13px 20px !important;
  background-color: #ffffff;
  border-color: #dcdfe2;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-shhKz7A6mD .form-control:hover,
.cid-shhKz7A6mD .field-input:hover,
.cid-shhKz7A6mD .form-control:focus,
.cid-shhKz7A6mD .field-input:focus {
  background-color: #ffffff;
  border-color: #279e64;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-shhKz7A6mD .form-control:focus,
.cid-shhKz7A6mD .field-input:focus {
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
}
.cid-shhKz7A6mD input::-webkit-input-placeholder,
.cid-shhKz7A6mD textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-shhKz7A6mD input:-moz-placeholder,
.cid-shhKz7A6mD textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-shhKz7A6mD .jq-selectbox li,
.cid-shhKz7A6mD .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-shhKz7A6mD .jq-selectbox li:hover,
.cid-shhKz7A6mD .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-shhKz7A6mD .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-shhKz7A6mD .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-shhKz7A6mD .mbr-form {
  max-width: 550px;
}
.cid-shhKz7A6mD .mbr-form .content-title {
  color: #0239b6;
  margin-bottom: 20px;
}
.cid-shhKz7A6mD .mbr-form .content-subtitle {
  color: #0355ff;
}
.cid-shhKz7A6mD .mbr-form textarea {
  min-height: 100px;
  height: 194px;
}
.cid-shhKz7A6mD .mbr-form .btn {
  justify-content: space-between;
  border-radius: 30px;
  border-color: #0239b6;
  color: #0239b6;
  padding: 18px 42px;
  margin: 0 !important;
  margin-top: 7px !important;
}
.cid-shhKz7A6mD .mbr-form .btn-success:hover {
  background-color: #279e64 !important;
  border-color: #279e64 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .cid-shhKz7A6mD .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-shhKz7A6mD .mbr-section-title,
  .cid-shhKz7A6mD .content-title,
  .cid-shhKz7A6mD .mbr-section-btn {
    text-align: left;
  }
}
#custom-html-9p {
  /* Type valid CSS here */
}
#custom-html-9p div {
  padding: 0 0;
  color: #777;
  text-align: center;
}
#custom-html-9p p {
  font-size: 60px;
  color: #777;
}
.cid-shhKz89MRL {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shhKz89MRL .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-shhKz89MRL .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-shhKz89MRL .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shhKz89MRL .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-shhKz89MRL .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-shhKz89MRL .text2 {
  color: #000000;
  text-align: left;
}
.cid-shhKz89MRL .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-shhKz89MRL .logo-title {
  text-align: center;
}
.cid-shhKz89MRL .logo-sub-title {
  text-align: center;
}
.cid-shhKz89MRL .links {
  text-align: center;
  color: #656565;
}
.cid-shhKz89MRL .logo-sub-title i {
  color: #9e9e9e;
}
.cid-shhKz89MRL .links,
.cid-shhKz89MRL .social-list {
  color: #0a1126;
}
.cid-shhKz8stsd .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-shhKz8stsd .navbar-fixed-top {
  padding-top: 0;
}
.cid-shhKz8stsd .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-shhKz8stsd .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-shhKz8stsd .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-shhKz8stsd .navbar-buttons {
  flex-wrap: wrap;
}
.cid-shhKz8stsd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-shhKz8stsd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-shhKz8stsd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-shhKz8stsd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shhKz8stsd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-shhKz8stsd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shhKz8stsd .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-shhKz8stsd .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-shhKz8stsd .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-shhKz8stsd .dropdown-item,
.cid-shhKz8stsd .nav-link,
.cid-shhKz8stsd .brand-name {
  font-style: normal;
}
.cid-shhKz8stsd .dropdown-item:hover,
.cid-shhKz8stsd .nav-link:hover,
.cid-shhKz8stsd .brand-name:hover {
  color: #ff7c00 !important;
}
.cid-shhKz8stsd .dropdown-menu {
  background-color: #ffffff;
}
.cid-shhKz8stsd .dropdown-item:active {
  background-color: #ffffff;
}
.cid-shhKz8stsd .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-shhKz8stsd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-shhKz8stsd .nav-item {
  position: relative;
}
.cid-shhKz8stsd .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-shhKz8stsd .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-shhKz8stsd .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-shhKz8stsd .nav-link {
    line-height: 6.13;
  }
  .cid-shhKz8stsd .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-shhKz8stsd .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-shhKz8stsd .dropdown-item {
    color: #0355ff !important;
    border-bottom: 0px solid #4f5b77;
  }
}
.cid-shhKz8stsd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-shhKz8stsd .content-text {
  margin-bottom: 0;
}
.cid-shhKz8stsd .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-shhKz8stsd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0239b6;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-shhKz8stsd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-shhKz8stsd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-shhKz8stsd .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-shhKz8stsd .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-shhKz8stsd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-shhKz8stsd .content-right-side {
  text-align: center;
}
.cid-shhKz8stsd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-shhKz8stsd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-shhKz8stsd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-shhKz8stsd .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-shhKz8stsd .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-shhKz8stsd .info-widget:first-child {
  margin-left: 0;
}
.cid-shhKz8stsd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-shhKz8stsd .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-shhKz8stsd .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-shhKz8stsd .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #e1e3e6;
}
@media (min-width: 992px) {
  .cid-shhKz8stsd .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-shhKz8stsd .navbar {
    display: block;
    padding: 0;
  }
  .cid-shhKz8stsd .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-shhKz8stsd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-shhKz8stsd .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-shhKz8stsd .navbar-toggler {
    display: none;
  }
  .cid-shhKz8stsd .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-shhKz8stsd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-shhKz8stsd .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-shhKz8stsd .btn-sm {
  padding: 13px 29px;
}
.cid-shhKz8stsd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-shhKz8stsd .btn::after {
  background-color: #0355ff;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-shhKz8stsd .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-shhKz8stsd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-shhKz8stsd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-shhKz8stsd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-shhKz8stsd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shhKz8stsd .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-shhKz8stsd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shhKz8stsd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-shhKz8stsd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shhKz8stsd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-shhKz8stsd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shhKz8stsd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-shhKz8stsd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shhKz8stsd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shhKz8stsd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-shhKz8stsd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-shhKz8stsd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shhKz8stsd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-shhKz8stsd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shhKz8stsd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-shhKz8stsd button.navbar-toggler:focus {
  outline: none;
}
.cid-shhKz8stsd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1b1a1a;
}
.cid-shhKz8stsd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shhKz8stsd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shhKz8stsd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shhKz8stsd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shhKz8stsd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shhKz8stsd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shhKz8stsd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shhKz8stsd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shhKz8stsd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shhKz8stsd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shhKz8stsd .collapsed .btn {
  display: flex;
}
.cid-shhKz8stsd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shhKz8stsd .collapsed .navbar-collapse.collapsing,
.cid-shhKz8stsd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shhKz8stsd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shhKz8stsd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shhKz8stsd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shhKz8stsd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shhKz8stsd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shhKz8stsd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-shhKz8stsd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shhKz8stsd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-shhKz8stsd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shhKz8stsd .collapsed button.navbar-toggler {
  display: block;
}
.cid-shhKz8stsd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-shhKz8stsd .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-shhKz8stsd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-shhKz8stsd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shhKz8stsd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shhKz8stsd .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-shhKz8stsd .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-shhKz8stsd .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-shhKz8stsd .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-shhKz8stsd .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-shhKz8stsd .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-shhKz8stsd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-shhKz8stsd .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-shhKz8stsd .navbar-collapse.collapsing,
  .cid-shhKz8stsd .navbar-collapse.show {
    display: block !important;
  }
  .cid-shhKz8stsd .navbar-collapse.collapsing .navbar-nav,
  .cid-shhKz8stsd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shhKz8stsd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shhKz8stsd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shhKz8stsd .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-shhKz8stsd .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-shhKz8stsd .navbar-collapse.collapsing .navbar-buttons,
  .cid-shhKz8stsd .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-shhKz8stsd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shhKz8stsd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shhKz8stsd img {
    height: 3.8rem !important;
  }
  .cid-shhKz8stsd .btn {
    display: flex;
  }
  .cid-shhKz8stsd button.navbar-toggler {
    display: block;
  }
  .cid-shhKz8stsd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-shhKz8stsd .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-shhKz8stsd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-shhKz8stsd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shhKz8stsd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shhKz8stsd .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-shhKz8stsd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-shhKz8stsd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-shhKz8stsd .navbar-toggler {
  position: relative;
}
.cid-shhKz8stsd .dropdown-item.active,
.cid-shhKz8stsd .dropdown-item:active {
  color: initial;
}
.cid-shhKz8stsd .widget-title {
  color: #0355ff;
}
.cid-shhKz8stsd .widget-text {
  color: #0355ff;
}
.cid-shhKz8stsd .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-shhKz8stsd .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #0239b6;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-shhKz8stsd .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-shhKz8stsd .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-shhKz8stsd .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-shhKz8stsd .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-shhKz8stsd .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-shhKz8stsd .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-shhKz8stsd .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-shhKz8stsd .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-shhKz8stsd .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-shhKz8stsd .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-shhKz8stsd .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-shhKz8stsd .menu-content-top,
  .cid-shhKz8stsd .menu-bottom {
    padding: 0 15px;
  }
  .cid-shhKz8stsd button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-shhKz8stsd .widget-title,
.cid-shhKz8stsd .widget-icon {
  color: #0239b6;
}
.cid-shPeYTFHDx {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/clem-onojeghuo-wmjtxztw4os-unsplash.jpg");
}
.cid-shPeYTFHDx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-shPeYTFHDx .mbr-section-title {
  color: #ffffff;
}
.cid-shPeYTFHDx .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-shPeYTFHDx .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-shPeYTFHDx .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #0239b6;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-shPeYTFHDx .mbr-section-btn {
  display: flex;
}
.cid-shPeYTFHDx .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-shPeYTFHDx .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-shPeYTFHDx .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-shPeYTFHDx .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-shPeYTFHDx .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-shPeYTFHDx .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-shPeYTFHDx .video-wrap .icon-wrap .line-video-1,
.cid-shPeYTFHDx .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-shPeYTFHDx .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-shPeYTFHDx .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-shPeYTFHDx .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-shPeYTFHDx .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-shPeYTFHDx .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-shPeYTFHDx a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ff7c00;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-shPeYTFHDx a.close:hover {
  color: #ff7c00;
}
@media (max-width: 991px) {
  .cid-shPeYTFHDx .separator,
  .cid-shPeYTFHDx .sep-holder,
  .cid-shPeYTFHDx .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-shPeYTFHDx .buttons-wrap {
    flex-direction: column;
  }
  .cid-shPeYTFHDx .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-shPeYTFHDx .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-shPeYTFHDx .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-shPeYTFHDx .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-shPeYUJtal {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shPeYUJtal img {
  max-width: 100%;
  margin-bottom: 30px;
}
.cid-shPeYUJtal .card-wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-shPeYUJtal .card-wrapper .card-box .card-title {
  color: #0239b6;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-shPeYUJtal .card-wrapper .card-box .card-title:hover {
  color: #0239b6;
  transition: 0.3s all;
}
.cid-shPeYUJtal .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-shPeYUJtal .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
  margin-right: 22px;
}
.cid-shPeYUJtal .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-shPeYUJtal .card-wrapper .card-box .meta .item:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-shPeYUJtal .card-wrapper .card-box .meta .mbr-iconfont {
  color: #0355ff;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease-in;
}
.cid-shPeYUJtal .card-wrapper .card-box .meta .item-author:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-shPeYUJtal .card-wrapper .card-box .meta .item-author .author {
  color: #0355ff;
  font-weight: 500;
}
.cid-shPeYUJtal .card-wrapper .card-box .meta .item-date .date {
  color: #0355ff;
  font-weight: 500;
}
.cid-shPeYUJtal .card-wrapper .card-box .meta .item-date:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-shPeYUJtal .card-wrapper .card-box .meta .item-comment .comment {
  color: #0355ff;
  font-weight: 500;
}
.cid-shPeYUJtal .card-wrapper .card-box .meta .item-comment:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-shPeYUJtal .card-wrapper .card-box .meta .item-views:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-shPeYUJtal .card-wrapper .card-box .meta .item-views .views {
  color: #0355ff;
  font-weight: 500;
}
.cid-shPeYUJtal .card-wrapper .card-box .card-subtitle {
  color: #0239b6;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-shPeYUJtal .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #0355ff;
}
.cid-shPeYUJtal .card-wrapper .card-box .mbr-text.accent-text {
  color: #0239b6;
  position: relative;
  padding-left: 62px;
}
.cid-shPeYUJtal .card-wrapper .card-box .mbr-text.accent-text .mbr-iconfont {
  display: block;
  width: 41px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 41px;
  color: #ff7c00;
}
.cid-shPeYUJtal .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-shPeYUJtal .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-shPeYUJtal .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-shPeYUJtal .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-shPeYUJtal .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-shPeYUJtal .card-wrapper .card-box .entry-content-bottom {
  padding-top: 4px;
  padding-bottom: 38px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.cid-shPeYUJtal .card-wrapper .card-box .entry-content-bottom .entry-tags {
  margin: 5px 15px 5px 0;
}
.cid-shPeYUJtal .card-wrapper .card-box .entry-content-bottom .entry-tags .mbr-section-btn a {
  border: 1px solid rgba(3, 85, 255, 0.286);
  display: inline-block;
  font-size: 14px !important;
  padding: 9.5px 31px;
  margin-top: 13px;
  margin-right: 6px;
  transition: all .3s linear 0ms;
}
.cid-shPeYUJtal .card-wrapper .card-box .entry-content-bottom .entry-tags .mbr-section-btn a:hover {
  background-color: #279e64;
  color: #ffffff !important;
}
.cid-shPeYUJtal .card-wrapper .card-box .entry-content-bottom .entry-social-share {
  display: flex;
  align-items: flex-end;
  margin-top: 13px;
}
.cid-shPeYUJtal .card-wrapper .card-box .entry-content-bottom .entry-social-share ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-shPeYUJtal .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li {
  padding: 4px;
  display: flex;
  margin: 0 4px;
  background-color: red;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.cid-shPeYUJtal .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon1 {
  background-color: #3b5998;
}
.cid-shPeYUJtal .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon2 {
  background-color: #00acee;
}
.cid-shPeYUJtal .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon3 {
  background-color: #ca1f27;
}
.cid-shPeYUJtal .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon4 {
  background-color: #dd4b39;
}
.cid-shPeYUJtal .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon5 {
  background-color: #279e64;
}
.cid-shPeYUJtal .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li .icon-transition .mbr-iconfont {
  font-size: 14px;
  color: #ffffff;
}
.cid-shPeYUJtal .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li:first-child {
  margin-left: 0;
}
.cid-shPeYUJtal .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-shPeYUJtal .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-shPeYUJtal * {
    text-align: left;
  }
}
.cid-shPeYUJtal .card-wrapper .card-box .mbr-text,
.cid-shPeYUJtal .mbr-section-btn {
  color: #000000;
}
.cid-shPfYkNIcJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shPfYkNIcJ .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-shPfYkNIcJ .mbr-text {
  line-height: 1.5;
  color: #0239b6;
}
.cid-shPfYkNIcJ .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-shPfYkNIcJ .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-shPfYkNIcJ .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-shPfYkNIcJ .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-shPfYkNIcJ .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-shPfYkNIcJ .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-shPfYkNIcJ .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-shPfYkNIcJ .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-shPfYkNIcJ .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-shPgrbW2b2 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shPgrbW2b2 .mbr-text {
  line-height: 1.5;
  color: #0239b6;
}
.cid-shPgrbW2b2 .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-shPgrbW2b2 .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-shPgrbW2b2 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-shPgrbW2b2 .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-shPgrbW2b2 .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-shPgrbW2b2 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-shPgrbW2b2 .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-shPgrbW2b2 .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-shPgrbW2b2 .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-shPgXWS0ww {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shPgXWS0ww img {
  max-width: 100%;
  margin-bottom: 30px;
}
.cid-shPgXWS0ww .card-wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-shPgXWS0ww .card-wrapper .card-box .card-title {
  color: #0239b6;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-shPgXWS0ww .card-wrapper .card-box .card-title:hover {
  color: #0239b6;
  transition: 0.3s all;
}
.cid-shPgXWS0ww .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-shPgXWS0ww .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
  margin-right: 22px;
}
.cid-shPgXWS0ww .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-shPgXWS0ww .card-wrapper .card-box .meta .item:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-shPgXWS0ww .card-wrapper .card-box .meta .mbr-iconfont {
  color: #0355ff;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease-in;
}
.cid-shPgXWS0ww .card-wrapper .card-box .meta .item-author:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-shPgXWS0ww .card-wrapper .card-box .meta .item-author .author {
  color: #0355ff;
  font-weight: 500;
}
.cid-shPgXWS0ww .card-wrapper .card-box .meta .item-date .date {
  color: #0355ff;
  font-weight: 500;
}
.cid-shPgXWS0ww .card-wrapper .card-box .meta .item-date:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-shPgXWS0ww .card-wrapper .card-box .meta .item-comment .comment {
  color: #0355ff;
  font-weight: 500;
}
.cid-shPgXWS0ww .card-wrapper .card-box .meta .item-comment:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-shPgXWS0ww .card-wrapper .card-box .meta .item-views:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-shPgXWS0ww .card-wrapper .card-box .meta .item-views .views {
  color: #0355ff;
  font-weight: 500;
}
.cid-shPgXWS0ww .card-wrapper .card-box .card-subtitle {
  color: #0239b6;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-shPgXWS0ww .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #0355ff;
}
.cid-shPgXWS0ww .card-wrapper .card-box .mbr-text.accent-text {
  color: #0239b6;
  position: relative;
  padding-left: 62px;
}
.cid-shPgXWS0ww .card-wrapper .card-box .mbr-text.accent-text .mbr-iconfont {
  display: block;
  width: 41px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 41px;
  color: #ff7c00;
}
.cid-shPgXWS0ww .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-shPgXWS0ww .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-shPgXWS0ww .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-shPgXWS0ww .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-shPgXWS0ww .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-shPgXWS0ww .card-wrapper .card-box .entry-content-bottom {
  padding-top: 4px;
  padding-bottom: 38px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.cid-shPgXWS0ww .card-wrapper .card-box .entry-content-bottom .entry-tags {
  margin: 5px 15px 5px 0;
}
.cid-shPgXWS0ww .card-wrapper .card-box .entry-content-bottom .entry-tags .mbr-section-btn a {
  border: 1px solid rgba(3, 85, 255, 0.286);
  display: inline-block;
  font-size: 14px !important;
  padding: 9.5px 31px;
  margin-top: 13px;
  margin-right: 6px;
  transition: all .3s linear 0ms;
}
.cid-shPgXWS0ww .card-wrapper .card-box .entry-content-bottom .entry-tags .mbr-section-btn a:hover {
  background-color: #279e64;
  color: #ffffff !important;
}
.cid-shPgXWS0ww .card-wrapper .card-box .entry-content-bottom .entry-social-share {
  display: flex;
  align-items: flex-end;
  margin-top: 13px;
}
.cid-shPgXWS0ww .card-wrapper .card-box .entry-content-bottom .entry-social-share ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-shPgXWS0ww .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li {
  padding: 4px;
  display: flex;
  margin: 0 4px;
  background-color: red;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.cid-shPgXWS0ww .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon1 {
  background-color: #3b5998;
}
.cid-shPgXWS0ww .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon2 {
  background-color: #00acee;
}
.cid-shPgXWS0ww .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon3 {
  background-color: #ca1f27;
}
.cid-shPgXWS0ww .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon4 {
  background-color: #dd4b39;
}
.cid-shPgXWS0ww .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon5 {
  background-color: #279e64;
}
.cid-shPgXWS0ww .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li .icon-transition .mbr-iconfont {
  font-size: 14px;
  color: #ffffff;
}
.cid-shPgXWS0ww .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li:first-child {
  margin-left: 0;
}
.cid-shPgXWS0ww .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-shPgXWS0ww .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-shPgXWS0ww * {
    text-align: left;
  }
}
.cid-shPgXWS0ww .card-wrapper .card-box .mbr-text,
.cid-shPgXWS0ww .mbr-section-btn {
  color: #232323;
}
.cid-shPhsC8kKn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shPhsC8kKn img {
  max-width: 100%;
  margin-bottom: 30px;
}
.cid-shPhsC8kKn .card-wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-shPhsC8kKn .card-wrapper .card-box .card-title {
  color: #0239b6;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-shPhsC8kKn .card-wrapper .card-box .card-title:hover {
  color: #0239b6;
  transition: 0.3s all;
}
.cid-shPhsC8kKn .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-shPhsC8kKn .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
  margin-right: 22px;
}
.cid-shPhsC8kKn .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-shPhsC8kKn .card-wrapper .card-box .meta .item:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-shPhsC8kKn .card-wrapper .card-box .meta .mbr-iconfont {
  color: #0355ff;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease-in;
}
.cid-shPhsC8kKn .card-wrapper .card-box .meta .item-author:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-shPhsC8kKn .card-wrapper .card-box .meta .item-author .author {
  color: #0355ff;
  font-weight: 500;
}
.cid-shPhsC8kKn .card-wrapper .card-box .meta .item-date .date {
  color: #0355ff;
  font-weight: 500;
}
.cid-shPhsC8kKn .card-wrapper .card-box .meta .item-date:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-shPhsC8kKn .card-wrapper .card-box .meta .item-comment .comment {
  color: #0355ff;
  font-weight: 500;
}
.cid-shPhsC8kKn .card-wrapper .card-box .meta .item-comment:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-shPhsC8kKn .card-wrapper .card-box .meta .item-views:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-shPhsC8kKn .card-wrapper .card-box .meta .item-views .views {
  color: #0355ff;
  font-weight: 500;
}
.cid-shPhsC8kKn .card-wrapper .card-box .card-subtitle {
  color: #0239b6;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-shPhsC8kKn .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #0355ff;
}
.cid-shPhsC8kKn .card-wrapper .card-box .mbr-text.accent-text {
  color: #0239b6;
  position: relative;
  padding-left: 62px;
}
.cid-shPhsC8kKn .card-wrapper .card-box .mbr-text.accent-text .mbr-iconfont {
  display: block;
  width: 41px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 41px;
  color: #ff7c00;
}
.cid-shPhsC8kKn .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-shPhsC8kKn .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-shPhsC8kKn .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-shPhsC8kKn .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-shPhsC8kKn .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-shPhsC8kKn .card-wrapper .card-box .entry-content-bottom {
  padding-top: 4px;
  padding-bottom: 38px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.cid-shPhsC8kKn .card-wrapper .card-box .entry-content-bottom .entry-tags {
  margin: 5px 15px 5px 0;
}
.cid-shPhsC8kKn .card-wrapper .card-box .entry-content-bottom .entry-tags .mbr-section-btn a {
  border: 1px solid rgba(3, 85, 255, 0.286);
  display: inline-block;
  font-size: 14px !important;
  padding: 9.5px 31px;
  margin-top: 13px;
  margin-right: 6px;
  transition: all .3s linear 0ms;
}
.cid-shPhsC8kKn .card-wrapper .card-box .entry-content-bottom .entry-tags .mbr-section-btn a:hover {
  background-color: #279e64;
  color: #ffffff !important;
}
.cid-shPhsC8kKn .card-wrapper .card-box .entry-content-bottom .entry-social-share {
  display: flex;
  align-items: flex-end;
  margin-top: 13px;
}
.cid-shPhsC8kKn .card-wrapper .card-box .entry-content-bottom .entry-social-share ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-shPhsC8kKn .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li {
  padding: 4px;
  display: flex;
  margin: 0 4px;
  background-color: red;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.cid-shPhsC8kKn .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon1 {
  background-color: #3b5998;
}
.cid-shPhsC8kKn .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon2 {
  background-color: #00acee;
}
.cid-shPhsC8kKn .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon3 {
  background-color: #ca1f27;
}
.cid-shPhsC8kKn .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon4 {
  background-color: #dd4b39;
}
.cid-shPhsC8kKn .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon5 {
  background-color: #279e64;
}
.cid-shPhsC8kKn .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li .icon-transition .mbr-iconfont {
  font-size: 14px;
  color: #ffffff;
}
.cid-shPhsC8kKn .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li:first-child {
  margin-left: 0;
}
.cid-shPhsC8kKn .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-shPhsC8kKn .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-shPhsC8kKn * {
    text-align: left;
  }
}
.cid-shPhsC8kKn .card-wrapper .card-box .mbr-text,
.cid-shPhsC8kKn .mbr-section-btn {
  color: #232323;
}
.cid-shPirQPI9p {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-shPirQPI9p .mbr-section-title {
  color: #0239b6;
}
.cid-shPirQPI9p .nav-tabs .nav-item.open .nav-link:focus,
.cid-shPirQPI9p .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-shPirQPI9p .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-shPirQPI9p .nav-tabs .nav-item:first-child .nav-link {
  border-left: 1px solid #dcdfe2;
}
.cid-shPirQPI9p .nav-tabs .nav-item:nth-child(6) {
  border-right: 1px solid #dcdfe2;
}
.cid-shPirQPI9p .nav-tabs .nav-link {
  color: #13287d;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: 1px solid #dcdfe2;
  border-bottom: none;
  border-right: none;
  border-radius: 0 !important;
  padding: 16px 40px;
}
.cid-shPirQPI9p .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ff7c00;
}
.cid-shPirQPI9p .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ff7c00;
  font-style: normal;
  border-bottom: none;
}
.cid-shPirQPI9p .tab-title {
  color: #0239b6;
}
.cid-shPirQPI9p P {
  color: #232323;
}
.cid-shPirQPI9p .tab-pane {
  padding: 40px 25px;
  border: 1px solid #dcdfe2;
}
@media (max-width: 576px) {
  .cid-shPirQPI9p .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-shPirQPI9p .mbr-text,
  .cid-shPirQPI9p .nav-link {
    text-align: center;
  }
}
.cid-shPjDnZUVE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shPjDnZUVE img {
  max-width: 100%;
  margin-bottom: 30px;
}
.cid-shPjDnZUVE .card-wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-shPjDnZUVE .card-wrapper .card-box .card-title {
  color: #0239b6;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-shPjDnZUVE .card-wrapper .card-box .card-title:hover {
  color: #0239b6;
  transition: 0.3s all;
}
.cid-shPjDnZUVE .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-shPjDnZUVE .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
  margin-right: 22px;
}
.cid-shPjDnZUVE .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-shPjDnZUVE .card-wrapper .card-box .meta .item:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-shPjDnZUVE .card-wrapper .card-box .meta .mbr-iconfont {
  color: #0355ff;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease-in;
}
.cid-shPjDnZUVE .card-wrapper .card-box .meta .item-author:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-shPjDnZUVE .card-wrapper .card-box .meta .item-author .author {
  color: #0355ff;
  font-weight: 500;
}
.cid-shPjDnZUVE .card-wrapper .card-box .meta .item-date .date {
  color: #0355ff;
  font-weight: 500;
}
.cid-shPjDnZUVE .card-wrapper .card-box .meta .item-date:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-shPjDnZUVE .card-wrapper .card-box .meta .item-comment .comment {
  color: #0355ff;
  font-weight: 500;
}
.cid-shPjDnZUVE .card-wrapper .card-box .meta .item-comment:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-shPjDnZUVE .card-wrapper .card-box .meta .item-views:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-shPjDnZUVE .card-wrapper .card-box .meta .item-views .views {
  color: #0355ff;
  font-weight: 500;
}
.cid-shPjDnZUVE .card-wrapper .card-box .card-subtitle {
  color: #0239b6;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-shPjDnZUVE .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #0355ff;
}
.cid-shPjDnZUVE .card-wrapper .card-box .mbr-text.accent-text {
  color: #0239b6;
  position: relative;
  padding-left: 62px;
}
.cid-shPjDnZUVE .card-wrapper .card-box .mbr-text.accent-text .mbr-iconfont {
  display: block;
  width: 41px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 41px;
  color: #ff7c00;
}
.cid-shPjDnZUVE .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-shPjDnZUVE .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-shPjDnZUVE .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-shPjDnZUVE .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-shPjDnZUVE .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-shPjDnZUVE .card-wrapper .card-box .entry-content-bottom {
  padding-top: 4px;
  padding-bottom: 38px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.cid-shPjDnZUVE .card-wrapper .card-box .entry-content-bottom .entry-tags {
  margin: 5px 15px 5px 0;
}
.cid-shPjDnZUVE .card-wrapper .card-box .entry-content-bottom .entry-tags .mbr-section-btn a {
  border: 1px solid rgba(3, 85, 255, 0.286);
  display: inline-block;
  font-size: 14px !important;
  padding: 9.5px 31px;
  margin-top: 13px;
  margin-right: 6px;
  transition: all .3s linear 0ms;
}
.cid-shPjDnZUVE .card-wrapper .card-box .entry-content-bottom .entry-tags .mbr-section-btn a:hover {
  background-color: #279e64;
  color: #ffffff !important;
}
.cid-shPjDnZUVE .card-wrapper .card-box .entry-content-bottom .entry-social-share {
  display: flex;
  align-items: flex-end;
  margin-top: 13px;
}
.cid-shPjDnZUVE .card-wrapper .card-box .entry-content-bottom .entry-social-share ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-shPjDnZUVE .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li {
  padding: 4px;
  display: flex;
  margin: 0 4px;
  background-color: red;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.cid-shPjDnZUVE .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon1 {
  background-color: #3b5998;
}
.cid-shPjDnZUVE .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon2 {
  background-color: #00acee;
}
.cid-shPjDnZUVE .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon3 {
  background-color: #ca1f27;
}
.cid-shPjDnZUVE .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon4 {
  background-color: #dd4b39;
}
.cid-shPjDnZUVE .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon5 {
  background-color: #279e64;
}
.cid-shPjDnZUVE .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li .icon-transition .mbr-iconfont {
  font-size: 14px;
  color: #ffffff;
}
.cid-shPjDnZUVE .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li:first-child {
  margin-left: 0;
}
.cid-shPjDnZUVE .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-shPjDnZUVE .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-shPjDnZUVE * {
    text-align: left;
  }
}
.cid-shPjDnZUVE .card-wrapper .card-box .mbr-text,
.cid-shPjDnZUVE .mbr-section-btn {
  color: #232323;
}
.cid-shPeYV9ShQ {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #0239b6;
  background: linear-gradient(to bottom, #0239b6, #00da70);
}
.cid-shPeYV9ShQ .content-inner .left-content {
  display: block;
}
.cid-shPeYV9ShQ .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-shPeYV9ShQ .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-shPeYV9ShQ .content-inner .right-content {
  display: block;
}
.cid-shPeYV9ShQ .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-shPeYV9ShQ .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-shPeYV9ShQ .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-shPeYV9ShQ .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ff7c00 !important;
  border-color: #ff7c00 !important;
}
@media (max-width: 991px) {
  .cid-shPeYV9ShQ .content-inner {
    justify-content: center !important;
  }
  .cid-shPeYV9ShQ * {
    text-align: center;
  }
}
.cid-shPeYVm149 {
  padding-top: 90px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 70px;
}
.cid-shPeYVm149 .content {
  padding-left: 30px;
}
.cid-shPeYVm149 .mbr-section-subtitle {
  color: #279e64;
}
.cid-shPeYVm149 .mbr-section-title {
  color: #0239b6;
}
.cid-shPeYVm149 .mbr-text {
  color: #0355ff;
}
.cid-shPeYVm149 .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #13287d;
}
.cid-shPeYVm149 .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-shPeYVm149 .p-4 {
  padding: 1rem 0 !important;
}
.cid-shPeYVm149 .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-shPeYVm149 .mbri-arrow-down:before {
  content: "\e960";
}
.cid-shPeYVm149 .mbri-arrow-up:before {
  content: "\e960";
}
.cid-shPeYVm149 .card {
  border-radius: 0px;
  border-bottom: 2px solid #efefef !important;
}
.cid-shPeYVm149 .card:last-child {
  border-bottom: none !important;
}
.cid-shPeYVm149 .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-shPeYVm149 .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-shPeYVm149 .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.cid-shPeYVm149 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-shPeYVm149 .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
  color: #0239b6;
  padding-right: 50px;
}
.cid-shPeYVm149 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-shPeYVm149 .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 17px;
  transform: translate(-50%, 0) !important;
  display: inline-block;
  margin-left: 0;
  width: 46px;
  height: 46px;
  background-color: #279e64;
  transition: all .3s ease 0s;
  box-shadow: 0 14px 40px 0 #279e64;
}
.cid-shPeYVm149 .card .card-header a.panel-title .toggle-icon:before,
.cid-shPeYVm149 .card .card-header a.panel-title .toggle-icon:after {
  background: #ffffff;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-shPeYVm149 .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: #ffffff;
  border: 0;
  transform: none;
}
.cid-shPeYVm149 .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-shPeYVm149 .card .panel-body {
  padding: 14px 20px;
}
.cid-shPeYVm149 .card .panel-body p {
  color: #0355ff;
}
.cid-shPeYVm149 .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-shPeYVm149 .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-shPeYVm149 .collapsed .toggle-icon {
  background-color: transparent !important;
  transform: translate(0, 0);
  right: 7px !important;
  box-shadow: none !important;
}
.cid-shPeYVm149 .collapsed .toggle-icon:before,
.cid-shPeYVm149 .collapsed .toggle-icon:after {
  background: #13287d !important;
}
.cid-shPeYVm149 .collapsed .toggle-icon:before {
  background-color: #13287d !important;
}
.cid-shPeYVm149 .img-wrap img {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-shPeYVm149 * {
    text-align: left;
  }
}
.cid-shPeYVm149 .content .mbr-section-title {
  color: #0355ff;
}
#custom-html-aa {
  /* Type valid CSS here */
}
#custom-html-aa div {
  padding: 0 0;
  color: #777;
  text-align: center;
}
#custom-html-aa p {
  font-size: 60px;
  color: #777;
}
.cid-shPeYVNNz0 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #eff2f7;
}
.cid-shPeYVNNz0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-shPeYVNNz0 .text-content .mbr-subtitle {
  color: #279e64;
}
.cid-shPeYVNNz0 .text-content .mbr-section-title {
  color: #0239b6;
}
.cid-shPeYVNNz0 .text-content .mbr-text {
  color: #0355ff;
}
.cid-shPeYVNNz0 .text-content .list-block {
  margin-top: 16px;
  padding-bottom: 16px;
}
.cid-shPeYVNNz0 .text-content .list-block .card-img {
  width: auto;
}
.cid-shPeYVNNz0 .text-content .list-block .card-img span {
  color: #279e64;
  font-size: 1.5rem;
}
.cid-shPeYVNNz0 .text-content .list-block .list-item-title {
  color: #0239b6;
  transition: all .3s linear 0s;
}
.cid-shPeYVNNz0 .text-content .list-block .list-item-title:hover {
  color: #279e64;
}
.cid-shPeYVNNz0 .text-content .list-block .list-item-text {
  padding-top: 10px;
  color: #0355ff;
  margin-bottom: 0;
}
.cid-shPeYVNNz0 .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-shPeYVNNz0 .text-content .social {
  font-size: 1.2rem;
}
.cid-shPeYVNNz0 .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  transition: 0.3s all;
  color: #13287d;
}
.cid-shPeYVNNz0 .text-content .social span:hover {
  color: #279e64;
  transition: 0.3s all;
}
.cid-shPeYVNNz0 .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.cid-shPeYVNNz0 .list-block {
  position: relative;
}
.cid-shPeYVNNz0 .list-block h4,
.cid-shPeYVNNz0 .list-block p {
  padding-left: 2.625rem;
}
.cid-shPeYVNNz0 .card-img {
  display: block;
}
.cid-shPeYVNNz0 input,
.cid-shPeYVNNz0 textarea {
  border-radius: 3px;
  min-height: 3rem;
  padding: 13px 20px !important;
  font-size: 13px;
  color: #ff7c00;
  height: 60px;
}
.cid-shPeYVNNz0 .form-control,
.cid-shPeYVNNz0 .field-input {
  padding: 13px 20px !important;
  background-color: #ffffff;
  border-color: #dcdfe2;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-shPeYVNNz0 .form-control:hover,
.cid-shPeYVNNz0 .field-input:hover,
.cid-shPeYVNNz0 .form-control:focus,
.cid-shPeYVNNz0 .field-input:focus {
  background-color: #ffffff;
  border-color: #279e64;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-shPeYVNNz0 .form-control:focus,
.cid-shPeYVNNz0 .field-input:focus {
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
}
.cid-shPeYVNNz0 input::-webkit-input-placeholder,
.cid-shPeYVNNz0 textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-shPeYVNNz0 input:-moz-placeholder,
.cid-shPeYVNNz0 textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-shPeYVNNz0 .jq-selectbox li,
.cid-shPeYVNNz0 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-shPeYVNNz0 .jq-selectbox li:hover,
.cid-shPeYVNNz0 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-shPeYVNNz0 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-shPeYVNNz0 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-shPeYVNNz0 .mbr-form {
  max-width: 550px;
}
.cid-shPeYVNNz0 .mbr-form .content-title {
  color: #0239b6;
  margin-bottom: 20px;
}
.cid-shPeYVNNz0 .mbr-form .content-subtitle {
  color: #0355ff;
}
.cid-shPeYVNNz0 .mbr-form textarea {
  min-height: 100px;
  height: 194px;
}
.cid-shPeYVNNz0 .mbr-form .btn {
  justify-content: space-between;
  border-radius: 30px;
  border-color: #0239b6;
  color: #0239b6;
  padding: 18px 42px;
  margin: 0 !important;
  margin-top: 7px !important;
}
.cid-shPeYVNNz0 .mbr-form .btn-success:hover {
  background-color: #279e64 !important;
  border-color: #279e64 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .cid-shPeYVNNz0 .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-shPeYVNNz0 .mbr-section-title,
  .cid-shPeYVNNz0 .content-title,
  .cid-shPeYVNNz0 .mbr-section-btn {
    text-align: left;
  }
}
#custom-html-ac {
  /* Type valid CSS here */
}
#custom-html-ac div {
  padding: 0 0;
  color: #777;
  text-align: center;
}
#custom-html-ac p {
  font-size: 60px;
  color: #777;
}
.cid-shPeYWcBlm {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shPeYWcBlm .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-shPeYWcBlm .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-shPeYWcBlm .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shPeYWcBlm .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-shPeYWcBlm .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-shPeYWcBlm .text2 {
  color: #000000;
  text-align: left;
}
.cid-shPeYWcBlm .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-shPeYWcBlm .logo-title {
  text-align: center;
}
.cid-shPeYWcBlm .logo-sub-title {
  text-align: center;
}
.cid-shPeYWcBlm .links {
  text-align: center;
  color: #656565;
}
.cid-shPeYWcBlm .logo-sub-title i {
  color: #9e9e9e;
}
.cid-shPeYWcBlm .links,
.cid-shPeYWcBlm .social-list {
  color: #0a1126;
}
.cid-shPeYWsMaX .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-shPeYWsMaX .navbar-fixed-top {
  padding-top: 0;
}
.cid-shPeYWsMaX .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-shPeYWsMaX .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-shPeYWsMaX .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-shPeYWsMaX .navbar-buttons {
  flex-wrap: wrap;
}
.cid-shPeYWsMaX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-shPeYWsMaX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-shPeYWsMaX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-shPeYWsMaX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shPeYWsMaX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-shPeYWsMaX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shPeYWsMaX .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-shPeYWsMaX .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-shPeYWsMaX .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-shPeYWsMaX .dropdown-item,
.cid-shPeYWsMaX .nav-link,
.cid-shPeYWsMaX .brand-name {
  font-style: normal;
}
.cid-shPeYWsMaX .dropdown-item:hover,
.cid-shPeYWsMaX .nav-link:hover,
.cid-shPeYWsMaX .brand-name:hover {
  color: #ff7c00 !important;
}
.cid-shPeYWsMaX .dropdown-menu {
  background-color: #ffffff;
}
.cid-shPeYWsMaX .dropdown-item:active {
  background-color: #ffffff;
}
.cid-shPeYWsMaX .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-shPeYWsMaX .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-shPeYWsMaX .nav-item {
  position: relative;
}
.cid-shPeYWsMaX .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-shPeYWsMaX .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-shPeYWsMaX .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-shPeYWsMaX .nav-link {
    line-height: 6.13;
  }
  .cid-shPeYWsMaX .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-shPeYWsMaX .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-shPeYWsMaX .dropdown-item {
    color: #0355ff !important;
    border-bottom: 0px solid #4f5b77;
  }
}
.cid-shPeYWsMaX .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-shPeYWsMaX .content-text {
  margin-bottom: 0;
}
.cid-shPeYWsMaX .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-shPeYWsMaX .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0239b6;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-shPeYWsMaX .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-shPeYWsMaX .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-shPeYWsMaX .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-shPeYWsMaX .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-shPeYWsMaX .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-shPeYWsMaX .content-right-side {
  text-align: center;
}
.cid-shPeYWsMaX .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-shPeYWsMaX .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-shPeYWsMaX .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-shPeYWsMaX .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-shPeYWsMaX .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-shPeYWsMaX .info-widget:first-child {
  margin-left: 0;
}
.cid-shPeYWsMaX .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-shPeYWsMaX .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-shPeYWsMaX .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-shPeYWsMaX .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #e1e3e6;
}
@media (min-width: 992px) {
  .cid-shPeYWsMaX .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-shPeYWsMaX .navbar {
    display: block;
    padding: 0;
  }
  .cid-shPeYWsMaX .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-shPeYWsMaX .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-shPeYWsMaX .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-shPeYWsMaX .navbar-toggler {
    display: none;
  }
  .cid-shPeYWsMaX .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-shPeYWsMaX .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-shPeYWsMaX .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-shPeYWsMaX .btn-sm {
  padding: 13px 29px;
}
.cid-shPeYWsMaX .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-shPeYWsMaX .btn::after {
  background-color: #0355ff;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-shPeYWsMaX .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-shPeYWsMaX .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-shPeYWsMaX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-shPeYWsMaX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-shPeYWsMaX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shPeYWsMaX .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-shPeYWsMaX .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shPeYWsMaX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-shPeYWsMaX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shPeYWsMaX .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-shPeYWsMaX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shPeYWsMaX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-shPeYWsMaX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shPeYWsMaX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shPeYWsMaX .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-shPeYWsMaX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-shPeYWsMaX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shPeYWsMaX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-shPeYWsMaX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shPeYWsMaX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-shPeYWsMaX button.navbar-toggler:focus {
  outline: none;
}
.cid-shPeYWsMaX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1b1a1a;
}
.cid-shPeYWsMaX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shPeYWsMaX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shPeYWsMaX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shPeYWsMaX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shPeYWsMaX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shPeYWsMaX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shPeYWsMaX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shPeYWsMaX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shPeYWsMaX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shPeYWsMaX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shPeYWsMaX .collapsed .btn {
  display: flex;
}
.cid-shPeYWsMaX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shPeYWsMaX .collapsed .navbar-collapse.collapsing,
.cid-shPeYWsMaX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shPeYWsMaX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shPeYWsMaX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shPeYWsMaX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shPeYWsMaX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shPeYWsMaX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shPeYWsMaX .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-shPeYWsMaX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shPeYWsMaX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-shPeYWsMaX .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-shPeYWsMaX .collapsed button.navbar-toggler {
  display: block;
}
.cid-shPeYWsMaX .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-shPeYWsMaX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-shPeYWsMaX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-shPeYWsMaX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shPeYWsMaX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shPeYWsMaX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-shPeYWsMaX .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-shPeYWsMaX .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-shPeYWsMaX .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-shPeYWsMaX .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-shPeYWsMaX .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-shPeYWsMaX .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-shPeYWsMaX .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-shPeYWsMaX .navbar-collapse.collapsing,
  .cid-shPeYWsMaX .navbar-collapse.show {
    display: block !important;
  }
  .cid-shPeYWsMaX .navbar-collapse.collapsing .navbar-nav,
  .cid-shPeYWsMaX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shPeYWsMaX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shPeYWsMaX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shPeYWsMaX .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-shPeYWsMaX .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-shPeYWsMaX .navbar-collapse.collapsing .navbar-buttons,
  .cid-shPeYWsMaX .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-shPeYWsMaX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shPeYWsMaX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shPeYWsMaX img {
    height: 3.8rem !important;
  }
  .cid-shPeYWsMaX .btn {
    display: flex;
  }
  .cid-shPeYWsMaX button.navbar-toggler {
    display: block;
  }
  .cid-shPeYWsMaX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-shPeYWsMaX .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-shPeYWsMaX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-shPeYWsMaX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shPeYWsMaX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shPeYWsMaX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-shPeYWsMaX .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-shPeYWsMaX .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-shPeYWsMaX .navbar-toggler {
  position: relative;
}
.cid-shPeYWsMaX .dropdown-item.active,
.cid-shPeYWsMaX .dropdown-item:active {
  color: initial;
}
.cid-shPeYWsMaX .widget-title {
  color: #0355ff;
}
.cid-shPeYWsMaX .widget-text {
  color: #0355ff;
}
.cid-shPeYWsMaX .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-shPeYWsMaX .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #0239b6;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-shPeYWsMaX .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-shPeYWsMaX .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-shPeYWsMaX .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-shPeYWsMaX .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-shPeYWsMaX .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-shPeYWsMaX .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-shPeYWsMaX .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-shPeYWsMaX .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-shPeYWsMaX .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-shPeYWsMaX .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-shPeYWsMaX .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-shPeYWsMaX .menu-content-top,
  .cid-shPeYWsMaX .menu-bottom {
    padding: 0 15px;
  }
  .cid-shPeYWsMaX button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-shPeYWsMaX .widget-title,
.cid-shPeYWsMaX .widget-icon {
  color: #0239b6;
}
.cid-sniQzc7sXy {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/gabrielle-henderson-hjckknwcxxq-unsplash.jpg");
}
.cid-sniQzc7sXy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sniQzc7sXy .mbr-section-title {
  color: #ffffff;
}
.cid-sniQzc7sXy .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-sniQzc7sXy .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-sniQzc7sXy .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #0239b6;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sniQzc7sXy .mbr-section-btn {
  display: flex;
}
.cid-sniQzc7sXy .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-sniQzc7sXy .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-sniQzc7sXy .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-sniQzc7sXy .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-sniQzc7sXy .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sniQzc7sXy .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sniQzc7sXy .video-wrap .icon-wrap .line-video-1,
.cid-sniQzc7sXy .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-sniQzc7sXy .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-sniQzc7sXy .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-sniQzc7sXy .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sniQzc7sXy .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sniQzc7sXy .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sniQzc7sXy a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ff7c00;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sniQzc7sXy a.close:hover {
  color: #ff7c00;
}
@media (max-width: 991px) {
  .cid-sniQzc7sXy .separator,
  .cid-sniQzc7sXy .sep-holder,
  .cid-sniQzc7sXy .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sniQzc7sXy .buttons-wrap {
    flex-direction: column;
  }
  .cid-sniQzc7sXy .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-sniQzc7sXy .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-sniQzc7sXy .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-sniQzc7sXy .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-snjw2kVzvl {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-snjw2kVzvl .content {
  padding-left: 30px;
}
.cid-snjw2kVzvl img {
  width: 100%;
}
.cid-snjw2kVzvl .mbr-section-subtitle {
  color: #279e64;
}
.cid-snjw2kVzvl .mbr-section-title {
  text-align: left;
  color: #0239b6;
}
.cid-snjw2kVzvl .mbr-text {
  color: #232323;
}
.cid-snjw2kVzvl .left-part {
  color: #279e64;
}
.cid-snjw2kVzvl .left-part .number {
  color: #279e64;
  display: inline;
}
.cid-snjw2kVzvl .left-part .mbr-text {
  color: #0239b6;
  display: inline;
}
.cid-snjw2kVzvl .mbr-section-btn {
  margin-top: 40px;
}
.cid-snjw2kVzvl .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-snjw2kVzvl * {
    text-align: left;
  }
}
.cid-sniQzczdty {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sniQzczdty .mbr-section-subtitle {
  color: #279e64;
}
.cid-sniQzczdty .mbr-section-title {
  color: #0239b6;
  text-align: left;
}
.cid-sniQzczdty img {
  width: 100%;
}
.cid-sniQzczdty .mbr-text {
  color: #0a1126;
}
.cid-sniQzczdty .mbr-section-btn {
  margin-top: 40px;
}
.cid-sniQzczdty .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-sniQzczdty * {
    text-align: left;
  }
}
.cid-sniQzczdty .cards-wrap {
  flex-direction: column;
}
.cid-sniQzczdty .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-sniQzczdty .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #279e64;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-sniQzczdty .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-sniQzczdty .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-sniQzczdty .wrapper .content .mbr-card-title {
  color: #0239b6;
  margin-bottom: 10px;
}
.cid-sniQzczdty .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #0355ff;
}
.cid-sniQzczdty .widget-container {
  margin: 0 0 30px;
}
.cid-sniQzczdty .widget-container .project-info {
  padding: 15px 30px 13px;
  background-color: #eeeff2;
  border-radius: 3px;
}
.cid-sniQzczdty .widget-container .project-info .info-item {
  display: flex;
  flex-wrap: wrap;
  padding: 17px 0;
  border-bottom: 1px solid #dcdfe2;
}
.cid-sniQzczdty .widget-container .project-info .info-item .label {
  font-weight: 500;
  margin-right: 10px;
  flex: none;
  margin-bottom: 0;
}
.cid-sniQzczdty .widget-container .project-info .info-item .info-text {
  margin-bottom: 0;
}
.cid-sniQzczdty .widget-container .project-info .info-item:last-child {
  border-bottom: none;
}
.cid-sniQzczdty .newsletter {
  padding: 35px 30px 40px;
  border-radius: 3px;
  display: block;
}
.cid-sniQzczdty .newsletter .mbr-section-subtitle {
  position: relative;
  margin-bottom: 25px;
  color: #0239b6;
}
.cid-sniQzczdty .newsletter .form-group,
.cid-sniQzczdty .newsletter .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sniQzczdty .newsletter textarea {
  height: 110px !important;
}
.cid-sniQzczdty .newsletter .form-control {
  font-size: 14px;
  background: #ffffff;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-sniQzczdty .newsletter .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sniQzczdty .newsletter .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sniQzczdty .newsletter .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sniQzczdty .newsletter .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sniQzczdty .newsletter .form-group {
  margin-bottom: 8.6px;
}
.cid-sniQzczdty .newsletter .dragArea {
  flex-direction: column;
}
.cid-sniQzczdty .newsletter .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
  overflow: hidden;
}
.cid-sniQzczdty .newsletter .dragArea .mbr-section-btn .btn.btn-success:hover {
  background-color: #279e64 !important;
  border-color: #279e64 !important;
  color: #ffffff !important;
}
.cid-sniQzczdty .newsletter .dragArea .mbr-section-btn .btn::after {
  background-color: #0355ff;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sniQzczdty .newsletter .dragArea .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sniQzczdty .cards-wrap2 {
  flex-direction: column;
}
.cid-sniQzczdty .cards-wrap2 .wrapper2 {
  border-radius: 0.25rem;
  margin-bottom: 26px;
}
.cid-sniQzczdty .cards-wrap2 .wrapper2 .img {
  margin-bottom: 20px;
}
.cid-sniQzczdty .cards-wrap2 .wrapper2 .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #279e64;
  border-radius: 50%;
}
.cid-sniQzczdty .cards-wrap2 .wrapper2 .mbr-card-title {
  color: #0239b6;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-sniQzczdty .cards-wrap2 .wrapper2 .mbr-text {
  margin-bottom: 19px;
  color: #0355ff;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sniQzczdty .cards-wrap .wrapper .content .mbr-text,
.cid-sniQzczdty .img {
  color: #0a1126;
}
.cid-sniQzczdty .bottomPart .wrapper2 .mbr-text,
.cid-sniQzczdty .img {
  color: #0a1126;
}
.cid-sniQzczdty .cards-wrap .wrapper .content .mbr-card-title,
.cid-sniQzczdty .img {
  color: #ff7c00;
}
.cid-snjx58mBkL {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #eeeff2;
}
.cid-snjx58mBkL .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-snjx58mBkL .card-wrapper .card-box .card-title {
  color: #0239b6;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-snjx58mBkL .card-wrapper .card-box .card-title:hover {
  color: #0239b6;
  transition: 0.3s all;
}
.cid-snjx58mBkL .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-snjx58mBkL .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-snjx58mBkL .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-snjx58mBkL .card-wrapper .card-box .meta .mbr-iconfont {
  color: #0355ff;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-snjx58mBkL .card-wrapper .card-box .meta .item-category .category {
  color: #0239b6;
  font-weight: 500;
}
.cid-snjx58mBkL .card-wrapper .card-box .meta .item-date .date {
  color: #0355ff;
  font-weight: 500;
}
.cid-snjx58mBkL .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #0355ff;
}
.cid-snjx58mBkL .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #0355ff;
}
.cid-snjx58mBkL .card-wrapper .card-box .meta .item-comment .comment {
  color: #0355ff;
  font-weight: 500;
}
.cid-snjx58mBkL .card-wrapper .card-box .card-subtitle {
  color: #0239b6;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-snjx58mBkL .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #0355ff;
}
.cid-snjx58mBkL .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-snjx58mBkL .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-snjx58mBkL .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-snjx58mBkL .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-snjx58mBkL .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-snjx58mBkL .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-snjx58mBkL .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-snjx58mBkL * {
    text-align: left;
  }
}
.cid-snjx58mBkL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-snjx58mBkL .card-wrapper .card-box .mbr-text,
.cid-snjx58mBkL .mbr-section-btn {
  color: #232323;
}
.cid-snjwDMGR0h {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snjwDMGR0h .mbr-section-subtitle {
  color: #279e64;
}
.cid-snjwDMGR0h .mbr-section-title {
  color: #0239b6;
  text-align: left;
}
.cid-snjwDMGR0h img {
  width: 100%;
}
.cid-snjwDMGR0h .mbr-text {
  color: #0a1126;
}
.cid-snjwDMGR0h .mbr-section-btn {
  margin-top: 40px;
}
.cid-snjwDMGR0h .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-snjwDMGR0h * {
    text-align: left;
  }
}
.cid-snjwDMGR0h .cards-wrap {
  flex-direction: column;
}
.cid-snjwDMGR0h .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-snjwDMGR0h .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #279e64;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-snjwDMGR0h .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-snjwDMGR0h .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-snjwDMGR0h .wrapper .content .mbr-card-title {
  color: #0239b6;
  margin-bottom: 10px;
}
.cid-snjwDMGR0h .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #0355ff;
}
.cid-snjwDMGR0h .widget-container {
  margin: 0 0 30px;
}
.cid-snjwDMGR0h .widget-container .project-info {
  padding: 15px 30px 13px;
  background-color: #eeeff2;
  border-radius: 3px;
}
.cid-snjwDMGR0h .widget-container .project-info .info-item {
  display: flex;
  flex-wrap: wrap;
  padding: 17px 0;
  border-bottom: 1px solid #dcdfe2;
}
.cid-snjwDMGR0h .widget-container .project-info .info-item .label {
  font-weight: 500;
  margin-right: 10px;
  flex: none;
  margin-bottom: 0;
}
.cid-snjwDMGR0h .widget-container .project-info .info-item .info-text {
  margin-bottom: 0;
}
.cid-snjwDMGR0h .widget-container .project-info .info-item:last-child {
  border-bottom: none;
}
.cid-snjwDMGR0h .newsletter {
  padding: 35px 30px 40px;
  border-radius: 3px;
  display: block;
}
.cid-snjwDMGR0h .newsletter .mbr-section-subtitle {
  position: relative;
  margin-bottom: 25px;
  color: #0239b6;
}
.cid-snjwDMGR0h .newsletter .form-group,
.cid-snjwDMGR0h .newsletter .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-snjwDMGR0h .newsletter textarea {
  height: 110px !important;
}
.cid-snjwDMGR0h .newsletter .form-control {
  font-size: 14px;
  background: #ffffff;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-snjwDMGR0h .newsletter .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-snjwDMGR0h .newsletter .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-snjwDMGR0h .newsletter .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-snjwDMGR0h .newsletter .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-snjwDMGR0h .newsletter .form-group {
  margin-bottom: 8.6px;
}
.cid-snjwDMGR0h .newsletter .dragArea {
  flex-direction: column;
}
.cid-snjwDMGR0h .newsletter .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
  overflow: hidden;
}
.cid-snjwDMGR0h .newsletter .dragArea .mbr-section-btn .btn.btn-success:hover {
  background-color: #279e64 !important;
  border-color: #279e64 !important;
  color: #ffffff !important;
}
.cid-snjwDMGR0h .newsletter .dragArea .mbr-section-btn .btn::after {
  background-color: #0355ff;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-snjwDMGR0h .newsletter .dragArea .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-snjwDMGR0h .cards-wrap2 {
  flex-direction: column;
}
.cid-snjwDMGR0h .cards-wrap2 .wrapper2 {
  border-radius: 0.25rem;
  margin-bottom: 26px;
}
.cid-snjwDMGR0h .cards-wrap2 .wrapper2 .img {
  margin-bottom: 20px;
}
.cid-snjwDMGR0h .cards-wrap2 .wrapper2 .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #279e64;
  border-radius: 50%;
}
.cid-snjwDMGR0h .cards-wrap2 .wrapper2 .mbr-card-title {
  color: #0239b6;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-snjwDMGR0h .cards-wrap2 .wrapper2 .mbr-text {
  margin-bottom: 19px;
  color: #0355ff;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-snjwDMGR0h .cards-wrap .wrapper .content .mbr-text,
.cid-snjwDMGR0h .img {
  color: #0a1126;
}
.cid-snjwDMGR0h .bottomPart .wrapper2 .mbr-text,
.cid-snjwDMGR0h .img {
  color: #0a1126;
}
.cid-snjwDMGR0h .cards-wrap .wrapper .content .mbr-card-title,
.cid-snjwDMGR0h .img {
  color: #ff7c00;
}
.cid-snjxR8xwWj {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-snjxR8xwWj .counter-container {
  color: #464646;
}
.cid-snjxR8xwWj .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-snjxR8xwWj .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-snjxR8xwWj .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-snjxR8xwWj P {
  text-align: left;
  color: #767676;
}
.cid-snjxR8xwWj H3 {
  color: #0239b6;
}
.cid-sniQzdea6T {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #0239b6;
  background: linear-gradient(to bottom, #0239b6, #00da70);
}
.cid-sniQzdea6T .content-inner .left-content {
  display: block;
}
.cid-sniQzdea6T .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sniQzdea6T .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sniQzdea6T .content-inner .right-content {
  display: block;
}
.cid-sniQzdea6T .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sniQzdea6T .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sniQzdea6T .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sniQzdea6T .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ff7c00 !important;
  border-color: #ff7c00 !important;
}
@media (max-width: 991px) {
  .cid-sniQzdea6T .content-inner {
    justify-content: center !important;
  }
  .cid-sniQzdea6T * {
    text-align: center;
  }
}
#custom-html-ax {
  /* Type valid CSS here */
}
#custom-html-ax div {
  padding: 0 0;
  color: #777;
  text-align: center;
}
#custom-html-ax p {
  font-size: 60px;
  color: #777;
}
.cid-sniQzdwjGZ {
  padding-top: 90px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 70px;
}
.cid-sniQzdwjGZ .content {
  padding-left: 30px;
}
.cid-sniQzdwjGZ .mbr-section-subtitle {
  color: #279e64;
}
.cid-sniQzdwjGZ .mbr-section-title {
  color: #0239b6;
}
.cid-sniQzdwjGZ .mbr-text {
  color: #0355ff;
}
.cid-sniQzdwjGZ .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #13287d;
}
.cid-sniQzdwjGZ .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-sniQzdwjGZ .p-4 {
  padding: 1rem 0 !important;
}
.cid-sniQzdwjGZ .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-sniQzdwjGZ .mbri-arrow-down:before {
  content: "\e960";
}
.cid-sniQzdwjGZ .mbri-arrow-up:before {
  content: "\e960";
}
.cid-sniQzdwjGZ .card {
  border-radius: 0px;
  border-bottom: 2px solid #efefef !important;
}
.cid-sniQzdwjGZ .card:last-child {
  border-bottom: none !important;
}
.cid-sniQzdwjGZ .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-sniQzdwjGZ .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-sniQzdwjGZ .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.cid-sniQzdwjGZ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sniQzdwjGZ .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
  color: #0239b6;
  padding-right: 50px;
}
.cid-sniQzdwjGZ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sniQzdwjGZ .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 17px;
  transform: translate(-50%, 0) !important;
  display: inline-block;
  margin-left: 0;
  width: 46px;
  height: 46px;
  background-color: #279e64;
  transition: all .3s ease 0s;
  box-shadow: 0 14px 40px 0 #279e64;
}
.cid-sniQzdwjGZ .card .card-header a.panel-title .toggle-icon:before,
.cid-sniQzdwjGZ .card .card-header a.panel-title .toggle-icon:after {
  background: #ffffff;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-sniQzdwjGZ .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: #ffffff;
  border: 0;
  transform: none;
}
.cid-sniQzdwjGZ .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-sniQzdwjGZ .card .panel-body {
  padding: 14px 20px;
}
.cid-sniQzdwjGZ .card .panel-body p {
  color: #0355ff;
}
.cid-sniQzdwjGZ .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-sniQzdwjGZ .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-sniQzdwjGZ .collapsed .toggle-icon {
  background-color: transparent !important;
  transform: translate(0, 0);
  right: 7px !important;
  box-shadow: none !important;
}
.cid-sniQzdwjGZ .collapsed .toggle-icon:before,
.cid-sniQzdwjGZ .collapsed .toggle-icon:after {
  background: #13287d !important;
}
.cid-sniQzdwjGZ .collapsed .toggle-icon:before {
  background-color: #13287d !important;
}
.cid-sniQzdwjGZ .img-wrap img {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sniQzdwjGZ * {
    text-align: left;
  }
}
.cid-sniQzdwjGZ .content .mbr-section-title {
  color: #0355ff;
}
.cid-sniQzdXwgQ {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #eff2f7;
}
.cid-sniQzdXwgQ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sniQzdXwgQ .text-content .mbr-subtitle {
  color: #279e64;
}
.cid-sniQzdXwgQ .text-content .mbr-section-title {
  color: #0239b6;
}
.cid-sniQzdXwgQ .text-content .mbr-text {
  color: #0355ff;
}
.cid-sniQzdXwgQ .text-content .list-block {
  margin-top: 16px;
  padding-bottom: 16px;
}
.cid-sniQzdXwgQ .text-content .list-block .card-img {
  width: auto;
}
.cid-sniQzdXwgQ .text-content .list-block .card-img span {
  color: #279e64;
  font-size: 1.5rem;
}
.cid-sniQzdXwgQ .text-content .list-block .list-item-title {
  color: #0239b6;
  transition: all .3s linear 0s;
}
.cid-sniQzdXwgQ .text-content .list-block .list-item-title:hover {
  color: #279e64;
}
.cid-sniQzdXwgQ .text-content .list-block .list-item-text {
  padding-top: 10px;
  color: #0355ff;
  margin-bottom: 0;
}
.cid-sniQzdXwgQ .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-sniQzdXwgQ .text-content .social {
  font-size: 1.2rem;
}
.cid-sniQzdXwgQ .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  transition: 0.3s all;
  color: #13287d;
}
.cid-sniQzdXwgQ .text-content .social span:hover {
  color: #279e64;
  transition: 0.3s all;
}
.cid-sniQzdXwgQ .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.cid-sniQzdXwgQ .list-block {
  position: relative;
}
.cid-sniQzdXwgQ .list-block h4,
.cid-sniQzdXwgQ .list-block p {
  padding-left: 2.625rem;
}
.cid-sniQzdXwgQ .card-img {
  display: block;
}
.cid-sniQzdXwgQ input,
.cid-sniQzdXwgQ textarea {
  border-radius: 3px;
  min-height: 3rem;
  padding: 13px 20px !important;
  font-size: 13px;
  color: #ff7c00;
  height: 60px;
}
.cid-sniQzdXwgQ .form-control,
.cid-sniQzdXwgQ .field-input {
  padding: 13px 20px !important;
  background-color: #ffffff;
  border-color: #dcdfe2;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sniQzdXwgQ .form-control:hover,
.cid-sniQzdXwgQ .field-input:hover,
.cid-sniQzdXwgQ .form-control:focus,
.cid-sniQzdXwgQ .field-input:focus {
  background-color: #ffffff;
  border-color: #279e64;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sniQzdXwgQ .form-control:focus,
.cid-sniQzdXwgQ .field-input:focus {
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
}
.cid-sniQzdXwgQ input::-webkit-input-placeholder,
.cid-sniQzdXwgQ textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sniQzdXwgQ input:-moz-placeholder,
.cid-sniQzdXwgQ textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sniQzdXwgQ .jq-selectbox li,
.cid-sniQzdXwgQ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sniQzdXwgQ .jq-selectbox li:hover,
.cid-sniQzdXwgQ .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sniQzdXwgQ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sniQzdXwgQ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sniQzdXwgQ .mbr-form {
  max-width: 550px;
}
.cid-sniQzdXwgQ .mbr-form .content-title {
  color: #0239b6;
  margin-bottom: 20px;
}
.cid-sniQzdXwgQ .mbr-form .content-subtitle {
  color: #0355ff;
}
.cid-sniQzdXwgQ .mbr-form textarea {
  min-height: 100px;
  height: 194px;
}
.cid-sniQzdXwgQ .mbr-form .btn {
  justify-content: space-between;
  border-radius: 30px;
  border-color: #0239b6;
  color: #0239b6;
  padding: 18px 42px;
  margin: 0 !important;
  margin-top: 7px !important;
}
.cid-sniQzdXwgQ .mbr-form .btn-success:hover {
  background-color: #279e64 !important;
  border-color: #279e64 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .cid-sniQzdXwgQ .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-sniQzdXwgQ .mbr-section-title,
  .cid-sniQzdXwgQ .content-title,
  .cid-sniQzdXwgQ .mbr-section-btn {
    text-align: left;
  }
}
#custom-html-b0 {
  /* Type valid CSS here */
}
#custom-html-b0 div {
  padding: 0 0;
  color: #777;
  text-align: center;
}
#custom-html-b0 p {
  font-size: 60px;
  color: #777;
}
.cid-sniQzeGCie {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sniQzeGCie .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sniQzeGCie .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sniQzeGCie .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sniQzeGCie .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sniQzeGCie .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-sniQzeGCie .text2 {
  color: #000000;
  text-align: left;
}
.cid-sniQzeGCie .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sniQzeGCie .logo-title {
  text-align: center;
}
.cid-sniQzeGCie .logo-sub-title {
  text-align: center;
}
.cid-sniQzeGCie .links {
  text-align: center;
  color: #656565;
}
.cid-sniQzeGCie .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sniQzeGCie .links,
.cid-sniQzeGCie .social-list {
  color: #0a1126;
}
.cid-sniQzf1LV3 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sniQzf1LV3 .navbar-fixed-top {
  padding-top: 0;
}
.cid-sniQzf1LV3 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sniQzf1LV3 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sniQzf1LV3 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sniQzf1LV3 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sniQzf1LV3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sniQzf1LV3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sniQzf1LV3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sniQzf1LV3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sniQzf1LV3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sniQzf1LV3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sniQzf1LV3 .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sniQzf1LV3 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sniQzf1LV3 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sniQzf1LV3 .dropdown-item,
.cid-sniQzf1LV3 .nav-link,
.cid-sniQzf1LV3 .brand-name {
  font-style: normal;
}
.cid-sniQzf1LV3 .dropdown-item:hover,
.cid-sniQzf1LV3 .nav-link:hover,
.cid-sniQzf1LV3 .brand-name:hover {
  color: #ff7c00 !important;
}
.cid-sniQzf1LV3 .dropdown-menu {
  background-color: #ffffff;
}
.cid-sniQzf1LV3 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sniQzf1LV3 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-sniQzf1LV3 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sniQzf1LV3 .nav-item {
  position: relative;
}
.cid-sniQzf1LV3 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sniQzf1LV3 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sniQzf1LV3 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sniQzf1LV3 .nav-link {
    line-height: 6.13;
  }
  .cid-sniQzf1LV3 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sniQzf1LV3 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-sniQzf1LV3 .dropdown-item {
    color: #0355ff !important;
    border-bottom: 0px solid #4f5b77;
  }
}
.cid-sniQzf1LV3 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sniQzf1LV3 .content-text {
  margin-bottom: 0;
}
.cid-sniQzf1LV3 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sniQzf1LV3 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0239b6;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sniQzf1LV3 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sniQzf1LV3 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sniQzf1LV3 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sniQzf1LV3 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sniQzf1LV3 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sniQzf1LV3 .content-right-side {
  text-align: center;
}
.cid-sniQzf1LV3 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sniQzf1LV3 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sniQzf1LV3 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-sniQzf1LV3 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sniQzf1LV3 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sniQzf1LV3 .info-widget:first-child {
  margin-left: 0;
}
.cid-sniQzf1LV3 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sniQzf1LV3 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sniQzf1LV3 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sniQzf1LV3 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #e1e3e6;
}
@media (min-width: 992px) {
  .cid-sniQzf1LV3 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sniQzf1LV3 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sniQzf1LV3 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sniQzf1LV3 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sniQzf1LV3 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sniQzf1LV3 .navbar-toggler {
    display: none;
  }
  .cid-sniQzf1LV3 .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-sniQzf1LV3 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sniQzf1LV3 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sniQzf1LV3 .btn-sm {
  padding: 13px 29px;
}
.cid-sniQzf1LV3 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sniQzf1LV3 .btn::after {
  background-color: #0355ff;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sniQzf1LV3 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sniQzf1LV3 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sniQzf1LV3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sniQzf1LV3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sniQzf1LV3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sniQzf1LV3 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sniQzf1LV3 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sniQzf1LV3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sniQzf1LV3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sniQzf1LV3 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sniQzf1LV3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sniQzf1LV3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sniQzf1LV3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sniQzf1LV3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sniQzf1LV3 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sniQzf1LV3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sniQzf1LV3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sniQzf1LV3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sniQzf1LV3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sniQzf1LV3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sniQzf1LV3 button.navbar-toggler:focus {
  outline: none;
}
.cid-sniQzf1LV3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1b1a1a;
}
.cid-sniQzf1LV3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sniQzf1LV3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sniQzf1LV3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sniQzf1LV3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sniQzf1LV3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sniQzf1LV3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sniQzf1LV3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sniQzf1LV3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sniQzf1LV3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sniQzf1LV3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sniQzf1LV3 .collapsed .btn {
  display: flex;
}
.cid-sniQzf1LV3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sniQzf1LV3 .collapsed .navbar-collapse.collapsing,
.cid-sniQzf1LV3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sniQzf1LV3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sniQzf1LV3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sniQzf1LV3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sniQzf1LV3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sniQzf1LV3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sniQzf1LV3 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sniQzf1LV3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sniQzf1LV3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sniQzf1LV3 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sniQzf1LV3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sniQzf1LV3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sniQzf1LV3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sniQzf1LV3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sniQzf1LV3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sniQzf1LV3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sniQzf1LV3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sniQzf1LV3 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sniQzf1LV3 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sniQzf1LV3 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sniQzf1LV3 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sniQzf1LV3 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sniQzf1LV3 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sniQzf1LV3 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sniQzf1LV3 .navbar-collapse.collapsing,
  .cid-sniQzf1LV3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sniQzf1LV3 .navbar-collapse.collapsing .navbar-nav,
  .cid-sniQzf1LV3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sniQzf1LV3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sniQzf1LV3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sniQzf1LV3 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sniQzf1LV3 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sniQzf1LV3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sniQzf1LV3 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sniQzf1LV3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sniQzf1LV3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sniQzf1LV3 img {
    height: 3.8rem !important;
  }
  .cid-sniQzf1LV3 .btn {
    display: flex;
  }
  .cid-sniQzf1LV3 button.navbar-toggler {
    display: block;
  }
  .cid-sniQzf1LV3 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sniQzf1LV3 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sniQzf1LV3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sniQzf1LV3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sniQzf1LV3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sniQzf1LV3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sniQzf1LV3 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sniQzf1LV3 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sniQzf1LV3 .navbar-toggler {
  position: relative;
}
.cid-sniQzf1LV3 .dropdown-item.active,
.cid-sniQzf1LV3 .dropdown-item:active {
  color: initial;
}
.cid-sniQzf1LV3 .widget-title {
  color: #0355ff;
}
.cid-sniQzf1LV3 .widget-text {
  color: #0355ff;
}
.cid-sniQzf1LV3 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sniQzf1LV3 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #0239b6;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sniQzf1LV3 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sniQzf1LV3 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sniQzf1LV3 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sniQzf1LV3 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sniQzf1LV3 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sniQzf1LV3 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sniQzf1LV3 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sniQzf1LV3 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sniQzf1LV3 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sniQzf1LV3 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sniQzf1LV3 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sniQzf1LV3 .menu-content-top,
  .cid-sniQzf1LV3 .menu-bottom {
    padding: 0 15px;
  }
  .cid-sniQzf1LV3 button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sniQzf1LV3 .widget-title,
.cid-sniQzf1LV3 .widget-icon {
  color: #0239b6;
}
