@import url(https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 0.9375rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.9375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.875rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.375rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.75rem;
    font-size: calc( 0.978125rem + (0.9375 - 0.978125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.978125rem + (0.9375 - 0.978125) * ((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: #4950ba !important;
}
.bg-success {
  background-color: #ffc600 !important;
}
.bg-info {
  background-color: #83868c !important;
}
.bg-warning {
  background-color: #eff2f7 !important;
}
.bg-danger {
  background-color: #0a1126 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #4950ba !important;
  border-color: #4950ba !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #323784 !important;
  border-color: #323784 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #323784 !important;
  border-color: #323784 !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: #83868c !important;
  border-color: #83868c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #5e6065 !important;
  border-color: #5e6065 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5e6065 !important;
  border-color: #5e6065 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #000000 !important;
  background-color: #b38b00 !important;
  border-color: #b38b00 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #b38b00 !important;
  border-color: #b38b00 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #eff2f7 !important;
  border-color: #eff2f7 !important;
  color: #4d6a9a !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #4d6a9a !important;
  background-color: #bcc9de !important;
  border-color: #bcc9de !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4d6a9a !important;
  background-color: #bcc9de !important;
  border-color: #bcc9de !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #0a1126 !important;
  border-color: #0a1126 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #2b3072;
  color: #2b3072;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #4950ba;
  border-color: #4950ba;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4950ba !important;
  border-color: #4950ba !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: #515358;
  color: #515358;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #83868c;
  border-color: #83868c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #83868c !important;
  border-color: #83868c !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #997700;
  color: #997700;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #000000;
  background-color: #ffc600;
  border-color: #ffc600;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #abbbd5;
  color: #abbbd5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #4d6a9a;
  background-color: #eff2f7;
  border-color: #eff2f7;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4d6a9a !important;
  background-color: #eff2f7 !important;
  border-color: #eff2f7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #0a1126;
  border-color: #0a1126;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0a1126 !important;
  border-color: #0a1126 !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: #4950ba !important;
}
.text-secondary {
  color: #279e64 !important;
}
.text-success {
  color: #ffc600 !important;
}
.text-info {
  color: #83868c !important;
}
.text-warning {
  color: #eff2f7 !important;
}
.text-danger {
  color: #0a1126 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #2b3072 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #134c30 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #997700 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #515358 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #abbbd5 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !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: #83868c;
}
.alert-warning {
  background-color: #eff2f7;
}
.alert-danger {
  background-color: #0a1126;
}
.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: #4950ba;
  border-color: #4950ba;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4950ba;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a5a9dd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff4cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c5c7c9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #acbbe9;
}
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.375rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #4950ba;
}
/* 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: #4950ba !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: #4950ba;
  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: #4950ba;
  border-bottom-color: #4950ba;
}
.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: #4950ba !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='%234950ba' %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-t5vEFJgvTc .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-t5vEFJgvTc .navbar-fixed-top {
  padding-top: 0;
}
.cid-t5vEFJgvTc .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-t5vEFJgvTc .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-t5vEFJgvTc .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-t5vEFJgvTc .navbar-buttons {
  flex-wrap: wrap;
}
.cid-t5vEFJgvTc .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-t5vEFJgvTc .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-t5vEFJgvTc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-t5vEFJgvTc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t5vEFJgvTc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t5vEFJgvTc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t5vEFJgvTc .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-t5vEFJgvTc .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-t5vEFJgvTc .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-t5vEFJgvTc .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-t5vEFJgvTc .dropdown-item,
.cid-t5vEFJgvTc .nav-link,
.cid-t5vEFJgvTc .brand-name {
  font-style: normal;
}
.cid-t5vEFJgvTc .dropdown-item:hover,
.cid-t5vEFJgvTc .nav-link:hover,
.cid-t5vEFJgvTc .brand-name:hover {
  color: #ffc600 !important;
}
.cid-t5vEFJgvTc .dropdown-menu {
  background-color: #ffffff;
}
.cid-t5vEFJgvTc .dropdown-item:active {
  background-color: #ffffff;
}
.cid-t5vEFJgvTc .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-t5vEFJgvTc .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-t5vEFJgvTc .nav-item {
  position: relative;
}
.cid-t5vEFJgvTc .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-t5vEFJgvTc .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-t5vEFJgvTc .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-t5vEFJgvTc .nav-link {
    line-height: 6.13;
  }
  .cid-t5vEFJgvTc .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #ffc600;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-t5vEFJgvTc .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-t5vEFJgvTc .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-t5vEFJgvTc .content-text {
  margin-bottom: 0;
}
.cid-t5vEFJgvTc .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-t5vEFJgvTc .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4950ba;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-t5vEFJgvTc .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-t5vEFJgvTc .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-t5vEFJgvTc .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-t5vEFJgvTc .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t5vEFJgvTc .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-t5vEFJgvTc .content-right-side {
  text-align: center;
}
.cid-t5vEFJgvTc .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-t5vEFJgvTc .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-t5vEFJgvTc .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-t5vEFJgvTc .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-t5vEFJgvTc .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5vEFJgvTc .info-widget:first-child {
  margin-left: 0;
}
.cid-t5vEFJgvTc .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-t5vEFJgvTc .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-t5vEFJgvTc .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-t5vEFJgvTc .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-t5vEFJgvTc .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-t5vEFJgvTc .navbar {
    display: block;
    padding: 0;
  }
  .cid-t5vEFJgvTc .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-t5vEFJgvTc .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-t5vEFJgvTc .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-t5vEFJgvTc .navbar-toggler {
    display: none;
  }
  .cid-t5vEFJgvTc .navbar-collapse {
    justify-content: center;
  }
}
.cid-t5vEFJgvTc .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-t5vEFJgvTc .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-t5vEFJgvTc .btn-sm {
  padding: 13px 29px;
}
.cid-t5vEFJgvTc .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-t5vEFJgvTc .btn::after {
  background-color: #83868c;
  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-t5vEFJgvTc .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-t5vEFJgvTc .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-t5vEFJgvTc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-t5vEFJgvTc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-t5vEFJgvTc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t5vEFJgvTc .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t5vEFJgvTc .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t5vEFJgvTc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t5vEFJgvTc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t5vEFJgvTc .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-t5vEFJgvTc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t5vEFJgvTc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5vEFJgvTc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t5vEFJgvTc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t5vEFJgvTc .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-t5vEFJgvTc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-t5vEFJgvTc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t5vEFJgvTc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t5vEFJgvTc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t5vEFJgvTc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-t5vEFJgvTc button.navbar-toggler:focus {
  outline: none;
}
.cid-t5vEFJgvTc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-t5vEFJgvTc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t5vEFJgvTc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5vEFJgvTc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5vEFJgvTc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t5vEFJgvTc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5vEFJgvTc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t5vEFJgvTc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t5vEFJgvTc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5vEFJgvTc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t5vEFJgvTc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t5vEFJgvTc .collapsed .btn {
  display: flex;
}
.cid-t5vEFJgvTc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t5vEFJgvTc .collapsed .navbar-collapse.collapsing,
.cid-t5vEFJgvTc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t5vEFJgvTc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t5vEFJgvTc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t5vEFJgvTc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t5vEFJgvTc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t5vEFJgvTc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t5vEFJgvTc .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-t5vEFJgvTc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t5vEFJgvTc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t5vEFJgvTc .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t5vEFJgvTc .collapsed button.navbar-toggler {
  display: block;
}
.cid-t5vEFJgvTc .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-t5vEFJgvTc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-t5vEFJgvTc .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-t5vEFJgvTc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t5vEFJgvTc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t5vEFJgvTc .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-t5vEFJgvTc .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-t5vEFJgvTc .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-t5vEFJgvTc .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-t5vEFJgvTc .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-t5vEFJgvTc .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-t5vEFJgvTc .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-t5vEFJgvTc .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-t5vEFJgvTc .navbar-collapse.collapsing,
  .cid-t5vEFJgvTc .navbar-collapse.show {
    display: block !important;
  }
  .cid-t5vEFJgvTc .navbar-collapse.collapsing .navbar-nav,
  .cid-t5vEFJgvTc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t5vEFJgvTc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t5vEFJgvTc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t5vEFJgvTc .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-t5vEFJgvTc .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-t5vEFJgvTc .navbar-collapse.collapsing .navbar-buttons,
  .cid-t5vEFJgvTc .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-t5vEFJgvTc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t5vEFJgvTc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t5vEFJgvTc img {
    height: 3.8rem !important;
  }
  .cid-t5vEFJgvTc .btn {
    display: flex;
  }
  .cid-t5vEFJgvTc button.navbar-toggler {
    display: block;
  }
  .cid-t5vEFJgvTc .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-t5vEFJgvTc .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-t5vEFJgvTc .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-t5vEFJgvTc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t5vEFJgvTc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t5vEFJgvTc .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-t5vEFJgvTc .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-t5vEFJgvTc .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-t5vEFJgvTc .navbar-toggler {
  position: relative;
}
.cid-t5vEFJgvTc .dropdown-item.active,
.cid-t5vEFJgvTc .dropdown-item:active {
  color: initial;
}
.cid-t5vEFJgvTc .widget-title {
  color: #83868c;
}
.cid-t5vEFJgvTc .widget-text {
  color: #83868c;
}
.cid-t5vEFJgvTc .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-t5vEFJgvTc .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #4950ba;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-t5vEFJgvTc .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-t5vEFJgvTc .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #ffc600;
  -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-t5vEFJgvTc .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-t5vEFJgvTc .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-t5vEFJgvTc .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-t5vEFJgvTc .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-t5vEFJgvTc .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-t5vEFJgvTc .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-t5vEFJgvTc .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-t5vEFJgvTc .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-t5vEFJgvTc .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-t5vEFJgvTc .menu-content-top,
  .cid-t5vEFJgvTc .menu-bottom {
    padding: 0 15px;
  }
  .cid-t5vEFJgvTc 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-t5Aj24mFxk {
  padding-top: 225px;
  padding-bottom: 75px;
  background-color: #dd4b39;
}
.cid-t5Aj24mFxk .img-wrap {
  -webkit-animation: jump 2s ease-in-out alternate;
  animation: jump 2s ease-in-out alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  position: relative;
}
.cid-t5Aj24mFxk .img-wrap img {
  width: 100%;
}
.cid-t5Aj24mFxk .mbr-section-subtitle {
  color: #ffc600;
}
.cid-t5Aj24mFxk .mbr-section-title {
  color: #ffffff;
}
.cid-t5Aj24mFxk .mbr-text {
  color: #b0b6d4;
  font-weight: 500;
}
.cid-t5Aj24mFxk .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-t5Aj24mFxk .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-t5Aj24mFxk .mbr-section-btn {
    justify-content: center !important;
  }
}
@-webkit-keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-t5AtRlATCN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t5AtRlATCN .wrap-block {
  padding-right: 30px;
}
.cid-t5AtRlATCN .cards {
  padding-left: 30px;
}
.cid-t5AtRlATCN .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-t5AtRlATCN .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-t5AtRlATCN .wrap-block .contents .mbr-subtitle {
  color: #279e64;
  margin-bottom: 14px;
}
.cid-t5AtRlATCN .wrap-block .contents .mbr-section-title {
  margin-bottom: 5px;
  color: #4950ba;
}
.cid-t5AtRlATCN .wrap-block .contents .mbr-text {
  margin-top: 17px;
}
.cid-t5AtRlATCN .wrap-block .contents h3 {
  color: #83868c;
}
.cid-t5AtRlATCN .wrap-block .contents h4 {
  color: #83868c;
}
.cid-t5AtRlATCN .wrap-block .contents .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-t5AtRlATCN .cards-wrap {
  flex-direction: column;
}
.cid-t5AtRlATCN .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
}
.cid-t5AtRlATCN .wrapper .img {
  margin-bottom: 20px;
}
.cid-t5AtRlATCN .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #279e64;
  border-radius: 50%;
}
.cid-t5AtRlATCN .wrapper .mbr-card-title {
  color: #4950ba;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-t5AtRlATCN .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #83868c;
}
@media (max-width: 767px) {
  .cid-t5AtRlATCN * {
    text-align: left;
  }
}
.cid-t5AtRlATCN .wrap-block .contents .mbr-subtitle,
.cid-t5AtRlATCN .menu-content-right {
  color: #dd4b39;
}
.cid-t5AtRlATCN .wrapper .mbr-card-title,
.cid-t5AtRlATCN .img {
  color: #dd4b39;
}
.cid-t5AA3OhTXy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-t5AA3OhTXy .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-t5AA3OhTXy .mbr-section-title {
  margin: 0;
}
.cid-t5AA3OhTXy .card-img {
  text-align: center;
}
.cid-t5AA3OhTXy .row-item {
  padding-bottom: 2rem;
  padding: 5rem 2rem;
}
.cid-t5AA3OhTXy .row-item.card1 {
  background: #dd4b39;
}
.cid-t5AA3OhTXy .row-item.card2 {
  background: #4950ba;
}
.cid-t5AA3OhTXy .row-item.card3 {
  background: #dd4b39;
}
.cid-t5AA3OhTXy .row-item.card4 {
  background: #2bdc9d;
}
.cid-t5AA3OhTXy .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-t5AA3OhTXy .card-img,
  .cid-t5AA3OhTXy .mbr-text,
  .cid-t5AA3OhTXy .mbr-card-title,
  .cid-t5AA3OhTXy .mbr-section-subtitle,
  .cid-t5AA3OhTXy .mbr-section-title,
  .cid-t5AA3OhTXy .underline {
    text-align: center !important;
  }
}
.cid-t5AEE8G6qT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t5AEE8G6qT .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-t5AEE8G6qT .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-t5AEE8G6qT .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-t5AEE8G6qT p {
  line-height: 1.6;
}
.cid-t5AEE8G6qT .rev,
.cid-t5AEE8G6qT .mbr-iconfont {
  display: inline-block;
}
.cid-t5AEE8G6qT .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #c1c1c1;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-t5AEE8G6qT .card-title {
  color: #dd4b39;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-t5AEE8G6qT .card-box {
  padding: 1.5rem;
}
.cid-t5AEE8G6qT .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-t5AEE8G6qT .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-t5AEE8G6qT .mbr-section-title,
.cid-t5AEE8G6qT .line-wrap {
  text-align: center;
  color: #4950ba;
}
.cid-t5AEE8G6qT .rev {
  color: #0a1c44;
}
.cid-t5AEE8G6qT .card-text,
.cid-t5AEE8G6qT .mbr-section-btn,
.cid-t5AEE8G6qT .ico-line {
  color: #767676;
}
.cid-t5AFwIV2Ia {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t5AFwIV2Ia .stats-item {
  padding: 80px 10px;
  background-color: #4950ba;
  display: flex;
  justify-content: center;
}
.cid-t5AFwIV2Ia .stats-item:hover .mbr-iconfont::before {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
  display: block;
}
.cid-t5AFwIV2Ia .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-t5AFwIV2Ia .heading {
  color: #ffffff;
}
.cid-t5AFwIV2Ia .counter {
  text-align: center;
  color: #ffffff;
}
.cid-t5AFwIV2Ia .mbr-iconfont {
  font-size: 45px;
  align-self: center;
  margin-bottom: 22px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  padding: 35.5px;
}
.cid-t5AFwIV2Ia .mbr-card-title,
.cid-t5AFwIV2Ia .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-t5AFwIV2Ia .stats-item {
    padding: 30px 25px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-t5AHZ1Tf8b {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-t5AHZ1Tf8b .widget-title {
  color: #4950ba;
  margin-bottom: 30px;
}
.cid-t5AHZ1Tf8b .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-t5AHZ1Tf8b .mbr-text {
  color: #83868c;
}
.cid-t5AHZ1Tf8b .phone-word {
  color: #dd4b39;
}
.cid-t5AHZ1Tf8b .text-link {
  transition: all 0.3s ease-in;
}
.cid-t5AHZ1Tf8b .text-link:hover {
  color: #dd4b39 !important;
}
.cid-t5AHZ1Tf8b img {
  height: 100px;
  padding-right: 8px;
}
.cid-t5AHZ1Tf8b .img1 {
  color: #dd4b39;
}
.cid-t5AHZ1Tf8b .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-t5AHZ1Tf8b .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t5AHZ1Tf8b .content .link-wrap {
  color: red;
}
.cid-t5AHZ1Tf8b .content .date-wrap {
  color: #4950ba;
}
.cid-t5AHZ1Tf8b .item,
.cid-t5AHZ1Tf8b .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-t5AHZ1Tf8b .item h4,
.cid-t5AHZ1Tf8b .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t5AHZ1Tf8b .link {
  transition: all 0.3s ease-in;
}
.cid-t5AHZ1Tf8b .link .card-img {
  padding-bottom: 3px;
}
.cid-t5AHZ1Tf8b .link:hover .card-img span {
  color: #dd4b39;
}
.cid-t5AHZ1Tf8b .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #dd4b39 !important;
}
.cid-t5AHZ1Tf8b .item .card-img {
  width: auto;
}
.cid-t5AHZ1Tf8b .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-t5AHZ1Tf8b .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-t5AHZ1Tf8b h5 {
    text-align: left !important;
  }
  .cid-t5AHZ1Tf8b .line-wrap {
    text-align: left !important;
  }
}
.cid-t5AHZ1Tf8b .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-t5AHZ1Tf8b .item-title:hover {
  color: #dd4b39;
}
.cid-t5AHZ1Tf8b .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-t5AHZ1Tf8b .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-t5AHZ1Tf8b .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-t5AHZ1Tf8b .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4950ba !important;
  box-shadow: none !important;
}
.cid-t5AHZ1Tf8b .btn[class*="-outline"]:active,
.cid-t5AHZ1Tf8b .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-t5AHZ1Tf8b .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-t5AHZ1Tf8b .list .list-item:last-child {
  margin-top: 10px;
}
.cid-t5AHZ1Tf8b .pre-form {
  color: #83868c;
}
.cid-t5AHZ1Tf8b .form-group,
.cid-t5AHZ1Tf8b .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-t5AHZ1Tf8b .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  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-t5AHZ1Tf8b .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-t5AHZ1Tf8b .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-t5AHZ1Tf8b .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-t5AHZ1Tf8b .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-t5AHZ1Tf8b .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-t5AHZ1Tf8b .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-t5AHZ1Tf8b .dragArea {
  flex-direction: column;
}
.cid-t5AHZ1Tf8b .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-tbZhAwew7c .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tbZhAwew7c .navbar-fixed-top {
  padding-top: 0;
}
.cid-tbZhAwew7c .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-tbZhAwew7c .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-tbZhAwew7c .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-tbZhAwew7c .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tbZhAwew7c .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-tbZhAwew7c .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tbZhAwew7c .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-tbZhAwew7c .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tbZhAwew7c .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tbZhAwew7c .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tbZhAwew7c .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-tbZhAwew7c .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-tbZhAwew7c .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tbZhAwew7c .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-tbZhAwew7c .dropdown-item,
.cid-tbZhAwew7c .nav-link,
.cid-tbZhAwew7c .brand-name {
  font-style: normal;
}
.cid-tbZhAwew7c .dropdown-item:hover,
.cid-tbZhAwew7c .nav-link:hover,
.cid-tbZhAwew7c .brand-name:hover {
  color: #ffc600 !important;
}
.cid-tbZhAwew7c .dropdown-menu {
  background-color: #ffffff;
}
.cid-tbZhAwew7c .dropdown-item:active {
  background-color: #ffffff;
}
.cid-tbZhAwew7c .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-tbZhAwew7c .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tbZhAwew7c .nav-item {
  position: relative;
}
.cid-tbZhAwew7c .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tbZhAwew7c .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-tbZhAwew7c .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-tbZhAwew7c .nav-link {
    line-height: 6.13;
  }
  .cid-tbZhAwew7c .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #ffc600;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-tbZhAwew7c .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-tbZhAwew7c .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-tbZhAwew7c .content-text {
  margin-bottom: 0;
}
.cid-tbZhAwew7c .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tbZhAwew7c .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4950ba;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tbZhAwew7c .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tbZhAwew7c .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tbZhAwew7c .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-tbZhAwew7c .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tbZhAwew7c .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tbZhAwew7c .content-right-side {
  text-align: center;
}
.cid-tbZhAwew7c .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tbZhAwew7c .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tbZhAwew7c .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-tbZhAwew7c .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-tbZhAwew7c .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tbZhAwew7c .info-widget:first-child {
  margin-left: 0;
}
.cid-tbZhAwew7c .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tbZhAwew7c .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-tbZhAwew7c .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-tbZhAwew7c .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-tbZhAwew7c .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-tbZhAwew7c .navbar {
    display: block;
    padding: 0;
  }
  .cid-tbZhAwew7c .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-tbZhAwew7c .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-tbZhAwew7c .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tbZhAwew7c .navbar-toggler {
    display: none;
  }
  .cid-tbZhAwew7c .navbar-collapse {
    justify-content: center;
  }
}
.cid-tbZhAwew7c .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tbZhAwew7c .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-tbZhAwew7c .btn-sm {
  padding: 13px 29px;
}
.cid-tbZhAwew7c .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tbZhAwew7c .btn::after {
  background-color: #83868c;
  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-tbZhAwew7c .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-tbZhAwew7c .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tbZhAwew7c .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tbZhAwew7c .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-tbZhAwew7c .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tbZhAwew7c .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tbZhAwew7c .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tbZhAwew7c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tbZhAwew7c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbZhAwew7c .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tbZhAwew7c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tbZhAwew7c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbZhAwew7c .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tbZhAwew7c .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbZhAwew7c .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tbZhAwew7c .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-tbZhAwew7c .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tbZhAwew7c .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tbZhAwew7c .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tbZhAwew7c button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-tbZhAwew7c button.navbar-toggler:focus {
  outline: none;
}
.cid-tbZhAwew7c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-tbZhAwew7c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tbZhAwew7c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbZhAwew7c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbZhAwew7c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tbZhAwew7c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbZhAwew7c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tbZhAwew7c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tbZhAwew7c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbZhAwew7c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbZhAwew7c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbZhAwew7c .collapsed .btn {
  display: flex;
}
.cid-tbZhAwew7c .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tbZhAwew7c .collapsed .navbar-collapse.collapsing,
.cid-tbZhAwew7c .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tbZhAwew7c .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tbZhAwew7c .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tbZhAwew7c .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tbZhAwew7c .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tbZhAwew7c .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tbZhAwew7c .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tbZhAwew7c .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tbZhAwew7c .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tbZhAwew7c .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tbZhAwew7c .collapsed button.navbar-toggler {
  display: block;
}
.cid-tbZhAwew7c .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tbZhAwew7c .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-tbZhAwew7c .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-tbZhAwew7c .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tbZhAwew7c .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tbZhAwew7c .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-tbZhAwew7c .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tbZhAwew7c .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-tbZhAwew7c .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-tbZhAwew7c .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tbZhAwew7c .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-tbZhAwew7c .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-tbZhAwew7c .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-tbZhAwew7c .navbar-collapse.collapsing,
  .cid-tbZhAwew7c .navbar-collapse.show {
    display: block !important;
  }
  .cid-tbZhAwew7c .navbar-collapse.collapsing .navbar-nav,
  .cid-tbZhAwew7c .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tbZhAwew7c .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tbZhAwew7c .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tbZhAwew7c .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-tbZhAwew7c .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-tbZhAwew7c .navbar-collapse.collapsing .navbar-buttons,
  .cid-tbZhAwew7c .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tbZhAwew7c .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tbZhAwew7c .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tbZhAwew7c img {
    height: 3.8rem !important;
  }
  .cid-tbZhAwew7c .btn {
    display: flex;
  }
  .cid-tbZhAwew7c button.navbar-toggler {
    display: block;
  }
  .cid-tbZhAwew7c .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tbZhAwew7c .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-tbZhAwew7c .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-tbZhAwew7c .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tbZhAwew7c .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tbZhAwew7c .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-tbZhAwew7c .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tbZhAwew7c .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tbZhAwew7c .navbar-toggler {
  position: relative;
}
.cid-tbZhAwew7c .dropdown-item.active,
.cid-tbZhAwew7c .dropdown-item:active {
  color: initial;
}
.cid-tbZhAwew7c .widget-title {
  color: #83868c;
}
.cid-tbZhAwew7c .widget-text {
  color: #83868c;
}
.cid-tbZhAwew7c .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-tbZhAwew7c .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #4950ba;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-tbZhAwew7c .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-tbZhAwew7c .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #ffc600;
  -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-tbZhAwew7c .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-tbZhAwew7c .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-tbZhAwew7c .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-tbZhAwew7c .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-tbZhAwew7c .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-tbZhAwew7c .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-tbZhAwew7c .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-tbZhAwew7c .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-tbZhAwew7c .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-tbZhAwew7c .menu-content-top,
  .cid-tbZhAwew7c .menu-bottom {
    padding: 0 15px;
  }
  .cid-tbZhAwew7c 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-tbZpDI4NoE {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/welcome.jpg");
}
.cid-tbZpDI4NoE .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-tbZpDI4NoE .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-tbZpDI4NoE .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-tbZpDI4NoE .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-tbZpDI4NoE .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-tbZpDI4NoE .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-tbZpDI4NoE .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-tbZpDI4NoE .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-tbZpDI4NoE .separator,
  .cid-tbZpDI4NoE .sep-holder,
  .cid-tbZpDI4NoE .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-tbZpDI4NoE .buttons-wrap {
    flex-direction: column;
  }
}
.cid-tbZpDI4NoE .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-tbZpDI4NoE .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-tbZpDI4NoE .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-tbZpDI4NoE .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-tbZpDI4NoE .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-tbZpDI4NoE .items .list-item:last-child .listico {
  display: none;
}
.cid-tbZhAzlcpd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tbZhAzlcpd .wrap-block {
  padding-right: 30px;
}
.cid-tbZhAzlcpd .cards {
  padding-left: 30px;
}
.cid-tbZhAzlcpd .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-tbZhAzlcpd .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tbZhAzlcpd .wrap-block .contents .mbr-subtitle {
  color: #279e64;
  margin-bottom: 14px;
}
.cid-tbZhAzlcpd .wrap-block .contents .mbr-section-title {
  margin-bottom: 5px;
  color: #4950ba;
}
.cid-tbZhAzlcpd .wrap-block .contents .mbr-text {
  margin-top: 17px;
}
.cid-tbZhAzlcpd .wrap-block .contents h3 {
  color: #83868c;
}
.cid-tbZhAzlcpd .wrap-block .contents h4 {
  color: #83868c;
}
.cid-tbZhAzlcpd .wrap-block .contents .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-tbZhAzlcpd .cards-wrap {
  flex-direction: column;
}
.cid-tbZhAzlcpd .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
}
.cid-tbZhAzlcpd .wrapper .img {
  margin-bottom: 20px;
}
.cid-tbZhAzlcpd .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #279e64;
  border-radius: 50%;
}
.cid-tbZhAzlcpd .wrapper .mbr-card-title {
  color: #4950ba;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-tbZhAzlcpd .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #83868c;
}
@media (max-width: 767px) {
  .cid-tbZhAzlcpd * {
    text-align: left;
  }
}
.cid-tbZhAzlcpd .wrap-block .contents .mbr-subtitle,
.cid-tbZhAzlcpd .menu-content-right {
  color: #dd4b39;
}
.cid-tbZhAzlcpd .wrapper .mbr-card-title,
.cid-tbZhAzlcpd .img {
  color: #dd4b39;
}
.cid-tbZhAB3QUX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tbZhAB3QUX .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-tbZhAB3QUX .mbr-section-title {
  margin: 0;
}
.cid-tbZhAB3QUX .card-img {
  text-align: center;
}
.cid-tbZhAB3QUX .row-item {
  padding-bottom: 2rem;
  padding: 5rem 2rem;
}
.cid-tbZhAB3QUX .row-item.card1 {
  background: #dd4b39;
}
.cid-tbZhAB3QUX .row-item.card2 {
  background: #4950ba;
}
.cid-tbZhAB3QUX .row-item.card3 {
  background: #dd4b39;
}
.cid-tbZhAB3QUX .row-item.card4 {
  background: #2bdc9d;
}
.cid-tbZhAB3QUX .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-tbZhAB3QUX .card-img,
  .cid-tbZhAB3QUX .mbr-text,
  .cid-tbZhAB3QUX .mbr-card-title,
  .cid-tbZhAB3QUX .mbr-section-subtitle,
  .cid-tbZhAB3QUX .mbr-section-title,
  .cid-tbZhAB3QUX .underline {
    text-align: center !important;
  }
}
.cid-tbZhAEajgT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tbZhAEajgT .stats-item {
  padding: 80px 10px;
  background-color: #4950ba;
  display: flex;
  justify-content: center;
}
.cid-tbZhAEajgT .stats-item:hover .mbr-iconfont::before {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
  display: block;
}
.cid-tbZhAEajgT .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-tbZhAEajgT .heading {
  color: #ffffff;
}
.cid-tbZhAEajgT .counter {
  text-align: center;
  color: #ffffff;
}
.cid-tbZhAEajgT .mbr-iconfont {
  font-size: 45px;
  align-self: center;
  margin-bottom: 22px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  padding: 35.5px;
}
.cid-tbZhAEajgT .mbr-card-title,
.cid-tbZhAEajgT .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-tbZhAEajgT .stats-item {
    padding: 30px 25px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tbZhAFvFWu {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-tbZhAFvFWu .widget-title {
  color: #4950ba;
  margin-bottom: 30px;
}
.cid-tbZhAFvFWu .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tbZhAFvFWu .mbr-text {
  color: #83868c;
}
.cid-tbZhAFvFWu .phone-word {
  color: #dd4b39;
}
.cid-tbZhAFvFWu .text-link {
  transition: all 0.3s ease-in;
}
.cid-tbZhAFvFWu .text-link:hover {
  color: #dd4b39 !important;
}
.cid-tbZhAFvFWu img {
  height: 100px;
  padding-right: 8px;
}
.cid-tbZhAFvFWu .img1 {
  color: #dd4b39;
}
.cid-tbZhAFvFWu .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-tbZhAFvFWu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tbZhAFvFWu .content .link-wrap {
  color: red;
}
.cid-tbZhAFvFWu .content .date-wrap {
  color: #4950ba;
}
.cid-tbZhAFvFWu .item,
.cid-tbZhAFvFWu .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-tbZhAFvFWu .item h4,
.cid-tbZhAFvFWu .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tbZhAFvFWu .link {
  transition: all 0.3s ease-in;
}
.cid-tbZhAFvFWu .link .card-img {
  padding-bottom: 3px;
}
.cid-tbZhAFvFWu .link:hover .card-img span {
  color: #dd4b39;
}
.cid-tbZhAFvFWu .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #dd4b39 !important;
}
.cid-tbZhAFvFWu .item .card-img {
  width: auto;
}
.cid-tbZhAFvFWu .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-tbZhAFvFWu .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-tbZhAFvFWu h5 {
    text-align: left !important;
  }
  .cid-tbZhAFvFWu .line-wrap {
    text-align: left !important;
  }
}
.cid-tbZhAFvFWu .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-tbZhAFvFWu .item-title:hover {
  color: #dd4b39;
}
.cid-tbZhAFvFWu .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tbZhAFvFWu .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-tbZhAFvFWu .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-tbZhAFvFWu .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4950ba !important;
  box-shadow: none !important;
}
.cid-tbZhAFvFWu .btn[class*="-outline"]:active,
.cid-tbZhAFvFWu .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-tbZhAFvFWu .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-tbZhAFvFWu .list .list-item:last-child {
  margin-top: 10px;
}
.cid-tbZhAFvFWu .pre-form {
  color: #83868c;
}
.cid-tbZhAFvFWu .form-group,
.cid-tbZhAFvFWu .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tbZhAFvFWu .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  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-tbZhAFvFWu .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-tbZhAFvFWu .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-tbZhAFvFWu .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-tbZhAFvFWu .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-tbZhAFvFWu .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-tbZhAFvFWu .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-tbZhAFvFWu .dragArea {
  flex-direction: column;
}
.cid-tbZhAFvFWu .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-tbZq9YfgrH .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tbZq9YfgrH .navbar-fixed-top {
  padding-top: 0;
}
.cid-tbZq9YfgrH .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-tbZq9YfgrH .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-tbZq9YfgrH .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-tbZq9YfgrH .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tbZq9YfgrH .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-tbZq9YfgrH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tbZq9YfgrH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-tbZq9YfgrH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tbZq9YfgrH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tbZq9YfgrH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tbZq9YfgrH .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-tbZq9YfgrH .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-tbZq9YfgrH .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tbZq9YfgrH .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-tbZq9YfgrH .dropdown-item,
.cid-tbZq9YfgrH .nav-link,
.cid-tbZq9YfgrH .brand-name {
  font-style: normal;
}
.cid-tbZq9YfgrH .dropdown-item:hover,
.cid-tbZq9YfgrH .nav-link:hover,
.cid-tbZq9YfgrH .brand-name:hover {
  color: #ffc600 !important;
}
.cid-tbZq9YfgrH .dropdown-menu {
  background-color: #ffffff;
}
.cid-tbZq9YfgrH .dropdown-item:active {
  background-color: #ffffff;
}
.cid-tbZq9YfgrH .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-tbZq9YfgrH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tbZq9YfgrH .nav-item {
  position: relative;
}
.cid-tbZq9YfgrH .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tbZq9YfgrH .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-tbZq9YfgrH .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-tbZq9YfgrH .nav-link {
    line-height: 6.13;
  }
  .cid-tbZq9YfgrH .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #ffc600;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-tbZq9YfgrH .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-tbZq9YfgrH .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-tbZq9YfgrH .content-text {
  margin-bottom: 0;
}
.cid-tbZq9YfgrH .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tbZq9YfgrH .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4950ba;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tbZq9YfgrH .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tbZq9YfgrH .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tbZq9YfgrH .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-tbZq9YfgrH .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tbZq9YfgrH .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tbZq9YfgrH .content-right-side {
  text-align: center;
}
.cid-tbZq9YfgrH .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tbZq9YfgrH .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tbZq9YfgrH .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-tbZq9YfgrH .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-tbZq9YfgrH .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tbZq9YfgrH .info-widget:first-child {
  margin-left: 0;
}
.cid-tbZq9YfgrH .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tbZq9YfgrH .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-tbZq9YfgrH .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-tbZq9YfgrH .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-tbZq9YfgrH .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-tbZq9YfgrH .navbar {
    display: block;
    padding: 0;
  }
  .cid-tbZq9YfgrH .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-tbZq9YfgrH .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-tbZq9YfgrH .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tbZq9YfgrH .navbar-toggler {
    display: none;
  }
  .cid-tbZq9YfgrH .navbar-collapse {
    justify-content: center;
  }
}
.cid-tbZq9YfgrH .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tbZq9YfgrH .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-tbZq9YfgrH .btn-sm {
  padding: 13px 29px;
}
.cid-tbZq9YfgrH .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tbZq9YfgrH .btn::after {
  background-color: #83868c;
  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-tbZq9YfgrH .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-tbZq9YfgrH .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tbZq9YfgrH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tbZq9YfgrH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-tbZq9YfgrH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tbZq9YfgrH .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tbZq9YfgrH .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tbZq9YfgrH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tbZq9YfgrH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbZq9YfgrH .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tbZq9YfgrH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tbZq9YfgrH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbZq9YfgrH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tbZq9YfgrH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbZq9YfgrH .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tbZq9YfgrH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-tbZq9YfgrH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tbZq9YfgrH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tbZq9YfgrH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tbZq9YfgrH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-tbZq9YfgrH button.navbar-toggler:focus {
  outline: none;
}
.cid-tbZq9YfgrH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-tbZq9YfgrH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tbZq9YfgrH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbZq9YfgrH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbZq9YfgrH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tbZq9YfgrH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbZq9YfgrH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tbZq9YfgrH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tbZq9YfgrH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbZq9YfgrH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbZq9YfgrH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbZq9YfgrH .collapsed .btn {
  display: flex;
}
.cid-tbZq9YfgrH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tbZq9YfgrH .collapsed .navbar-collapse.collapsing,
.cid-tbZq9YfgrH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tbZq9YfgrH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tbZq9YfgrH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tbZq9YfgrH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tbZq9YfgrH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tbZq9YfgrH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tbZq9YfgrH .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tbZq9YfgrH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tbZq9YfgrH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tbZq9YfgrH .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tbZq9YfgrH .collapsed button.navbar-toggler {
  display: block;
}
.cid-tbZq9YfgrH .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tbZq9YfgrH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-tbZq9YfgrH .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-tbZq9YfgrH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tbZq9YfgrH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tbZq9YfgrH .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-tbZq9YfgrH .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tbZq9YfgrH .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-tbZq9YfgrH .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-tbZq9YfgrH .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tbZq9YfgrH .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-tbZq9YfgrH .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-tbZq9YfgrH .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-tbZq9YfgrH .navbar-collapse.collapsing,
  .cid-tbZq9YfgrH .navbar-collapse.show {
    display: block !important;
  }
  .cid-tbZq9YfgrH .navbar-collapse.collapsing .navbar-nav,
  .cid-tbZq9YfgrH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tbZq9YfgrH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tbZq9YfgrH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tbZq9YfgrH .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-tbZq9YfgrH .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-tbZq9YfgrH .navbar-collapse.collapsing .navbar-buttons,
  .cid-tbZq9YfgrH .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tbZq9YfgrH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tbZq9YfgrH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tbZq9YfgrH img {
    height: 3.8rem !important;
  }
  .cid-tbZq9YfgrH .btn {
    display: flex;
  }
  .cid-tbZq9YfgrH button.navbar-toggler {
    display: block;
  }
  .cid-tbZq9YfgrH .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tbZq9YfgrH .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-tbZq9YfgrH .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-tbZq9YfgrH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tbZq9YfgrH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tbZq9YfgrH .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-tbZq9YfgrH .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tbZq9YfgrH .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tbZq9YfgrH .navbar-toggler {
  position: relative;
}
.cid-tbZq9YfgrH .dropdown-item.active,
.cid-tbZq9YfgrH .dropdown-item:active {
  color: initial;
}
.cid-tbZq9YfgrH .widget-title {
  color: #83868c;
}
.cid-tbZq9YfgrH .widget-text {
  color: #83868c;
}
.cid-tbZq9YfgrH .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-tbZq9YfgrH .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #4950ba;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-tbZq9YfgrH .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-tbZq9YfgrH .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #ffc600;
  -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-tbZq9YfgrH .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-tbZq9YfgrH .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-tbZq9YfgrH .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-tbZq9YfgrH .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-tbZq9YfgrH .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-tbZq9YfgrH .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-tbZq9YfgrH .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-tbZq9YfgrH .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-tbZq9YfgrH .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-tbZq9YfgrH .menu-content-top,
  .cid-tbZq9YfgrH .menu-bottom {
    padding: 0 15px;
  }
  .cid-tbZq9YfgrH 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-tbZq9ZTBAM {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/welcome.jpg");
}
.cid-tbZq9ZTBAM .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-tbZq9ZTBAM .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-tbZq9ZTBAM .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-tbZq9ZTBAM .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-tbZq9ZTBAM .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-tbZq9ZTBAM .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-tbZq9ZTBAM .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-tbZq9ZTBAM .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-tbZq9ZTBAM .separator,
  .cid-tbZq9ZTBAM .sep-holder,
  .cid-tbZq9ZTBAM .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-tbZq9ZTBAM .buttons-wrap {
    flex-direction: column;
  }
}
.cid-tbZq9ZTBAM .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-tbZq9ZTBAM .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-tbZq9ZTBAM .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-tbZq9ZTBAM .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-tbZq9ZTBAM .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-tbZq9ZTBAM .items .list-item:last-child .listico {
  display: none;
}
.cid-tbZqw2wExc {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-tbZqw2wExc .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-tbZqw2wExc .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tbZqw2wExc .text-content {
  padding-right: 1.5rem;
}
.cid-tbZqw2wExc .mbr-text,
.cid-tbZqw2wExc .mbr-section-btn {
  color: #767676;
}
.cid-tbZqw2wExc .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  border-radius: .25rem;
}
.cid-tbZqw2wExc .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-tbZqw2wExc .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tbZqw2wExc .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tbZqw2wExc .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-tbZqw2wExc .main-row {
    margin: 0;
  }
  .cid-tbZqw2wExc .mbr-section-title,
  .cid-tbZqw2wExc .mbr-text,
  .cid-tbZqw2wExc .list,
  .cid-tbZqw2wExc .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tbZqw2wExc .text-content {
    padding: 0;
  }
}
.cid-tbZqw2wExc .mbr-section-title {
  color: #dd4b39;
}
.cid-tbZqZ7zrIh {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tbZqZ7zrIh .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-tbZqZ7zrIh .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tbZqZ7zrIh .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-tbZqZ7zrIh .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-tbZqZ7zrIh .mbr-text,
.cid-tbZqZ7zrIh .mbr-section-btn {
  color: #767676;
}
.cid-tbZqZ7zrIh .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  border-radius: .25rem;
}
.cid-tbZqZ7zrIh .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-tbZqZ7zrIh .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tbZqZ7zrIh .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tbZqZ7zrIh .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-tbZqZ7zrIh .main-row {
    margin: 0;
  }
  .cid-tbZqZ7zrIh .mbr-section-title,
  .cid-tbZqZ7zrIh .mbr-text,
  .cid-tbZqZ7zrIh .list,
  .cid-tbZqZ7zrIh .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tbZqZ7zrIh .text-content {
    padding: 0;
  }
}
.cid-tbZqZ7zrIh .mbr-section-title {
  color: #dd4b39;
}
.cid-tbZqa4o62q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tbZqa4o62q .stats-item {
  padding: 80px 10px;
  background-color: #4950ba;
  display: flex;
  justify-content: center;
}
.cid-tbZqa4o62q .stats-item:hover .mbr-iconfont::before {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
  display: block;
}
.cid-tbZqa4o62q .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-tbZqa4o62q .heading {
  color: #ffffff;
}
.cid-tbZqa4o62q .counter {
  text-align: center;
  color: #ffffff;
}
.cid-tbZqa4o62q .mbr-iconfont {
  font-size: 45px;
  align-self: center;
  margin-bottom: 22px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  padding: 35.5px;
}
.cid-tbZqa4o62q .mbr-card-title,
.cid-tbZqa4o62q .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-tbZqa4o62q .stats-item {
    padding: 30px 25px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tbZqa5Fr5o {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-tbZqa5Fr5o .widget-title {
  color: #4950ba;
  margin-bottom: 30px;
}
.cid-tbZqa5Fr5o .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tbZqa5Fr5o .mbr-text {
  color: #83868c;
}
.cid-tbZqa5Fr5o .phone-word {
  color: #dd4b39;
}
.cid-tbZqa5Fr5o .text-link {
  transition: all 0.3s ease-in;
}
.cid-tbZqa5Fr5o .text-link:hover {
  color: #dd4b39 !important;
}
.cid-tbZqa5Fr5o img {
  height: 100px;
  padding-right: 8px;
}
.cid-tbZqa5Fr5o .img1 {
  color: #dd4b39;
}
.cid-tbZqa5Fr5o .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-tbZqa5Fr5o .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tbZqa5Fr5o .content .link-wrap {
  color: red;
}
.cid-tbZqa5Fr5o .content .date-wrap {
  color: #4950ba;
}
.cid-tbZqa5Fr5o .item,
.cid-tbZqa5Fr5o .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-tbZqa5Fr5o .item h4,
.cid-tbZqa5Fr5o .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tbZqa5Fr5o .link {
  transition: all 0.3s ease-in;
}
.cid-tbZqa5Fr5o .link .card-img {
  padding-bottom: 3px;
}
.cid-tbZqa5Fr5o .link:hover .card-img span {
  color: #dd4b39;
}
.cid-tbZqa5Fr5o .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #dd4b39 !important;
}
.cid-tbZqa5Fr5o .item .card-img {
  width: auto;
}
.cid-tbZqa5Fr5o .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-tbZqa5Fr5o .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-tbZqa5Fr5o h5 {
    text-align: left !important;
  }
  .cid-tbZqa5Fr5o .line-wrap {
    text-align: left !important;
  }
}
.cid-tbZqa5Fr5o .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-tbZqa5Fr5o .item-title:hover {
  color: #dd4b39;
}
.cid-tbZqa5Fr5o .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tbZqa5Fr5o .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-tbZqa5Fr5o .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-tbZqa5Fr5o .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4950ba !important;
  box-shadow: none !important;
}
.cid-tbZqa5Fr5o .btn[class*="-outline"]:active,
.cid-tbZqa5Fr5o .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-tbZqa5Fr5o .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-tbZqa5Fr5o .list .list-item:last-child {
  margin-top: 10px;
}
.cid-tbZqa5Fr5o .pre-form {
  color: #83868c;
}
.cid-tbZqa5Fr5o .form-group,
.cid-tbZqa5Fr5o .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tbZqa5Fr5o .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  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-tbZqa5Fr5o .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-tbZqa5Fr5o .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-tbZqa5Fr5o .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-tbZqa5Fr5o .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-tbZqa5Fr5o .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-tbZqa5Fr5o .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-tbZqa5Fr5o .dragArea {
  flex-direction: column;
}
.cid-tbZqa5Fr5o .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-tbZtV3FVk4 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tbZtV3FVk4 .navbar-fixed-top {
  padding-top: 0;
}
.cid-tbZtV3FVk4 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-tbZtV3FVk4 .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-tbZtV3FVk4 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-tbZtV3FVk4 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tbZtV3FVk4 .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-tbZtV3FVk4 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tbZtV3FVk4 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-tbZtV3FVk4 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tbZtV3FVk4 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tbZtV3FVk4 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tbZtV3FVk4 .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-tbZtV3FVk4 .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-tbZtV3FVk4 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tbZtV3FVk4 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-tbZtV3FVk4 .dropdown-item,
.cid-tbZtV3FVk4 .nav-link,
.cid-tbZtV3FVk4 .brand-name {
  font-style: normal;
}
.cid-tbZtV3FVk4 .dropdown-item:hover,
.cid-tbZtV3FVk4 .nav-link:hover,
.cid-tbZtV3FVk4 .brand-name:hover {
  color: #ffc600 !important;
}
.cid-tbZtV3FVk4 .dropdown-menu {
  background-color: #ffffff;
}
.cid-tbZtV3FVk4 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-tbZtV3FVk4 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-tbZtV3FVk4 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tbZtV3FVk4 .nav-item {
  position: relative;
}
.cid-tbZtV3FVk4 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tbZtV3FVk4 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-tbZtV3FVk4 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-tbZtV3FVk4 .nav-link {
    line-height: 6.13;
  }
  .cid-tbZtV3FVk4 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #ffc600;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-tbZtV3FVk4 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-tbZtV3FVk4 .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-tbZtV3FVk4 .content-text {
  margin-bottom: 0;
}
.cid-tbZtV3FVk4 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tbZtV3FVk4 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4950ba;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tbZtV3FVk4 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tbZtV3FVk4 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tbZtV3FVk4 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-tbZtV3FVk4 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tbZtV3FVk4 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tbZtV3FVk4 .content-right-side {
  text-align: center;
}
.cid-tbZtV3FVk4 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tbZtV3FVk4 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tbZtV3FVk4 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-tbZtV3FVk4 .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-tbZtV3FVk4 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tbZtV3FVk4 .info-widget:first-child {
  margin-left: 0;
}
.cid-tbZtV3FVk4 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tbZtV3FVk4 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-tbZtV3FVk4 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-tbZtV3FVk4 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-tbZtV3FVk4 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-tbZtV3FVk4 .navbar {
    display: block;
    padding: 0;
  }
  .cid-tbZtV3FVk4 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-tbZtV3FVk4 .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-tbZtV3FVk4 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tbZtV3FVk4 .navbar-toggler {
    display: none;
  }
  .cid-tbZtV3FVk4 .navbar-collapse {
    justify-content: center;
  }
}
.cid-tbZtV3FVk4 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tbZtV3FVk4 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-tbZtV3FVk4 .btn-sm {
  padding: 13px 29px;
}
.cid-tbZtV3FVk4 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tbZtV3FVk4 .btn::after {
  background-color: #83868c;
  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-tbZtV3FVk4 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-tbZtV3FVk4 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tbZtV3FVk4 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tbZtV3FVk4 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-tbZtV3FVk4 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tbZtV3FVk4 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tbZtV3FVk4 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tbZtV3FVk4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tbZtV3FVk4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbZtV3FVk4 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tbZtV3FVk4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tbZtV3FVk4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbZtV3FVk4 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tbZtV3FVk4 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbZtV3FVk4 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tbZtV3FVk4 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-tbZtV3FVk4 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tbZtV3FVk4 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tbZtV3FVk4 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tbZtV3FVk4 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-tbZtV3FVk4 button.navbar-toggler:focus {
  outline: none;
}
.cid-tbZtV3FVk4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-tbZtV3FVk4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tbZtV3FVk4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbZtV3FVk4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbZtV3FVk4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tbZtV3FVk4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbZtV3FVk4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tbZtV3FVk4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tbZtV3FVk4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbZtV3FVk4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbZtV3FVk4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbZtV3FVk4 .collapsed .btn {
  display: flex;
}
.cid-tbZtV3FVk4 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tbZtV3FVk4 .collapsed .navbar-collapse.collapsing,
.cid-tbZtV3FVk4 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tbZtV3FVk4 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tbZtV3FVk4 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tbZtV3FVk4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tbZtV3FVk4 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tbZtV3FVk4 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tbZtV3FVk4 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tbZtV3FVk4 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tbZtV3FVk4 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tbZtV3FVk4 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tbZtV3FVk4 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tbZtV3FVk4 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tbZtV3FVk4 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-tbZtV3FVk4 .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-tbZtV3FVk4 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tbZtV3FVk4 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tbZtV3FVk4 .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-tbZtV3FVk4 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tbZtV3FVk4 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-tbZtV3FVk4 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-tbZtV3FVk4 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tbZtV3FVk4 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-tbZtV3FVk4 .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-tbZtV3FVk4 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-tbZtV3FVk4 .navbar-collapse.collapsing,
  .cid-tbZtV3FVk4 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tbZtV3FVk4 .navbar-collapse.collapsing .navbar-nav,
  .cid-tbZtV3FVk4 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tbZtV3FVk4 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tbZtV3FVk4 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tbZtV3FVk4 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-tbZtV3FVk4 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-tbZtV3FVk4 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tbZtV3FVk4 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tbZtV3FVk4 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tbZtV3FVk4 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tbZtV3FVk4 img {
    height: 3.8rem !important;
  }
  .cid-tbZtV3FVk4 .btn {
    display: flex;
  }
  .cid-tbZtV3FVk4 button.navbar-toggler {
    display: block;
  }
  .cid-tbZtV3FVk4 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tbZtV3FVk4 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-tbZtV3FVk4 .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-tbZtV3FVk4 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tbZtV3FVk4 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tbZtV3FVk4 .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-tbZtV3FVk4 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tbZtV3FVk4 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tbZtV3FVk4 .navbar-toggler {
  position: relative;
}
.cid-tbZtV3FVk4 .dropdown-item.active,
.cid-tbZtV3FVk4 .dropdown-item:active {
  color: initial;
}
.cid-tbZtV3FVk4 .widget-title {
  color: #83868c;
}
.cid-tbZtV3FVk4 .widget-text {
  color: #83868c;
}
.cid-tbZtV3FVk4 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-tbZtV3FVk4 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #4950ba;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-tbZtV3FVk4 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-tbZtV3FVk4 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #ffc600;
  -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-tbZtV3FVk4 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-tbZtV3FVk4 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-tbZtV3FVk4 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-tbZtV3FVk4 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-tbZtV3FVk4 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-tbZtV3FVk4 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-tbZtV3FVk4 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-tbZtV3FVk4 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-tbZtV3FVk4 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-tbZtV3FVk4 .menu-content-top,
  .cid-tbZtV3FVk4 .menu-bottom {
    padding: 0 15px;
  }
  .cid-tbZtV3FVk4 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-tbZtV5tiWQ {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/welcome.jpg");
}
.cid-tbZtV5tiWQ .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-tbZtV5tiWQ .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-tbZtV5tiWQ .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-tbZtV5tiWQ .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-tbZtV5tiWQ .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-tbZtV5tiWQ .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-tbZtV5tiWQ .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-tbZtV5tiWQ .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-tbZtV5tiWQ .separator,
  .cid-tbZtV5tiWQ .sep-holder,
  .cid-tbZtV5tiWQ .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-tbZtV5tiWQ .buttons-wrap {
    flex-direction: column;
  }
}
.cid-tbZtV5tiWQ .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-tbZtV5tiWQ .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-tbZtV5tiWQ .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-tbZtV5tiWQ .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-tbZtV5tiWQ .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-tbZtV5tiWQ .items .list-item:last-child .listico {
  display: none;
}
.cid-tbZtV6USHi {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-tbZtV6USHi .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-tbZtV6USHi .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tbZtV6USHi .text-content {
  padding-right: 1.5rem;
}
.cid-tbZtV6USHi .mbr-text,
.cid-tbZtV6USHi .mbr-section-btn {
  color: #767676;
}
.cid-tbZtV6USHi .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  border-radius: .25rem;
}
.cid-tbZtV6USHi .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-tbZtV6USHi .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tbZtV6USHi .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tbZtV6USHi .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-tbZtV6USHi .main-row {
    margin: 0;
  }
  .cid-tbZtV6USHi .mbr-section-title,
  .cid-tbZtV6USHi .mbr-text,
  .cid-tbZtV6USHi .list,
  .cid-tbZtV6USHi .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tbZtV6USHi .text-content {
    padding: 0;
  }
}
.cid-tbZtV6USHi .mbr-section-title {
  color: #dd4b39;
}
.cid-tbZtV7T68y {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tbZtV7T68y .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-tbZtV7T68y .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tbZtV7T68y .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-tbZtV7T68y .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-tbZtV7T68y .mbr-text,
.cid-tbZtV7T68y .mbr-section-btn {
  color: #767676;
}
.cid-tbZtV7T68y .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  border-radius: .25rem;
}
.cid-tbZtV7T68y .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-tbZtV7T68y .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tbZtV7T68y .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tbZtV7T68y .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-tbZtV7T68y .main-row {
    margin: 0;
  }
  .cid-tbZtV7T68y .mbr-section-title,
  .cid-tbZtV7T68y .mbr-text,
  .cid-tbZtV7T68y .list,
  .cid-tbZtV7T68y .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tbZtV7T68y .text-content {
    padding: 0;
  }
}
.cid-tbZtV7T68y .mbr-section-title {
  color: #dd4b39;
}
.cid-tbZvlky5zo {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-tbZvlky5zo .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-tbZvlky5zo .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tbZvlky5zo .text-content {
  padding-right: 1.5rem;
}
.cid-tbZvlky5zo .mbr-text,
.cid-tbZvlky5zo .mbr-section-btn {
  color: #767676;
}
.cid-tbZvlky5zo .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  border-radius: .25rem;
}
.cid-tbZvlky5zo .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-tbZvlky5zo .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tbZvlky5zo .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tbZvlky5zo .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-tbZvlky5zo .main-row {
    margin: 0;
  }
  .cid-tbZvlky5zo .mbr-section-title,
  .cid-tbZvlky5zo .mbr-text,
  .cid-tbZvlky5zo .list,
  .cid-tbZvlky5zo .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tbZvlky5zo .text-content {
    padding: 0;
  }
}
.cid-tbZvlky5zo .mbr-section-title {
  color: #dd4b39;
}
.cid-tbZtV8OvPK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tbZtV8OvPK .stats-item {
  padding: 80px 10px;
  background-color: #4950ba;
  display: flex;
  justify-content: center;
}
.cid-tbZtV8OvPK .stats-item:hover .mbr-iconfont::before {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
  display: block;
}
.cid-tbZtV8OvPK .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-tbZtV8OvPK .heading {
  color: #ffffff;
}
.cid-tbZtV8OvPK .counter {
  text-align: center;
  color: #ffffff;
}
.cid-tbZtV8OvPK .mbr-iconfont {
  font-size: 45px;
  align-self: center;
  margin-bottom: 22px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  padding: 35.5px;
}
.cid-tbZtV8OvPK .mbr-card-title,
.cid-tbZtV8OvPK .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-tbZtV8OvPK .stats-item {
    padding: 30px 25px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tbZtVa23UY {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-tbZtVa23UY .widget-title {
  color: #4950ba;
  margin-bottom: 30px;
}
.cid-tbZtVa23UY .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tbZtVa23UY .mbr-text {
  color: #83868c;
}
.cid-tbZtVa23UY .phone-word {
  color: #dd4b39;
}
.cid-tbZtVa23UY .text-link {
  transition: all 0.3s ease-in;
}
.cid-tbZtVa23UY .text-link:hover {
  color: #dd4b39 !important;
}
.cid-tbZtVa23UY img {
  height: 100px;
  padding-right: 8px;
}
.cid-tbZtVa23UY .img1 {
  color: #dd4b39;
}
.cid-tbZtVa23UY .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-tbZtVa23UY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tbZtVa23UY .content .link-wrap {
  color: red;
}
.cid-tbZtVa23UY .content .date-wrap {
  color: #4950ba;
}
.cid-tbZtVa23UY .item,
.cid-tbZtVa23UY .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-tbZtVa23UY .item h4,
.cid-tbZtVa23UY .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tbZtVa23UY .link {
  transition: all 0.3s ease-in;
}
.cid-tbZtVa23UY .link .card-img {
  padding-bottom: 3px;
}
.cid-tbZtVa23UY .link:hover .card-img span {
  color: #dd4b39;
}
.cid-tbZtVa23UY .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #dd4b39 !important;
}
.cid-tbZtVa23UY .item .card-img {
  width: auto;
}
.cid-tbZtVa23UY .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-tbZtVa23UY .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-tbZtVa23UY h5 {
    text-align: left !important;
  }
  .cid-tbZtVa23UY .line-wrap {
    text-align: left !important;
  }
}
.cid-tbZtVa23UY .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-tbZtVa23UY .item-title:hover {
  color: #dd4b39;
}
.cid-tbZtVa23UY .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tbZtVa23UY .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-tbZtVa23UY .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-tbZtVa23UY .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4950ba !important;
  box-shadow: none !important;
}
.cid-tbZtVa23UY .btn[class*="-outline"]:active,
.cid-tbZtVa23UY .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-tbZtVa23UY .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-tbZtVa23UY .list .list-item:last-child {
  margin-top: 10px;
}
.cid-tbZtVa23UY .pre-form {
  color: #83868c;
}
.cid-tbZtVa23UY .form-group,
.cid-tbZtVa23UY .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tbZtVa23UY .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  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-tbZtVa23UY .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-tbZtVa23UY .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-tbZtVa23UY .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-tbZtVa23UY .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-tbZtVa23UY .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-tbZtVa23UY .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-tbZtVa23UY .dragArea {
  flex-direction: column;
}
.cid-tbZtVa23UY .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-tbZx1T35qp .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tbZx1T35qp .navbar-fixed-top {
  padding-top: 0;
}
.cid-tbZx1T35qp .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-tbZx1T35qp .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-tbZx1T35qp .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-tbZx1T35qp .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tbZx1T35qp .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-tbZx1T35qp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tbZx1T35qp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-tbZx1T35qp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tbZx1T35qp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tbZx1T35qp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tbZx1T35qp .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-tbZx1T35qp .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-tbZx1T35qp .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tbZx1T35qp .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-tbZx1T35qp .dropdown-item,
.cid-tbZx1T35qp .nav-link,
.cid-tbZx1T35qp .brand-name {
  font-style: normal;
}
.cid-tbZx1T35qp .dropdown-item:hover,
.cid-tbZx1T35qp .nav-link:hover,
.cid-tbZx1T35qp .brand-name:hover {
  color: #ffc600 !important;
}
.cid-tbZx1T35qp .dropdown-menu {
  background-color: #ffffff;
}
.cid-tbZx1T35qp .dropdown-item:active {
  background-color: #ffffff;
}
.cid-tbZx1T35qp .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-tbZx1T35qp .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tbZx1T35qp .nav-item {
  position: relative;
}
.cid-tbZx1T35qp .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tbZx1T35qp .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-tbZx1T35qp .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-tbZx1T35qp .nav-link {
    line-height: 6.13;
  }
  .cid-tbZx1T35qp .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #ffc600;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-tbZx1T35qp .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-tbZx1T35qp .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-tbZx1T35qp .content-text {
  margin-bottom: 0;
}
.cid-tbZx1T35qp .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tbZx1T35qp .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4950ba;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tbZx1T35qp .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tbZx1T35qp .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tbZx1T35qp .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-tbZx1T35qp .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tbZx1T35qp .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tbZx1T35qp .content-right-side {
  text-align: center;
}
.cid-tbZx1T35qp .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tbZx1T35qp .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tbZx1T35qp .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-tbZx1T35qp .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-tbZx1T35qp .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tbZx1T35qp .info-widget:first-child {
  margin-left: 0;
}
.cid-tbZx1T35qp .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tbZx1T35qp .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-tbZx1T35qp .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-tbZx1T35qp .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-tbZx1T35qp .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-tbZx1T35qp .navbar {
    display: block;
    padding: 0;
  }
  .cid-tbZx1T35qp .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-tbZx1T35qp .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-tbZx1T35qp .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tbZx1T35qp .navbar-toggler {
    display: none;
  }
  .cid-tbZx1T35qp .navbar-collapse {
    justify-content: center;
  }
}
.cid-tbZx1T35qp .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tbZx1T35qp .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-tbZx1T35qp .btn-sm {
  padding: 13px 29px;
}
.cid-tbZx1T35qp .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tbZx1T35qp .btn::after {
  background-color: #83868c;
  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-tbZx1T35qp .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-tbZx1T35qp .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tbZx1T35qp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tbZx1T35qp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-tbZx1T35qp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tbZx1T35qp .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tbZx1T35qp .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tbZx1T35qp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tbZx1T35qp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbZx1T35qp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tbZx1T35qp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tbZx1T35qp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbZx1T35qp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tbZx1T35qp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbZx1T35qp .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tbZx1T35qp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-tbZx1T35qp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tbZx1T35qp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tbZx1T35qp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tbZx1T35qp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-tbZx1T35qp button.navbar-toggler:focus {
  outline: none;
}
.cid-tbZx1T35qp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-tbZx1T35qp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tbZx1T35qp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbZx1T35qp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbZx1T35qp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tbZx1T35qp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbZx1T35qp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tbZx1T35qp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tbZx1T35qp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbZx1T35qp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbZx1T35qp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbZx1T35qp .collapsed .btn {
  display: flex;
}
.cid-tbZx1T35qp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tbZx1T35qp .collapsed .navbar-collapse.collapsing,
.cid-tbZx1T35qp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tbZx1T35qp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tbZx1T35qp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tbZx1T35qp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tbZx1T35qp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tbZx1T35qp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tbZx1T35qp .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tbZx1T35qp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tbZx1T35qp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tbZx1T35qp .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tbZx1T35qp .collapsed button.navbar-toggler {
  display: block;
}
.cid-tbZx1T35qp .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tbZx1T35qp .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-tbZx1T35qp .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-tbZx1T35qp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tbZx1T35qp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tbZx1T35qp .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-tbZx1T35qp .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tbZx1T35qp .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-tbZx1T35qp .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-tbZx1T35qp .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tbZx1T35qp .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-tbZx1T35qp .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-tbZx1T35qp .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-tbZx1T35qp .navbar-collapse.collapsing,
  .cid-tbZx1T35qp .navbar-collapse.show {
    display: block !important;
  }
  .cid-tbZx1T35qp .navbar-collapse.collapsing .navbar-nav,
  .cid-tbZx1T35qp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tbZx1T35qp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tbZx1T35qp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tbZx1T35qp .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-tbZx1T35qp .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-tbZx1T35qp .navbar-collapse.collapsing .navbar-buttons,
  .cid-tbZx1T35qp .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tbZx1T35qp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tbZx1T35qp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tbZx1T35qp img {
    height: 3.8rem !important;
  }
  .cid-tbZx1T35qp .btn {
    display: flex;
  }
  .cid-tbZx1T35qp button.navbar-toggler {
    display: block;
  }
  .cid-tbZx1T35qp .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tbZx1T35qp .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-tbZx1T35qp .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-tbZx1T35qp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tbZx1T35qp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tbZx1T35qp .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-tbZx1T35qp .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tbZx1T35qp .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tbZx1T35qp .navbar-toggler {
  position: relative;
}
.cid-tbZx1T35qp .dropdown-item.active,
.cid-tbZx1T35qp .dropdown-item:active {
  color: initial;
}
.cid-tbZx1T35qp .widget-title {
  color: #83868c;
}
.cid-tbZx1T35qp .widget-text {
  color: #83868c;
}
.cid-tbZx1T35qp .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-tbZx1T35qp .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #4950ba;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-tbZx1T35qp .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-tbZx1T35qp .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #ffc600;
  -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-tbZx1T35qp .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-tbZx1T35qp .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-tbZx1T35qp .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-tbZx1T35qp .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-tbZx1T35qp .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-tbZx1T35qp .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-tbZx1T35qp .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-tbZx1T35qp .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-tbZx1T35qp .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-tbZx1T35qp .menu-content-top,
  .cid-tbZx1T35qp .menu-bottom {
    padding: 0 15px;
  }
  .cid-tbZx1T35qp 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-tbZx1UwTp8 {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/welcome.jpg");
}
.cid-tbZx1UwTp8 .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-tbZx1UwTp8 .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-tbZx1UwTp8 .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-tbZx1UwTp8 .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-tbZx1UwTp8 .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-tbZx1UwTp8 .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-tbZx1UwTp8 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-tbZx1UwTp8 .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-tbZx1UwTp8 .separator,
  .cid-tbZx1UwTp8 .sep-holder,
  .cid-tbZx1UwTp8 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-tbZx1UwTp8 .buttons-wrap {
    flex-direction: column;
  }
}
.cid-tbZx1UwTp8 .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-tbZx1UwTp8 .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-tbZx1UwTp8 .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-tbZx1UwTp8 .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-tbZx1UwTp8 .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-tbZx1UwTp8 .items .list-item:last-child .listico {
  display: none;
}
.cid-tbZx1VVN87 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-tbZx1VVN87 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-tbZx1VVN87 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tbZx1VVN87 .text-content {
  padding-right: 1.5rem;
}
.cid-tbZx1VVN87 .mbr-text,
.cid-tbZx1VVN87 .mbr-section-btn {
  color: #767676;
}
.cid-tbZx1VVN87 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  border-radius: .25rem;
}
.cid-tbZx1VVN87 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-tbZx1VVN87 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tbZx1VVN87 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tbZx1VVN87 .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-tbZx1VVN87 .main-row {
    margin: 0;
  }
  .cid-tbZx1VVN87 .mbr-section-title,
  .cid-tbZx1VVN87 .mbr-text,
  .cid-tbZx1VVN87 .list,
  .cid-tbZx1VVN87 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tbZx1VVN87 .text-content {
    padding: 0;
  }
}
.cid-tbZx1VVN87 .mbr-section-title {
  color: #dd4b39;
}
.cid-tbZx1WToeD {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tbZx1WToeD .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-tbZx1WToeD .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tbZx1WToeD .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-tbZx1WToeD .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-tbZx1WToeD .mbr-text,
.cid-tbZx1WToeD .mbr-section-btn {
  color: #767676;
}
.cid-tbZx1WToeD .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  border-radius: .25rem;
}
.cid-tbZx1WToeD .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-tbZx1WToeD .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tbZx1WToeD .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tbZx1WToeD .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-tbZx1WToeD .main-row {
    margin: 0;
  }
  .cid-tbZx1WToeD .mbr-section-title,
  .cid-tbZx1WToeD .mbr-text,
  .cid-tbZx1WToeD .list,
  .cid-tbZx1WToeD .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tbZx1WToeD .text-content {
    padding: 0;
  }
}
.cid-tbZx1WToeD .mbr-section-title {
  color: #dd4b39;
}
.cid-tbZx1Y1q5t {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-tbZx1Y1q5t .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-tbZx1Y1q5t .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tbZx1Y1q5t .text-content {
  padding-right: 1.5rem;
}
.cid-tbZx1Y1q5t .mbr-text,
.cid-tbZx1Y1q5t .mbr-section-btn {
  color: #767676;
}
.cid-tbZx1Y1q5t .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  border-radius: .25rem;
}
.cid-tbZx1Y1q5t .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-tbZx1Y1q5t .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tbZx1Y1q5t .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tbZx1Y1q5t .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-tbZx1Y1q5t .main-row {
    margin: 0;
  }
  .cid-tbZx1Y1q5t .mbr-section-title,
  .cid-tbZx1Y1q5t .mbr-text,
  .cid-tbZx1Y1q5t .list,
  .cid-tbZx1Y1q5t .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tbZx1Y1q5t .text-content {
    padding: 0;
  }
}
.cid-tbZx1Y1q5t .mbr-section-title {
  color: #dd4b39;
}
.cid-tbZxPoYQCF {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tbZxPoYQCF .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-tbZxPoYQCF .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tbZxPoYQCF .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-tbZxPoYQCF .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-tbZxPoYQCF .mbr-text,
.cid-tbZxPoYQCF .mbr-section-btn {
  color: #767676;
}
.cid-tbZxPoYQCF .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  border-radius: .25rem;
}
.cid-tbZxPoYQCF .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-tbZxPoYQCF .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tbZxPoYQCF .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tbZxPoYQCF .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-tbZxPoYQCF .main-row {
    margin: 0;
  }
  .cid-tbZxPoYQCF .mbr-section-title,
  .cid-tbZxPoYQCF .mbr-text,
  .cid-tbZxPoYQCF .list,
  .cid-tbZxPoYQCF .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tbZxPoYQCF .text-content {
    padding: 0;
  }
}
.cid-tbZxPoYQCF .mbr-section-title {
  color: #dd4b39;
}
.cid-tbZx1YY4oP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tbZx1YY4oP .stats-item {
  padding: 80px 10px;
  background-color: #4950ba;
  display: flex;
  justify-content: center;
}
.cid-tbZx1YY4oP .stats-item:hover .mbr-iconfont::before {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
  display: block;
}
.cid-tbZx1YY4oP .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-tbZx1YY4oP .heading {
  color: #ffffff;
}
.cid-tbZx1YY4oP .counter {
  text-align: center;
  color: #ffffff;
}
.cid-tbZx1YY4oP .mbr-iconfont {
  font-size: 45px;
  align-self: center;
  margin-bottom: 22px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  padding: 35.5px;
}
.cid-tbZx1YY4oP .mbr-card-title,
.cid-tbZx1YY4oP .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-tbZx1YY4oP .stats-item {
    padding: 30px 25px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tbZx208O5Z {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-tbZx208O5Z .widget-title {
  color: #4950ba;
  margin-bottom: 30px;
}
.cid-tbZx208O5Z .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tbZx208O5Z .mbr-text {
  color: #83868c;
}
.cid-tbZx208O5Z .phone-word {
  color: #dd4b39;
}
.cid-tbZx208O5Z .text-link {
  transition: all 0.3s ease-in;
}
.cid-tbZx208O5Z .text-link:hover {
  color: #dd4b39 !important;
}
.cid-tbZx208O5Z img {
  height: 100px;
  padding-right: 8px;
}
.cid-tbZx208O5Z .img1 {
  color: #dd4b39;
}
.cid-tbZx208O5Z .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-tbZx208O5Z .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tbZx208O5Z .content .link-wrap {
  color: red;
}
.cid-tbZx208O5Z .content .date-wrap {
  color: #4950ba;
}
.cid-tbZx208O5Z .item,
.cid-tbZx208O5Z .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-tbZx208O5Z .item h4,
.cid-tbZx208O5Z .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tbZx208O5Z .link {
  transition: all 0.3s ease-in;
}
.cid-tbZx208O5Z .link .card-img {
  padding-bottom: 3px;
}
.cid-tbZx208O5Z .link:hover .card-img span {
  color: #dd4b39;
}
.cid-tbZx208O5Z .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #dd4b39 !important;
}
.cid-tbZx208O5Z .item .card-img {
  width: auto;
}
.cid-tbZx208O5Z .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-tbZx208O5Z .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-tbZx208O5Z h5 {
    text-align: left !important;
  }
  .cid-tbZx208O5Z .line-wrap {
    text-align: left !important;
  }
}
.cid-tbZx208O5Z .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-tbZx208O5Z .item-title:hover {
  color: #dd4b39;
}
.cid-tbZx208O5Z .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tbZx208O5Z .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-tbZx208O5Z .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-tbZx208O5Z .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4950ba !important;
  box-shadow: none !important;
}
.cid-tbZx208O5Z .btn[class*="-outline"]:active,
.cid-tbZx208O5Z .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-tbZx208O5Z .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-tbZx208O5Z .list .list-item:last-child {
  margin-top: 10px;
}
.cid-tbZx208O5Z .pre-form {
  color: #83868c;
}
.cid-tbZx208O5Z .form-group,
.cid-tbZx208O5Z .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tbZx208O5Z .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  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-tbZx208O5Z .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-tbZx208O5Z .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-tbZx208O5Z .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-tbZx208O5Z .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-tbZx208O5Z .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-tbZx208O5Z .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-tbZx208O5Z .dragArea {
  flex-direction: column;
}
.cid-tbZx208O5Z .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-tbZzub2S8x .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tbZzub2S8x .navbar-fixed-top {
  padding-top: 0;
}
.cid-tbZzub2S8x .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-tbZzub2S8x .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-tbZzub2S8x .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-tbZzub2S8x .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tbZzub2S8x .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-tbZzub2S8x .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tbZzub2S8x .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-tbZzub2S8x .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tbZzub2S8x .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tbZzub2S8x .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tbZzub2S8x .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-tbZzub2S8x .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-tbZzub2S8x .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tbZzub2S8x .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-tbZzub2S8x .dropdown-item,
.cid-tbZzub2S8x .nav-link,
.cid-tbZzub2S8x .brand-name {
  font-style: normal;
}
.cid-tbZzub2S8x .dropdown-item:hover,
.cid-tbZzub2S8x .nav-link:hover,
.cid-tbZzub2S8x .brand-name:hover {
  color: #ffc600 !important;
}
.cid-tbZzub2S8x .dropdown-menu {
  background-color: #ffffff;
}
.cid-tbZzub2S8x .dropdown-item:active {
  background-color: #ffffff;
}
.cid-tbZzub2S8x .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-tbZzub2S8x .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tbZzub2S8x .nav-item {
  position: relative;
}
.cid-tbZzub2S8x .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tbZzub2S8x .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-tbZzub2S8x .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-tbZzub2S8x .nav-link {
    line-height: 6.13;
  }
  .cid-tbZzub2S8x .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #ffc600;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-tbZzub2S8x .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-tbZzub2S8x .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-tbZzub2S8x .content-text {
  margin-bottom: 0;
}
.cid-tbZzub2S8x .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tbZzub2S8x .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4950ba;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tbZzub2S8x .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tbZzub2S8x .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tbZzub2S8x .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-tbZzub2S8x .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tbZzub2S8x .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tbZzub2S8x .content-right-side {
  text-align: center;
}
.cid-tbZzub2S8x .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tbZzub2S8x .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tbZzub2S8x .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-tbZzub2S8x .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-tbZzub2S8x .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tbZzub2S8x .info-widget:first-child {
  margin-left: 0;
}
.cid-tbZzub2S8x .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tbZzub2S8x .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-tbZzub2S8x .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-tbZzub2S8x .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-tbZzub2S8x .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-tbZzub2S8x .navbar {
    display: block;
    padding: 0;
  }
  .cid-tbZzub2S8x .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-tbZzub2S8x .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-tbZzub2S8x .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tbZzub2S8x .navbar-toggler {
    display: none;
  }
  .cid-tbZzub2S8x .navbar-collapse {
    justify-content: center;
  }
}
.cid-tbZzub2S8x .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tbZzub2S8x .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-tbZzub2S8x .btn-sm {
  padding: 13px 29px;
}
.cid-tbZzub2S8x .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tbZzub2S8x .btn::after {
  background-color: #83868c;
  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-tbZzub2S8x .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-tbZzub2S8x .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tbZzub2S8x .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tbZzub2S8x .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-tbZzub2S8x .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tbZzub2S8x .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tbZzub2S8x .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tbZzub2S8x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tbZzub2S8x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbZzub2S8x .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tbZzub2S8x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tbZzub2S8x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbZzub2S8x .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tbZzub2S8x .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbZzub2S8x .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tbZzub2S8x .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-tbZzub2S8x .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tbZzub2S8x .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tbZzub2S8x .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tbZzub2S8x button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-tbZzub2S8x button.navbar-toggler:focus {
  outline: none;
}
.cid-tbZzub2S8x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-tbZzub2S8x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tbZzub2S8x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbZzub2S8x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbZzub2S8x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tbZzub2S8x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbZzub2S8x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tbZzub2S8x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tbZzub2S8x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbZzub2S8x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbZzub2S8x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbZzub2S8x .collapsed .btn {
  display: flex;
}
.cid-tbZzub2S8x .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tbZzub2S8x .collapsed .navbar-collapse.collapsing,
.cid-tbZzub2S8x .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tbZzub2S8x .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tbZzub2S8x .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tbZzub2S8x .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tbZzub2S8x .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tbZzub2S8x .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tbZzub2S8x .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tbZzub2S8x .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tbZzub2S8x .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tbZzub2S8x .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tbZzub2S8x .collapsed button.navbar-toggler {
  display: block;
}
.cid-tbZzub2S8x .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tbZzub2S8x .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-tbZzub2S8x .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-tbZzub2S8x .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tbZzub2S8x .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tbZzub2S8x .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-tbZzub2S8x .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tbZzub2S8x .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-tbZzub2S8x .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-tbZzub2S8x .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tbZzub2S8x .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-tbZzub2S8x .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-tbZzub2S8x .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-tbZzub2S8x .navbar-collapse.collapsing,
  .cid-tbZzub2S8x .navbar-collapse.show {
    display: block !important;
  }
  .cid-tbZzub2S8x .navbar-collapse.collapsing .navbar-nav,
  .cid-tbZzub2S8x .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tbZzub2S8x .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tbZzub2S8x .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tbZzub2S8x .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-tbZzub2S8x .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-tbZzub2S8x .navbar-collapse.collapsing .navbar-buttons,
  .cid-tbZzub2S8x .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tbZzub2S8x .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tbZzub2S8x .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tbZzub2S8x img {
    height: 3.8rem !important;
  }
  .cid-tbZzub2S8x .btn {
    display: flex;
  }
  .cid-tbZzub2S8x button.navbar-toggler {
    display: block;
  }
  .cid-tbZzub2S8x .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tbZzub2S8x .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-tbZzub2S8x .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-tbZzub2S8x .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tbZzub2S8x .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tbZzub2S8x .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-tbZzub2S8x .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tbZzub2S8x .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tbZzub2S8x .navbar-toggler {
  position: relative;
}
.cid-tbZzub2S8x .dropdown-item.active,
.cid-tbZzub2S8x .dropdown-item:active {
  color: initial;
}
.cid-tbZzub2S8x .widget-title {
  color: #83868c;
}
.cid-tbZzub2S8x .widget-text {
  color: #83868c;
}
.cid-tbZzub2S8x .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-tbZzub2S8x .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #4950ba;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-tbZzub2S8x .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-tbZzub2S8x .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #ffc600;
  -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-tbZzub2S8x .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-tbZzub2S8x .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-tbZzub2S8x .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-tbZzub2S8x .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-tbZzub2S8x .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-tbZzub2S8x .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-tbZzub2S8x .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-tbZzub2S8x .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-tbZzub2S8x .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-tbZzub2S8x .menu-content-top,
  .cid-tbZzub2S8x .menu-bottom {
    padding: 0 15px;
  }
  .cid-tbZzub2S8x 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-tbZzucTuZV {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/welcome.jpg");
}
.cid-tbZzucTuZV .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-tbZzucTuZV .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-tbZzucTuZV .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-tbZzucTuZV .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-tbZzucTuZV .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-tbZzucTuZV .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-tbZzucTuZV .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-tbZzucTuZV .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-tbZzucTuZV .separator,
  .cid-tbZzucTuZV .sep-holder,
  .cid-tbZzucTuZV .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-tbZzucTuZV .buttons-wrap {
    flex-direction: column;
  }
}
.cid-tbZzucTuZV .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-tbZzucTuZV .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-tbZzucTuZV .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-tbZzucTuZV .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-tbZzucTuZV .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-tbZzucTuZV .items .list-item:last-child .listico {
  display: none;
}
.cid-tbZzuecUgh {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-tbZzuecUgh .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-tbZzuecUgh .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tbZzuecUgh .text-content {
  padding-right: 1.5rem;
}
.cid-tbZzuecUgh .mbr-text,
.cid-tbZzuecUgh .mbr-section-btn {
  color: #767676;
}
.cid-tbZzuecUgh .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  border-radius: .25rem;
}
.cid-tbZzuecUgh .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-tbZzuecUgh .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tbZzuecUgh .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tbZzuecUgh .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-tbZzuecUgh .main-row {
    margin: 0;
  }
  .cid-tbZzuecUgh .mbr-section-title,
  .cid-tbZzuecUgh .mbr-text,
  .cid-tbZzuecUgh .list,
  .cid-tbZzuecUgh .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tbZzuecUgh .text-content {
    padding: 0;
  }
}
.cid-tbZzuecUgh .mbr-section-title {
  color: #dd4b39;
}
.cid-tbZzufgEmi {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tbZzufgEmi .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-tbZzufgEmi .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tbZzufgEmi .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-tbZzufgEmi .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-tbZzufgEmi .mbr-text,
.cid-tbZzufgEmi .mbr-section-btn {
  color: #767676;
}
.cid-tbZzufgEmi .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  border-radius: .25rem;
}
.cid-tbZzufgEmi .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-tbZzufgEmi .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tbZzufgEmi .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tbZzufgEmi .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-tbZzufgEmi .main-row {
    margin: 0;
  }
  .cid-tbZzufgEmi .mbr-section-title,
  .cid-tbZzufgEmi .mbr-text,
  .cid-tbZzufgEmi .list,
  .cid-tbZzufgEmi .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tbZzufgEmi .text-content {
    padding: 0;
  }
}
.cid-tbZzufgEmi .mbr-section-title {
  color: #dd4b39;
}
.cid-tbZzugmopZ {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-tbZzugmopZ .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-tbZzugmopZ .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tbZzugmopZ .text-content {
  padding-right: 1.5rem;
}
.cid-tbZzugmopZ .mbr-text,
.cid-tbZzugmopZ .mbr-section-btn {
  color: #767676;
}
.cid-tbZzugmopZ .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  border-radius: .25rem;
}
.cid-tbZzugmopZ .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-tbZzugmopZ .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tbZzugmopZ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tbZzugmopZ .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-tbZzugmopZ .main-row {
    margin: 0;
  }
  .cid-tbZzugmopZ .mbr-section-title,
  .cid-tbZzugmopZ .mbr-text,
  .cid-tbZzugmopZ .list,
  .cid-tbZzugmopZ .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tbZzugmopZ .text-content {
    padding: 0;
  }
}
.cid-tbZzugmopZ .mbr-section-title {
  color: #dd4b39;
}
.cid-tbZzuhkt0f {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tbZzuhkt0f .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-tbZzuhkt0f .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tbZzuhkt0f .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-tbZzuhkt0f .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-tbZzuhkt0f .mbr-text,
.cid-tbZzuhkt0f .mbr-section-btn {
  color: #767676;
}
.cid-tbZzuhkt0f .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  border-radius: .25rem;
}
.cid-tbZzuhkt0f .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-tbZzuhkt0f .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tbZzuhkt0f .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tbZzuhkt0f .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-tbZzuhkt0f .main-row {
    margin: 0;
  }
  .cid-tbZzuhkt0f .mbr-section-title,
  .cid-tbZzuhkt0f .mbr-text,
  .cid-tbZzuhkt0f .list,
  .cid-tbZzuhkt0f .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tbZzuhkt0f .text-content {
    padding: 0;
  }
}
.cid-tbZzuhkt0f .mbr-section-title {
  color: #dd4b39;
}
.cid-tbZzuihFS2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tbZzuihFS2 .stats-item {
  padding: 80px 10px;
  background-color: #4950ba;
  display: flex;
  justify-content: center;
}
.cid-tbZzuihFS2 .stats-item:hover .mbr-iconfont::before {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
  display: block;
}
.cid-tbZzuihFS2 .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-tbZzuihFS2 .heading {
  color: #ffffff;
}
.cid-tbZzuihFS2 .counter {
  text-align: center;
  color: #ffffff;
}
.cid-tbZzuihFS2 .mbr-iconfont {
  font-size: 45px;
  align-self: center;
  margin-bottom: 22px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  padding: 35.5px;
}
.cid-tbZzuihFS2 .mbr-card-title,
.cid-tbZzuihFS2 .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-tbZzuihFS2 .stats-item {
    padding: 30px 25px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tbZzujACKu {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-tbZzujACKu .widget-title {
  color: #4950ba;
  margin-bottom: 30px;
}
.cid-tbZzujACKu .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tbZzujACKu .mbr-text {
  color: #83868c;
}
.cid-tbZzujACKu .phone-word {
  color: #dd4b39;
}
.cid-tbZzujACKu .text-link {
  transition: all 0.3s ease-in;
}
.cid-tbZzujACKu .text-link:hover {
  color: #dd4b39 !important;
}
.cid-tbZzujACKu img {
  height: 100px;
  padding-right: 8px;
}
.cid-tbZzujACKu .img1 {
  color: #dd4b39;
}
.cid-tbZzujACKu .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-tbZzujACKu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tbZzujACKu .content .link-wrap {
  color: red;
}
.cid-tbZzujACKu .content .date-wrap {
  color: #4950ba;
}
.cid-tbZzujACKu .item,
.cid-tbZzujACKu .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-tbZzujACKu .item h4,
.cid-tbZzujACKu .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tbZzujACKu .link {
  transition: all 0.3s ease-in;
}
.cid-tbZzujACKu .link .card-img {
  padding-bottom: 3px;
}
.cid-tbZzujACKu .link:hover .card-img span {
  color: #dd4b39;
}
.cid-tbZzujACKu .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #dd4b39 !important;
}
.cid-tbZzujACKu .item .card-img {
  width: auto;
}
.cid-tbZzujACKu .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-tbZzujACKu .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-tbZzujACKu h5 {
    text-align: left !important;
  }
  .cid-tbZzujACKu .line-wrap {
    text-align: left !important;
  }
}
.cid-tbZzujACKu .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-tbZzujACKu .item-title:hover {
  color: #dd4b39;
}
.cid-tbZzujACKu .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tbZzujACKu .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-tbZzujACKu .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-tbZzujACKu .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4950ba !important;
  box-shadow: none !important;
}
.cid-tbZzujACKu .btn[class*="-outline"]:active,
.cid-tbZzujACKu .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-tbZzujACKu .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-tbZzujACKu .list .list-item:last-child {
  margin-top: 10px;
}
.cid-tbZzujACKu .pre-form {
  color: #83868c;
}
.cid-tbZzujACKu .form-group,
.cid-tbZzujACKu .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tbZzujACKu .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  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-tbZzujACKu .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-tbZzujACKu .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-tbZzujACKu .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-tbZzujACKu .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-tbZzujACKu .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-tbZzujACKu .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-tbZzujACKu .dragArea {
  flex-direction: column;
}
.cid-tbZzujACKu .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-tbZLiUf9wM .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tbZLiUf9wM .navbar-fixed-top {
  padding-top: 0;
}
.cid-tbZLiUf9wM .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-tbZLiUf9wM .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-tbZLiUf9wM .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-tbZLiUf9wM .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tbZLiUf9wM .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-tbZLiUf9wM .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tbZLiUf9wM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-tbZLiUf9wM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tbZLiUf9wM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tbZLiUf9wM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tbZLiUf9wM .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-tbZLiUf9wM .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-tbZLiUf9wM .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tbZLiUf9wM .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-tbZLiUf9wM .dropdown-item,
.cid-tbZLiUf9wM .nav-link,
.cid-tbZLiUf9wM .brand-name {
  font-style: normal;
}
.cid-tbZLiUf9wM .dropdown-item:hover,
.cid-tbZLiUf9wM .nav-link:hover,
.cid-tbZLiUf9wM .brand-name:hover {
  color: #ffc600 !important;
}
.cid-tbZLiUf9wM .dropdown-menu {
  background-color: #ffffff;
}
.cid-tbZLiUf9wM .dropdown-item:active {
  background-color: #ffffff;
}
.cid-tbZLiUf9wM .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-tbZLiUf9wM .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tbZLiUf9wM .nav-item {
  position: relative;
}
.cid-tbZLiUf9wM .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tbZLiUf9wM .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-tbZLiUf9wM .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-tbZLiUf9wM .nav-link {
    line-height: 6.13;
  }
  .cid-tbZLiUf9wM .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #ffc600;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-tbZLiUf9wM .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-tbZLiUf9wM .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-tbZLiUf9wM .content-text {
  margin-bottom: 0;
}
.cid-tbZLiUf9wM .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tbZLiUf9wM .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4950ba;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tbZLiUf9wM .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tbZLiUf9wM .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tbZLiUf9wM .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-tbZLiUf9wM .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tbZLiUf9wM .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tbZLiUf9wM .content-right-side {
  text-align: center;
}
.cid-tbZLiUf9wM .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tbZLiUf9wM .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tbZLiUf9wM .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-tbZLiUf9wM .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-tbZLiUf9wM .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tbZLiUf9wM .info-widget:first-child {
  margin-left: 0;
}
.cid-tbZLiUf9wM .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tbZLiUf9wM .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-tbZLiUf9wM .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-tbZLiUf9wM .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-tbZLiUf9wM .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-tbZLiUf9wM .navbar {
    display: block;
    padding: 0;
  }
  .cid-tbZLiUf9wM .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-tbZLiUf9wM .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-tbZLiUf9wM .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tbZLiUf9wM .navbar-toggler {
    display: none;
  }
  .cid-tbZLiUf9wM .navbar-collapse {
    justify-content: center;
  }
}
.cid-tbZLiUf9wM .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tbZLiUf9wM .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-tbZLiUf9wM .btn-sm {
  padding: 13px 29px;
}
.cid-tbZLiUf9wM .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tbZLiUf9wM .btn::after {
  background-color: #83868c;
  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-tbZLiUf9wM .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-tbZLiUf9wM .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tbZLiUf9wM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tbZLiUf9wM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-tbZLiUf9wM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tbZLiUf9wM .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tbZLiUf9wM .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tbZLiUf9wM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tbZLiUf9wM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbZLiUf9wM .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tbZLiUf9wM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tbZLiUf9wM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbZLiUf9wM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tbZLiUf9wM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbZLiUf9wM .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tbZLiUf9wM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-tbZLiUf9wM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tbZLiUf9wM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tbZLiUf9wM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tbZLiUf9wM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-tbZLiUf9wM button.navbar-toggler:focus {
  outline: none;
}
.cid-tbZLiUf9wM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-tbZLiUf9wM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tbZLiUf9wM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbZLiUf9wM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbZLiUf9wM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tbZLiUf9wM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbZLiUf9wM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tbZLiUf9wM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tbZLiUf9wM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbZLiUf9wM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbZLiUf9wM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbZLiUf9wM .collapsed .btn {
  display: flex;
}
.cid-tbZLiUf9wM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tbZLiUf9wM .collapsed .navbar-collapse.collapsing,
.cid-tbZLiUf9wM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tbZLiUf9wM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tbZLiUf9wM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tbZLiUf9wM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tbZLiUf9wM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tbZLiUf9wM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tbZLiUf9wM .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tbZLiUf9wM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tbZLiUf9wM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tbZLiUf9wM .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tbZLiUf9wM .collapsed button.navbar-toggler {
  display: block;
}
.cid-tbZLiUf9wM .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tbZLiUf9wM .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-tbZLiUf9wM .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-tbZLiUf9wM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tbZLiUf9wM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tbZLiUf9wM .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-tbZLiUf9wM .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tbZLiUf9wM .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-tbZLiUf9wM .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-tbZLiUf9wM .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tbZLiUf9wM .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-tbZLiUf9wM .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-tbZLiUf9wM .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-tbZLiUf9wM .navbar-collapse.collapsing,
  .cid-tbZLiUf9wM .navbar-collapse.show {
    display: block !important;
  }
  .cid-tbZLiUf9wM .navbar-collapse.collapsing .navbar-nav,
  .cid-tbZLiUf9wM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tbZLiUf9wM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tbZLiUf9wM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tbZLiUf9wM .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-tbZLiUf9wM .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-tbZLiUf9wM .navbar-collapse.collapsing .navbar-buttons,
  .cid-tbZLiUf9wM .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tbZLiUf9wM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tbZLiUf9wM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tbZLiUf9wM img {
    height: 3.8rem !important;
  }
  .cid-tbZLiUf9wM .btn {
    display: flex;
  }
  .cid-tbZLiUf9wM button.navbar-toggler {
    display: block;
  }
  .cid-tbZLiUf9wM .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tbZLiUf9wM .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-tbZLiUf9wM .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-tbZLiUf9wM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tbZLiUf9wM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tbZLiUf9wM .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-tbZLiUf9wM .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tbZLiUf9wM .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tbZLiUf9wM .navbar-toggler {
  position: relative;
}
.cid-tbZLiUf9wM .dropdown-item.active,
.cid-tbZLiUf9wM .dropdown-item:active {
  color: initial;
}
.cid-tbZLiUf9wM .widget-title {
  color: #83868c;
}
.cid-tbZLiUf9wM .widget-text {
  color: #83868c;
}
.cid-tbZLiUf9wM .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-tbZLiUf9wM .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #4950ba;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-tbZLiUf9wM .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-tbZLiUf9wM .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #ffc600;
  -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-tbZLiUf9wM .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-tbZLiUf9wM .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-tbZLiUf9wM .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-tbZLiUf9wM .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-tbZLiUf9wM .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-tbZLiUf9wM .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-tbZLiUf9wM .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-tbZLiUf9wM .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-tbZLiUf9wM .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-tbZLiUf9wM .menu-content-top,
  .cid-tbZLiUf9wM .menu-bottom {
    padding: 0 15px;
  }
  .cid-tbZLiUf9wM 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-tbZLiWa9Qw {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/welcome.jpg");
}
.cid-tbZLiWa9Qw .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-tbZLiWa9Qw .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-tbZLiWa9Qw .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-tbZLiWa9Qw .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-tbZLiWa9Qw .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-tbZLiWa9Qw .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-tbZLiWa9Qw .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-tbZLiWa9Qw .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-tbZLiWa9Qw .separator,
  .cid-tbZLiWa9Qw .sep-holder,
  .cid-tbZLiWa9Qw .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-tbZLiWa9Qw .buttons-wrap {
    flex-direction: column;
  }
}
.cid-tbZLiWa9Qw .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-tbZLiWa9Qw .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-tbZLiWa9Qw .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-tbZLiWa9Qw .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-tbZLiWa9Qw .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-tbZLiWa9Qw .items .list-item:last-child .listico {
  display: none;
}
.cid-tbZLj1xxuX {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-tbZLj1xxuX .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-tbZLj1xxuX .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tbZLj1xxuX .text-content {
  padding-right: 1.5rem;
}
.cid-tbZLj1xxuX .mbr-text,
.cid-tbZLj1xxuX .mbr-section-btn {
  color: #767676;
}
.cid-tbZLj1xxuX .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  border-radius: .25rem;
}
.cid-tbZLj1xxuX .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-tbZLj1xxuX .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tbZLj1xxuX .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tbZLj1xxuX .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-tbZLj1xxuX .main-row {
    margin: 0;
  }
  .cid-tbZLj1xxuX .mbr-section-title,
  .cid-tbZLj1xxuX .mbr-text,
  .cid-tbZLj1xxuX .list,
  .cid-tbZLj1xxuX .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tbZLj1xxuX .text-content {
    padding: 0;
  }
}
.cid-tbZLj1xxuX .mbr-section-title {
  color: #dd4b39;
}
.cid-tbZLj2y0Vh {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tbZLj2y0Vh .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-tbZLj2y0Vh .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tbZLj2y0Vh .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-tbZLj2y0Vh .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-tbZLj2y0Vh .mbr-text,
.cid-tbZLj2y0Vh .mbr-section-btn {
  color: #767676;
}
.cid-tbZLj2y0Vh .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  border-radius: .25rem;
}
.cid-tbZLj2y0Vh .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-tbZLj2y0Vh .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tbZLj2y0Vh .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tbZLj2y0Vh .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-tbZLj2y0Vh .main-row {
    margin: 0;
  }
  .cid-tbZLj2y0Vh .mbr-section-title,
  .cid-tbZLj2y0Vh .mbr-text,
  .cid-tbZLj2y0Vh .list,
  .cid-tbZLj2y0Vh .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tbZLj2y0Vh .text-content {
    padding: 0;
  }
}
.cid-tbZLj2y0Vh .mbr-section-title {
  color: #dd4b39;
}
.cid-tbZLj3xUnw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tbZLj3xUnw .stats-item {
  padding: 80px 10px;
  background-color: #4950ba;
  display: flex;
  justify-content: center;
}
.cid-tbZLj3xUnw .stats-item:hover .mbr-iconfont::before {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
  display: block;
}
.cid-tbZLj3xUnw .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-tbZLj3xUnw .heading {
  color: #ffffff;
}
.cid-tbZLj3xUnw .counter {
  text-align: center;
  color: #ffffff;
}
.cid-tbZLj3xUnw .mbr-iconfont {
  font-size: 45px;
  align-self: center;
  margin-bottom: 22px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  padding: 35.5px;
}
.cid-tbZLj3xUnw .mbr-card-title,
.cid-tbZLj3xUnw .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-tbZLj3xUnw .stats-item {
    padding: 30px 25px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tbZLj4PtLs {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-tbZLj4PtLs .widget-title {
  color: #4950ba;
  margin-bottom: 30px;
}
.cid-tbZLj4PtLs .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tbZLj4PtLs .mbr-text {
  color: #83868c;
}
.cid-tbZLj4PtLs .phone-word {
  color: #dd4b39;
}
.cid-tbZLj4PtLs .text-link {
  transition: all 0.3s ease-in;
}
.cid-tbZLj4PtLs .text-link:hover {
  color: #dd4b39 !important;
}
.cid-tbZLj4PtLs img {
  height: 100px;
  padding-right: 8px;
}
.cid-tbZLj4PtLs .img1 {
  color: #dd4b39;
}
.cid-tbZLj4PtLs .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-tbZLj4PtLs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tbZLj4PtLs .content .link-wrap {
  color: red;
}
.cid-tbZLj4PtLs .content .date-wrap {
  color: #4950ba;
}
.cid-tbZLj4PtLs .item,
.cid-tbZLj4PtLs .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-tbZLj4PtLs .item h4,
.cid-tbZLj4PtLs .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tbZLj4PtLs .link {
  transition: all 0.3s ease-in;
}
.cid-tbZLj4PtLs .link .card-img {
  padding-bottom: 3px;
}
.cid-tbZLj4PtLs .link:hover .card-img span {
  color: #dd4b39;
}
.cid-tbZLj4PtLs .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #dd4b39 !important;
}
.cid-tbZLj4PtLs .item .card-img {
  width: auto;
}
.cid-tbZLj4PtLs .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-tbZLj4PtLs .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-tbZLj4PtLs h5 {
    text-align: left !important;
  }
  .cid-tbZLj4PtLs .line-wrap {
    text-align: left !important;
  }
}
.cid-tbZLj4PtLs .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-tbZLj4PtLs .item-title:hover {
  color: #dd4b39;
}
.cid-tbZLj4PtLs .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tbZLj4PtLs .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-tbZLj4PtLs .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-tbZLj4PtLs .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4950ba !important;
  box-shadow: none !important;
}
.cid-tbZLj4PtLs .btn[class*="-outline"]:active,
.cid-tbZLj4PtLs .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-tbZLj4PtLs .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-tbZLj4PtLs .list .list-item:last-child {
  margin-top: 10px;
}
.cid-tbZLj4PtLs .pre-form {
  color: #83868c;
}
.cid-tbZLj4PtLs .form-group,
.cid-tbZLj4PtLs .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tbZLj4PtLs .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  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-tbZLj4PtLs .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-tbZLj4PtLs .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-tbZLj4PtLs .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-tbZLj4PtLs .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-tbZLj4PtLs .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-tbZLj4PtLs .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-tbZLj4PtLs .dragArea {
  flex-direction: column;
}
.cid-tbZLj4PtLs .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-tbZLIpwVoD .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tbZLIpwVoD .navbar-fixed-top {
  padding-top: 0;
}
.cid-tbZLIpwVoD .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-tbZLIpwVoD .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-tbZLIpwVoD .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-tbZLIpwVoD .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tbZLIpwVoD .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-tbZLIpwVoD .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tbZLIpwVoD .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-tbZLIpwVoD .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tbZLIpwVoD .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tbZLIpwVoD .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tbZLIpwVoD .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-tbZLIpwVoD .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-tbZLIpwVoD .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tbZLIpwVoD .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-tbZLIpwVoD .dropdown-item,
.cid-tbZLIpwVoD .nav-link,
.cid-tbZLIpwVoD .brand-name {
  font-style: normal;
}
.cid-tbZLIpwVoD .dropdown-item:hover,
.cid-tbZLIpwVoD .nav-link:hover,
.cid-tbZLIpwVoD .brand-name:hover {
  color: #ffc600 !important;
}
.cid-tbZLIpwVoD .dropdown-menu {
  background-color: #ffffff;
}
.cid-tbZLIpwVoD .dropdown-item:active {
  background-color: #ffffff;
}
.cid-tbZLIpwVoD .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-tbZLIpwVoD .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tbZLIpwVoD .nav-item {
  position: relative;
}
.cid-tbZLIpwVoD .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tbZLIpwVoD .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-tbZLIpwVoD .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-tbZLIpwVoD .nav-link {
    line-height: 6.13;
  }
  .cid-tbZLIpwVoD .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #ffc600;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-tbZLIpwVoD .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-tbZLIpwVoD .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-tbZLIpwVoD .content-text {
  margin-bottom: 0;
}
.cid-tbZLIpwVoD .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tbZLIpwVoD .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4950ba;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tbZLIpwVoD .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tbZLIpwVoD .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tbZLIpwVoD .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-tbZLIpwVoD .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tbZLIpwVoD .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tbZLIpwVoD .content-right-side {
  text-align: center;
}
.cid-tbZLIpwVoD .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tbZLIpwVoD .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tbZLIpwVoD .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-tbZLIpwVoD .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-tbZLIpwVoD .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tbZLIpwVoD .info-widget:first-child {
  margin-left: 0;
}
.cid-tbZLIpwVoD .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tbZLIpwVoD .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-tbZLIpwVoD .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-tbZLIpwVoD .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-tbZLIpwVoD .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-tbZLIpwVoD .navbar {
    display: block;
    padding: 0;
  }
  .cid-tbZLIpwVoD .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-tbZLIpwVoD .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-tbZLIpwVoD .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tbZLIpwVoD .navbar-toggler {
    display: none;
  }
  .cid-tbZLIpwVoD .navbar-collapse {
    justify-content: center;
  }
}
.cid-tbZLIpwVoD .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tbZLIpwVoD .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-tbZLIpwVoD .btn-sm {
  padding: 13px 29px;
}
.cid-tbZLIpwVoD .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tbZLIpwVoD .btn::after {
  background-color: #83868c;
  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-tbZLIpwVoD .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-tbZLIpwVoD .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tbZLIpwVoD .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tbZLIpwVoD .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-tbZLIpwVoD .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tbZLIpwVoD .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tbZLIpwVoD .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tbZLIpwVoD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tbZLIpwVoD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbZLIpwVoD .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tbZLIpwVoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tbZLIpwVoD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbZLIpwVoD .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tbZLIpwVoD .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbZLIpwVoD .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tbZLIpwVoD .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-tbZLIpwVoD .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tbZLIpwVoD .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tbZLIpwVoD .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tbZLIpwVoD button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-tbZLIpwVoD button.navbar-toggler:focus {
  outline: none;
}
.cid-tbZLIpwVoD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-tbZLIpwVoD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tbZLIpwVoD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbZLIpwVoD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbZLIpwVoD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tbZLIpwVoD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbZLIpwVoD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tbZLIpwVoD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tbZLIpwVoD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbZLIpwVoD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbZLIpwVoD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbZLIpwVoD .collapsed .btn {
  display: flex;
}
.cid-tbZLIpwVoD .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tbZLIpwVoD .collapsed .navbar-collapse.collapsing,
.cid-tbZLIpwVoD .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tbZLIpwVoD .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tbZLIpwVoD .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tbZLIpwVoD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tbZLIpwVoD .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tbZLIpwVoD .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tbZLIpwVoD .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tbZLIpwVoD .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tbZLIpwVoD .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tbZLIpwVoD .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tbZLIpwVoD .collapsed button.navbar-toggler {
  display: block;
}
.cid-tbZLIpwVoD .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tbZLIpwVoD .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-tbZLIpwVoD .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-tbZLIpwVoD .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tbZLIpwVoD .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tbZLIpwVoD .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-tbZLIpwVoD .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tbZLIpwVoD .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-tbZLIpwVoD .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-tbZLIpwVoD .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tbZLIpwVoD .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-tbZLIpwVoD .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-tbZLIpwVoD .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-tbZLIpwVoD .navbar-collapse.collapsing,
  .cid-tbZLIpwVoD .navbar-collapse.show {
    display: block !important;
  }
  .cid-tbZLIpwVoD .navbar-collapse.collapsing .navbar-nav,
  .cid-tbZLIpwVoD .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tbZLIpwVoD .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tbZLIpwVoD .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tbZLIpwVoD .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-tbZLIpwVoD .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-tbZLIpwVoD .navbar-collapse.collapsing .navbar-buttons,
  .cid-tbZLIpwVoD .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tbZLIpwVoD .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tbZLIpwVoD .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tbZLIpwVoD img {
    height: 3.8rem !important;
  }
  .cid-tbZLIpwVoD .btn {
    display: flex;
  }
  .cid-tbZLIpwVoD button.navbar-toggler {
    display: block;
  }
  .cid-tbZLIpwVoD .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tbZLIpwVoD .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-tbZLIpwVoD .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-tbZLIpwVoD .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tbZLIpwVoD .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tbZLIpwVoD .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-tbZLIpwVoD .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tbZLIpwVoD .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tbZLIpwVoD .navbar-toggler {
  position: relative;
}
.cid-tbZLIpwVoD .dropdown-item.active,
.cid-tbZLIpwVoD .dropdown-item:active {
  color: initial;
}
.cid-tbZLIpwVoD .widget-title {
  color: #83868c;
}
.cid-tbZLIpwVoD .widget-text {
  color: #83868c;
}
.cid-tbZLIpwVoD .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-tbZLIpwVoD .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #4950ba;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-tbZLIpwVoD .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-tbZLIpwVoD .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #ffc600;
  -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-tbZLIpwVoD .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-tbZLIpwVoD .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-tbZLIpwVoD .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-tbZLIpwVoD .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-tbZLIpwVoD .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-tbZLIpwVoD .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-tbZLIpwVoD .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-tbZLIpwVoD .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-tbZLIpwVoD .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-tbZLIpwVoD .menu-content-top,
  .cid-tbZLIpwVoD .menu-bottom {
    padding: 0 15px;
  }
  .cid-tbZLIpwVoD 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-tbZLIr7sCt {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/welcome.jpg");
}
.cid-tbZLIr7sCt .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-tbZLIr7sCt .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-tbZLIr7sCt .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-tbZLIr7sCt .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-tbZLIr7sCt .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-tbZLIr7sCt .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-tbZLIr7sCt .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-tbZLIr7sCt .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-tbZLIr7sCt .separator,
  .cid-tbZLIr7sCt .sep-holder,
  .cid-tbZLIr7sCt .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-tbZLIr7sCt .buttons-wrap {
    flex-direction: column;
  }
}
.cid-tbZLIr7sCt .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-tbZLIr7sCt .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-tbZLIr7sCt .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-tbZLIr7sCt .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-tbZLIr7sCt .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-tbZLIr7sCt .items .list-item:last-child .listico {
  display: none;
}
.cid-tbZLIspJRY {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-tbZLIspJRY .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-tbZLIspJRY .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tbZLIspJRY .text-content {
  padding-right: 1.5rem;
}
.cid-tbZLIspJRY .mbr-text,
.cid-tbZLIspJRY .mbr-section-btn {
  color: #767676;
}
.cid-tbZLIspJRY .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  border-radius: .25rem;
}
.cid-tbZLIspJRY .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-tbZLIspJRY .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tbZLIspJRY .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tbZLIspJRY .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-tbZLIspJRY .main-row {
    margin: 0;
  }
  .cid-tbZLIspJRY .mbr-section-title,
  .cid-tbZLIspJRY .mbr-text,
  .cid-tbZLIspJRY .list,
  .cid-tbZLIspJRY .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tbZLIspJRY .text-content {
    padding: 0;
  }
}
.cid-tbZLIspJRY .mbr-section-title {
  color: #dd4b39;
}
.cid-tbZLItq6no {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tbZLItq6no .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-tbZLItq6no .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tbZLItq6no .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-tbZLItq6no .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-tbZLItq6no .mbr-text,
.cid-tbZLItq6no .mbr-section-btn {
  color: #767676;
}
.cid-tbZLItq6no .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  border-radius: .25rem;
}
.cid-tbZLItq6no .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-tbZLItq6no .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tbZLItq6no .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tbZLItq6no .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-tbZLItq6no .main-row {
    margin: 0;
  }
  .cid-tbZLItq6no .mbr-section-title,
  .cid-tbZLItq6no .mbr-text,
  .cid-tbZLItq6no .list,
  .cid-tbZLItq6no .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tbZLItq6no .text-content {
    padding: 0;
  }
}
.cid-tbZLItq6no .mbr-section-title {
  color: #dd4b39;
}
.cid-tbZONT4724 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-tbZONT4724 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-tbZONT4724 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tbZONT4724 .text-content {
  padding-right: 1.5rem;
}
.cid-tbZONT4724 .mbr-text,
.cid-tbZONT4724 .mbr-section-btn {
  color: #767676;
}
.cid-tbZONT4724 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  border-radius: .25rem;
}
.cid-tbZONT4724 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-tbZONT4724 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tbZONT4724 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tbZONT4724 .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-tbZONT4724 .main-row {
    margin: 0;
  }
  .cid-tbZONT4724 .mbr-section-title,
  .cid-tbZONT4724 .mbr-text,
  .cid-tbZONT4724 .list,
  .cid-tbZONT4724 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tbZONT4724 .text-content {
    padding: 0;
  }
}
.cid-tbZONT4724 .mbr-section-title {
  color: #dd4b39;
}
.cid-tbZOOArKow {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tbZOOArKow .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-tbZOOArKow .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tbZOOArKow .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-tbZOOArKow .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-tbZOOArKow .mbr-text,
.cid-tbZOOArKow .mbr-section-btn {
  color: #767676;
}
.cid-tbZOOArKow .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  border-radius: .25rem;
}
.cid-tbZOOArKow .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-tbZOOArKow .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tbZOOArKow .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tbZOOArKow .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-tbZOOArKow .main-row {
    margin: 0;
  }
  .cid-tbZOOArKow .mbr-section-title,
  .cid-tbZOOArKow .mbr-text,
  .cid-tbZOOArKow .list,
  .cid-tbZOOArKow .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tbZOOArKow .text-content {
    padding: 0;
  }
}
.cid-tbZOOArKow .mbr-section-title {
  color: #dd4b39;
}
.cid-tbZPSaFFzT {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-tbZPSaFFzT .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-tbZPSaFFzT .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tbZPSaFFzT .text-content {
  padding-right: 1.5rem;
}
.cid-tbZPSaFFzT .mbr-text,
.cid-tbZPSaFFzT .mbr-section-btn {
  color: #767676;
}
.cid-tbZPSaFFzT .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  border-radius: .25rem;
}
.cid-tbZPSaFFzT .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-tbZPSaFFzT .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tbZPSaFFzT .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tbZPSaFFzT .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-tbZPSaFFzT .main-row {
    margin: 0;
  }
  .cid-tbZPSaFFzT .mbr-section-title,
  .cid-tbZPSaFFzT .mbr-text,
  .cid-tbZPSaFFzT .list,
  .cid-tbZPSaFFzT .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tbZPSaFFzT .text-content {
    padding: 0;
  }
}
.cid-tbZPSaFFzT .mbr-section-title {
  color: #dd4b39;
}
.cid-tbZPSIT5R9 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tbZPSIT5R9 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-tbZPSIT5R9 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tbZPSIT5R9 .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-tbZPSIT5R9 .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-tbZPSIT5R9 .mbr-text,
.cid-tbZPSIT5R9 .mbr-section-btn {
  color: #767676;
}
.cid-tbZPSIT5R9 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  border-radius: .25rem;
}
.cid-tbZPSIT5R9 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-tbZPSIT5R9 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tbZPSIT5R9 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tbZPSIT5R9 .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-tbZPSIT5R9 .main-row {
    margin: 0;
  }
  .cid-tbZPSIT5R9 .mbr-section-title,
  .cid-tbZPSIT5R9 .mbr-text,
  .cid-tbZPSIT5R9 .list,
  .cid-tbZPSIT5R9 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tbZPSIT5R9 .text-content {
    padding: 0;
  }
}
.cid-tbZPSIT5R9 .mbr-section-title {
  color: #dd4b39;
}
.cid-tbZQpxQyNt {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-tbZQpxQyNt .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-tbZQpxQyNt .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tbZQpxQyNt .text-content {
  padding-right: 1.5rem;
}
.cid-tbZQpxQyNt .mbr-text,
.cid-tbZQpxQyNt .mbr-section-btn {
  color: #767676;
}
.cid-tbZQpxQyNt .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  border-radius: .25rem;
}
.cid-tbZQpxQyNt .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-tbZQpxQyNt .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tbZQpxQyNt .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tbZQpxQyNt .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-tbZQpxQyNt .main-row {
    margin: 0;
  }
  .cid-tbZQpxQyNt .mbr-section-title,
  .cid-tbZQpxQyNt .mbr-text,
  .cid-tbZQpxQyNt .list,
  .cid-tbZQpxQyNt .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tbZQpxQyNt .text-content {
    padding: 0;
  }
}
.cid-tbZQpxQyNt .mbr-section-title {
  color: #dd4b39;
}
.cid-tbZQqlPK6k {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tbZQqlPK6k .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-tbZQqlPK6k .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tbZQqlPK6k .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-tbZQqlPK6k .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-tbZQqlPK6k .mbr-text,
.cid-tbZQqlPK6k .mbr-section-btn {
  color: #767676;
}
.cid-tbZQqlPK6k .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  border-radius: .25rem;
}
.cid-tbZQqlPK6k .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-tbZQqlPK6k .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tbZQqlPK6k .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tbZQqlPK6k .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-tbZQqlPK6k .main-row {
    margin: 0;
  }
  .cid-tbZQqlPK6k .mbr-section-title,
  .cid-tbZQqlPK6k .mbr-text,
  .cid-tbZQqlPK6k .list,
  .cid-tbZQqlPK6k .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tbZQqlPK6k .text-content {
    padding: 0;
  }
}
.cid-tbZQqlPK6k .mbr-section-title {
  color: #dd4b39;
}
.cid-tbZLIuzwbB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tbZLIuzwbB .stats-item {
  padding: 80px 10px;
  background-color: #4950ba;
  display: flex;
  justify-content: center;
}
.cid-tbZLIuzwbB .stats-item:hover .mbr-iconfont::before {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
  display: block;
}
.cid-tbZLIuzwbB .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-tbZLIuzwbB .heading {
  color: #ffffff;
}
.cid-tbZLIuzwbB .counter {
  text-align: center;
  color: #ffffff;
}
.cid-tbZLIuzwbB .mbr-iconfont {
  font-size: 45px;
  align-self: center;
  margin-bottom: 22px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  padding: 35.5px;
}
.cid-tbZLIuzwbB .mbr-card-title,
.cid-tbZLIuzwbB .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-tbZLIuzwbB .stats-item {
    padding: 30px 25px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tbZLIvR748 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-tbZLIvR748 .widget-title {
  color: #4950ba;
  margin-bottom: 30px;
}
.cid-tbZLIvR748 .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tbZLIvR748 .mbr-text {
  color: #83868c;
}
.cid-tbZLIvR748 .phone-word {
  color: #dd4b39;
}
.cid-tbZLIvR748 .text-link {
  transition: all 0.3s ease-in;
}
.cid-tbZLIvR748 .text-link:hover {
  color: #dd4b39 !important;
}
.cid-tbZLIvR748 img {
  height: 100px;
  padding-right: 8px;
}
.cid-tbZLIvR748 .img1 {
  color: #dd4b39;
}
.cid-tbZLIvR748 .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-tbZLIvR748 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tbZLIvR748 .content .link-wrap {
  color: red;
}
.cid-tbZLIvR748 .content .date-wrap {
  color: #4950ba;
}
.cid-tbZLIvR748 .item,
.cid-tbZLIvR748 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-tbZLIvR748 .item h4,
.cid-tbZLIvR748 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tbZLIvR748 .link {
  transition: all 0.3s ease-in;
}
.cid-tbZLIvR748 .link .card-img {
  padding-bottom: 3px;
}
.cid-tbZLIvR748 .link:hover .card-img span {
  color: #dd4b39;
}
.cid-tbZLIvR748 .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #dd4b39 !important;
}
.cid-tbZLIvR748 .item .card-img {
  width: auto;
}
.cid-tbZLIvR748 .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-tbZLIvR748 .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-tbZLIvR748 h5 {
    text-align: left !important;
  }
  .cid-tbZLIvR748 .line-wrap {
    text-align: left !important;
  }
}
.cid-tbZLIvR748 .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-tbZLIvR748 .item-title:hover {
  color: #dd4b39;
}
.cid-tbZLIvR748 .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tbZLIvR748 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-tbZLIvR748 .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-tbZLIvR748 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4950ba !important;
  box-shadow: none !important;
}
.cid-tbZLIvR748 .btn[class*="-outline"]:active,
.cid-tbZLIvR748 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-tbZLIvR748 .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-tbZLIvR748 .list .list-item:last-child {
  margin-top: 10px;
}
.cid-tbZLIvR748 .pre-form {
  color: #83868c;
}
.cid-tbZLIvR748 .form-group,
.cid-tbZLIvR748 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tbZLIvR748 .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  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-tbZLIvR748 .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-tbZLIvR748 .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-tbZLIvR748 .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-tbZLIvR748 .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-tbZLIvR748 .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-tbZLIvR748 .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-tbZLIvR748 .dragArea {
  flex-direction: column;
}
.cid-tbZLIvR748 .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-tbZT5iqlU8 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tbZT5iqlU8 .navbar-fixed-top {
  padding-top: 0;
}
.cid-tbZT5iqlU8 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-tbZT5iqlU8 .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-tbZT5iqlU8 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-tbZT5iqlU8 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tbZT5iqlU8 .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-tbZT5iqlU8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tbZT5iqlU8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-tbZT5iqlU8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tbZT5iqlU8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tbZT5iqlU8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tbZT5iqlU8 .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-tbZT5iqlU8 .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-tbZT5iqlU8 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tbZT5iqlU8 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-tbZT5iqlU8 .dropdown-item,
.cid-tbZT5iqlU8 .nav-link,
.cid-tbZT5iqlU8 .brand-name {
  font-style: normal;
}
.cid-tbZT5iqlU8 .dropdown-item:hover,
.cid-tbZT5iqlU8 .nav-link:hover,
.cid-tbZT5iqlU8 .brand-name:hover {
  color: #ffc600 !important;
}
.cid-tbZT5iqlU8 .dropdown-menu {
  background-color: #ffffff;
}
.cid-tbZT5iqlU8 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-tbZT5iqlU8 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-tbZT5iqlU8 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tbZT5iqlU8 .nav-item {
  position: relative;
}
.cid-tbZT5iqlU8 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tbZT5iqlU8 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-tbZT5iqlU8 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-tbZT5iqlU8 .nav-link {
    line-height: 6.13;
  }
  .cid-tbZT5iqlU8 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #ffc600;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-tbZT5iqlU8 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-tbZT5iqlU8 .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-tbZT5iqlU8 .content-text {
  margin-bottom: 0;
}
.cid-tbZT5iqlU8 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tbZT5iqlU8 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4950ba;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tbZT5iqlU8 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tbZT5iqlU8 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tbZT5iqlU8 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-tbZT5iqlU8 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tbZT5iqlU8 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tbZT5iqlU8 .content-right-side {
  text-align: center;
}
.cid-tbZT5iqlU8 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tbZT5iqlU8 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tbZT5iqlU8 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-tbZT5iqlU8 .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-tbZT5iqlU8 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tbZT5iqlU8 .info-widget:first-child {
  margin-left: 0;
}
.cid-tbZT5iqlU8 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tbZT5iqlU8 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-tbZT5iqlU8 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-tbZT5iqlU8 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-tbZT5iqlU8 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-tbZT5iqlU8 .navbar {
    display: block;
    padding: 0;
  }
  .cid-tbZT5iqlU8 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-tbZT5iqlU8 .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-tbZT5iqlU8 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tbZT5iqlU8 .navbar-toggler {
    display: none;
  }
  .cid-tbZT5iqlU8 .navbar-collapse {
    justify-content: center;
  }
}
.cid-tbZT5iqlU8 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tbZT5iqlU8 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-tbZT5iqlU8 .btn-sm {
  padding: 13px 29px;
}
.cid-tbZT5iqlU8 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tbZT5iqlU8 .btn::after {
  background-color: #83868c;
  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-tbZT5iqlU8 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-tbZT5iqlU8 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tbZT5iqlU8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tbZT5iqlU8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-tbZT5iqlU8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tbZT5iqlU8 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tbZT5iqlU8 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tbZT5iqlU8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tbZT5iqlU8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbZT5iqlU8 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tbZT5iqlU8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tbZT5iqlU8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbZT5iqlU8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tbZT5iqlU8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbZT5iqlU8 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tbZT5iqlU8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-tbZT5iqlU8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tbZT5iqlU8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tbZT5iqlU8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tbZT5iqlU8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-tbZT5iqlU8 button.navbar-toggler:focus {
  outline: none;
}
.cid-tbZT5iqlU8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-tbZT5iqlU8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tbZT5iqlU8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbZT5iqlU8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbZT5iqlU8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tbZT5iqlU8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbZT5iqlU8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tbZT5iqlU8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tbZT5iqlU8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbZT5iqlU8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbZT5iqlU8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbZT5iqlU8 .collapsed .btn {
  display: flex;
}
.cid-tbZT5iqlU8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tbZT5iqlU8 .collapsed .navbar-collapse.collapsing,
.cid-tbZT5iqlU8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tbZT5iqlU8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tbZT5iqlU8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tbZT5iqlU8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tbZT5iqlU8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tbZT5iqlU8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tbZT5iqlU8 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tbZT5iqlU8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tbZT5iqlU8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tbZT5iqlU8 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tbZT5iqlU8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tbZT5iqlU8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tbZT5iqlU8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-tbZT5iqlU8 .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-tbZT5iqlU8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tbZT5iqlU8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tbZT5iqlU8 .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-tbZT5iqlU8 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tbZT5iqlU8 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-tbZT5iqlU8 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-tbZT5iqlU8 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tbZT5iqlU8 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-tbZT5iqlU8 .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-tbZT5iqlU8 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-tbZT5iqlU8 .navbar-collapse.collapsing,
  .cid-tbZT5iqlU8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tbZT5iqlU8 .navbar-collapse.collapsing .navbar-nav,
  .cid-tbZT5iqlU8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tbZT5iqlU8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tbZT5iqlU8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tbZT5iqlU8 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-tbZT5iqlU8 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-tbZT5iqlU8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tbZT5iqlU8 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tbZT5iqlU8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tbZT5iqlU8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tbZT5iqlU8 img {
    height: 3.8rem !important;
  }
  .cid-tbZT5iqlU8 .btn {
    display: flex;
  }
  .cid-tbZT5iqlU8 button.navbar-toggler {
    display: block;
  }
  .cid-tbZT5iqlU8 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tbZT5iqlU8 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-tbZT5iqlU8 .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-tbZT5iqlU8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tbZT5iqlU8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tbZT5iqlU8 .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-tbZT5iqlU8 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tbZT5iqlU8 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tbZT5iqlU8 .navbar-toggler {
  position: relative;
}
.cid-tbZT5iqlU8 .dropdown-item.active,
.cid-tbZT5iqlU8 .dropdown-item:active {
  color: initial;
}
.cid-tbZT5iqlU8 .widget-title {
  color: #83868c;
}
.cid-tbZT5iqlU8 .widget-text {
  color: #83868c;
}
.cid-tbZT5iqlU8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-tbZT5iqlU8 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #4950ba;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-tbZT5iqlU8 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-tbZT5iqlU8 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #ffc600;
  -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-tbZT5iqlU8 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-tbZT5iqlU8 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-tbZT5iqlU8 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-tbZT5iqlU8 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-tbZT5iqlU8 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-tbZT5iqlU8 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-tbZT5iqlU8 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-tbZT5iqlU8 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-tbZT5iqlU8 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-tbZT5iqlU8 .menu-content-top,
  .cid-tbZT5iqlU8 .menu-bottom {
    padding: 0 15px;
  }
  .cid-tbZT5iqlU8 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-tbZT5k8pa4 {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/welcome.jpg");
}
.cid-tbZT5k8pa4 .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-tbZT5k8pa4 .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-tbZT5k8pa4 .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-tbZT5k8pa4 .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-tbZT5k8pa4 .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-tbZT5k8pa4 .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-tbZT5k8pa4 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-tbZT5k8pa4 .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-tbZT5k8pa4 .separator,
  .cid-tbZT5k8pa4 .sep-holder,
  .cid-tbZT5k8pa4 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-tbZT5k8pa4 .buttons-wrap {
    flex-direction: column;
  }
}
.cid-tbZT5k8pa4 .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-tbZT5k8pa4 .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-tbZT5k8pa4 .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-tbZT5k8pa4 .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-tbZT5k8pa4 .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-tbZT5k8pa4 .items .list-item:last-child .listico {
  display: none;
}
.cid-tbZT5lwj1x {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-tbZT5lwj1x .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-tbZT5lwj1x .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tbZT5lwj1x .text-content {
  padding-right: 1.5rem;
}
.cid-tbZT5lwj1x .mbr-text,
.cid-tbZT5lwj1x .mbr-section-btn {
  color: #767676;
}
.cid-tbZT5lwj1x .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  border-radius: .25rem;
}
.cid-tbZT5lwj1x .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-tbZT5lwj1x .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tbZT5lwj1x .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tbZT5lwj1x .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-tbZT5lwj1x .main-row {
    margin: 0;
  }
  .cid-tbZT5lwj1x .mbr-section-title,
  .cid-tbZT5lwj1x .mbr-text,
  .cid-tbZT5lwj1x .list,
  .cid-tbZT5lwj1x .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tbZT5lwj1x .text-content {
    padding: 0;
  }
}
.cid-tbZT5lwj1x .mbr-section-title {
  color: #dd4b39;
}
.cid-tbZT5mMnCG {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tbZT5mMnCG .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-tbZT5mMnCG .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tbZT5mMnCG .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-tbZT5mMnCG .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-tbZT5mMnCG .mbr-text,
.cid-tbZT5mMnCG .mbr-section-btn {
  color: #767676;
}
.cid-tbZT5mMnCG .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.3);
  border-radius: .25rem;
}
.cid-tbZT5mMnCG .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-tbZT5mMnCG .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tbZT5mMnCG .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tbZT5mMnCG .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-tbZT5mMnCG .main-row {
    margin: 0;
  }
  .cid-tbZT5mMnCG .mbr-section-title,
  .cid-tbZT5mMnCG .mbr-text,
  .cid-tbZT5mMnCG .list,
  .cid-tbZT5mMnCG .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tbZT5mMnCG .text-content {
    padding: 0;
  }
}
.cid-tbZT5mMnCG .mbr-section-title {
  color: #dd4b39;
}
.cid-tbZT5tKtPJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tbZT5tKtPJ .stats-item {
  padding: 80px 10px;
  background-color: #4950ba;
  display: flex;
  justify-content: center;
}
.cid-tbZT5tKtPJ .stats-item:hover .mbr-iconfont::before {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
  display: block;
}
.cid-tbZT5tKtPJ .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-tbZT5tKtPJ .heading {
  color: #ffffff;
}
.cid-tbZT5tKtPJ .counter {
  text-align: center;
  color: #ffffff;
}
.cid-tbZT5tKtPJ .mbr-iconfont {
  font-size: 45px;
  align-self: center;
  margin-bottom: 22px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  padding: 35.5px;
}
.cid-tbZT5tKtPJ .mbr-card-title,
.cid-tbZT5tKtPJ .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-tbZT5tKtPJ .stats-item {
    padding: 30px 25px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tbZT5v6Pg7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-tbZT5v6Pg7 .widget-title {
  color: #4950ba;
  margin-bottom: 30px;
}
.cid-tbZT5v6Pg7 .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tbZT5v6Pg7 .mbr-text {
  color: #83868c;
}
.cid-tbZT5v6Pg7 .phone-word {
  color: #dd4b39;
}
.cid-tbZT5v6Pg7 .text-link {
  transition: all 0.3s ease-in;
}
.cid-tbZT5v6Pg7 .text-link:hover {
  color: #dd4b39 !important;
}
.cid-tbZT5v6Pg7 img {
  height: 100px;
  padding-right: 8px;
}
.cid-tbZT5v6Pg7 .img1 {
  color: #dd4b39;
}
.cid-tbZT5v6Pg7 .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-tbZT5v6Pg7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tbZT5v6Pg7 .content .link-wrap {
  color: red;
}
.cid-tbZT5v6Pg7 .content .date-wrap {
  color: #4950ba;
}
.cid-tbZT5v6Pg7 .item,
.cid-tbZT5v6Pg7 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-tbZT5v6Pg7 .item h4,
.cid-tbZT5v6Pg7 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tbZT5v6Pg7 .link {
  transition: all 0.3s ease-in;
}
.cid-tbZT5v6Pg7 .link .card-img {
  padding-bottom: 3px;
}
.cid-tbZT5v6Pg7 .link:hover .card-img span {
  color: #dd4b39;
}
.cid-tbZT5v6Pg7 .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #dd4b39 !important;
}
.cid-tbZT5v6Pg7 .item .card-img {
  width: auto;
}
.cid-tbZT5v6Pg7 .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-tbZT5v6Pg7 .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-tbZT5v6Pg7 h5 {
    text-align: left !important;
  }
  .cid-tbZT5v6Pg7 .line-wrap {
    text-align: left !important;
  }
}
.cid-tbZT5v6Pg7 .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-tbZT5v6Pg7 .item-title:hover {
  color: #dd4b39;
}
.cid-tbZT5v6Pg7 .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tbZT5v6Pg7 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-tbZT5v6Pg7 .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-tbZT5v6Pg7 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4950ba !important;
  box-shadow: none !important;
}
.cid-tbZT5v6Pg7 .btn[class*="-outline"]:active,
.cid-tbZT5v6Pg7 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-tbZT5v6Pg7 .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-tbZT5v6Pg7 .list .list-item:last-child {
  margin-top: 10px;
}
.cid-tbZT5v6Pg7 .pre-form {
  color: #83868c;
}
.cid-tbZT5v6Pg7 .form-group,
.cid-tbZT5v6Pg7 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tbZT5v6Pg7 .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  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-tbZT5v6Pg7 .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-tbZT5v6Pg7 .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-tbZT5v6Pg7 .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-tbZT5v6Pg7 .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-tbZT5v6Pg7 .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-tbZT5v6Pg7 .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-tbZT5v6Pg7 .dragArea {
  flex-direction: column;
}
.cid-tbZT5v6Pg7 .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-tbZUP4Kvs0 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tbZUP4Kvs0 .navbar-fixed-top {
  padding-top: 0;
}
.cid-tbZUP4Kvs0 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-tbZUP4Kvs0 .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-tbZUP4Kvs0 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-tbZUP4Kvs0 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tbZUP4Kvs0 .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-tbZUP4Kvs0 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tbZUP4Kvs0 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-tbZUP4Kvs0 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tbZUP4Kvs0 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tbZUP4Kvs0 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tbZUP4Kvs0 .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-tbZUP4Kvs0 .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-tbZUP4Kvs0 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tbZUP4Kvs0 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-tbZUP4Kvs0 .dropdown-item,
.cid-tbZUP4Kvs0 .nav-link,
.cid-tbZUP4Kvs0 .brand-name {
  font-style: normal;
}
.cid-tbZUP4Kvs0 .dropdown-item:hover,
.cid-tbZUP4Kvs0 .nav-link:hover,
.cid-tbZUP4Kvs0 .brand-name:hover {
  color: #ffc600 !important;
}
.cid-tbZUP4Kvs0 .dropdown-menu {
  background-color: #ffffff;
}
.cid-tbZUP4Kvs0 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-tbZUP4Kvs0 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-tbZUP4Kvs0 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tbZUP4Kvs0 .nav-item {
  position: relative;
}
.cid-tbZUP4Kvs0 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tbZUP4Kvs0 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-tbZUP4Kvs0 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-tbZUP4Kvs0 .nav-link {
    line-height: 6.13;
  }
  .cid-tbZUP4Kvs0 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #ffc600;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-tbZUP4Kvs0 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-tbZUP4Kvs0 .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-tbZUP4Kvs0 .content-text {
  margin-bottom: 0;
}
.cid-tbZUP4Kvs0 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tbZUP4Kvs0 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4950ba;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tbZUP4Kvs0 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tbZUP4Kvs0 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tbZUP4Kvs0 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-tbZUP4Kvs0 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tbZUP4Kvs0 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tbZUP4Kvs0 .content-right-side {
  text-align: center;
}
.cid-tbZUP4Kvs0 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tbZUP4Kvs0 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tbZUP4Kvs0 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-tbZUP4Kvs0 .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-tbZUP4Kvs0 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tbZUP4Kvs0 .info-widget:first-child {
  margin-left: 0;
}
.cid-tbZUP4Kvs0 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tbZUP4Kvs0 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-tbZUP4Kvs0 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-tbZUP4Kvs0 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-tbZUP4Kvs0 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-tbZUP4Kvs0 .navbar {
    display: block;
    padding: 0;
  }
  .cid-tbZUP4Kvs0 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-tbZUP4Kvs0 .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-tbZUP4Kvs0 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tbZUP4Kvs0 .navbar-toggler {
    display: none;
  }
  .cid-tbZUP4Kvs0 .navbar-collapse {
    justify-content: center;
  }
}
.cid-tbZUP4Kvs0 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tbZUP4Kvs0 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-tbZUP4Kvs0 .btn-sm {
  padding: 13px 29px;
}
.cid-tbZUP4Kvs0 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tbZUP4Kvs0 .btn::after {
  background-color: #83868c;
  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-tbZUP4Kvs0 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-tbZUP4Kvs0 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tbZUP4Kvs0 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tbZUP4Kvs0 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-tbZUP4Kvs0 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tbZUP4Kvs0 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tbZUP4Kvs0 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tbZUP4Kvs0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tbZUP4Kvs0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbZUP4Kvs0 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tbZUP4Kvs0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tbZUP4Kvs0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbZUP4Kvs0 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tbZUP4Kvs0 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbZUP4Kvs0 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tbZUP4Kvs0 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-tbZUP4Kvs0 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tbZUP4Kvs0 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tbZUP4Kvs0 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tbZUP4Kvs0 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-tbZUP4Kvs0 button.navbar-toggler:focus {
  outline: none;
}
.cid-tbZUP4Kvs0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-tbZUP4Kvs0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tbZUP4Kvs0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbZUP4Kvs0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbZUP4Kvs0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tbZUP4Kvs0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbZUP4Kvs0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tbZUP4Kvs0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tbZUP4Kvs0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbZUP4Kvs0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbZUP4Kvs0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbZUP4Kvs0 .collapsed .btn {
  display: flex;
}
.cid-tbZUP4Kvs0 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tbZUP4Kvs0 .collapsed .navbar-collapse.collapsing,
.cid-tbZUP4Kvs0 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tbZUP4Kvs0 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tbZUP4Kvs0 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tbZUP4Kvs0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tbZUP4Kvs0 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tbZUP4Kvs0 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tbZUP4Kvs0 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tbZUP4Kvs0 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tbZUP4Kvs0 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tbZUP4Kvs0 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tbZUP4Kvs0 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tbZUP4Kvs0 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tbZUP4Kvs0 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-tbZUP4Kvs0 .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-tbZUP4Kvs0 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tbZUP4Kvs0 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tbZUP4Kvs0 .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-tbZUP4Kvs0 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tbZUP4Kvs0 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-tbZUP4Kvs0 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-tbZUP4Kvs0 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tbZUP4Kvs0 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-tbZUP4Kvs0 .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-tbZUP4Kvs0 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-tbZUP4Kvs0 .navbar-collapse.collapsing,
  .cid-tbZUP4Kvs0 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tbZUP4Kvs0 .navbar-collapse.collapsing .navbar-nav,
  .cid-tbZUP4Kvs0 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tbZUP4Kvs0 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tbZUP4Kvs0 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tbZUP4Kvs0 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-tbZUP4Kvs0 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-tbZUP4Kvs0 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tbZUP4Kvs0 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tbZUP4Kvs0 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tbZUP4Kvs0 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tbZUP4Kvs0 img {
    height: 3.8rem !important;
  }
  .cid-tbZUP4Kvs0 .btn {
    display: flex;
  }
  .cid-tbZUP4Kvs0 button.navbar-toggler {
    display: block;
  }
  .cid-tbZUP4Kvs0 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tbZUP4Kvs0 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-tbZUP4Kvs0 .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-tbZUP4Kvs0 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tbZUP4Kvs0 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tbZUP4Kvs0 .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-tbZUP4Kvs0 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tbZUP4Kvs0 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tbZUP4Kvs0 .navbar-toggler {
  position: relative;
}
.cid-tbZUP4Kvs0 .dropdown-item.active,
.cid-tbZUP4Kvs0 .dropdown-item:active {
  color: initial;
}
.cid-tbZUP4Kvs0 .widget-title {
  color: #83868c;
}
.cid-tbZUP4Kvs0 .widget-text {
  color: #83868c;
}
.cid-tbZUP4Kvs0 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-tbZUP4Kvs0 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #4950ba;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-tbZUP4Kvs0 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-tbZUP4Kvs0 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #ffc600;
  -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-tbZUP4Kvs0 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-tbZUP4Kvs0 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-tbZUP4Kvs0 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-tbZUP4Kvs0 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-tbZUP4Kvs0 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-tbZUP4Kvs0 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-tbZUP4Kvs0 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-tbZUP4Kvs0 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-tbZUP4Kvs0 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-tbZUP4Kvs0 .menu-content-top,
  .cid-tbZUP4Kvs0 .menu-bottom {
    padding: 0 15px;
  }
  .cid-tbZUP4Kvs0 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-tbZUP5Ywmc {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/welcome.jpg");
}
.cid-tbZUP5Ywmc .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-tbZUP5Ywmc .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-tbZUP5Ywmc .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-tbZUP5Ywmc .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-tbZUP5Ywmc .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-tbZUP5Ywmc .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-tbZUP5Ywmc .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-tbZUP5Ywmc .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-tbZUP5Ywmc .separator,
  .cid-tbZUP5Ywmc .sep-holder,
  .cid-tbZUP5Ywmc .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-tbZUP5Ywmc .buttons-wrap {
    flex-direction: column;
  }
}
.cid-tbZUP5Ywmc .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-tbZUP5Ywmc .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-tbZUP5Ywmc .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-tbZUP5Ywmc .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-tbZUP5Ywmc .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-tbZUP5Ywmc .items .list-item:last-child .listico {
  display: none;
}
.cid-tbZUZejIL2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background12.jpg");
}
.cid-tbZUZejIL2 .mbr-overlay {
  background: linear-gradient(90deg, #0c18bb, #ff1503);
}
.cid-tbZUZejIL2 h2,
.cid-tbZUZejIL2 h3,
.cid-tbZUZejIL2 h4,
.cid-tbZUZejIL2 p {
  color: #ffffff;
}
.cid-tbZUZejIL2 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tbZUZejIL2 .text-block {
  border-bottom: 1px solid #767676;
}
.cid-tbZUZejIL2 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tbZUZejIL2 .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-tbZUZejIL2 .form-control:focus,
.cid-tbZUZejIL2 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tbZUZejIL2 .form-group {
  margin-bottom: 1rem;
}
.cid-tbZUZejIL2 input::-webkit-input-placeholder,
.cid-tbZUZejIL2 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tbZUZejIL2 input:-moz-placeholder,
.cid-tbZUZejIL2 textarea:-moz-placeholder {
  color: #656565;
}
.cid-tbZUZejIL2 .jq-selectbox li,
.cid-tbZUZejIL2 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tbZUZejIL2 .jq-selectbox li:hover,
.cid-tbZUZejIL2 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tbZUZejIL2 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tbZUZejIL2 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tbZUZejIL2 .mbr-text {
  color: #767676;
}
.cid-tbZUZejIL2 a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tbZUZejIL2 .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tbZUZejIL2 .input-group-btn {
  display: block;
  text-align: center;
}
.cid-tbZUZejIL2 textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-tbZUZejIL2 h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tbZUZejIL2 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tbZUZejIL2 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tbZUZejIL2 .google-map {
    padding-bottom: 2rem;
  }
}
.cid-tbZUP9efZ1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tbZUP9efZ1 .stats-item {
  padding: 80px 10px;
  background-color: #4950ba;
  display: flex;
  justify-content: center;
}
.cid-tbZUP9efZ1 .stats-item:hover .mbr-iconfont::before {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
  display: block;
}
.cid-tbZUP9efZ1 .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-tbZUP9efZ1 .heading {
  color: #ffffff;
}
.cid-tbZUP9efZ1 .counter {
  text-align: center;
  color: #ffffff;
}
.cid-tbZUP9efZ1 .mbr-iconfont {
  font-size: 45px;
  align-self: center;
  margin-bottom: 22px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  padding: 35.5px;
}
.cid-tbZUP9efZ1 .mbr-card-title,
.cid-tbZUP9efZ1 .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-tbZUP9efZ1 .stats-item {
    padding: 30px 25px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tbZUPaHgRu {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-tbZUPaHgRu .widget-title {
  color: #4950ba;
  margin-bottom: 30px;
}
.cid-tbZUPaHgRu .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tbZUPaHgRu .mbr-text {
  color: #83868c;
}
.cid-tbZUPaHgRu .phone-word {
  color: #dd4b39;
}
.cid-tbZUPaHgRu .text-link {
  transition: all 0.3s ease-in;
}
.cid-tbZUPaHgRu .text-link:hover {
  color: #dd4b39 !important;
}
.cid-tbZUPaHgRu img {
  height: 100px;
  padding-right: 8px;
}
.cid-tbZUPaHgRu .img1 {
  color: #dd4b39;
}
.cid-tbZUPaHgRu .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-tbZUPaHgRu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tbZUPaHgRu .content .link-wrap {
  color: red;
}
.cid-tbZUPaHgRu .content .date-wrap {
  color: #4950ba;
}
.cid-tbZUPaHgRu .item,
.cid-tbZUPaHgRu .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-tbZUPaHgRu .item h4,
.cid-tbZUPaHgRu .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tbZUPaHgRu .link {
  transition: all 0.3s ease-in;
}
.cid-tbZUPaHgRu .link .card-img {
  padding-bottom: 3px;
}
.cid-tbZUPaHgRu .link:hover .card-img span {
  color: #dd4b39;
}
.cid-tbZUPaHgRu .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #dd4b39 !important;
}
.cid-tbZUPaHgRu .item .card-img {
  width: auto;
}
.cid-tbZUPaHgRu .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-tbZUPaHgRu .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-tbZUPaHgRu h5 {
    text-align: left !important;
  }
  .cid-tbZUPaHgRu .line-wrap {
    text-align: left !important;
  }
}
.cid-tbZUPaHgRu .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-tbZUPaHgRu .item-title:hover {
  color: #dd4b39;
}
.cid-tbZUPaHgRu .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tbZUPaHgRu .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-tbZUPaHgRu .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-tbZUPaHgRu .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4950ba !important;
  box-shadow: none !important;
}
.cid-tbZUPaHgRu .btn[class*="-outline"]:active,
.cid-tbZUPaHgRu .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-tbZUPaHgRu .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-tbZUPaHgRu .list .list-item:last-child {
  margin-top: 10px;
}
.cid-tbZUPaHgRu .pre-form {
  color: #83868c;
}
.cid-tbZUPaHgRu .form-group,
.cid-tbZUPaHgRu .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tbZUPaHgRu .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  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-tbZUPaHgRu .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-tbZUPaHgRu .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-tbZUPaHgRu .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-tbZUPaHgRu .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-tbZUPaHgRu .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-tbZUPaHgRu .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-tbZUPaHgRu .dragArea {
  flex-direction: column;
}
.cid-tbZUPaHgRu .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-tbZVxnNKub .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tbZVxnNKub .navbar-fixed-top {
  padding-top: 0;
}
.cid-tbZVxnNKub .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-tbZVxnNKub .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-tbZVxnNKub .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-tbZVxnNKub .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tbZVxnNKub .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-tbZVxnNKub .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tbZVxnNKub .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-tbZVxnNKub .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tbZVxnNKub .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tbZVxnNKub .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tbZVxnNKub .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-tbZVxnNKub .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-tbZVxnNKub .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tbZVxnNKub .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-tbZVxnNKub .dropdown-item,
.cid-tbZVxnNKub .nav-link,
.cid-tbZVxnNKub .brand-name {
  font-style: normal;
}
.cid-tbZVxnNKub .dropdown-item:hover,
.cid-tbZVxnNKub .nav-link:hover,
.cid-tbZVxnNKub .brand-name:hover {
  color: #ffc600 !important;
}
.cid-tbZVxnNKub .dropdown-menu {
  background-color: #ffffff;
}
.cid-tbZVxnNKub .dropdown-item:active {
  background-color: #ffffff;
}
.cid-tbZVxnNKub .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-tbZVxnNKub .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tbZVxnNKub .nav-item {
  position: relative;
}
.cid-tbZVxnNKub .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tbZVxnNKub .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-tbZVxnNKub .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-tbZVxnNKub .nav-link {
    line-height: 6.13;
  }
  .cid-tbZVxnNKub .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #ffc600;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-tbZVxnNKub .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-tbZVxnNKub .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-tbZVxnNKub .content-text {
  margin-bottom: 0;
}
.cid-tbZVxnNKub .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tbZVxnNKub .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4950ba;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tbZVxnNKub .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tbZVxnNKub .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tbZVxnNKub .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-tbZVxnNKub .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tbZVxnNKub .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tbZVxnNKub .content-right-side {
  text-align: center;
}
.cid-tbZVxnNKub .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tbZVxnNKub .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tbZVxnNKub .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-tbZVxnNKub .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-tbZVxnNKub .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tbZVxnNKub .info-widget:first-child {
  margin-left: 0;
}
.cid-tbZVxnNKub .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tbZVxnNKub .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-tbZVxnNKub .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-tbZVxnNKub .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-tbZVxnNKub .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-tbZVxnNKub .navbar {
    display: block;
    padding: 0;
  }
  .cid-tbZVxnNKub .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-tbZVxnNKub .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-tbZVxnNKub .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tbZVxnNKub .navbar-toggler {
    display: none;
  }
  .cid-tbZVxnNKub .navbar-collapse {
    justify-content: center;
  }
}
.cid-tbZVxnNKub .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tbZVxnNKub .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-tbZVxnNKub .btn-sm {
  padding: 13px 29px;
}
.cid-tbZVxnNKub .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tbZVxnNKub .btn::after {
  background-color: #83868c;
  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-tbZVxnNKub .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-tbZVxnNKub .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tbZVxnNKub .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tbZVxnNKub .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-tbZVxnNKub .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tbZVxnNKub .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tbZVxnNKub .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tbZVxnNKub .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tbZVxnNKub .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbZVxnNKub .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tbZVxnNKub .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tbZVxnNKub .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbZVxnNKub .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tbZVxnNKub .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbZVxnNKub .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tbZVxnNKub .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-tbZVxnNKub .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tbZVxnNKub .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tbZVxnNKub .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tbZVxnNKub button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-tbZVxnNKub button.navbar-toggler:focus {
  outline: none;
}
.cid-tbZVxnNKub button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-tbZVxnNKub button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tbZVxnNKub button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbZVxnNKub button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbZVxnNKub button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tbZVxnNKub nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbZVxnNKub nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tbZVxnNKub nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tbZVxnNKub nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbZVxnNKub .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbZVxnNKub .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbZVxnNKub .collapsed .btn {
  display: flex;
}
.cid-tbZVxnNKub .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tbZVxnNKub .collapsed .navbar-collapse.collapsing,
.cid-tbZVxnNKub .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tbZVxnNKub .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tbZVxnNKub .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tbZVxnNKub .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tbZVxnNKub .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tbZVxnNKub .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tbZVxnNKub .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tbZVxnNKub .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tbZVxnNKub .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tbZVxnNKub .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tbZVxnNKub .collapsed button.navbar-toggler {
  display: block;
}
.cid-tbZVxnNKub .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tbZVxnNKub .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-tbZVxnNKub .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-tbZVxnNKub .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tbZVxnNKub .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tbZVxnNKub .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-tbZVxnNKub .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tbZVxnNKub .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-tbZVxnNKub .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-tbZVxnNKub .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tbZVxnNKub .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-tbZVxnNKub .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-tbZVxnNKub .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-tbZVxnNKub .navbar-collapse.collapsing,
  .cid-tbZVxnNKub .navbar-collapse.show {
    display: block !important;
  }
  .cid-tbZVxnNKub .navbar-collapse.collapsing .navbar-nav,
  .cid-tbZVxnNKub .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tbZVxnNKub .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tbZVxnNKub .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tbZVxnNKub .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-tbZVxnNKub .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-tbZVxnNKub .navbar-collapse.collapsing .navbar-buttons,
  .cid-tbZVxnNKub .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tbZVxnNKub .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tbZVxnNKub .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tbZVxnNKub img {
    height: 3.8rem !important;
  }
  .cid-tbZVxnNKub .btn {
    display: flex;
  }
  .cid-tbZVxnNKub button.navbar-toggler {
    display: block;
  }
  .cid-tbZVxnNKub .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tbZVxnNKub .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-tbZVxnNKub .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-tbZVxnNKub .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tbZVxnNKub .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tbZVxnNKub .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-tbZVxnNKub .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tbZVxnNKub .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tbZVxnNKub .navbar-toggler {
  position: relative;
}
.cid-tbZVxnNKub .dropdown-item.active,
.cid-tbZVxnNKub .dropdown-item:active {
  color: initial;
}
.cid-tbZVxnNKub .widget-title {
  color: #83868c;
}
.cid-tbZVxnNKub .widget-text {
  color: #83868c;
}
.cid-tbZVxnNKub .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-tbZVxnNKub .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #4950ba;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-tbZVxnNKub .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-tbZVxnNKub .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #ffc600;
  -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-tbZVxnNKub .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-tbZVxnNKub .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-tbZVxnNKub .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-tbZVxnNKub .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-tbZVxnNKub .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-tbZVxnNKub .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-tbZVxnNKub .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-tbZVxnNKub .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-tbZVxnNKub .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-tbZVxnNKub .menu-content-top,
  .cid-tbZVxnNKub .menu-bottom {
    padding: 0 15px;
  }
  .cid-tbZVxnNKub 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-tbZVxpDn7P {
  padding-top: 240px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/welcome.jpg");
}
.cid-tbZVxpDn7P .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-tbZVxpDn7P .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-tbZVxpDn7P .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-tbZVxpDn7P .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-tbZVxpDn7P .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-tbZVxpDn7P .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #279e64;
  margin-left: 0.6rem;
}
.cid-tbZVxpDn7P .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-tbZVxpDn7P .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-tbZVxpDn7P .separator,
  .cid-tbZVxpDn7P .sep-holder,
  .cid-tbZVxpDn7P .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-tbZVxpDn7P .buttons-wrap {
    flex-direction: column;
  }
}
.cid-tbZVxpDn7P .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-tbZVxpDn7P .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-tbZVxpDn7P .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-tbZVxpDn7P .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-tbZVxpDn7P .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-tbZVxpDn7P .items .list-item:last-child .listico {
  display: none;
}
.cid-tbZVJKhubU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tbZVJKhubU .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-tbZVJKhubU .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tbZVJKhubU .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tbZVJKhubU .form-group {
  padding-right: 0;
}
.cid-tbZVJKhubU .card {
  padding: 3rem 8rem;
}
.cid-tbZVJKhubU .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-tbZVJKhubU .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-tbZVJKhubU .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tbZVJKhubU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tbZVJKhubU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tbZVJKhubU .map-placeholder {
  display: none;
}
.cid-tbZVJKhubU .btn-primary {
  border: 1px solid #4950ba !important;
}
.cid-tbZVJKhubU .btn-primary:hover {
  border: 1px solid #4950ba !important;
}
.cid-tbZVJKhubU .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tbZVJKhubU .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tbZVJKhubU .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tbZVJKhubU .mbr-text {
  color: #444;
}
.cid-tbZVJKhubU h5 {
  margin-bottom: 0;
}
.cid-tbZVJKhubU .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tbZVJKhubU .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tbZVJKhubU .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tbZVJKhubU .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tbZVJKhubU .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tbZVJKhubU .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tbZVJKhubU .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tbZVJKhubU .social-list a:hover {
  opacity: 0.4;
}
.cid-tbZVJKhubU .media-container-row > div {
  padding: 0px;
}
.cid-tbZVJKhubU .text2 {
  color: #000000;
  text-align: left;
}
.cid-tbZVJKhubU .group-title {
  text-align: left;
  color: #dd4b39;
  padding-bottom: 0.2rem;
}
.cid-tbZVJKhubU .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-tbZVJKhubU .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tbZVJKhubU .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tbZVJKhubU h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tbZVJKhubU .form-group {
    max-width: 180px;
  }
  .cid-tbZVJKhubU .card {
    padding: 2rem 1rem;
  }
}
.cid-tbZVJKhubU .links span {
  color: #9e9e9e;
}
.cid-tbZVJKhubU .logo-title,
.cid-tbZVJKhubU .logo-sub-title {
  text-align: center;
}
.cid-tbZVJKhubU .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tbZVxt2MGw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tbZVxt2MGw .stats-item {
  padding: 80px 10px;
  background-color: #4950ba;
  display: flex;
  justify-content: center;
}
.cid-tbZVxt2MGw .stats-item:hover .mbr-iconfont::before {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
  display: block;
}
.cid-tbZVxt2MGw .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-tbZVxt2MGw .heading {
  color: #ffffff;
}
.cid-tbZVxt2MGw .counter {
  text-align: center;
  color: #ffffff;
}
.cid-tbZVxt2MGw .mbr-iconfont {
  font-size: 45px;
  align-self: center;
  margin-bottom: 22px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  padding: 35.5px;
}
.cid-tbZVxt2MGw .mbr-card-title,
.cid-tbZVxt2MGw .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-tbZVxt2MGw .stats-item {
    padding: 30px 25px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tbZVxuiu0U {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-tbZVxuiu0U .widget-title {
  color: #4950ba;
  margin-bottom: 30px;
}
.cid-tbZVxuiu0U .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tbZVxuiu0U .mbr-text {
  color: #83868c;
}
.cid-tbZVxuiu0U .phone-word {
  color: #dd4b39;
}
.cid-tbZVxuiu0U .text-link {
  transition: all 0.3s ease-in;
}
.cid-tbZVxuiu0U .text-link:hover {
  color: #dd4b39 !important;
}
.cid-tbZVxuiu0U img {
  height: 100px;
  padding-right: 8px;
}
.cid-tbZVxuiu0U .img1 {
  color: #dd4b39;
}
.cid-tbZVxuiu0U .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-tbZVxuiu0U .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tbZVxuiu0U .content .link-wrap {
  color: red;
}
.cid-tbZVxuiu0U .content .date-wrap {
  color: #4950ba;
}
.cid-tbZVxuiu0U .item,
.cid-tbZVxuiu0U .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-tbZVxuiu0U .item h4,
.cid-tbZVxuiu0U .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tbZVxuiu0U .link {
  transition: all 0.3s ease-in;
}
.cid-tbZVxuiu0U .link .card-img {
  padding-bottom: 3px;
}
.cid-tbZVxuiu0U .link:hover .card-img span {
  color: #dd4b39;
}
.cid-tbZVxuiu0U .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #dd4b39 !important;
}
.cid-tbZVxuiu0U .item .card-img {
  width: auto;
}
.cid-tbZVxuiu0U .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-tbZVxuiu0U .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-tbZVxuiu0U h5 {
    text-align: left !important;
  }
  .cid-tbZVxuiu0U .line-wrap {
    text-align: left !important;
  }
}
.cid-tbZVxuiu0U .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-tbZVxuiu0U .item-title:hover {
  color: #dd4b39;
}
.cid-tbZVxuiu0U .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tbZVxuiu0U .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-tbZVxuiu0U .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-tbZVxuiu0U .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4950ba !important;
  box-shadow: none !important;
}
.cid-tbZVxuiu0U .btn[class*="-outline"]:active,
.cid-tbZVxuiu0U .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-tbZVxuiu0U .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-tbZVxuiu0U .list .list-item:last-child {
  margin-top: 10px;
}
.cid-tbZVxuiu0U .pre-form {
  color: #83868c;
}
.cid-tbZVxuiu0U .form-group,
.cid-tbZVxuiu0U .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tbZVxuiu0U .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  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-tbZVxuiu0U .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-tbZVxuiu0U .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-tbZVxuiu0U .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-tbZVxuiu0U .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-tbZVxuiu0U .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-tbZVxuiu0U .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-tbZVxuiu0U .dragArea {
  flex-direction: column;
}
.cid-tbZVxuiu0U .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
